configure: Explicitly mention that we need 32-bit libraries to try to avoid some...
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.6.
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 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   # Zsh 3.x and 4.x performs 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 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44   echo "#! /bin/sh" >conf$$.sh
45   echo  "exit 0"   >>conf$$.sh
46   chmod +x conf$$.sh
47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48     PATH_SEPARATOR=';'
49   else
50     PATH_SEPARATOR=:
51   fi
52   rm -f conf$$.sh
53 fi
54
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57   as_unset=unset
58 else
59   as_unset=false
60 fi
61
62
63 # IFS
64 # We need space, tab and new line, in precisely that order.  Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
69 '
70 IFS=" ""        $as_nl"
71
72 # Find who we are.  Look in the path if we contain no directory separator.
73 case $0 in
74   *[\\/]* ) as_myself=$0 ;;
75   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
77 do
78   IFS=$as_save_IFS
79   test -z "$as_dir" && as_dir=.
80   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
83
84      ;;
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89   as_myself=$0
90 fi
91 if test ! -f "$as_myself"; then
92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93   { (exit 1); exit 1; }
94 fi
95
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
103
104 # NLS nuisances.
105 for as_var in \
106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108   LC_TELEPHONE LC_TIME
109 do
110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111     eval $as_var=C; export $as_var
112   else
113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114   fi
115 done
116
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119    test "X`expr 00001 : '.*\(...\)'`" = X001; then
120   as_expr=expr
121 else
122   as_expr=false
123 fi
124
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126   as_basename=basename
127 else
128   as_basename=false
129 fi
130
131
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135          X"$0" : 'X\(//\)$' \| \
136          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138     sed '/^.*\/\([^/][^/]*\)\/*$/{
139             s//\1/
140             q
141           }
142           /^X\/\(\/\/\)$/{
143             s//\1/
144             q
145           }
146           /^X\/\(\/\).*/{
147             s//\1/
148             q
149           }
150           s/.*/./; q'`
151
152 # CDPATH.
153 $as_unset CDPATH
154
155
156 if test "x$CONFIG_SHELL" = x; then
157   if (eval ":") 2>/dev/null; then
158   as_have_required=yes
159 else
160   as_have_required=no
161 fi
162
163   if test $as_have_required = yes &&     (eval ":
164 (as_func_return () {
165   (exit \$1)
166 }
167 as_func_success () {
168   as_func_return 0
169 }
170 as_func_failure () {
171   as_func_return 1
172 }
173 as_func_ret_success () {
174   return 0
175 }
176 as_func_ret_failure () {
177   return 1
178 }
179
180 exitcode=0
181 if as_func_success; then
182   :
183 else
184   exitcode=1
185   echo as_func_success failed.
186 fi
187
188 if as_func_failure; then
189   exitcode=1
190   echo as_func_failure succeeded.
191 fi
192
193 if as_func_ret_success; then
194   :
195 else
196   exitcode=1
197   echo as_func_ret_success failed.
198 fi
199
200 if as_func_ret_failure; then
201   exitcode=1
202   echo as_func_ret_failure succeeded.
203 fi
204
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
206   :
207 else
208   exitcode=1
209   echo positional parameters were not saved.
210 fi
211
212 test \$exitcode = 0) || { (exit 1); exit 1; }
213
214 (
215   as_lineno_1=\$LINENO
216   as_lineno_2=\$LINENO
217   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
220   :
221 else
222   as_candidate_shells=
223     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
225 do
226   IFS=$as_save_IFS
227   test -z "$as_dir" && as_dir=.
228   case $as_dir in
229          /*)
230            for as_base in sh bash ksh sh5; do
231              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232            done;;
233        esac
234 done
235 IFS=$as_save_IFS
236
237
238       for as_shell in $as_candidate_shells $SHELL; do
239          # Try only shells that exist, to save several forks.
240          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241                 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243   emulate sh
244   NULLCMD=:
245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246   # is contrary to our usage.  Disable this feature.
247   alias -g '${1+"$@"}'='"$@"'
248   setopt NO_GLOB_SUBST
249 else
250   case `(set -o) 2>/dev/null` in
251   *posix*) set -o posix ;;
252 esac
253
254 fi
255
256
257 :
258 _ASEOF
259 }; then
260   CONFIG_SHELL=$as_shell
261                as_have_required=yes
262                if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264   emulate sh
265   NULLCMD=:
266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267   # is contrary to our usage.  Disable this feature.
268   alias -g '${1+"$@"}'='"$@"'
269   setopt NO_GLOB_SUBST
270 else
271   case `(set -o) 2>/dev/null` in
272   *posix*) set -o posix ;;
273 esac
274
275 fi
276
277
278 :
279 (as_func_return () {
280   (exit $1)
281 }
282 as_func_success () {
283   as_func_return 0
284 }
285 as_func_failure () {
286   as_func_return 1
287 }
288 as_func_ret_success () {
289   return 0
290 }
291 as_func_ret_failure () {
292   return 1
293 }
294
295 exitcode=0
296 if as_func_success; then
297   :
298 else
299   exitcode=1
300   echo as_func_success failed.
301 fi
302
303 if as_func_failure; then
304   exitcode=1
305   echo as_func_failure succeeded.
306 fi
307
308 if as_func_ret_success; then
309   :
310 else
311   exitcode=1
312   echo as_func_ret_success failed.
313 fi
314
315 if as_func_ret_failure; then
316   exitcode=1
317   echo as_func_ret_failure succeeded.
318 fi
319
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
321   :
322 else
323   exitcode=1
324   echo positional parameters were not saved.
325 fi
326
327 test $exitcode = 0) || { (exit 1); exit 1; }
328
329 (
330   as_lineno_1=$LINENO
331   as_lineno_2=$LINENO
332   test "x$as_lineno_1" != "x$as_lineno_2" &&
333   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
334
335 _ASEOF
336 }; then
337   break
338 fi
339
340 fi
341
342       done
343
344       if test "x$CONFIG_SHELL" != x; then
345   for as_var in BASH_ENV ENV
346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347         done
348         export CONFIG_SHELL
349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
350 fi
351
352
353     if test $as_have_required = no; then
354   echo This script requires a shell more modern than all the
355       echo shells that I found on your system.  Please install a
356       echo modern shell, or manually run the script under such a
357       echo shell if you do have one.
358       { (exit 1); exit 1; }
359 fi
360
361
362 fi
363
364 fi
365
366
367
368 (eval "as_func_return () {
369   (exit \$1)
370 }
371 as_func_success () {
372   as_func_return 0
373 }
374 as_func_failure () {
375   as_func_return 1
376 }
377 as_func_ret_success () {
378   return 0
379 }
380 as_func_ret_failure () {
381   return 1
382 }
383
384 exitcode=0
385 if as_func_success; then
386   :
387 else
388   exitcode=1
389   echo as_func_success failed.
390 fi
391
392 if as_func_failure; then
393   exitcode=1
394   echo as_func_failure succeeded.
395 fi
396
397 if as_func_ret_success; then
398   :
399 else
400   exitcode=1
401   echo as_func_ret_success failed.
402 fi
403
404 if as_func_ret_failure; then
405   exitcode=1
406   echo as_func_ret_failure succeeded.
407 fi
408
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
410   :
411 else
412   exitcode=1
413   echo positional parameters were not saved.
414 fi
415
416 test \$exitcode = 0") || {
417   echo No shell found that supports shell functions.
418   echo Please tell autoconf@gnu.org about your system,
419   echo including any error possibly output before this
420   echo message
421 }
422
423
424
425   as_lineno_1=$LINENO
426   as_lineno_2=$LINENO
427   test "x$as_lineno_1" != "x$as_lineno_2" &&
428   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
429
430   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431   # uniformly replaced by the line number.  The first 'sed' inserts a
432   # line-number line after each line using $LINENO; the second 'sed'
433   # does the real work.  The second script uses 'N' to pair each
434   # line-number line with the line containing $LINENO, and appends
435   # trailing '-' during substitution so that $LINENO is not a special
436   # case at line end.
437   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438   # scripts with optimization help from Paolo Bonzini.  Blame Lee
439   # E. McMahon (1931-1989) for sed's syntax.  :-)
440   sed -n '
441     p
442     /[$]LINENO/=
443   ' <$as_myself |
444     sed '
445       s/[$]LINENO.*/&-/
446       t lineno
447       b
448       :lineno
449       N
450       :loop
451       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452       t loop
453       s/-\n.*//
454     ' >$as_me.lineno &&
455   chmod +x "$as_me.lineno" ||
456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457    { (exit 1); exit 1; }; }
458
459   # Don't try to exec as it changes $[0], causing all sort of problems
460   # (the dirname of $[0] is not the place where we might find the
461   # original and so on.  Autoconf is especially sensitive to this).
462   . "./$as_me.lineno"
463   # Exit status is that of the last command.
464   exit
465 }
466
467
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469   as_dirname=dirname
470 else
471   as_dirname=false
472 fi
473
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477   case `echo 'x\c'` in
478   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
479   *)   ECHO_C='\c';;
480   esac;;
481 *)
482   ECHO_N='-n';;
483 esac
484
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486    test "X`expr 00001 : '.*\(...\)'`" = X001; then
487   as_expr=expr
488 else
489   as_expr=false
490 fi
491
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494   rm -f conf$$.dir/conf$$.file
495 else
496   rm -f conf$$.dir
497   mkdir conf$$.dir
498 fi
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501   as_ln_s='ln -s'
502   # ... but there are two gotchas:
503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505   # In both cases, we have to default to `cp -p'.
506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507     as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509   as_ln_s=ln
510 else
511   as_ln_s='cp -p'
512 fi
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
515
516 if mkdir -p . 2>/dev/null; then
517   as_mkdir_p=:
518 else
519   test -d ./-p && rmdir ./-p
520   as_mkdir_p=false
521 fi
522
523 if test -x / >/dev/null 2>&1; then
524   as_test_x='test -x'
525 else
526   if ls -dL / >/dev/null 2>&1; then
527     as_ls_L_option=L
528   else
529     as_ls_L_option=
530   fi
531   as_test_x='
532     eval sh -c '\''
533       if test -d "$1"; then
534         test -d "$1/.";
535       else
536         case $1 in
537         -*)set "./$1";;
538         esac;
539         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540         ???[sx]*):;;*)false;;esac;fi
541     '\'' sh
542   '
543 fi
544 as_executable_p=$as_test_x
545
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
548
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
551
552
553
554 exec 7<&0 </dev/null 6>&1
555
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560
561 #
562 # Initializations.
563 #
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
573
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.6'
578 PACKAGE_STRING='Wine 1.1.6'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
580
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 #  include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 #  include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
617
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
667 CC
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
674 CXX
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
680 CPP
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
687 AS
688 ac_ct_AS
689 LD
690 ac_ct_LD
691 NM
692 ac_ct_NM
693 AR
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
700 LN
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
725 LDD
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSCC
737 CROSSWINDRES
738 CROSSTEST
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793       ac_precious_vars='build_alias
794 host_alias
795 target_alias
796 CC
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
801 CXX
802 CXXFLAGS
803 CCC
804 XMKMF
805 CPP'
806
807
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
827
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
853
854 ac_prev=
855 ac_dashdash=
856 for ac_option
857 do
858   # If the previous option needs an argument, assign it.
859   if test -n "$ac_prev"; then
860     eval $ac_prev=\$ac_option
861     ac_prev=
862     continue
863   fi
864
865   case $ac_option in
866   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867   *)    ac_optarg=yes ;;
868   esac
869
870   # Accept the important Cygnus configure options, so we can diagnose typos.
871
872   case $ac_dashdash$ac_option in
873   --)
874     ac_dashdash=yes ;;
875
876   -bindir | --bindir | --bindi | --bind | --bin | --bi)
877     ac_prev=bindir ;;
878   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879     bindir=$ac_optarg ;;
880
881   -build | --build | --buil | --bui | --bu)
882     ac_prev=build_alias ;;
883   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884     build_alias=$ac_optarg ;;
885
886   -cache-file | --cache-file | --cache-fil | --cache-fi \
887   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888     ac_prev=cache_file ;;
889   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891     cache_file=$ac_optarg ;;
892
893   --config-cache | -C)
894     cache_file=config.cache ;;
895
896   -datadir | --datadir | --datadi | --datad)
897     ac_prev=datadir ;;
898   -datadir=* | --datadir=* | --datadi=* | --datad=*)
899     datadir=$ac_optarg ;;
900
901   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902   | --dataroo | --dataro | --datar)
903     ac_prev=datarootdir ;;
904   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906     datarootdir=$ac_optarg ;;
907
908   -disable-* | --disable-*)
909     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910     # Reject names that are not valid shell variable names.
911     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913    { (exit 1); exit 1; }; }
914     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915     eval enable_$ac_feature=no ;;
916
917   -docdir | --docdir | --docdi | --doc | --do)
918     ac_prev=docdir ;;
919   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920     docdir=$ac_optarg ;;
921
922   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923     ac_prev=dvidir ;;
924   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925     dvidir=$ac_optarg ;;
926
927   -enable-* | --enable-*)
928     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929     # Reject names that are not valid shell variable names.
930     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932    { (exit 1); exit 1; }; }
933     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934     eval enable_$ac_feature=\$ac_optarg ;;
935
936   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938   | --exec | --exe | --ex)
939     ac_prev=exec_prefix ;;
940   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942   | --exec=* | --exe=* | --ex=*)
943     exec_prefix=$ac_optarg ;;
944
945   -gas | --gas | --ga | --g)
946     # Obsolete; use --with-gas.
947     with_gas=yes ;;
948
949   -help | --help | --hel | --he | -h)
950     ac_init_help=long ;;
951   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952     ac_init_help=recursive ;;
953   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954     ac_init_help=short ;;
955
956   -host | --host | --hos | --ho)
957     ac_prev=host_alias ;;
958   -host=* | --host=* | --hos=* | --ho=*)
959     host_alias=$ac_optarg ;;
960
961   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962     ac_prev=htmldir ;;
963   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964   | --ht=*)
965     htmldir=$ac_optarg ;;
966
967   -includedir | --includedir | --includedi | --included | --include \
968   | --includ | --inclu | --incl | --inc)
969     ac_prev=includedir ;;
970   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971   | --includ=* | --inclu=* | --incl=* | --inc=*)
972     includedir=$ac_optarg ;;
973
974   -infodir | --infodir | --infodi | --infod | --info | --inf)
975     ac_prev=infodir ;;
976   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977     infodir=$ac_optarg ;;
978
979   -libdir | --libdir | --libdi | --libd)
980     ac_prev=libdir ;;
981   -libdir=* | --libdir=* | --libdi=* | --libd=*)
982     libdir=$ac_optarg ;;
983
984   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985   | --libexe | --libex | --libe)
986     ac_prev=libexecdir ;;
987   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988   | --libexe=* | --libex=* | --libe=*)
989     libexecdir=$ac_optarg ;;
990
991   -localedir | --localedir | --localedi | --localed | --locale)
992     ac_prev=localedir ;;
993   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994     localedir=$ac_optarg ;;
995
996   -localstatedir | --localstatedir | --localstatedi | --localstated \
997   | --localstate | --localstat | --localsta | --localst | --locals)
998     ac_prev=localstatedir ;;
999   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001     localstatedir=$ac_optarg ;;
1002
1003   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004     ac_prev=mandir ;;
1005   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006     mandir=$ac_optarg ;;
1007
1008   -nfp | --nfp | --nf)
1009     # Obsolete; use --without-fp.
1010     with_fp=no ;;
1011
1012   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013   | --no-cr | --no-c | -n)
1014     no_create=yes ;;
1015
1016   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018     no_recursion=yes ;;
1019
1020   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022   | --oldin | --oldi | --old | --ol | --o)
1023     ac_prev=oldincludedir ;;
1024   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027     oldincludedir=$ac_optarg ;;
1028
1029   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030     ac_prev=prefix ;;
1031   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032     prefix=$ac_optarg ;;
1033
1034   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035   | --program-pre | --program-pr | --program-p)
1036     ac_prev=program_prefix ;;
1037   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039     program_prefix=$ac_optarg ;;
1040
1041   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042   | --program-suf | --program-su | --program-s)
1043     ac_prev=program_suffix ;;
1044   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046     program_suffix=$ac_optarg ;;
1047
1048   -program-transform-name | --program-transform-name \
1049   | --program-transform-nam | --program-transform-na \
1050   | --program-transform-n | --program-transform- \
1051   | --program-transform | --program-transfor \
1052   | --program-transfo | --program-transf \
1053   | --program-trans | --program-tran \
1054   | --progr-tra | --program-tr | --program-t)
1055     ac_prev=program_transform_name ;;
1056   -program-transform-name=* | --program-transform-name=* \
1057   | --program-transform-nam=* | --program-transform-na=* \
1058   | --program-transform-n=* | --program-transform-=* \
1059   | --program-transform=* | --program-transfor=* \
1060   | --program-transfo=* | --program-transf=* \
1061   | --program-trans=* | --program-tran=* \
1062   | --progr-tra=* | --program-tr=* | --program-t=*)
1063     program_transform_name=$ac_optarg ;;
1064
1065   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066     ac_prev=pdfdir ;;
1067   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068     pdfdir=$ac_optarg ;;
1069
1070   -psdir | --psdir | --psdi | --psd | --ps)
1071     ac_prev=psdir ;;
1072   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073     psdir=$ac_optarg ;;
1074
1075   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076   | -silent | --silent | --silen | --sile | --sil)
1077     silent=yes ;;
1078
1079   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080     ac_prev=sbindir ;;
1081   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082   | --sbi=* | --sb=*)
1083     sbindir=$ac_optarg ;;
1084
1085   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087   | --sharedst | --shareds | --shared | --share | --shar \
1088   | --sha | --sh)
1089     ac_prev=sharedstatedir ;;
1090   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093   | --sha=* | --sh=*)
1094     sharedstatedir=$ac_optarg ;;
1095
1096   -site | --site | --sit)
1097     ac_prev=site ;;
1098   -site=* | --site=* | --sit=*)
1099     site=$ac_optarg ;;
1100
1101   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102     ac_prev=srcdir ;;
1103   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104     srcdir=$ac_optarg ;;
1105
1106   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107   | --syscon | --sysco | --sysc | --sys | --sy)
1108     ac_prev=sysconfdir ;;
1109   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111     sysconfdir=$ac_optarg ;;
1112
1113   -target | --target | --targe | --targ | --tar | --ta | --t)
1114     ac_prev=target_alias ;;
1115   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116     target_alias=$ac_optarg ;;
1117
1118   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119     verbose=yes ;;
1120
1121   -version | --version | --versio | --versi | --vers | -V)
1122     ac_init_version=: ;;
1123
1124   -with-* | --with-*)
1125     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126     # Reject names that are not valid shell variable names.
1127     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128       { echo "$as_me: error: invalid package name: $ac_package" >&2
1129    { (exit 1); exit 1; }; }
1130     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131     eval with_$ac_package=\$ac_optarg ;;
1132
1133   -without-* | --without-*)
1134     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135     # Reject names that are not valid shell variable names.
1136     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137       { echo "$as_me: error: invalid package name: $ac_package" >&2
1138    { (exit 1); exit 1; }; }
1139     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140     eval with_$ac_package=no ;;
1141
1142   --x)
1143     # Obsolete; use --with-x.
1144     with_x=yes ;;
1145
1146   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147   | --x-incl | --x-inc | --x-in | --x-i)
1148     ac_prev=x_includes ;;
1149   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151     x_includes=$ac_optarg ;;
1152
1153   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155     ac_prev=x_libraries ;;
1156   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158     x_libraries=$ac_optarg ;;
1159
1160   -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162    { (exit 1); exit 1; }; }
1163     ;;
1164
1165   *=*)
1166     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167     # Reject names that are not valid shell variable names.
1168     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170    { (exit 1); exit 1; }; }
1171     eval $ac_envvar=\$ac_optarg
1172     export $ac_envvar ;;
1173
1174   *)
1175     # FIXME: should be removed in autoconf 3.0.
1176     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1180     ;;
1181
1182   esac
1183 done
1184
1185 if test -n "$ac_prev"; then
1186   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187   { echo "$as_me: error: missing argument to $ac_option" >&2
1188    { (exit 1); exit 1; }; }
1189 fi
1190
1191 # Be sure to have absolute directory names.
1192 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193                 datadir sysconfdir sharedstatedir localstatedir includedir \
1194                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195                 libdir localedir mandir
1196 do
1197   eval ac_val=\$$ac_var
1198   case $ac_val in
1199     [\\/$]* | ?:[\\/]* )  continue;;
1200     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201   esac
1202   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203    { (exit 1); exit 1; }; }
1204 done
1205
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1212
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215   if test "x$build_alias" = x; then
1216     cross_compiling=maybe
1217     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218     If a cross compiler is detected then cross compile mode will be used." >&2
1219   elif test "x$build_alias" != "x$host_alias"; then
1220     cross_compiling=yes
1221   fi
1222 fi
1223
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226
1227 test "$silent" = yes && exec 6>/dev/null
1228
1229
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233   { echo "$as_me: error: Working directory cannot be determined" >&2
1234    { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236   { echo "$as_me: error: pwd does not report name of working directory" >&2
1237    { (exit 1); exit 1; }; }
1238
1239
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242   ac_srcdir_defaulted=yes
1243   # Try the directory containing this script, then the parent directory.
1244   ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246          X"$0" : 'X\(//\)[^/]' \| \
1247          X"$0" : 'X\(//\)$' \| \
1248          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251             s//\1/
1252             q
1253           }
1254           /^X\(\/\/\)[^/].*/{
1255             s//\1/
1256             q
1257           }
1258           /^X\(\/\/\)$/{
1259             s//\1/
1260             q
1261           }
1262           /^X\(\/\).*/{
1263             s//\1/
1264             q
1265           }
1266           s/.*/./; q'`
1267   srcdir=$ac_confdir
1268   if test ! -r "$srcdir/$ac_unique_file"; then
1269     srcdir=..
1270   fi
1271 else
1272   ac_srcdir_defaulted=no
1273 fi
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277    { (exit 1); exit 1; }; }
1278 fi
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282    { (exit 1); exit 1; }; }
1283         pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286   srcdir=.
1287 fi
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296   eval ac_env_${ac_var}_value=\$${ac_var}
1297   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1300
1301 #
1302 # Report the --help message.
1303 #
1304 if test "$ac_init_help" = "long"; then
1305   # Omit some internal or obsolete options to make the list less imposing.
1306   # This message is too long to be a string in the A/UX 3.1 sh.
1307   cat <<_ACEOF
1308 \`configure' configures Wine 1.1.6 to adapt to many kinds of systems.
1309
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1311
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE.  See below for descriptions of some of the useful variables.
1314
1315 Defaults for the options are specified in brackets.
1316
1317 Configuration:
1318   -h, --help              display this help and exit
1319       --help=short        display options specific to this package
1320       --help=recursive    display the short help of all the included packages
1321   -V, --version           display version information and exit
1322   -q, --quiet, --silent   do not print \`checking...' messages
1323       --cache-file=FILE   cache test results in FILE [disabled]
1324   -C, --config-cache      alias for \`--cache-file=config.cache'
1325   -n, --no-create         do not create output files
1326       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1327
1328 Installation directories:
1329   --prefix=PREFIX         install architecture-independent files in PREFIX
1330                           [$ac_default_prefix]
1331   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1332                           [PREFIX]
1333
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1338
1339 For better control, use the options below.
1340
1341 Fine tuning of the installation directories:
1342   --bindir=DIR           user executables [EPREFIX/bin]
1343   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1344   --libexecdir=DIR       program executables [EPREFIX/libexec]
1345   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1346   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1347   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1348   --libdir=DIR           object code libraries [EPREFIX/lib]
1349   --includedir=DIR       C header files [PREFIX/include]
1350   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1351   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1352   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1353   --infodir=DIR          info documentation [DATAROOTDIR/info]
1354   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1355   --mandir=DIR           man documentation [DATAROOTDIR/man]
1356   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1357   --htmldir=DIR          html documentation [DOCDIR]
1358   --dvidir=DIR           dvi documentation [DOCDIR]
1359   --pdfdir=DIR           pdf documentation [DOCDIR]
1360   --psdir=DIR            ps documentation [DOCDIR]
1361 _ACEOF
1362
1363   cat <<\_ACEOF
1364
1365 X features:
1366   --x-includes=DIR    X include files are in DIR
1367   --x-libraries=DIR   X library files are in DIR
1368
1369 System types:
1370   --build=BUILD     configure for building on BUILD [guessed]
1371   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1373 fi
1374
1375 if test -n "$ac_init_help"; then
1376   case $ac_init_help in
1377      short | recursive ) echo "Configuration of Wine 1.1.6:";;
1378    esac
1379   cat <<\_ACEOF
1380
1381 Optional Features:
1382   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1383   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1384   --disable-win16         do not include Win16 support
1385   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1386                           binaries)
1387   --enable-maintainer-mode
1388                           enable maintainer-specific build rules
1389
1390 Optional Packages:
1391   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1392   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1393   --without-alsa          do not use the Alsa sound support
1394   --without-audioio       do not use the AudioIO sound support
1395   --without-capi          do not use CAPI (ISDN support)
1396   --without-cms           do not use CMS (color management support)
1397   --without-coreaudio     do not use the CoreAudio sound support
1398   --without-cups          do not use CUPS
1399   --without-curses        do not use (n)curses
1400   --without-esd           do not use the EsounD sound support
1401   --without-fontconfig    do not use fontconfig
1402   --without-freetype      do not use the FreeType library
1403   --without-gphoto        do not use gphoto (Digital Camera support)
1404   --without-glu           do not use the GLU library
1405   --without-gnutls        do not use GnuTLS (schannel support)
1406   --without-hal           do not use HAL (dynamic device support)
1407   --without-jack          do not use the Jack sound support
1408   --without-jpeg          do not use JPEG
1409   --without-ldap          do not use LDAP
1410   --without-nas           do not use the NAS sound support
1411   --without-opengl        do not use OpenGL
1412   --without-openssl       do not use OpenSSL
1413   --without-oss           do not use the OSS sound support
1414   --without-png           do not use PNG
1415   --without-sane          do not use SANE (scanner support)
1416   --without-xcomposite    do not use the Xcomposite extension
1417   --without-xcursor       do not use the Xcursor extension
1418   --without-xinerama      do not use Xinerama (multi-monitor support)
1419   --without-xinput        do not use the Xinput extension
1420   --without-xml           do not use XML
1421   --without-xrandr        do not use Xrandr (resolution changes)
1422   --without-xrender       do not use the Xrender extension
1423   --without-xshape        do not use the Xshape extension
1424   --without-xshm          do not use XShm (shared memory extension)
1425   --without-xslt          do not use XSLT
1426   --without-xxf86vm       do not use XFree video mode extension
1427   --with-wine-tools=DIR   use Wine tools from directory DIR
1428   --with-x                use the X Window System
1429
1430 Some influential environment variables:
1431   CC          C compiler command
1432   CFLAGS      C compiler flags
1433   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1434               nonstandard directory <lib dir>
1435   LIBS        libraries to pass to the linker, e.g. -l<library>
1436   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437               you have headers in a nonstandard directory <include dir>
1438   CXX         C++ compiler command
1439   CXXFLAGS    C++ compiler flags
1440   XMKMF       Path to xmkmf, Makefile generator for X Window System
1441   CPP         C preprocessor
1442
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1445
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1449 fi
1450
1451 if test "$ac_init_help" = "recursive"; then
1452   # If there are subdirs, report their specific --help.
1453   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454     test -d "$ac_dir" || continue
1455     ac_builddir=.
1456
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 *)
1460   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461   # A ".." for each directory in $ac_dir_suffix.
1462   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463   case $ac_top_builddir_sub in
1464   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466   esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1472
1473 case $srcdir in
1474   .)  # We are building in place.
1475     ac_srcdir=.
1476     ac_top_srcdir=$ac_top_builddir_sub
1477     ac_abs_top_srcdir=$ac_pwd ;;
1478   [\\/]* | ?:[\\/]* )  # Absolute name.
1479     ac_srcdir=$srcdir$ac_dir_suffix;
1480     ac_top_srcdir=$srcdir
1481     ac_abs_top_srcdir=$srcdir ;;
1482   *) # Relative name.
1483     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484     ac_top_srcdir=$ac_top_build_prefix$srcdir
1485     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488
1489     cd "$ac_dir" || { ac_status=$?; continue; }
1490     # Check for guested configure.
1491     if test -f "$ac_srcdir/configure.gnu"; then
1492       echo &&
1493       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494     elif test -f "$ac_srcdir/configure"; then
1495       echo &&
1496       $SHELL "$ac_srcdir/configure" --help=recursive
1497     else
1498       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499     fi || ac_status=$?
1500     cd "$ac_pwd" || { ac_status=$?; break; }
1501   done
1502 fi
1503
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506   cat <<\_ACEOF
1507 Wine configure 1.1.6
1508 generated by GNU Autoconf 2.61
1509
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515   exit
1516 fi
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1520
1521 It was created by Wine $as_me 1.1.6, which was
1522 generated by GNU Autoconf 2.61.  Invocation command line was
1523
1524   $ $0 $@
1525
1526 _ACEOF
1527 exec 5>>config.log
1528 {
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1533
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1542
1543 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1544 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1547 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1548 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1549 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1550
1551 _ASUNAME
1552
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1555 do
1556   IFS=$as_save_IFS
1557   test -z "$as_dir" && as_dir=.
1558   echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1561
1562 } >&5
1563
1564 cat >&5 <<_ACEOF
1565
1566
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1570
1571 _ACEOF
1572
1573
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1584 do
1585   for ac_arg
1586   do
1587     case $ac_arg in
1588     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590     | -silent | --silent | --silen | --sile | --sil)
1591       continue ;;
1592     *\'*)
1593       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594     esac
1595     case $ac_pass in
1596     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1597     2)
1598       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599       if test $ac_must_keep_next = true; then
1600         ac_must_keep_next=false # Got value, back to normal.
1601       else
1602         case $ac_arg in
1603           *=* | --config-cache | -C | -disable-* | --disable-* \
1604           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606           | -with-* | --with-* | -without-* | --without-* | --x)
1607             case "$ac_configure_args0 " in
1608               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609             esac
1610             ;;
1611           -* ) ac_must_keep_next=true ;;
1612         esac
1613       fi
1614       ac_configure_args="$ac_configure_args '$ac_arg'"
1615       ;;
1616     esac
1617   done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1621
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log.  We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628   # Save into config.log some information that might help in debugging.
1629   {
1630     echo
1631
1632     cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637     echo
1638     # The following way of writing the cache mishandles newlines in values,
1639 (
1640   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641     eval ac_val=\$$ac_var
1642     case $ac_val in #(
1643     *${as_nl}*)
1644       case $ac_var in #(
1645       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647       esac
1648       case $ac_var in #(
1649       _ | IFS | as_nl) ;; #(
1650       *) $as_unset $ac_var ;;
1651       esac ;;
1652     esac
1653   done
1654   (set) 2>&1 |
1655     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656     *${as_nl}ac_space=\ *)
1657       sed -n \
1658         "s/'\''/'\''\\\\'\'''\''/g;
1659           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660       ;; #(
1661     *)
1662       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1663       ;;
1664     esac |
1665     sort
1666 )
1667     echo
1668
1669     cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674     echo
1675     for ac_var in $ac_subst_vars
1676     do
1677       eval ac_val=\$$ac_var
1678       case $ac_val in
1679       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680       esac
1681       echo "$ac_var='\''$ac_val'\''"
1682     done | sort
1683     echo
1684
1685     if test -n "$ac_subst_files"; then
1686       cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691       echo
1692       for ac_var in $ac_subst_files
1693       do
1694         eval ac_val=\$$ac_var
1695         case $ac_val in
1696         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697         esac
1698         echo "$ac_var='\''$ac_val'\''"
1699       done | sort
1700       echo
1701     fi
1702
1703     if test -s confdefs.h; then
1704       cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709       echo
1710       cat confdefs.h
1711       echo
1712     fi
1713     test "$ac_signal" != 0 &&
1714       echo "$as_me: caught signal $ac_signal"
1715     echo "$as_me: exit $exit_status"
1716   } >&5
1717   rm -f core *.core core.conftest.* &&
1718     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719     exit $exit_status
1720 ' 0
1721 for ac_signal in 1 2 13 15; do
1722   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1725
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1728
1729 # Predefined preprocessor variables.
1730
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1734
1735
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1739
1740
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1744
1745
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1749
1750
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1754
1755
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759   set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763   set x "$ac_default_prefix/share/config.site" \
1764         "$ac_default_prefix/etc/config.site"
1765 fi
1766 shift
1767 for ac_site_file
1768 do
1769   if test -r "$ac_site_file"; then
1770     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772     sed 's/^/| /' "$ac_site_file" >&5
1773     . "$ac_site_file"
1774   fi
1775 done
1776
1777 if test -r "$cache_file"; then
1778   # Some versions of bash will fail to source /dev/null (special
1779   # files actually), so we avoid doing that.
1780   if test -f "$cache_file"; then
1781     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783     case $cache_file in
1784       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785       *)                      . "./$cache_file";;
1786     esac
1787   fi
1788 else
1789   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791   >$cache_file
1792 fi
1793
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799   eval ac_new_set=\$ac_env_${ac_var}_set
1800   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801   eval ac_new_val=\$ac_env_${ac_var}_value
1802   case $ac_old_set,$ac_new_set in
1803     set,)
1804       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806       ac_cache_corrupted=: ;;
1807     ,set)
1808       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810       ac_cache_corrupted=: ;;
1811     ,);;
1812     *)
1813       if test "x$ac_old_val" != "x$ac_new_val"; then
1814         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1817 echo "$as_me:   former value:  $ac_old_val" >&2;}
1818         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1819 echo "$as_me:   current value: $ac_new_val" >&2;}
1820         ac_cache_corrupted=:
1821       fi;;
1822   esac
1823   # Pass precious variables to config.status.
1824   if test "$ac_new_set" = set; then
1825     case $ac_new_val in
1826     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827     *) ac_arg=$ac_var=$ac_new_val ;;
1828     esac
1829     case " $ac_configure_args " in
1830       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1831       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832     esac
1833   fi
1834 done
1835 if $ac_cache_corrupted; then
1836   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840    { (exit 1); exit 1; }; }
1841 fi
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1872
1873
1874
1875 ac_config_headers="$ac_config_headers include/config.h"
1876
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879   if test -f "$ac_dir/install-sh"; then
1880     ac_aux_dir=$ac_dir
1881     ac_install_sh="$ac_aux_dir/install-sh -c"
1882     break
1883   elif test -f "$ac_dir/install.sh"; then
1884     ac_aux_dir=$ac_dir
1885     ac_install_sh="$ac_aux_dir/install.sh -c"
1886     break
1887   elif test -f "$ac_dir/shtool"; then
1888     ac_aux_dir=$ac_dir
1889     ac_install_sh="$ac_aux_dir/shtool install -c"
1890     break
1891   fi
1892 done
1893 if test -z "$ac_aux_dir"; then
1894   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896    { (exit 1); exit 1; }; }
1897 fi
1898
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1906
1907
1908
1909
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912   enableval=$enable_win16;
1913 fi
1914
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917   enableval=$enable_win64;
1918 fi
1919
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922   enableval=$enable_maintainer_mode;
1923 else
1924   MAINTAINER_MODE=\#
1925
1926 fi
1927
1928
1929
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1933 fi
1934
1935
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1939 fi
1940
1941
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1945 fi
1946
1947
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1951 fi
1952
1953
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1957 fi
1958
1959
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962   withval=$with_cups;
1963 fi
1964
1965
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1969 fi
1970
1971
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974   withval=$with_esd;
1975 fi
1976
1977
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1981 fi
1982
1983
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986   withval=$with_freetype;
1987 fi
1988
1989
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992   withval=$with_gphoto;
1993 fi
1994
1995
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1999 fi
2000
2001
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004   withval=$with_gnutls;
2005 fi
2006
2007
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2010   withval=$with_hal;
2011 fi
2012
2013
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2017 fi
2018
2019
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2023 fi
2024
2025
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2029 fi
2030
2031
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2035 fi
2036
2037
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040   withval=$with_opengl;
2041 fi
2042
2043
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2047 fi
2048
2049
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052   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
2053 fi
2054
2055
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2059 fi
2060
2061
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2064   withval=$with_sane;
2065 fi
2066
2067
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2071 fi
2072
2073
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2077 fi
2078
2079
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2083 fi
2084
2085
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2089 fi
2090
2091
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2094   withval=$with_xml;
2095 fi
2096
2097
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2101 fi
2102
2103
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2107 fi
2108
2109
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2113 fi
2114
2115
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2119 fi
2120
2121
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2124   withval=$with_xslt;
2125 fi
2126
2127
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2131 fi
2132
2133
2134
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137   withval=$with_wine_tools;
2138 fi
2139
2140
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2143   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145    { (exit 1); exit 1; }; }
2146
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150   echo $ECHO_N "(cached) $ECHO_C" >&6
2151 else
2152   ac_build_alias=$build_alias
2153 test "x$ac_build_alias" = x &&
2154   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x &&
2156   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158    { (exit 1); exit 1; }; }
2159 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162    { (exit 1); exit 1; }; }
2163
2164 fi
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2168 *-*-*) ;;
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171    { (exit 1); exit 1; }; };;
2172 esac
2173 build=$ac_cv_build
2174 ac_save_IFS=$IFS; IFS='-'
2175 set x $ac_cv_build
2176 shift
2177 build_cpu=$1
2178 build_vendor=$2
2179 shift; shift
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2182 build_os=$*
2183 IFS=$ac_save_IFS
2184 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2185
2186
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190   echo $ECHO_N "(cached) $ECHO_C" >&6
2191 else
2192   if test "x$host_alias" = x; then
2193   ac_cv_host=$ac_cv_build
2194 else
2195   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198    { (exit 1); exit 1; }; }
2199 fi
2200
2201 fi
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2204 case $ac_cv_host in
2205 *-*-*) ;;
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208    { (exit 1); exit 1; }; };;
2209 esac
2210 host=$ac_cv_host
2211 ac_save_IFS=$IFS; IFS='-'
2212 set x $ac_cv_host
2213 shift
2214 host_cpu=$1
2215 host_vendor=$2
2216 shift; shift
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2219 host_os=$*
2220 IFS=$ac_save_IFS
2221 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2222
2223
2224 case $host in
2225   x86_64*linux*)
2226     if test "x$enable_win64" != "xyes"
2227     then
2228       CC="${CC:-gcc} -m32"
2229       CXX="${CXX:-g++} -m32"
2230       LD="${LD:-ld} -m elf_i386"
2231       AS="${AS:-as} --32"
2232       host_cpu="i386"
2233       notice_platform="32-bit "
2234     fi
2235     ;;
2236 esac
2237
2238 case $host_cpu in
2239   *i[3456789]86*)
2240     if test "x$enable_win16" != "xno"
2241     then
2242       enable_win16="yes"
2243     fi
2244     ;;
2245 esac
2246
2247 WIN16_FILES="\$(WIN16_FILES)"
2248
2249 WIN16_INSTALL="\$(WIN16_INSTALL)"
2250
2251 if test "x$enable_win16" != "xyes"
2252 then
2253   WIN16_FILES=""
2254   WIN16_INSTALL=""
2255 fi
2256
2257 case "$srcdir" in
2258  .) ;;
2259  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2260       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2261 You need to run 'make distclean' in the source tree first." >&5
2262 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2263 You need to run 'make distclean' in the source tree first." >&2;}
2264    { (exit 1); exit 1; }; }
2265     fi ;;
2266 esac
2267
2268
2269 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2270 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2271 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2272 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2273   echo $ECHO_N "(cached) $ECHO_C" >&6
2274 else
2275   cat >conftest.make <<\_ACEOF
2276 SHELL = /bin/sh
2277 all:
2278         @echo '@@@%%%=$(MAKE)=@@@%%%'
2279 _ACEOF
2280 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2281 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2282   *@@@%%%=?*=@@@%%%*)
2283     eval ac_cv_prog_make_${ac_make}_set=yes;;
2284   *)
2285     eval ac_cv_prog_make_${ac_make}_set=no;;
2286 esac
2287 rm -f conftest.make
2288 fi
2289 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2290   { echo "$as_me:$LINENO: result: yes" >&5
2291 echo "${ECHO_T}yes" >&6; }
2292   SET_MAKE=
2293 else
2294   { echo "$as_me:$LINENO: result: no" >&5
2295 echo "${ECHO_T}no" >&6; }
2296   SET_MAKE="MAKE=${MAKE-make}"
2297 fi
2298
2299 ac_ext=c
2300 ac_cpp='$CPP $CPPFLAGS'
2301 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2302 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2303 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2304 if test -n "$ac_tool_prefix"; then
2305   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2306 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2309 if test "${ac_cv_prog_CC+set}" = set; then
2310   echo $ECHO_N "(cached) $ECHO_C" >&6
2311 else
2312   if test -n "$CC"; then
2313   ac_cv_prog_CC="$CC" # Let the user override the test.
2314 else
2315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2316 for as_dir in $PATH
2317 do
2318   IFS=$as_save_IFS
2319   test -z "$as_dir" && as_dir=.
2320   for ac_exec_ext in '' $ac_executable_extensions; do
2321   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2322     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2323     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2324     break 2
2325   fi
2326 done
2327 done
2328 IFS=$as_save_IFS
2329
2330 fi
2331 fi
2332 CC=$ac_cv_prog_CC
2333 if test -n "$CC"; then
2334   { echo "$as_me:$LINENO: result: $CC" >&5
2335 echo "${ECHO_T}$CC" >&6; }
2336 else
2337   { echo "$as_me:$LINENO: result: no" >&5
2338 echo "${ECHO_T}no" >&6; }
2339 fi
2340
2341
2342 fi
2343 if test -z "$ac_cv_prog_CC"; then
2344   ac_ct_CC=$CC
2345   # Extract the first word of "gcc", so it can be a program name with args.
2346 set dummy gcc; ac_word=$2
2347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2349 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2350   echo $ECHO_N "(cached) $ECHO_C" >&6
2351 else
2352   if test -n "$ac_ct_CC"; then
2353   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2354 else
2355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2356 for as_dir in $PATH
2357 do
2358   IFS=$as_save_IFS
2359   test -z "$as_dir" && as_dir=.
2360   for ac_exec_ext in '' $ac_executable_extensions; do
2361   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2362     ac_cv_prog_ac_ct_CC="gcc"
2363     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2364     break 2
2365   fi
2366 done
2367 done
2368 IFS=$as_save_IFS
2369
2370 fi
2371 fi
2372 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2373 if test -n "$ac_ct_CC"; then
2374   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2375 echo "${ECHO_T}$ac_ct_CC" >&6; }
2376 else
2377   { echo "$as_me:$LINENO: result: no" >&5
2378 echo "${ECHO_T}no" >&6; }
2379 fi
2380
2381   if test "x$ac_ct_CC" = x; then
2382     CC=""
2383   else
2384     case $cross_compiling:$ac_tool_warned in
2385 yes:)
2386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2387 whose name does not start with the host triplet.  If you think this
2388 configuration is useful to you, please write to autoconf@gnu.org." >&5
2389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2390 whose name does not start with the host triplet.  If you think this
2391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2392 ac_tool_warned=yes ;;
2393 esac
2394     CC=$ac_ct_CC
2395   fi
2396 else
2397   CC="$ac_cv_prog_CC"
2398 fi
2399
2400 if test -z "$CC"; then
2401           if test -n "$ac_tool_prefix"; then
2402     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2403 set dummy ${ac_tool_prefix}cc; ac_word=$2
2404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2406 if test "${ac_cv_prog_CC+set}" = set; then
2407   echo $ECHO_N "(cached) $ECHO_C" >&6
2408 else
2409   if test -n "$CC"; then
2410   ac_cv_prog_CC="$CC" # Let the user override the test.
2411 else
2412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 for as_dir in $PATH
2414 do
2415   IFS=$as_save_IFS
2416   test -z "$as_dir" && as_dir=.
2417   for ac_exec_ext in '' $ac_executable_extensions; do
2418   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2419     ac_cv_prog_CC="${ac_tool_prefix}cc"
2420     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2421     break 2
2422   fi
2423 done
2424 done
2425 IFS=$as_save_IFS
2426
2427 fi
2428 fi
2429 CC=$ac_cv_prog_CC
2430 if test -n "$CC"; then
2431   { echo "$as_me:$LINENO: result: $CC" >&5
2432 echo "${ECHO_T}$CC" >&6; }
2433 else
2434   { echo "$as_me:$LINENO: result: no" >&5
2435 echo "${ECHO_T}no" >&6; }
2436 fi
2437
2438
2439   fi
2440 fi
2441 if test -z "$CC"; then
2442   # Extract the first word of "cc", so it can be a program name with args.
2443 set dummy cc; ac_word=$2
2444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2446 if test "${ac_cv_prog_CC+set}" = set; then
2447   echo $ECHO_N "(cached) $ECHO_C" >&6
2448 else
2449   if test -n "$CC"; then
2450   ac_cv_prog_CC="$CC" # Let the user override the test.
2451 else
2452   ac_prog_rejected=no
2453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2454 for as_dir in $PATH
2455 do
2456   IFS=$as_save_IFS
2457   test -z "$as_dir" && as_dir=.
2458   for ac_exec_ext in '' $ac_executable_extensions; do
2459   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2460     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2461        ac_prog_rejected=yes
2462        continue
2463      fi
2464     ac_cv_prog_CC="cc"
2465     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2466     break 2
2467   fi
2468 done
2469 done
2470 IFS=$as_save_IFS
2471
2472 if test $ac_prog_rejected = yes; then
2473   # We found a bogon in the path, so make sure we never use it.
2474   set dummy $ac_cv_prog_CC
2475   shift
2476   if test $# != 0; then
2477     # We chose a different compiler from the bogus one.
2478     # However, it has the same basename, so the bogon will be chosen
2479     # first if we set CC to just the basename; use the full file name.
2480     shift
2481     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2482   fi
2483 fi
2484 fi
2485 fi
2486 CC=$ac_cv_prog_CC
2487 if test -n "$CC"; then
2488   { echo "$as_me:$LINENO: result: $CC" >&5
2489 echo "${ECHO_T}$CC" >&6; }
2490 else
2491   { echo "$as_me:$LINENO: result: no" >&5
2492 echo "${ECHO_T}no" >&6; }
2493 fi
2494
2495
2496 fi
2497 if test -z "$CC"; then
2498   if test -n "$ac_tool_prefix"; then
2499   for ac_prog in cl.exe
2500   do
2501     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2502 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2505 if test "${ac_cv_prog_CC+set}" = set; then
2506   echo $ECHO_N "(cached) $ECHO_C" >&6
2507 else
2508   if test -n "$CC"; then
2509   ac_cv_prog_CC="$CC" # Let the user override the test.
2510 else
2511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2512 for as_dir in $PATH
2513 do
2514   IFS=$as_save_IFS
2515   test -z "$as_dir" && as_dir=.
2516   for ac_exec_ext in '' $ac_executable_extensions; do
2517   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2518     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2519     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2520     break 2
2521   fi
2522 done
2523 done
2524 IFS=$as_save_IFS
2525
2526 fi
2527 fi
2528 CC=$ac_cv_prog_CC
2529 if test -n "$CC"; then
2530   { echo "$as_me:$LINENO: result: $CC" >&5
2531 echo "${ECHO_T}$CC" >&6; }
2532 else
2533   { echo "$as_me:$LINENO: result: no" >&5
2534 echo "${ECHO_T}no" >&6; }
2535 fi
2536
2537
2538     test -n "$CC" && break
2539   done
2540 fi
2541 if test -z "$CC"; then
2542   ac_ct_CC=$CC
2543   for ac_prog in cl.exe
2544 do
2545   # Extract the first word of "$ac_prog", so it can be a program name with args.
2546 set dummy $ac_prog; ac_word=$2
2547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2549 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2550   echo $ECHO_N "(cached) $ECHO_C" >&6
2551 else
2552   if test -n "$ac_ct_CC"; then
2553   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2554 else
2555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2556 for as_dir in $PATH
2557 do
2558   IFS=$as_save_IFS
2559   test -z "$as_dir" && as_dir=.
2560   for ac_exec_ext in '' $ac_executable_extensions; do
2561   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2562     ac_cv_prog_ac_ct_CC="$ac_prog"
2563     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2564     break 2
2565   fi
2566 done
2567 done
2568 IFS=$as_save_IFS
2569
2570 fi
2571 fi
2572 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2573 if test -n "$ac_ct_CC"; then
2574   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2575 echo "${ECHO_T}$ac_ct_CC" >&6; }
2576 else
2577   { echo "$as_me:$LINENO: result: no" >&5
2578 echo "${ECHO_T}no" >&6; }
2579 fi
2580
2581
2582   test -n "$ac_ct_CC" && break
2583 done
2584
2585   if test "x$ac_ct_CC" = x; then
2586     CC=""
2587   else
2588     case $cross_compiling:$ac_tool_warned in
2589 yes:)
2590 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2591 whose name does not start with the host triplet.  If you think this
2592 configuration is useful to you, please write to autoconf@gnu.org." >&5
2593 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2594 whose name does not start with the host triplet.  If you think this
2595 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2596 ac_tool_warned=yes ;;
2597 esac
2598     CC=$ac_ct_CC
2599   fi
2600 fi
2601
2602 fi
2603
2604
2605 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2606 See \`config.log' for more details." >&5
2607 echo "$as_me: error: no acceptable C compiler found in \$PATH
2608 See \`config.log' for more details." >&2;}
2609    { (exit 1); exit 1; }; }
2610
2611 # Provide some information about the compiler.
2612 echo "$as_me:$LINENO: checking for C compiler version" >&5
2613 ac_compiler=`set X $ac_compile; echo $2`
2614 { (ac_try="$ac_compiler --version >&5"
2615 case "(($ac_try" in
2616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617   *) ac_try_echo=$ac_try;;
2618 esac
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620   (eval "$ac_compiler --version >&5") 2>&5
2621   ac_status=$?
2622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623   (exit $ac_status); }
2624 { (ac_try="$ac_compiler -v >&5"
2625 case "(($ac_try" in
2626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2627   *) ac_try_echo=$ac_try;;
2628 esac
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630   (eval "$ac_compiler -v >&5") 2>&5
2631   ac_status=$?
2632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633   (exit $ac_status); }
2634 { (ac_try="$ac_compiler -V >&5"
2635 case "(($ac_try" in
2636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2637   *) ac_try_echo=$ac_try;;
2638 esac
2639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2640   (eval "$ac_compiler -V >&5") 2>&5
2641   ac_status=$?
2642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643   (exit $ac_status); }
2644
2645 cat >conftest.$ac_ext <<_ACEOF
2646 /* confdefs.h.  */
2647 _ACEOF
2648 cat confdefs.h >>conftest.$ac_ext
2649 cat >>conftest.$ac_ext <<_ACEOF
2650 /* end confdefs.h.  */
2651
2652 int
2653 main ()
2654 {
2655
2656   ;
2657   return 0;
2658 }
2659 _ACEOF
2660 ac_clean_files_save=$ac_clean_files
2661 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2662 # Try to create an executable without -o first, disregard a.out.
2663 # It will help us diagnose broken compilers, and finding out an intuition
2664 # of exeext.
2665 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2666 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2667 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2668 #
2669 # List of possible output files, starting from the most likely.
2670 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2671 # only as a last resort.  b.out is created by i960 compilers.
2672 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2673 #
2674 # The IRIX 6 linker writes into existing files which may not be
2675 # executable, retaining their permissions.  Remove them first so a
2676 # subsequent execution test works.
2677 ac_rmfiles=
2678 for ac_file in $ac_files
2679 do
2680   case $ac_file in
2681     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2682     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2683   esac
2684 done
2685 rm -f $ac_rmfiles
2686
2687 if { (ac_try="$ac_link_default"
2688 case "(($ac_try" in
2689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2690   *) ac_try_echo=$ac_try;;
2691 esac
2692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2693   (eval "$ac_link_default") 2>&5
2694   ac_status=$?
2695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2696   (exit $ac_status); }; then
2697   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2698 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2699 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2700 # so that the user can short-circuit this test for compilers unknown to
2701 # Autoconf.
2702 for ac_file in $ac_files ''
2703 do
2704   test -f "$ac_file" || continue
2705   case $ac_file in
2706     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2707         ;;
2708     [ab].out )
2709         # We found the default executable, but exeext='' is most
2710         # certainly right.
2711         break;;
2712     *.* )
2713         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2714         then :; else
2715            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2716         fi
2717         # We set ac_cv_exeext here because the later test for it is not
2718         # safe: cross compilers may not add the suffix if given an `-o'
2719         # argument, so we may need to know it at that point already.
2720         # Even if this section looks crufty: it has the advantage of
2721         # actually working.
2722         break;;
2723     * )
2724         break;;
2725   esac
2726 done
2727 test "$ac_cv_exeext" = no && ac_cv_exeext=
2728
2729 else
2730   ac_file=''
2731 fi
2732
2733 { echo "$as_me:$LINENO: result: $ac_file" >&5
2734 echo "${ECHO_T}$ac_file" >&6; }
2735 if test -z "$ac_file"; then
2736   echo "$as_me: failed program was:" >&5
2737 sed 's/^/| /' conftest.$ac_ext >&5
2738
2739 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2740 See \`config.log' for more details." >&5
2741 echo "$as_me: error: C compiler cannot create executables
2742 See \`config.log' for more details." >&2;}
2743    { (exit 77); exit 77; }; }
2744 fi
2745
2746 ac_exeext=$ac_cv_exeext
2747
2748 # Check that the compiler produces executables we can run.  If not, either
2749 # the compiler is broken, or we cross compile.
2750 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2751 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2752 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2753 # If not cross compiling, check that we can run a simple program.
2754 if test "$cross_compiling" != yes; then
2755   if { ac_try='./$ac_file'
2756   { (case "(($ac_try" in
2757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2758   *) ac_try_echo=$ac_try;;
2759 esac
2760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2761   (eval "$ac_try") 2>&5
2762   ac_status=$?
2763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2764   (exit $ac_status); }; }; then
2765     cross_compiling=no
2766   else
2767     if test "$cross_compiling" = maybe; then
2768         cross_compiling=yes
2769     else
2770         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2771 If you meant to cross compile, use \`--host'.
2772 See \`config.log' for more details." >&5
2773 echo "$as_me: error: cannot run C compiled programs.
2774 If you meant to cross compile, use \`--host'.
2775 See \`config.log' for more details." >&2;}
2776    { (exit 1); exit 1; }; }
2777     fi
2778   fi
2779 fi
2780 { echo "$as_me:$LINENO: result: yes" >&5
2781 echo "${ECHO_T}yes" >&6; }
2782
2783 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2784 ac_clean_files=$ac_clean_files_save
2785 # Check that the compiler produces executables we can run.  If not, either
2786 # the compiler is broken, or we cross compile.
2787 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2788 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2789 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2790 echo "${ECHO_T}$cross_compiling" >&6; }
2791
2792 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2793 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2794 if { (ac_try="$ac_link"
2795 case "(($ac_try" in
2796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2797   *) ac_try_echo=$ac_try;;
2798 esac
2799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2800   (eval "$ac_link") 2>&5
2801   ac_status=$?
2802   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2803   (exit $ac_status); }; then
2804   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2805 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2806 # work properly (i.e., refer to `conftest.exe'), while it won't with
2807 # `rm'.
2808 for ac_file in conftest.exe conftest conftest.*; do
2809   test -f "$ac_file" || continue
2810   case $ac_file in
2811     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2812     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2813           break;;
2814     * ) break;;
2815   esac
2816 done
2817 else
2818   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2819 See \`config.log' for more details." >&5
2820 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2821 See \`config.log' for more details." >&2;}
2822    { (exit 1); exit 1; }; }
2823 fi
2824
2825 rm -f conftest$ac_cv_exeext
2826 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2827 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2828
2829 rm -f conftest.$ac_ext
2830 EXEEXT=$ac_cv_exeext
2831 ac_exeext=$EXEEXT
2832 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2833 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2834 if test "${ac_cv_objext+set}" = set; then
2835   echo $ECHO_N "(cached) $ECHO_C" >&6
2836 else
2837   cat >conftest.$ac_ext <<_ACEOF
2838 /* confdefs.h.  */
2839 _ACEOF
2840 cat confdefs.h >>conftest.$ac_ext
2841 cat >>conftest.$ac_ext <<_ACEOF
2842 /* end confdefs.h.  */
2843
2844 int
2845 main ()
2846 {
2847
2848   ;
2849   return 0;
2850 }
2851 _ACEOF
2852 rm -f conftest.o conftest.obj
2853 if { (ac_try="$ac_compile"
2854 case "(($ac_try" in
2855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2856   *) ac_try_echo=$ac_try;;
2857 esac
2858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2859   (eval "$ac_compile") 2>&5
2860   ac_status=$?
2861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2862   (exit $ac_status); }; then
2863   for ac_file in conftest.o conftest.obj conftest.*; do
2864   test -f "$ac_file" || continue;
2865   case $ac_file in
2866     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2867     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2868        break;;
2869   esac
2870 done
2871 else
2872   echo "$as_me: failed program was:" >&5
2873 sed 's/^/| /' conftest.$ac_ext >&5
2874
2875 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2876 See \`config.log' for more details." >&5
2877 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2878 See \`config.log' for more details." >&2;}
2879    { (exit 1); exit 1; }; }
2880 fi
2881
2882 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2883 fi
2884 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2885 echo "${ECHO_T}$ac_cv_objext" >&6; }
2886 OBJEXT=$ac_cv_objext
2887 ac_objext=$OBJEXT
2888 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2889 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2890 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2891   echo $ECHO_N "(cached) $ECHO_C" >&6
2892 else
2893   cat >conftest.$ac_ext <<_ACEOF
2894 /* confdefs.h.  */
2895 _ACEOF
2896 cat confdefs.h >>conftest.$ac_ext
2897 cat >>conftest.$ac_ext <<_ACEOF
2898 /* end confdefs.h.  */
2899
2900 int
2901 main ()
2902 {
2903 #ifndef __GNUC__
2904        choke me
2905 #endif
2906
2907   ;
2908   return 0;
2909 }
2910 _ACEOF
2911 rm -f conftest.$ac_objext
2912 if { (ac_try="$ac_compile"
2913 case "(($ac_try" in
2914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915   *) ac_try_echo=$ac_try;;
2916 esac
2917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2918   (eval "$ac_compile") 2>conftest.er1
2919   ac_status=$?
2920   grep -v '^ *+' conftest.er1 >conftest.err
2921   rm -f conftest.er1
2922   cat conftest.err >&5
2923   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2924   (exit $ac_status); } && {
2925          test -z "$ac_c_werror_flag" ||
2926          test ! -s conftest.err
2927        } && test -s conftest.$ac_objext; then
2928   ac_compiler_gnu=yes
2929 else
2930   echo "$as_me: failed program was:" >&5
2931 sed 's/^/| /' conftest.$ac_ext >&5
2932
2933         ac_compiler_gnu=no
2934 fi
2935
2936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2937 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2938
2939 fi
2940 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2941 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2942 GCC=`test $ac_compiler_gnu = yes && echo yes`
2943 ac_test_CFLAGS=${CFLAGS+set}
2944 ac_save_CFLAGS=$CFLAGS
2945 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2946 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2947 if test "${ac_cv_prog_cc_g+set}" = set; then
2948   echo $ECHO_N "(cached) $ECHO_C" >&6
2949 else
2950   ac_save_c_werror_flag=$ac_c_werror_flag
2951    ac_c_werror_flag=yes
2952    ac_cv_prog_cc_g=no
2953    CFLAGS="-g"
2954    cat >conftest.$ac_ext <<_ACEOF
2955 /* confdefs.h.  */
2956 _ACEOF
2957 cat confdefs.h >>conftest.$ac_ext
2958 cat >>conftest.$ac_ext <<_ACEOF
2959 /* end confdefs.h.  */
2960
2961 int
2962 main ()
2963 {
2964
2965   ;
2966   return 0;
2967 }
2968 _ACEOF
2969 rm -f conftest.$ac_objext
2970 if { (ac_try="$ac_compile"
2971 case "(($ac_try" in
2972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973   *) ac_try_echo=$ac_try;;
2974 esac
2975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2976   (eval "$ac_compile") 2>conftest.er1
2977   ac_status=$?
2978   grep -v '^ *+' conftest.er1 >conftest.err
2979   rm -f conftest.er1
2980   cat conftest.err >&5
2981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2982   (exit $ac_status); } && {
2983          test -z "$ac_c_werror_flag" ||
2984          test ! -s conftest.err
2985        } && test -s conftest.$ac_objext; then
2986   ac_cv_prog_cc_g=yes
2987 else
2988   echo "$as_me: failed program was:" >&5
2989 sed 's/^/| /' conftest.$ac_ext >&5
2990
2991         CFLAGS=""
2992       cat >conftest.$ac_ext <<_ACEOF
2993 /* confdefs.h.  */
2994 _ACEOF
2995 cat confdefs.h >>conftest.$ac_ext
2996 cat >>conftest.$ac_ext <<_ACEOF
2997 /* end confdefs.h.  */
2998
2999 int
3000 main ()
3001 {
3002
3003   ;
3004   return 0;
3005 }
3006 _ACEOF
3007 rm -f conftest.$ac_objext
3008 if { (ac_try="$ac_compile"
3009 case "(($ac_try" in
3010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3011   *) ac_try_echo=$ac_try;;
3012 esac
3013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3014   (eval "$ac_compile") 2>conftest.er1
3015   ac_status=$?
3016   grep -v '^ *+' conftest.er1 >conftest.err
3017   rm -f conftest.er1
3018   cat conftest.err >&5
3019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3020   (exit $ac_status); } && {
3021          test -z "$ac_c_werror_flag" ||
3022          test ! -s conftest.err
3023        } && test -s conftest.$ac_objext; then
3024   :
3025 else
3026   echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3028
3029         ac_c_werror_flag=$ac_save_c_werror_flag
3030          CFLAGS="-g"
3031          cat >conftest.$ac_ext <<_ACEOF
3032 /* confdefs.h.  */
3033 _ACEOF
3034 cat confdefs.h >>conftest.$ac_ext
3035 cat >>conftest.$ac_ext <<_ACEOF
3036 /* end confdefs.h.  */
3037
3038 int
3039 main ()
3040 {
3041
3042   ;
3043   return 0;
3044 }
3045 _ACEOF
3046 rm -f conftest.$ac_objext
3047 if { (ac_try="$ac_compile"
3048 case "(($ac_try" in
3049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3050   *) ac_try_echo=$ac_try;;
3051 esac
3052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3053   (eval "$ac_compile") 2>conftest.er1
3054   ac_status=$?
3055   grep -v '^ *+' conftest.er1 >conftest.err
3056   rm -f conftest.er1
3057   cat conftest.err >&5
3058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3059   (exit $ac_status); } && {
3060          test -z "$ac_c_werror_flag" ||
3061          test ! -s conftest.err
3062        } && test -s conftest.$ac_objext; then
3063   ac_cv_prog_cc_g=yes
3064 else
3065   echo "$as_me: failed program was:" >&5
3066 sed 's/^/| /' conftest.$ac_ext >&5
3067
3068
3069 fi
3070
3071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3072 fi
3073
3074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3075 fi
3076
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078    ac_c_werror_flag=$ac_save_c_werror_flag
3079 fi
3080 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3081 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3082 if test "$ac_test_CFLAGS" = set; then
3083   CFLAGS=$ac_save_CFLAGS
3084 elif test $ac_cv_prog_cc_g = yes; then
3085   if test "$GCC" = yes; then
3086     CFLAGS="-g -O2"
3087   else
3088     CFLAGS="-g"
3089   fi
3090 else
3091   if test "$GCC" = yes; then
3092     CFLAGS="-O2"
3093   else
3094     CFLAGS=
3095   fi
3096 fi
3097 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3098 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3099 if test "${ac_cv_prog_cc_c89+set}" = set; then
3100   echo $ECHO_N "(cached) $ECHO_C" >&6
3101 else
3102   ac_cv_prog_cc_c89=no
3103 ac_save_CC=$CC
3104 cat >conftest.$ac_ext <<_ACEOF
3105 /* confdefs.h.  */
3106 _ACEOF
3107 cat confdefs.h >>conftest.$ac_ext
3108 cat >>conftest.$ac_ext <<_ACEOF
3109 /* end confdefs.h.  */
3110 #include <stdarg.h>
3111 #include <stdio.h>
3112 #include <sys/types.h>
3113 #include <sys/stat.h>
3114 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3115 struct buf { int x; };
3116 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3117 static char *e (p, i)
3118      char **p;
3119      int i;
3120 {
3121   return p[i];
3122 }
3123 static char *f (char * (*g) (char **, int), char **p, ...)
3124 {
3125   char *s;
3126   va_list v;
3127   va_start (v,p);
3128   s = g (p, va_arg (v,int));
3129   va_end (v);
3130   return s;
3131 }
3132
3133 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3134    function prototypes and stuff, but not '\xHH' hex character constants.
3135    These don't provoke an error unfortunately, instead are silently treated
3136    as 'x'.  The following induces an error, until -std is added to get
3137    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3138    array size at least.  It's necessary to write '\x00'==0 to get something
3139    that's true only with -std.  */
3140 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3141
3142 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3143    inside strings and character constants.  */
3144 #define FOO(x) 'x'
3145 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3146
3147 int test (int i, double x);
3148 struct s1 {int (*f) (int a);};
3149 struct s2 {int (*f) (double a);};
3150 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3151 int argc;
3152 char **argv;
3153 int
3154 main ()
3155 {
3156 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3157   ;
3158   return 0;
3159 }
3160 _ACEOF
3161 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3162         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3163 do
3164   CC="$ac_save_CC $ac_arg"
3165   rm -f conftest.$ac_objext
3166 if { (ac_try="$ac_compile"
3167 case "(($ac_try" in
3168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3169   *) ac_try_echo=$ac_try;;
3170 esac
3171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3172   (eval "$ac_compile") 2>conftest.er1
3173   ac_status=$?
3174   grep -v '^ *+' conftest.er1 >conftest.err
3175   rm -f conftest.er1
3176   cat conftest.err >&5
3177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3178   (exit $ac_status); } && {
3179          test -z "$ac_c_werror_flag" ||
3180          test ! -s conftest.err
3181        } && test -s conftest.$ac_objext; then
3182   ac_cv_prog_cc_c89=$ac_arg
3183 else
3184   echo "$as_me: failed program was:" >&5
3185 sed 's/^/| /' conftest.$ac_ext >&5
3186
3187
3188 fi
3189
3190 rm -f core conftest.err conftest.$ac_objext
3191   test "x$ac_cv_prog_cc_c89" != "xno" && break
3192 done
3193 rm -f conftest.$ac_ext
3194 CC=$ac_save_CC
3195
3196 fi
3197 # AC_CACHE_VAL
3198 case "x$ac_cv_prog_cc_c89" in
3199   x)
3200     { echo "$as_me:$LINENO: result: none needed" >&5
3201 echo "${ECHO_T}none needed" >&6; } ;;
3202   xno)
3203     { echo "$as_me:$LINENO: result: unsupported" >&5
3204 echo "${ECHO_T}unsupported" >&6; } ;;
3205   *)
3206     CC="$CC $ac_cv_prog_cc_c89"
3207     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3208 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3209 esac
3210
3211
3212 ac_ext=c
3213 ac_cpp='$CPP $CPPFLAGS'
3214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3217
3218 ac_ext=cpp
3219 ac_cpp='$CXXCPP $CPPFLAGS'
3220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3223 if test -z "$CXX"; then
3224   if test -n "$CCC"; then
3225     CXX=$CCC
3226   else
3227     if test -n "$ac_tool_prefix"; then
3228   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3229   do
3230     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3231 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3232 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3234 if test "${ac_cv_prog_CXX+set}" = set; then
3235   echo $ECHO_N "(cached) $ECHO_C" >&6
3236 else
3237   if test -n "$CXX"; then
3238   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3239 else
3240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3241 for as_dir in $PATH
3242 do
3243   IFS=$as_save_IFS
3244   test -z "$as_dir" && as_dir=.
3245   for ac_exec_ext in '' $ac_executable_extensions; do
3246   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3247     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3248     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3249     break 2
3250   fi
3251 done
3252 done
3253 IFS=$as_save_IFS
3254
3255 fi
3256 fi
3257 CXX=$ac_cv_prog_CXX
3258 if test -n "$CXX"; then
3259   { echo "$as_me:$LINENO: result: $CXX" >&5
3260 echo "${ECHO_T}$CXX" >&6; }
3261 else
3262   { echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6; }
3264 fi
3265
3266
3267     test -n "$CXX" && break
3268   done
3269 fi
3270 if test -z "$CXX"; then
3271   ac_ct_CXX=$CXX
3272   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3273 do
3274   # Extract the first word of "$ac_prog", so it can be a program name with args.
3275 set dummy $ac_prog; ac_word=$2
3276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3278 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3279   echo $ECHO_N "(cached) $ECHO_C" >&6
3280 else
3281   if test -n "$ac_ct_CXX"; then
3282   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3283 else
3284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3285 for as_dir in $PATH
3286 do
3287   IFS=$as_save_IFS
3288   test -z "$as_dir" && as_dir=.
3289   for ac_exec_ext in '' $ac_executable_extensions; do
3290   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3291     ac_cv_prog_ac_ct_CXX="$ac_prog"
3292     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3293     break 2
3294   fi
3295 done
3296 done
3297 IFS=$as_save_IFS
3298
3299 fi
3300 fi
3301 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3302 if test -n "$ac_ct_CXX"; then
3303   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3304 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3305 else
3306   { echo "$as_me:$LINENO: result: no" >&5
3307 echo "${ECHO_T}no" >&6; }
3308 fi
3309
3310
3311   test -n "$ac_ct_CXX" && break
3312 done
3313
3314   if test "x$ac_ct_CXX" = x; then
3315     CXX="g++"
3316   else
3317     case $cross_compiling:$ac_tool_warned in
3318 yes:)
3319 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3320 whose name does not start with the host triplet.  If you think this
3321 configuration is useful to you, please write to autoconf@gnu.org." >&5
3322 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3323 whose name does not start with the host triplet.  If you think this
3324 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3325 ac_tool_warned=yes ;;
3326 esac
3327     CXX=$ac_ct_CXX
3328   fi
3329 fi
3330
3331   fi
3332 fi
3333 # Provide some information about the compiler.
3334 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3335 ac_compiler=`set X $ac_compile; echo $2`
3336 { (ac_try="$ac_compiler --version >&5"
3337 case "(($ac_try" in
3338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339   *) ac_try_echo=$ac_try;;
3340 esac
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342   (eval "$ac_compiler --version >&5") 2>&5
3343   ac_status=$?
3344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3345   (exit $ac_status); }
3346 { (ac_try="$ac_compiler -v >&5"
3347 case "(($ac_try" in
3348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349   *) ac_try_echo=$ac_try;;
3350 esac
3351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3352   (eval "$ac_compiler -v >&5") 2>&5
3353   ac_status=$?
3354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355   (exit $ac_status); }
3356 { (ac_try="$ac_compiler -V >&5"
3357 case "(($ac_try" in
3358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359   *) ac_try_echo=$ac_try;;
3360 esac
3361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3362   (eval "$ac_compiler -V >&5") 2>&5
3363   ac_status=$?
3364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3365   (exit $ac_status); }
3366
3367 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3368 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3369 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3370   echo $ECHO_N "(cached) $ECHO_C" >&6
3371 else
3372   cat >conftest.$ac_ext <<_ACEOF
3373 /* confdefs.h.  */
3374 _ACEOF
3375 cat confdefs.h >>conftest.$ac_ext
3376 cat >>conftest.$ac_ext <<_ACEOF
3377 /* end confdefs.h.  */
3378
3379 int
3380 main ()
3381 {
3382 #ifndef __GNUC__
3383        choke me
3384 #endif
3385
3386   ;
3387   return 0;
3388 }
3389 _ACEOF
3390 rm -f conftest.$ac_objext
3391 if { (ac_try="$ac_compile"
3392 case "(($ac_try" in
3393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3394   *) ac_try_echo=$ac_try;;
3395 esac
3396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3397   (eval "$ac_compile") 2>conftest.er1
3398   ac_status=$?
3399   grep -v '^ *+' conftest.er1 >conftest.err
3400   rm -f conftest.er1
3401   cat conftest.err >&5
3402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403   (exit $ac_status); } && {
3404          test -z "$ac_cxx_werror_flag" ||
3405          test ! -s conftest.err
3406        } && test -s conftest.$ac_objext; then
3407   ac_compiler_gnu=yes
3408 else
3409   echo "$as_me: failed program was:" >&5
3410 sed 's/^/| /' conftest.$ac_ext >&5
3411
3412         ac_compiler_gnu=no
3413 fi
3414
3415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3416 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3417
3418 fi
3419 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3420 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3421 GXX=`test $ac_compiler_gnu = yes && echo yes`
3422 ac_test_CXXFLAGS=${CXXFLAGS+set}
3423 ac_save_CXXFLAGS=$CXXFLAGS
3424 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3425 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3426 if test "${ac_cv_prog_cxx_g+set}" = set; then
3427   echo $ECHO_N "(cached) $ECHO_C" >&6
3428 else
3429   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3430    ac_cxx_werror_flag=yes
3431    ac_cv_prog_cxx_g=no
3432    CXXFLAGS="-g"
3433    cat >conftest.$ac_ext <<_ACEOF
3434 /* confdefs.h.  */
3435 _ACEOF
3436 cat confdefs.h >>conftest.$ac_ext
3437 cat >>conftest.$ac_ext <<_ACEOF
3438 /* end confdefs.h.  */
3439
3440 int
3441 main ()
3442 {
3443
3444   ;
3445   return 0;
3446 }
3447 _ACEOF
3448 rm -f conftest.$ac_objext
3449 if { (ac_try="$ac_compile"
3450 case "(($ac_try" in
3451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3452   *) ac_try_echo=$ac_try;;
3453 esac
3454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3455   (eval "$ac_compile") 2>conftest.er1
3456   ac_status=$?
3457   grep -v '^ *+' conftest.er1 >conftest.err
3458   rm -f conftest.er1
3459   cat conftest.err >&5
3460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3461   (exit $ac_status); } && {
3462          test -z "$ac_cxx_werror_flag" ||
3463          test ! -s conftest.err
3464        } && test -s conftest.$ac_objext; then
3465   ac_cv_prog_cxx_g=yes
3466 else
3467   echo "$as_me: failed program was:" >&5
3468 sed 's/^/| /' conftest.$ac_ext >&5
3469
3470         CXXFLAGS=""
3471       cat >conftest.$ac_ext <<_ACEOF
3472 /* confdefs.h.  */
3473 _ACEOF
3474 cat confdefs.h >>conftest.$ac_ext
3475 cat >>conftest.$ac_ext <<_ACEOF
3476 /* end confdefs.h.  */
3477
3478 int
3479 main ()
3480 {
3481
3482   ;
3483   return 0;
3484 }
3485 _ACEOF
3486 rm -f conftest.$ac_objext
3487 if { (ac_try="$ac_compile"
3488 case "(($ac_try" in
3489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490   *) ac_try_echo=$ac_try;;
3491 esac
3492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3493   (eval "$ac_compile") 2>conftest.er1
3494   ac_status=$?
3495   grep -v '^ *+' conftest.er1 >conftest.err
3496   rm -f conftest.er1
3497   cat conftest.err >&5
3498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3499   (exit $ac_status); } && {
3500          test -z "$ac_cxx_werror_flag" ||
3501          test ! -s conftest.err
3502        } && test -s conftest.$ac_objext; then
3503   :
3504 else
3505   echo "$as_me: failed program was:" >&5
3506 sed 's/^/| /' conftest.$ac_ext >&5
3507
3508         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3509          CXXFLAGS="-g"
3510          cat >conftest.$ac_ext <<_ACEOF
3511 /* confdefs.h.  */
3512 _ACEOF
3513 cat confdefs.h >>conftest.$ac_ext
3514 cat >>conftest.$ac_ext <<_ACEOF
3515 /* end confdefs.h.  */
3516
3517 int
3518 main ()
3519 {
3520
3521   ;
3522   return 0;
3523 }
3524 _ACEOF
3525 rm -f conftest.$ac_objext
3526 if { (ac_try="$ac_compile"
3527 case "(($ac_try" in
3528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529   *) ac_try_echo=$ac_try;;
3530 esac
3531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3532   (eval "$ac_compile") 2>conftest.er1
3533   ac_status=$?
3534   grep -v '^ *+' conftest.er1 >conftest.err
3535   rm -f conftest.er1
3536   cat conftest.err >&5
3537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538   (exit $ac_status); } && {
3539          test -z "$ac_cxx_werror_flag" ||
3540          test ! -s conftest.err
3541        } && test -s conftest.$ac_objext; then
3542   ac_cv_prog_cxx_g=yes
3543 else
3544   echo "$as_me: failed program was:" >&5
3545 sed 's/^/| /' conftest.$ac_ext >&5
3546
3547
3548 fi
3549
3550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3551 fi
3552
3553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3554 fi
3555
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3557    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3558 fi
3559 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3560 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3561 if test "$ac_test_CXXFLAGS" = set; then
3562   CXXFLAGS=$ac_save_CXXFLAGS
3563 elif test $ac_cv_prog_cxx_g = yes; then
3564   if test "$GXX" = yes; then
3565     CXXFLAGS="-g -O2"
3566   else
3567     CXXFLAGS="-g"
3568   fi
3569 else
3570   if test "$GXX" = yes; then
3571     CXXFLAGS="-O2"
3572   else
3573     CXXFLAGS=
3574   fi
3575 fi
3576 ac_ext=c
3577 ac_cpp='$CPP $CPPFLAGS'
3578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3581
3582 if test -n "$ac_tool_prefix"; then
3583   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3584 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3585 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3587 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3588   echo $ECHO_N "(cached) $ECHO_C" >&6
3589 else
3590   if test -n "$CPPBIN"; then
3591   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3592 else
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3594 for as_dir in $PATH
3595 do
3596   IFS=$as_save_IFS
3597   test -z "$as_dir" && as_dir=.
3598   for ac_exec_ext in '' $ac_executable_extensions; do
3599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3600     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3601     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3602     break 2
3603   fi
3604 done
3605 done
3606 IFS=$as_save_IFS
3607
3608 fi
3609 fi
3610 CPPBIN=$ac_cv_prog_CPPBIN
3611 if test -n "$CPPBIN"; then
3612   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3613 echo "${ECHO_T}$CPPBIN" >&6; }
3614 else
3615   { echo "$as_me:$LINENO: result: no" >&5
3616 echo "${ECHO_T}no" >&6; }
3617 fi
3618
3619
3620 fi
3621 if test -z "$ac_cv_prog_CPPBIN"; then
3622   ac_ct_CPPBIN=$CPPBIN
3623   # Extract the first word of "cpp", so it can be a program name with args.
3624 set dummy cpp; ac_word=$2
3625 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3627 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3628   echo $ECHO_N "(cached) $ECHO_C" >&6
3629 else
3630   if test -n "$ac_ct_CPPBIN"; then
3631   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3632 else
3633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3634 for as_dir in $PATH
3635 do
3636   IFS=$as_save_IFS
3637   test -z "$as_dir" && as_dir=.
3638   for ac_exec_ext in '' $ac_executable_extensions; do
3639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3640     ac_cv_prog_ac_ct_CPPBIN="cpp"
3641     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3642     break 2
3643   fi
3644 done
3645 done
3646 IFS=$as_save_IFS
3647
3648 fi
3649 fi
3650 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3651 if test -n "$ac_ct_CPPBIN"; then
3652   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3653 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3654 else
3655   { echo "$as_me:$LINENO: result: no" >&5
3656 echo "${ECHO_T}no" >&6; }
3657 fi
3658
3659   if test "x$ac_ct_CPPBIN" = x; then
3660     CPPBIN="cpp"
3661   else
3662     case $cross_compiling:$ac_tool_warned in
3663 yes:)
3664 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3665 whose name does not start with the host triplet.  If you think this
3666 configuration is useful to you, please write to autoconf@gnu.org." >&5
3667 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3668 whose name does not start with the host triplet.  If you think this
3669 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3670 ac_tool_warned=yes ;;
3671 esac
3672     CPPBIN=$ac_ct_CPPBIN
3673   fi
3674 else
3675   CPPBIN="$ac_cv_prog_CPPBIN"
3676 fi
3677
3678
3679 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3680 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3681 if test "${wine_cv_toolsdir+set}" = set; then
3682   echo $ECHO_N "(cached) $ECHO_C" >&6
3683 else
3684   if test -z "$with_wine_tools"; then
3685      if test "$cross_compiling" = "yes"; then
3686        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3687 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3688    { (exit 1); exit 1; }; }
3689      else
3690        wine_cv_toolsdir="\$(TOPOBJDIR)"
3691      fi
3692    elif test -d "$with_wine_tools/tools/winebuild"; then
3693      case $with_wine_tools in
3694        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3695        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3696      esac
3697    else
3698      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3699 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3700    { (exit 1); exit 1; }; }
3701    fi
3702 fi
3703 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3704 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3705 TOOLSDIR=$wine_cv_toolsdir
3706
3707
3708
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3714 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3715 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3716 # On Suns, sometimes $CPP names a directory.
3717 if test -n "$CPP" && test -d "$CPP"; then
3718   CPP=
3719 fi
3720 if test -z "$CPP"; then
3721   if test "${ac_cv_prog_CPP+set}" = set; then
3722   echo $ECHO_N "(cached) $ECHO_C" >&6
3723 else
3724       # Double quotes because CPP needs to be expanded
3725     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3726     do
3727       ac_preproc_ok=false
3728 for ac_c_preproc_warn_flag in '' yes
3729 do
3730   # Use a header file that comes with gcc, so configuring glibc
3731   # with a fresh cross-compiler works.
3732   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3733   # <limits.h> exists even on freestanding compilers.
3734   # On the NeXT, cc -E runs the code through the compiler's parser,
3735   # not just through cpp. "Syntax error" is here to catch this case.
3736   cat >conftest.$ac_ext <<_ACEOF
3737 /* confdefs.h.  */
3738 _ACEOF
3739 cat confdefs.h >>conftest.$ac_ext
3740 cat >>conftest.$ac_ext <<_ACEOF
3741 /* end confdefs.h.  */
3742 #ifdef __STDC__
3743 # include <limits.h>
3744 #else
3745 # include <assert.h>
3746 #endif
3747                      Syntax error
3748 _ACEOF
3749 if { (ac_try="$ac_cpp conftest.$ac_ext"
3750 case "(($ac_try" in
3751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3752   *) ac_try_echo=$ac_try;;
3753 esac
3754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3755   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3756   ac_status=$?
3757   grep -v '^ *+' conftest.er1 >conftest.err
3758   rm -f conftest.er1
3759   cat conftest.err >&5
3760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3761   (exit $ac_status); } >/dev/null && {
3762          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3763          test ! -s conftest.err
3764        }; then
3765   :
3766 else
3767   echo "$as_me: failed program was:" >&5
3768 sed 's/^/| /' conftest.$ac_ext >&5
3769
3770   # Broken: fails on valid input.
3771 continue
3772 fi
3773
3774 rm -f conftest.err conftest.$ac_ext
3775
3776   # OK, works on sane cases.  Now check whether nonexistent headers
3777   # can be detected and how.
3778   cat >conftest.$ac_ext <<_ACEOF
3779 /* confdefs.h.  */
3780 _ACEOF
3781 cat confdefs.h >>conftest.$ac_ext
3782 cat >>conftest.$ac_ext <<_ACEOF
3783 /* end confdefs.h.  */
3784 #include <ac_nonexistent.h>
3785 _ACEOF
3786 if { (ac_try="$ac_cpp conftest.$ac_ext"
3787 case "(($ac_try" in
3788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3789   *) ac_try_echo=$ac_try;;
3790 esac
3791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3792   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3793   ac_status=$?
3794   grep -v '^ *+' conftest.er1 >conftest.err
3795   rm -f conftest.er1
3796   cat conftest.err >&5
3797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798   (exit $ac_status); } >/dev/null && {
3799          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3800          test ! -s conftest.err
3801        }; then
3802   # Broken: success on invalid input.
3803 continue
3804 else
3805   echo "$as_me: failed program was:" >&5
3806 sed 's/^/| /' conftest.$ac_ext >&5
3807
3808   # Passes both tests.
3809 ac_preproc_ok=:
3810 break
3811 fi
3812
3813 rm -f conftest.err conftest.$ac_ext
3814
3815 done
3816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3817 rm -f conftest.err conftest.$ac_ext
3818 if $ac_preproc_ok; then
3819   break
3820 fi
3821
3822     done
3823     ac_cv_prog_CPP=$CPP
3824
3825 fi
3826   CPP=$ac_cv_prog_CPP
3827 else
3828   ac_cv_prog_CPP=$CPP
3829 fi
3830 { echo "$as_me:$LINENO: result: $CPP" >&5
3831 echo "${ECHO_T}$CPP" >&6; }
3832 ac_preproc_ok=false
3833 for ac_c_preproc_warn_flag in '' yes
3834 do
3835   # Use a header file that comes with gcc, so configuring glibc
3836   # with a fresh cross-compiler works.
3837   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3838   # <limits.h> exists even on freestanding compilers.
3839   # On the NeXT, cc -E runs the code through the compiler's parser,
3840   # not just through cpp. "Syntax error" is here to catch this case.
3841   cat >conftest.$ac_ext <<_ACEOF
3842 /* confdefs.h.  */
3843 _ACEOF
3844 cat confdefs.h >>conftest.$ac_ext
3845 cat >>conftest.$ac_ext <<_ACEOF
3846 /* end confdefs.h.  */
3847 #ifdef __STDC__
3848 # include <limits.h>
3849 #else
3850 # include <assert.h>
3851 #endif
3852                      Syntax error
3853 _ACEOF
3854 if { (ac_try="$ac_cpp conftest.$ac_ext"
3855 case "(($ac_try" in
3856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3857   *) ac_try_echo=$ac_try;;
3858 esac
3859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3860   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3861   ac_status=$?
3862   grep -v '^ *+' conftest.er1 >conftest.err
3863   rm -f conftest.er1
3864   cat conftest.err >&5
3865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866   (exit $ac_status); } >/dev/null && {
3867          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3868          test ! -s conftest.err
3869        }; then
3870   :
3871 else
3872   echo "$as_me: failed program was:" >&5
3873 sed 's/^/| /' conftest.$ac_ext >&5
3874
3875   # Broken: fails on valid input.
3876 continue
3877 fi
3878
3879 rm -f conftest.err conftest.$ac_ext
3880
3881   # OK, works on sane cases.  Now check whether nonexistent headers
3882   # can be detected and how.
3883   cat >conftest.$ac_ext <<_ACEOF
3884 /* confdefs.h.  */
3885 _ACEOF
3886 cat confdefs.h >>conftest.$ac_ext
3887 cat >>conftest.$ac_ext <<_ACEOF
3888 /* end confdefs.h.  */
3889 #include <ac_nonexistent.h>
3890 _ACEOF
3891 if { (ac_try="$ac_cpp conftest.$ac_ext"
3892 case "(($ac_try" in
3893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3894   *) ac_try_echo=$ac_try;;
3895 esac
3896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3897   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3898   ac_status=$?
3899   grep -v '^ *+' conftest.er1 >conftest.err
3900   rm -f conftest.er1
3901   cat conftest.err >&5
3902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3903   (exit $ac_status); } >/dev/null && {
3904          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3905          test ! -s conftest.err
3906        }; then
3907   # Broken: success on invalid input.
3908 continue
3909 else
3910   echo "$as_me: failed program was:" >&5
3911 sed 's/^/| /' conftest.$ac_ext >&5
3912
3913   # Passes both tests.
3914 ac_preproc_ok=:
3915 break
3916 fi
3917
3918 rm -f conftest.err conftest.$ac_ext
3919
3920 done
3921 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3922 rm -f conftest.err conftest.$ac_ext
3923 if $ac_preproc_ok; then
3924   :
3925 else
3926   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3927 See \`config.log' for more details." >&5
3928 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3929 See \`config.log' for more details." >&2;}
3930    { (exit 1); exit 1; }; }
3931 fi
3932
3933 ac_ext=c
3934 ac_cpp='$CPP $CPPFLAGS'
3935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3936 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3938
3939
3940 { echo "$as_me:$LINENO: checking for X" >&5
3941 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3942
3943
3944 # Check whether --with-x was given.
3945 if test "${with_x+set}" = set; then
3946   withval=$with_x;
3947 fi
3948
3949 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3950 if test "x$with_x" = xno; then
3951   # The user explicitly disabled X.
3952   have_x=disabled
3953 else
3954   case $x_includes,$x_libraries in #(
3955     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3956 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3957    { (exit 1); exit 1; }; };; #(
3958     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3959   echo $ECHO_N "(cached) $ECHO_C" >&6
3960 else
3961   # One or both of the vars are not set, and there is no cached value.
3962 ac_x_includes=no ac_x_libraries=no
3963 rm -f -r conftest.dir
3964 if mkdir conftest.dir; then
3965   cd conftest.dir
3966   cat >Imakefile <<'_ACEOF'
3967 incroot:
3968         @echo incroot='${INCROOT}'
3969 usrlibdir:
3970         @echo usrlibdir='${USRLIBDIR}'
3971 libdir:
3972         @echo libdir='${LIBDIR}'
3973 _ACEOF
3974   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3975     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3976     for ac_var in incroot usrlibdir libdir; do
3977       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3978     done
3979     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3980     for ac_extension in a so sl; do
3981       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3982          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3983         ac_im_usrlibdir=$ac_im_libdir; break
3984       fi
3985     done
3986     # Screen out bogus values from the imake configuration.  They are
3987     # bogus both because they are the default anyway, and because
3988     # using them would break gcc on systems where it needs fixed includes.
3989     case $ac_im_incroot in
3990         /usr/include) ac_x_includes= ;;
3991         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3992     esac
3993     case $ac_im_usrlibdir in
3994         /usr/lib | /lib) ;;
3995         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3996     esac
3997   fi
3998   cd ..
3999   rm -f -r conftest.dir
4000 fi
4001
4002 # Standard set of common directories for X headers.
4003 # Check X11 before X11Rn because it is often a symlink to the current release.
4004 ac_x_header_dirs='
4005 /usr/X11/include
4006 /usr/X11R6/include
4007 /usr/X11R5/include
4008 /usr/X11R4/include
4009
4010 /usr/include/X11
4011 /usr/include/X11R6
4012 /usr/include/X11R5
4013 /usr/include/X11R4
4014
4015 /usr/local/X11/include
4016 /usr/local/X11R6/include
4017 /usr/local/X11R5/include
4018 /usr/local/X11R4/include
4019
4020 /usr/local/include/X11
4021 /usr/local/include/X11R6
4022 /usr/local/include/X11R5
4023 /usr/local/include/X11R4
4024
4025 /usr/X386/include
4026 /usr/x386/include
4027 /usr/XFree86/include/X11
4028
4029 /usr/include
4030 /usr/local/include
4031 /usr/unsupported/include
4032 /usr/athena/include
4033 /usr/local/x11r5/include
4034 /usr/lpp/Xamples/include
4035
4036 /usr/openwin/include
4037 /usr/openwin/share/include'
4038
4039 if test "$ac_x_includes" = no; then
4040   # Guess where to find include files, by looking for Xlib.h.
4041   # First, try using that file with no special directory specified.
4042   cat >conftest.$ac_ext <<_ACEOF
4043 /* confdefs.h.  */
4044 _ACEOF
4045 cat confdefs.h >>conftest.$ac_ext
4046 cat >>conftest.$ac_ext <<_ACEOF
4047 /* end confdefs.h.  */
4048 #include <X11/Xlib.h>
4049 _ACEOF
4050 if { (ac_try="$ac_cpp conftest.$ac_ext"
4051 case "(($ac_try" in
4052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4053   *) ac_try_echo=$ac_try;;
4054 esac
4055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4056   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4057   ac_status=$?
4058   grep -v '^ *+' conftest.er1 >conftest.err
4059   rm -f conftest.er1
4060   cat conftest.err >&5
4061   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4062   (exit $ac_status); } >/dev/null && {
4063          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4064          test ! -s conftest.err
4065        }; then
4066   # We can compile using X headers with no special include directory.
4067 ac_x_includes=
4068 else
4069   echo "$as_me: failed program was:" >&5
4070 sed 's/^/| /' conftest.$ac_ext >&5
4071
4072   for ac_dir in $ac_x_header_dirs; do
4073   if test -r "$ac_dir/X11/Xlib.h"; then
4074     ac_x_includes=$ac_dir
4075     break
4076   fi
4077 done
4078 fi
4079
4080 rm -f conftest.err conftest.$ac_ext
4081 fi # $ac_x_includes = no
4082
4083 if test "$ac_x_libraries" = no; then
4084   # Check for the libraries.
4085   # See if we find them without any special options.
4086   # Don't add to $LIBS permanently.
4087   ac_save_LIBS=$LIBS
4088   LIBS="-lX11 $LIBS"
4089   cat >conftest.$ac_ext <<_ACEOF
4090 /* confdefs.h.  */
4091 _ACEOF
4092 cat confdefs.h >>conftest.$ac_ext
4093 cat >>conftest.$ac_ext <<_ACEOF
4094 /* end confdefs.h.  */
4095 #include <X11/Xlib.h>
4096 int
4097 main ()
4098 {
4099 XrmInitialize ()
4100   ;
4101   return 0;
4102 }
4103 _ACEOF
4104 rm -f conftest.$ac_objext conftest$ac_exeext
4105 if { (ac_try="$ac_link"
4106 case "(($ac_try" in
4107   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4108   *) ac_try_echo=$ac_try;;
4109 esac
4110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4111   (eval "$ac_link") 2>conftest.er1
4112   ac_status=$?
4113   grep -v '^ *+' conftest.er1 >conftest.err
4114   rm -f conftest.er1
4115   cat conftest.err >&5
4116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4117   (exit $ac_status); } && {
4118          test -z "$ac_c_werror_flag" ||
4119          test ! -s conftest.err
4120        } && test -s conftest$ac_exeext &&
4121        $as_test_x conftest$ac_exeext; then
4122   LIBS=$ac_save_LIBS
4123 # We can link X programs with no special library path.
4124 ac_x_libraries=
4125 else
4126   echo "$as_me: failed program was:" >&5
4127 sed 's/^/| /' conftest.$ac_ext >&5
4128
4129         LIBS=$ac_save_LIBS
4130 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4131 do
4132   # Don't even attempt the hair of trying to link an X program!
4133   for ac_extension in a so sl; do
4134     if test -r "$ac_dir/libX11.$ac_extension"; then
4135       ac_x_libraries=$ac_dir
4136       break 2
4137     fi
4138   done
4139 done
4140 fi
4141
4142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4143       conftest$ac_exeext conftest.$ac_ext
4144 fi # $ac_x_libraries = no
4145
4146 case $ac_x_includes,$ac_x_libraries in #(
4147   no,* | *,no | *\'*)
4148     # Didn't find X, or a directory has "'" in its name.
4149     ac_cv_have_x="have_x=no";; #(
4150   *)
4151     # Record where we found X for the cache.
4152     ac_cv_have_x="have_x=yes\
4153         ac_x_includes='$ac_x_includes'\
4154         ac_x_libraries='$ac_x_libraries'"
4155 esac
4156 fi
4157 ;; #(
4158     *) have_x=yes;;
4159   esac
4160   eval "$ac_cv_have_x"
4161 fi # $with_x != no
4162
4163 if test "$have_x" != yes; then
4164   { echo "$as_me:$LINENO: result: $have_x" >&5
4165 echo "${ECHO_T}$have_x" >&6; }
4166   no_x=yes
4167 else
4168   # If each of the values was on the command line, it overrides each guess.
4169   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4170   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4171   # Update the cache value to reflect the command line values.
4172   ac_cv_have_x="have_x=yes\
4173         ac_x_includes='$x_includes'\
4174         ac_x_libraries='$x_libraries'"
4175   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4176 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4177 fi
4178
4179 if test "$no_x" = yes; then
4180   # Not all programs may use this symbol, but it does not hurt to define it.
4181
4182 cat >>confdefs.h <<\_ACEOF
4183 #define X_DISPLAY_MISSING 1
4184 _ACEOF
4185
4186   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4187 else
4188   if test -n "$x_includes"; then
4189     X_CFLAGS="$X_CFLAGS -I$x_includes"
4190   fi
4191
4192   # It would also be nice to do this for all -L options, not just this one.
4193   if test -n "$x_libraries"; then
4194     X_LIBS="$X_LIBS -L$x_libraries"
4195     # For Solaris; some versions of Sun CC require a space after -R and
4196     # others require no space.  Words are not sufficient . . . .
4197     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4198 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4199     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4200     ac_xsave_c_werror_flag=$ac_c_werror_flag
4201     ac_c_werror_flag=yes
4202     cat >conftest.$ac_ext <<_ACEOF
4203 /* confdefs.h.  */
4204 _ACEOF
4205 cat confdefs.h >>conftest.$ac_ext
4206 cat >>conftest.$ac_ext <<_ACEOF
4207 /* end confdefs.h.  */
4208
4209 int
4210 main ()
4211 {
4212
4213   ;
4214   return 0;
4215 }
4216 _ACEOF
4217 rm -f conftest.$ac_objext conftest$ac_exeext
4218 if { (ac_try="$ac_link"
4219 case "(($ac_try" in
4220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4221   *) ac_try_echo=$ac_try;;
4222 esac
4223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4224   (eval "$ac_link") 2>conftest.er1
4225   ac_status=$?
4226   grep -v '^ *+' conftest.er1 >conftest.err
4227   rm -f conftest.er1
4228   cat conftest.err >&5
4229   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4230   (exit $ac_status); } && {
4231          test -z "$ac_c_werror_flag" ||
4232          test ! -s conftest.err
4233        } && test -s conftest$ac_exeext &&
4234        $as_test_x conftest$ac_exeext; then
4235   { echo "$as_me:$LINENO: result: no" >&5
4236 echo "${ECHO_T}no" >&6; }
4237        X_LIBS="$X_LIBS -R$x_libraries"
4238 else
4239   echo "$as_me: failed program was:" >&5
4240 sed 's/^/| /' conftest.$ac_ext >&5
4241
4242         LIBS="$ac_xsave_LIBS -R $x_libraries"
4243        cat >conftest.$ac_ext <<_ACEOF
4244 /* confdefs.h.  */
4245 _ACEOF
4246 cat confdefs.h >>conftest.$ac_ext
4247 cat >>conftest.$ac_ext <<_ACEOF
4248 /* end confdefs.h.  */
4249
4250 int
4251 main ()
4252 {
4253
4254   ;
4255   return 0;
4256 }
4257 _ACEOF
4258 rm -f conftest.$ac_objext conftest$ac_exeext
4259 if { (ac_try="$ac_link"
4260 case "(($ac_try" in
4261   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4262   *) ac_try_echo=$ac_try;;
4263 esac
4264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4265   (eval "$ac_link") 2>conftest.er1
4266   ac_status=$?
4267   grep -v '^ *+' conftest.er1 >conftest.err
4268   rm -f conftest.er1
4269   cat conftest.err >&5
4270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271   (exit $ac_status); } && {
4272          test -z "$ac_c_werror_flag" ||
4273          test ! -s conftest.err
4274        } && test -s conftest$ac_exeext &&
4275        $as_test_x conftest$ac_exeext; then
4276   { echo "$as_me:$LINENO: result: yes" >&5
4277 echo "${ECHO_T}yes" >&6; }
4278           X_LIBS="$X_LIBS -R $x_libraries"
4279 else
4280   echo "$as_me: failed program was:" >&5
4281 sed 's/^/| /' conftest.$ac_ext >&5
4282
4283         { echo "$as_me:$LINENO: result: neither works" >&5
4284 echo "${ECHO_T}neither works" >&6; }
4285 fi
4286
4287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4288       conftest$ac_exeext conftest.$ac_ext
4289 fi
4290
4291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4292       conftest$ac_exeext conftest.$ac_ext
4293     ac_c_werror_flag=$ac_xsave_c_werror_flag
4294     LIBS=$ac_xsave_LIBS
4295   fi
4296
4297   # Check for system-dependent libraries X programs must link with.
4298   # Do this before checking for the system-independent R6 libraries
4299   # (-lICE), since we may need -lsocket or whatever for X linking.
4300
4301   if test "$ISC" = yes; then
4302     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4303   else
4304     # Martyn Johnson says this is needed for Ultrix, if the X
4305     # libraries were built with DECnet support.  And Karl Berry says
4306     # the Alpha needs dnet_stub (dnet does not exist).
4307     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4308     cat >conftest.$ac_ext <<_ACEOF
4309 /* confdefs.h.  */
4310 _ACEOF
4311 cat confdefs.h >>conftest.$ac_ext
4312 cat >>conftest.$ac_ext <<_ACEOF
4313 /* end confdefs.h.  */
4314
4315 /* Override any GCC internal prototype to avoid an error.
4316    Use char because int might match the return type of a GCC
4317    builtin and then its argument prototype would still apply.  */
4318 #ifdef __cplusplus
4319 extern "C"
4320 #endif
4321 char XOpenDisplay ();
4322 int
4323 main ()
4324 {
4325 return XOpenDisplay ();
4326   ;
4327   return 0;
4328 }
4329 _ACEOF
4330 rm -f conftest.$ac_objext conftest$ac_exeext
4331 if { (ac_try="$ac_link"
4332 case "(($ac_try" in
4333   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4334   *) ac_try_echo=$ac_try;;
4335 esac
4336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4337   (eval "$ac_link") 2>conftest.er1
4338   ac_status=$?
4339   grep -v '^ *+' conftest.er1 >conftest.err
4340   rm -f conftest.er1
4341   cat conftest.err >&5
4342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343   (exit $ac_status); } && {
4344          test -z "$ac_c_werror_flag" ||
4345          test ! -s conftest.err
4346        } && test -s conftest$ac_exeext &&
4347        $as_test_x conftest$ac_exeext; then
4348   :
4349 else
4350   echo "$as_me: failed program was:" >&5
4351 sed 's/^/| /' conftest.$ac_ext >&5
4352
4353         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4354 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4355 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4356   echo $ECHO_N "(cached) $ECHO_C" >&6
4357 else
4358   ac_check_lib_save_LIBS=$LIBS
4359 LIBS="-ldnet  $LIBS"
4360 cat >conftest.$ac_ext <<_ACEOF
4361 /* confdefs.h.  */
4362 _ACEOF
4363 cat confdefs.h >>conftest.$ac_ext
4364 cat >>conftest.$ac_ext <<_ACEOF
4365 /* end confdefs.h.  */
4366
4367 /* Override any GCC internal prototype to avoid an error.
4368    Use char because int might match the return type of a GCC
4369    builtin and then its argument prototype would still apply.  */
4370 #ifdef __cplusplus
4371 extern "C"
4372 #endif
4373 char dnet_ntoa ();
4374 int
4375 main ()
4376 {
4377 return dnet_ntoa ();
4378   ;
4379   return 0;
4380 }
4381 _ACEOF
4382 rm -f conftest.$ac_objext conftest$ac_exeext
4383 if { (ac_try="$ac_link"
4384 case "(($ac_try" in
4385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4386   *) ac_try_echo=$ac_try;;
4387 esac
4388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4389   (eval "$ac_link") 2>conftest.er1
4390   ac_status=$?
4391   grep -v '^ *+' conftest.er1 >conftest.err
4392   rm -f conftest.er1
4393   cat conftest.err >&5
4394   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4395   (exit $ac_status); } && {
4396          test -z "$ac_c_werror_flag" ||
4397          test ! -s conftest.err
4398        } && test -s conftest$ac_exeext &&
4399        $as_test_x conftest$ac_exeext; then
4400   ac_cv_lib_dnet_dnet_ntoa=yes
4401 else
4402   echo "$as_me: failed program was:" >&5
4403 sed 's/^/| /' conftest.$ac_ext >&5
4404
4405         ac_cv_lib_dnet_dnet_ntoa=no
4406 fi
4407
4408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4409       conftest$ac_exeext conftest.$ac_ext
4410 LIBS=$ac_check_lib_save_LIBS
4411 fi
4412 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4413 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4414 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4415   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4416 fi
4417
4418     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4419       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4420 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4421 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4422   echo $ECHO_N "(cached) $ECHO_C" >&6
4423 else
4424   ac_check_lib_save_LIBS=$LIBS
4425 LIBS="-ldnet_stub  $LIBS"
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 /* Override any GCC internal prototype to avoid an error.
4434    Use char because int might match the return type of a GCC
4435    builtin and then its argument prototype would still apply.  */
4436 #ifdef __cplusplus
4437 extern "C"
4438 #endif
4439 char dnet_ntoa ();
4440 int
4441 main ()
4442 {
4443 return dnet_ntoa ();
4444   ;
4445   return 0;
4446 }
4447 _ACEOF
4448 rm -f conftest.$ac_objext conftest$ac_exeext
4449 if { (ac_try="$ac_link"
4450 case "(($ac_try" in
4451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4452   *) ac_try_echo=$ac_try;;
4453 esac
4454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4455   (eval "$ac_link") 2>conftest.er1
4456   ac_status=$?
4457   grep -v '^ *+' conftest.er1 >conftest.err
4458   rm -f conftest.er1
4459   cat conftest.err >&5
4460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4461   (exit $ac_status); } && {
4462          test -z "$ac_c_werror_flag" ||
4463          test ! -s conftest.err
4464        } && test -s conftest$ac_exeext &&
4465        $as_test_x conftest$ac_exeext; then
4466   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4467 else
4468   echo "$as_me: failed program was:" >&5
4469 sed 's/^/| /' conftest.$ac_ext >&5
4470
4471         ac_cv_lib_dnet_stub_dnet_ntoa=no
4472 fi
4473
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475       conftest$ac_exeext conftest.$ac_ext
4476 LIBS=$ac_check_lib_save_LIBS
4477 fi
4478 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4479 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4480 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4481   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4482 fi
4483
4484     fi
4485 fi
4486
4487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4488       conftest$ac_exeext conftest.$ac_ext
4489     LIBS="$ac_xsave_LIBS"
4490
4491     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4492     # to get the SysV transport functions.
4493     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4494     # needs -lnsl.
4495     # The nsl library prevents programs from opening the X display
4496     # on Irix 5.2, according to T.E. Dickey.
4497     # The functions gethostbyname, getservbyname, and inet_addr are
4498     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4499     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4500 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4501 if test "${ac_cv_func_gethostbyname+set}" = set; then
4502   echo $ECHO_N "(cached) $ECHO_C" >&6
4503 else
4504   cat >conftest.$ac_ext <<_ACEOF
4505 /* confdefs.h.  */
4506 _ACEOF
4507 cat confdefs.h >>conftest.$ac_ext
4508 cat >>conftest.$ac_ext <<_ACEOF
4509 /* end confdefs.h.  */
4510 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4511    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4512 #define gethostbyname innocuous_gethostbyname
4513
4514 /* System header to define __stub macros and hopefully few prototypes,
4515     which can conflict with char gethostbyname (); below.
4516     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4517     <limits.h> exists even on freestanding compilers.  */
4518
4519 #ifdef __STDC__
4520 # include <limits.h>
4521 #else
4522 # include <assert.h>
4523 #endif
4524
4525 #undef gethostbyname
4526
4527 /* Override any GCC internal prototype to avoid an error.
4528    Use char because int might match the return type of a GCC
4529    builtin and then its argument prototype would still apply.  */
4530 #ifdef __cplusplus
4531 extern "C"
4532 #endif
4533 char gethostbyname ();
4534 /* The GNU C library defines this for functions which it implements
4535     to always fail with ENOSYS.  Some functions are actually named
4536     something starting with __ and the normal name is an alias.  */
4537 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4538 choke me
4539 #endif
4540
4541 int
4542 main ()
4543 {
4544 return gethostbyname ();
4545   ;
4546   return 0;
4547 }
4548 _ACEOF
4549 rm -f conftest.$ac_objext conftest$ac_exeext
4550 if { (ac_try="$ac_link"
4551 case "(($ac_try" in
4552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4553   *) ac_try_echo=$ac_try;;
4554 esac
4555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4556   (eval "$ac_link") 2>conftest.er1
4557   ac_status=$?
4558   grep -v '^ *+' conftest.er1 >conftest.err
4559   rm -f conftest.er1
4560   cat conftest.err >&5
4561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4562   (exit $ac_status); } && {
4563          test -z "$ac_c_werror_flag" ||
4564          test ! -s conftest.err
4565        } && test -s conftest$ac_exeext &&
4566        $as_test_x conftest$ac_exeext; then
4567   ac_cv_func_gethostbyname=yes
4568 else
4569   echo "$as_me: failed program was:" >&5
4570 sed 's/^/| /' conftest.$ac_ext >&5
4571
4572         ac_cv_func_gethostbyname=no
4573 fi
4574
4575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4576       conftest$ac_exeext conftest.$ac_ext
4577 fi
4578 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4579 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4580
4581     if test $ac_cv_func_gethostbyname = no; then
4582       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4583 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4584 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4585   echo $ECHO_N "(cached) $ECHO_C" >&6
4586 else
4587   ac_check_lib_save_LIBS=$LIBS
4588 LIBS="-lnsl  $LIBS"
4589 cat >conftest.$ac_ext <<_ACEOF
4590 /* confdefs.h.  */
4591 _ACEOF
4592 cat confdefs.h >>conftest.$ac_ext
4593 cat >>conftest.$ac_ext <<_ACEOF
4594 /* end confdefs.h.  */
4595
4596 /* Override any GCC internal prototype to avoid an error.
4597    Use char because int might match the return type of a GCC
4598    builtin and then its argument prototype would still apply.  */
4599 #ifdef __cplusplus
4600 extern "C"
4601 #endif
4602 char gethostbyname ();
4603 int
4604 main ()
4605 {
4606 return gethostbyname ();
4607   ;
4608   return 0;
4609 }
4610 _ACEOF
4611 rm -f conftest.$ac_objext conftest$ac_exeext
4612 if { (ac_try="$ac_link"
4613 case "(($ac_try" in
4614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4615   *) ac_try_echo=$ac_try;;
4616 esac
4617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4618   (eval "$ac_link") 2>conftest.er1
4619   ac_status=$?
4620   grep -v '^ *+' conftest.er1 >conftest.err
4621   rm -f conftest.er1
4622   cat conftest.err >&5
4623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4624   (exit $ac_status); } && {
4625          test -z "$ac_c_werror_flag" ||
4626          test ! -s conftest.err
4627        } && test -s conftest$ac_exeext &&
4628        $as_test_x conftest$ac_exeext; then
4629   ac_cv_lib_nsl_gethostbyname=yes
4630 else
4631   echo "$as_me: failed program was:" >&5
4632 sed 's/^/| /' conftest.$ac_ext >&5
4633
4634         ac_cv_lib_nsl_gethostbyname=no
4635 fi
4636
4637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4638       conftest$ac_exeext conftest.$ac_ext
4639 LIBS=$ac_check_lib_save_LIBS
4640 fi
4641 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4642 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4643 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4644   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4645 fi
4646
4647       if test $ac_cv_lib_nsl_gethostbyname = no; then
4648         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4649 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4650 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4651   echo $ECHO_N "(cached) $ECHO_C" >&6
4652 else
4653   ac_check_lib_save_LIBS=$LIBS
4654 LIBS="-lbsd  $LIBS"
4655 cat >conftest.$ac_ext <<_ACEOF
4656 /* confdefs.h.  */
4657 _ACEOF
4658 cat confdefs.h >>conftest.$ac_ext
4659 cat >>conftest.$ac_ext <<_ACEOF
4660 /* end confdefs.h.  */
4661
4662 /* Override any GCC internal prototype to avoid an error.
4663    Use char because int might match the return type of a GCC
4664    builtin and then its argument prototype would still apply.  */
4665 #ifdef __cplusplus
4666 extern "C"
4667 #endif
4668 char gethostbyname ();
4669 int
4670 main ()
4671 {
4672 return gethostbyname ();
4673   ;
4674   return 0;
4675 }
4676 _ACEOF
4677 rm -f conftest.$ac_objext conftest$ac_exeext
4678 if { (ac_try="$ac_link"
4679 case "(($ac_try" in
4680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4681   *) ac_try_echo=$ac_try;;
4682 esac
4683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4684   (eval "$ac_link") 2>conftest.er1
4685   ac_status=$?
4686   grep -v '^ *+' conftest.er1 >conftest.err
4687   rm -f conftest.er1
4688   cat conftest.err >&5
4689   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4690   (exit $ac_status); } && {
4691          test -z "$ac_c_werror_flag" ||
4692          test ! -s conftest.err
4693        } && test -s conftest$ac_exeext &&
4694        $as_test_x conftest$ac_exeext; then
4695   ac_cv_lib_bsd_gethostbyname=yes
4696 else
4697   echo "$as_me: failed program was:" >&5
4698 sed 's/^/| /' conftest.$ac_ext >&5
4699
4700         ac_cv_lib_bsd_gethostbyname=no
4701 fi
4702
4703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4704       conftest$ac_exeext conftest.$ac_ext
4705 LIBS=$ac_check_lib_save_LIBS
4706 fi
4707 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4708 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4709 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4710   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4711 fi
4712
4713       fi
4714     fi
4715
4716     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4717     # socket/setsockopt and other routines are undefined under SCO ODT
4718     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4719     # on later versions), says Simon Leinen: it contains gethostby*
4720     # variants that don't use the name server (or something).  -lsocket
4721     # must be given before -lnsl if both are needed.  We assume that
4722     # if connect needs -lnsl, so does gethostbyname.
4723     { echo "$as_me:$LINENO: checking for connect" >&5
4724 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4725 if test "${ac_cv_func_connect+set}" = set; then
4726   echo $ECHO_N "(cached) $ECHO_C" >&6
4727 else
4728   cat >conftest.$ac_ext <<_ACEOF
4729 /* confdefs.h.  */
4730 _ACEOF
4731 cat confdefs.h >>conftest.$ac_ext
4732 cat >>conftest.$ac_ext <<_ACEOF
4733 /* end confdefs.h.  */
4734 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4735    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4736 #define connect innocuous_connect
4737
4738 /* System header to define __stub macros and hopefully few prototypes,
4739     which can conflict with char connect (); below.
4740     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4741     <limits.h> exists even on freestanding compilers.  */
4742
4743 #ifdef __STDC__
4744 # include <limits.h>
4745 #else
4746 # include <assert.h>
4747 #endif
4748
4749 #undef connect
4750
4751 /* Override any GCC internal prototype to avoid an error.
4752    Use char because int might match the return type of a GCC
4753    builtin and then its argument prototype would still apply.  */
4754 #ifdef __cplusplus
4755 extern "C"
4756 #endif
4757 char connect ();
4758 /* The GNU C library defines this for functions which it implements
4759     to always fail with ENOSYS.  Some functions are actually named
4760     something starting with __ and the normal name is an alias.  */
4761 #if defined __stub_connect || defined __stub___connect
4762 choke me
4763 #endif
4764
4765 int
4766 main ()
4767 {
4768 return connect ();
4769   ;
4770   return 0;
4771 }
4772 _ACEOF
4773 rm -f conftest.$ac_objext conftest$ac_exeext
4774 if { (ac_try="$ac_link"
4775 case "(($ac_try" in
4776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4777   *) ac_try_echo=$ac_try;;
4778 esac
4779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4780   (eval "$ac_link") 2>conftest.er1
4781   ac_status=$?
4782   grep -v '^ *+' conftest.er1 >conftest.err
4783   rm -f conftest.er1
4784   cat conftest.err >&5
4785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786   (exit $ac_status); } && {
4787          test -z "$ac_c_werror_flag" ||
4788          test ! -s conftest.err
4789        } && test -s conftest$ac_exeext &&
4790        $as_test_x conftest$ac_exeext; then
4791   ac_cv_func_connect=yes
4792 else
4793   echo "$as_me: failed program was:" >&5
4794 sed 's/^/| /' conftest.$ac_ext >&5
4795
4796         ac_cv_func_connect=no
4797 fi
4798
4799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4800       conftest$ac_exeext conftest.$ac_ext
4801 fi
4802 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4803 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4804
4805     if test $ac_cv_func_connect = no; then
4806       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4807 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4808 if test "${ac_cv_lib_socket_connect+set}" = set; then
4809   echo $ECHO_N "(cached) $ECHO_C" >&6
4810 else
4811   ac_check_lib_save_LIBS=$LIBS
4812 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4813 cat >conftest.$ac_ext <<_ACEOF
4814 /* confdefs.h.  */
4815 _ACEOF
4816 cat confdefs.h >>conftest.$ac_ext
4817 cat >>conftest.$ac_ext <<_ACEOF
4818 /* end confdefs.h.  */
4819
4820 /* Override any GCC internal prototype to avoid an error.
4821    Use char because int might match the return type of a GCC
4822    builtin and then its argument prototype would still apply.  */
4823 #ifdef __cplusplus
4824 extern "C"
4825 #endif
4826 char connect ();
4827 int
4828 main ()
4829 {
4830 return connect ();
4831   ;
4832   return 0;
4833 }
4834 _ACEOF
4835 rm -f conftest.$ac_objext conftest$ac_exeext
4836 if { (ac_try="$ac_link"
4837 case "(($ac_try" in
4838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4839   *) ac_try_echo=$ac_try;;
4840 esac
4841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4842   (eval "$ac_link") 2>conftest.er1
4843   ac_status=$?
4844   grep -v '^ *+' conftest.er1 >conftest.err
4845   rm -f conftest.er1
4846   cat conftest.err >&5
4847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848   (exit $ac_status); } && {
4849          test -z "$ac_c_werror_flag" ||
4850          test ! -s conftest.err
4851        } && test -s conftest$ac_exeext &&
4852        $as_test_x conftest$ac_exeext; then
4853   ac_cv_lib_socket_connect=yes
4854 else
4855   echo "$as_me: failed program was:" >&5
4856 sed 's/^/| /' conftest.$ac_ext >&5
4857
4858         ac_cv_lib_socket_connect=no
4859 fi
4860
4861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4862       conftest$ac_exeext conftest.$ac_ext
4863 LIBS=$ac_check_lib_save_LIBS
4864 fi
4865 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4866 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4867 if test $ac_cv_lib_socket_connect = yes; then
4868   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4869 fi
4870
4871     fi
4872
4873     # Guillermo Gomez says -lposix is necessary on A/UX.
4874     { echo "$as_me:$LINENO: checking for remove" >&5
4875 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4876 if test "${ac_cv_func_remove+set}" = set; then
4877   echo $ECHO_N "(cached) $ECHO_C" >&6
4878 else
4879   cat >conftest.$ac_ext <<_ACEOF
4880 /* confdefs.h.  */
4881 _ACEOF
4882 cat confdefs.h >>conftest.$ac_ext
4883 cat >>conftest.$ac_ext <<_ACEOF
4884 /* end confdefs.h.  */
4885 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4886    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4887 #define remove innocuous_remove
4888
4889 /* System header to define __stub macros and hopefully few prototypes,
4890     which can conflict with char remove (); below.
4891     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4892     <limits.h> exists even on freestanding compilers.  */
4893
4894 #ifdef __STDC__
4895 # include <limits.h>
4896 #else
4897 # include <assert.h>
4898 #endif
4899
4900 #undef remove
4901
4902 /* Override any GCC internal prototype to avoid an error.
4903    Use char because int might match the return type of a GCC
4904    builtin and then its argument prototype would still apply.  */
4905 #ifdef __cplusplus
4906 extern "C"
4907 #endif
4908 char remove ();
4909 /* The GNU C library defines this for functions which it implements
4910     to always fail with ENOSYS.  Some functions are actually named
4911     something starting with __ and the normal name is an alias.  */
4912 #if defined __stub_remove || defined __stub___remove
4913 choke me
4914 #endif
4915
4916 int
4917 main ()
4918 {
4919 return remove ();
4920   ;
4921   return 0;
4922 }
4923 _ACEOF
4924 rm -f conftest.$ac_objext conftest$ac_exeext
4925 if { (ac_try="$ac_link"
4926 case "(($ac_try" in
4927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4928   *) ac_try_echo=$ac_try;;
4929 esac
4930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4931   (eval "$ac_link") 2>conftest.er1
4932   ac_status=$?
4933   grep -v '^ *+' conftest.er1 >conftest.err
4934   rm -f conftest.er1
4935   cat conftest.err >&5
4936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937   (exit $ac_status); } && {
4938          test -z "$ac_c_werror_flag" ||
4939          test ! -s conftest.err
4940        } && test -s conftest$ac_exeext &&
4941        $as_test_x conftest$ac_exeext; then
4942   ac_cv_func_remove=yes
4943 else
4944   echo "$as_me: failed program was:" >&5
4945 sed 's/^/| /' conftest.$ac_ext >&5
4946
4947         ac_cv_func_remove=no
4948 fi
4949
4950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4951       conftest$ac_exeext conftest.$ac_ext
4952 fi
4953 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4954 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4955
4956     if test $ac_cv_func_remove = no; then
4957       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4958 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4959 if test "${ac_cv_lib_posix_remove+set}" = set; then
4960   echo $ECHO_N "(cached) $ECHO_C" >&6
4961 else
4962   ac_check_lib_save_LIBS=$LIBS
4963 LIBS="-lposix  $LIBS"
4964 cat >conftest.$ac_ext <<_ACEOF
4965 /* confdefs.h.  */
4966 _ACEOF
4967 cat confdefs.h >>conftest.$ac_ext
4968 cat >>conftest.$ac_ext <<_ACEOF
4969 /* end confdefs.h.  */
4970
4971 /* Override any GCC internal prototype to avoid an error.
4972    Use char because int might match the return type of a GCC
4973    builtin and then its argument prototype would still apply.  */
4974 #ifdef __cplusplus
4975 extern "C"
4976 #endif
4977 char remove ();
4978 int
4979 main ()
4980 {
4981 return remove ();
4982   ;
4983   return 0;
4984 }
4985 _ACEOF
4986 rm -f conftest.$ac_objext conftest$ac_exeext
4987 if { (ac_try="$ac_link"
4988 case "(($ac_try" in
4989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4990   *) ac_try_echo=$ac_try;;
4991 esac
4992 eval "echo \"\$as_me:$LINENO: $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   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        $as_test_x conftest$ac_exeext; then
5004   ac_cv_lib_posix_remove=yes
5005 else
5006   echo "$as_me: failed program was:" >&5
5007 sed 's/^/| /' conftest.$ac_ext >&5
5008
5009         ac_cv_lib_posix_remove=no
5010 fi
5011
5012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5013       conftest$ac_exeext conftest.$ac_ext
5014 LIBS=$ac_check_lib_save_LIBS
5015 fi
5016 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5017 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5018 if test $ac_cv_lib_posix_remove = yes; then
5019   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5020 fi
5021
5022     fi
5023
5024     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5025     { echo "$as_me:$LINENO: checking for shmat" >&5
5026 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5027 if test "${ac_cv_func_shmat+set}" = set; then
5028   echo $ECHO_N "(cached) $ECHO_C" >&6
5029 else
5030   cat >conftest.$ac_ext <<_ACEOF
5031 /* confdefs.h.  */
5032 _ACEOF
5033 cat confdefs.h >>conftest.$ac_ext
5034 cat >>conftest.$ac_ext <<_ACEOF
5035 /* end confdefs.h.  */
5036 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5037    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5038 #define shmat innocuous_shmat
5039
5040 /* System header to define __stub macros and hopefully few prototypes,
5041     which can conflict with char shmat (); below.
5042     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5043     <limits.h> exists even on freestanding compilers.  */
5044
5045 #ifdef __STDC__
5046 # include <limits.h>
5047 #else
5048 # include <assert.h>
5049 #endif
5050
5051 #undef shmat
5052
5053 /* Override any GCC internal prototype to avoid an error.
5054    Use char because int might match the return type of a GCC
5055    builtin and then its argument prototype would still apply.  */
5056 #ifdef __cplusplus
5057 extern "C"
5058 #endif
5059 char shmat ();
5060 /* The GNU C library defines this for functions which it implements
5061     to always fail with ENOSYS.  Some functions are actually named
5062     something starting with __ and the normal name is an alias.  */
5063 #if defined __stub_shmat || defined __stub___shmat
5064 choke me
5065 #endif
5066
5067 int
5068 main ()
5069 {
5070 return shmat ();
5071   ;
5072   return 0;
5073 }
5074 _ACEOF
5075 rm -f conftest.$ac_objext conftest$ac_exeext
5076 if { (ac_try="$ac_link"
5077 case "(($ac_try" in
5078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5079   *) ac_try_echo=$ac_try;;
5080 esac
5081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5082   (eval "$ac_link") 2>conftest.er1
5083   ac_status=$?
5084   grep -v '^ *+' conftest.er1 >conftest.err
5085   rm -f conftest.er1
5086   cat conftest.err >&5
5087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088   (exit $ac_status); } && {
5089          test -z "$ac_c_werror_flag" ||
5090          test ! -s conftest.err
5091        } && test -s conftest$ac_exeext &&
5092        $as_test_x conftest$ac_exeext; then
5093   ac_cv_func_shmat=yes
5094 else
5095   echo "$as_me: failed program was:" >&5
5096 sed 's/^/| /' conftest.$ac_ext >&5
5097
5098         ac_cv_func_shmat=no
5099 fi
5100
5101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5102       conftest$ac_exeext conftest.$ac_ext
5103 fi
5104 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5105 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5106
5107     if test $ac_cv_func_shmat = no; then
5108       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5109 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5110 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5111   echo $ECHO_N "(cached) $ECHO_C" >&6
5112 else
5113   ac_check_lib_save_LIBS=$LIBS
5114 LIBS="-lipc  $LIBS"
5115 cat >conftest.$ac_ext <<_ACEOF
5116 /* confdefs.h.  */
5117 _ACEOF
5118 cat confdefs.h >>conftest.$ac_ext
5119 cat >>conftest.$ac_ext <<_ACEOF
5120 /* end confdefs.h.  */
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 shmat ();
5129 int
5130 main ()
5131 {
5132 return shmat ();
5133   ;
5134   return 0;
5135 }
5136 _ACEOF
5137 rm -f conftest.$ac_objext conftest$ac_exeext
5138 if { (ac_try="$ac_link"
5139 case "(($ac_try" in
5140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5141   *) ac_try_echo=$ac_try;;
5142 esac
5143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5144   (eval "$ac_link") 2>conftest.er1
5145   ac_status=$?
5146   grep -v '^ *+' conftest.er1 >conftest.err
5147   rm -f conftest.er1
5148   cat conftest.err >&5
5149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5150   (exit $ac_status); } && {
5151          test -z "$ac_c_werror_flag" ||
5152          test ! -s conftest.err
5153        } && test -s conftest$ac_exeext &&
5154        $as_test_x conftest$ac_exeext; then
5155   ac_cv_lib_ipc_shmat=yes
5156 else
5157   echo "$as_me: failed program was:" >&5
5158 sed 's/^/| /' conftest.$ac_ext >&5
5159
5160         ac_cv_lib_ipc_shmat=no
5161 fi
5162
5163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5164       conftest$ac_exeext conftest.$ac_ext
5165 LIBS=$ac_check_lib_save_LIBS
5166 fi
5167 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5168 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5169 if test $ac_cv_lib_ipc_shmat = yes; then
5170   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5171 fi
5172
5173     fi
5174   fi
5175
5176   # Check for libraries that X11R6 Xt/Xaw programs need.
5177   ac_save_LDFLAGS=$LDFLAGS
5178   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5179   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5180   # check for ICE first), but we must link in the order -lSM -lICE or
5181   # we get undefined symbols.  So assume we have SM if we have ICE.
5182   # These have to be linked with before -lX11, unlike the other
5183   # libraries we check for below, so use a different variable.
5184   # John Interrante, Karl Berry
5185   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5186 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5187 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5188   echo $ECHO_N "(cached) $ECHO_C" >&6
5189 else
5190   ac_check_lib_save_LIBS=$LIBS
5191 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5192 cat >conftest.$ac_ext <<_ACEOF
5193 /* confdefs.h.  */
5194 _ACEOF
5195 cat confdefs.h >>conftest.$ac_ext
5196 cat >>conftest.$ac_ext <<_ACEOF
5197 /* end confdefs.h.  */
5198
5199 /* Override any GCC internal prototype to avoid an error.
5200    Use char because int might match the return type of a GCC
5201    builtin and then its argument prototype would still apply.  */
5202 #ifdef __cplusplus
5203 extern "C"
5204 #endif
5205 char IceConnectionNumber ();
5206 int
5207 main ()
5208 {
5209 return IceConnectionNumber ();
5210   ;
5211   return 0;
5212 }
5213 _ACEOF
5214 rm -f conftest.$ac_objext conftest$ac_exeext
5215 if { (ac_try="$ac_link"
5216 case "(($ac_try" in
5217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5218   *) ac_try_echo=$ac_try;;
5219 esac
5220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5221   (eval "$ac_link") 2>conftest.er1
5222   ac_status=$?
5223   grep -v '^ *+' conftest.er1 >conftest.err
5224   rm -f conftest.er1
5225   cat conftest.err >&5
5226   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5227   (exit $ac_status); } && {
5228          test -z "$ac_c_werror_flag" ||
5229          test ! -s conftest.err
5230        } && test -s conftest$ac_exeext &&
5231        $as_test_x conftest$ac_exeext; then
5232   ac_cv_lib_ICE_IceConnectionNumber=yes
5233 else
5234   echo "$as_me: failed program was:" >&5
5235 sed 's/^/| /' conftest.$ac_ext >&5
5236
5237         ac_cv_lib_ICE_IceConnectionNumber=no
5238 fi
5239
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 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5245 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5246 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5247   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5248 fi
5249
5250   LDFLAGS=$ac_save_LDFLAGS
5251
5252 fi
5253
5254
5255 for ac_prog in flex
5256 do
5257   # Extract the first word of "$ac_prog", so it can be a program name with args.
5258 set dummy $ac_prog; ac_word=$2
5259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5261 if test "${ac_cv_prog_FLEX+set}" = set; then
5262   echo $ECHO_N "(cached) $ECHO_C" >&6
5263 else
5264   if test -n "$FLEX"; then
5265   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5266 else
5267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5268 for as_dir in $PATH
5269 do
5270   IFS=$as_save_IFS
5271   test -z "$as_dir" && as_dir=.
5272   for ac_exec_ext in '' $ac_executable_extensions; do
5273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5274     ac_cv_prog_FLEX="$ac_prog"
5275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5276     break 2
5277   fi
5278 done
5279 done
5280 IFS=$as_save_IFS
5281
5282 fi
5283 fi
5284 FLEX=$ac_cv_prog_FLEX
5285 if test -n "$FLEX"; then
5286   { echo "$as_me:$LINENO: result: $FLEX" >&5
5287 echo "${ECHO_T}$FLEX" >&6; }
5288 else
5289   { echo "$as_me:$LINENO: result: no" >&5
5290 echo "${ECHO_T}no" >&6; }
5291 fi
5292
5293
5294   test -n "$FLEX" && break
5295 done
5296 test -n "$FLEX" || FLEX="none"
5297
5298 if test "$FLEX" = "none"
5299 then
5300   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5301 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5302    { (exit 1); exit 1; }; }
5303 fi
5304
5305 for ac_prog in bison
5306 do
5307   # Extract the first word of "$ac_prog", so it can be a program name with args.
5308 set dummy $ac_prog; ac_word=$2
5309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5311 if test "${ac_cv_prog_BISON+set}" = set; then
5312   echo $ECHO_N "(cached) $ECHO_C" >&6
5313 else
5314   if test -n "$BISON"; then
5315   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5316 else
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318 for as_dir in $PATH
5319 do
5320   IFS=$as_save_IFS
5321   test -z "$as_dir" && as_dir=.
5322   for ac_exec_ext in '' $ac_executable_extensions; do
5323   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5324     ac_cv_prog_BISON="$ac_prog"
5325     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5326     break 2
5327   fi
5328 done
5329 done
5330 IFS=$as_save_IFS
5331
5332 fi
5333 fi
5334 BISON=$ac_cv_prog_BISON
5335 if test -n "$BISON"; then
5336   { echo "$as_me:$LINENO: result: $BISON" >&5
5337 echo "${ECHO_T}$BISON" >&6; }
5338 else
5339   { echo "$as_me:$LINENO: result: no" >&5
5340 echo "${ECHO_T}no" >&6; }
5341 fi
5342
5343
5344   test -n "$BISON" && break
5345 done
5346 test -n "$BISON" || BISON="none"
5347
5348 if test "$BISON" = "none"
5349 then
5350   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5351 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5352    { (exit 1); exit 1; }; }
5353 fi
5354
5355 if test -n "$ac_tool_prefix"; then
5356   for ac_prog in gas as
5357   do
5358     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5359 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5362 if test "${ac_cv_prog_AS+set}" = set; then
5363   echo $ECHO_N "(cached) $ECHO_C" >&6
5364 else
5365   if test -n "$AS"; then
5366   ac_cv_prog_AS="$AS" # Let the user override the test.
5367 else
5368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5369 for as_dir in $PATH
5370 do
5371   IFS=$as_save_IFS
5372   test -z "$as_dir" && as_dir=.
5373   for ac_exec_ext in '' $ac_executable_extensions; do
5374   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5375     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5376     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5377     break 2
5378   fi
5379 done
5380 done
5381 IFS=$as_save_IFS
5382
5383 fi
5384 fi
5385 AS=$ac_cv_prog_AS
5386 if test -n "$AS"; then
5387   { echo "$as_me:$LINENO: result: $AS" >&5
5388 echo "${ECHO_T}$AS" >&6; }
5389 else
5390   { echo "$as_me:$LINENO: result: no" >&5
5391 echo "${ECHO_T}no" >&6; }
5392 fi
5393
5394
5395     test -n "$AS" && break
5396   done
5397 fi
5398 if test -z "$AS"; then
5399   ac_ct_AS=$AS
5400   for ac_prog in gas as
5401 do
5402   # Extract the first word of "$ac_prog", so it can be a program name with args.
5403 set dummy $ac_prog; ac_word=$2
5404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5406 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5407   echo $ECHO_N "(cached) $ECHO_C" >&6
5408 else
5409   if test -n "$ac_ct_AS"; then
5410   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5411 else
5412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5413 for as_dir in $PATH
5414 do
5415   IFS=$as_save_IFS
5416   test -z "$as_dir" && as_dir=.
5417   for ac_exec_ext in '' $ac_executable_extensions; do
5418   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5419     ac_cv_prog_ac_ct_AS="$ac_prog"
5420     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5421     break 2
5422   fi
5423 done
5424 done
5425 IFS=$as_save_IFS
5426
5427 fi
5428 fi
5429 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5430 if test -n "$ac_ct_AS"; then
5431   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5432 echo "${ECHO_T}$ac_ct_AS" >&6; }
5433 else
5434   { echo "$as_me:$LINENO: result: no" >&5
5435 echo "${ECHO_T}no" >&6; }
5436 fi
5437
5438
5439   test -n "$ac_ct_AS" && break
5440 done
5441
5442   if test "x$ac_ct_AS" = x; then
5443     AS="as"
5444   else
5445     case $cross_compiling:$ac_tool_warned in
5446 yes:)
5447 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5448 whose name does not start with the host triplet.  If you think this
5449 configuration is useful to you, please write to autoconf@gnu.org." >&5
5450 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5451 whose name does not start with the host triplet.  If you think this
5452 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5453 ac_tool_warned=yes ;;
5454 esac
5455     AS=$ac_ct_AS
5456   fi
5457 fi
5458
5459 if test -n "$ac_tool_prefix"; then
5460   for ac_prog in ld gld
5461   do
5462     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5463 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5464 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5466 if test "${ac_cv_prog_LD+set}" = set; then
5467   echo $ECHO_N "(cached) $ECHO_C" >&6
5468 else
5469   if test -n "$LD"; then
5470   ac_cv_prog_LD="$LD" # Let the user override the test.
5471 else
5472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5473 for as_dir in $PATH
5474 do
5475   IFS=$as_save_IFS
5476   test -z "$as_dir" && as_dir=.
5477   for ac_exec_ext in '' $ac_executable_extensions; do
5478   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5479     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5480     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5481     break 2
5482   fi
5483 done
5484 done
5485 IFS=$as_save_IFS
5486
5487 fi
5488 fi
5489 LD=$ac_cv_prog_LD
5490 if test -n "$LD"; then
5491   { echo "$as_me:$LINENO: result: $LD" >&5
5492 echo "${ECHO_T}$LD" >&6; }
5493 else
5494   { echo "$as_me:$LINENO: result: no" >&5
5495 echo "${ECHO_T}no" >&6; }
5496 fi
5497
5498
5499     test -n "$LD" && break
5500   done
5501 fi
5502 if test -z "$LD"; then
5503   ac_ct_LD=$LD
5504   for ac_prog in ld gld
5505 do
5506   # Extract the first word of "$ac_prog", so it can be a program name with args.
5507 set dummy $ac_prog; ac_word=$2
5508 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5509 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5510 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5511   echo $ECHO_N "(cached) $ECHO_C" >&6
5512 else
5513   if test -n "$ac_ct_LD"; then
5514   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5515 else
5516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5517 for as_dir in $PATH
5518 do
5519   IFS=$as_save_IFS
5520   test -z "$as_dir" && as_dir=.
5521   for ac_exec_ext in '' $ac_executable_extensions; do
5522   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5523     ac_cv_prog_ac_ct_LD="$ac_prog"
5524     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5525     break 2
5526   fi
5527 done
5528 done
5529 IFS=$as_save_IFS
5530
5531 fi
5532 fi
5533 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5534 if test -n "$ac_ct_LD"; then
5535   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5536 echo "${ECHO_T}$ac_ct_LD" >&6; }
5537 else
5538   { echo "$as_me:$LINENO: result: no" >&5
5539 echo "${ECHO_T}no" >&6; }
5540 fi
5541
5542
5543   test -n "$ac_ct_LD" && break
5544 done
5545
5546   if test "x$ac_ct_LD" = x; then
5547     LD="ld"
5548   else
5549     case $cross_compiling:$ac_tool_warned in
5550 yes:)
5551 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5552 whose name does not start with the host triplet.  If you think this
5553 configuration is useful to you, please write to autoconf@gnu.org." >&5
5554 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5555 whose name does not start with the host triplet.  If you think this
5556 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5557 ac_tool_warned=yes ;;
5558 esac
5559     LD=$ac_ct_LD
5560   fi
5561 fi
5562
5563 if test -n "$ac_tool_prefix"; then
5564   for ac_prog in nm gnm
5565   do
5566     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5567 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5568 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5570 if test "${ac_cv_prog_NM+set}" = set; then
5571   echo $ECHO_N "(cached) $ECHO_C" >&6
5572 else
5573   if test -n "$NM"; then
5574   ac_cv_prog_NM="$NM" # Let the user override the test.
5575 else
5576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5577 for as_dir in $PATH
5578 do
5579   IFS=$as_save_IFS
5580   test -z "$as_dir" && as_dir=.
5581   for ac_exec_ext in '' $ac_executable_extensions; do
5582   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5583     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5584     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5585     break 2
5586   fi
5587 done
5588 done
5589 IFS=$as_save_IFS
5590
5591 fi
5592 fi
5593 NM=$ac_cv_prog_NM
5594 if test -n "$NM"; then
5595   { echo "$as_me:$LINENO: result: $NM" >&5
5596 echo "${ECHO_T}$NM" >&6; }
5597 else
5598   { echo "$as_me:$LINENO: result: no" >&5
5599 echo "${ECHO_T}no" >&6; }
5600 fi
5601
5602
5603     test -n "$NM" && break
5604   done
5605 fi
5606 if test -z "$NM"; then
5607   ac_ct_NM=$NM
5608   for ac_prog in nm gnm
5609 do
5610   # Extract the first word of "$ac_prog", so it can be a program name with args.
5611 set dummy $ac_prog; ac_word=$2
5612 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5613 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5614 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5615   echo $ECHO_N "(cached) $ECHO_C" >&6
5616 else
5617   if test -n "$ac_ct_NM"; then
5618   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5619 else
5620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5621 for as_dir in $PATH
5622 do
5623   IFS=$as_save_IFS
5624   test -z "$as_dir" && as_dir=.
5625   for ac_exec_ext in '' $ac_executable_extensions; do
5626   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5627     ac_cv_prog_ac_ct_NM="$ac_prog"
5628     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5629     break 2
5630   fi
5631 done
5632 done
5633 IFS=$as_save_IFS
5634
5635 fi
5636 fi
5637 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5638 if test -n "$ac_ct_NM"; then
5639   { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5640 echo "${ECHO_T}$ac_ct_NM" >&6; }
5641 else
5642   { echo "$as_me:$LINENO: result: no" >&5
5643 echo "${ECHO_T}no" >&6; }
5644 fi
5645
5646
5647   test -n "$ac_ct_NM" && break
5648 done
5649
5650   if test "x$ac_ct_NM" = x; then
5651     NM="nm"
5652   else
5653     case $cross_compiling:$ac_tool_warned in
5654 yes:)
5655 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5656 whose name does not start with the host triplet.  If you think this
5657 configuration is useful to you, please write to autoconf@gnu.org." >&5
5658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5659 whose name does not start with the host triplet.  If you think this
5660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5661 ac_tool_warned=yes ;;
5662 esac
5663     NM=$ac_ct_NM
5664   fi
5665 fi
5666
5667 if test -n "$ac_tool_prefix"; then
5668   for ac_prog in ar gar
5669   do
5670     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5671 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5672 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5674 if test "${ac_cv_prog_AR+set}" = set; then
5675   echo $ECHO_N "(cached) $ECHO_C" >&6
5676 else
5677   if test -n "$AR"; then
5678   ac_cv_prog_AR="$AR" # Let the user override the test.
5679 else
5680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5681 for as_dir in $PATH
5682 do
5683   IFS=$as_save_IFS
5684   test -z "$as_dir" && as_dir=.
5685   for ac_exec_ext in '' $ac_executable_extensions; do
5686   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5687     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5688     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5689     break 2
5690   fi
5691 done
5692 done
5693 IFS=$as_save_IFS
5694
5695 fi
5696 fi
5697 AR=$ac_cv_prog_AR
5698 if test -n "$AR"; then
5699   { echo "$as_me:$LINENO: result: $AR" >&5
5700 echo "${ECHO_T}$AR" >&6; }
5701 else
5702   { echo "$as_me:$LINENO: result: no" >&5
5703 echo "${ECHO_T}no" >&6; }
5704 fi
5705
5706
5707     test -n "$AR" && break
5708   done
5709 fi
5710 if test -z "$AR"; then
5711   ac_ct_AR=$AR
5712   for ac_prog in ar gar
5713 do
5714   # Extract the first word of "$ac_prog", so it can be a program name with args.
5715 set dummy $ac_prog; ac_word=$2
5716 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5718 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5719   echo $ECHO_N "(cached) $ECHO_C" >&6
5720 else
5721   if test -n "$ac_ct_AR"; then
5722   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5723 else
5724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5725 for as_dir in $PATH
5726 do
5727   IFS=$as_save_IFS
5728   test -z "$as_dir" && as_dir=.
5729   for ac_exec_ext in '' $ac_executable_extensions; do
5730   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5731     ac_cv_prog_ac_ct_AR="$ac_prog"
5732     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5733     break 2
5734   fi
5735 done
5736 done
5737 IFS=$as_save_IFS
5738
5739 fi
5740 fi
5741 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5742 if test -n "$ac_ct_AR"; then
5743   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5744 echo "${ECHO_T}$ac_ct_AR" >&6; }
5745 else
5746   { echo "$as_me:$LINENO: result: no" >&5
5747 echo "${ECHO_T}no" >&6; }
5748 fi
5749
5750
5751   test -n "$ac_ct_AR" && break
5752 done
5753
5754   if test "x$ac_ct_AR" = x; then
5755     AR="ar"
5756   else
5757     case $cross_compiling:$ac_tool_warned in
5758 yes:)
5759 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5760 whose name does not start with the host triplet.  If you think this
5761 configuration is useful to you, please write to autoconf@gnu.org." >&5
5762 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5763 whose name does not start with the host triplet.  If you think this
5764 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5765 ac_tool_warned=yes ;;
5766 esac
5767     AR=$ac_ct_AR
5768   fi
5769 fi
5770
5771 ARFLAGS=rc
5772
5773 if test -n "$ac_tool_prefix"; then
5774   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5775 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5776 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5778 if test "${ac_cv_prog_RANLIB+set}" = set; then
5779   echo $ECHO_N "(cached) $ECHO_C" >&6
5780 else
5781   if test -n "$RANLIB"; then
5782   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5783 else
5784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5785 for as_dir in $PATH
5786 do
5787   IFS=$as_save_IFS
5788   test -z "$as_dir" && as_dir=.
5789   for ac_exec_ext in '' $ac_executable_extensions; do
5790   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5791     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5792     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5793     break 2
5794   fi
5795 done
5796 done
5797 IFS=$as_save_IFS
5798
5799 fi
5800 fi
5801 RANLIB=$ac_cv_prog_RANLIB
5802 if test -n "$RANLIB"; then
5803   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5804 echo "${ECHO_T}$RANLIB" >&6; }
5805 else
5806   { echo "$as_me:$LINENO: result: no" >&5
5807 echo "${ECHO_T}no" >&6; }
5808 fi
5809
5810
5811 fi
5812 if test -z "$ac_cv_prog_RANLIB"; then
5813   ac_ct_RANLIB=$RANLIB
5814   # Extract the first word of "ranlib", so it can be a program name with args.
5815 set dummy ranlib; ac_word=$2
5816 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5818 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5819   echo $ECHO_N "(cached) $ECHO_C" >&6
5820 else
5821   if test -n "$ac_ct_RANLIB"; then
5822   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5823 else
5824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5825 for as_dir in $PATH
5826 do
5827   IFS=$as_save_IFS
5828   test -z "$as_dir" && as_dir=.
5829   for ac_exec_ext in '' $ac_executable_extensions; do
5830   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5831     ac_cv_prog_ac_ct_RANLIB="ranlib"
5832     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5833     break 2
5834   fi
5835 done
5836 done
5837 IFS=$as_save_IFS
5838
5839 fi
5840 fi
5841 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5842 if test -n "$ac_ct_RANLIB"; then
5843   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5844 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5845 else
5846   { echo "$as_me:$LINENO: result: no" >&5
5847 echo "${ECHO_T}no" >&6; }
5848 fi
5849
5850   if test "x$ac_ct_RANLIB" = x; then
5851     RANLIB=":"
5852   else
5853     case $cross_compiling:$ac_tool_warned in
5854 yes:)
5855 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5856 whose name does not start with the host triplet.  If you think this
5857 configuration is useful to you, please write to autoconf@gnu.org." >&5
5858 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5859 whose name does not start with the host triplet.  If you think this
5860 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5861 ac_tool_warned=yes ;;
5862 esac
5863     RANLIB=$ac_ct_RANLIB
5864   fi
5865 else
5866   RANLIB="$ac_cv_prog_RANLIB"
5867 fi
5868
5869 if test -n "$ac_tool_prefix"; then
5870   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5871 set dummy ${ac_tool_prefix}strip; ac_word=$2
5872 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5874 if test "${ac_cv_prog_STRIP+set}" = set; then
5875   echo $ECHO_N "(cached) $ECHO_C" >&6
5876 else
5877   if test -n "$STRIP"; then
5878   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5879 else
5880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 for as_dir in $PATH
5882 do
5883   IFS=$as_save_IFS
5884   test -z "$as_dir" && as_dir=.
5885   for ac_exec_ext in '' $ac_executable_extensions; do
5886   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5888     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5889     break 2
5890   fi
5891 done
5892 done
5893 IFS=$as_save_IFS
5894
5895 fi
5896 fi
5897 STRIP=$ac_cv_prog_STRIP
5898 if test -n "$STRIP"; then
5899   { echo "$as_me:$LINENO: result: $STRIP" >&5
5900 echo "${ECHO_T}$STRIP" >&6; }
5901 else
5902   { echo "$as_me:$LINENO: result: no" >&5
5903 echo "${ECHO_T}no" >&6; }
5904 fi
5905
5906
5907 fi
5908 if test -z "$ac_cv_prog_STRIP"; then
5909   ac_ct_STRIP=$STRIP
5910   # Extract the first word of "strip", so it can be a program name with args.
5911 set dummy strip; ac_word=$2
5912 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5914 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5915   echo $ECHO_N "(cached) $ECHO_C" >&6
5916 else
5917   if test -n "$ac_ct_STRIP"; then
5918   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5919 else
5920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921 for as_dir in $PATH
5922 do
5923   IFS=$as_save_IFS
5924   test -z "$as_dir" && as_dir=.
5925   for ac_exec_ext in '' $ac_executable_extensions; do
5926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927     ac_cv_prog_ac_ct_STRIP="strip"
5928     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5929     break 2
5930   fi
5931 done
5932 done
5933 IFS=$as_save_IFS
5934
5935 fi
5936 fi
5937 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5938 if test -n "$ac_ct_STRIP"; then
5939   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5940 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5941 else
5942   { echo "$as_me:$LINENO: result: no" >&5
5943 echo "${ECHO_T}no" >&6; }
5944 fi
5945
5946   if test "x$ac_ct_STRIP" = x; then
5947     STRIP="strip"
5948   else
5949     case $cross_compiling:$ac_tool_warned in
5950 yes:)
5951 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5952 whose name does not start with the host triplet.  If you think this
5953 configuration is useful to you, please write to autoconf@gnu.org." >&5
5954 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5955 whose name does not start with the host triplet.  If you think this
5956 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5957 ac_tool_warned=yes ;;
5958 esac
5959     STRIP=$ac_ct_STRIP
5960   fi
5961 else
5962   STRIP="$ac_cv_prog_STRIP"
5963 fi
5964
5965 if test -n "$ac_tool_prefix"; then
5966   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5967 set dummy ${ac_tool_prefix}windres; ac_word=$2
5968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5970 if test "${ac_cv_prog_WINDRES+set}" = set; then
5971   echo $ECHO_N "(cached) $ECHO_C" >&6
5972 else
5973   if test -n "$WINDRES"; then
5974   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5975 else
5976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5977 for as_dir in $PATH
5978 do
5979   IFS=$as_save_IFS
5980   test -z "$as_dir" && as_dir=.
5981   for ac_exec_ext in '' $ac_executable_extensions; do
5982   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5983     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5984     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5985     break 2
5986   fi
5987 done
5988 done
5989 IFS=$as_save_IFS
5990
5991 fi
5992 fi
5993 WINDRES=$ac_cv_prog_WINDRES
5994 if test -n "$WINDRES"; then
5995   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5996 echo "${ECHO_T}$WINDRES" >&6; }
5997 else
5998   { echo "$as_me:$LINENO: result: no" >&5
5999 echo "${ECHO_T}no" >&6; }
6000 fi
6001
6002
6003 fi
6004 if test -z "$ac_cv_prog_WINDRES"; then
6005   ac_ct_WINDRES=$WINDRES
6006   # Extract the first word of "windres", so it can be a program name with args.
6007 set dummy windres; ac_word=$2
6008 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6010 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6011   echo $ECHO_N "(cached) $ECHO_C" >&6
6012 else
6013   if test -n "$ac_ct_WINDRES"; then
6014   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6015 else
6016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6017 for as_dir in $PATH
6018 do
6019   IFS=$as_save_IFS
6020   test -z "$as_dir" && as_dir=.
6021   for ac_exec_ext in '' $ac_executable_extensions; do
6022   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6023     ac_cv_prog_ac_ct_WINDRES="windres"
6024     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6025     break 2
6026   fi
6027 done
6028 done
6029 IFS=$as_save_IFS
6030
6031 fi
6032 fi
6033 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6034 if test -n "$ac_ct_WINDRES"; then
6035   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6036 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6037 else
6038   { echo "$as_me:$LINENO: result: no" >&5
6039 echo "${ECHO_T}no" >&6; }
6040 fi
6041
6042   if test "x$ac_ct_WINDRES" = x; then
6043     WINDRES="false"
6044   else
6045     case $cross_compiling:$ac_tool_warned in
6046 yes:)
6047 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6048 whose name does not start with the host triplet.  If you think this
6049 configuration is useful to you, please write to autoconf@gnu.org." >&5
6050 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6051 whose name does not start with the host triplet.  If you think this
6052 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6053 ac_tool_warned=yes ;;
6054 esac
6055     WINDRES=$ac_ct_WINDRES
6056   fi
6057 else
6058   WINDRES="$ac_cv_prog_WINDRES"
6059 fi
6060
6061 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6062 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6063 LN_S=$as_ln_s
6064 if test "$LN_S" = "ln -s"; then
6065   { echo "$as_me:$LINENO: result: yes" >&5
6066 echo "${ECHO_T}yes" >&6; }
6067 else
6068   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6069 echo "${ECHO_T}no, using $LN_S" >&6; }
6070 fi
6071
6072 { echo "$as_me:$LINENO: checking whether ln works" >&5
6073 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6074 rm -f conf$$ conf$$.file
6075 echo >conf$$.file
6076 if ln conf$$.file conf$$ 2>/dev/null; then
6077   LN=ln
6078
6079   { echo "$as_me:$LINENO: result: yes" >&5
6080 echo "${ECHO_T}yes" >&6; }
6081 else
6082   LN="cp -p"
6083
6084   { echo "$as_me:$LINENO: result: no, using $LN" >&5
6085 echo "${ECHO_T}no, using $LN" >&6; }
6086 fi
6087 rm -f conf$$ conf$$.file
6088 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6089 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6090 if test "${ac_cv_path_GREP+set}" = set; then
6091   echo $ECHO_N "(cached) $ECHO_C" >&6
6092 else
6093   # Extract the first word of "grep ggrep" to use in msg output
6094 if test -z "$GREP"; then
6095 set dummy grep ggrep; ac_prog_name=$2
6096 if test "${ac_cv_path_GREP+set}" = set; then
6097   echo $ECHO_N "(cached) $ECHO_C" >&6
6098 else
6099   ac_path_GREP_found=false
6100 # Loop through the user's path and test for each of PROGNAME-LIST
6101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6102 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6103 do
6104   IFS=$as_save_IFS
6105   test -z "$as_dir" && as_dir=.
6106   for ac_prog in grep ggrep; do
6107   for ac_exec_ext in '' $ac_executable_extensions; do
6108     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6109     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6110     # Check for GNU ac_path_GREP and select it if it is found.
6111   # Check for GNU $ac_path_GREP
6112 case `"$ac_path_GREP" --version 2>&1` in
6113 *GNU*)
6114   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6115 *)
6116   ac_count=0
6117   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6118   while :
6119   do
6120     cat "conftest.in" "conftest.in" >"conftest.tmp"
6121     mv "conftest.tmp" "conftest.in"
6122     cp "conftest.in" "conftest.nl"
6123     echo 'GREP' >> "conftest.nl"
6124     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6125     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6126     ac_count=`expr $ac_count + 1`
6127     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6128       # Best one so far, save it but keep looking for a better one
6129       ac_cv_path_GREP="$ac_path_GREP"
6130       ac_path_GREP_max=$ac_count
6131     fi
6132     # 10*(2^10) chars as input seems more than enough
6133     test $ac_count -gt 10 && break
6134   done
6135   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6136 esac
6137
6138
6139     $ac_path_GREP_found && break 3
6140   done
6141 done
6142
6143 done
6144 IFS=$as_save_IFS
6145
6146
6147 fi
6148
6149 GREP="$ac_cv_path_GREP"
6150 if test -z "$GREP"; then
6151   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6152 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6153    { (exit 1); exit 1; }; }
6154 fi
6155
6156 else
6157   ac_cv_path_GREP=$GREP
6158 fi
6159
6160
6161 fi
6162 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6163 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6164  GREP="$ac_cv_path_GREP"
6165
6166
6167 { echo "$as_me:$LINENO: checking for egrep" >&5
6168 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170   echo $ECHO_N "(cached) $ECHO_C" >&6
6171 else
6172   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6173    then ac_cv_path_EGREP="$GREP -E"
6174    else
6175      # Extract the first word of "egrep" to use in msg output
6176 if test -z "$EGREP"; then
6177 set dummy egrep; ac_prog_name=$2
6178 if test "${ac_cv_path_EGREP+set}" = set; then
6179   echo $ECHO_N "(cached) $ECHO_C" >&6
6180 else
6181   ac_path_EGREP_found=false
6182 # Loop through the user's path and test for each of PROGNAME-LIST
6183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6184 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6185 do
6186   IFS=$as_save_IFS
6187   test -z "$as_dir" && as_dir=.
6188   for ac_prog in egrep; do
6189   for ac_exec_ext in '' $ac_executable_extensions; do
6190     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6191     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6192     # Check for GNU ac_path_EGREP and select it if it is found.
6193   # Check for GNU $ac_path_EGREP
6194 case `"$ac_path_EGREP" --version 2>&1` in
6195 *GNU*)
6196   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6197 *)
6198   ac_count=0
6199   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6200   while :
6201   do
6202     cat "conftest.in" "conftest.in" >"conftest.tmp"
6203     mv "conftest.tmp" "conftest.in"
6204     cp "conftest.in" "conftest.nl"
6205     echo 'EGREP' >> "conftest.nl"
6206     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6207     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6208     ac_count=`expr $ac_count + 1`
6209     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6210       # Best one so far, save it but keep looking for a better one
6211       ac_cv_path_EGREP="$ac_path_EGREP"
6212       ac_path_EGREP_max=$ac_count
6213     fi
6214     # 10*(2^10) chars as input seems more than enough
6215     test $ac_count -gt 10 && break
6216   done
6217   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6218 esac
6219
6220
6221     $ac_path_EGREP_found && break 3
6222   done
6223 done
6224
6225 done
6226 IFS=$as_save_IFS
6227
6228
6229 fi
6230
6231 EGREP="$ac_cv_path_EGREP"
6232 if test -z "$EGREP"; then
6233   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6234 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6235    { (exit 1); exit 1; }; }
6236 fi
6237
6238 else
6239   ac_cv_path_EGREP=$EGREP
6240 fi
6241
6242
6243    fi
6244 fi
6245 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6246 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6247  EGREP="$ac_cv_path_EGREP"
6248
6249
6250 # Extract the first word of "ldconfig", so it can be a program name with args.
6251 set dummy ldconfig; ac_word=$2
6252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6254 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6255   echo $ECHO_N "(cached) $ECHO_C" >&6
6256 else
6257   case $LDCONFIG in
6258   [\\/]* | ?:[\\/]*)
6259   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6260   ;;
6261   *)
6262   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 for as_dir in /sbin /usr/sbin $PATH
6264 do
6265   IFS=$as_save_IFS
6266   test -z "$as_dir" && as_dir=.
6267   for ac_exec_ext in '' $ac_executable_extensions; do
6268   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6270     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6271     break 2
6272   fi
6273 done
6274 done
6275 IFS=$as_save_IFS
6276
6277   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6278   ;;
6279 esac
6280 fi
6281 LDCONFIG=$ac_cv_path_LDCONFIG
6282 if test -n "$LDCONFIG"; then
6283   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6284 echo "${ECHO_T}$LDCONFIG" >&6; }
6285 else
6286   { echo "$as_me:$LINENO: result: no" >&5
6287 echo "${ECHO_T}no" >&6; }
6288 fi
6289
6290
6291 # Find a good install program.  We prefer a C program (faster),
6292 # so one script is as good as another.  But avoid the broken or
6293 # incompatible versions:
6294 # SysV /etc/install, /usr/sbin/install
6295 # SunOS /usr/etc/install
6296 # IRIX /sbin/install
6297 # AIX /bin/install
6298 # AmigaOS /C/install, which installs bootblocks on floppy discs
6299 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6300 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6301 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6302 # OS/2's system install, which has a completely different semantic
6303 # ./install, which can be erroneously created by make from ./install.sh.
6304 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6305 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6306 if test -z "$INSTALL"; then
6307 if test "${ac_cv_path_install+set}" = set; then
6308   echo $ECHO_N "(cached) $ECHO_C" >&6
6309 else
6310   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6312 do
6313   IFS=$as_save_IFS
6314   test -z "$as_dir" && as_dir=.
6315   # Account for people who put trailing slashes in PATH elements.
6316 case $as_dir/ in
6317   ./ | .// | /cC/* | \
6318   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6319   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6320   /usr/ucb/* ) ;;
6321   *)
6322     # OSF1 and SCO ODT 3.0 have their own names for install.
6323     # Don't use installbsd from OSF since it installs stuff as root
6324     # by default.
6325     for ac_prog in ginstall scoinst install; do
6326       for ac_exec_ext in '' $ac_executable_extensions; do
6327         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6328           if test $ac_prog = install &&
6329             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6330             # AIX install.  It has an incompatible calling convention.
6331             :
6332           elif test $ac_prog = install &&
6333             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6334             # program-specific install script used by HP pwplus--don't use.
6335             :
6336           else
6337             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6338             break 3
6339           fi
6340         fi
6341       done
6342     done
6343     ;;
6344 esac
6345 done
6346 IFS=$as_save_IFS
6347
6348
6349 fi
6350   if test "${ac_cv_path_install+set}" = set; then
6351     INSTALL=$ac_cv_path_install
6352   else
6353     # As a last resort, use the slow shell script.  Don't cache a
6354     # value for INSTALL within a source directory, because that will
6355     # break other packages using the cache if that directory is
6356     # removed, or if the value is a relative name.
6357     INSTALL=$ac_install_sh
6358   fi
6359 fi
6360 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6361 echo "${ECHO_T}$INSTALL" >&6; }
6362
6363 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6364 # It thinks the first close brace ends the variable substitution.
6365 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6366
6367 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6368
6369 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6370
6371 case "$INSTALL" in
6372   [\\/$]* | ?:[\\/]* ) ;;
6373   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6374 esac
6375
6376 for ac_prog in lclint lint
6377 do
6378   # Extract the first word of "$ac_prog", so it can be a program name with args.
6379 set dummy $ac_prog; ac_word=$2
6380 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6382 if test "${ac_cv_prog_LINT+set}" = set; then
6383   echo $ECHO_N "(cached) $ECHO_C" >&6
6384 else
6385   if test -n "$LINT"; then
6386   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6387 else
6388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6389 for as_dir in $PATH
6390 do
6391   IFS=$as_save_IFS
6392   test -z "$as_dir" && as_dir=.
6393   for ac_exec_ext in '' $ac_executable_extensions; do
6394   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6395     ac_cv_prog_LINT="$ac_prog"
6396     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6397     break 2
6398   fi
6399 done
6400 done
6401 IFS=$as_save_IFS
6402
6403 fi
6404 fi
6405 LINT=$ac_cv_prog_LINT
6406 if test -n "$LINT"; then
6407   { echo "$as_me:$LINENO: result: $LINT" >&5
6408 echo "${ECHO_T}$LINT" >&6; }
6409 else
6410   { echo "$as_me:$LINENO: result: no" >&5
6411 echo "${ECHO_T}no" >&6; }
6412 fi
6413
6414
6415   test -n "$LINT" && break
6416 done
6417
6418 if test "$LINT" = "lint"
6419 then
6420   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6421   fi
6422
6423
6424
6425 for ac_prog in fontforge
6426 do
6427   # Extract the first word of "$ac_prog", so it can be a program name with args.
6428 set dummy $ac_prog; ac_word=$2
6429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6431 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6432   echo $ECHO_N "(cached) $ECHO_C" >&6
6433 else
6434   if test -n "$FONTFORGE"; then
6435   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6436 else
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH
6439 do
6440   IFS=$as_save_IFS
6441   test -z "$as_dir" && as_dir=.
6442   for ac_exec_ext in '' $ac_executable_extensions; do
6443   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6444     ac_cv_prog_FONTFORGE="$ac_prog"
6445     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6446     break 2
6447   fi
6448 done
6449 done
6450 IFS=$as_save_IFS
6451
6452 fi
6453 fi
6454 FONTFORGE=$ac_cv_prog_FONTFORGE
6455 if test -n "$FONTFORGE"; then
6456   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6457 echo "${ECHO_T}$FONTFORGE" >&6; }
6458 else
6459   { echo "$as_me:$LINENO: result: no" >&5
6460 echo "${ECHO_T}no" >&6; }
6461 fi
6462
6463
6464   test -n "$FONTFORGE" && break
6465 done
6466 test -n "$FONTFORGE" || FONTFORGE="false"
6467
6468 for ac_prog in pkg-config
6469 do
6470   # Extract the first word of "$ac_prog", so it can be a program name with args.
6471 set dummy $ac_prog; ac_word=$2
6472 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6474 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6475   echo $ECHO_N "(cached) $ECHO_C" >&6
6476 else
6477   if test -n "$PKG_CONFIG"; then
6478   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6479 else
6480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6481 for as_dir in $PATH
6482 do
6483   IFS=$as_save_IFS
6484   test -z "$as_dir" && as_dir=.
6485   for ac_exec_ext in '' $ac_executable_extensions; do
6486   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6487     ac_cv_prog_PKG_CONFIG="$ac_prog"
6488     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6489     break 2
6490   fi
6491 done
6492 done
6493 IFS=$as_save_IFS
6494
6495 fi
6496 fi
6497 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6498 if test -n "$PKG_CONFIG"; then
6499   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6500 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6501 else
6502   { echo "$as_me:$LINENO: result: no" >&5
6503 echo "${ECHO_T}no" >&6; }
6504 fi
6505
6506
6507   test -n "$PKG_CONFIG" && break
6508 done
6509 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6510
6511 for ac_prog in rsvg
6512 do
6513   # Extract the first word of "$ac_prog", so it can be a program name with args.
6514 set dummy $ac_prog; ac_word=$2
6515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6517 if test "${ac_cv_prog_RSVG+set}" = set; then
6518   echo $ECHO_N "(cached) $ECHO_C" >&6
6519 else
6520   if test -n "$RSVG"; then
6521   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6522 else
6523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6524 for as_dir in $PATH
6525 do
6526   IFS=$as_save_IFS
6527   test -z "$as_dir" && as_dir=.
6528   for ac_exec_ext in '' $ac_executable_extensions; do
6529   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6530     ac_cv_prog_RSVG="$ac_prog"
6531     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6532     break 2
6533   fi
6534 done
6535 done
6536 IFS=$as_save_IFS
6537
6538 fi
6539 fi
6540 RSVG=$ac_cv_prog_RSVG
6541 if test -n "$RSVG"; then
6542   { echo "$as_me:$LINENO: result: $RSVG" >&5
6543 echo "${ECHO_T}$RSVG" >&6; }
6544 else
6545   { echo "$as_me:$LINENO: result: no" >&5
6546 echo "${ECHO_T}no" >&6; }
6547 fi
6548
6549
6550   test -n "$RSVG" && break
6551 done
6552 test -n "$RSVG" || RSVG="false"
6553
6554 for ac_prog in icotool
6555 do
6556   # Extract the first word of "$ac_prog", so it can be a program name with args.
6557 set dummy $ac_prog; ac_word=$2
6558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6560 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6561   echo $ECHO_N "(cached) $ECHO_C" >&6
6562 else
6563   if test -n "$ICOTOOL"; then
6564   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6565 else
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567 for as_dir in $PATH
6568 do
6569   IFS=$as_save_IFS
6570   test -z "$as_dir" && as_dir=.
6571   for ac_exec_ext in '' $ac_executable_extensions; do
6572   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573     ac_cv_prog_ICOTOOL="$ac_prog"
6574     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6575     break 2
6576   fi
6577 done
6578 done
6579 IFS=$as_save_IFS
6580
6581 fi
6582 fi
6583 ICOTOOL=$ac_cv_prog_ICOTOOL
6584 if test -n "$ICOTOOL"; then
6585   { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6586 echo "${ECHO_T}$ICOTOOL" >&6; }
6587 else
6588   { echo "$as_me:$LINENO: result: no" >&5
6589 echo "${ECHO_T}no" >&6; }
6590 fi
6591
6592
6593   test -n "$ICOTOOL" && break
6594 done
6595 test -n "$ICOTOOL" || ICOTOOL="false"
6596
6597
6598 if test "${enable_maintainer_mode+set}" = set
6599 then
6600   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6601   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6602   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6603 fi
6604
6605 case $host_cpu in
6606   *i[3456789]86*)
6607     # Extract the first word of "prelink", so it can be a program name with args.
6608 set dummy prelink; ac_word=$2
6609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6611 if test "${ac_cv_path_PRELINK+set}" = set; then
6612   echo $ECHO_N "(cached) $ECHO_C" >&6
6613 else
6614   case $PRELINK in
6615   [\\/]* | ?:[\\/]*)
6616   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6617   ;;
6618   *)
6619   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6620 for as_dir in /sbin /usr/sbin $PATH
6621 do
6622   IFS=$as_save_IFS
6623   test -z "$as_dir" && as_dir=.
6624   for ac_exec_ext in '' $ac_executable_extensions; do
6625   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6626     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6627     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6628     break 2
6629   fi
6630 done
6631 done
6632 IFS=$as_save_IFS
6633
6634   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6635   ;;
6636 esac
6637 fi
6638 PRELINK=$ac_cv_path_PRELINK
6639 if test -n "$PRELINK"; then
6640   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6641 echo "${ECHO_T}$PRELINK" >&6; }
6642 else
6643   { echo "$as_me:$LINENO: result: no" >&5
6644 echo "${ECHO_T}no" >&6; }
6645 fi
6646
6647
6648     ;;
6649 esac
6650
6651
6652
6653 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6654 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6655 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6656   echo $ECHO_N "(cached) $ECHO_C" >&6
6657 else
6658   ac_check_lib_save_LIBS=$LIBS
6659 LIBS="-li386  $LIBS"
6660 cat >conftest.$ac_ext <<_ACEOF
6661 /* confdefs.h.  */
6662 _ACEOF
6663 cat confdefs.h >>conftest.$ac_ext
6664 cat >>conftest.$ac_ext <<_ACEOF
6665 /* end confdefs.h.  */
6666
6667 /* Override any GCC internal prototype to avoid an error.
6668    Use char because int might match the return type of a GCC
6669    builtin and then its argument prototype would still apply.  */
6670 #ifdef __cplusplus
6671 extern "C"
6672 #endif
6673 char i386_set_ldt ();
6674 int
6675 main ()
6676 {
6677 return i386_set_ldt ();
6678   ;
6679   return 0;
6680 }
6681 _ACEOF
6682 rm -f conftest.$ac_objext conftest$ac_exeext
6683 if { (ac_try="$ac_link"
6684 case "(($ac_try" in
6685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6686   *) ac_try_echo=$ac_try;;
6687 esac
6688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6689   (eval "$ac_link") 2>conftest.er1
6690   ac_status=$?
6691   grep -v '^ *+' conftest.er1 >conftest.err
6692   rm -f conftest.er1
6693   cat conftest.err >&5
6694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695   (exit $ac_status); } && {
6696          test -z "$ac_c_werror_flag" ||
6697          test ! -s conftest.err
6698        } && test -s conftest$ac_exeext &&
6699        $as_test_x conftest$ac_exeext; then
6700   ac_cv_lib_i386_i386_set_ldt=yes
6701 else
6702   echo "$as_me: failed program was:" >&5
6703 sed 's/^/| /' conftest.$ac_ext >&5
6704
6705         ac_cv_lib_i386_i386_set_ldt=no
6706 fi
6707
6708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6709       conftest$ac_exeext conftest.$ac_ext
6710 LIBS=$ac_check_lib_save_LIBS
6711 fi
6712 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6713 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6714 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6715   cat >>confdefs.h <<_ACEOF
6716 #define HAVE_LIBI386 1
6717 _ACEOF
6718
6719   LIBS="-li386 $LIBS"
6720
6721 fi
6722
6723
6724 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6725 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6726 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6727   echo $ECHO_N "(cached) $ECHO_C" >&6
6728 else
6729   ac_check_lib_save_LIBS=$LIBS
6730 LIBS="-lossaudio  $LIBS"
6731 cat >conftest.$ac_ext <<_ACEOF
6732 /* confdefs.h.  */
6733 _ACEOF
6734 cat confdefs.h >>conftest.$ac_ext
6735 cat >>conftest.$ac_ext <<_ACEOF
6736 /* end confdefs.h.  */
6737
6738 /* Override any GCC internal prototype to avoid an error.
6739    Use char because int might match the return type of a GCC
6740    builtin and then its argument prototype would still apply.  */
6741 #ifdef __cplusplus
6742 extern "C"
6743 #endif
6744 char _oss_ioctl ();
6745 int
6746 main ()
6747 {
6748 return _oss_ioctl ();
6749   ;
6750   return 0;
6751 }
6752 _ACEOF
6753 rm -f conftest.$ac_objext conftest$ac_exeext
6754 if { (ac_try="$ac_link"
6755 case "(($ac_try" in
6756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6757   *) ac_try_echo=$ac_try;;
6758 esac
6759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6760   (eval "$ac_link") 2>conftest.er1
6761   ac_status=$?
6762   grep -v '^ *+' conftest.er1 >conftest.err
6763   rm -f conftest.er1
6764   cat conftest.err >&5
6765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6766   (exit $ac_status); } && {
6767          test -z "$ac_c_werror_flag" ||
6768          test ! -s conftest.err
6769        } && test -s conftest$ac_exeext &&
6770        $as_test_x conftest$ac_exeext; then
6771   ac_cv_lib_ossaudio__oss_ioctl=yes
6772 else
6773   echo "$as_me: failed program was:" >&5
6774 sed 's/^/| /' conftest.$ac_ext >&5
6775
6776         ac_cv_lib_ossaudio__oss_ioctl=no
6777 fi
6778
6779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6780       conftest$ac_exeext conftest.$ac_ext
6781 LIBS=$ac_check_lib_save_LIBS
6782 fi
6783 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6784 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6785 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6786   cat >>confdefs.h <<_ACEOF
6787 #define HAVE_LIBOSSAUDIO 1
6788 _ACEOF
6789
6790   LIBS="-lossaudio $LIBS"
6791
6792 fi
6793
6794 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6795 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6796 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6797   echo $ECHO_N "(cached) $ECHO_C" >&6
6798 else
6799   ac_check_lib_save_LIBS=$LIBS
6800 LIBS="-lpthread  $LIBS"
6801 cat >conftest.$ac_ext <<_ACEOF
6802 /* confdefs.h.  */
6803 _ACEOF
6804 cat confdefs.h >>conftest.$ac_ext
6805 cat >>conftest.$ac_ext <<_ACEOF
6806 /* end confdefs.h.  */
6807
6808 /* Override any GCC internal prototype to avoid an error.
6809    Use char because int might match the return type of a GCC
6810    builtin and then its argument prototype would still apply.  */
6811 #ifdef __cplusplus
6812 extern "C"
6813 #endif
6814 char pthread_create ();
6815 int
6816 main ()
6817 {
6818 return pthread_create ();
6819   ;
6820   return 0;
6821 }
6822 _ACEOF
6823 rm -f conftest.$ac_objext conftest$ac_exeext
6824 if { (ac_try="$ac_link"
6825 case "(($ac_try" in
6826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6827   *) ac_try_echo=$ac_try;;
6828 esac
6829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6830   (eval "$ac_link") 2>conftest.er1
6831   ac_status=$?
6832   grep -v '^ *+' conftest.er1 >conftest.err
6833   rm -f conftest.er1
6834   cat conftest.err >&5
6835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836   (exit $ac_status); } && {
6837          test -z "$ac_c_werror_flag" ||
6838          test ! -s conftest.err
6839        } && test -s conftest$ac_exeext &&
6840        $as_test_x conftest$ac_exeext; then
6841   ac_cv_lib_pthread_pthread_create=yes
6842 else
6843   echo "$as_me: failed program was:" >&5
6844 sed 's/^/| /' conftest.$ac_ext >&5
6845
6846         ac_cv_lib_pthread_pthread_create=no
6847 fi
6848
6849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6850       conftest$ac_exeext conftest.$ac_ext
6851 LIBS=$ac_check_lib_save_LIBS
6852 fi
6853 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6854 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6855 if test $ac_cv_lib_pthread_pthread_create = yes; then
6856   LIBPTHREAD="-lpthread"
6857
6858 fi
6859
6860
6861 XLIB=""
6862
6863 OPENGL_LIBS=""
6864
6865
6866
6867 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6868 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6869 if test "${ac_cv_header_stdc+set}" = set; then
6870   echo $ECHO_N "(cached) $ECHO_C" >&6
6871 else
6872   cat >conftest.$ac_ext <<_ACEOF
6873 /* confdefs.h.  */
6874 _ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h.  */
6878 #include <stdlib.h>
6879 #include <stdarg.h>
6880 #include <string.h>
6881 #include <float.h>
6882
6883 int
6884 main ()
6885 {
6886
6887   ;
6888   return 0;
6889 }
6890 _ACEOF
6891 rm -f conftest.$ac_objext
6892 if { (ac_try="$ac_compile"
6893 case "(($ac_try" in
6894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6895   *) ac_try_echo=$ac_try;;
6896 esac
6897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6898   (eval "$ac_compile") 2>conftest.er1
6899   ac_status=$?
6900   grep -v '^ *+' conftest.er1 >conftest.err
6901   rm -f conftest.er1
6902   cat conftest.err >&5
6903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6904   (exit $ac_status); } && {
6905          test -z "$ac_c_werror_flag" ||
6906          test ! -s conftest.err
6907        } && test -s conftest.$ac_objext; then
6908   ac_cv_header_stdc=yes
6909 else
6910   echo "$as_me: failed program was:" >&5
6911 sed 's/^/| /' conftest.$ac_ext >&5
6912
6913         ac_cv_header_stdc=no
6914 fi
6915
6916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6917
6918 if test $ac_cv_header_stdc = yes; then
6919   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6920   cat >conftest.$ac_ext <<_ACEOF
6921 /* confdefs.h.  */
6922 _ACEOF
6923 cat confdefs.h >>conftest.$ac_ext
6924 cat >>conftest.$ac_ext <<_ACEOF
6925 /* end confdefs.h.  */
6926 #include <string.h>
6927
6928 _ACEOF
6929 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6930   $EGREP "memchr" >/dev/null 2>&1; then
6931   :
6932 else
6933   ac_cv_header_stdc=no
6934 fi
6935 rm -f conftest*
6936
6937 fi
6938
6939 if test $ac_cv_header_stdc = yes; then
6940   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6941   cat >conftest.$ac_ext <<_ACEOF
6942 /* confdefs.h.  */
6943 _ACEOF
6944 cat confdefs.h >>conftest.$ac_ext
6945 cat >>conftest.$ac_ext <<_ACEOF
6946 /* end confdefs.h.  */
6947 #include <stdlib.h>
6948
6949 _ACEOF
6950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6951   $EGREP "free" >/dev/null 2>&1; then
6952   :
6953 else
6954   ac_cv_header_stdc=no
6955 fi
6956 rm -f conftest*
6957
6958 fi
6959
6960 if test $ac_cv_header_stdc = yes; then
6961   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6962   if test "$cross_compiling" = yes; then
6963   :
6964 else
6965   cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h.  */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h.  */
6971 #include <ctype.h>
6972 #include <stdlib.h>
6973 #if ((' ' & 0x0FF) == 0x020)
6974 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6975 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6976 #else
6977 # define ISLOWER(c) \
6978                    (('a' <= (c) && (c) <= 'i') \
6979                      || ('j' <= (c) && (c) <= 'r') \
6980                      || ('s' <= (c) && (c) <= 'z'))
6981 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6982 #endif
6983
6984 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6985 int
6986 main ()
6987 {
6988   int i;
6989   for (i = 0; i < 256; i++)
6990     if (XOR (islower (i), ISLOWER (i))
6991         || toupper (i) != TOUPPER (i))
6992       return 2;
6993   return 0;
6994 }
6995 _ACEOF
6996 rm -f conftest$ac_exeext
6997 if { (ac_try="$ac_link"
6998 case "(($ac_try" in
6999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7000   *) ac_try_echo=$ac_try;;
7001 esac
7002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7003   (eval "$ac_link") 2>&5
7004   ac_status=$?
7005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7007   { (case "(($ac_try" in
7008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7009   *) ac_try_echo=$ac_try;;
7010 esac
7011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7012   (eval "$ac_try") 2>&5
7013   ac_status=$?
7014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015   (exit $ac_status); }; }; then
7016   :
7017 else
7018   echo "$as_me: program exited with status $ac_status" >&5
7019 echo "$as_me: failed program was:" >&5
7020 sed 's/^/| /' conftest.$ac_ext >&5
7021
7022 ( exit $ac_status )
7023 ac_cv_header_stdc=no
7024 fi
7025 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7026 fi
7027
7028
7029 fi
7030 fi
7031 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7032 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7033 if test $ac_cv_header_stdc = yes; then
7034
7035 cat >>confdefs.h <<\_ACEOF
7036 #define STDC_HEADERS 1
7037 _ACEOF
7038
7039 fi
7040
7041 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7052                   inttypes.h stdint.h unistd.h
7053 do
7054 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7055 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7057 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7058   echo $ECHO_N "(cached) $ECHO_C" >&6
7059 else
7060   cat >conftest.$ac_ext <<_ACEOF
7061 /* confdefs.h.  */
7062 _ACEOF
7063 cat confdefs.h >>conftest.$ac_ext
7064 cat >>conftest.$ac_ext <<_ACEOF
7065 /* end confdefs.h.  */
7066 $ac_includes_default
7067
7068 #include <$ac_header>
7069 _ACEOF
7070 rm -f conftest.$ac_objext
7071 if { (ac_try="$ac_compile"
7072 case "(($ac_try" in
7073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7074   *) ac_try_echo=$ac_try;;
7075 esac
7076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7077   (eval "$ac_compile") 2>conftest.er1
7078   ac_status=$?
7079   grep -v '^ *+' conftest.er1 >conftest.err
7080   rm -f conftest.er1
7081   cat conftest.err >&5
7082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083   (exit $ac_status); } && {
7084          test -z "$ac_c_werror_flag" ||
7085          test ! -s conftest.err
7086        } && test -s conftest.$ac_objext; then
7087   eval "$as_ac_Header=yes"
7088 else
7089   echo "$as_me: failed program was:" >&5
7090 sed 's/^/| /' conftest.$ac_ext >&5
7091
7092         eval "$as_ac_Header=no"
7093 fi
7094
7095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096 fi
7097 ac_res=`eval echo '${'$as_ac_Header'}'`
7098                { echo "$as_me:$LINENO: result: $ac_res" >&5
7099 echo "${ECHO_T}$ac_res" >&6; }
7100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7101   cat >>confdefs.h <<_ACEOF
7102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7103 _ACEOF
7104
7105 fi
7106
7107 done
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222 for ac_header in \
7223         AudioUnit/AudioUnit.h \
7224         Carbon/Carbon.h \
7225         CoreAudio/CoreAudio.h \
7226         DiskArbitration/DiskArbitration.h \
7227         IOKit/IOKitLib.h \
7228         alias.h \
7229         alsa/asoundlib.h \
7230         arpa/inet.h \
7231         arpa/nameser.h \
7232         asm/types.h \
7233         capi20.h \
7234         curses.h \
7235         direct.h \
7236         dirent.h \
7237         dlfcn.h \
7238         elf.h \
7239         float.h \
7240         fontconfig/fontconfig.h \
7241         getopt.h \
7242         ieeefp.h \
7243         io.h \
7244         jack/jack.h \
7245         jpeglib.h \
7246         lber.h \
7247         lcms.h \
7248         lcms/lcms.h \
7249         ldap.h \
7250         libaudioio.h \
7251         link.h \
7252         linux/cdrom.h \
7253         linux/compiler.h \
7254         linux/hdreg.h \
7255         linux/input.h \
7256         linux/ioctl.h \
7257         linux/joystick.h \
7258         linux/major.h \
7259         linux/param.h \
7260         linux/serial.h \
7261         linux/ucdrom.h \
7262         mach/mach.h \
7263         mach/machine.h \
7264         machine/cpu.h \
7265         machine/limits.h \
7266         machine/soundcard.h \
7267         mntent.h \
7268         ncurses.h \
7269         netdb.h \
7270         netinet/in.h \
7271         netinet/in_systm.h \
7272         netinet/tcp.h \
7273         netinet/tcp_fsm.h \
7274         openssl/err.h \
7275         openssl/ssl.h \
7276         png.h \
7277         poll.h \
7278         process.h \
7279         pthread.h \
7280         pwd.h \
7281         regex.h \
7282         sched.h \
7283         scsi/scsi.h \
7284         scsi/scsi_ioctl.h \
7285         scsi/sg.h \
7286         soundcard.h \
7287         stdint.h \
7288         strings.h \
7289         sys/asoundlib.h \
7290         sys/cdio.h \
7291         sys/elf32.h \
7292         sys/epoll.h \
7293         sys/errno.h \
7294         sys/event.h \
7295         sys/exec_elf.h \
7296         sys/filio.h \
7297         sys/ioctl.h \
7298         sys/ipc.h \
7299         sys/limits.h \
7300         sys/link.h \
7301         sys/lwp.h \
7302         sys/mman.h \
7303         sys/modem.h \
7304         sys/msg.h \
7305         sys/mtio.h \
7306         sys/param.h \
7307         sys/poll.h \
7308         sys/prctl.h \
7309         sys/ptrace.h \
7310         sys/reg.h \
7311         sys/resource.h \
7312         sys/scsiio.h \
7313         sys/shm.h \
7314         sys/signal.h \
7315         sys/socket.h \
7316         sys/socketvar.h \
7317         sys/sockio.h \
7318         sys/soundcard.h \
7319         sys/statvfs.h \
7320         sys/strtio.h \
7321         sys/syscall.h \
7322         sys/sysctl.h \
7323         sys/time.h \
7324         sys/times.h \
7325         sys/uio.h \
7326         sys/un.h \
7327         sys/vm86.h \
7328         sys/wait.h \
7329         syscall.h \
7330         termios.h \
7331         unistd.h \
7332         utime.h \
7333         valgrind/memcheck.h \
7334         valgrind/valgrind.h
7335
7336 do
7337 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7342   echo $ECHO_N "(cached) $ECHO_C" >&6
7343 fi
7344 ac_res=`eval echo '${'$as_ac_Header'}'`
7345                { echo "$as_me:$LINENO: result: $ac_res" >&5
7346 echo "${ECHO_T}$ac_res" >&6; }
7347 else
7348   # Is the header compilable?
7349 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7350 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7351 cat >conftest.$ac_ext <<_ACEOF
7352 /* confdefs.h.  */
7353 _ACEOF
7354 cat confdefs.h >>conftest.$ac_ext
7355 cat >>conftest.$ac_ext <<_ACEOF
7356 /* end confdefs.h.  */
7357 $ac_includes_default
7358 #include <$ac_header>
7359 _ACEOF
7360 rm -f conftest.$ac_objext
7361 if { (ac_try="$ac_compile"
7362 case "(($ac_try" in
7363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7364   *) ac_try_echo=$ac_try;;
7365 esac
7366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7367   (eval "$ac_compile") 2>conftest.er1
7368   ac_status=$?
7369   grep -v '^ *+' conftest.er1 >conftest.err
7370   rm -f conftest.er1
7371   cat conftest.err >&5
7372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373   (exit $ac_status); } && {
7374          test -z "$ac_c_werror_flag" ||
7375          test ! -s conftest.err
7376        } && test -s conftest.$ac_objext; then
7377   ac_header_compiler=yes
7378 else
7379   echo "$as_me: failed program was:" >&5
7380 sed 's/^/| /' conftest.$ac_ext >&5
7381
7382         ac_header_compiler=no
7383 fi
7384
7385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7386 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7387 echo "${ECHO_T}$ac_header_compiler" >&6; }
7388
7389 # Is the header present?
7390 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7391 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7392 cat >conftest.$ac_ext <<_ACEOF
7393 /* confdefs.h.  */
7394 _ACEOF
7395 cat confdefs.h >>conftest.$ac_ext
7396 cat >>conftest.$ac_ext <<_ACEOF
7397 /* end confdefs.h.  */
7398 #include <$ac_header>
7399 _ACEOF
7400 if { (ac_try="$ac_cpp conftest.$ac_ext"
7401 case "(($ac_try" in
7402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7403   *) ac_try_echo=$ac_try;;
7404 esac
7405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7406   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7407   ac_status=$?
7408   grep -v '^ *+' conftest.er1 >conftest.err
7409   rm -f conftest.er1
7410   cat conftest.err >&5
7411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412   (exit $ac_status); } >/dev/null && {
7413          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7414          test ! -s conftest.err
7415        }; then
7416   ac_header_preproc=yes
7417 else
7418   echo "$as_me: failed program was:" >&5
7419 sed 's/^/| /' conftest.$ac_ext >&5
7420
7421   ac_header_preproc=no
7422 fi
7423
7424 rm -f conftest.err conftest.$ac_ext
7425 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7426 echo "${ECHO_T}$ac_header_preproc" >&6; }
7427
7428 # So?  What about this header?
7429 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7430   yes:no: )
7431     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7432 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7433     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7434 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7435     ac_header_preproc=yes
7436     ;;
7437   no:yes:* )
7438     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7439 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7440     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7441 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7442     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7443 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7444     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7445 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7446     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7447 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7448     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7449 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7450     ( cat <<\_ASBOX
7451 ## ------------------------------------ ##
7452 ## Report this to wine-devel@winehq.org ##
7453 ## ------------------------------------ ##
7454 _ASBOX
7455      ) | sed "s/^/$as_me: WARNING:     /" >&2
7456     ;;
7457 esac
7458 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7461   echo $ECHO_N "(cached) $ECHO_C" >&6
7462 else
7463   eval "$as_ac_Header=\$ac_header_preproc"
7464 fi
7465 ac_res=`eval echo '${'$as_ac_Header'}'`
7466                { echo "$as_me:$LINENO: result: $ac_res" >&5
7467 echo "${ECHO_T}$ac_res" >&6; }
7468
7469 fi
7470 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7471   cat >>confdefs.h <<_ACEOF
7472 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7473 _ACEOF
7474
7475 fi
7476
7477 done
7478
7479 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7480 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7481 if test "${ac_cv_header_stat_broken+set}" = set; then
7482   echo $ECHO_N "(cached) $ECHO_C" >&6
7483 else
7484   cat >conftest.$ac_ext <<_ACEOF
7485 /* confdefs.h.  */
7486 _ACEOF
7487 cat confdefs.h >>conftest.$ac_ext
7488 cat >>conftest.$ac_ext <<_ACEOF
7489 /* end confdefs.h.  */
7490 #include <sys/types.h>
7491 #include <sys/stat.h>
7492
7493 #if defined S_ISBLK && defined S_IFDIR
7494 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7495 #endif
7496
7497 #if defined S_ISBLK && defined S_IFCHR
7498 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7499 #endif
7500
7501 #if defined S_ISLNK && defined S_IFREG
7502 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7503 #endif
7504
7505 #if defined S_ISSOCK && defined S_IFREG
7506 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7507 #endif
7508
7509 _ACEOF
7510 rm -f conftest.$ac_objext
7511 if { (ac_try="$ac_compile"
7512 case "(($ac_try" in
7513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7514   *) ac_try_echo=$ac_try;;
7515 esac
7516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7517   (eval "$ac_compile") 2>conftest.er1
7518   ac_status=$?
7519   grep -v '^ *+' conftest.er1 >conftest.err
7520   rm -f conftest.er1
7521   cat conftest.err >&5
7522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7523   (exit $ac_status); } && {
7524          test -z "$ac_c_werror_flag" ||
7525          test ! -s conftest.err
7526        } && test -s conftest.$ac_objext; then
7527   ac_cv_header_stat_broken=no
7528 else
7529   echo "$as_me: failed program was:" >&5
7530 sed 's/^/| /' conftest.$ac_ext >&5
7531
7532         ac_cv_header_stat_broken=yes
7533 fi
7534
7535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7536 fi
7537 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7538 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7539 if test $ac_cv_header_stat_broken = yes; then
7540
7541 cat >>confdefs.h <<\_ACEOF
7542 #define STAT_MACROS_BROKEN 1
7543 _ACEOF
7544
7545 fi
7546
7547
7548
7549
7550
7551
7552
7553 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7554 do
7555 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7559   echo $ECHO_N "(cached) $ECHO_C" >&6
7560 else
7561   cat >conftest.$ac_ext <<_ACEOF
7562 /* confdefs.h.  */
7563 _ACEOF
7564 cat confdefs.h >>conftest.$ac_ext
7565 cat >>conftest.$ac_ext <<_ACEOF
7566 /* end confdefs.h.  */
7567 #include <sys/types.h>
7568      #ifdef HAVE_SYS_PARAM_H
7569      # include <sys/param.h>
7570      #endif
7571
7572 #include <$ac_header>
7573 _ACEOF
7574 rm -f conftest.$ac_objext
7575 if { (ac_try="$ac_compile"
7576 case "(($ac_try" in
7577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7578   *) ac_try_echo=$ac_try;;
7579 esac
7580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7581   (eval "$ac_compile") 2>conftest.er1
7582   ac_status=$?
7583   grep -v '^ *+' conftest.er1 >conftest.err
7584   rm -f conftest.er1
7585   cat conftest.err >&5
7586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587   (exit $ac_status); } && {
7588          test -z "$ac_c_werror_flag" ||
7589          test ! -s conftest.err
7590        } && test -s conftest.$ac_objext; then
7591   eval "$as_ac_Header=yes"
7592 else
7593   echo "$as_me: failed program was:" >&5
7594 sed 's/^/| /' conftest.$ac_ext >&5
7595
7596         eval "$as_ac_Header=no"
7597 fi
7598
7599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7600 fi
7601 ac_res=`eval echo '${'$as_ac_Header'}'`
7602                { echo "$as_me:$LINENO: result: $ac_res" >&5
7603 echo "${ECHO_T}$ac_res" >&6; }
7604 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7605   cat >>confdefs.h <<_ACEOF
7606 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7607 _ACEOF
7608
7609 fi
7610
7611 done
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
7624
7625
7626 for ac_header in \
7627         netinet/ip.h \
7628         net/if.h \
7629         net/if_arp.h \
7630         net/if_dl.h \
7631         net/if_types.h \
7632         net/route.h \
7633         netinet/if_ether.h \
7634         netinet/in_pcb.h \
7635         netinet/ip_icmp.h \
7636         netinet/ip_var.h \
7637         netinet/udp.h \
7638         netipx/ipx.h \
7639
7640 do
7641 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7642 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7643 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7644 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7645   echo $ECHO_N "(cached) $ECHO_C" >&6
7646 else
7647   cat >conftest.$ac_ext <<_ACEOF
7648 /* confdefs.h.  */
7649 _ACEOF
7650 cat confdefs.h >>conftest.$ac_ext
7651 cat >>conftest.$ac_ext <<_ACEOF
7652 /* end confdefs.h.  */
7653 #include <sys/types.h>
7654      #ifdef HAVE_SYS_SOCKET_H
7655      # include <sys/socket.h>
7656      #endif
7657      #ifdef HAVE_SYS_SOCKETVAR_H
7658      # include <sys/socketvar.h>
7659      #endif
7660      #ifdef HAVE_NETINET_IN_H
7661      # include <netinet/in.h>
7662      #endif
7663      #ifdef HAVE_NETINET_IP_H
7664      # include <netinet/ip.h>
7665      #endif
7666
7667 #include <$ac_header>
7668 _ACEOF
7669 rm -f conftest.$ac_objext
7670 if { (ac_try="$ac_compile"
7671 case "(($ac_try" in
7672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7673   *) ac_try_echo=$ac_try;;
7674 esac
7675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7676   (eval "$ac_compile") 2>conftest.er1
7677   ac_status=$?
7678   grep -v '^ *+' conftest.er1 >conftest.err
7679   rm -f conftest.er1
7680   cat conftest.err >&5
7681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682   (exit $ac_status); } && {
7683          test -z "$ac_c_werror_flag" ||
7684          test ! -s conftest.err
7685        } && test -s conftest.$ac_objext; then
7686   eval "$as_ac_Header=yes"
7687 else
7688   echo "$as_me: failed program was:" >&5
7689 sed 's/^/| /' conftest.$ac_ext >&5
7690
7691         eval "$as_ac_Header=no"
7692 fi
7693
7694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7695 fi
7696 ac_res=`eval echo '${'$as_ac_Header'}'`
7697                { echo "$as_me:$LINENO: result: $ac_res" >&5
7698 echo "${ECHO_T}$ac_res" >&6; }
7699 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7700   cat >>confdefs.h <<_ACEOF
7701 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7702 _ACEOF
7703
7704 fi
7705
7706 done
7707
7708
7709
7710
7711
7712
7713 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7714 do
7715 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7716 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7719   echo $ECHO_N "(cached) $ECHO_C" >&6
7720 else
7721   cat >conftest.$ac_ext <<_ACEOF
7722 /* confdefs.h.  */
7723 _ACEOF
7724 cat confdefs.h >>conftest.$ac_ext
7725 cat >>conftest.$ac_ext <<_ACEOF
7726 /* end confdefs.h.  */
7727 #include <sys/types.h>
7728      #ifdef HAVE_ALIAS_H
7729      # include <alias.h>
7730      #endif
7731      #ifdef HAVE_SYS_SOCKET_H
7732      # include <sys/socket.h>
7733      #endif
7734      #ifdef HAVE_SYS_SOCKETVAR_H
7735      # include <sys/socketvar.h>
7736      #endif
7737      #ifdef HAVE_NETINET_IN_H
7738      # include <netinet/in.h>
7739      #endif
7740      #ifdef HAVE_NETINET_IP_H
7741      # include <netinet/ip.h>
7742      #endif
7743      #ifdef HAVE_NETINET_IP_VAR_H
7744      # include <netinet/ip_var.h>
7745      #endif
7746      #ifdef HAVE_NETINET_IP_ICMP_H
7747      # include <netinet/ip_icmp.h>
7748      #endif
7749      #ifdef HAVE_NETINET_UDP_H
7750      # include <netinet/udp.h>
7751      #endif
7752      #ifdef HAVE_NETINET_TCP_H
7753      # include <netinet/tcp.h>
7754      #endif
7755
7756 #include <$ac_header>
7757 _ACEOF
7758 rm -f conftest.$ac_objext
7759 if { (ac_try="$ac_compile"
7760 case "(($ac_try" in
7761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7762   *) ac_try_echo=$ac_try;;
7763 esac
7764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7765   (eval "$ac_compile") 2>conftest.er1
7766   ac_status=$?
7767   grep -v '^ *+' conftest.er1 >conftest.err
7768   rm -f conftest.er1
7769   cat conftest.err >&5
7770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771   (exit $ac_status); } && {
7772          test -z "$ac_c_werror_flag" ||
7773          test ! -s conftest.err
7774        } && test -s conftest.$ac_objext; then
7775   eval "$as_ac_Header=yes"
7776 else
7777   echo "$as_me: failed program was:" >&5
7778 sed 's/^/| /' conftest.$ac_ext >&5
7779
7780         eval "$as_ac_Header=no"
7781 fi
7782
7783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7784 fi
7785 ac_res=`eval echo '${'$as_ac_Header'}'`
7786                { echo "$as_me:$LINENO: result: $ac_res" >&5
7787 echo "${ECHO_T}$ac_res" >&6; }
7788 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7789   cat >>confdefs.h <<_ACEOF
7790 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7791 _ACEOF
7792
7793 fi
7794
7795 done
7796
7797
7798
7799 for ac_header in linux/ipx.h
7800 do
7801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7805   echo $ECHO_N "(cached) $ECHO_C" >&6
7806 else
7807   cat >conftest.$ac_ext <<_ACEOF
7808 /* confdefs.h.  */
7809 _ACEOF
7810 cat confdefs.h >>conftest.$ac_ext
7811 cat >>conftest.$ac_ext <<_ACEOF
7812 /* end confdefs.h.  */
7813 #include <sys/types.h>
7814      #ifdef HAVE_ASM_TYPES_H
7815      # include <asm/types.h>
7816      #endif
7817      #ifdef HAVE_SYS_SOCKET_H
7818      # include <sys/socket.h>
7819      #endif
7820
7821 #include <$ac_header>
7822 _ACEOF
7823 rm -f conftest.$ac_objext
7824 if { (ac_try="$ac_compile"
7825 case "(($ac_try" in
7826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7827   *) ac_try_echo=$ac_try;;
7828 esac
7829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7830   (eval "$ac_compile") 2>conftest.er1
7831   ac_status=$?
7832   grep -v '^ *+' conftest.er1 >conftest.err
7833   rm -f conftest.er1
7834   cat conftest.err >&5
7835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836   (exit $ac_status); } && {
7837          test -z "$ac_c_werror_flag" ||
7838          test ! -s conftest.err
7839        } && test -s conftest.$ac_objext; then
7840   eval "$as_ac_Header=yes"
7841 else
7842   echo "$as_me: failed program was:" >&5
7843 sed 's/^/| /' conftest.$ac_ext >&5
7844
7845         eval "$as_ac_Header=no"
7846 fi
7847
7848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7849 fi
7850 ac_res=`eval echo '${'$as_ac_Header'}'`
7851                { echo "$as_me:$LINENO: result: $ac_res" >&5
7852 echo "${ECHO_T}$ac_res" >&6; }
7853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7854   cat >>confdefs.h <<_ACEOF
7855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7856 _ACEOF
7857
7858 fi
7859
7860 done
7861
7862
7863
7864 for ac_header in resolv.h
7865 do
7866 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7870   echo $ECHO_N "(cached) $ECHO_C" >&6
7871 else
7872   cat >conftest.$ac_ext <<_ACEOF
7873 /* confdefs.h.  */
7874 _ACEOF
7875 cat confdefs.h >>conftest.$ac_ext
7876 cat >>conftest.$ac_ext <<_ACEOF
7877 /* end confdefs.h.  */
7878 #include <sys/types.h>
7879      #ifdef HAVE_SYS_SOCKET_H
7880      # include <sys/socket.h>
7881      #endif
7882      #ifdef HAVE_NETINET_IN_H
7883      # include <netinet/in.h>
7884      #endif
7885      #ifdef HAVE_ARPA_NAMESER_H
7886      # include <arpa/nameser.h>
7887      #endif
7888
7889 #include <$ac_header>
7890 _ACEOF
7891 rm -f conftest.$ac_objext
7892 if { (ac_try="$ac_compile"
7893 case "(($ac_try" in
7894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7895   *) ac_try_echo=$ac_try;;
7896 esac
7897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7898   (eval "$ac_compile") 2>conftest.er1
7899   ac_status=$?
7900   grep -v '^ *+' conftest.er1 >conftest.err
7901   rm -f conftest.er1
7902   cat conftest.err >&5
7903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7904   (exit $ac_status); } && {
7905          test -z "$ac_c_werror_flag" ||
7906          test ! -s conftest.err
7907        } && test -s conftest.$ac_objext; then
7908   eval "$as_ac_Header=yes"
7909 else
7910   echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7912
7913         eval "$as_ac_Header=no"
7914 fi
7915
7916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7917 fi
7918 ac_res=`eval echo '${'$as_ac_Header'}'`
7919                { echo "$as_me:$LINENO: result: $ac_res" >&5
7920 echo "${ECHO_T}$ac_res" >&6; }
7921 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7922   cat >>confdefs.h <<_ACEOF
7923 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7924 _ACEOF
7925
7926 fi
7927
7928 done
7929
7930
7931
7932 for ac_header in ucontext.h
7933 do
7934 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7935 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7936 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7938   echo $ECHO_N "(cached) $ECHO_C" >&6
7939 else
7940   cat >conftest.$ac_ext <<_ACEOF
7941 /* confdefs.h.  */
7942 _ACEOF
7943 cat confdefs.h >>conftest.$ac_ext
7944 cat >>conftest.$ac_ext <<_ACEOF
7945 /* end confdefs.h.  */
7946 #include <signal.h>
7947
7948 #include <$ac_header>
7949 _ACEOF
7950 rm -f conftest.$ac_objext
7951 if { (ac_try="$ac_compile"
7952 case "(($ac_try" in
7953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7954   *) ac_try_echo=$ac_try;;
7955 esac
7956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7957   (eval "$ac_compile") 2>conftest.er1
7958   ac_status=$?
7959   grep -v '^ *+' conftest.er1 >conftest.err
7960   rm -f conftest.er1
7961   cat conftest.err >&5
7962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7963   (exit $ac_status); } && {
7964          test -z "$ac_c_werror_flag" ||
7965          test ! -s conftest.err
7966        } && test -s conftest.$ac_objext; then
7967   eval "$as_ac_Header=yes"
7968 else
7969   echo "$as_me: failed program was:" >&5
7970 sed 's/^/| /' conftest.$ac_ext >&5
7971
7972         eval "$as_ac_Header=no"
7973 fi
7974
7975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7976 fi
7977 ac_res=`eval echo '${'$as_ac_Header'}'`
7978                { echo "$as_me:$LINENO: result: $ac_res" >&5
7979 echo "${ECHO_T}$ac_res" >&6; }
7980 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7981   cat >>confdefs.h <<_ACEOF
7982 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7983 _ACEOF
7984
7985 fi
7986
7987 done
7988
7989
7990
7991 for ac_header in sys/thr.h
7992 do
7993 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7997   echo $ECHO_N "(cached) $ECHO_C" >&6
7998 else
7999   cat >conftest.$ac_ext <<_ACEOF
8000 /* confdefs.h.  */
8001 _ACEOF
8002 cat confdefs.h >>conftest.$ac_ext
8003 cat >>conftest.$ac_ext <<_ACEOF
8004 /* end confdefs.h.  */
8005 #include <sys/types.h>
8006 #ifdef HAVE_UCONTEXT_H
8007 #include <ucontext.h>
8008 #endif
8009
8010 #include <$ac_header>
8011 _ACEOF
8012 rm -f conftest.$ac_objext
8013 if { (ac_try="$ac_compile"
8014 case "(($ac_try" in
8015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8016   *) ac_try_echo=$ac_try;;
8017 esac
8018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8019   (eval "$ac_compile") 2>conftest.er1
8020   ac_status=$?
8021   grep -v '^ *+' conftest.er1 >conftest.err
8022   rm -f conftest.er1
8023   cat conftest.err >&5
8024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8025   (exit $ac_status); } && {
8026          test -z "$ac_c_werror_flag" ||
8027          test ! -s conftest.err
8028        } && test -s conftest.$ac_objext; then
8029   eval "$as_ac_Header=yes"
8030 else
8031   echo "$as_me: failed program was:" >&5
8032 sed 's/^/| /' conftest.$ac_ext >&5
8033
8034         eval "$as_ac_Header=no"
8035 fi
8036
8037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8038 fi
8039 ac_res=`eval echo '${'$as_ac_Header'}'`
8040                { echo "$as_me:$LINENO: result: $ac_res" >&5
8041 echo "${ECHO_T}$ac_res" >&6; }
8042 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8043   cat >>confdefs.h <<_ACEOF
8044 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8045 _ACEOF
8046
8047 fi
8048
8049 done
8050
8051
8052
8053 for ac_header in pthread_np.h
8054 do
8055 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8056 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8057 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8059   echo $ECHO_N "(cached) $ECHO_C" >&6
8060 else
8061   cat >conftest.$ac_ext <<_ACEOF
8062 /* confdefs.h.  */
8063 _ACEOF
8064 cat confdefs.h >>conftest.$ac_ext
8065 cat >>conftest.$ac_ext <<_ACEOF
8066 /* end confdefs.h.  */
8067 #ifdef HAVE_PTHREAD_H
8068 #include <pthread.h>
8069 #endif
8070
8071 #include <$ac_header>
8072 _ACEOF
8073 rm -f conftest.$ac_objext
8074 if { (ac_try="$ac_compile"
8075 case "(($ac_try" in
8076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8077   *) ac_try_echo=$ac_try;;
8078 esac
8079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8080   (eval "$ac_compile") 2>conftest.er1
8081   ac_status=$?
8082   grep -v '^ *+' conftest.er1 >conftest.err
8083   rm -f conftest.er1
8084   cat conftest.err >&5
8085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8086   (exit $ac_status); } && {
8087          test -z "$ac_c_werror_flag" ||
8088          test ! -s conftest.err
8089        } && test -s conftest.$ac_objext; then
8090   eval "$as_ac_Header=yes"
8091 else
8092   echo "$as_me: failed program was:" >&5
8093 sed 's/^/| /' conftest.$ac_ext >&5
8094
8095         eval "$as_ac_Header=no"
8096 fi
8097
8098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8099 fi
8100 ac_res=`eval echo '${'$as_ac_Header'}'`
8101                { echo "$as_me:$LINENO: result: $ac_res" >&5
8102 echo "${ECHO_T}$ac_res" >&6; }
8103 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8104   cat >>confdefs.h <<_ACEOF
8105 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8106 _ACEOF
8107
8108 fi
8109
8110 done
8111
8112
8113
8114 for ac_header in linux/videodev.h
8115 do
8116 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8120   echo $ECHO_N "(cached) $ECHO_C" >&6
8121 else
8122   cat >conftest.$ac_ext <<_ACEOF
8123 /* confdefs.h.  */
8124 _ACEOF
8125 cat confdefs.h >>conftest.$ac_ext
8126 cat >>conftest.$ac_ext <<_ACEOF
8127 /* end confdefs.h.  */
8128 #ifdef HAVE_SYS_TIME_H
8129 #include <sys/time.h>
8130 #endif
8131 #include <sys/types.h>
8132 #ifdef HAVE_ASM_TYPES_H
8133 #include <asm/types.h>
8134 #endif
8135
8136 #include <$ac_header>
8137 _ACEOF
8138 rm -f conftest.$ac_objext
8139 if { (ac_try="$ac_compile"
8140 case "(($ac_try" in
8141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8142   *) ac_try_echo=$ac_try;;
8143 esac
8144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8145   (eval "$ac_compile") 2>conftest.er1
8146   ac_status=$?
8147   grep -v '^ *+' conftest.er1 >conftest.err
8148   rm -f conftest.er1
8149   cat conftest.err >&5
8150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8151   (exit $ac_status); } && {
8152          test -z "$ac_c_werror_flag" ||
8153          test ! -s conftest.err
8154        } && test -s conftest.$ac_objext; then
8155   eval "$as_ac_Header=yes"
8156 else
8157   echo "$as_me: failed program was:" >&5
8158 sed 's/^/| /' conftest.$ac_ext >&5
8159
8160         eval "$as_ac_Header=no"
8161 fi
8162
8163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8164 fi
8165 ac_res=`eval echo '${'$as_ac_Header'}'`
8166                { echo "$as_me:$LINENO: result: $ac_res" >&5
8167 echo "${ECHO_T}$ac_res" >&6; }
8168 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8169   cat >>confdefs.h <<_ACEOF
8170 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8171 _ACEOF
8172
8173 fi
8174
8175 done
8176
8177
8178
8179 for ac_header in linux/capi.h
8180 do
8181 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8182 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8183 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8184 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8185   echo $ECHO_N "(cached) $ECHO_C" >&6
8186 else
8187   cat >conftest.$ac_ext <<_ACEOF
8188 /* confdefs.h.  */
8189 _ACEOF
8190 cat confdefs.h >>conftest.$ac_ext
8191 cat >>conftest.$ac_ext <<_ACEOF
8192 /* end confdefs.h.  */
8193 #define __user
8194
8195 #include <$ac_header>
8196 _ACEOF
8197 rm -f conftest.$ac_objext
8198 if { (ac_try="$ac_compile"
8199 case "(($ac_try" in
8200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8201   *) ac_try_echo=$ac_try;;
8202 esac
8203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8204   (eval "$ac_compile") 2>conftest.er1
8205   ac_status=$?
8206   grep -v '^ *+' conftest.er1 >conftest.err
8207   rm -f conftest.er1
8208   cat conftest.err >&5
8209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8210   (exit $ac_status); } && {
8211          test -z "$ac_c_werror_flag" ||
8212          test ! -s conftest.err
8213        } && test -s conftest.$ac_objext; then
8214   eval "$as_ac_Header=yes"
8215 else
8216   echo "$as_me: failed program was:" >&5
8217 sed 's/^/| /' conftest.$ac_ext >&5
8218
8219         eval "$as_ac_Header=no"
8220 fi
8221
8222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8223 fi
8224 ac_res=`eval echo '${'$as_ac_Header'}'`
8225                { echo "$as_me:$LINENO: result: $ac_res" >&5
8226 echo "${ECHO_T}$ac_res" >&6; }
8227 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8228   cat >>confdefs.h <<_ACEOF
8229 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8230 _ACEOF
8231
8232 fi
8233
8234 done
8235
8236
8237
8238 DLLEXT=""
8239
8240 DLLFLAGS="-D_REENTRANT"
8241
8242 LDSHARED=""
8243
8244 LDDLLFLAGS=""
8245
8246 LIBEXT="so"
8247
8248 IMPLIBEXT="def"
8249
8250 LDRPATH_INSTALL=""
8251
8252 LDRPATH_LOCAL=""
8253
8254 # Extract the first word of "ldd", so it can be a program name with args.
8255 set dummy ldd; ac_word=$2
8256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8258 if test "${ac_cv_path_LDD+set}" = set; then
8259   echo $ECHO_N "(cached) $ECHO_C" >&6
8260 else
8261   case $LDD in
8262   [\\/]* | ?:[\\/]*)
8263   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8264   ;;
8265   *)
8266   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267 as_dummy="/sbin:/usr/sbin:$PATH"
8268 for as_dir in $as_dummy
8269 do
8270   IFS=$as_save_IFS
8271   test -z "$as_dir" && as_dir=.
8272   for ac_exec_ext in '' $ac_executable_extensions; do
8273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8274     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8276     break 2
8277   fi
8278 done
8279 done
8280 IFS=$as_save_IFS
8281
8282   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8283   ;;
8284 esac
8285 fi
8286 LDD=$ac_cv_path_LDD
8287 if test -n "$LDD"; then
8288   { echo "$as_me:$LINENO: result: $LDD" >&5
8289 echo "${ECHO_T}$LDD" >&6; }
8290 else
8291   { echo "$as_me:$LINENO: result: no" >&5
8292 echo "${ECHO_T}no" >&6; }
8293 fi
8294
8295
8296
8297 case $host_os in
8298   cygwin*|mingw32*)
8299     if test -n "$ac_tool_prefix"; then
8300   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8301 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8304 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8305   echo $ECHO_N "(cached) $ECHO_C" >&6
8306 else
8307   if test -n "$DLLTOOL"; then
8308   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8309 else
8310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8311 for as_dir in $PATH
8312 do
8313   IFS=$as_save_IFS
8314   test -z "$as_dir" && as_dir=.
8315   for ac_exec_ext in '' $ac_executable_extensions; do
8316   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8317     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8318     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8319     break 2
8320   fi
8321 done
8322 done
8323 IFS=$as_save_IFS
8324
8325 fi
8326 fi
8327 DLLTOOL=$ac_cv_prog_DLLTOOL
8328 if test -n "$DLLTOOL"; then
8329   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8330 echo "${ECHO_T}$DLLTOOL" >&6; }
8331 else
8332   { echo "$as_me:$LINENO: result: no" >&5
8333 echo "${ECHO_T}no" >&6; }
8334 fi
8335
8336
8337 fi
8338 if test -z "$ac_cv_prog_DLLTOOL"; then
8339   ac_ct_DLLTOOL=$DLLTOOL
8340   # Extract the first word of "dlltool", so it can be a program name with args.
8341 set dummy dlltool; ac_word=$2
8342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8344 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8345   echo $ECHO_N "(cached) $ECHO_C" >&6
8346 else
8347   if test -n "$ac_ct_DLLTOOL"; then
8348   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8349 else
8350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8351 for as_dir in $PATH
8352 do
8353   IFS=$as_save_IFS
8354   test -z "$as_dir" && as_dir=.
8355   for ac_exec_ext in '' $ac_executable_extensions; do
8356   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8357     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8358     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8359     break 2
8360   fi
8361 done
8362 done
8363 IFS=$as_save_IFS
8364
8365 fi
8366 fi
8367 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8368 if test -n "$ac_ct_DLLTOOL"; then
8369   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8370 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8371 else
8372   { echo "$as_me:$LINENO: result: no" >&5
8373 echo "${ECHO_T}no" >&6; }
8374 fi
8375
8376   if test "x$ac_ct_DLLTOOL" = x; then
8377     DLLTOOL="false"
8378   else
8379     case $cross_compiling:$ac_tool_warned in
8380 yes:)
8381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8382 whose name does not start with the host triplet.  If you think this
8383 configuration is useful to you, please write to autoconf@gnu.org." >&5
8384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8385 whose name does not start with the host triplet.  If you think this
8386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8387 ac_tool_warned=yes ;;
8388 esac
8389     DLLTOOL=$ac_ct_DLLTOOL
8390   fi
8391 else
8392   DLLTOOL="$ac_cv_prog_DLLTOOL"
8393 fi
8394
8395     if test -n "$ac_tool_prefix"; then
8396   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8397 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8398 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8400 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8401   echo $ECHO_N "(cached) $ECHO_C" >&6
8402 else
8403   if test -n "$DLLWRAP"; then
8404   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8405 else
8406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8407 for as_dir in $PATH
8408 do
8409   IFS=$as_save_IFS
8410   test -z "$as_dir" && as_dir=.
8411   for ac_exec_ext in '' $ac_executable_extensions; do
8412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8413     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8414     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8415     break 2
8416   fi
8417 done
8418 done
8419 IFS=$as_save_IFS
8420
8421 fi
8422 fi
8423 DLLWRAP=$ac_cv_prog_DLLWRAP
8424 if test -n "$DLLWRAP"; then
8425   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8426 echo "${ECHO_T}$DLLWRAP" >&6; }
8427 else
8428   { echo "$as_me:$LINENO: result: no" >&5
8429 echo "${ECHO_T}no" >&6; }
8430 fi
8431
8432
8433 fi
8434 if test -z "$ac_cv_prog_DLLWRAP"; then
8435   ac_ct_DLLWRAP=$DLLWRAP
8436   # Extract the first word of "dllwrap", so it can be a program name with args.
8437 set dummy dllwrap; ac_word=$2
8438 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8440 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8441   echo $ECHO_N "(cached) $ECHO_C" >&6
8442 else
8443   if test -n "$ac_ct_DLLWRAP"; then
8444   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8445 else
8446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8447 for as_dir in $PATH
8448 do
8449   IFS=$as_save_IFS
8450   test -z "$as_dir" && as_dir=.
8451   for ac_exec_ext in '' $ac_executable_extensions; do
8452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8453     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8454     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8455     break 2
8456   fi
8457 done
8458 done
8459 IFS=$as_save_IFS
8460
8461 fi
8462 fi
8463 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8464 if test -n "$ac_ct_DLLWRAP"; then
8465   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8466 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8467 else
8468   { echo "$as_me:$LINENO: result: no" >&5
8469 echo "${ECHO_T}no" >&6; }
8470 fi
8471
8472   if test "x$ac_ct_DLLWRAP" = x; then
8473     DLLWRAP="false"
8474   else
8475     case $cross_compiling:$ac_tool_warned in
8476 yes:)
8477 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8478 whose name does not start with the host triplet.  If you think this
8479 configuration is useful to you, please write to autoconf@gnu.org." >&5
8480 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8481 whose name does not start with the host triplet.  If you think this
8482 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8483 ac_tool_warned=yes ;;
8484 esac
8485     DLLWRAP=$ac_ct_DLLWRAP
8486   fi
8487 else
8488   DLLWRAP="$ac_cv_prog_DLLWRAP"
8489 fi
8490
8491     if test -n "$ac_tool_prefix"; then
8492   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8493 set dummy ${ac_tool_prefix}ar; ac_word=$2
8494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8496 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8497   echo $ECHO_N "(cached) $ECHO_C" >&6
8498 else
8499   if test -n "$MINGWAR"; then
8500   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8501 else
8502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8503 for as_dir in $PATH
8504 do
8505   IFS=$as_save_IFS
8506   test -z "$as_dir" && as_dir=.
8507   for ac_exec_ext in '' $ac_executable_extensions; do
8508   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8509     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8510     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8511     break 2
8512   fi
8513 done
8514 done
8515 IFS=$as_save_IFS
8516
8517 fi
8518 fi
8519 MINGWAR=$ac_cv_prog_MINGWAR
8520 if test -n "$MINGWAR"; then
8521   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8522 echo "${ECHO_T}$MINGWAR" >&6; }
8523 else
8524   { echo "$as_me:$LINENO: result: no" >&5
8525 echo "${ECHO_T}no" >&6; }
8526 fi
8527
8528
8529 fi
8530 if test -z "$ac_cv_prog_MINGWAR"; then
8531   ac_ct_MINGWAR=$MINGWAR
8532   # Extract the first word of "ar", so it can be a program name with args.
8533 set dummy ar; ac_word=$2
8534 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8535 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8536 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8537   echo $ECHO_N "(cached) $ECHO_C" >&6
8538 else
8539   if test -n "$ac_ct_MINGWAR"; then
8540   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8541 else
8542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8543 for as_dir in $PATH
8544 do
8545   IFS=$as_save_IFS
8546   test -z "$as_dir" && as_dir=.
8547   for ac_exec_ext in '' $ac_executable_extensions; do
8548   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8549     ac_cv_prog_ac_ct_MINGWAR="ar"
8550     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8551     break 2
8552   fi
8553 done
8554 done
8555 IFS=$as_save_IFS
8556
8557 fi
8558 fi
8559 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8560 if test -n "$ac_ct_MINGWAR"; then
8561   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8562 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8563 else
8564   { echo "$as_me:$LINENO: result: no" >&5
8565 echo "${ECHO_T}no" >&6; }
8566 fi
8567
8568   if test "x$ac_ct_MINGWAR" = x; then
8569     MINGWAR="false"
8570   else
8571     case $cross_compiling:$ac_tool_warned in
8572 yes:)
8573 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8574 whose name does not start with the host triplet.  If you think this
8575 configuration is useful to you, please write to autoconf@gnu.org." >&5
8576 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8577 whose name does not start with the host triplet.  If you think this
8578 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8579 ac_tool_warned=yes ;;
8580 esac
8581     MINGWAR=$ac_ct_MINGWAR
8582   fi
8583 else
8584   MINGWAR="$ac_cv_prog_MINGWAR"
8585 fi
8586
8587     if test "$DLLWRAP" = "false"; then
8588       LIBEXT="a"
8589     else
8590             LIBEXT="dll"
8591     fi
8592     IMPLIBEXT="a"
8593         WIN16_FILES=""
8594     WIN16_INSTALL=""
8595         enable_iphlpapi=${enable_iphlpapi:-no}
8596     enable_kernel32=${enable_kernel32:-no}
8597     enable_msvcrt=${enable_msvcrt:-no}
8598     enable_ntdll=${enable_ntdll:-no}
8599     enable_ws2_32=${enable_ws2_32:-no}
8600     enable_loader=${enable_loader:-no}
8601     enable_server=${enable_server:-no}
8602     ;;
8603   darwin*|macosx*)
8604     DLLEXT=".so"
8605     LIBEXT="dylib"
8606     DLLFLAGS="$DLLFLAGS -fPIC"
8607     LDDLLFLAGS="-bundle -multiply_defined suppress"
8608     LIBWINE_LDFLAGS="-multiply_defined suppress"
8609     LDSHARED="\$(CC) -dynamiclib"
8610     STRIP="$STRIP -x"
8611     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8612         SECURITYLIB="-framework Security -framework CoreFoundation"
8613
8614     COREFOUNDATIONLIB="-framework CoreFoundation"
8615
8616     IOKITLIB="-framework IOKit -framework CoreFoundation"
8617
8618     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8619
8620     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8621     then
8622                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8623
8624     fi
8625     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8626     then
8627                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8628
8629     fi
8630     case $host_cpu in
8631       *powerpc*)
8632         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8633     esac
8634         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8635     then
8636         CARBONLIB="-framework Carbon"
8637
8638         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8639     fi
8640     ;;
8641   *)
8642     DLLFLAGS="$DLLFLAGS -fPIC"
8643     DLLEXT=".so"
8644     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8645 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8646 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8647   echo $ECHO_N "(cached) $ECHO_C" >&6
8648 else
8649   ac_wine_try_cflags_saved=$CFLAGS
8650 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8651 cat >conftest.$ac_ext <<_ACEOF
8652 void myfunc() {}
8653 _ACEOF
8654 rm -f conftest.$ac_objext conftest$ac_exeext
8655 if { (ac_try="$ac_link"
8656 case "(($ac_try" in
8657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8658   *) ac_try_echo=$ac_try;;
8659 esac
8660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8661   (eval "$ac_link") 2>conftest.er1
8662   ac_status=$?
8663   grep -v '^ *+' conftest.er1 >conftest.err
8664   rm -f conftest.er1
8665   cat conftest.err >&5
8666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667   (exit $ac_status); } && {
8668          test -z "$ac_c_werror_flag" ||
8669          test ! -s conftest.err
8670        } && test -s conftest$ac_exeext &&
8671        $as_test_x conftest$ac_exeext; then
8672   ac_cv_c_dll_gnuelf="yes"
8673 else
8674   echo "$as_me: failed program was:" >&5
8675 sed 's/^/| /' conftest.$ac_ext >&5
8676
8677         ac_cv_c_dll_gnuelf="no"
8678 fi
8679
8680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8681       conftest$ac_exeext conftest.$ac_ext
8682 CFLAGS=$ac_wine_try_cflags_saved
8683 fi
8684 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8685 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8686     if test "$ac_cv_c_dll_gnuelf" = "yes"
8687     then
8688       LDSHARED="\$(CC) -shared"
8689       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8690       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8691 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8692 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8693   echo $ECHO_N "(cached) $ECHO_C" >&6
8694 else
8695   ac_wine_try_cflags_saved=$CFLAGS
8696 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8697 cat >conftest.$ac_ext <<_ACEOF
8698 /* confdefs.h.  */
8699 _ACEOF
8700 cat confdefs.h >>conftest.$ac_ext
8701 cat >>conftest.$ac_ext <<_ACEOF
8702 /* end confdefs.h.  */
8703
8704 int
8705 main ()
8706 {
8707
8708   ;
8709   return 0;
8710 }
8711 _ACEOF
8712 rm -f conftest.$ac_objext conftest$ac_exeext
8713 if { (ac_try="$ac_link"
8714 case "(($ac_try" in
8715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8716   *) ac_try_echo=$ac_try;;
8717 esac
8718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8719   (eval "$ac_link") 2>conftest.er1
8720   ac_status=$?
8721   grep -v '^ *+' conftest.er1 >conftest.err
8722   rm -f conftest.er1
8723   cat conftest.err >&5
8724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725   (exit $ac_status); } && {
8726          test -z "$ac_c_werror_flag" ||
8727          test ! -s conftest.err
8728        } && test -s conftest$ac_exeext &&
8729        $as_test_x conftest$ac_exeext; then
8730   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8731 else
8732   echo "$as_me: failed program was:" >&5
8733 sed 's/^/| /' conftest.$ac_ext >&5
8734
8735         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8736 fi
8737
8738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8739       conftest$ac_exeext conftest.$ac_ext
8740 CFLAGS=$ac_wine_try_cflags_saved
8741 fi
8742 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8743 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8744 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8745   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8746 else
8747   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8748 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8749 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8750   echo $ECHO_N "(cached) $ECHO_C" >&6
8751 else
8752   ac_wine_try_cflags_saved=$CFLAGS
8753 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8754 cat >conftest.$ac_ext <<_ACEOF
8755 /* confdefs.h.  */
8756 _ACEOF
8757 cat confdefs.h >>conftest.$ac_ext
8758 cat >>conftest.$ac_ext <<_ACEOF
8759 /* end confdefs.h.  */
8760
8761 int
8762 main ()
8763 {
8764
8765   ;
8766   return 0;
8767 }
8768 _ACEOF
8769 rm -f conftest.$ac_objext conftest$ac_exeext
8770 if { (ac_try="$ac_link"
8771 case "(($ac_try" in
8772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8773   *) ac_try_echo=$ac_try;;
8774 esac
8775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8776   (eval "$ac_link") 2>conftest.er1
8777   ac_status=$?
8778   grep -v '^ *+' conftest.er1 >conftest.err
8779   rm -f conftest.er1
8780   cat conftest.err >&5
8781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782   (exit $ac_status); } && {
8783          test -z "$ac_c_werror_flag" ||
8784          test ! -s conftest.err
8785        } && test -s conftest$ac_exeext &&
8786        $as_test_x conftest$ac_exeext; then
8787   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8788 else
8789   echo "$as_me: failed program was:" >&5
8790 sed 's/^/| /' conftest.$ac_ext >&5
8791
8792         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8793 fi
8794
8795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8796       conftest$ac_exeext conftest.$ac_ext
8797 CFLAGS=$ac_wine_try_cflags_saved
8798 fi
8799 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8800 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8801 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8802   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8803 fi
8804
8805 fi
8806
8807
8808       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8809 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8810 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8811   echo $ECHO_N "(cached) $ECHO_C" >&6
8812 else
8813   ac_wine_try_cflags_saved=$CFLAGS
8814 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8815 cat >conftest.$ac_ext <<_ACEOF
8816 /* confdefs.h.  */
8817 _ACEOF
8818 cat confdefs.h >>conftest.$ac_ext
8819 cat >>conftest.$ac_ext <<_ACEOF
8820 /* end confdefs.h.  */
8821
8822 int
8823 main ()
8824 {
8825
8826   ;
8827   return 0;
8828 }
8829 _ACEOF
8830 rm -f conftest.$ac_objext conftest$ac_exeext
8831 if { (ac_try="$ac_link"
8832 case "(($ac_try" in
8833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8834   *) ac_try_echo=$ac_try;;
8835 esac
8836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8837   (eval "$ac_link") 2>conftest.er1
8838   ac_status=$?
8839   grep -v '^ *+' conftest.er1 >conftest.err
8840   rm -f conftest.er1
8841   cat conftest.err >&5
8842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8843   (exit $ac_status); } && {
8844          test -z "$ac_c_werror_flag" ||
8845          test ! -s conftest.err
8846        } && test -s conftest$ac_exeext &&
8847        $as_test_x conftest$ac_exeext; then
8848   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8849 else
8850   echo "$as_me: failed program was:" >&5
8851 sed 's/^/| /' conftest.$ac_ext >&5
8852
8853         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8854 fi
8855
8856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8857       conftest$ac_exeext conftest.$ac_ext
8858 CFLAGS=$ac_wine_try_cflags_saved
8859 fi
8860 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8861 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8862 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8863   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8864 fi
8865
8866
8867       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8868 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8869 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8870   echo $ECHO_N "(cached) $ECHO_C" >&6
8871 else
8872   ac_wine_try_cflags_saved=$CFLAGS
8873 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8874 cat >conftest.$ac_ext <<_ACEOF
8875 /* confdefs.h.  */
8876 _ACEOF
8877 cat confdefs.h >>conftest.$ac_ext
8878 cat >>conftest.$ac_ext <<_ACEOF
8879 /* end confdefs.h.  */
8880
8881 int
8882 main ()
8883 {
8884
8885   ;
8886   return 0;
8887 }
8888 _ACEOF
8889 rm -f conftest.$ac_objext conftest$ac_exeext
8890 if { (ac_try="$ac_link"
8891 case "(($ac_try" in
8892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8893   *) ac_try_echo=$ac_try;;
8894 esac
8895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8896   (eval "$ac_link") 2>conftest.er1
8897   ac_status=$?
8898   grep -v '^ *+' conftest.er1 >conftest.err
8899   rm -f conftest.er1
8900   cat conftest.err >&5
8901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8902   (exit $ac_status); } && {
8903          test -z "$ac_c_werror_flag" ||
8904          test ! -s conftest.err
8905        } && test -s conftest$ac_exeext &&
8906        $as_test_x conftest$ac_exeext; then
8907   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8908 else
8909   echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.$ac_ext >&5
8911
8912         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8913 fi
8914
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916       conftest$ac_exeext conftest.$ac_ext
8917 CFLAGS=$ac_wine_try_cflags_saved
8918 fi
8919 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8920 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8921 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8922   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8923 fi
8924
8925
8926       echo '{ global: *; };' >conftest.map
8927       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8928 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8929 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8930   echo $ECHO_N "(cached) $ECHO_C" >&6
8931 else
8932   ac_wine_try_cflags_saved=$CFLAGS
8933 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8934 cat >conftest.$ac_ext <<_ACEOF
8935 /* confdefs.h.  */
8936 _ACEOF
8937 cat confdefs.h >>conftest.$ac_ext
8938 cat >>conftest.$ac_ext <<_ACEOF
8939 /* end confdefs.h.  */
8940
8941 int
8942 main ()
8943 {
8944
8945   ;
8946   return 0;
8947 }
8948 _ACEOF
8949 rm -f conftest.$ac_objext conftest$ac_exeext
8950 if { (ac_try="$ac_link"
8951 case "(($ac_try" in
8952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8953   *) ac_try_echo=$ac_try;;
8954 esac
8955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8956   (eval "$ac_link") 2>conftest.er1
8957   ac_status=$?
8958   grep -v '^ *+' conftest.er1 >conftest.err
8959   rm -f conftest.er1
8960   cat conftest.err >&5
8961   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962   (exit $ac_status); } && {
8963          test -z "$ac_c_werror_flag" ||
8964          test ! -s conftest.err
8965        } && test -s conftest$ac_exeext &&
8966        $as_test_x conftest$ac_exeext; then
8967   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8968 else
8969   echo "$as_me: failed program was:" >&5
8970 sed 's/^/| /' conftest.$ac_ext >&5
8971
8972         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8973 fi
8974
8975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8976       conftest$ac_exeext conftest.$ac_ext
8977 CFLAGS=$ac_wine_try_cflags_saved
8978 fi
8979 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8980 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8981 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8982   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8983 fi
8984
8985       rm -f conftest.map
8986
8987       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8988 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8989 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8990   echo $ECHO_N "(cached) $ECHO_C" >&6
8991 else
8992   ac_wine_try_cflags_saved=$CFLAGS
8993 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8994 cat >conftest.$ac_ext <<_ACEOF
8995 /* confdefs.h.  */
8996 _ACEOF
8997 cat confdefs.h >>conftest.$ac_ext
8998 cat >>conftest.$ac_ext <<_ACEOF
8999 /* end confdefs.h.  */
9000
9001 int
9002 main ()
9003 {
9004
9005   ;
9006   return 0;
9007 }
9008 _ACEOF
9009 rm -f conftest.$ac_objext conftest$ac_exeext
9010 if { (ac_try="$ac_link"
9011 case "(($ac_try" in
9012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9013   *) ac_try_echo=$ac_try;;
9014 esac
9015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9016   (eval "$ac_link") 2>conftest.er1
9017   ac_status=$?
9018   grep -v '^ *+' conftest.er1 >conftest.err
9019   rm -f conftest.er1
9020   cat conftest.err >&5
9021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022   (exit $ac_status); } && {
9023          test -z "$ac_c_werror_flag" ||
9024          test ! -s conftest.err
9025        } && test -s conftest$ac_exeext &&
9026        $as_test_x conftest$ac_exeext; then
9027   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9028 else
9029   echo "$as_me: failed program was:" >&5
9030 sed 's/^/| /' conftest.$ac_ext >&5
9031
9032         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9033 fi
9034
9035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9036       conftest$ac_exeext conftest.$ac_ext
9037 CFLAGS=$ac_wine_try_cflags_saved
9038 fi
9039 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9040 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9041 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9042   LDEXECFLAGS="-Wl,--export-dynamic"
9043
9044 fi
9045
9046
9047       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9048 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9049 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9050 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9051   echo $ECHO_N "(cached) $ECHO_C" >&6
9052 else
9053   ac_wine_try_cflags_saved=$CFLAGS
9054 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9055 cat >conftest.$ac_ext <<_ACEOF
9056 /* confdefs.h.  */
9057 _ACEOF
9058 cat confdefs.h >>conftest.$ac_ext
9059 cat >>conftest.$ac_ext <<_ACEOF
9060 /* end confdefs.h.  */
9061
9062 int
9063 main ()
9064 {
9065
9066   ;
9067   return 0;
9068 }
9069 _ACEOF
9070 rm -f conftest.$ac_objext conftest$ac_exeext
9071 if { (ac_try="$ac_link"
9072 case "(($ac_try" in
9073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9074   *) ac_try_echo=$ac_try;;
9075 esac
9076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9077   (eval "$ac_link") 2>conftest.er1
9078   ac_status=$?
9079   grep -v '^ *+' conftest.er1 >conftest.err
9080   rm -f conftest.er1
9081   cat conftest.err >&5
9082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083   (exit $ac_status); } && {
9084          test -z "$ac_c_werror_flag" ||
9085          test ! -s conftest.err
9086        } && test -s conftest$ac_exeext &&
9087        $as_test_x conftest$ac_exeext; then
9088   eval "$as_ac_var=yes"
9089 else
9090   echo "$as_me: failed program was:" >&5
9091 sed 's/^/| /' conftest.$ac_ext >&5
9092
9093         eval "$as_ac_var=no"
9094 fi
9095
9096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9097       conftest$ac_exeext conftest.$ac_ext
9098 CFLAGS=$ac_wine_try_cflags_saved
9099 fi
9100 ac_res=`eval echo '${'$as_ac_var'}'`
9101                { echo "$as_me:$LINENO: result: $ac_res" >&5
9102 echo "${ECHO_T}$ac_res" >&6; }
9103 if test `eval echo '${'$as_ac_var'}'` = yes; then
9104   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9105                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9106 else
9107   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9108 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9109 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9110 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9111   echo $ECHO_N "(cached) $ECHO_C" >&6
9112 else
9113   ac_wine_try_cflags_saved=$CFLAGS
9114 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9115 cat >conftest.$ac_ext <<_ACEOF
9116 /* confdefs.h.  */
9117 _ACEOF
9118 cat confdefs.h >>conftest.$ac_ext
9119 cat >>conftest.$ac_ext <<_ACEOF
9120 /* end confdefs.h.  */
9121
9122 int
9123 main ()
9124 {
9125
9126   ;
9127   return 0;
9128 }
9129 _ACEOF
9130 rm -f conftest.$ac_objext conftest$ac_exeext
9131 if { (ac_try="$ac_link"
9132 case "(($ac_try" in
9133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9134   *) ac_try_echo=$ac_try;;
9135 esac
9136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9137   (eval "$ac_link") 2>conftest.er1
9138   ac_status=$?
9139   grep -v '^ *+' conftest.er1 >conftest.err
9140   rm -f conftest.er1
9141   cat conftest.err >&5
9142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143   (exit $ac_status); } && {
9144          test -z "$ac_c_werror_flag" ||
9145          test ! -s conftest.err
9146        } && test -s conftest$ac_exeext &&
9147        $as_test_x conftest$ac_exeext; then
9148   eval "$as_ac_var=yes"
9149 else
9150   echo "$as_me: failed program was:" >&5
9151 sed 's/^/| /' conftest.$ac_ext >&5
9152
9153         eval "$as_ac_var=no"
9154 fi
9155
9156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9157       conftest$ac_exeext conftest.$ac_ext
9158 CFLAGS=$ac_wine_try_cflags_saved
9159 fi
9160 ac_res=`eval echo '${'$as_ac_var'}'`
9161                { echo "$as_me:$LINENO: result: $ac_res" >&5
9162 echo "${ECHO_T}$ac_res" >&6; }
9163 if test `eval echo '${'$as_ac_var'}'` = yes; then
9164   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9165                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9166 fi
9167
9168 fi
9169
9170
9171       { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9172 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9173 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9174   echo $ECHO_N "(cached) $ECHO_C" >&6
9175 else
9176   ac_wine_try_cflags_saved=$CFLAGS
9177 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9178 cat >conftest.$ac_ext <<_ACEOF
9179 /* confdefs.h.  */
9180 _ACEOF
9181 cat confdefs.h >>conftest.$ac_ext
9182 cat >>conftest.$ac_ext <<_ACEOF
9183 /* end confdefs.h.  */
9184
9185 int
9186 main ()
9187 {
9188
9189   ;
9190   return 0;
9191 }
9192 _ACEOF
9193 rm -f conftest.$ac_objext conftest$ac_exeext
9194 if { (ac_try="$ac_link"
9195 case "(($ac_try" in
9196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9197   *) ac_try_echo=$ac_try;;
9198 esac
9199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9200   (eval "$ac_link") 2>conftest.er1
9201   ac_status=$?
9202   grep -v '^ *+' conftest.er1 >conftest.err
9203   rm -f conftest.er1
9204   cat conftest.err >&5
9205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206   (exit $ac_status); } && {
9207          test -z "$ac_c_werror_flag" ||
9208          test ! -s conftest.err
9209        } && test -s conftest$ac_exeext &&
9210        $as_test_x conftest$ac_exeext; then
9211   ac_cv_cflags__Wl___enable_new_dtags=yes
9212 else
9213   echo "$as_me: failed program was:" >&5
9214 sed 's/^/| /' conftest.$ac_ext >&5
9215
9216         ac_cv_cflags__Wl___enable_new_dtags=no
9217 fi
9218
9219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9220       conftest$ac_exeext conftest.$ac_ext
9221 CFLAGS=$ac_wine_try_cflags_saved
9222 fi
9223 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9224 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9225 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9226   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9227 fi
9228
9229
9230       case $host_cpu in
9231         *i[3456789]86* | x86_64)
9232           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9233 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9234 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9235   echo $ECHO_N "(cached) $ECHO_C" >&6
9236 else
9237   ac_wine_try_cflags_saved=$CFLAGS
9238 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9239 cat >conftest.$ac_ext <<_ACEOF
9240 /* confdefs.h.  */
9241 _ACEOF
9242 cat confdefs.h >>conftest.$ac_ext
9243 cat >>conftest.$ac_ext <<_ACEOF
9244 /* end confdefs.h.  */
9245
9246 int
9247 main ()
9248 {
9249
9250   ;
9251   return 0;
9252 }
9253 _ACEOF
9254 rm -f conftest.$ac_objext conftest$ac_exeext
9255 if { (ac_try="$ac_link"
9256 case "(($ac_try" in
9257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9258   *) ac_try_echo=$ac_try;;
9259 esac
9260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9261   (eval "$ac_link") 2>conftest.er1
9262   ac_status=$?
9263   grep -v '^ *+' conftest.er1 >conftest.err
9264   rm -f conftest.er1
9265   cat conftest.err >&5
9266   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9267   (exit $ac_status); } && {
9268          test -z "$ac_c_werror_flag" ||
9269          test ! -s conftest.err
9270        } && test -s conftest$ac_exeext &&
9271        $as_test_x conftest$ac_exeext; then
9272   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9273 else
9274   echo "$as_me: failed program was:" >&5
9275 sed 's/^/| /' conftest.$ac_ext >&5
9276
9277         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9278 fi
9279
9280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9281       conftest$ac_exeext conftest.$ac_ext
9282 CFLAGS=$ac_wine_try_cflags_saved
9283 fi
9284 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9285 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9286 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9287   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9288 fi
9289
9290           ;;
9291       esac
9292
9293     else
9294       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9295 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9296 if test "${ac_cv_c_dll_unixware+set}" = set; then
9297   echo $ECHO_N "(cached) $ECHO_C" >&6
9298 else
9299   ac_wine_try_cflags_saved=$CFLAGS
9300 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9301 cat >conftest.$ac_ext <<_ACEOF
9302 void myfunc() {}
9303 _ACEOF
9304 rm -f conftest.$ac_objext conftest$ac_exeext
9305 if { (ac_try="$ac_link"
9306 case "(($ac_try" in
9307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9308   *) ac_try_echo=$ac_try;;
9309 esac
9310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9311   (eval "$ac_link") 2>conftest.er1
9312   ac_status=$?
9313   grep -v '^ *+' conftest.er1 >conftest.err
9314   rm -f conftest.er1
9315   cat conftest.err >&5
9316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9317   (exit $ac_status); } && {
9318          test -z "$ac_c_werror_flag" ||
9319          test ! -s conftest.err
9320        } && test -s conftest$ac_exeext &&
9321        $as_test_x conftest$ac_exeext; then
9322   ac_cv_c_dll_unixware="yes"
9323 else
9324   echo "$as_me: failed program was:" >&5
9325 sed 's/^/| /' conftest.$ac_ext >&5
9326
9327         ac_cv_c_dll_unixware="no"
9328 fi
9329
9330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9331       conftest$ac_exeext conftest.$ac_ext
9332 CFLAGS=$ac_wine_try_cflags_saved
9333 fi
9334 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9335 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9336       if test "$ac_cv_c_dll_unixware" = "yes"
9337       then
9338         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9339         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9340
9341       else
9342         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9343 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9344 if test "${ac_cv_c_dll_hpux+set}" = set; then
9345   echo $ECHO_N "(cached) $ECHO_C" >&6
9346 else
9347   ac_wine_try_cflags_saved=$CFLAGS
9348 CFLAGS="$CFLAGS -shared"
9349 cat >conftest.$ac_ext <<_ACEOF
9350 void myfunc() {}
9351 _ACEOF
9352 rm -f conftest.$ac_objext conftest$ac_exeext
9353 if { (ac_try="$ac_link"
9354 case "(($ac_try" in
9355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9356   *) ac_try_echo=$ac_try;;
9357 esac
9358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9359   (eval "$ac_link") 2>conftest.er1
9360   ac_status=$?
9361   grep -v '^ *+' conftest.er1 >conftest.err
9362   rm -f conftest.er1
9363   cat conftest.err >&5
9364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365   (exit $ac_status); } && {
9366          test -z "$ac_c_werror_flag" ||
9367          test ! -s conftest.err
9368        } && test -s conftest$ac_exeext &&
9369        $as_test_x conftest$ac_exeext; then
9370   ac_cv_c_dll_hpux="yes"
9371 else
9372   echo "$as_me: failed program was:" >&5
9373 sed 's/^/| /' conftest.$ac_ext >&5
9374
9375         ac_cv_c_dll_hpux="no"
9376 fi
9377
9378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9379       conftest$ac_exeext conftest.$ac_ext
9380 CFLAGS=$ac_wine_try_cflags_saved
9381 fi
9382 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9383 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9384         if test "$ac_cv_c_dll_hpux" = "yes"
9385         then
9386           LIBEXT="sl"
9387           DLLEXT=".sl"
9388           LDDLLFLAGS="-shared -fPIC"
9389           LDSHARED="\$(CC) -shared"
9390         fi
9391       fi
9392     fi
9393     ;;
9394 esac
9395
9396 enable_winequartz_drv=${enable_winequartz_drv:-no}
9397
9398 if test "$LIBEXT" = "a"; then
9399   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9400 It is currently not possible to build Wine without shared library
9401 (.so) support to allow transparent switch between .so and .dll files.
9402 If you are using Linux, you will need a newer binutils.
9403 " >&5
9404 echo "$as_me: error: could not find a way to build shared libraries.
9405 It is currently not possible to build Wine without shared library
9406 (.so) support to allow transparent switch between .so and .dll files.
9407 If you are using Linux, you will need a newer binutils.
9408 " >&2;}
9409    { (exit 1); exit 1; }; }
9410 fi
9411
9412 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9413 then
9414     for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9415 do
9416   # Extract the first word of "$ac_prog", so it can be a program name with args.
9417 set dummy $ac_prog; ac_word=$2
9418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9420 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9421   echo $ECHO_N "(cached) $ECHO_C" >&6
9422 else
9423   if test -n "$CROSSCC"; then
9424   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9425 else
9426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9427 for as_dir in $PATH
9428 do
9429   IFS=$as_save_IFS
9430   test -z "$as_dir" && as_dir=.
9431   for ac_exec_ext in '' $ac_executable_extensions; do
9432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9433     ac_cv_prog_CROSSCC="$ac_prog"
9434     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9435     break 2
9436   fi
9437 done
9438 done
9439 IFS=$as_save_IFS
9440
9441 fi
9442 fi
9443 CROSSCC=$ac_cv_prog_CROSSCC
9444 if test -n "$CROSSCC"; then
9445   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9446 echo "${ECHO_T}$CROSSCC" >&6; }
9447 else
9448   { echo "$as_me:$LINENO: result: no" >&5
9449 echo "${ECHO_T}no" >&6; }
9450 fi
9451
9452
9453   test -n "$CROSSCC" && break
9454 done
9455 test -n "$CROSSCC" || CROSSCC="false"
9456
9457     for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9458 do
9459   # Extract the first word of "$ac_prog", so it can be a program name with args.
9460 set dummy $ac_prog; ac_word=$2
9461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9463 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9464   echo $ECHO_N "(cached) $ECHO_C" >&6
9465 else
9466   if test -n "$DLLTOOL"; then
9467   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9468 else
9469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9470 for as_dir in $PATH
9471 do
9472   IFS=$as_save_IFS
9473   test -z "$as_dir" && as_dir=.
9474   for ac_exec_ext in '' $ac_executable_extensions; do
9475   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9476     ac_cv_prog_DLLTOOL="$ac_prog"
9477     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9478     break 2
9479   fi
9480 done
9481 done
9482 IFS=$as_save_IFS
9483
9484 fi
9485 fi
9486 DLLTOOL=$ac_cv_prog_DLLTOOL
9487 if test -n "$DLLTOOL"; then
9488   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9489 echo "${ECHO_T}$DLLTOOL" >&6; }
9490 else
9491   { echo "$as_me:$LINENO: result: no" >&5
9492 echo "${ECHO_T}no" >&6; }
9493 fi
9494
9495
9496   test -n "$DLLTOOL" && break
9497 done
9498 test -n "$DLLTOOL" || DLLTOOL="false"
9499
9500     for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9501 do
9502   # Extract the first word of "$ac_prog", so it can be a program name with args.
9503 set dummy $ac_prog; ac_word=$2
9504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9506 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9507   echo $ECHO_N "(cached) $ECHO_C" >&6
9508 else
9509   if test -n "$CROSSWINDRES"; then
9510   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9511 else
9512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513 for as_dir in $PATH
9514 do
9515   IFS=$as_save_IFS
9516   test -z "$as_dir" && as_dir=.
9517   for ac_exec_ext in '' $ac_executable_extensions; do
9518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9519     ac_cv_prog_CROSSWINDRES="$ac_prog"
9520     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9521     break 2
9522   fi
9523 done
9524 done
9525 IFS=$as_save_IFS
9526
9527 fi
9528 fi
9529 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9530 if test -n "$CROSSWINDRES"; then
9531   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9532 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9533 else
9534   { echo "$as_me:$LINENO: result: no" >&5
9535 echo "${ECHO_T}no" >&6; }
9536 fi
9537
9538
9539   test -n "$CROSSWINDRES" && break
9540 done
9541 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9542
9543     for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9544 do
9545   # Extract the first word of "$ac_prog", so it can be a program name with args.
9546 set dummy $ac_prog; ac_word=$2
9547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9549 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9550   echo $ECHO_N "(cached) $ECHO_C" >&6
9551 else
9552   if test -n "$MINGWAR"; then
9553   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9554 else
9555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9556 for as_dir in $PATH
9557 do
9558   IFS=$as_save_IFS
9559   test -z "$as_dir" && as_dir=.
9560   for ac_exec_ext in '' $ac_executable_extensions; do
9561   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9562     ac_cv_prog_MINGWAR="$ac_prog"
9563     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9564     break 2
9565   fi
9566 done
9567 done
9568 IFS=$as_save_IFS
9569
9570 fi
9571 fi
9572 MINGWAR=$ac_cv_prog_MINGWAR
9573 if test -n "$MINGWAR"; then
9574   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9575 echo "${ECHO_T}$MINGWAR" >&6; }
9576 else
9577   { echo "$as_me:$LINENO: result: no" >&5
9578 echo "${ECHO_T}no" >&6; }
9579 fi
9580
9581
9582   test -n "$MINGWAR" && break
9583 done
9584 test -n "$MINGWAR" || MINGWAR="false"
9585
9586     if test "$CROSSCC" != "false"
9587     then
9588         CROSSTEST="\$(CROSSTEST)"
9589
9590     fi
9591 fi
9592
9593
9594 if test "$have_x" = "yes"
9595 then
9596     XLIB="-lXext -lX11"
9597     ac_save_CPPFLAGS="$CPPFLAGS"
9598     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9599
9600     { echo "$as_me:$LINENO: checking for -lX11" >&5
9601 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9602 if test "${ac_cv_lib_soname_X11+set}" = set; then
9603   echo $ECHO_N "(cached) $ECHO_C" >&6
9604 else
9605   ac_check_soname_save_LIBS=$LIBS
9606 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607   cat >conftest.$ac_ext <<_ACEOF
9608 /* confdefs.h.  */
9609 _ACEOF
9610 cat confdefs.h >>conftest.$ac_ext
9611 cat >>conftest.$ac_ext <<_ACEOF
9612 /* end confdefs.h.  */
9613
9614 /* Override any GCC internal prototype to avoid an error.
9615    Use char because int might match the return type of a GCC
9616    builtin and then its argument prototype would still apply.  */
9617 #ifdef __cplusplus
9618 extern "C"
9619 #endif
9620 char XCreateWindow ();
9621 int
9622 main ()
9623 {
9624 return XCreateWindow ();
9625   ;
9626   return 0;
9627 }
9628 _ACEOF
9629 rm -f conftest.$ac_objext conftest$ac_exeext
9630 if { (ac_try="$ac_link"
9631 case "(($ac_try" in
9632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9633   *) ac_try_echo=$ac_try;;
9634 esac
9635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9636   (eval "$ac_link") 2>conftest.er1
9637   ac_status=$?
9638   grep -v '^ *+' conftest.er1 >conftest.err
9639   rm -f conftest.er1
9640   cat conftest.err >&5
9641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642   (exit $ac_status); } && {
9643          test -z "$ac_c_werror_flag" ||
9644          test ! -s conftest.err
9645        } && test -s conftest$ac_exeext &&
9646        $as_test_x conftest$ac_exeext; then
9647   case "$LIBEXT" in
9648     dll) ;;
9649     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'` ;;
9650     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9651   esac
9652 else
9653   echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.$ac_ext >&5
9655
9656
9657 fi
9658
9659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9660       conftest$ac_exeext conftest.$ac_ext
9661   LIBS=$ac_check_soname_save_LIBS
9662 fi
9663 if test "x$ac_cv_lib_soname_X11" = "x"; then
9664   { echo "$as_me:$LINENO: result: not found" >&5
9665 echo "${ECHO_T}not found" >&6; }
9666
9667 else
9668   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9669 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9670
9671 cat >>confdefs.h <<_ACEOF
9672 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9673 _ACEOF
9674
9675
9676 fi
9677
9678     { echo "$as_me:$LINENO: checking for -lXext" >&5
9679 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9680 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9681   echo $ECHO_N "(cached) $ECHO_C" >&6
9682 else
9683   ac_check_soname_save_LIBS=$LIBS
9684 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9685   cat >conftest.$ac_ext <<_ACEOF
9686 /* confdefs.h.  */
9687 _ACEOF
9688 cat confdefs.h >>conftest.$ac_ext
9689 cat >>conftest.$ac_ext <<_ACEOF
9690 /* end confdefs.h.  */
9691
9692 /* Override any GCC internal prototype to avoid an error.
9693    Use char because int might match the return type of a GCC
9694    builtin and then its argument prototype would still apply.  */
9695 #ifdef __cplusplus
9696 extern "C"
9697 #endif
9698 char XextCreateExtension ();
9699 int
9700 main ()
9701 {
9702 return XextCreateExtension ();
9703   ;
9704   return 0;
9705 }
9706 _ACEOF
9707 rm -f conftest.$ac_objext conftest$ac_exeext
9708 if { (ac_try="$ac_link"
9709 case "(($ac_try" in
9710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9711   *) ac_try_echo=$ac_try;;
9712 esac
9713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9714   (eval "$ac_link") 2>conftest.er1
9715   ac_status=$?
9716   grep -v '^ *+' conftest.er1 >conftest.err
9717   rm -f conftest.er1
9718   cat conftest.err >&5
9719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9720   (exit $ac_status); } && {
9721          test -z "$ac_c_werror_flag" ||
9722          test ! -s conftest.err
9723        } && test -s conftest$ac_exeext &&
9724        $as_test_x conftest$ac_exeext; then
9725   case "$LIBEXT" in
9726     dll) ;;
9727     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'` ;;
9728     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9729   esac
9730 else
9731   echo "$as_me: failed program was:" >&5
9732 sed 's/^/| /' conftest.$ac_ext >&5
9733
9734
9735 fi
9736
9737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9738       conftest$ac_exeext conftest.$ac_ext
9739   LIBS=$ac_check_soname_save_LIBS
9740 fi
9741 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9742   { echo "$as_me:$LINENO: result: not found" >&5
9743 echo "${ECHO_T}not found" >&6; }
9744
9745 else
9746   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9747 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9748
9749 cat >>confdefs.h <<_ACEOF
9750 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9751 _ACEOF
9752
9753
9754 fi
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769 for ac_header in X11/Xlib.h \
9770                       X11/XKBlib.h \
9771                       X11/Xutil.h \
9772                       X11/Xcursor/Xcursor.h \
9773                       X11/extensions/shape.h \
9774                       X11/extensions/XInput.h \
9775                       X11/extensions/XShm.h \
9776                       X11/extensions/Xcomposite.h \
9777                       X11/extensions/Xinerama.h \
9778                       X11/extensions/Xrandr.h \
9779                       X11/extensions/Xrender.h \
9780                       X11/extensions/xf86vmode.h
9781 do
9782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9783 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9786   echo $ECHO_N "(cached) $ECHO_C" >&6
9787 else
9788   cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h.  */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h.  */
9794 #ifdef HAVE_X11_XLIB_H
9795 # include <X11/Xlib.h>
9796 #endif
9797 #ifdef HAVE_X11_XUTIL_H
9798 # include <X11/Xutil.h>
9799 #endif
9800
9801 #include <$ac_header>
9802 _ACEOF
9803 rm -f conftest.$ac_objext
9804 if { (ac_try="$ac_compile"
9805 case "(($ac_try" in
9806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9807   *) ac_try_echo=$ac_try;;
9808 esac
9809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9810   (eval "$ac_compile") 2>conftest.er1
9811   ac_status=$?
9812   grep -v '^ *+' conftest.er1 >conftest.err
9813   rm -f conftest.er1
9814   cat conftest.err >&5
9815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9816   (exit $ac_status); } && {
9817          test -z "$ac_c_werror_flag" ||
9818          test ! -s conftest.err
9819        } && test -s conftest.$ac_objext; then
9820   eval "$as_ac_Header=yes"
9821 else
9822   echo "$as_me: failed program was:" >&5
9823 sed 's/^/| /' conftest.$ac_ext >&5
9824
9825         eval "$as_ac_Header=no"
9826 fi
9827
9828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9829 fi
9830 ac_res=`eval echo '${'$as_ac_Header'}'`
9831                { echo "$as_me:$LINENO: result: $ac_res" >&5
9832 echo "${ECHO_T}$ac_res" >&6; }
9833 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9834   cat >>confdefs.h <<_ACEOF
9835 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9836 _ACEOF
9837
9838 fi
9839
9840 done
9841
9842
9843                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9844         then
9845               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9846 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9847 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9848   echo $ECHO_N "(cached) $ECHO_C" >&6
9849 else
9850   ac_check_lib_save_LIBS=$LIBS
9851 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9852 cat >conftest.$ac_ext <<_ACEOF
9853 /* confdefs.h.  */
9854 _ACEOF
9855 cat confdefs.h >>conftest.$ac_ext
9856 cat >>conftest.$ac_ext <<_ACEOF
9857 /* end confdefs.h.  */
9858
9859 /* Override any GCC internal prototype to avoid an error.
9860    Use char because int might match the return type of a GCC
9861    builtin and then its argument prototype would still apply.  */
9862 #ifdef __cplusplus
9863 extern "C"
9864 #endif
9865 char XkbQueryExtension ();
9866 int
9867 main ()
9868 {
9869 return XkbQueryExtension ();
9870   ;
9871   return 0;
9872 }
9873 _ACEOF
9874 rm -f conftest.$ac_objext conftest$ac_exeext
9875 if { (ac_try="$ac_link"
9876 case "(($ac_try" in
9877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9878   *) ac_try_echo=$ac_try;;
9879 esac
9880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9881   (eval "$ac_link") 2>conftest.er1
9882   ac_status=$?
9883   grep -v '^ *+' conftest.er1 >conftest.err
9884   rm -f conftest.er1
9885   cat conftest.err >&5
9886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887   (exit $ac_status); } && {
9888          test -z "$ac_c_werror_flag" ||
9889          test ! -s conftest.err
9890        } && test -s conftest$ac_exeext &&
9891        $as_test_x conftest$ac_exeext; then
9892   ac_cv_lib_X11_XkbQueryExtension=yes
9893 else
9894   echo "$as_me: failed program was:" >&5
9895 sed 's/^/| /' conftest.$ac_ext >&5
9896
9897         ac_cv_lib_X11_XkbQueryExtension=no
9898 fi
9899
9900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9901       conftest$ac_exeext conftest.$ac_ext
9902 LIBS=$ac_check_lib_save_LIBS
9903 fi
9904 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9905 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9906 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9907
9908 cat >>confdefs.h <<\_ACEOF
9909 #define HAVE_XKB 1
9910 _ACEOF
9911
9912 fi
9913
9914         fi
9915
9916                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9917         then
9918             { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9919 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9920 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9921   echo $ECHO_N "(cached) $ECHO_C" >&6
9922 else
9923   ac_check_soname_save_LIBS=$LIBS
9924 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9925   cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h.  */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h.  */
9931
9932 /* Override any GCC internal prototype to avoid an error.
9933    Use char because int might match the return type of a GCC
9934    builtin and then its argument prototype would still apply.  */
9935 #ifdef __cplusplus
9936 extern "C"
9937 #endif
9938 char XcursorImageLoadCursor ();
9939 int
9940 main ()
9941 {
9942 return XcursorImageLoadCursor ();
9943   ;
9944   return 0;
9945 }
9946 _ACEOF
9947 rm -f conftest.$ac_objext conftest$ac_exeext
9948 if { (ac_try="$ac_link"
9949 case "(($ac_try" in
9950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9951   *) ac_try_echo=$ac_try;;
9952 esac
9953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9954   (eval "$ac_link") 2>conftest.er1
9955   ac_status=$?
9956   grep -v '^ *+' conftest.er1 >conftest.err
9957   rm -f conftest.er1
9958   cat conftest.err >&5
9959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9960   (exit $ac_status); } && {
9961          test -z "$ac_c_werror_flag" ||
9962          test ! -s conftest.err
9963        } && test -s conftest$ac_exeext &&
9964        $as_test_x conftest$ac_exeext; then
9965   case "$LIBEXT" in
9966     dll) ;;
9967     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'` ;;
9968     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9969   esac
9970 else
9971   echo "$as_me: failed program was:" >&5
9972 sed 's/^/| /' conftest.$ac_ext >&5
9973
9974
9975 fi
9976
9977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9978       conftest$ac_exeext conftest.$ac_ext
9979   LIBS=$ac_check_soname_save_LIBS
9980 fi
9981 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9982   { echo "$as_me:$LINENO: result: not found" >&5
9983 echo "${ECHO_T}not found" >&6; }
9984
9985 else
9986   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9987 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9988
9989 cat >>confdefs.h <<_ACEOF
9990 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9991 _ACEOF
9992
9993
9994 fi
9995
9996         fi
9997         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9998   case "x$with_xcursor" in
9999   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10000   xno) ;;
10001   *)   { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10002 This is an error since --with-xcursor was requested." >&5
10003 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10004 This is an error since --with-xcursor was requested." >&2;}
10005    { (exit 1); exit 1; }; } ;;
10006 esac
10007 fi
10008
10009
10010                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10011         then
10012             { echo "$as_me:$LINENO: checking for -lXi" >&5
10013 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10014 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10015   echo $ECHO_N "(cached) $ECHO_C" >&6
10016 else
10017   ac_check_soname_save_LIBS=$LIBS
10018 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10019   cat >conftest.$ac_ext <<_ACEOF
10020 /* confdefs.h.  */
10021 _ACEOF
10022 cat confdefs.h >>conftest.$ac_ext
10023 cat >>conftest.$ac_ext <<_ACEOF
10024 /* end confdefs.h.  */
10025
10026 /* Override any GCC internal prototype to avoid an error.
10027    Use char because int might match the return type of a GCC
10028    builtin and then its argument prototype would still apply.  */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char XOpenDevice ();
10033 int
10034 main ()
10035 {
10036 return XOpenDevice ();
10037   ;
10038   return 0;
10039 }
10040 _ACEOF
10041 rm -f conftest.$ac_objext conftest$ac_exeext
10042 if { (ac_try="$ac_link"
10043 case "(($ac_try" in
10044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10045   *) ac_try_echo=$ac_try;;
10046 esac
10047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10048   (eval "$ac_link") 2>conftest.er1
10049   ac_status=$?
10050   grep -v '^ *+' conftest.er1 >conftest.err
10051   rm -f conftest.er1
10052   cat conftest.err >&5
10053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054   (exit $ac_status); } && {
10055          test -z "$ac_c_werror_flag" ||
10056          test ! -s conftest.err
10057        } && test -s conftest$ac_exeext &&
10058        $as_test_x conftest$ac_exeext; then
10059   case "$LIBEXT" in
10060     dll) ;;
10061     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'` ;;
10062     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10063   esac
10064 else
10065   echo "$as_me: failed program was:" >&5
10066 sed 's/^/| /' conftest.$ac_ext >&5
10067
10068
10069 fi
10070
10071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10072       conftest$ac_exeext conftest.$ac_ext
10073   LIBS=$ac_check_soname_save_LIBS
10074 fi
10075 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10076   { echo "$as_me:$LINENO: result: not found" >&5
10077 echo "${ECHO_T}not found" >&6; }
10078
10079 else
10080   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10081 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10082
10083 cat >>confdefs.h <<_ACEOF
10084 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10085 _ACEOF
10086
10087
10088 fi
10089
10090         fi
10091         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10092   case "x$with_xinput" in
10093   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10094   xno) ;;
10095   *)   { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10096 This is an error since --with-xinput was requested." >&5
10097 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10098 This is an error since --with-xinput was requested." >&2;}
10099    { (exit 1); exit 1; }; } ;;
10100 esac
10101 fi
10102
10103
10104                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10105         then
10106               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10107 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10108 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10109   echo $ECHO_N "(cached) $ECHO_C" >&6
10110 else
10111   ac_check_lib_save_LIBS=$LIBS
10112 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10113 cat >conftest.$ac_ext <<_ACEOF
10114 /* confdefs.h.  */
10115 _ACEOF
10116 cat confdefs.h >>conftest.$ac_ext
10117 cat >>conftest.$ac_ext <<_ACEOF
10118 /* end confdefs.h.  */
10119
10120 /* Override any GCC internal prototype to avoid an error.
10121    Use char because int might match the return type of a GCC
10122    builtin and then its argument prototype would still apply.  */
10123 #ifdef __cplusplus
10124 extern "C"
10125 #endif
10126 char XShmQueryExtension ();
10127 int
10128 main ()
10129 {
10130 return XShmQueryExtension ();
10131   ;
10132   return 0;
10133 }
10134 _ACEOF
10135 rm -f conftest.$ac_objext conftest$ac_exeext
10136 if { (ac_try="$ac_link"
10137 case "(($ac_try" in
10138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10139   *) ac_try_echo=$ac_try;;
10140 esac
10141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10142   (eval "$ac_link") 2>conftest.er1
10143   ac_status=$?
10144   grep -v '^ *+' conftest.er1 >conftest.err
10145   rm -f conftest.er1
10146   cat conftest.err >&5
10147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148   (exit $ac_status); } && {
10149          test -z "$ac_c_werror_flag" ||
10150          test ! -s conftest.err
10151        } && test -s conftest$ac_exeext &&
10152        $as_test_x conftest$ac_exeext; then
10153   ac_cv_lib_Xext_XShmQueryExtension=yes
10154 else
10155   echo "$as_me: failed program was:" >&5
10156 sed 's/^/| /' conftest.$ac_ext >&5
10157
10158         ac_cv_lib_Xext_XShmQueryExtension=no
10159 fi
10160
10161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10162       conftest$ac_exeext conftest.$ac_ext
10163 LIBS=$ac_check_lib_save_LIBS
10164 fi
10165 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10166 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10167 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10168
10169 cat >>confdefs.h <<\_ACEOF
10170 #define HAVE_LIBXXSHM 1
10171 _ACEOF
10172
10173 fi
10174
10175         fi
10176         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10177   case "x$with_xshm" in
10178   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10179   xno) ;;
10180   *)   { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10181 This is an error since --with-xshm was requested." >&5
10182 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10183 This is an error since --with-xshm was requested." >&2;}
10184    { (exit 1); exit 1; }; } ;;
10185 esac
10186 fi
10187
10188
10189                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10190         then
10191               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10192 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10193 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10194   echo $ECHO_N "(cached) $ECHO_C" >&6
10195 else
10196   ac_check_lib_save_LIBS=$LIBS
10197 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10198 cat >conftest.$ac_ext <<_ACEOF
10199 /* confdefs.h.  */
10200 _ACEOF
10201 cat confdefs.h >>conftest.$ac_ext
10202 cat >>conftest.$ac_ext <<_ACEOF
10203 /* end confdefs.h.  */
10204
10205 /* Override any GCC internal prototype to avoid an error.
10206    Use char because int might match the return type of a GCC
10207    builtin and then its argument prototype would still apply.  */
10208 #ifdef __cplusplus
10209 extern "C"
10210 #endif
10211 char XShapeQueryExtension ();
10212 int
10213 main ()
10214 {
10215 return XShapeQueryExtension ();
10216   ;
10217   return 0;
10218 }
10219 _ACEOF
10220 rm -f conftest.$ac_objext conftest$ac_exeext
10221 if { (ac_try="$ac_link"
10222 case "(($ac_try" in
10223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10224   *) ac_try_echo=$ac_try;;
10225 esac
10226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10227   (eval "$ac_link") 2>conftest.er1
10228   ac_status=$?
10229   grep -v '^ *+' conftest.er1 >conftest.err
10230   rm -f conftest.er1
10231   cat conftest.err >&5
10232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10233   (exit $ac_status); } && {
10234          test -z "$ac_c_werror_flag" ||
10235          test ! -s conftest.err
10236        } && test -s conftest$ac_exeext &&
10237        $as_test_x conftest$ac_exeext; then
10238   ac_cv_lib_Xext_XShapeQueryExtension=yes
10239 else
10240   echo "$as_me: failed program was:" >&5
10241 sed 's/^/| /' conftest.$ac_ext >&5
10242
10243         ac_cv_lib_Xext_XShapeQueryExtension=no
10244 fi
10245
10246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10247       conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_lib_save_LIBS
10249 fi
10250 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10251 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10252 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10253
10254 cat >>confdefs.h <<\_ACEOF
10255 #define HAVE_LIBXSHAPE 1
10256 _ACEOF
10257
10258 fi
10259
10260         fi
10261         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10262   case "x$with_xshape" in
10263   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10264   xno) ;;
10265   *)   { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10266 This is an error since --with-xshape was requested." >&5
10267 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10268 This is an error since --with-xshape was requested." >&2;}
10269    { (exit 1); exit 1; }; } ;;
10270 esac
10271 fi
10272
10273
10274                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10275         then
10276             { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10277 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10278 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10279   echo $ECHO_N "(cached) $ECHO_C" >&6
10280 else
10281   ac_check_soname_save_LIBS=$LIBS
10282 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10283   cat >conftest.$ac_ext <<_ACEOF
10284 /* confdefs.h.  */
10285 _ACEOF
10286 cat confdefs.h >>conftest.$ac_ext
10287 cat >>conftest.$ac_ext <<_ACEOF
10288 /* end confdefs.h.  */
10289
10290 /* Override any GCC internal prototype to avoid an error.
10291    Use char because int might match the return type of a GCC
10292    builtin and then its argument prototype would still apply.  */
10293 #ifdef __cplusplus
10294 extern "C"
10295 #endif
10296 char XF86VidModeQueryExtension ();
10297 int
10298 main ()
10299 {
10300 return XF86VidModeQueryExtension ();
10301   ;
10302   return 0;
10303 }
10304 _ACEOF
10305 rm -f conftest.$ac_objext conftest$ac_exeext
10306 if { (ac_try="$ac_link"
10307 case "(($ac_try" in
10308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10309   *) ac_try_echo=$ac_try;;
10310 esac
10311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10312   (eval "$ac_link") 2>conftest.er1
10313   ac_status=$?
10314   grep -v '^ *+' conftest.er1 >conftest.err
10315   rm -f conftest.er1
10316   cat conftest.err >&5
10317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10318   (exit $ac_status); } && {
10319          test -z "$ac_c_werror_flag" ||
10320          test ! -s conftest.err
10321        } && test -s conftest$ac_exeext &&
10322        $as_test_x conftest$ac_exeext; then
10323   case "$LIBEXT" in
10324     dll) ;;
10325     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'` ;;
10326     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10327   esac
10328 else
10329   echo "$as_me: failed program was:" >&5
10330 sed 's/^/| /' conftest.$ac_ext >&5
10331
10332
10333 fi
10334
10335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10336       conftest$ac_exeext conftest.$ac_ext
10337   LIBS=$ac_check_soname_save_LIBS
10338 fi
10339 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10340   { echo "$as_me:$LINENO: result: not found" >&5
10341 echo "${ECHO_T}not found" >&6; }
10342
10343 else
10344   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10345 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10346
10347 cat >>confdefs.h <<_ACEOF
10348 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10349 _ACEOF
10350
10351
10352 fi
10353
10354         fi
10355         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10356   case "x$with_xxf86vm" in
10357   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10358   xno) ;;
10359   *)   { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10360 This is an error since --with-xxf86vm was requested." >&5
10361 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10362 This is an error since --with-xxf86vm was requested." >&2;}
10363    { (exit 1); exit 1; }; } ;;
10364 esac
10365 fi
10366
10367
10368                 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"
10369         then
10370             { echo "$as_me:$LINENO: checking for -lXrender" >&5
10371 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10372 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10373   echo $ECHO_N "(cached) $ECHO_C" >&6
10374 else
10375   ac_check_soname_save_LIBS=$LIBS
10376 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10377   cat >conftest.$ac_ext <<_ACEOF
10378 /* confdefs.h.  */
10379 _ACEOF
10380 cat confdefs.h >>conftest.$ac_ext
10381 cat >>conftest.$ac_ext <<_ACEOF
10382 /* end confdefs.h.  */
10383
10384 /* Override any GCC internal prototype to avoid an error.
10385    Use char because int might match the return type of a GCC
10386    builtin and then its argument prototype would still apply.  */
10387 #ifdef __cplusplus
10388 extern "C"
10389 #endif
10390 char XRenderQueryExtension ();
10391 int
10392 main ()
10393 {
10394 return XRenderQueryExtension ();
10395   ;
10396   return 0;
10397 }
10398 _ACEOF
10399 rm -f conftest.$ac_objext conftest$ac_exeext
10400 if { (ac_try="$ac_link"
10401 case "(($ac_try" in
10402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10403   *) ac_try_echo=$ac_try;;
10404 esac
10405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10406   (eval "$ac_link") 2>conftest.er1
10407   ac_status=$?
10408   grep -v '^ *+' conftest.er1 >conftest.err
10409   rm -f conftest.er1
10410   cat conftest.err >&5
10411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10412   (exit $ac_status); } && {
10413          test -z "$ac_c_werror_flag" ||
10414          test ! -s conftest.err
10415        } && test -s conftest$ac_exeext &&
10416        $as_test_x conftest$ac_exeext; then
10417   case "$LIBEXT" in
10418     dll) ;;
10419     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'` ;;
10420     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10421   esac
10422 else
10423   echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.$ac_ext >&5
10425
10426
10427 fi
10428
10429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10430       conftest$ac_exeext conftest.$ac_ext
10431   LIBS=$ac_check_soname_save_LIBS
10432 fi
10433 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10434   { echo "$as_me:$LINENO: result: not found" >&5
10435 echo "${ECHO_T}not found" >&6; }
10436
10437 else
10438   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10439 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10440
10441 cat >>confdefs.h <<_ACEOF
10442 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10443 _ACEOF
10444
10445        { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10446 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10447 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10448   echo $ECHO_N "(cached) $ECHO_C" >&6
10449 else
10450   ac_check_lib_save_LIBS=$LIBS
10451 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10452 cat >conftest.$ac_ext <<_ACEOF
10453 /* confdefs.h.  */
10454 _ACEOF
10455 cat confdefs.h >>conftest.$ac_ext
10456 cat >>conftest.$ac_ext <<_ACEOF
10457 /* end confdefs.h.  */
10458
10459 /* Override any GCC internal prototype to avoid an error.
10460    Use char because int might match the return type of a GCC
10461    builtin and then its argument prototype would still apply.  */
10462 #ifdef __cplusplus
10463 extern "C"
10464 #endif
10465 char XRenderSetPictureTransform ();
10466 int
10467 main ()
10468 {
10469 return XRenderSetPictureTransform ();
10470   ;
10471   return 0;
10472 }
10473 _ACEOF
10474 rm -f conftest.$ac_objext conftest$ac_exeext
10475 if { (ac_try="$ac_link"
10476 case "(($ac_try" in
10477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10478   *) ac_try_echo=$ac_try;;
10479 esac
10480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10481   (eval "$ac_link") 2>conftest.er1
10482   ac_status=$?
10483   grep -v '^ *+' conftest.er1 >conftest.err
10484   rm -f conftest.er1
10485   cat conftest.err >&5
10486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487   (exit $ac_status); } && {
10488          test -z "$ac_c_werror_flag" ||
10489          test ! -s conftest.err
10490        } && test -s conftest$ac_exeext &&
10491        $as_test_x conftest$ac_exeext; then
10492   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10493 else
10494   echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10496
10497         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10498 fi
10499
10500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10501       conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_lib_save_LIBS
10503 fi
10504 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10505 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10506 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10507
10508 cat >>confdefs.h <<\_ACEOF
10509 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10510 _ACEOF
10511
10512 fi
10513
10514 fi
10515
10516
10517         fi
10518         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10519   case "x$with_xrender" in
10520   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10521   xno) ;;
10522   *)   { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10523 This is an error since --with-xrender was requested." >&5
10524 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10525 This is an error since --with-xrender was requested." >&2;}
10526    { (exit 1); exit 1; }; } ;;
10527 esac
10528 fi
10529
10530
10531                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10532         then
10533                 cat >conftest.$ac_ext <<_ACEOF
10534 /* confdefs.h.  */
10535 _ACEOF
10536 cat confdefs.h >>conftest.$ac_ext
10537 cat >>conftest.$ac_ext <<_ACEOF
10538 /* end confdefs.h.  */
10539 #include <X11/Xlib.h>
10540 #include <X11/extensions/Xrandr.h>
10541 int
10542 main ()
10543 {
10544 static typeof(XRRSetScreenConfigAndRate) * func;
10545   ;
10546   return 0;
10547 }
10548 _ACEOF
10549 rm -f conftest.$ac_objext
10550 if { (ac_try="$ac_compile"
10551 case "(($ac_try" in
10552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10553   *) ac_try_echo=$ac_try;;
10554 esac
10555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10556   (eval "$ac_compile") 2>conftest.er1
10557   ac_status=$?
10558   grep -v '^ *+' conftest.er1 >conftest.err
10559   rm -f conftest.er1
10560   cat conftest.err >&5
10561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562   (exit $ac_status); } && {
10563          test -z "$ac_c_werror_flag" ||
10564          test ! -s conftest.err
10565        } && test -s conftest.$ac_objext; then
10566   { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10567 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10568 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10569   echo $ECHO_N "(cached) $ECHO_C" >&6
10570 else
10571   ac_check_soname_save_LIBS=$LIBS
10572 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573   cat >conftest.$ac_ext <<_ACEOF
10574 /* confdefs.h.  */
10575 _ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h.  */
10579
10580 /* Override any GCC internal prototype to avoid an error.
10581    Use char because int might match the return type of a GCC
10582    builtin and then its argument prototype would still apply.  */
10583 #ifdef __cplusplus
10584 extern "C"
10585 #endif
10586 char XRRQueryExtension ();
10587 int
10588 main ()
10589 {
10590 return XRRQueryExtension ();
10591   ;
10592   return 0;
10593 }
10594 _ACEOF
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599   *) ac_try_echo=$ac_try;;
10600 esac
10601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602   (eval "$ac_link") 2>conftest.er1
10603   ac_status=$?
10604   grep -v '^ *+' conftest.er1 >conftest.err
10605   rm -f conftest.er1
10606   cat conftest.err >&5
10607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10608   (exit $ac_status); } && {
10609          test -z "$ac_c_werror_flag" ||
10610          test ! -s conftest.err
10611        } && test -s conftest$ac_exeext &&
10612        $as_test_x conftest$ac_exeext; then
10613   case "$LIBEXT" in
10614     dll) ;;
10615     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'` ;;
10616     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10617   esac
10618 else
10619   echo "$as_me: failed program was:" >&5
10620 sed 's/^/| /' conftest.$ac_ext >&5
10621
10622
10623 fi
10624
10625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10626       conftest$ac_exeext conftest.$ac_ext
10627   LIBS=$ac_check_soname_save_LIBS
10628 fi
10629 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10630   { echo "$as_me:$LINENO: result: not found" >&5
10631 echo "${ECHO_T}not found" >&6; }
10632
10633 else
10634   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10635 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10636
10637 cat >>confdefs.h <<_ACEOF
10638 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10639 _ACEOF
10640
10641
10642 fi
10643
10644 else
10645   echo "$as_me: failed program was:" >&5
10646 sed 's/^/| /' conftest.$ac_ext >&5
10647
10648
10649 fi
10650
10651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10652         fi
10653         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10654   case "x$with_xrandr" in
10655   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10656   xno) ;;
10657   *)   { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10658 This is an error since --with-xrandr was requested." >&5
10659 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10660 This is an error since --with-xrandr was requested." >&2;}
10661    { (exit 1); exit 1; }; } ;;
10662 esac
10663 fi
10664
10665
10666                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10667         then
10668                 cat >conftest.$ac_ext <<_ACEOF
10669 /* confdefs.h.  */
10670 _ACEOF
10671 cat confdefs.h >>conftest.$ac_ext
10672 cat >>conftest.$ac_ext <<_ACEOF
10673 /* end confdefs.h.  */
10674 #include <X11/Xlib.h>
10675 #include <X11/extensions/Xinerama.h>
10676 int
10677 main ()
10678 {
10679 static typeof(XineramaQueryScreens) * func;
10680   ;
10681   return 0;
10682 }
10683 _ACEOF
10684 rm -f conftest.$ac_objext
10685 if { (ac_try="$ac_compile"
10686 case "(($ac_try" in
10687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688   *) ac_try_echo=$ac_try;;
10689 esac
10690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10691   (eval "$ac_compile") 2>conftest.er1
10692   ac_status=$?
10693   grep -v '^ *+' conftest.er1 >conftest.err
10694   rm -f conftest.er1
10695   cat conftest.err >&5
10696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10697   (exit $ac_status); } && {
10698          test -z "$ac_c_werror_flag" ||
10699          test ! -s conftest.err
10700        } && test -s conftest.$ac_objext; then
10701   { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10702 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10703 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10704   echo $ECHO_N "(cached) $ECHO_C" >&6
10705 else
10706   ac_check_soname_save_LIBS=$LIBS
10707 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10708   cat >conftest.$ac_ext <<_ACEOF
10709 /* confdefs.h.  */
10710 _ACEOF
10711 cat confdefs.h >>conftest.$ac_ext
10712 cat >>conftest.$ac_ext <<_ACEOF
10713 /* end confdefs.h.  */
10714
10715 /* Override any GCC internal prototype to avoid an error.
10716    Use char because int might match the return type of a GCC
10717    builtin and then its argument prototype would still apply.  */
10718 #ifdef __cplusplus
10719 extern "C"
10720 #endif
10721 char XineramaQueryScreens ();
10722 int
10723 main ()
10724 {
10725 return XineramaQueryScreens ();
10726   ;
10727   return 0;
10728 }
10729 _ACEOF
10730 rm -f conftest.$ac_objext conftest$ac_exeext
10731 if { (ac_try="$ac_link"
10732 case "(($ac_try" in
10733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10734   *) ac_try_echo=$ac_try;;
10735 esac
10736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10737   (eval "$ac_link") 2>conftest.er1
10738   ac_status=$?
10739   grep -v '^ *+' conftest.er1 >conftest.err
10740   rm -f conftest.er1
10741   cat conftest.err >&5
10742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743   (exit $ac_status); } && {
10744          test -z "$ac_c_werror_flag" ||
10745          test ! -s conftest.err
10746        } && test -s conftest$ac_exeext &&
10747        $as_test_x conftest$ac_exeext; then
10748   case "$LIBEXT" in
10749     dll) ;;
10750     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'` ;;
10751     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10752   esac
10753 else
10754   echo "$as_me: failed program was:" >&5
10755 sed 's/^/| /' conftest.$ac_ext >&5
10756
10757
10758 fi
10759
10760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10761       conftest$ac_exeext conftest.$ac_ext
10762   LIBS=$ac_check_soname_save_LIBS
10763 fi
10764 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10765   { echo "$as_me:$LINENO: result: not found" >&5
10766 echo "${ECHO_T}not found" >&6; }
10767
10768 else
10769   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10770 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10771
10772 cat >>confdefs.h <<_ACEOF
10773 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10774 _ACEOF
10775
10776
10777 fi
10778
10779 else
10780   echo "$as_me: failed program was:" >&5
10781 sed 's/^/| /' conftest.$ac_ext >&5
10782
10783
10784 fi
10785
10786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10787         fi
10788         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10789   case "x$with_xinerama" in
10790   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10791   xno) ;;
10792   *)   { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10793 This is an error since --with-xinerama was requested." >&5
10794 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10795 This is an error since --with-xinerama was requested." >&2;}
10796    { (exit 1); exit 1; }; } ;;
10797 esac
10798 fi
10799
10800
10801                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10802         then
10803             { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10804 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10805 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10806   echo $ECHO_N "(cached) $ECHO_C" >&6
10807 else
10808   ac_check_soname_save_LIBS=$LIBS
10809 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10810   cat >conftest.$ac_ext <<_ACEOF
10811 /* confdefs.h.  */
10812 _ACEOF
10813 cat confdefs.h >>conftest.$ac_ext
10814 cat >>conftest.$ac_ext <<_ACEOF
10815 /* end confdefs.h.  */
10816
10817 /* Override any GCC internal prototype to avoid an error.
10818    Use char because int might match the return type of a GCC
10819    builtin and then its argument prototype would still apply.  */
10820 #ifdef __cplusplus
10821 extern "C"
10822 #endif
10823 char XCompositeRedirectWindow ();
10824 int
10825 main ()
10826 {
10827 return XCompositeRedirectWindow ();
10828   ;
10829   return 0;
10830 }
10831 _ACEOF
10832 rm -f conftest.$ac_objext conftest$ac_exeext
10833 if { (ac_try="$ac_link"
10834 case "(($ac_try" in
10835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10836   *) ac_try_echo=$ac_try;;
10837 esac
10838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10839   (eval "$ac_link") 2>conftest.er1
10840   ac_status=$?
10841   grep -v '^ *+' conftest.er1 >conftest.err
10842   rm -f conftest.er1
10843   cat conftest.err >&5
10844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10845   (exit $ac_status); } && {
10846          test -z "$ac_c_werror_flag" ||
10847          test ! -s conftest.err
10848        } && test -s conftest$ac_exeext &&
10849        $as_test_x conftest$ac_exeext; then
10850   case "$LIBEXT" in
10851     dll) ;;
10852     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'` ;;
10853     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10854   esac
10855 else
10856   echo "$as_me: failed program was:" >&5
10857 sed 's/^/| /' conftest.$ac_ext >&5
10858
10859
10860 fi
10861
10862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10863       conftest$ac_exeext conftest.$ac_ext
10864   LIBS=$ac_check_soname_save_LIBS
10865 fi
10866 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10867   { echo "$as_me:$LINENO: result: not found" >&5
10868 echo "${ECHO_T}not found" >&6; }
10869
10870 else
10871   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10872 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10873
10874 cat >>confdefs.h <<_ACEOF
10875 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10876 _ACEOF
10877
10878
10879 fi
10880
10881         fi
10882         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10883   case "x$with_xcomposite" in
10884   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10885   xno) ;;
10886   *)   { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10887 This is an error since --with-xcomposite was requested." >&5
10888 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10889 This is an error since --with-xcomposite was requested." >&2;}
10890    { (exit 1); exit 1; }; } ;;
10891 esac
10892 fi
10893
10894
10895                 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10896 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10897 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10898   echo $ECHO_N "(cached) $ECHO_C" >&6
10899 else
10900   cat >conftest.$ac_ext <<_ACEOF
10901 /* confdefs.h.  */
10902 _ACEOF
10903 cat confdefs.h >>conftest.$ac_ext
10904 cat >>conftest.$ac_ext <<_ACEOF
10905 /* end confdefs.h.  */
10906 #ifdef HAVE_X11_XLIB_H
10907 #include <X11/Xlib.h>
10908 #endif
10909
10910 int
10911 main ()
10912 {
10913 static XICCallback ac_aggr;
10914 if (ac_aggr.callback)
10915 return 0;
10916   ;
10917   return 0;
10918 }
10919 _ACEOF
10920 rm -f conftest.$ac_objext
10921 if { (ac_try="$ac_compile"
10922 case "(($ac_try" in
10923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10924   *) ac_try_echo=$ac_try;;
10925 esac
10926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10927   (eval "$ac_compile") 2>conftest.er1
10928   ac_status=$?
10929   grep -v '^ *+' conftest.er1 >conftest.err
10930   rm -f conftest.er1
10931   cat conftest.err >&5
10932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933   (exit $ac_status); } && {
10934          test -z "$ac_c_werror_flag" ||
10935          test ! -s conftest.err
10936        } && test -s conftest.$ac_objext; then
10937   ac_cv_member_XICCallback_callback=yes
10938 else
10939   echo "$as_me: failed program was:" >&5
10940 sed 's/^/| /' conftest.$ac_ext >&5
10941
10942         cat >conftest.$ac_ext <<_ACEOF
10943 /* confdefs.h.  */
10944 _ACEOF
10945 cat confdefs.h >>conftest.$ac_ext
10946 cat >>conftest.$ac_ext <<_ACEOF
10947 /* end confdefs.h.  */
10948 #ifdef HAVE_X11_XLIB_H
10949 #include <X11/Xlib.h>
10950 #endif
10951
10952 int
10953 main ()
10954 {
10955 static XICCallback ac_aggr;
10956 if (sizeof ac_aggr.callback)
10957 return 0;
10958   ;
10959   return 0;
10960 }
10961 _ACEOF
10962 rm -f conftest.$ac_objext
10963 if { (ac_try="$ac_compile"
10964 case "(($ac_try" in
10965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10966   *) ac_try_echo=$ac_try;;
10967 esac
10968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10969   (eval "$ac_compile") 2>conftest.er1
10970   ac_status=$?
10971   grep -v '^ *+' conftest.er1 >conftest.err
10972   rm -f conftest.er1
10973   cat conftest.err >&5
10974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975   (exit $ac_status); } && {
10976          test -z "$ac_c_werror_flag" ||
10977          test ! -s conftest.err
10978        } && test -s conftest.$ac_objext; then
10979   ac_cv_member_XICCallback_callback=yes
10980 else
10981   echo "$as_me: failed program was:" >&5
10982 sed 's/^/| /' conftest.$ac_ext >&5
10983
10984         ac_cv_member_XICCallback_callback=no
10985 fi
10986
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10988 fi
10989
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10991 fi
10992 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10993 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10994 if test $ac_cv_member_XICCallback_callback = yes; then
10995
10996 cat >>confdefs.h <<_ACEOF
10997 #define HAVE_XICCALLBACK_CALLBACK 1
10998 _ACEOF
10999
11000
11001 fi
11002
11003
11004
11005         opengl_msg=""
11006     if test "x$with_opengl" != "xno"
11007     then
11008
11009
11010
11011
11012 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11013 do
11014 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11015 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11018   echo $ECHO_N "(cached) $ECHO_C" >&6
11019 else
11020   cat >conftest.$ac_ext <<_ACEOF
11021 /* confdefs.h.  */
11022 _ACEOF
11023 cat confdefs.h >>conftest.$ac_ext
11024 cat >>conftest.$ac_ext <<_ACEOF
11025 /* end confdefs.h.  */
11026 #ifdef HAVE_GL_GLX_H
11027 # include <GL/glx.h>
11028 #endif
11029
11030 #include <$ac_header>
11031 _ACEOF
11032 rm -f conftest.$ac_objext
11033 if { (ac_try="$ac_compile"
11034 case "(($ac_try" in
11035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11036   *) ac_try_echo=$ac_try;;
11037 esac
11038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039   (eval "$ac_compile") 2>conftest.er1
11040   ac_status=$?
11041   grep -v '^ *+' conftest.er1 >conftest.err
11042   rm -f conftest.er1
11043   cat conftest.err >&5
11044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045   (exit $ac_status); } && {
11046          test -z "$ac_c_werror_flag" ||
11047          test ! -s conftest.err
11048        } && test -s conftest.$ac_objext; then
11049   eval "$as_ac_Header=yes"
11050 else
11051   echo "$as_me: failed program was:" >&5
11052 sed 's/^/| /' conftest.$ac_ext >&5
11053
11054         eval "$as_ac_Header=no"
11055 fi
11056
11057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11058 fi
11059 ac_res=`eval echo '${'$as_ac_Header'}'`
11060                { echo "$as_me:$LINENO: result: $ac_res" >&5
11061 echo "${ECHO_T}$ac_res" >&6; }
11062 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11063   cat >>confdefs.h <<_ACEOF
11064 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11065 _ACEOF
11066
11067 fi
11068
11069 done
11070
11071         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11072         then
11073                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11074 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11075 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11076   echo $ECHO_N "(cached) $ECHO_C" >&6
11077 else
11078   cat >conftest.$ac_ext <<_ACEOF
11079 /* confdefs.h.  */
11080 _ACEOF
11081 cat confdefs.h >>conftest.$ac_ext
11082 cat >>conftest.$ac_ext <<_ACEOF
11083 /* end confdefs.h.  */
11084 #include <GL/gl.h>
11085 int
11086 main ()
11087 {
11088 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11089   ;
11090   return 0;
11091 }
11092 _ACEOF
11093 rm -f conftest.$ac_objext
11094 if { (ac_try="$ac_compile"
11095 case "(($ac_try" in
11096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11097   *) ac_try_echo=$ac_try;;
11098 esac
11099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11100   (eval "$ac_compile") 2>conftest.er1
11101   ac_status=$?
11102   grep -v '^ *+' conftest.er1 >conftest.err
11103   rm -f conftest.er1
11104   cat conftest.err >&5
11105   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_objext; then
11110   wine_cv_opengl_header_version_OK="yes"
11111 else
11112   echo "$as_me: failed program was:" >&5
11113 sed 's/^/| /' conftest.$ac_ext >&5
11114
11115         wine_cv_opengl_header_version_OK="no"
11116 fi
11117
11118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11119 fi
11120 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11121 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11122
11123             if test "$wine_cv_opengl_header_version_OK" = "yes"
11124             then
11125                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
11126 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11127 if test "${ac_cv_lib_soname_GL+set}" = set; then
11128   echo $ECHO_N "(cached) $ECHO_C" >&6
11129 else
11130   ac_check_soname_save_LIBS=$LIBS
11131 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11132   cat >conftest.$ac_ext <<_ACEOF
11133 /* confdefs.h.  */
11134 _ACEOF
11135 cat confdefs.h >>conftest.$ac_ext
11136 cat >>conftest.$ac_ext <<_ACEOF
11137 /* end confdefs.h.  */
11138
11139 /* Override any GCC internal prototype to avoid an error.
11140    Use char because int might match the return type of a GCC
11141    builtin and then its argument prototype would still apply.  */
11142 #ifdef __cplusplus
11143 extern "C"
11144 #endif
11145 char glXCreateContext ();
11146 int
11147 main ()
11148 {
11149 return glXCreateContext ();
11150   ;
11151   return 0;
11152 }
11153 _ACEOF
11154 rm -f conftest.$ac_objext conftest$ac_exeext
11155 if { (ac_try="$ac_link"
11156 case "(($ac_try" in
11157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11158   *) ac_try_echo=$ac_try;;
11159 esac
11160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11161   (eval "$ac_link") 2>conftest.er1
11162   ac_status=$?
11163   grep -v '^ *+' conftest.er1 >conftest.err
11164   rm -f conftest.er1
11165   cat conftest.err >&5
11166   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167   (exit $ac_status); } && {
11168          test -z "$ac_c_werror_flag" ||
11169          test ! -s conftest.err
11170        } && test -s conftest$ac_exeext &&
11171        $as_test_x conftest$ac_exeext; then
11172   case "$LIBEXT" in
11173     dll) ;;
11174     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'` ;;
11175     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11176   esac
11177 else
11178   echo "$as_me: failed program was:" >&5
11179 sed 's/^/| /' conftest.$ac_ext >&5
11180
11181
11182 fi
11183
11184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11185       conftest$ac_exeext conftest.$ac_ext
11186   LIBS=$ac_check_soname_save_LIBS
11187 fi
11188 if test "x$ac_cv_lib_soname_GL" = "x"; then
11189   { echo "$as_me:$LINENO: result: not found" >&5
11190 echo "${ECHO_T}not found" >&6; }
11191        { echo "$as_me:$LINENO: checking for -lGL" >&5
11192 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11193 if test "${ac_cv_lib_soname_GL+set}" = set; then
11194   echo $ECHO_N "(cached) $ECHO_C" >&6
11195 else
11196   ac_check_soname_save_LIBS=$LIBS
11197 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"
11198   cat >conftest.$ac_ext <<_ACEOF
11199 /* confdefs.h.  */
11200 _ACEOF
11201 cat confdefs.h >>conftest.$ac_ext
11202 cat >>conftest.$ac_ext <<_ACEOF
11203 /* end confdefs.h.  */
11204
11205 /* Override any GCC internal prototype to avoid an error.
11206    Use char because int might match the return type of a GCC
11207    builtin and then its argument prototype would still apply.  */
11208 #ifdef __cplusplus
11209 extern "C"
11210 #endif
11211 char glXCreateContext ();
11212 int
11213 main ()
11214 {
11215 return glXCreateContext ();
11216   ;
11217   return 0;
11218 }
11219 _ACEOF
11220 rm -f conftest.$ac_objext conftest$ac_exeext
11221 if { (ac_try="$ac_link"
11222 case "(($ac_try" in
11223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11224   *) ac_try_echo=$ac_try;;
11225 esac
11226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11227   (eval "$ac_link") 2>conftest.er1
11228   ac_status=$?
11229   grep -v '^ *+' conftest.er1 >conftest.err
11230   rm -f conftest.er1
11231   cat conftest.err >&5
11232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233   (exit $ac_status); } && {
11234          test -z "$ac_c_werror_flag" ||
11235          test ! -s conftest.err
11236        } && test -s conftest$ac_exeext &&
11237        $as_test_x conftest$ac_exeext; then
11238   case "$LIBEXT" in
11239     dll) ;;
11240     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'` ;;
11241     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11242   esac
11243 else
11244   echo "$as_me: failed program was:" >&5
11245 sed 's/^/| /' conftest.$ac_ext >&5
11246
11247
11248 fi
11249
11250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11251       conftest$ac_exeext conftest.$ac_ext
11252   LIBS=$ac_check_soname_save_LIBS
11253 fi
11254 if test "x$ac_cv_lib_soname_GL" = "x"; then
11255   { echo "$as_me:$LINENO: result: not found" >&5
11256 echo "${ECHO_T}not found" >&6; }
11257        if test -f /usr/X11R6/lib/libGL.a
11258                                     then
11259                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11260 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11261                                     else
11262                                         opengl_msg="No OpenGL library found on this system."
11263                                     fi
11264 else
11265   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11266 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11267
11268 cat >>confdefs.h <<_ACEOF
11269 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11270 _ACEOF
11271
11272        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"
11273
11274 cat >>confdefs.h <<\_ACEOF
11275 #define HAVE_OPENGL 1
11276 _ACEOF
11277
11278 fi
11279
11280 else
11281   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11282 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11283
11284 cat >>confdefs.h <<_ACEOF
11285 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11286 _ACEOF
11287
11288        OPENGL_LIBS="-lGL"
11289
11290 cat >>confdefs.h <<\_ACEOF
11291 #define HAVE_OPENGL 1
11292 _ACEOF
11293
11294 fi
11295
11296                  if test "$ac_cv_header_GL_glu_h" = "yes"
11297                  then
11298                     { echo "$as_me:$LINENO: checking for -lGLU" >&5
11299 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11300 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11301   echo $ECHO_N "(cached) $ECHO_C" >&6
11302 else
11303   ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11305   cat >conftest.$ac_ext <<_ACEOF
11306 /* confdefs.h.  */
11307 _ACEOF
11308 cat confdefs.h >>conftest.$ac_ext
11309 cat >>conftest.$ac_ext <<_ACEOF
11310 /* end confdefs.h.  */
11311
11312 /* Override any GCC internal prototype to avoid an error.
11313    Use char because int might match the return type of a GCC
11314    builtin and then its argument prototype would still apply.  */
11315 #ifdef __cplusplus
11316 extern "C"
11317 #endif
11318 char gluLookAt ();
11319 int
11320 main ()
11321 {
11322 return gluLookAt ();
11323   ;
11324   return 0;
11325 }
11326 _ACEOF
11327 rm -f conftest.$ac_objext conftest$ac_exeext
11328 if { (ac_try="$ac_link"
11329 case "(($ac_try" in
11330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11331   *) ac_try_echo=$ac_try;;
11332 esac
11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11334   (eval "$ac_link") 2>conftest.er1
11335   ac_status=$?
11336   grep -v '^ *+' conftest.er1 >conftest.err
11337   rm -f conftest.er1
11338   cat conftest.err >&5
11339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340   (exit $ac_status); } && {
11341          test -z "$ac_c_werror_flag" ||
11342          test ! -s conftest.err
11343        } && test -s conftest$ac_exeext &&
11344        $as_test_x conftest$ac_exeext; then
11345   case "$LIBEXT" in
11346     dll) ;;
11347     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'` ;;
11348     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11349   esac
11350 else
11351   echo "$as_me: failed program was:" >&5
11352 sed 's/^/| /' conftest.$ac_ext >&5
11353
11354
11355 fi
11356
11357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11358       conftest$ac_exeext conftest.$ac_ext
11359   LIBS=$ac_check_soname_save_LIBS
11360 fi
11361 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11362   { echo "$as_me:$LINENO: result: not found" >&5
11363 echo "${ECHO_T}not found" >&6; }
11364
11365 else
11366   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11367 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11368
11369 cat >>confdefs.h <<_ACEOF
11370 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11371 _ACEOF
11372
11373
11374 fi
11375
11376                  fi
11377                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11378   case "x$with_glu" in
11379   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11380   xno) ;;
11381   *)   { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11382 This is an error since --with-glu was requested." >&5
11383 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11384 This is an error since --with-glu was requested." >&2;}
11385    { (exit 1); exit 1; }; } ;;
11386 esac
11387 fi
11388
11389              else
11390                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11391              fi
11392          else
11393              opengl_msg="OpenGL development headers not found."
11394          fi
11395          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11396          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11397     else
11398          enable_opengl32=${enable_opengl32:-no}
11399          enable_glu32=${enable_glu32:-no}
11400     fi
11401     if test -n "$opengl_msg"; then
11402   case "x$with_opengl" in
11403   x)   wine_warnings="$wine_warnings|$opengl_msg
11404 OpenGL and Direct3D won't be supported." ;;
11405   xno) ;;
11406   *)   { { echo "$as_me:$LINENO: error: $opengl_msg
11407 OpenGL and Direct3D won't be supported.
11408 This is an error since --with-opengl was requested." >&5
11409 echo "$as_me: error: $opengl_msg
11410 OpenGL and Direct3D won't be supported.
11411 This is an error since --with-opengl was requested." >&2;}
11412    { (exit 1); exit 1; }; } ;;
11413 esac
11414 fi
11415
11416
11417         NASLIBS=""
11418
11419
11420 for ac_header in audio/audiolib.h
11421 do
11422 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11427   echo $ECHO_N "(cached) $ECHO_C" >&6
11428 fi
11429 ac_res=`eval echo '${'$as_ac_Header'}'`
11430                { echo "$as_me:$LINENO: result: $ac_res" >&5
11431 echo "${ECHO_T}$ac_res" >&6; }
11432 else
11433   # Is the header compilable?
11434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11436 cat >conftest.$ac_ext <<_ACEOF
11437 /* confdefs.h.  */
11438 _ACEOF
11439 cat confdefs.h >>conftest.$ac_ext
11440 cat >>conftest.$ac_ext <<_ACEOF
11441 /* end confdefs.h.  */
11442 $ac_includes_default
11443 #include <$ac_header>
11444 _ACEOF
11445 rm -f conftest.$ac_objext
11446 if { (ac_try="$ac_compile"
11447 case "(($ac_try" in
11448   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11449   *) ac_try_echo=$ac_try;;
11450 esac
11451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11452   (eval "$ac_compile") 2>conftest.er1
11453   ac_status=$?
11454   grep -v '^ *+' conftest.er1 >conftest.err
11455   rm -f conftest.er1
11456   cat conftest.err >&5
11457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11458   (exit $ac_status); } && {
11459          test -z "$ac_c_werror_flag" ||
11460          test ! -s conftest.err
11461        } && test -s conftest.$ac_objext; then
11462   ac_header_compiler=yes
11463 else
11464   echo "$as_me: failed program was:" >&5
11465 sed 's/^/| /' conftest.$ac_ext >&5
11466
11467         ac_header_compiler=no
11468 fi
11469
11470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11472 echo "${ECHO_T}$ac_header_compiler" >&6; }
11473
11474 # Is the header present?
11475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11477 cat >conftest.$ac_ext <<_ACEOF
11478 /* confdefs.h.  */
11479 _ACEOF
11480 cat confdefs.h >>conftest.$ac_ext
11481 cat >>conftest.$ac_ext <<_ACEOF
11482 /* end confdefs.h.  */
11483 #include <$ac_header>
11484 _ACEOF
11485 if { (ac_try="$ac_cpp conftest.$ac_ext"
11486 case "(($ac_try" in
11487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11488   *) ac_try_echo=$ac_try;;
11489 esac
11490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11491   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11492   ac_status=$?
11493   grep -v '^ *+' conftest.er1 >conftest.err
11494   rm -f conftest.er1
11495   cat conftest.err >&5
11496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11497   (exit $ac_status); } >/dev/null && {
11498          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11499          test ! -s conftest.err
11500        }; then
11501   ac_header_preproc=yes
11502 else
11503   echo "$as_me: failed program was:" >&5
11504 sed 's/^/| /' conftest.$ac_ext >&5
11505
11506   ac_header_preproc=no
11507 fi
11508
11509 rm -f conftest.err conftest.$ac_ext
11510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11511 echo "${ECHO_T}$ac_header_preproc" >&6; }
11512
11513 # So?  What about this header?
11514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11515   yes:no: )
11516     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11518     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11520     ac_header_preproc=yes
11521     ;;
11522   no:yes:* )
11523     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11525     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11526 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11527     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11529     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11530 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11531     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11533     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11535     ( cat <<\_ASBOX
11536 ## ------------------------------------ ##
11537 ## Report this to wine-devel@winehq.org ##
11538 ## ------------------------------------ ##
11539 _ASBOX
11540      ) | sed "s/^/$as_me: WARNING:     /" >&2
11541     ;;
11542 esac
11543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11546   echo $ECHO_N "(cached) $ECHO_C" >&6
11547 else
11548   eval "$as_ac_Header=\$ac_header_preproc"
11549 fi
11550 ac_res=`eval echo '${'$as_ac_Header'}'`
11551                { echo "$as_me:$LINENO: result: $ac_res" >&5
11552 echo "${ECHO_T}$ac_res" >&6; }
11553
11554 fi
11555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11556   cat >>confdefs.h <<_ACEOF
11557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11558 _ACEOF
11559
11560 for ac_header in audio/soundlib.h
11561 do
11562 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11563 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11566   echo $ECHO_N "(cached) $ECHO_C" >&6
11567 else
11568   cat >conftest.$ac_ext <<_ACEOF
11569 /* confdefs.h.  */
11570 _ACEOF
11571 cat confdefs.h >>conftest.$ac_ext
11572 cat >>conftest.$ac_ext <<_ACEOF
11573 /* end confdefs.h.  */
11574 #include <audio/audiolib.h>
11575
11576 #include <$ac_header>
11577 _ACEOF
11578 rm -f conftest.$ac_objext
11579 if { (ac_try="$ac_compile"
11580 case "(($ac_try" in
11581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11582   *) ac_try_echo=$ac_try;;
11583 esac
11584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11585   (eval "$ac_compile") 2>conftest.er1
11586   ac_status=$?
11587   grep -v '^ *+' conftest.er1 >conftest.err
11588   rm -f conftest.er1
11589   cat conftest.err >&5
11590   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591   (exit $ac_status); } && {
11592          test -z "$ac_c_werror_flag" ||
11593          test ! -s conftest.err
11594        } && test -s conftest.$ac_objext; then
11595   eval "$as_ac_Header=yes"
11596 else
11597   echo "$as_me: failed program was:" >&5
11598 sed 's/^/| /' conftest.$ac_ext >&5
11599
11600         eval "$as_ac_Header=no"
11601 fi
11602
11603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11604 fi
11605 ac_res=`eval echo '${'$as_ac_Header'}'`
11606                { echo "$as_me:$LINENO: result: $ac_res" >&5
11607 echo "${ECHO_T}$ac_res" >&6; }
11608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11609   cat >>confdefs.h <<_ACEOF
11610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11611 _ACEOF
11612
11613 fi
11614
11615 done
11616
11617           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11618 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11619 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11620   echo $ECHO_N "(cached) $ECHO_C" >&6
11621 else
11622   ac_check_lib_save_LIBS=$LIBS
11623 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11624 cat >conftest.$ac_ext <<_ACEOF
11625 /* confdefs.h.  */
11626 _ACEOF
11627 cat confdefs.h >>conftest.$ac_ext
11628 cat >>conftest.$ac_ext <<_ACEOF
11629 /* end confdefs.h.  */
11630
11631 /* Override any GCC internal prototype to avoid an error.
11632    Use char because int might match the return type of a GCC
11633    builtin and then its argument prototype would still apply.  */
11634 #ifdef __cplusplus
11635 extern "C"
11636 #endif
11637 char AuCreateFlow ();
11638 int
11639 main ()
11640 {
11641 return AuCreateFlow ();
11642   ;
11643   return 0;
11644 }
11645 _ACEOF
11646 rm -f conftest.$ac_objext conftest$ac_exeext
11647 if { (ac_try="$ac_link"
11648 case "(($ac_try" in
11649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11650   *) ac_try_echo=$ac_try;;
11651 esac
11652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11653   (eval "$ac_link") 2>conftest.er1
11654   ac_status=$?
11655   grep -v '^ *+' conftest.er1 >conftest.err
11656   rm -f conftest.er1
11657   cat conftest.err >&5
11658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659   (exit $ac_status); } && {
11660          test -z "$ac_c_werror_flag" ||
11661          test ! -s conftest.err
11662        } && test -s conftest$ac_exeext &&
11663        $as_test_x conftest$ac_exeext; then
11664   ac_cv_lib_audio_AuCreateFlow=yes
11665 else
11666   echo "$as_me: failed program was:" >&5
11667 sed 's/^/| /' conftest.$ac_ext >&5
11668
11669         ac_cv_lib_audio_AuCreateFlow=no
11670 fi
11671
11672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11673       conftest$ac_exeext conftest.$ac_ext
11674 LIBS=$ac_check_lib_save_LIBS
11675 fi
11676 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11677 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11678 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11679
11680 cat >>confdefs.h <<\_ACEOF
11681 #define HAVE_NAS 1
11682 _ACEOF
11683
11684                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11685 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11686 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11687   echo $ECHO_N "(cached) $ECHO_C" >&6
11688 else
11689   ac_check_lib_save_LIBS=$LIBS
11690 LIBS="-lXau $X_LIBS $LIBS"
11691 cat >conftest.$ac_ext <<_ACEOF
11692 /* confdefs.h.  */
11693 _ACEOF
11694 cat confdefs.h >>conftest.$ac_ext
11695 cat >>conftest.$ac_ext <<_ACEOF
11696 /* end confdefs.h.  */
11697
11698 /* Override any GCC internal prototype to avoid an error.
11699    Use char because int might match the return type of a GCC
11700    builtin and then its argument prototype would still apply.  */
11701 #ifdef __cplusplus
11702 extern "C"
11703 #endif
11704 char XauGetBestAuthByAddr ();
11705 int
11706 main ()
11707 {
11708 return XauGetBestAuthByAddr ();
11709   ;
11710   return 0;
11711 }
11712 _ACEOF
11713 rm -f conftest.$ac_objext conftest$ac_exeext
11714 if { (ac_try="$ac_link"
11715 case "(($ac_try" in
11716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11717   *) ac_try_echo=$ac_try;;
11718 esac
11719 eval "echo \"\$as_me:$LINENO: $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   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        $as_test_x conftest$ac_exeext; then
11731   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11732 else
11733   echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11735
11736         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11737 fi
11738
11739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11740       conftest$ac_exeext conftest.$ac_ext
11741 LIBS=$ac_check_lib_save_LIBS
11742 fi
11743 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11744 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11745 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11746   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11747 else
11748   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11749 fi
11750
11751
11752 fi
11753
11754 fi
11755
11756 done
11757
11758
11759     CPPFLAGS="$ac_save_CPPFLAGS"
11760 else
11761     XLIB=""
11762     X_CFLAGS=""
11763     X_LIBS=""
11764     enable_winex11_drv=${enable_winex11_drv:-no}
11765     enable_opengl32=${enable_opengl32:-no}
11766     enable_glu32=${enable_glu32:-no}
11767 fi
11768 if test "x$XLIB" = "x"; then
11769   case "x$with_x" in
11770   xno) ;;
11771   *)   { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11772 without X support, which probably isn't what you want. You will need to install
11773 development packages of Xlib/Xfree86 at the very least.
11774 Use the --without-x option if you really want this." >&5
11775 echo "$as_me: error: X development files not found. Wine will be built
11776 without X support, which probably isn't what you want. You will need to install
11777 development packages of Xlib/Xfree86 at the very least.
11778 Use the --without-x option if you really want this." >&2;}
11779    { (exit 1); exit 1; }; } ;;
11780 esac
11781 fi
11782
11783
11784
11785 XML2LIBS=""
11786
11787 XML2INCL=""
11788
11789 XSLTLIBS=""
11790
11791 XSLTINCL=""
11792
11793 if test "x$with_xml" != "xno"
11794 then
11795     ac_save_CPPFLAGS="$CPPFLAGS"
11796     if test "$PKG_CONFIG" != "false"
11797     then
11798         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11799         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11800     else
11801         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11802         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
11803     fi
11804     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11805
11806 for ac_header in libxml/parser.h
11807 do
11808 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11810   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11813   echo $ECHO_N "(cached) $ECHO_C" >&6
11814 fi
11815 ac_res=`eval echo '${'$as_ac_Header'}'`
11816                { echo "$as_me:$LINENO: result: $ac_res" >&5
11817 echo "${ECHO_T}$ac_res" >&6; }
11818 else
11819   # Is the header compilable?
11820 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11821 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11822 cat >conftest.$ac_ext <<_ACEOF
11823 /* confdefs.h.  */
11824 _ACEOF
11825 cat confdefs.h >>conftest.$ac_ext
11826 cat >>conftest.$ac_ext <<_ACEOF
11827 /* end confdefs.h.  */
11828 $ac_includes_default
11829 #include <$ac_header>
11830 _ACEOF
11831 rm -f conftest.$ac_objext
11832 if { (ac_try="$ac_compile"
11833 case "(($ac_try" in
11834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835   *) ac_try_echo=$ac_try;;
11836 esac
11837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11838   (eval "$ac_compile") 2>conftest.er1
11839   ac_status=$?
11840   grep -v '^ *+' conftest.er1 >conftest.err
11841   rm -f conftest.er1
11842   cat conftest.err >&5
11843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11844   (exit $ac_status); } && {
11845          test -z "$ac_c_werror_flag" ||
11846          test ! -s conftest.err
11847        } && test -s conftest.$ac_objext; then
11848   ac_header_compiler=yes
11849 else
11850   echo "$as_me: failed program was:" >&5
11851 sed 's/^/| /' conftest.$ac_ext >&5
11852
11853         ac_header_compiler=no
11854 fi
11855
11856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11857 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11858 echo "${ECHO_T}$ac_header_compiler" >&6; }
11859
11860 # Is the header present?
11861 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11862 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11863 cat >conftest.$ac_ext <<_ACEOF
11864 /* confdefs.h.  */
11865 _ACEOF
11866 cat confdefs.h >>conftest.$ac_ext
11867 cat >>conftest.$ac_ext <<_ACEOF
11868 /* end confdefs.h.  */
11869 #include <$ac_header>
11870 _ACEOF
11871 if { (ac_try="$ac_cpp conftest.$ac_ext"
11872 case "(($ac_try" in
11873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11874   *) ac_try_echo=$ac_try;;
11875 esac
11876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11877   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11878   ac_status=$?
11879   grep -v '^ *+' conftest.er1 >conftest.err
11880   rm -f conftest.er1
11881   cat conftest.err >&5
11882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883   (exit $ac_status); } >/dev/null && {
11884          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11885          test ! -s conftest.err
11886        }; then
11887   ac_header_preproc=yes
11888 else
11889   echo "$as_me: failed program was:" >&5
11890 sed 's/^/| /' conftest.$ac_ext >&5
11891
11892   ac_header_preproc=no
11893 fi
11894
11895 rm -f conftest.err conftest.$ac_ext
11896 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11897 echo "${ECHO_T}$ac_header_preproc" >&6; }
11898
11899 # So?  What about this header?
11900 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11901   yes:no: )
11902     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11903 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11904     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11905 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11906     ac_header_preproc=yes
11907     ;;
11908   no:yes:* )
11909     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11910 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11911     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11912 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11913     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11914 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11915     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11916 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11917     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11918 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11919     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11920 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11921     ( cat <<\_ASBOX
11922 ## ------------------------------------ ##
11923 ## Report this to wine-devel@winehq.org ##
11924 ## ------------------------------------ ##
11925 _ASBOX
11926      ) | sed "s/^/$as_me: WARNING:     /" >&2
11927     ;;
11928 esac
11929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11932   echo $ECHO_N "(cached) $ECHO_C" >&6
11933 else
11934   eval "$as_ac_Header=\$ac_header_preproc"
11935 fi
11936 ac_res=`eval echo '${'$as_ac_Header'}'`
11937                { echo "$as_me:$LINENO: result: $ac_res" >&5
11938 echo "${ECHO_T}$ac_res" >&6; }
11939
11940 fi
11941 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11942   cat >>confdefs.h <<_ACEOF
11943 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11944 _ACEOF
11945  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11946 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11947 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11948   echo $ECHO_N "(cached) $ECHO_C" >&6
11949 else
11950   ac_check_lib_save_LIBS=$LIBS
11951 LIBS="-lxml2 $ac_xml_libs $LIBS"
11952 cat >conftest.$ac_ext <<_ACEOF
11953 /* confdefs.h.  */
11954 _ACEOF
11955 cat confdefs.h >>conftest.$ac_ext
11956 cat >>conftest.$ac_ext <<_ACEOF
11957 /* end confdefs.h.  */
11958
11959 /* Override any GCC internal prototype to avoid an error.
11960    Use char because int might match the return type of a GCC
11961    builtin and then its argument prototype would still apply.  */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char xmlParseMemory ();
11966 int
11967 main ()
11968 {
11969 return xmlParseMemory ();
11970   ;
11971   return 0;
11972 }
11973 _ACEOF
11974 rm -f conftest.$ac_objext conftest$ac_exeext
11975 if { (ac_try="$ac_link"
11976 case "(($ac_try" in
11977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11978   *) ac_try_echo=$ac_try;;
11979 esac
11980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11981   (eval "$ac_link") 2>conftest.er1
11982   ac_status=$?
11983   grep -v '^ *+' conftest.er1 >conftest.err
11984   rm -f conftest.er1
11985   cat conftest.err >&5
11986   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_exeext &&
11991        $as_test_x conftest$ac_exeext; then
11992   ac_cv_lib_xml2_xmlParseMemory=yes
11993 else
11994   echo "$as_me: failed program was:" >&5
11995 sed 's/^/| /' conftest.$ac_ext >&5
11996
11997         ac_cv_lib_xml2_xmlParseMemory=no
11998 fi
11999
12000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12001       conftest$ac_exeext conftest.$ac_ext
12002 LIBS=$ac_check_lib_save_LIBS
12003 fi
12004 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12005 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12006 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12007
12008 cat >>confdefs.h <<\_ACEOF
12009 #define HAVE_LIBXML2 1
12010 _ACEOF
12011
12012                  XML2LIBS="$ac_xml_libs"
12013                  XML2INCL="$ac_xml_cflags"
12014 fi
12015
12016              { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12017 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12018 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12019   echo $ECHO_N "(cached) $ECHO_C" >&6
12020 else
12021   ac_check_lib_save_LIBS=$LIBS
12022 LIBS="-lxml2 $ac_xml_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 xmlReadMemory ();
12037 int
12038 main ()
12039 {
12040 return xmlReadMemory ();
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12052   (eval "$ac_link") 2>conftest.er1
12053   ac_status=$?
12054   grep -v '^ *+' conftest.er1 >conftest.err
12055   rm -f conftest.er1
12056   cat conftest.err >&5
12057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058   (exit $ac_status); } && {
12059          test -z "$ac_c_werror_flag" ||
12060          test ! -s conftest.err
12061        } && test -s conftest$ac_exeext &&
12062        $as_test_x conftest$ac_exeext; then
12063   ac_cv_lib_xml2_xmlReadMemory=yes
12064 else
12065   echo "$as_me: failed program was:" >&5
12066 sed 's/^/| /' conftest.$ac_ext >&5
12067
12068         ac_cv_lib_xml2_xmlReadMemory=no
12069 fi
12070
12071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12072       conftest$ac_exeext conftest.$ac_ext
12073 LIBS=$ac_check_lib_save_LIBS
12074 fi
12075 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12076 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12077 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12078
12079 cat >>confdefs.h <<\_ACEOF
12080 #define HAVE_XMLREADMEMORY 1
12081 _ACEOF
12082
12083 fi
12084
12085              { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12086 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12087 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12088   echo $ECHO_N "(cached) $ECHO_C" >&6
12089 else
12090   ac_check_lib_save_LIBS=$LIBS
12091 LIBS="-lxml2 $ac_xml_libs $LIBS"
12092 cat >conftest.$ac_ext <<_ACEOF
12093 /* confdefs.h.  */
12094 _ACEOF
12095 cat confdefs.h >>conftest.$ac_ext
12096 cat >>conftest.$ac_ext <<_ACEOF
12097 /* end confdefs.h.  */
12098
12099 /* Override any GCC internal prototype to avoid an error.
12100    Use char because int might match the return type of a GCC
12101    builtin and then its argument prototype would still apply.  */
12102 #ifdef __cplusplus
12103 extern "C"
12104 #endif
12105 char xmlNewDocPI ();
12106 int
12107 main ()
12108 {
12109 return xmlNewDocPI ();
12110   ;
12111   return 0;
12112 }
12113 _ACEOF
12114 rm -f conftest.$ac_objext conftest$ac_exeext
12115 if { (ac_try="$ac_link"
12116 case "(($ac_try" in
12117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12118   *) ac_try_echo=$ac_try;;
12119 esac
12120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12121   (eval "$ac_link") 2>conftest.er1
12122   ac_status=$?
12123   grep -v '^ *+' conftest.er1 >conftest.err
12124   rm -f conftest.er1
12125   cat conftest.err >&5
12126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12127   (exit $ac_status); } && {
12128          test -z "$ac_c_werror_flag" ||
12129          test ! -s conftest.err
12130        } && test -s conftest$ac_exeext &&
12131        $as_test_x conftest$ac_exeext; then
12132   ac_cv_lib_xml2_xmlNewDocPI=yes
12133 else
12134   echo "$as_me: failed program was:" >&5
12135 sed 's/^/| /' conftest.$ac_ext >&5
12136
12137         ac_cv_lib_xml2_xmlNewDocPI=no
12138 fi
12139
12140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12141       conftest$ac_exeext conftest.$ac_ext
12142 LIBS=$ac_check_lib_save_LIBS
12143 fi
12144 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12145 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12146 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12147
12148 cat >>confdefs.h <<\_ACEOF
12149 #define HAVE_XMLNEWDOCPI 1
12150 _ACEOF
12151
12152 fi
12153
12154
12155 fi
12156
12157 done
12158
12159     CPPFLAGS="$ac_save_CPPFLAGS"
12160 fi
12161 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12162   case "x$with_xml" in
12163   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12164   xno) ;;
12165   *)   { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12166 This is an error since --with-xml was requested." >&5
12167 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12168 This is an error since --with-xml was requested." >&2;}
12169    { (exit 1); exit 1; }; } ;;
12170 esac
12171 fi
12172
12173
12174 if test "x$with_xslt" != "xno"
12175 then
12176     if test "$PKG_CONFIG" != "false"
12177     then
12178         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12179         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12180     else
12181         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12182         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12183     fi
12184     ac_save_CPPFLAGS="$CPPFLAGS"
12185     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12186
12187
12188 for ac_header in libxslt/pattern.h libxslt/transform.h
12189 do
12190 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12191 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12194   echo $ECHO_N "(cached) $ECHO_C" >&6
12195 else
12196   cat >conftest.$ac_ext <<_ACEOF
12197 /* confdefs.h.  */
12198 _ACEOF
12199 cat confdefs.h >>conftest.$ac_ext
12200 cat >>conftest.$ac_ext <<_ACEOF
12201 /* end confdefs.h.  */
12202 #ifdef HAVE_LIBXSLT_PATTERN_H
12203 # include <libxslt/pattern.h>
12204 #endif
12205
12206 #include <$ac_header>
12207 _ACEOF
12208 rm -f conftest.$ac_objext
12209 if { (ac_try="$ac_compile"
12210 case "(($ac_try" in
12211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12212   *) ac_try_echo=$ac_try;;
12213 esac
12214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12215   (eval "$ac_compile") 2>conftest.er1
12216   ac_status=$?
12217   grep -v '^ *+' conftest.er1 >conftest.err
12218   rm -f conftest.er1
12219   cat conftest.err >&5
12220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221   (exit $ac_status); } && {
12222          test -z "$ac_c_werror_flag" ||
12223          test ! -s conftest.err
12224        } && test -s conftest.$ac_objext; then
12225   eval "$as_ac_Header=yes"
12226 else
12227   echo "$as_me: failed program was:" >&5
12228 sed 's/^/| /' conftest.$ac_ext >&5
12229
12230         eval "$as_ac_Header=no"
12231 fi
12232
12233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12234 fi
12235 ac_res=`eval echo '${'$as_ac_Header'}'`
12236                { echo "$as_me:$LINENO: result: $ac_res" >&5
12237 echo "${ECHO_T}$ac_res" >&6; }
12238 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12239   cat >>confdefs.h <<_ACEOF
12240 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12241 _ACEOF
12242
12243 fi
12244
12245 done
12246
12247     CPPFLAGS="$ac_save_CPPFLAGS"
12248     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12249     then
12250         { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12251 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12252 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12253   echo $ECHO_N "(cached) $ECHO_C" >&6
12254 else
12255   ac_check_lib_save_LIBS=$LIBS
12256 LIBS="-lxslt $ac_xslt_libs $LIBS"
12257 cat >conftest.$ac_ext <<_ACEOF
12258 /* confdefs.h.  */
12259 _ACEOF
12260 cat confdefs.h >>conftest.$ac_ext
12261 cat >>conftest.$ac_ext <<_ACEOF
12262 /* end confdefs.h.  */
12263
12264 /* Override any GCC internal prototype to avoid an error.
12265    Use char because int might match the return type of a GCC
12266    builtin and then its argument prototype would still apply.  */
12267 #ifdef __cplusplus
12268 extern "C"
12269 #endif
12270 char xsltCompilePattern ();
12271 int
12272 main ()
12273 {
12274 return xsltCompilePattern ();
12275   ;
12276   return 0;
12277 }
12278 _ACEOF
12279 rm -f conftest.$ac_objext conftest$ac_exeext
12280 if { (ac_try="$ac_link"
12281 case "(($ac_try" in
12282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12283   *) ac_try_echo=$ac_try;;
12284 esac
12285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12286   (eval "$ac_link") 2>conftest.er1
12287   ac_status=$?
12288   grep -v '^ *+' conftest.er1 >conftest.err
12289   rm -f conftest.er1
12290   cat conftest.err >&5
12291   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12292   (exit $ac_status); } && {
12293          test -z "$ac_c_werror_flag" ||
12294          test ! -s conftest.err
12295        } && test -s conftest$ac_exeext &&
12296        $as_test_x conftest$ac_exeext; then
12297   ac_cv_lib_xslt_xsltCompilePattern=yes
12298 else
12299   echo "$as_me: failed program was:" >&5
12300 sed 's/^/| /' conftest.$ac_ext >&5
12301
12302         ac_cv_lib_xslt_xsltCompilePattern=no
12303 fi
12304
12305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12306       conftest$ac_exeext conftest.$ac_ext
12307 LIBS=$ac_check_lib_save_LIBS
12308 fi
12309 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12310 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12311 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12312
12313 cat >>confdefs.h <<\_ACEOF
12314 #define HAVE_LIBXSLT 1
12315 _ACEOF
12316
12317              XSLTLIBS="$ac_xslt_libs"
12318              XSLTINCL="$ac_xslt_cflags"
12319              ac_save_LIBS="$LIBS"
12320              LIBS="$LIBS $ac_xslt_libs"
12321
12322 for ac_func in xsltInit
12323 do
12324 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12325 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12326 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12327 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12328   echo $ECHO_N "(cached) $ECHO_C" >&6
12329 else
12330   cat >conftest.$ac_ext <<_ACEOF
12331 /* confdefs.h.  */
12332 _ACEOF
12333 cat confdefs.h >>conftest.$ac_ext
12334 cat >>conftest.$ac_ext <<_ACEOF
12335 /* end confdefs.h.  */
12336 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12337    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12338 #define $ac_func innocuous_$ac_func
12339
12340 /* System header to define __stub macros and hopefully few prototypes,
12341     which can conflict with char $ac_func (); below.
12342     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12343     <limits.h> exists even on freestanding compilers.  */
12344
12345 #ifdef __STDC__
12346 # include <limits.h>
12347 #else
12348 # include <assert.h>
12349 #endif
12350
12351 #undef $ac_func
12352
12353 /* Override any GCC internal prototype to avoid an error.
12354    Use char because int might match the return type of a GCC
12355    builtin and then its argument prototype would still apply.  */
12356 #ifdef __cplusplus
12357 extern "C"
12358 #endif
12359 char $ac_func ();
12360 /* The GNU C library defines this for functions which it implements
12361     to always fail with ENOSYS.  Some functions are actually named
12362     something starting with __ and the normal name is an alias.  */
12363 #if defined __stub_$ac_func || defined __stub___$ac_func
12364 choke me
12365 #endif
12366
12367 int
12368 main ()
12369 {
12370 return $ac_func ();
12371   ;
12372   return 0;
12373 }
12374 _ACEOF
12375 rm -f conftest.$ac_objext conftest$ac_exeext
12376 if { (ac_try="$ac_link"
12377 case "(($ac_try" in
12378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12379   *) ac_try_echo=$ac_try;;
12380 esac
12381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12382   (eval "$ac_link") 2>conftest.er1
12383   ac_status=$?
12384   grep -v '^ *+' conftest.er1 >conftest.err
12385   rm -f conftest.er1
12386   cat conftest.err >&5
12387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388   (exit $ac_status); } && {
12389          test -z "$ac_c_werror_flag" ||
12390          test ! -s conftest.err
12391        } && test -s conftest$ac_exeext &&
12392        $as_test_x conftest$ac_exeext; then
12393   eval "$as_ac_var=yes"
12394 else
12395   echo "$as_me: failed program was:" >&5
12396 sed 's/^/| /' conftest.$ac_ext >&5
12397
12398         eval "$as_ac_var=no"
12399 fi
12400
12401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12402       conftest$ac_exeext conftest.$ac_ext
12403 fi
12404 ac_res=`eval echo '${'$as_ac_var'}'`
12405                { echo "$as_me:$LINENO: result: $ac_res" >&5
12406 echo "${ECHO_T}$ac_res" >&6; }
12407 if test `eval echo '${'$as_ac_var'}'` = yes; then
12408   cat >>confdefs.h <<_ACEOF
12409 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12410 _ACEOF
12411
12412 fi
12413 done
12414
12415              LIBS="$ac_save_LIBS"
12416 fi
12417
12418     fi
12419 fi
12420 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12421   case "x$with_xslt" in
12422   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12423   xno) ;;
12424   *)   { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12425 This is an error since --with-xslt was requested." >&5
12426 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12427 This is an error since --with-xslt was requested." >&2;}
12428    { (exit 1); exit 1; }; } ;;
12429 esac
12430 fi
12431
12432
12433 HALINCL=""
12434
12435 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12436 then
12437     ac_save_CPPFLAGS="$CPPFLAGS"
12438     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12439     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12440     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12441
12442
12443 for ac_header in dbus/dbus.h hal/libhal.h
12444 do
12445 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12447   { echo "$as_me:$LINENO: checking for $ac_header" >&5
12448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12450   echo $ECHO_N "(cached) $ECHO_C" >&6
12451 fi
12452 ac_res=`eval echo '${'$as_ac_Header'}'`
12453                { echo "$as_me:$LINENO: result: $ac_res" >&5
12454 echo "${ECHO_T}$ac_res" >&6; }
12455 else
12456   # Is the header compilable?
12457 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12458 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12459 cat >conftest.$ac_ext <<_ACEOF
12460 /* confdefs.h.  */
12461 _ACEOF
12462 cat confdefs.h >>conftest.$ac_ext
12463 cat >>conftest.$ac_ext <<_ACEOF
12464 /* end confdefs.h.  */
12465 $ac_includes_default
12466 #include <$ac_header>
12467 _ACEOF
12468 rm -f conftest.$ac_objext
12469 if { (ac_try="$ac_compile"
12470 case "(($ac_try" in
12471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12472   *) ac_try_echo=$ac_try;;
12473 esac
12474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12475   (eval "$ac_compile") 2>conftest.er1
12476   ac_status=$?
12477   grep -v '^ *+' conftest.er1 >conftest.err
12478   rm -f conftest.er1
12479   cat conftest.err >&5
12480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481   (exit $ac_status); } && {
12482          test -z "$ac_c_werror_flag" ||
12483          test ! -s conftest.err
12484        } && test -s conftest.$ac_objext; then
12485   ac_header_compiler=yes
12486 else
12487   echo "$as_me: failed program was:" >&5
12488 sed 's/^/| /' conftest.$ac_ext >&5
12489
12490         ac_header_compiler=no
12491 fi
12492
12493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12494 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12495 echo "${ECHO_T}$ac_header_compiler" >&6; }
12496
12497 # Is the header present?
12498 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12499 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12500 cat >conftest.$ac_ext <<_ACEOF
12501 /* confdefs.h.  */
12502 _ACEOF
12503 cat confdefs.h >>conftest.$ac_ext
12504 cat >>conftest.$ac_ext <<_ACEOF
12505 /* end confdefs.h.  */
12506 #include <$ac_header>
12507 _ACEOF
12508 if { (ac_try="$ac_cpp conftest.$ac_ext"
12509 case "(($ac_try" in
12510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12511   *) ac_try_echo=$ac_try;;
12512 esac
12513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12514   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12515   ac_status=$?
12516   grep -v '^ *+' conftest.er1 >conftest.err
12517   rm -f conftest.er1
12518   cat conftest.err >&5
12519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12520   (exit $ac_status); } >/dev/null && {
12521          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12522          test ! -s conftest.err
12523        }; then
12524   ac_header_preproc=yes
12525 else
12526   echo "$as_me: failed program was:" >&5
12527 sed 's/^/| /' conftest.$ac_ext >&5
12528
12529   ac_header_preproc=no
12530 fi
12531
12532 rm -f conftest.err conftest.$ac_ext
12533 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12534 echo "${ECHO_T}$ac_header_preproc" >&6; }
12535
12536 # So?  What about this header?
12537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12538   yes:no: )
12539     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12540 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12541     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12542 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12543     ac_header_preproc=yes
12544     ;;
12545   no:yes:* )
12546     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12547 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12548     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12549 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12550     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12551 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12552     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12553 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12554     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12555 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12556     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12557 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12558     ( cat <<\_ASBOX
12559 ## ------------------------------------ ##
12560 ## Report this to wine-devel@winehq.org ##
12561 ## ------------------------------------ ##
12562 _ASBOX
12563      ) | sed "s/^/$as_me: WARNING:     /" >&2
12564     ;;
12565 esac
12566 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12569   echo $ECHO_N "(cached) $ECHO_C" >&6
12570 else
12571   eval "$as_ac_Header=\$ac_header_preproc"
12572 fi
12573 ac_res=`eval echo '${'$as_ac_Header'}'`
12574                { echo "$as_me:$LINENO: result: $ac_res" >&5
12575 echo "${ECHO_T}$ac_res" >&6; }
12576
12577 fi
12578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12579   cat >>confdefs.h <<_ACEOF
12580 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12581 _ACEOF
12582
12583 fi
12584
12585 done
12586
12587     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12588     then
12589         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12590 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12591 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12592   echo $ECHO_N "(cached) $ECHO_C" >&6
12593 else
12594   ac_check_lib_save_LIBS=$LIBS
12595 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12596 cat >conftest.$ac_ext <<_ACEOF
12597 /* confdefs.h.  */
12598 _ACEOF
12599 cat confdefs.h >>conftest.$ac_ext
12600 cat >>conftest.$ac_ext <<_ACEOF
12601 /* end confdefs.h.  */
12602
12603 /* Override any GCC internal prototype to avoid an error.
12604    Use char because int might match the return type of a GCC
12605    builtin and then its argument prototype would still apply.  */
12606 #ifdef __cplusplus
12607 extern "C"
12608 #endif
12609 char dbus_connection_close ();
12610 int
12611 main ()
12612 {
12613 return dbus_connection_close ();
12614   ;
12615   return 0;
12616 }
12617 _ACEOF
12618 rm -f conftest.$ac_objext conftest$ac_exeext
12619 if { (ac_try="$ac_link"
12620 case "(($ac_try" in
12621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12622   *) ac_try_echo=$ac_try;;
12623 esac
12624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12625   (eval "$ac_link") 2>conftest.er1
12626   ac_status=$?
12627   grep -v '^ *+' conftest.er1 >conftest.err
12628   rm -f conftest.er1
12629   cat conftest.err >&5
12630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12631   (exit $ac_status); } && {
12632          test -z "$ac_c_werror_flag" ||
12633          test ! -s conftest.err
12634        } && test -s conftest$ac_exeext &&
12635        $as_test_x conftest$ac_exeext; then
12636   ac_cv_lib_dbus_1_dbus_connection_close=yes
12637 else
12638   echo "$as_me: failed program was:" >&5
12639 sed 's/^/| /' conftest.$ac_ext >&5
12640
12641         ac_cv_lib_dbus_1_dbus_connection_close=no
12642 fi
12643
12644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12645       conftest$ac_exeext conftest.$ac_ext
12646 LIBS=$ac_check_lib_save_LIBS
12647 fi
12648 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12649 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12650 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12651   { echo "$as_me:$LINENO: checking for -lhal" >&5
12652 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12653 if test "${ac_cv_lib_soname_hal+set}" = set; then
12654   echo $ECHO_N "(cached) $ECHO_C" >&6
12655 else
12656   ac_check_soname_save_LIBS=$LIBS
12657 LIBS="-lhal $ac_hal_libs $LIBS"
12658   cat >conftest.$ac_ext <<_ACEOF
12659 /* confdefs.h.  */
12660 _ACEOF
12661 cat confdefs.h >>conftest.$ac_ext
12662 cat >>conftest.$ac_ext <<_ACEOF
12663 /* end confdefs.h.  */
12664
12665 /* Override any GCC internal prototype to avoid an error.
12666    Use char because int might match the return type of a GCC
12667    builtin and then its argument prototype would still apply.  */
12668 #ifdef __cplusplus
12669 extern "C"
12670 #endif
12671 char libhal_ctx_new ();
12672 int
12673 main ()
12674 {
12675 return libhal_ctx_new ();
12676   ;
12677   return 0;
12678 }
12679 _ACEOF
12680 rm -f conftest.$ac_objext conftest$ac_exeext
12681 if { (ac_try="$ac_link"
12682 case "(($ac_try" in
12683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12684   *) ac_try_echo=$ac_try;;
12685 esac
12686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12687   (eval "$ac_link") 2>conftest.er1
12688   ac_status=$?
12689   grep -v '^ *+' conftest.er1 >conftest.err
12690   rm -f conftest.er1
12691   cat conftest.err >&5
12692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693   (exit $ac_status); } && {
12694          test -z "$ac_c_werror_flag" ||
12695          test ! -s conftest.err
12696        } && test -s conftest$ac_exeext &&
12697        $as_test_x conftest$ac_exeext; then
12698   case "$LIBEXT" in
12699     dll) ;;
12700     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'` ;;
12701     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12702   esac
12703 else
12704   echo "$as_me: failed program was:" >&5
12705 sed 's/^/| /' conftest.$ac_ext >&5
12706
12707
12708 fi
12709
12710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12711       conftest$ac_exeext conftest.$ac_ext
12712   LIBS=$ac_check_soname_save_LIBS
12713 fi
12714 if test "x$ac_cv_lib_soname_hal" = "x"; then
12715   { echo "$as_me:$LINENO: result: not found" >&5
12716 echo "${ECHO_T}not found" >&6; }
12717
12718 else
12719   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12720 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12721
12722 cat >>confdefs.h <<_ACEOF
12723 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12724 _ACEOF
12725
12726        HALINCL="$ac_hal_cflags"
12727 fi
12728
12729 fi
12730
12731     fi
12732     CPPFLAGS="$ac_save_CPPFLAGS"
12733 fi
12734 if test "x$ac_cv_lib_soname_hal" = "x"; then
12735   case "x$with_hal" in
12736   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12737   xno) ;;
12738   *)   { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12739 This is an error since --with-hal was requested." >&5
12740 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12741 This is an error since --with-hal was requested." >&2;}
12742    { (exit 1); exit 1; }; } ;;
12743 esac
12744 fi
12745
12746
12747 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12748 then
12749     ac_save_CPPFLAGS="$CPPFLAGS"
12750     ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12751     ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12752     CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12753     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12754   { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12755 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12756 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12757   echo $ECHO_N "(cached) $ECHO_C" >&6
12758 fi
12759 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12760 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12761 else
12762   # Is the header compilable?
12763 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12764 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12765 cat >conftest.$ac_ext <<_ACEOF
12766 /* confdefs.h.  */
12767 _ACEOF
12768 cat confdefs.h >>conftest.$ac_ext
12769 cat >>conftest.$ac_ext <<_ACEOF
12770 /* end confdefs.h.  */
12771 $ac_includes_default
12772 #include <gnutls/gnutls.h>
12773 _ACEOF
12774 rm -f conftest.$ac_objext
12775 if { (ac_try="$ac_compile"
12776 case "(($ac_try" in
12777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12778   *) ac_try_echo=$ac_try;;
12779 esac
12780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12781   (eval "$ac_compile") 2>conftest.er1
12782   ac_status=$?
12783   grep -v '^ *+' conftest.er1 >conftest.err
12784   rm -f conftest.er1
12785   cat conftest.err >&5
12786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12787   (exit $ac_status); } && {
12788          test -z "$ac_c_werror_flag" ||
12789          test ! -s conftest.err
12790        } && test -s conftest.$ac_objext; then
12791   ac_header_compiler=yes
12792 else
12793   echo "$as_me: failed program was:" >&5
12794 sed 's/^/| /' conftest.$ac_ext >&5
12795
12796         ac_header_compiler=no
12797 fi
12798
12799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12800 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12801 echo "${ECHO_T}$ac_header_compiler" >&6; }
12802
12803 # Is the header present?
12804 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12805 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12806 cat >conftest.$ac_ext <<_ACEOF
12807 /* confdefs.h.  */
12808 _ACEOF
12809 cat confdefs.h >>conftest.$ac_ext
12810 cat >>conftest.$ac_ext <<_ACEOF
12811 /* end confdefs.h.  */
12812 #include <gnutls/gnutls.h>
12813 _ACEOF
12814 if { (ac_try="$ac_cpp conftest.$ac_ext"
12815 case "(($ac_try" in
12816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12817   *) ac_try_echo=$ac_try;;
12818 esac
12819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12820   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12821   ac_status=$?
12822   grep -v '^ *+' conftest.er1 >conftest.err
12823   rm -f conftest.er1
12824   cat conftest.err >&5
12825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826   (exit $ac_status); } >/dev/null && {
12827          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12828          test ! -s conftest.err
12829        }; then
12830   ac_header_preproc=yes
12831 else
12832   echo "$as_me: failed program was:" >&5
12833 sed 's/^/| /' conftest.$ac_ext >&5
12834
12835   ac_header_preproc=no
12836 fi
12837
12838 rm -f conftest.err conftest.$ac_ext
12839 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12840 echo "${ECHO_T}$ac_header_preproc" >&6; }
12841
12842 # So?  What about this header?
12843 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12844   yes:no: )
12845     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12846 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12847     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12848 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12849     ac_header_preproc=yes
12850     ;;
12851   no:yes:* )
12852     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12853 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12854     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
12855 echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
12856     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12857 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12858     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
12859 echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12860     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12861 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12862     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12863 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12864     ( cat <<\_ASBOX
12865 ## ------------------------------------ ##
12866 ## Report this to wine-devel@winehq.org ##
12867 ## ------------------------------------ ##
12868 _ASBOX
12869      ) | sed "s/^/$as_me: WARNING:     /" >&2
12870     ;;
12871 esac
12872 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12873 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12874 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12875   echo $ECHO_N "(cached) $ECHO_C" >&6
12876 else
12877   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12878 fi
12879 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12880 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12881
12882 fi
12883 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12884   { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12885 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12886 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12887   echo $ECHO_N "(cached) $ECHO_C" >&6
12888 else
12889   ac_check_soname_save_LIBS=$LIBS
12890 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12891   cat >conftest.$ac_ext <<_ACEOF
12892 /* confdefs.h.  */
12893 _ACEOF
12894 cat confdefs.h >>conftest.$ac_ext
12895 cat >>conftest.$ac_ext <<_ACEOF
12896 /* end confdefs.h.  */
12897
12898 /* Override any GCC internal prototype to avoid an error.
12899    Use char because int might match the return type of a GCC
12900    builtin and then its argument prototype would still apply.  */
12901 #ifdef __cplusplus
12902 extern "C"
12903 #endif
12904 char gnutls_global_init ();
12905 int
12906 main ()
12907 {
12908 return gnutls_global_init ();
12909   ;
12910   return 0;
12911 }
12912 _ACEOF
12913 rm -f conftest.$ac_objext conftest$ac_exeext
12914 if { (ac_try="$ac_link"
12915 case "(($ac_try" in
12916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12917   *) ac_try_echo=$ac_try;;
12918 esac
12919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12920   (eval "$ac_link") 2>conftest.er1
12921   ac_status=$?
12922   grep -v '^ *+' conftest.er1 >conftest.err
12923   rm -f conftest.er1
12924   cat conftest.err >&5
12925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12926   (exit $ac_status); } && {
12927          test -z "$ac_c_werror_flag" ||
12928          test ! -s conftest.err
12929        } && test -s conftest$ac_exeext &&
12930        $as_test_x conftest$ac_exeext; then
12931   case "$LIBEXT" in
12932     dll) ;;
12933     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'` ;;
12934     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
12935   esac
12936 else
12937   echo "$as_me: failed program was:" >&5
12938 sed 's/^/| /' conftest.$ac_ext >&5
12939
12940
12941 fi
12942
12943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12944       conftest$ac_exeext conftest.$ac_ext
12945   LIBS=$ac_check_soname_save_LIBS
12946 fi
12947 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12948   { echo "$as_me:$LINENO: result: not found" >&5
12949 echo "${ECHO_T}not found" >&6; }
12950
12951 else
12952   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12953 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12954
12955 cat >>confdefs.h <<_ACEOF
12956 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12957 _ACEOF
12958
12959        GNUTLSINCL="$ac_gnutls_cflags"
12960
12961 fi
12962
12963 fi
12964
12965
12966     CPPFLAGS="$ac_save_CPPFLAGS"
12967 fi
12968 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12969   case "x$with_gnutls" in
12970   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12971   xno) ;;
12972   *)   { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12973 This is an error since --with-gnutls was requested." >&5
12974 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12975 This is an error since --with-gnutls was requested." >&2;}
12976    { (exit 1); exit 1; }; } ;;
12977 esac
12978 fi
12979
12980
12981 CURSESLIBS=""
12982 if test "$ac_cv_header_ncurses_h" = "yes"
12983 then
12984     { echo "$as_me:$LINENO: checking for -lncurses" >&5
12985 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12986 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12987   echo $ECHO_N "(cached) $ECHO_C" >&6
12988 else
12989   ac_check_soname_save_LIBS=$LIBS
12990 LIBS="-lncurses  $LIBS"
12991   cat >conftest.$ac_ext <<_ACEOF
12992 /* confdefs.h.  */
12993 _ACEOF
12994 cat confdefs.h >>conftest.$ac_ext
12995 cat >>conftest.$ac_ext <<_ACEOF
12996 /* end confdefs.h.  */
12997
12998 /* Override any GCC internal prototype to avoid an error.
12999    Use char because int might match the return type of a GCC
13000    builtin and then its argument prototype would still apply.  */
13001 #ifdef __cplusplus
13002 extern "C"
13003 #endif
13004 char waddch ();
13005 int
13006 main ()
13007 {
13008 return waddch ();
13009   ;
13010   return 0;
13011 }
13012 _ACEOF
13013 rm -f conftest.$ac_objext conftest$ac_exeext
13014 if { (ac_try="$ac_link"
13015 case "(($ac_try" in
13016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13017   *) ac_try_echo=$ac_try;;
13018 esac
13019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13020   (eval "$ac_link") 2>conftest.er1
13021   ac_status=$?
13022   grep -v '^ *+' conftest.er1 >conftest.err
13023   rm -f conftest.er1
13024   cat conftest.err >&5
13025   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026   (exit $ac_status); } && {
13027          test -z "$ac_c_werror_flag" ||
13028          test ! -s conftest.err
13029        } && test -s conftest$ac_exeext &&
13030        $as_test_x conftest$ac_exeext; then
13031   case "$LIBEXT" in
13032     dll) ;;
13033     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'` ;;
13034     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13035   esac
13036 else
13037   echo "$as_me: failed program was:" >&5
13038 sed 's/^/| /' conftest.$ac_ext >&5
13039
13040
13041 fi
13042
13043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13044       conftest$ac_exeext conftest.$ac_ext
13045   LIBS=$ac_check_soname_save_LIBS
13046 fi
13047 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13048   { echo "$as_me:$LINENO: result: not found" >&5
13049 echo "${ECHO_T}not found" >&6; }
13050
13051 else
13052   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13053 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13054
13055 cat >>confdefs.h <<_ACEOF
13056 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13057 _ACEOF
13058
13059        CURSESLIBS="-lncurses"
13060 fi
13061
13062 elif test "$ac_cv_header_curses_h" = "yes"
13063 then
13064     { echo "$as_me:$LINENO: checking for -lcurses" >&5
13065 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13066 if test "${ac_cv_lib_soname_curses+set}" = set; then
13067   echo $ECHO_N "(cached) $ECHO_C" >&6
13068 else
13069   ac_check_soname_save_LIBS=$LIBS
13070 LIBS="-lcurses  $LIBS"
13071   cat >conftest.$ac_ext <<_ACEOF
13072 /* confdefs.h.  */
13073 _ACEOF
13074 cat confdefs.h >>conftest.$ac_ext
13075 cat >>conftest.$ac_ext <<_ACEOF
13076 /* end confdefs.h.  */
13077
13078 /* Override any GCC internal prototype to avoid an error.
13079    Use char because int might match the return type of a GCC
13080    builtin and then its argument prototype would still apply.  */
13081 #ifdef __cplusplus
13082 extern "C"
13083 #endif
13084 char waddch ();
13085 int
13086 main ()
13087 {
13088 return waddch ();
13089   ;
13090   return 0;
13091 }
13092 _ACEOF
13093 rm -f conftest.$ac_objext conftest$ac_exeext
13094 if { (ac_try="$ac_link"
13095 case "(($ac_try" in
13096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13097   *) ac_try_echo=$ac_try;;
13098 esac
13099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13100   (eval "$ac_link") 2>conftest.er1
13101   ac_status=$?
13102   grep -v '^ *+' conftest.er1 >conftest.err
13103   rm -f conftest.er1
13104   cat conftest.err >&5
13105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13106   (exit $ac_status); } && {
13107          test -z "$ac_c_werror_flag" ||
13108          test ! -s conftest.err
13109        } && test -s conftest$ac_exeext &&
13110        $as_test_x conftest$ac_exeext; then
13111   case "$LIBEXT" in
13112     dll) ;;
13113     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'` ;;
13114     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13115   esac
13116 else
13117   echo "$as_me: failed program was:" >&5
13118 sed 's/^/| /' conftest.$ac_ext >&5
13119
13120
13121 fi
13122
13123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13124       conftest$ac_exeext conftest.$ac_ext
13125   LIBS=$ac_check_soname_save_LIBS
13126 fi
13127 if test "x$ac_cv_lib_soname_curses" = "x"; then
13128   { echo "$as_me:$LINENO: result: not found" >&5
13129 echo "${ECHO_T}not found" >&6; }
13130
13131 else
13132   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13133 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13134
13135 cat >>confdefs.h <<_ACEOF
13136 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13137 _ACEOF
13138
13139        CURSESLIBS="-lcurses"
13140 fi
13141
13142 fi
13143 ac_save_LIBS="$LIBS"
13144 LIBS="$LIBS $CURSESLIBS"
13145
13146 for ac_func in mousemask
13147 do
13148 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13149 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13150 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13151 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13152   echo $ECHO_N "(cached) $ECHO_C" >&6
13153 else
13154   cat >conftest.$ac_ext <<_ACEOF
13155 /* confdefs.h.  */
13156 _ACEOF
13157 cat confdefs.h >>conftest.$ac_ext
13158 cat >>conftest.$ac_ext <<_ACEOF
13159 /* end confdefs.h.  */
13160 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13161    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13162 #define $ac_func innocuous_$ac_func
13163
13164 /* System header to define __stub macros and hopefully few prototypes,
13165     which can conflict with char $ac_func (); below.
13166     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13167     <limits.h> exists even on freestanding compilers.  */
13168
13169 #ifdef __STDC__
13170 # include <limits.h>
13171 #else
13172 # include <assert.h>
13173 #endif
13174
13175 #undef $ac_func
13176
13177 /* Override any GCC internal prototype to avoid an error.
13178    Use char because int might match the return type of a GCC
13179    builtin and then its argument prototype would still apply.  */
13180 #ifdef __cplusplus
13181 extern "C"
13182 #endif
13183 char $ac_func ();
13184 /* The GNU C library defines this for functions which it implements
13185     to always fail with ENOSYS.  Some functions are actually named
13186     something starting with __ and the normal name is an alias.  */
13187 #if defined __stub_$ac_func || defined __stub___$ac_func
13188 choke me
13189 #endif
13190
13191 int
13192 main ()
13193 {
13194 return $ac_func ();
13195   ;
13196   return 0;
13197 }
13198 _ACEOF
13199 rm -f conftest.$ac_objext conftest$ac_exeext
13200 if { (ac_try="$ac_link"
13201 case "(($ac_try" in
13202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13203   *) ac_try_echo=$ac_try;;
13204 esac
13205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13206   (eval "$ac_link") 2>conftest.er1
13207   ac_status=$?
13208   grep -v '^ *+' conftest.er1 >conftest.err
13209   rm -f conftest.er1
13210   cat conftest.err >&5
13211   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13212   (exit $ac_status); } && {
13213          test -z "$ac_c_werror_flag" ||
13214          test ! -s conftest.err
13215        } && test -s conftest$ac_exeext &&
13216        $as_test_x conftest$ac_exeext; then
13217   eval "$as_ac_var=yes"
13218 else
13219   echo "$as_me: failed program was:" >&5
13220 sed 's/^/| /' conftest.$ac_ext >&5
13221
13222         eval "$as_ac_var=no"
13223 fi
13224
13225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13226       conftest$ac_exeext conftest.$ac_ext
13227 fi
13228 ac_res=`eval echo '${'$as_ac_var'}'`
13229                { echo "$as_me:$LINENO: result: $ac_res" >&5
13230 echo "${ECHO_T}$ac_res" >&6; }
13231 if test `eval echo '${'$as_ac_var'}'` = yes; then
13232   cat >>confdefs.h <<_ACEOF
13233 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13234 _ACEOF
13235
13236 fi
13237 done
13238
13239 LIBS="$ac_save_LIBS"
13240 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13241   case "x$with_curses" in
13242   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13243   xno) ;;
13244   *)   { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13245 This is an error since --with-curses was requested." >&5
13246 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13247 This is an error since --with-curses was requested." >&2;}
13248    { (exit 1); exit 1; }; } ;;
13249 esac
13250 fi
13251
13252
13253 # Extract the first word of "sane-config", so it can be a program name with args.
13254 set dummy sane-config; ac_word=$2
13255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13257 if test "${ac_cv_prog_sane_devel+set}" = set; then
13258   echo $ECHO_N "(cached) $ECHO_C" >&6
13259 else
13260   if test -n "$sane_devel"; then
13261   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13262 else
13263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13264 for as_dir in $PATH
13265 do
13266   IFS=$as_save_IFS
13267   test -z "$as_dir" && as_dir=.
13268   for ac_exec_ext in '' $ac_executable_extensions; do
13269   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13270     ac_cv_prog_sane_devel="sane-config"
13271     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13272     break 2
13273   fi
13274 done
13275 done
13276 IFS=$as_save_IFS
13277
13278   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13279 fi
13280 fi
13281 sane_devel=$ac_cv_prog_sane_devel
13282 if test -n "$sane_devel"; then
13283   { echo "$as_me:$LINENO: result: $sane_devel" >&5
13284 echo "${ECHO_T}$sane_devel" >&6; }
13285 else
13286   { echo "$as_me:$LINENO: result: no" >&5
13287 echo "${ECHO_T}no" >&6; }
13288 fi
13289
13290
13291 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13292 then
13293     ac_sane_incl="`$sane_devel --cflags`"
13294     ac_sane_libs="`$sane_devel --ldflags`"
13295     ac_save_CPPFLAGS="$CPPFLAGS"
13296     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13297     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13298   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13299 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13300 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13301   echo $ECHO_N "(cached) $ECHO_C" >&6
13302 fi
13303 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13304 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13305 else
13306   # Is the header compilable?
13307 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13308 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13309 cat >conftest.$ac_ext <<_ACEOF
13310 /* confdefs.h.  */
13311 _ACEOF
13312 cat confdefs.h >>conftest.$ac_ext
13313 cat >>conftest.$ac_ext <<_ACEOF
13314 /* end confdefs.h.  */
13315 $ac_includes_default
13316 #include <sane/sane.h>
13317 _ACEOF
13318 rm -f conftest.$ac_objext
13319 if { (ac_try="$ac_compile"
13320 case "(($ac_try" in
13321   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13322   *) ac_try_echo=$ac_try;;
13323 esac
13324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13325   (eval "$ac_compile") 2>conftest.er1
13326   ac_status=$?
13327   grep -v '^ *+' conftest.er1 >conftest.err
13328   rm -f conftest.er1
13329   cat conftest.err >&5
13330   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13331   (exit $ac_status); } && {
13332          test -z "$ac_c_werror_flag" ||
13333          test ! -s conftest.err
13334        } && test -s conftest.$ac_objext; then
13335   ac_header_compiler=yes
13336 else
13337   echo "$as_me: failed program was:" >&5
13338 sed 's/^/| /' conftest.$ac_ext >&5
13339
13340         ac_header_compiler=no
13341 fi
13342
13343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13344 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13345 echo "${ECHO_T}$ac_header_compiler" >&6; }
13346
13347 # Is the header present?
13348 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13349 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13350 cat >conftest.$ac_ext <<_ACEOF
13351 /* confdefs.h.  */
13352 _ACEOF
13353 cat confdefs.h >>conftest.$ac_ext
13354 cat >>conftest.$ac_ext <<_ACEOF
13355 /* end confdefs.h.  */
13356 #include <sane/sane.h>
13357 _ACEOF
13358 if { (ac_try="$ac_cpp conftest.$ac_ext"
13359 case "(($ac_try" in
13360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13361   *) ac_try_echo=$ac_try;;
13362 esac
13363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13364   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13365   ac_status=$?
13366   grep -v '^ *+' conftest.er1 >conftest.err
13367   rm -f conftest.er1
13368   cat conftest.err >&5
13369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370   (exit $ac_status); } >/dev/null && {
13371          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13372          test ! -s conftest.err
13373        }; then
13374   ac_header_preproc=yes
13375 else
13376   echo "$as_me: failed program was:" >&5
13377 sed 's/^/| /' conftest.$ac_ext >&5
13378
13379   ac_header_preproc=no
13380 fi
13381
13382 rm -f conftest.err conftest.$ac_ext
13383 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13384 echo "${ECHO_T}$ac_header_preproc" >&6; }
13385
13386 # So?  What about this header?
13387 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13388   yes:no: )
13389     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13390 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13391     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13392 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13393     ac_header_preproc=yes
13394     ;;
13395   no:yes:* )
13396     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13397 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13398     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13399 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13400     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13401 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13402     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13403 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13404     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13405 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13406     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13407 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13408     ( cat <<\_ASBOX
13409 ## ------------------------------------ ##
13410 ## Report this to wine-devel@winehq.org ##
13411 ## ------------------------------------ ##
13412 _ASBOX
13413      ) | sed "s/^/$as_me: WARNING:     /" >&2
13414     ;;
13415 esac
13416 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13417 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13418 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13419   echo $ECHO_N "(cached) $ECHO_C" >&6
13420 else
13421   ac_cv_header_sane_sane_h=$ac_header_preproc
13422 fi
13423 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13424 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13425
13426 fi
13427 if test $ac_cv_header_sane_sane_h = yes; then
13428   { echo "$as_me:$LINENO: checking for -lsane" >&5
13429 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13430 if test "${ac_cv_lib_soname_sane+set}" = set; then
13431   echo $ECHO_N "(cached) $ECHO_C" >&6
13432 else
13433   ac_check_soname_save_LIBS=$LIBS
13434 LIBS="-lsane $ac_sane_libs $LIBS"
13435   cat >conftest.$ac_ext <<_ACEOF
13436 /* confdefs.h.  */
13437 _ACEOF
13438 cat confdefs.h >>conftest.$ac_ext
13439 cat >>conftest.$ac_ext <<_ACEOF
13440 /* end confdefs.h.  */
13441
13442 /* Override any GCC internal prototype to avoid an error.
13443    Use char because int might match the return type of a GCC
13444    builtin and then its argument prototype would still apply.  */
13445 #ifdef __cplusplus
13446 extern "C"
13447 #endif
13448 char sane_init ();
13449 int
13450 main ()
13451 {
13452 return sane_init ();
13453   ;
13454   return 0;
13455 }
13456 _ACEOF
13457 rm -f conftest.$ac_objext conftest$ac_exeext
13458 if { (ac_try="$ac_link"
13459 case "(($ac_try" in
13460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13461   *) ac_try_echo=$ac_try;;
13462 esac
13463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13464   (eval "$ac_link") 2>conftest.er1
13465   ac_status=$?
13466   grep -v '^ *+' conftest.er1 >conftest.err
13467   rm -f conftest.er1
13468   cat conftest.err >&5
13469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13470   (exit $ac_status); } && {
13471          test -z "$ac_c_werror_flag" ||
13472          test ! -s conftest.err
13473        } && test -s conftest$ac_exeext &&
13474        $as_test_x conftest$ac_exeext; then
13475   case "$LIBEXT" in
13476     dll) ;;
13477     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'` ;;
13478     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13479   esac
13480 else
13481   echo "$as_me: failed program was:" >&5
13482 sed 's/^/| /' conftest.$ac_ext >&5
13483
13484
13485 fi
13486
13487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13488       conftest$ac_exeext conftest.$ac_ext
13489   LIBS=$ac_check_soname_save_LIBS
13490 fi
13491 if test "x$ac_cv_lib_soname_sane" = "x"; then
13492   { echo "$as_me:$LINENO: result: not found" >&5
13493 echo "${ECHO_T}not found" >&6; }
13494
13495 else
13496   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13497 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13498
13499 cat >>confdefs.h <<_ACEOF
13500 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13501 _ACEOF
13502
13503        SANEINCL="$ac_sane_incl"
13504
13505 fi
13506
13507 fi
13508
13509
13510     CPPFLAGS="$ac_save_CPPFLAGS"
13511 fi
13512 if test "x$ac_cv_lib_soname_sane" = "x"; then
13513   case "x$with_sane" in
13514   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13515   xno) ;;
13516   *)   { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13517 This is an error since --with-sane was requested." >&5
13518 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13519 This is an error since --with-sane was requested." >&2;}
13520    { (exit 1); exit 1; }; } ;;
13521 esac
13522 fi
13523
13524
13525 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13526 set dummy gphoto2-config; ac_word=$2
13527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13529 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13530   echo $ECHO_N "(cached) $ECHO_C" >&6
13531 else
13532   if test -n "$gphoto2_devel"; then
13533   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13534 else
13535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13536 for as_dir in $PATH
13537 do
13538   IFS=$as_save_IFS
13539   test -z "$as_dir" && as_dir=.
13540   for ac_exec_ext in '' $ac_executable_extensions; do
13541   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13542     ac_cv_prog_gphoto2_devel="gphoto2-config"
13543     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13544     break 2
13545   fi
13546 done
13547 done
13548 IFS=$as_save_IFS
13549
13550   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13551 fi
13552 fi
13553 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13554 if test -n "$gphoto2_devel"; then
13555   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13556 echo "${ECHO_T}$gphoto2_devel" >&6; }
13557 else
13558   { echo "$as_me:$LINENO: result: no" >&5
13559 echo "${ECHO_T}no" >&6; }
13560 fi
13561
13562
13563 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13564 set dummy gphoto2-port-config; ac_word=$2
13565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13567 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13568   echo $ECHO_N "(cached) $ECHO_C" >&6
13569 else
13570   if test -n "$gphoto2port_devel"; then
13571   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13572 else
13573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13574 for as_dir in $PATH
13575 do
13576   IFS=$as_save_IFS
13577   test -z "$as_dir" && as_dir=.
13578   for ac_exec_ext in '' $ac_executable_extensions; do
13579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13580     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13581     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13582     break 2
13583   fi
13584 done
13585 done
13586 IFS=$as_save_IFS
13587
13588   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13589 fi
13590 fi
13591 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13592 if test -n "$gphoto2port_devel"; then
13593   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13594 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13595 else
13596   { echo "$as_me:$LINENO: result: no" >&5
13597 echo "${ECHO_T}no" >&6; }
13598 fi
13599
13600
13601 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13602 then
13603     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13604     ac_gphoto2_libs=""
13605     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13606     do
13607       case "$i" in
13608         -L/usr/lib|-L/usr/lib64) ;;
13609         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13610       esac
13611     done
13612     ac_save_CPPFLAGS="$CPPFLAGS"
13613     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13614     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13615   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13616 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13617 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13618   echo $ECHO_N "(cached) $ECHO_C" >&6
13619 fi
13620 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13621 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13622 else
13623   # Is the header compilable?
13624 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13625 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13626 cat >conftest.$ac_ext <<_ACEOF
13627 /* confdefs.h.  */
13628 _ACEOF
13629 cat confdefs.h >>conftest.$ac_ext
13630 cat >>conftest.$ac_ext <<_ACEOF
13631 /* end confdefs.h.  */
13632 $ac_includes_default
13633 #include <gphoto2-camera.h>
13634 _ACEOF
13635 rm -f conftest.$ac_objext
13636 if { (ac_try="$ac_compile"
13637 case "(($ac_try" in
13638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13639   *) ac_try_echo=$ac_try;;
13640 esac
13641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13642   (eval "$ac_compile") 2>conftest.er1
13643   ac_status=$?
13644   grep -v '^ *+' conftest.er1 >conftest.err
13645   rm -f conftest.er1
13646   cat conftest.err >&5
13647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648   (exit $ac_status); } && {
13649          test -z "$ac_c_werror_flag" ||
13650          test ! -s conftest.err
13651        } && test -s conftest.$ac_objext; then
13652   ac_header_compiler=yes
13653 else
13654   echo "$as_me: failed program was:" >&5
13655 sed 's/^/| /' conftest.$ac_ext >&5
13656
13657         ac_header_compiler=no
13658 fi
13659
13660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13661 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13662 echo "${ECHO_T}$ac_header_compiler" >&6; }
13663
13664 # Is the header present?
13665 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13666 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13667 cat >conftest.$ac_ext <<_ACEOF
13668 /* confdefs.h.  */
13669 _ACEOF
13670 cat confdefs.h >>conftest.$ac_ext
13671 cat >>conftest.$ac_ext <<_ACEOF
13672 /* end confdefs.h.  */
13673 #include <gphoto2-camera.h>
13674 _ACEOF
13675 if { (ac_try="$ac_cpp conftest.$ac_ext"
13676 case "(($ac_try" in
13677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13678   *) ac_try_echo=$ac_try;;
13679 esac
13680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13681   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13682   ac_status=$?
13683   grep -v '^ *+' conftest.er1 >conftest.err
13684   rm -f conftest.er1
13685   cat conftest.err >&5
13686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13687   (exit $ac_status); } >/dev/null && {
13688          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13689          test ! -s conftest.err
13690        }; then
13691   ac_header_preproc=yes
13692 else
13693   echo "$as_me: failed program was:" >&5
13694 sed 's/^/| /' conftest.$ac_ext >&5
13695
13696   ac_header_preproc=no
13697 fi
13698
13699 rm -f conftest.err conftest.$ac_ext
13700 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13701 echo "${ECHO_T}$ac_header_preproc" >&6; }
13702
13703 # So?  What about this header?
13704 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13705   yes:no: )
13706     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13707 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13708     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13709 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13710     ac_header_preproc=yes
13711     ;;
13712   no:yes:* )
13713     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13714 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13715     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
13716 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
13717     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13718 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13719     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
13720 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13721     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13722 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13723     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13724 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13725     ( cat <<\_ASBOX
13726 ## ------------------------------------ ##
13727 ## Report this to wine-devel@winehq.org ##
13728 ## ------------------------------------ ##
13729 _ASBOX
13730      ) | sed "s/^/$as_me: WARNING:     /" >&2
13731     ;;
13732 esac
13733 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13734 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13735 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13736   echo $ECHO_N "(cached) $ECHO_C" >&6
13737 else
13738   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13739 fi
13740 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13741 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13742
13743 fi
13744 if test $ac_cv_header_gphoto2_camera_h = yes; then
13745   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13746 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13747 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13748   echo $ECHO_N "(cached) $ECHO_C" >&6
13749 else
13750   ac_check_lib_save_LIBS=$LIBS
13751 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13752 cat >conftest.$ac_ext <<_ACEOF
13753 /* confdefs.h.  */
13754 _ACEOF
13755 cat confdefs.h >>conftest.$ac_ext
13756 cat >>conftest.$ac_ext <<_ACEOF
13757 /* end confdefs.h.  */
13758
13759 /* Override any GCC internal prototype to avoid an error.
13760    Use char because int might match the return type of a GCC
13761    builtin and then its argument prototype would still apply.  */
13762 #ifdef __cplusplus
13763 extern "C"
13764 #endif
13765 char gp_camera_new ();
13766 int
13767 main ()
13768 {
13769 return gp_camera_new ();
13770   ;
13771   return 0;
13772 }
13773 _ACEOF
13774 rm -f conftest.$ac_objext conftest$ac_exeext
13775 if { (ac_try="$ac_link"
13776 case "(($ac_try" in
13777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13778   *) ac_try_echo=$ac_try;;
13779 esac
13780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13781   (eval "$ac_link") 2>conftest.er1
13782   ac_status=$?
13783   grep -v '^ *+' conftest.er1 >conftest.err
13784   rm -f conftest.er1
13785   cat conftest.err >&5
13786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787   (exit $ac_status); } && {
13788          test -z "$ac_c_werror_flag" ||
13789          test ! -s conftest.err
13790        } && test -s conftest$ac_exeext &&
13791        $as_test_x conftest$ac_exeext; then
13792   ac_cv_lib_gphoto2_gp_camera_new=yes
13793 else
13794   echo "$as_me: failed program was:" >&5
13795 sed 's/^/| /' conftest.$ac_ext >&5
13796
13797         ac_cv_lib_gphoto2_gp_camera_new=no
13798 fi
13799
13800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13801       conftest$ac_exeext conftest.$ac_ext
13802 LIBS=$ac_check_lib_save_LIBS
13803 fi
13804 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13805 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13806 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13807
13808 cat >>confdefs.h <<\_ACEOF
13809 #define HAVE_GPHOTO2 1
13810 _ACEOF
13811
13812                                    GPHOTO2LIBS="$ac_gphoto2_libs"
13813
13814                                    GPHOTO2INCL="$ac_gphoto2_incl"
13815
13816 fi
13817
13818 fi
13819
13820
13821     CPPFLAGS="$ac_save_CPPFLAGS"
13822 fi
13823 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13824   case "x$with_gphoto" in
13825   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13826   xno) ;;
13827   *)   { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13828 This is an error since --with-gphoto was requested." >&5
13829 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13830 This is an error since --with-gphoto was requested." >&2;}
13831    { (exit 1); exit 1; }; } ;;
13832 esac
13833 fi
13834
13835
13836
13837 RESOLVLIBS=""
13838
13839 if test "$ac_cv_header_resolv_h" = "yes"
13840 then
13841     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13842 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13843 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13844   echo $ECHO_N "(cached) $ECHO_C" >&6
13845 else
13846   ac_check_lib_save_LIBS=$LIBS
13847 LIBS="-lresolv  $LIBS"
13848 cat >conftest.$ac_ext <<_ACEOF
13849 /* confdefs.h.  */
13850 _ACEOF
13851 cat confdefs.h >>conftest.$ac_ext
13852 cat >>conftest.$ac_ext <<_ACEOF
13853 /* end confdefs.h.  */
13854
13855 /* Override any GCC internal prototype to avoid an error.
13856    Use char because int might match the return type of a GCC
13857    builtin and then its argument prototype would still apply.  */
13858 #ifdef __cplusplus
13859 extern "C"
13860 #endif
13861 char res_query ();
13862 int
13863 main ()
13864 {
13865 return res_query ();
13866   ;
13867   return 0;
13868 }
13869 _ACEOF
13870 rm -f conftest.$ac_objext conftest$ac_exeext
13871 if { (ac_try="$ac_link"
13872 case "(($ac_try" in
13873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13874   *) ac_try_echo=$ac_try;;
13875 esac
13876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13877   (eval "$ac_link") 2>conftest.er1
13878   ac_status=$?
13879   grep -v '^ *+' conftest.er1 >conftest.err
13880   rm -f conftest.er1
13881   cat conftest.err >&5
13882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13883   (exit $ac_status); } && {
13884          test -z "$ac_c_werror_flag" ||
13885          test ! -s conftest.err
13886        } && test -s conftest$ac_exeext &&
13887        $as_test_x conftest$ac_exeext; then
13888   ac_cv_lib_resolv_res_query=yes
13889 else
13890   echo "$as_me: failed program was:" >&5
13891 sed 's/^/| /' conftest.$ac_ext >&5
13892
13893         ac_cv_lib_resolv_res_query=no
13894 fi
13895
13896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13897       conftest$ac_exeext conftest.$ac_ext
13898 LIBS=$ac_check_lib_save_LIBS
13899 fi
13900 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13901 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13902 if test $ac_cv_lib_resolv_res_query = yes; then
13903
13904 cat >>confdefs.h <<\_ACEOF
13905 #define HAVE_RESOLV 1
13906 _ACEOF
13907
13908          RESOLVLIBS="-lresolv"
13909 fi
13910
13911 fi
13912
13913 LCMSLIBS=""
13914
13915 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13916 then
13917     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13918 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13919 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13920   echo $ECHO_N "(cached) $ECHO_C" >&6
13921 else
13922   ac_check_lib_save_LIBS=$LIBS
13923 LIBS="-llcms  $LIBS"
13924 cat >conftest.$ac_ext <<_ACEOF
13925 /* confdefs.h.  */
13926 _ACEOF
13927 cat confdefs.h >>conftest.$ac_ext
13928 cat >>conftest.$ac_ext <<_ACEOF
13929 /* end confdefs.h.  */
13930
13931 /* Override any GCC internal prototype to avoid an error.
13932    Use char because int might match the return type of a GCC
13933    builtin and then its argument prototype would still apply.  */
13934 #ifdef __cplusplus
13935 extern "C"
13936 #endif
13937 char cmsOpenProfileFromFile ();
13938 int
13939 main ()
13940 {
13941 return cmsOpenProfileFromFile ();
13942   ;
13943   return 0;
13944 }
13945 _ACEOF
13946 rm -f conftest.$ac_objext conftest$ac_exeext
13947 if { (ac_try="$ac_link"
13948 case "(($ac_try" in
13949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13950   *) ac_try_echo=$ac_try;;
13951 esac
13952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13953   (eval "$ac_link") 2>conftest.er1
13954   ac_status=$?
13955   grep -v '^ *+' conftest.er1 >conftest.err
13956   rm -f conftest.er1
13957   cat conftest.err >&5
13958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13959   (exit $ac_status); } && {
13960          test -z "$ac_c_werror_flag" ||
13961          test ! -s conftest.err
13962        } && test -s conftest$ac_exeext &&
13963        $as_test_x conftest$ac_exeext; then
13964   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13965 else
13966   echo "$as_me: failed program was:" >&5
13967 sed 's/^/| /' conftest.$ac_ext >&5
13968
13969         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13970 fi
13971
13972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13973       conftest$ac_exeext conftest.$ac_ext
13974 LIBS=$ac_check_lib_save_LIBS
13975 fi
13976 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13977 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13978 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13979
13980 cat >>confdefs.h <<\_ACEOF
13981 #define HAVE_LCMS 1
13982 _ACEOF
13983
13984          LCMSLIBS="-llcms"
13985 fi
13986
13987 fi
13988 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13989   case "x$with_cms" in
13990   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13991   xno) ;;
13992   *)   { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13993 This is an error since --with-cms was requested." >&5
13994 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13995 This is an error since --with-cms was requested." >&2;}
13996    { (exit 1); exit 1; }; } ;;
13997 esac
13998 fi
13999
14000
14001 for ac_prog in freetype-config freetype2-config
14002 do
14003   # Extract the first word of "$ac_prog", so it can be a program name with args.
14004 set dummy $ac_prog; ac_word=$2
14005 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14006 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14007 if test "${ac_cv_prog_ft_devel+set}" = set; then
14008   echo $ECHO_N "(cached) $ECHO_C" >&6
14009 else
14010   if test -n "$ft_devel"; then
14011   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14012 else
14013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14014 for as_dir in $PATH
14015 do
14016   IFS=$as_save_IFS
14017   test -z "$as_dir" && as_dir=.
14018   for ac_exec_ext in '' $ac_executable_extensions; do
14019   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14020     ac_cv_prog_ft_devel="$ac_prog"
14021     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14022     break 2
14023   fi
14024 done
14025 done
14026 IFS=$as_save_IFS
14027
14028 fi
14029 fi
14030 ft_devel=$ac_cv_prog_ft_devel
14031 if test -n "$ft_devel"; then
14032   { echo "$as_me:$LINENO: result: $ft_devel" >&5
14033 echo "${ECHO_T}$ft_devel" >&6; }
14034 else
14035   { echo "$as_me:$LINENO: result: no" >&5
14036 echo "${ECHO_T}no" >&6; }
14037 fi
14038
14039
14040   test -n "$ft_devel" && break
14041 done
14042 test -n "$ft_devel" || ft_devel="false"
14043
14044 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14045 then
14046     ac_freetype_libs=`$ft_devel --libs`
14047     ac_freetype_incl=`$ft_devel --cflags`
14048     { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14049 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14050 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14051   echo $ECHO_N "(cached) $ECHO_C" >&6
14052 else
14053   ac_check_soname_save_LIBS=$LIBS
14054 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14055   cat >conftest.$ac_ext <<_ACEOF
14056 /* confdefs.h.  */
14057 _ACEOF
14058 cat confdefs.h >>conftest.$ac_ext
14059 cat >>conftest.$ac_ext <<_ACEOF
14060 /* end confdefs.h.  */
14061
14062 /* Override any GCC internal prototype to avoid an error.
14063    Use char because int might match the return type of a GCC
14064    builtin and then its argument prototype would still apply.  */
14065 #ifdef __cplusplus
14066 extern "C"
14067 #endif
14068 char FT_Init_FreeType ();
14069 int
14070 main ()
14071 {
14072 return FT_Init_FreeType ();
14073   ;
14074   return 0;
14075 }
14076 _ACEOF
14077 rm -f conftest.$ac_objext conftest$ac_exeext
14078 if { (ac_try="$ac_link"
14079 case "(($ac_try" in
14080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14081   *) ac_try_echo=$ac_try;;
14082 esac
14083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14084   (eval "$ac_link") 2>conftest.er1
14085   ac_status=$?
14086   grep -v '^ *+' conftest.er1 >conftest.err
14087   rm -f conftest.er1
14088   cat conftest.err >&5
14089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14090   (exit $ac_status); } && {
14091          test -z "$ac_c_werror_flag" ||
14092          test ! -s conftest.err
14093        } && test -s conftest$ac_exeext &&
14094        $as_test_x conftest$ac_exeext; then
14095   case "$LIBEXT" in
14096     dll) ;;
14097     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'` ;;
14098     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14099   esac
14100 else
14101   echo "$as_me: failed program was:" >&5
14102 sed 's/^/| /' conftest.$ac_ext >&5
14103
14104
14105 fi
14106
14107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14108       conftest$ac_exeext conftest.$ac_ext
14109   LIBS=$ac_check_soname_save_LIBS
14110 fi
14111 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14112   { echo "$as_me:$LINENO: result: not found" >&5
14113 echo "${ECHO_T}not found" >&6; }
14114        ft_lib=no
14115 else
14116   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14117 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14118
14119 cat >>confdefs.h <<_ACEOF
14120 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14121 _ACEOF
14122
14123        ft_lib=yes
14124 fi
14125
14126     if test "$ft_lib" = "yes"
14127     then
14128         ac_save_CPPFLAGS="$CPPFLAGS"
14129         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14130
14131
14132
14133
14134
14135
14136
14137
14138
14139
14140
14141
14142 for ac_header in ft2build.h \
14143                          freetype/freetype.h \
14144                          freetype/ftglyph.h \
14145                          freetype/fttypes.h \
14146                          freetype/tttables.h \
14147                          freetype/ftnames.h \
14148                          freetype/ftsnames.h \
14149                          freetype/ttnameid.h \
14150                          freetype/ftoutln.h \
14151                          freetype/ftwinfnt.h \
14152                          freetype/ftmodapi.h \
14153                          freetype/internal/sfnt.h
14154 do
14155 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14159   echo $ECHO_N "(cached) $ECHO_C" >&6
14160 else
14161   cat >conftest.$ac_ext <<_ACEOF
14162 /* confdefs.h.  */
14163 _ACEOF
14164 cat confdefs.h >>conftest.$ac_ext
14165 cat >>conftest.$ac_ext <<_ACEOF
14166 /* end confdefs.h.  */
14167 #ifdef HAVE_FT2BUILD_H
14168                           # include <ft2build.h>
14169                           #endif
14170
14171 #include <$ac_header>
14172 _ACEOF
14173 rm -f conftest.$ac_objext
14174 if { (ac_try="$ac_compile"
14175 case "(($ac_try" in
14176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14177   *) ac_try_echo=$ac_try;;
14178 esac
14179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14180   (eval "$ac_compile") 2>conftest.er1
14181   ac_status=$?
14182   grep -v '^ *+' conftest.er1 >conftest.err
14183   rm -f conftest.er1
14184   cat conftest.err >&5
14185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14186   (exit $ac_status); } && {
14187          test -z "$ac_c_werror_flag" ||
14188          test ! -s conftest.err
14189        } && test -s conftest.$ac_objext; then
14190   eval "$as_ac_Header=yes"
14191 else
14192   echo "$as_me: failed program was:" >&5
14193 sed 's/^/| /' conftest.$ac_ext >&5
14194
14195         eval "$as_ac_Header=no"
14196 fi
14197
14198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14199 fi
14200 ac_res=`eval echo '${'$as_ac_Header'}'`
14201                { echo "$as_me:$LINENO: result: $ac_res" >&5
14202 echo "${ECHO_T}$ac_res" >&6; }
14203 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14204   cat >>confdefs.h <<_ACEOF
14205 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14206 _ACEOF
14207
14208 fi
14209
14210 done
14211
14212         cat >conftest.$ac_ext <<_ACEOF
14213 /* confdefs.h.  */
14214 _ACEOF
14215 cat confdefs.h >>conftest.$ac_ext
14216 cat >>conftest.$ac_ext <<_ACEOF
14217 /* end confdefs.h.  */
14218 #include <ft2build.h>
14219                     #include <freetype/fttrigon.h>
14220 _ACEOF
14221 if { (ac_try="$ac_cpp conftest.$ac_ext"
14222 case "(($ac_try" in
14223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14224   *) ac_try_echo=$ac_try;;
14225 esac
14226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14227   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14228   ac_status=$?
14229   grep -v '^ *+' conftest.er1 >conftest.err
14230   rm -f conftest.er1
14231   cat conftest.err >&5
14232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14233   (exit $ac_status); } >/dev/null && {
14234          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14235          test ! -s conftest.err
14236        }; then
14237
14238 cat >>confdefs.h <<\_ACEOF
14239 #define HAVE_FREETYPE_FTTRIGON_H 1
14240 _ACEOF
14241
14242                     wine_cv_fttrigon=yes
14243 else
14244   echo "$as_me: failed program was:" >&5
14245 sed 's/^/| /' conftest.$ac_ext >&5
14246
14247   wine_cv_fttrigon=no
14248 fi
14249
14250 rm -f conftest.err conftest.$ac_ext
14251         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14252 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14253 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14254   echo $ECHO_N "(cached) $ECHO_C" >&6
14255 else
14256   cat >conftest.$ac_ext <<_ACEOF
14257 /* confdefs.h.  */
14258 _ACEOF
14259 cat confdefs.h >>conftest.$ac_ext
14260 cat >>conftest.$ac_ext <<_ACEOF
14261 /* end confdefs.h.  */
14262 #include <freetype/ftmodapi.h>
14263
14264 typedef FT_TrueTypeEngineType ac__type_new_;
14265 int
14266 main ()
14267 {
14268 if ((ac__type_new_ *) 0)
14269   return 0;
14270 if (sizeof (ac__type_new_))
14271   return 0;
14272   ;
14273   return 0;
14274 }
14275 _ACEOF
14276 rm -f conftest.$ac_objext
14277 if { (ac_try="$ac_compile"
14278 case "(($ac_try" in
14279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14280   *) ac_try_echo=$ac_try;;
14281 esac
14282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14283   (eval "$ac_compile") 2>conftest.er1
14284   ac_status=$?
14285   grep -v '^ *+' conftest.er1 >conftest.err
14286   rm -f conftest.er1
14287   cat conftest.err >&5
14288   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14289   (exit $ac_status); } && {
14290          test -z "$ac_c_werror_flag" ||
14291          test ! -s conftest.err
14292        } && test -s conftest.$ac_objext; then
14293   ac_cv_type_FT_TrueTypeEngineType=yes
14294 else
14295   echo "$as_me: failed program was:" >&5
14296 sed 's/^/| /' conftest.$ac_ext >&5
14297
14298         ac_cv_type_FT_TrueTypeEngineType=no
14299 fi
14300
14301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14302 fi
14303 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14304 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14305 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14306
14307 cat >>confdefs.h <<_ACEOF
14308 #define HAVE_FT_TRUETYPEENGINETYPE 1
14309 _ACEOF
14310
14311
14312 fi
14313
14314         ac_save_CFLAGS="$CFLAGS"
14315         CFLAGS="$CFLAGS $ac_freetype_libs"
14316
14317 for ac_func in FT_Load_Sfnt_Table
14318 do
14319 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14320 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14321 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14322 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14323   echo $ECHO_N "(cached) $ECHO_C" >&6
14324 else
14325   cat >conftest.$ac_ext <<_ACEOF
14326 /* confdefs.h.  */
14327 _ACEOF
14328 cat confdefs.h >>conftest.$ac_ext
14329 cat >>conftest.$ac_ext <<_ACEOF
14330 /* end confdefs.h.  */
14331 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14332    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14333 #define $ac_func innocuous_$ac_func
14334
14335 /* System header to define __stub macros and hopefully few prototypes,
14336     which can conflict with char $ac_func (); below.
14337     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14338     <limits.h> exists even on freestanding compilers.  */
14339
14340 #ifdef __STDC__
14341 # include <limits.h>
14342 #else
14343 # include <assert.h>
14344 #endif
14345
14346 #undef $ac_func
14347
14348 /* Override any GCC internal prototype to avoid an error.
14349    Use char because int might match the return type of a GCC
14350    builtin and then its argument prototype would still apply.  */
14351 #ifdef __cplusplus
14352 extern "C"
14353 #endif
14354 char $ac_func ();
14355 /* The GNU C library defines this for functions which it implements
14356     to always fail with ENOSYS.  Some functions are actually named
14357     something starting with __ and the normal name is an alias.  */
14358 #if defined __stub_$ac_func || defined __stub___$ac_func
14359 choke me
14360 #endif
14361
14362 int
14363 main ()
14364 {
14365 return $ac_func ();
14366   ;
14367   return 0;
14368 }
14369 _ACEOF
14370 rm -f conftest.$ac_objext conftest$ac_exeext
14371 if { (ac_try="$ac_link"
14372 case "(($ac_try" in
14373   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14374   *) ac_try_echo=$ac_try;;
14375 esac
14376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14377   (eval "$ac_link") 2>conftest.er1
14378   ac_status=$?
14379   grep -v '^ *+' conftest.er1 >conftest.err
14380   rm -f conftest.er1
14381   cat conftest.err >&5
14382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14383   (exit $ac_status); } && {
14384          test -z "$ac_c_werror_flag" ||
14385          test ! -s conftest.err
14386        } && test -s conftest$ac_exeext &&
14387        $as_test_x conftest$ac_exeext; then
14388   eval "$as_ac_var=yes"
14389 else
14390   echo "$as_me: failed program was:" >&5
14391 sed 's/^/| /' conftest.$ac_ext >&5
14392
14393         eval "$as_ac_var=no"
14394 fi
14395
14396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14397       conftest$ac_exeext conftest.$ac_ext
14398 fi
14399 ac_res=`eval echo '${'$as_ac_var'}'`
14400                { echo "$as_me:$LINENO: result: $ac_res" >&5
14401 echo "${ECHO_T}$ac_res" >&6; }
14402 if test `eval echo '${'$as_ac_var'}'` = yes; then
14403   cat >>confdefs.h <<_ACEOF
14404 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14405 _ACEOF
14406
14407 fi
14408 done
14409
14410         CFLAGS="$ac_save_CFLAGS"
14411         CPPFLAGS="$ac_save_CPPFLAGS"
14412                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14413         then
14414
14415 cat >>confdefs.h <<\_ACEOF
14416 #define HAVE_FREETYPE 1
14417 _ACEOF
14418
14419             FREETYPELIBS="$ac_freetype_libs"
14420
14421             FREETYPEINCL="$ac_freetype_incl"
14422
14423         fi
14424     fi
14425 fi
14426 if test "x$FREETYPELIBS" = "x"; then
14427   case "x$with_freetype" in
14428   xno) ;;
14429   *)   { { echo "$as_me:$LINENO: error: FreeType development files not found.
14430 Fonts will not be built. Dialog text may be invisible or unaligned.
14431 Use the --without-freetype option if you really want this." >&5
14432 echo "$as_me: error: FreeType development files not found.
14433 Fonts will not be built. Dialog text may be invisible or unaligned.
14434 Use the --without-freetype option if you really want this." >&2;}
14435    { (exit 1); exit 1; }; } ;;
14436 esac
14437 fi
14438
14439 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14440
14441 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14442 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14443 if test "${ac_cv_c_ppdev+set}" = set; then
14444   echo $ECHO_N "(cached) $ECHO_C" >&6
14445 else
14446   cat >conftest.$ac_ext <<_ACEOF
14447 /* confdefs.h.  */
14448 _ACEOF
14449 cat confdefs.h >>conftest.$ac_ext
14450 cat >>conftest.$ac_ext <<_ACEOF
14451 /* end confdefs.h.  */
14452 #include <linux/ppdev.h>
14453 int
14454 main ()
14455 {
14456 ioctl (1,PPCLAIM,0)
14457   ;
14458   return 0;
14459 }
14460 _ACEOF
14461 rm -f conftest.$ac_objext
14462 if { (ac_try="$ac_compile"
14463 case "(($ac_try" in
14464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14465   *) ac_try_echo=$ac_try;;
14466 esac
14467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14468   (eval "$ac_compile") 2>conftest.er1
14469   ac_status=$?
14470   grep -v '^ *+' conftest.er1 >conftest.err
14471   rm -f conftest.er1
14472   cat conftest.err >&5
14473   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14474   (exit $ac_status); } && {
14475          test -z "$ac_c_werror_flag" ||
14476          test ! -s conftest.err
14477        } && test -s conftest.$ac_objext; then
14478   ac_cv_c_ppdev="yes"
14479 else
14480   echo "$as_me: failed program was:" >&5
14481 sed 's/^/| /' conftest.$ac_ext >&5
14482
14483         ac_cv_c_ppdev="no"
14484 fi
14485
14486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14487 fi
14488 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14489 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14490 if test "$ac_cv_c_ppdev" = "yes"
14491 then
14492
14493 cat >>confdefs.h <<\_ACEOF
14494 #define HAVE_PPDEV 1
14495 _ACEOF
14496
14497 fi
14498
14499 { echo "$as_me:$LINENO: checking for va_copy" >&5
14500 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14501 if test "${ac_cv_c_va_copy+set}" = set; then
14502   echo $ECHO_N "(cached) $ECHO_C" >&6
14503 else
14504   cat >conftest.$ac_ext <<_ACEOF
14505 /* confdefs.h.  */
14506 _ACEOF
14507 cat confdefs.h >>conftest.$ac_ext
14508 cat >>conftest.$ac_ext <<_ACEOF
14509 /* end confdefs.h.  */
14510 #include <stdarg.h>
14511 int
14512 main ()
14513 {
14514 va_list ap1, ap2; va_copy(ap1,ap2);
14515   ;
14516   return 0;
14517 }
14518 _ACEOF
14519 rm -f conftest.$ac_objext conftest$ac_exeext
14520 if { (ac_try="$ac_link"
14521 case "(($ac_try" in
14522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14523   *) ac_try_echo=$ac_try;;
14524 esac
14525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14526   (eval "$ac_link") 2>conftest.er1
14527   ac_status=$?
14528   grep -v '^ *+' conftest.er1 >conftest.err
14529   rm -f conftest.er1
14530   cat conftest.err >&5
14531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14532   (exit $ac_status); } && {
14533          test -z "$ac_c_werror_flag" ||
14534          test ! -s conftest.err
14535        } && test -s conftest$ac_exeext &&
14536        $as_test_x conftest$ac_exeext; then
14537   ac_cv_c_va_copy="yes"
14538 else
14539   echo "$as_me: failed program was:" >&5
14540 sed 's/^/| /' conftest.$ac_ext >&5
14541
14542         ac_cv_c_va_copy="no"
14543 fi
14544
14545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14546       conftest$ac_exeext conftest.$ac_ext
14547
14548 fi
14549 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14550 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14551 if test "$ac_cv_c_va_copy" = "yes"
14552 then
14553
14554 cat >>confdefs.h <<\_ACEOF
14555 #define HAVE_VA_COPY 1
14556 _ACEOF
14557
14558 fi
14559 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14560 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14561 if test "${ac_cv_c___va_copy+set}" = set; then
14562   echo $ECHO_N "(cached) $ECHO_C" >&6
14563 else
14564   cat >conftest.$ac_ext <<_ACEOF
14565 /* confdefs.h.  */
14566 _ACEOF
14567 cat confdefs.h >>conftest.$ac_ext
14568 cat >>conftest.$ac_ext <<_ACEOF
14569 /* end confdefs.h.  */
14570 #include <stdarg.h>
14571 int
14572 main ()
14573 {
14574 va_list ap1, ap2; __va_copy(ap1,ap2);
14575   ;
14576   return 0;
14577 }
14578 _ACEOF
14579 rm -f conftest.$ac_objext conftest$ac_exeext
14580 if { (ac_try="$ac_link"
14581 case "(($ac_try" in
14582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14583   *) ac_try_echo=$ac_try;;
14584 esac
14585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14586   (eval "$ac_link") 2>conftest.er1
14587   ac_status=$?
14588   grep -v '^ *+' conftest.er1 >conftest.err
14589   rm -f conftest.er1
14590   cat conftest.err >&5
14591   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14592   (exit $ac_status); } && {
14593          test -z "$ac_c_werror_flag" ||
14594          test ! -s conftest.err
14595        } && test -s conftest$ac_exeext &&
14596        $as_test_x conftest$ac_exeext; then
14597   ac_cv_c___va_copy="yes"
14598 else
14599   echo "$as_me: failed program was:" >&5
14600 sed 's/^/| /' conftest.$ac_ext >&5
14601
14602         ac_cv_c___va_copy="no"
14603 fi
14604
14605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14606       conftest$ac_exeext conftest.$ac_ext
14607
14608 fi
14609 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14610 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14611 if test "$ac_cv_c___va_copy" = "yes"
14612 then
14613
14614 cat >>confdefs.h <<\_ACEOF
14615 #define HAVE___VA_COPY 1
14616 _ACEOF
14617
14618 fi
14619
14620 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14621 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14622 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14623   echo $ECHO_N "(cached) $ECHO_C" >&6
14624 else
14625   cat >conftest.$ac_ext <<_ACEOF
14626 /* confdefs.h.  */
14627 _ACEOF
14628 cat confdefs.h >>conftest.$ac_ext
14629 cat >>conftest.$ac_ext <<_ACEOF
14630 /* end confdefs.h.  */
14631 #define _GNU_SOURCE
14632 #include <pthread.h>
14633
14634 typedef pthread_rwlock_t ac__type_new_;
14635 int
14636 main ()
14637 {
14638 if ((ac__type_new_ *) 0)
14639   return 0;
14640 if (sizeof (ac__type_new_))
14641   return 0;
14642   ;
14643   return 0;
14644 }
14645 _ACEOF
14646 rm -f conftest.$ac_objext
14647 if { (ac_try="$ac_compile"
14648 case "(($ac_try" in
14649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14650   *) ac_try_echo=$ac_try;;
14651 esac
14652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14653   (eval "$ac_compile") 2>conftest.er1
14654   ac_status=$?
14655   grep -v '^ *+' conftest.er1 >conftest.err
14656   rm -f conftest.er1
14657   cat conftest.err >&5
14658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14659   (exit $ac_status); } && {
14660          test -z "$ac_c_werror_flag" ||
14661          test ! -s conftest.err
14662        } && test -s conftest.$ac_objext; then
14663   ac_cv_type_pthread_rwlock_t=yes
14664 else
14665   echo "$as_me: failed program was:" >&5
14666 sed 's/^/| /' conftest.$ac_ext >&5
14667
14668         ac_cv_type_pthread_rwlock_t=no
14669 fi
14670
14671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14672 fi
14673 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14674 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14675 if test $ac_cv_type_pthread_rwlock_t = yes; then
14676
14677 cat >>confdefs.h <<_ACEOF
14678 #define HAVE_PTHREAD_RWLOCK_T 1
14679 _ACEOF
14680
14681
14682 fi
14683 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14684 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14685 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14686   echo $ECHO_N "(cached) $ECHO_C" >&6
14687 else
14688   cat >conftest.$ac_ext <<_ACEOF
14689 /* confdefs.h.  */
14690 _ACEOF
14691 cat confdefs.h >>conftest.$ac_ext
14692 cat >>conftest.$ac_ext <<_ACEOF
14693 /* end confdefs.h.  */
14694 #define _GNU_SOURCE
14695 #include <pthread.h>
14696
14697 typedef pthread_rwlockattr_t ac__type_new_;
14698 int
14699 main ()
14700 {
14701 if ((ac__type_new_ *) 0)
14702   return 0;
14703 if (sizeof (ac__type_new_))
14704   return 0;
14705   ;
14706   return 0;
14707 }
14708 _ACEOF
14709 rm -f conftest.$ac_objext
14710 if { (ac_try="$ac_compile"
14711 case "(($ac_try" in
14712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14713   *) ac_try_echo=$ac_try;;
14714 esac
14715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14716   (eval "$ac_compile") 2>conftest.er1
14717   ac_status=$?
14718   grep -v '^ *+' conftest.er1 >conftest.err
14719   rm -f conftest.er1
14720   cat conftest.err >&5
14721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14722   (exit $ac_status); } && {
14723          test -z "$ac_c_werror_flag" ||
14724          test ! -s conftest.err
14725        } && test -s conftest.$ac_objext; then
14726   ac_cv_type_pthread_rwlockattr_t=yes
14727 else
14728   echo "$as_me: failed program was:" >&5
14729 sed 's/^/| /' conftest.$ac_ext >&5
14730
14731         ac_cv_type_pthread_rwlockattr_t=no
14732 fi
14733
14734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14735 fi
14736 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14737 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14738 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14739
14740 cat >>confdefs.h <<_ACEOF
14741 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14742 _ACEOF
14743
14744
14745 fi
14746
14747
14748 ac_wine_check_funcs_save_LIBS="$LIBS"
14749 LIBS="$LIBS $LIBPTHREAD"
14750
14751
14752
14753
14754 for ac_func in \
14755         pthread_attr_get_np \
14756         pthread_getattr_np \
14757         pthread_get_stackaddr_np \
14758         pthread_get_stacksize_np
14759 do
14760 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14761 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14762 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14763 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14764   echo $ECHO_N "(cached) $ECHO_C" >&6
14765 else
14766   cat >conftest.$ac_ext <<_ACEOF
14767 /* confdefs.h.  */
14768 _ACEOF
14769 cat confdefs.h >>conftest.$ac_ext
14770 cat >>conftest.$ac_ext <<_ACEOF
14771 /* end confdefs.h.  */
14772 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14773    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14774 #define $ac_func innocuous_$ac_func
14775
14776 /* System header to define __stub macros and hopefully few prototypes,
14777     which can conflict with char $ac_func (); below.
14778     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14779     <limits.h> exists even on freestanding compilers.  */
14780
14781 #ifdef __STDC__
14782 # include <limits.h>
14783 #else
14784 # include <assert.h>
14785 #endif
14786
14787 #undef $ac_func
14788
14789 /* Override any GCC internal prototype to avoid an error.
14790    Use char because int might match the return type of a GCC
14791    builtin and then its argument prototype would still apply.  */
14792 #ifdef __cplusplus
14793 extern "C"
14794 #endif
14795 char $ac_func ();
14796 /* The GNU C library defines this for functions which it implements
14797     to always fail with ENOSYS.  Some functions are actually named
14798     something starting with __ and the normal name is an alias.  */
14799 #if defined __stub_$ac_func || defined __stub___$ac_func
14800 choke me
14801 #endif
14802
14803 int
14804 main ()
14805 {
14806 return $ac_func ();
14807   ;
14808   return 0;
14809 }
14810 _ACEOF
14811 rm -f conftest.$ac_objext conftest$ac_exeext
14812 if { (ac_try="$ac_link"
14813 case "(($ac_try" in
14814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14815   *) ac_try_echo=$ac_try;;
14816 esac
14817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14818   (eval "$ac_link") 2>conftest.er1
14819   ac_status=$?
14820   grep -v '^ *+' conftest.er1 >conftest.err
14821   rm -f conftest.er1
14822   cat conftest.err >&5
14823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824   (exit $ac_status); } && {
14825          test -z "$ac_c_werror_flag" ||
14826          test ! -s conftest.err
14827        } && test -s conftest$ac_exeext &&
14828        $as_test_x conftest$ac_exeext; then
14829   eval "$as_ac_var=yes"
14830 else
14831   echo "$as_me: failed program was:" >&5
14832 sed 's/^/| /' conftest.$ac_ext >&5
14833
14834         eval "$as_ac_var=no"
14835 fi
14836
14837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14838       conftest$ac_exeext conftest.$ac_ext
14839 fi
14840 ac_res=`eval echo '${'$as_ac_var'}'`
14841                { echo "$as_me:$LINENO: result: $ac_res" >&5
14842 echo "${ECHO_T}$ac_res" >&6; }
14843 if test `eval echo '${'$as_ac_var'}'` = yes; then
14844   cat >>confdefs.h <<_ACEOF
14845 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14846 _ACEOF
14847
14848 fi
14849 done
14850
14851 LIBS="$ac_wine_check_funcs_save_LIBS"
14852
14853 # Extract the first word of "esd-config", so it can be a program name with args.
14854 set dummy esd-config; ac_word=$2
14855 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14856 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14857 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14858   echo $ECHO_N "(cached) $ECHO_C" >&6
14859 else
14860   case $ESDCONFIG in
14861   [\\/]* | ?:[\\/]*)
14862   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14863   ;;
14864   *)
14865   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14866 for as_dir in $PATH
14867 do
14868   IFS=$as_save_IFS
14869   test -z "$as_dir" && as_dir=.
14870   for ac_exec_ext in '' $ac_executable_extensions; do
14871   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14872     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14873     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14874     break 2
14875   fi
14876 done
14877 done
14878 IFS=$as_save_IFS
14879
14880   ;;
14881 esac
14882 fi
14883 ESDCONFIG=$ac_cv_path_ESDCONFIG
14884 if test -n "$ESDCONFIG"; then
14885   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14886 echo "${ECHO_T}$ESDCONFIG" >&6; }
14887 else
14888   { echo "$as_me:$LINENO: result: no" >&5
14889 echo "${ECHO_T}no" >&6; }
14890 fi
14891
14892
14893 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14894 then
14895     ac_esd_incl=""
14896     for i in `$ESDCONFIG --cflags`
14897     do
14898       case "$i" in
14899         -I*) ac_esd_incl="$ac_esd_incl $i";;
14900       esac
14901     done
14902     ac_esd_libs=`$ESDCONFIG --libs`
14903     save_CFLAGS="$CFLAGS"
14904     CFLAGS="$CFLAGS $ac_esd_incl"
14905     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14906 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14907 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14908   echo $ECHO_N "(cached) $ECHO_C" >&6
14909 else
14910   ac_check_lib_save_LIBS=$LIBS
14911 LIBS="-lesd $ac_esd_libs $LIBS"
14912 cat >conftest.$ac_ext <<_ACEOF
14913 /* confdefs.h.  */
14914 _ACEOF
14915 cat confdefs.h >>conftest.$ac_ext
14916 cat >>conftest.$ac_ext <<_ACEOF
14917 /* end confdefs.h.  */
14918
14919 /* Override any GCC internal prototype to avoid an error.
14920    Use char because int might match the return type of a GCC
14921    builtin and then its argument prototype would still apply.  */
14922 #ifdef __cplusplus
14923 extern "C"
14924 #endif
14925 char esd_open_sound ();
14926 int
14927 main ()
14928 {
14929 return esd_open_sound ();
14930   ;
14931   return 0;
14932 }
14933 _ACEOF
14934 rm -f conftest.$ac_objext conftest$ac_exeext
14935 if { (ac_try="$ac_link"
14936 case "(($ac_try" in
14937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14938   *) ac_try_echo=$ac_try;;
14939 esac
14940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14941   (eval "$ac_link") 2>conftest.er1
14942   ac_status=$?
14943   grep -v '^ *+' conftest.er1 >conftest.err
14944   rm -f conftest.er1
14945   cat conftest.err >&5
14946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14947   (exit $ac_status); } && {
14948          test -z "$ac_c_werror_flag" ||
14949          test ! -s conftest.err
14950        } && test -s conftest$ac_exeext &&
14951        $as_test_x conftest$ac_exeext; then
14952   ac_cv_lib_esd_esd_open_sound=yes
14953 else
14954   echo "$as_me: failed program was:" >&5
14955 sed 's/^/| /' conftest.$ac_ext >&5
14956
14957         ac_cv_lib_esd_esd_open_sound=no
14958 fi
14959
14960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14961       conftest$ac_exeext conftest.$ac_ext
14962 LIBS=$ac_check_lib_save_LIBS
14963 fi
14964 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14965 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14966 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14967   ESDINCL="$ac_esd_incl"
14968
14969          ESDLIBS="$ac_esd_libs"
14970
14971
14972 cat >>confdefs.h <<\_ACEOF
14973 #define HAVE_ESD 1
14974 _ACEOF
14975
14976 fi
14977
14978     CFLAGS="$save_CFLAGS"
14979 fi
14980
14981 ALSALIBS=""
14982
14983 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14984 then
14985     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14986 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14987 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14988   echo $ECHO_N "(cached) $ECHO_C" >&6
14989 else
14990   ac_check_lib_save_LIBS=$LIBS
14991 LIBS="-lasound  $LIBS"
14992 cat >conftest.$ac_ext <<_ACEOF
14993 /* confdefs.h.  */
14994 _ACEOF
14995 cat confdefs.h >>conftest.$ac_ext
14996 cat >>conftest.$ac_ext <<_ACEOF
14997 /* end confdefs.h.  */
14998
14999 /* Override any GCC internal prototype to avoid an error.
15000    Use char because int might match the return type of a GCC
15001    builtin and then its argument prototype would still apply.  */
15002 #ifdef __cplusplus
15003 extern "C"
15004 #endif
15005 char snd_pcm_hw_params_get_access ();
15006 int
15007 main ()
15008 {
15009 return snd_pcm_hw_params_get_access ();
15010   ;
15011   return 0;
15012 }
15013 _ACEOF
15014 rm -f conftest.$ac_objext conftest$ac_exeext
15015 if { (ac_try="$ac_link"
15016 case "(($ac_try" in
15017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15018   *) ac_try_echo=$ac_try;;
15019 esac
15020 eval "echo \"\$as_me:$LINENO: $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   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        $as_test_x conftest$ac_exeext; then
15032   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15033 else
15034   echo "$as_me: failed program was:" >&5
15035 sed 's/^/| /' conftest.$ac_ext >&5
15036
15037         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15038 fi
15039
15040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15041       conftest$ac_exeext conftest.$ac_ext
15042 LIBS=$ac_check_lib_save_LIBS
15043 fi
15044 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15045 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15046 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15047   cat >conftest.$ac_ext <<_ACEOF
15048 /* confdefs.h.  */
15049 _ACEOF
15050 cat confdefs.h >>conftest.$ac_ext
15051 cat >>conftest.$ac_ext <<_ACEOF
15052 /* end confdefs.h.  */
15053 #ifdef HAVE_ALSA_ASOUNDLIB_H
15054 #include <alsa/asoundlib.h>
15055 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15056 #include <sys/asoundlib.h>
15057 #endif
15058 int
15059 main ()
15060 {
15061 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15062   ;
15063   return 0;
15064 }
15065 _ACEOF
15066 rm -f conftest.$ac_objext
15067 if { (ac_try="$ac_compile"
15068 case "(($ac_try" in
15069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15070   *) ac_try_echo=$ac_try;;
15071 esac
15072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15073   (eval "$ac_compile") 2>conftest.er1
15074   ac_status=$?
15075   grep -v '^ *+' conftest.er1 >conftest.err
15076   rm -f conftest.er1
15077   cat conftest.err >&5
15078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079   (exit $ac_status); } && {
15080          test -z "$ac_c_werror_flag" ||
15081          test ! -s conftest.err
15082        } && test -s conftest.$ac_objext; then
15083
15084 cat >>confdefs.h <<\_ACEOF
15085 #define HAVE_ALSA 1
15086 _ACEOF
15087
15088                          ALSALIBS="-lasound"
15089 else
15090   echo "$as_me: failed program was:" >&5
15091 sed 's/^/| /' conftest.$ac_ext >&5
15092
15093
15094 fi
15095
15096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15097 fi
15098
15099 fi
15100
15101 AUDIOIOLIBS=""
15102
15103 if test "$ac_cv_header_libaudioio_h" = "yes"
15104 then
15105     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15106 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15107 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15108   echo $ECHO_N "(cached) $ECHO_C" >&6
15109 else
15110   ac_check_lib_save_LIBS=$LIBS
15111 LIBS="-laudioio  $LIBS"
15112 cat >conftest.$ac_ext <<_ACEOF
15113 /* confdefs.h.  */
15114 _ACEOF
15115 cat confdefs.h >>conftest.$ac_ext
15116 cat >>conftest.$ac_ext <<_ACEOF
15117 /* end confdefs.h.  */
15118
15119 /* Override any GCC internal prototype to avoid an error.
15120    Use char because int might match the return type of a GCC
15121    builtin and then its argument prototype would still apply.  */
15122 #ifdef __cplusplus
15123 extern "C"
15124 #endif
15125 char AudioIOGetVersion ();
15126 int
15127 main ()
15128 {
15129 return AudioIOGetVersion ();
15130   ;
15131   return 0;
15132 }
15133 _ACEOF
15134 rm -f conftest.$ac_objext conftest$ac_exeext
15135 if { (ac_try="$ac_link"
15136 case "(($ac_try" in
15137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15138   *) ac_try_echo=$ac_try;;
15139 esac
15140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15141   (eval "$ac_link") 2>conftest.er1
15142   ac_status=$?
15143   grep -v '^ *+' conftest.er1 >conftest.err
15144   rm -f conftest.er1
15145   cat conftest.err >&5
15146   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147   (exit $ac_status); } && {
15148          test -z "$ac_c_werror_flag" ||
15149          test ! -s conftest.err
15150        } && test -s conftest$ac_exeext &&
15151        $as_test_x conftest$ac_exeext; then
15152   ac_cv_lib_audioio_AudioIOGetVersion=yes
15153 else
15154   echo "$as_me: failed program was:" >&5
15155 sed 's/^/| /' conftest.$ac_ext >&5
15156
15157         ac_cv_lib_audioio_AudioIOGetVersion=no
15158 fi
15159
15160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15161       conftest$ac_exeext conftest.$ac_ext
15162 LIBS=$ac_check_lib_save_LIBS
15163 fi
15164 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15165 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15166 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15167   AUDIOIOLIBS="-laudioio"
15168
15169 cat >>confdefs.h <<\_ACEOF
15170 #define HAVE_LIBAUDIOIO 1
15171 _ACEOF
15172
15173 fi
15174
15175 fi
15176
15177
15178 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15179 then
15180     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15181 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15182 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15183   echo $ECHO_N "(cached) $ECHO_C" >&6
15184 else
15185   ac_check_soname_save_LIBS=$LIBS
15186 LIBS="-lcapi20  $LIBS"
15187   cat >conftest.$ac_ext <<_ACEOF
15188 /* confdefs.h.  */
15189 _ACEOF
15190 cat confdefs.h >>conftest.$ac_ext
15191 cat >>conftest.$ac_ext <<_ACEOF
15192 /* end confdefs.h.  */
15193
15194 /* Override any GCC internal prototype to avoid an error.
15195    Use char because int might match the return type of a GCC
15196    builtin and then its argument prototype would still apply.  */
15197 #ifdef __cplusplus
15198 extern "C"
15199 #endif
15200 char capi20_register ();
15201 int
15202 main ()
15203 {
15204 return capi20_register ();
15205   ;
15206   return 0;
15207 }
15208 _ACEOF
15209 rm -f conftest.$ac_objext conftest$ac_exeext
15210 if { (ac_try="$ac_link"
15211 case "(($ac_try" in
15212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15213   *) ac_try_echo=$ac_try;;
15214 esac
15215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15216   (eval "$ac_link") 2>conftest.er1
15217   ac_status=$?
15218   grep -v '^ *+' conftest.er1 >conftest.err
15219   rm -f conftest.er1
15220   cat conftest.err >&5
15221   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222   (exit $ac_status); } && {
15223          test -z "$ac_c_werror_flag" ||
15224          test ! -s conftest.err
15225        } && test -s conftest$ac_exeext &&
15226        $as_test_x conftest$ac_exeext; then
15227   case "$LIBEXT" in
15228     dll) ;;
15229     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'` ;;
15230     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15231   esac
15232 else
15233   echo "$as_me: failed program was:" >&5
15234 sed 's/^/| /' conftest.$ac_ext >&5
15235
15236
15237 fi
15238
15239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15240       conftest$ac_exeext conftest.$ac_ext
15241   LIBS=$ac_check_soname_save_LIBS
15242 fi
15243 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15244   { echo "$as_me:$LINENO: result: not found" >&5
15245 echo "${ECHO_T}not found" >&6; }
15246
15247 else
15248   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15249 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15250
15251 cat >>confdefs.h <<_ACEOF
15252 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15253 _ACEOF
15254
15255
15256 fi
15257
15258 fi
15259 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15260   case "x$with_capi" in
15261   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15262   xno) ;;
15263   *)   { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15264 This is an error since --with-capi was requested." >&5
15265 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15266 This is an error since --with-capi was requested." >&2;}
15267    { (exit 1); exit 1; }; } ;;
15268 esac
15269 fi
15270
15271
15272 CUPSINCL=""
15273
15274 if test "x$with_cups" != "xno"
15275 then
15276     ac_save_CPPFLAGS="$CPPFLAGS"
15277     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15278     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15279     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15280
15281 for ac_header in cups/cups.h
15282 do
15283 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15284 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15285   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15286 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15288   echo $ECHO_N "(cached) $ECHO_C" >&6
15289 fi
15290 ac_res=`eval echo '${'$as_ac_Header'}'`
15291                { echo "$as_me:$LINENO: result: $ac_res" >&5
15292 echo "${ECHO_T}$ac_res" >&6; }
15293 else
15294   # Is the header compilable?
15295 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15296 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15297 cat >conftest.$ac_ext <<_ACEOF
15298 /* confdefs.h.  */
15299 _ACEOF
15300 cat confdefs.h >>conftest.$ac_ext
15301 cat >>conftest.$ac_ext <<_ACEOF
15302 /* end confdefs.h.  */
15303 $ac_includes_default
15304 #include <$ac_header>
15305 _ACEOF
15306 rm -f conftest.$ac_objext
15307 if { (ac_try="$ac_compile"
15308 case "(($ac_try" in
15309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15310   *) ac_try_echo=$ac_try;;
15311 esac
15312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15313   (eval "$ac_compile") 2>conftest.er1
15314   ac_status=$?
15315   grep -v '^ *+' conftest.er1 >conftest.err
15316   rm -f conftest.er1
15317   cat conftest.err >&5
15318   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15319   (exit $ac_status); } && {
15320          test -z "$ac_c_werror_flag" ||
15321          test ! -s conftest.err
15322        } && test -s conftest.$ac_objext; then
15323   ac_header_compiler=yes
15324 else
15325   echo "$as_me: failed program was:" >&5
15326 sed 's/^/| /' conftest.$ac_ext >&5
15327
15328         ac_header_compiler=no
15329 fi
15330
15331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15332 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15333 echo "${ECHO_T}$ac_header_compiler" >&6; }
15334
15335 # Is the header present?
15336 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15337 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15338 cat >conftest.$ac_ext <<_ACEOF
15339 /* confdefs.h.  */
15340 _ACEOF
15341 cat confdefs.h >>conftest.$ac_ext
15342 cat >>conftest.$ac_ext <<_ACEOF
15343 /* end confdefs.h.  */
15344 #include <$ac_header>
15345 _ACEOF
15346 if { (ac_try="$ac_cpp conftest.$ac_ext"
15347 case "(($ac_try" in
15348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15349   *) ac_try_echo=$ac_try;;
15350 esac
15351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15352   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15353   ac_status=$?
15354   grep -v '^ *+' conftest.er1 >conftest.err
15355   rm -f conftest.er1
15356   cat conftest.err >&5
15357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15358   (exit $ac_status); } >/dev/null && {
15359          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15360          test ! -s conftest.err
15361        }; then
15362   ac_header_preproc=yes
15363 else
15364   echo "$as_me: failed program was:" >&5
15365 sed 's/^/| /' conftest.$ac_ext >&5
15366
15367   ac_header_preproc=no
15368 fi
15369
15370 rm -f conftest.err conftest.$ac_ext
15371 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15372 echo "${ECHO_T}$ac_header_preproc" >&6; }
15373
15374 # So?  What about this header?
15375 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15376   yes:no: )
15377     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15378 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15379     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15380 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15381     ac_header_preproc=yes
15382     ;;
15383   no:yes:* )
15384     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15385 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15386     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15387 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15388     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15389 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15390     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15391 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15392     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15393 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15394     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15395 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15396     ( cat <<\_ASBOX
15397 ## ------------------------------------ ##
15398 ## Report this to wine-devel@winehq.org ##
15399 ## ------------------------------------ ##
15400 _ASBOX
15401      ) | sed "s/^/$as_me: WARNING:     /" >&2
15402     ;;
15403 esac
15404 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15405 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15406 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15407   echo $ECHO_N "(cached) $ECHO_C" >&6
15408 else
15409   eval "$as_ac_Header=\$ac_header_preproc"
15410 fi
15411 ac_res=`eval echo '${'$as_ac_Header'}'`
15412                { echo "$as_me:$LINENO: result: $ac_res" >&5
15413 echo "${ECHO_T}$ac_res" >&6; }
15414
15415 fi
15416 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15417   cat >>confdefs.h <<_ACEOF
15418 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15419 _ACEOF
15420  { echo "$as_me:$LINENO: checking for -lcups" >&5
15421 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15422 if test "${ac_cv_lib_soname_cups+set}" = set; then
15423   echo $ECHO_N "(cached) $ECHO_C" >&6
15424 else
15425   ac_check_soname_save_LIBS=$LIBS
15426 LIBS="-lcups $ac_cups_libs $LIBS"
15427   cat >conftest.$ac_ext <<_ACEOF
15428 /* confdefs.h.  */
15429 _ACEOF
15430 cat confdefs.h >>conftest.$ac_ext
15431 cat >>conftest.$ac_ext <<_ACEOF
15432 /* end confdefs.h.  */
15433
15434 /* Override any GCC internal prototype to avoid an error.
15435    Use char because int might match the return type of a GCC
15436    builtin and then its argument prototype would still apply.  */
15437 #ifdef __cplusplus
15438 extern "C"
15439 #endif
15440 char cupsGetDefault ();
15441 int
15442 main ()
15443 {
15444 return cupsGetDefault ();
15445   ;
15446   return 0;
15447 }
15448 _ACEOF
15449 rm -f conftest.$ac_objext conftest$ac_exeext
15450 if { (ac_try="$ac_link"
15451 case "(($ac_try" in
15452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15453   *) ac_try_echo=$ac_try;;
15454 esac
15455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15456   (eval "$ac_link") 2>conftest.er1
15457   ac_status=$?
15458   grep -v '^ *+' conftest.er1 >conftest.err
15459   rm -f conftest.er1
15460   cat conftest.err >&5
15461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462   (exit $ac_status); } && {
15463          test -z "$ac_c_werror_flag" ||
15464          test ! -s conftest.err
15465        } && test -s conftest$ac_exeext &&
15466        $as_test_x conftest$ac_exeext; then
15467   case "$LIBEXT" in
15468     dll) ;;
15469     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'` ;;
15470     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15471   esac
15472 else
15473   echo "$as_me: failed program was:" >&5
15474 sed 's/^/| /' conftest.$ac_ext >&5
15475
15476
15477 fi
15478
15479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15480       conftest$ac_exeext conftest.$ac_ext
15481   LIBS=$ac_check_soname_save_LIBS
15482 fi
15483 if test "x$ac_cv_lib_soname_cups" = "x"; then
15484   { echo "$as_me:$LINENO: result: not found" >&5
15485 echo "${ECHO_T}not found" >&6; }
15486
15487 else
15488   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15489 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15490
15491 cat >>confdefs.h <<_ACEOF
15492 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15493 _ACEOF
15494
15495        CUPSINCL="$ac_cups_cflags"
15496 fi
15497
15498 fi
15499
15500 done
15501
15502     CPPFLAGS="$ac_save_CPPFLAGS"
15503 fi
15504 if test "x$ac_cv_lib_soname_cups" = "x"; then
15505   case "x$with_cups" in
15506   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15507   xno) ;;
15508   *)   { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15509 This is an error since --with-cups was requested." >&5
15510 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15511 This is an error since --with-cups was requested." >&2;}
15512    { (exit 1); exit 1; }; } ;;
15513 esac
15514 fi
15515
15516
15517 if test "$ac_cv_header_jack_jack_h" = "yes"
15518 then
15519     { echo "$as_me:$LINENO: checking for -ljack" >&5
15520 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15521 if test "${ac_cv_lib_soname_jack+set}" = set; then
15522   echo $ECHO_N "(cached) $ECHO_C" >&6
15523 else
15524   ac_check_soname_save_LIBS=$LIBS
15525 LIBS="-ljack  $LIBS"
15526   cat >conftest.$ac_ext <<_ACEOF
15527 /* confdefs.h.  */
15528 _ACEOF
15529 cat confdefs.h >>conftest.$ac_ext
15530 cat >>conftest.$ac_ext <<_ACEOF
15531 /* end confdefs.h.  */
15532
15533 /* Override any GCC internal prototype to avoid an error.
15534    Use char because int might match the return type of a GCC
15535    builtin and then its argument prototype would still apply.  */
15536 #ifdef __cplusplus
15537 extern "C"
15538 #endif
15539 char jack_client_new ();
15540 int
15541 main ()
15542 {
15543 return jack_client_new ();
15544   ;
15545   return 0;
15546 }
15547 _ACEOF
15548 rm -f conftest.$ac_objext conftest$ac_exeext
15549 if { (ac_try="$ac_link"
15550 case "(($ac_try" in
15551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15552   *) ac_try_echo=$ac_try;;
15553 esac
15554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15555   (eval "$ac_link") 2>conftest.er1
15556   ac_status=$?
15557   grep -v '^ *+' conftest.er1 >conftest.err
15558   rm -f conftest.er1
15559   cat conftest.err >&5
15560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15561   (exit $ac_status); } && {
15562          test -z "$ac_c_werror_flag" ||
15563          test ! -s conftest.err
15564        } && test -s conftest$ac_exeext &&
15565        $as_test_x conftest$ac_exeext; then
15566   case "$LIBEXT" in
15567     dll) ;;
15568     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'` ;;
15569     *) 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'` ;;
15570   esac
15571 else
15572   echo "$as_me: failed program was:" >&5
15573 sed 's/^/| /' conftest.$ac_ext >&5
15574
15575
15576 fi
15577
15578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15579       conftest$ac_exeext conftest.$ac_ext
15580   LIBS=$ac_check_soname_save_LIBS
15581 fi
15582 if test "x$ac_cv_lib_soname_jack" = "x"; then
15583   { echo "$as_me:$LINENO: result: not found" >&5
15584 echo "${ECHO_T}not found" >&6; }
15585
15586 else
15587   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15588 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15589
15590 cat >>confdefs.h <<_ACEOF
15591 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15592 _ACEOF
15593
15594
15595 fi
15596
15597 fi
15598
15599 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15600 then
15601     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15602 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15603 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15604   echo $ECHO_N "(cached) $ECHO_C" >&6
15605 else
15606   ac_check_soname_save_LIBS=$LIBS
15607 LIBS="-lfontconfig  $LIBS"
15608   cat >conftest.$ac_ext <<_ACEOF
15609 /* confdefs.h.  */
15610 _ACEOF
15611 cat confdefs.h >>conftest.$ac_ext
15612 cat >>conftest.$ac_ext <<_ACEOF
15613 /* end confdefs.h.  */
15614
15615 /* Override any GCC internal prototype to avoid an error.
15616    Use char because int might match the return type of a GCC
15617    builtin and then its argument prototype would still apply.  */
15618 #ifdef __cplusplus
15619 extern "C"
15620 #endif
15621 char FcInit ();
15622 int
15623 main ()
15624 {
15625 return FcInit ();
15626   ;
15627   return 0;
15628 }
15629 _ACEOF
15630 rm -f conftest.$ac_objext conftest$ac_exeext
15631 if { (ac_try="$ac_link"
15632 case "(($ac_try" in
15633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15634   *) ac_try_echo=$ac_try;;
15635 esac
15636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15637   (eval "$ac_link") 2>conftest.er1
15638   ac_status=$?
15639   grep -v '^ *+' conftest.er1 >conftest.err
15640   rm -f conftest.er1
15641   cat conftest.err >&5
15642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643   (exit $ac_status); } && {
15644          test -z "$ac_c_werror_flag" ||
15645          test ! -s conftest.err
15646        } && test -s conftest$ac_exeext &&
15647        $as_test_x conftest$ac_exeext; then
15648   case "$LIBEXT" in
15649     dll) ;;
15650     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'` ;;
15651     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15652   esac
15653 else
15654   echo "$as_me: failed program was:" >&5
15655 sed 's/^/| /' conftest.$ac_ext >&5
15656
15657
15658 fi
15659
15660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15661       conftest$ac_exeext conftest.$ac_ext
15662   LIBS=$ac_check_soname_save_LIBS
15663 fi
15664 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15665   { echo "$as_me:$LINENO: result: not found" >&5
15666 echo "${ECHO_T}not found" >&6; }
15667
15668 else
15669   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15670 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15671
15672 cat >>confdefs.h <<_ACEOF
15673 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15674 _ACEOF
15675
15676
15677 fi
15678
15679 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15680 then
15681         ac_save_CPPFLAGS="$CPPFLAGS"
15682     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15683     $as_unset ac_cv_header_fontconfig_fontconfig_h
15684
15685 for ac_header in fontconfig/fontconfig.h
15686 do
15687 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15688 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15689   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15690 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15691 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15692   echo $ECHO_N "(cached) $ECHO_C" >&6
15693 fi
15694 ac_res=`eval echo '${'$as_ac_Header'}'`
15695                { echo "$as_me:$LINENO: result: $ac_res" >&5
15696 echo "${ECHO_T}$ac_res" >&6; }
15697 else
15698   # Is the header compilable?
15699 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15700 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15701 cat >conftest.$ac_ext <<_ACEOF
15702 /* confdefs.h.  */
15703 _ACEOF
15704 cat confdefs.h >>conftest.$ac_ext
15705 cat >>conftest.$ac_ext <<_ACEOF
15706 /* end confdefs.h.  */
15707 $ac_includes_default
15708 #include <$ac_header>
15709 _ACEOF
15710 rm -f conftest.$ac_objext
15711 if { (ac_try="$ac_compile"
15712 case "(($ac_try" in
15713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15714   *) ac_try_echo=$ac_try;;
15715 esac
15716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15717   (eval "$ac_compile") 2>conftest.er1
15718   ac_status=$?
15719   grep -v '^ *+' conftest.er1 >conftest.err
15720   rm -f conftest.er1
15721   cat conftest.err >&5
15722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15723   (exit $ac_status); } && {
15724          test -z "$ac_c_werror_flag" ||
15725          test ! -s conftest.err
15726        } && test -s conftest.$ac_objext; then
15727   ac_header_compiler=yes
15728 else
15729   echo "$as_me: failed program was:" >&5
15730 sed 's/^/| /' conftest.$ac_ext >&5
15731
15732         ac_header_compiler=no
15733 fi
15734
15735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15736 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15737 echo "${ECHO_T}$ac_header_compiler" >&6; }
15738
15739 # Is the header present?
15740 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15741 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15742 cat >conftest.$ac_ext <<_ACEOF
15743 /* confdefs.h.  */
15744 _ACEOF
15745 cat confdefs.h >>conftest.$ac_ext
15746 cat >>conftest.$ac_ext <<_ACEOF
15747 /* end confdefs.h.  */
15748 #include <$ac_header>
15749 _ACEOF
15750 if { (ac_try="$ac_cpp conftest.$ac_ext"
15751 case "(($ac_try" in
15752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15753   *) ac_try_echo=$ac_try;;
15754 esac
15755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15756   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15757   ac_status=$?
15758   grep -v '^ *+' conftest.er1 >conftest.err
15759   rm -f conftest.er1
15760   cat conftest.err >&5
15761   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762   (exit $ac_status); } >/dev/null && {
15763          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15764          test ! -s conftest.err
15765        }; then
15766   ac_header_preproc=yes
15767 else
15768   echo "$as_me: failed program was:" >&5
15769 sed 's/^/| /' conftest.$ac_ext >&5
15770
15771   ac_header_preproc=no
15772 fi
15773
15774 rm -f conftest.err conftest.$ac_ext
15775 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15776 echo "${ECHO_T}$ac_header_preproc" >&6; }
15777
15778 # So?  What about this header?
15779 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15780   yes:no: )
15781     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15782 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15783     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15784 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15785     ac_header_preproc=yes
15786     ;;
15787   no:yes:* )
15788     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15789 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15790     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15791 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15792     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15793 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15794     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15795 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15796     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15797 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15798     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15799 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15800     ( cat <<\_ASBOX
15801 ## ------------------------------------ ##
15802 ## Report this to wine-devel@winehq.org ##
15803 ## ------------------------------------ ##
15804 _ASBOX
15805      ) | sed "s/^/$as_me: WARNING:     /" >&2
15806     ;;
15807 esac
15808 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15809 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15811   echo $ECHO_N "(cached) $ECHO_C" >&6
15812 else
15813   eval "$as_ac_Header=\$ac_header_preproc"
15814 fi
15815 ac_res=`eval echo '${'$as_ac_Header'}'`
15816                { echo "$as_me:$LINENO: result: $ac_res" >&5
15817 echo "${ECHO_T}$ac_res" >&6; }
15818
15819 fi
15820 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15821   cat >>confdefs.h <<_ACEOF
15822 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15823 _ACEOF
15824
15825 fi
15826
15827 done
15828
15829     CPPFLAGS="$ac_save_CPPFLAGS"
15830     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15831     then
15832         FONTCONFIGINCL="$X_CFLAGS"
15833
15834         { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15835 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15836 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15837   echo $ECHO_N "(cached) $ECHO_C" >&6
15838 else
15839   ac_check_soname_save_LIBS=$LIBS
15840 LIBS="-lfontconfig $X_LIBS $LIBS"
15841   cat >conftest.$ac_ext <<_ACEOF
15842 /* confdefs.h.  */
15843 _ACEOF
15844 cat confdefs.h >>conftest.$ac_ext
15845 cat >>conftest.$ac_ext <<_ACEOF
15846 /* end confdefs.h.  */
15847
15848 /* Override any GCC internal prototype to avoid an error.
15849    Use char because int might match the return type of a GCC
15850    builtin and then its argument prototype would still apply.  */
15851 #ifdef __cplusplus
15852 extern "C"
15853 #endif
15854 char FcInit ();
15855 int
15856 main ()
15857 {
15858 return FcInit ();
15859   ;
15860   return 0;
15861 }
15862 _ACEOF
15863 rm -f conftest.$ac_objext conftest$ac_exeext
15864 if { (ac_try="$ac_link"
15865 case "(($ac_try" in
15866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15867   *) ac_try_echo=$ac_try;;
15868 esac
15869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15870   (eval "$ac_link") 2>conftest.er1
15871   ac_status=$?
15872   grep -v '^ *+' conftest.er1 >conftest.err
15873   rm -f conftest.er1
15874   cat conftest.err >&5
15875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15876   (exit $ac_status); } && {
15877          test -z "$ac_c_werror_flag" ||
15878          test ! -s conftest.err
15879        } && test -s conftest$ac_exeext &&
15880        $as_test_x conftest$ac_exeext; then
15881   case "$LIBEXT" in
15882     dll) ;;
15883     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'` ;;
15884     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15885   esac
15886 else
15887   echo "$as_me: failed program was:" >&5
15888 sed 's/^/| /' conftest.$ac_ext >&5
15889
15890
15891 fi
15892
15893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15894       conftest$ac_exeext conftest.$ac_ext
15895   LIBS=$ac_check_soname_save_LIBS
15896 fi
15897 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15898   { echo "$as_me:$LINENO: result: not found" >&5
15899 echo "${ECHO_T}not found" >&6; }
15900
15901 else
15902   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15903 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15904
15905 cat >>confdefs.h <<_ACEOF
15906 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15907 _ACEOF
15908
15909
15910 fi
15911
15912     fi
15913 fi
15914 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15915   case "x$with_fontconfig" in
15916   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15917   xno) ;;
15918   *)   { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15919 This is an error since --with-fontconfig was requested." >&5
15920 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15921 This is an error since --with-fontconfig was requested." >&2;}
15922    { (exit 1); exit 1; }; } ;;
15923 esac
15924 fi
15925
15926
15927 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15928 then
15929     { echo "$as_me:$LINENO: checking for -lssl" >&5
15930 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15931 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15932   echo $ECHO_N "(cached) $ECHO_C" >&6
15933 else
15934   ac_check_soname_save_LIBS=$LIBS
15935 LIBS="-lssl  $LIBS"
15936   cat >conftest.$ac_ext <<_ACEOF
15937 /* confdefs.h.  */
15938 _ACEOF
15939 cat confdefs.h >>conftest.$ac_ext
15940 cat >>conftest.$ac_ext <<_ACEOF
15941 /* end confdefs.h.  */
15942
15943 /* Override any GCC internal prototype to avoid an error.
15944    Use char because int might match the return type of a GCC
15945    builtin and then its argument prototype would still apply.  */
15946 #ifdef __cplusplus
15947 extern "C"
15948 #endif
15949 char SSL_library_init ();
15950 int
15951 main ()
15952 {
15953 return SSL_library_init ();
15954   ;
15955   return 0;
15956 }
15957 _ACEOF
15958 rm -f conftest.$ac_objext conftest$ac_exeext
15959 if { (ac_try="$ac_link"
15960 case "(($ac_try" in
15961   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15962   *) ac_try_echo=$ac_try;;
15963 esac
15964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15965   (eval "$ac_link") 2>conftest.er1
15966   ac_status=$?
15967   grep -v '^ *+' conftest.er1 >conftest.err
15968   rm -f conftest.er1
15969   cat conftest.err >&5
15970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971   (exit $ac_status); } && {
15972          test -z "$ac_c_werror_flag" ||
15973          test ! -s conftest.err
15974        } && test -s conftest$ac_exeext &&
15975        $as_test_x conftest$ac_exeext; then
15976   case "$LIBEXT" in
15977     dll) ;;
15978     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'` ;;
15979     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
15980   esac
15981 else
15982   echo "$as_me: failed program was:" >&5
15983 sed 's/^/| /' conftest.$ac_ext >&5
15984
15985
15986 fi
15987
15988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15989       conftest$ac_exeext conftest.$ac_ext
15990   LIBS=$ac_check_soname_save_LIBS
15991 fi
15992 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15993   { echo "$as_me:$LINENO: result: not found" >&5
15994 echo "${ECHO_T}not found" >&6; }
15995
15996 else
15997   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15998 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15999
16000 cat >>confdefs.h <<_ACEOF
16001 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16002 _ACEOF
16003
16004
16005 fi
16006
16007     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16008 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16009 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16010   echo $ECHO_N "(cached) $ECHO_C" >&6
16011 else
16012   ac_check_soname_save_LIBS=$LIBS
16013 LIBS="-lcrypto  $LIBS"
16014   cat >conftest.$ac_ext <<_ACEOF
16015 /* confdefs.h.  */
16016 _ACEOF
16017 cat confdefs.h >>conftest.$ac_ext
16018 cat >>conftest.$ac_ext <<_ACEOF
16019 /* end confdefs.h.  */
16020
16021 /* Override any GCC internal prototype to avoid an error.
16022    Use char because int might match the return type of a GCC
16023    builtin and then its argument prototype would still apply.  */
16024 #ifdef __cplusplus
16025 extern "C"
16026 #endif
16027 char BIO_new_socket ();
16028 int
16029 main ()
16030 {
16031 return BIO_new_socket ();
16032   ;
16033   return 0;
16034 }
16035 _ACEOF
16036 rm -f conftest.$ac_objext conftest$ac_exeext
16037 if { (ac_try="$ac_link"
16038 case "(($ac_try" in
16039   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16040   *) ac_try_echo=$ac_try;;
16041 esac
16042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16043   (eval "$ac_link") 2>conftest.er1
16044   ac_status=$?
16045   grep -v '^ *+' conftest.er1 >conftest.err
16046   rm -f conftest.er1
16047   cat conftest.err >&5
16048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16049   (exit $ac_status); } && {
16050          test -z "$ac_c_werror_flag" ||
16051          test ! -s conftest.err
16052        } && test -s conftest$ac_exeext &&
16053        $as_test_x conftest$ac_exeext; then
16054   case "$LIBEXT" in
16055     dll) ;;
16056     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'` ;;
16057     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16058   esac
16059 else
16060   echo "$as_me: failed program was:" >&5
16061 sed 's/^/| /' conftest.$ac_ext >&5
16062
16063
16064 fi
16065
16066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16067       conftest$ac_exeext conftest.$ac_ext
16068   LIBS=$ac_check_soname_save_LIBS
16069 fi
16070 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16071   { echo "$as_me:$LINENO: result: not found" >&5
16072 echo "${ECHO_T}not found" >&6; }
16073
16074 else
16075   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16076 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16077
16078 cat >>confdefs.h <<_ACEOF
16079 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16080 _ACEOF
16081
16082
16083 fi
16084
16085 fi
16086 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16087   case "x$with_openssl" in
16088   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16089   xno) ;;
16090   *)   { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16091 This is an error since --with-openssl was requested." >&5
16092 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16093 This is an error since --with-openssl was requested." >&2;}
16094    { (exit 1); exit 1; }; } ;;
16095 esac
16096 fi
16097
16098
16099 if test "$ac_cv_header_jpeglib_h" = "yes"
16100 then
16101     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16102 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16103 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16104   echo $ECHO_N "(cached) $ECHO_C" >&6
16105 else
16106   ac_check_soname_save_LIBS=$LIBS
16107 LIBS="-ljpeg  $LIBS"
16108   cat >conftest.$ac_ext <<_ACEOF
16109 /* confdefs.h.  */
16110 _ACEOF
16111 cat confdefs.h >>conftest.$ac_ext
16112 cat >>conftest.$ac_ext <<_ACEOF
16113 /* end confdefs.h.  */
16114
16115 /* Override any GCC internal prototype to avoid an error.
16116    Use char because int might match the return type of a GCC
16117    builtin and then its argument prototype would still apply.  */
16118 #ifdef __cplusplus
16119 extern "C"
16120 #endif
16121 char jpeg_start_decompress ();
16122 int
16123 main ()
16124 {
16125 return jpeg_start_decompress ();
16126   ;
16127   return 0;
16128 }
16129 _ACEOF
16130 rm -f conftest.$ac_objext conftest$ac_exeext
16131 if { (ac_try="$ac_link"
16132 case "(($ac_try" in
16133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16134   *) ac_try_echo=$ac_try;;
16135 esac
16136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16137   (eval "$ac_link") 2>conftest.er1
16138   ac_status=$?
16139   grep -v '^ *+' conftest.er1 >conftest.err
16140   rm -f conftest.er1
16141   cat conftest.err >&5
16142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16143   (exit $ac_status); } && {
16144          test -z "$ac_c_werror_flag" ||
16145          test ! -s conftest.err
16146        } && test -s conftest$ac_exeext &&
16147        $as_test_x conftest$ac_exeext; then
16148   case "$LIBEXT" in
16149     dll) ;;
16150     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'` ;;
16151     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16152   esac
16153 else
16154   echo "$as_me: failed program was:" >&5
16155 sed 's/^/| /' conftest.$ac_ext >&5
16156
16157
16158 fi
16159
16160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16161       conftest$ac_exeext conftest.$ac_ext
16162   LIBS=$ac_check_soname_save_LIBS
16163 fi
16164 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16165   { echo "$as_me:$LINENO: result: not found" >&5
16166 echo "${ECHO_T}not found" >&6; }
16167
16168 else
16169   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16170 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16171
16172 cat >>confdefs.h <<_ACEOF
16173 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16174 _ACEOF
16175
16176
16177 fi
16178
16179 fi
16180 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16181   case "x$with_jpeg" in
16182   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16183   xno) ;;
16184   *)   { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16185 This is an error since --with-jpeg was requested." >&5
16186 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16187 This is an error since --with-jpeg was requested." >&2;}
16188    { (exit 1); exit 1; }; } ;;
16189 esac
16190 fi
16191
16192
16193 if test "$ac_cv_header_png_h" = "yes"
16194 then
16195     { echo "$as_me:$LINENO: checking for -lpng" >&5
16196 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16197 if test "${ac_cv_lib_soname_png+set}" = set; then
16198   echo $ECHO_N "(cached) $ECHO_C" >&6
16199 else
16200   ac_check_soname_save_LIBS=$LIBS
16201 LIBS="-lpng -lm $LIBS"
16202   cat >conftest.$ac_ext <<_ACEOF
16203 /* confdefs.h.  */
16204 _ACEOF
16205 cat confdefs.h >>conftest.$ac_ext
16206 cat >>conftest.$ac_ext <<_ACEOF
16207 /* end confdefs.h.  */
16208
16209 /* Override any GCC internal prototype to avoid an error.
16210    Use char because int might match the return type of a GCC
16211    builtin and then its argument prototype would still apply.  */
16212 #ifdef __cplusplus
16213 extern "C"
16214 #endif
16215 char png_create_read_struct ();
16216 int
16217 main ()
16218 {
16219 return png_create_read_struct ();
16220   ;
16221   return 0;
16222 }
16223 _ACEOF
16224 rm -f conftest.$ac_objext conftest$ac_exeext
16225 if { (ac_try="$ac_link"
16226 case "(($ac_try" in
16227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16228   *) ac_try_echo=$ac_try;;
16229 esac
16230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16231   (eval "$ac_link") 2>conftest.er1
16232   ac_status=$?
16233   grep -v '^ *+' conftest.er1 >conftest.err
16234   rm -f conftest.er1
16235   cat conftest.err >&5
16236   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16237   (exit $ac_status); } && {
16238          test -z "$ac_c_werror_flag" ||
16239          test ! -s conftest.err
16240        } && test -s conftest$ac_exeext &&
16241        $as_test_x conftest$ac_exeext; then
16242   case "$LIBEXT" in
16243     dll) ;;
16244     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'` ;;
16245     *) 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'` ;;
16246   esac
16247 else
16248   echo "$as_me: failed program was:" >&5
16249 sed 's/^/| /' conftest.$ac_ext >&5
16250
16251
16252 fi
16253
16254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16255       conftest$ac_exeext conftest.$ac_ext
16256   LIBS=$ac_check_soname_save_LIBS
16257 fi
16258 if test "x$ac_cv_lib_soname_png" = "x"; then
16259   { echo "$as_me:$LINENO: result: not found" >&5
16260 echo "${ECHO_T}not found" >&6; }
16261
16262 else
16263   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16264 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16265
16266 cat >>confdefs.h <<_ACEOF
16267 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16268 _ACEOF
16269
16270
16271 fi
16272
16273 fi
16274 if test "x$ac_cv_lib_soname_png" = "x"; then
16275   case "x$with_png" in
16276   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16277   xno) ;;
16278   *)   { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16279 This is an error since --with-png was requested." >&5
16280 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16281 This is an error since --with-png was requested." >&2;}
16282    { (exit 1); exit 1; }; } ;;
16283 esac
16284 fi
16285
16286
16287 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16288 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16289 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16290   echo $ECHO_N "(cached) $ECHO_C" >&6
16291 else
16292   ac_check_soname_save_LIBS=$LIBS
16293 LIBS="-lodbc  $LIBS"
16294   cat >conftest.$ac_ext <<_ACEOF
16295 /* confdefs.h.  */
16296 _ACEOF
16297 cat confdefs.h >>conftest.$ac_ext
16298 cat >>conftest.$ac_ext <<_ACEOF
16299 /* end confdefs.h.  */
16300
16301 /* Override any GCC internal prototype to avoid an error.
16302    Use char because int might match the return type of a GCC
16303    builtin and then its argument prototype would still apply.  */
16304 #ifdef __cplusplus
16305 extern "C"
16306 #endif
16307 char SQLConnect ();
16308 int
16309 main ()
16310 {
16311 return SQLConnect ();
16312   ;
16313   return 0;
16314 }
16315 _ACEOF
16316 rm -f conftest.$ac_objext conftest$ac_exeext
16317 if { (ac_try="$ac_link"
16318 case "(($ac_try" in
16319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16320   *) ac_try_echo=$ac_try;;
16321 esac
16322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16323   (eval "$ac_link") 2>conftest.er1
16324   ac_status=$?
16325   grep -v '^ *+' conftest.er1 >conftest.err
16326   rm -f conftest.er1
16327   cat conftest.err >&5
16328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16329   (exit $ac_status); } && {
16330          test -z "$ac_c_werror_flag" ||
16331          test ! -s conftest.err
16332        } && test -s conftest$ac_exeext &&
16333        $as_test_x conftest$ac_exeext; then
16334   case "$LIBEXT" in
16335     dll) ;;
16336     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'` ;;
16337     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16338   esac
16339 else
16340   echo "$as_me: failed program was:" >&5
16341 sed 's/^/| /' conftest.$ac_ext >&5
16342
16343
16344 fi
16345
16346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16347       conftest$ac_exeext conftest.$ac_ext
16348   LIBS=$ac_check_soname_save_LIBS
16349 fi
16350 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16351   { echo "$as_me:$LINENO: result: not found" >&5
16352 echo "${ECHO_T}not found" >&6; }
16353        cat >>confdefs.h <<_ACEOF
16354 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16355 _ACEOF
16356
16357 else
16358   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16359 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16360
16361 cat >>confdefs.h <<_ACEOF
16362 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16363 _ACEOF
16364
16365
16366 fi
16367
16368
16369 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16370         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16371         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16372         "$ac_cv_header_soundcard_h" != "yes" -a \
16373         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16374 then
16375     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16376 fi
16377
16378
16379 EXTRACFLAGS=""
16380
16381 if test "x${GCC}" = "xyes"
16382 then
16383   EXTRACFLAGS="-Wall -pipe"
16384
16385     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16386 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16387 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16388   echo $ECHO_N "(cached) $ECHO_C" >&6
16389 else
16390   if test "$cross_compiling" = yes; then
16391   ac_cv_c_gcc_strength_bug="yes"
16392 else
16393   cat >conftest.$ac_ext <<_ACEOF
16394 /* confdefs.h.  */
16395 _ACEOF
16396 cat confdefs.h >>conftest.$ac_ext
16397 cat >>conftest.$ac_ext <<_ACEOF
16398 /* end confdefs.h.  */
16399 int L[4] = {0,1,2,3};
16400 int
16401 main ()
16402 {
16403 static int Array[3];
16404   unsigned int B = 3;
16405   int i;
16406   for(i=0; i<B; i++) Array[i] = i - 3;
16407   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16408   L[i] = 4;
16409   exit( Array[1] != -2 || L[2] != 3)
16410   ;
16411   return 0;
16412 }
16413 _ACEOF
16414 rm -f conftest$ac_exeext
16415 if { (ac_try="$ac_link"
16416 case "(($ac_try" in
16417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16418   *) ac_try_echo=$ac_try;;
16419 esac
16420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16421   (eval "$ac_link") 2>&5
16422   ac_status=$?
16423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16424   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16425   { (case "(($ac_try" in
16426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16427   *) ac_try_echo=$ac_try;;
16428 esac
16429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16430   (eval "$ac_try") 2>&5
16431   ac_status=$?
16432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16433   (exit $ac_status); }; }; then
16434   ac_cv_c_gcc_strength_bug="no"
16435 else
16436   echo "$as_me: program exited with status $ac_status" >&5
16437 echo "$as_me: failed program was:" >&5
16438 sed 's/^/| /' conftest.$ac_ext >&5
16439
16440 ( exit $ac_status )
16441 ac_cv_c_gcc_strength_bug="yes"
16442 fi
16443 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16444 fi
16445
16446
16447 fi
16448 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16449 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16450   if test "$ac_cv_c_gcc_strength_bug" = "yes"
16451   then
16452     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16453   fi
16454
16455
16456   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16457 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16458 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16459   echo $ECHO_N "(cached) $ECHO_C" >&6
16460 else
16461   ac_wine_try_cflags_saved=$CFLAGS
16462 CFLAGS="$CFLAGS -fshort-wchar"
16463 cat >conftest.$ac_ext <<_ACEOF
16464 /* confdefs.h.  */
16465 _ACEOF
16466 cat confdefs.h >>conftest.$ac_ext
16467 cat >>conftest.$ac_ext <<_ACEOF
16468 /* end confdefs.h.  */
16469
16470 int
16471 main ()
16472 {
16473
16474   ;
16475   return 0;
16476 }
16477 _ACEOF
16478 rm -f conftest.$ac_objext conftest$ac_exeext
16479 if { (ac_try="$ac_link"
16480 case "(($ac_try" in
16481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16482   *) ac_try_echo=$ac_try;;
16483 esac
16484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16485   (eval "$ac_link") 2>conftest.er1
16486   ac_status=$?
16487   grep -v '^ *+' conftest.er1 >conftest.err
16488   rm -f conftest.er1
16489   cat conftest.err >&5
16490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491   (exit $ac_status); } && {
16492          test -z "$ac_c_werror_flag" ||
16493          test ! -s conftest.err
16494        } && test -s conftest$ac_exeext &&
16495        $as_test_x conftest$ac_exeext; then
16496   ac_cv_cflags__fshort_wchar=yes
16497 else
16498   echo "$as_me: failed program was:" >&5
16499 sed 's/^/| /' conftest.$ac_ext >&5
16500
16501         ac_cv_cflags__fshort_wchar=no
16502 fi
16503
16504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16505       conftest$ac_exeext conftest.$ac_ext
16506 CFLAGS=$ac_wine_try_cflags_saved
16507 fi
16508 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16509 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16510 if test $ac_cv_cflags__fshort_wchar = yes; then
16511
16512 cat >>confdefs.h <<\_ACEOF
16513 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16514 _ACEOF
16515
16516 fi
16517
16518   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16519 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16520 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16521   echo $ECHO_N "(cached) $ECHO_C" >&6
16522 else
16523   ac_wine_try_cflags_saved=$CFLAGS
16524 CFLAGS="$CFLAGS -fno-builtin"
16525 cat >conftest.$ac_ext <<_ACEOF
16526 /* confdefs.h.  */
16527 _ACEOF
16528 cat confdefs.h >>conftest.$ac_ext
16529 cat >>conftest.$ac_ext <<_ACEOF
16530 /* end confdefs.h.  */
16531
16532 int
16533 main ()
16534 {
16535
16536   ;
16537   return 0;
16538 }
16539 _ACEOF
16540 rm -f conftest.$ac_objext conftest$ac_exeext
16541 if { (ac_try="$ac_link"
16542 case "(($ac_try" in
16543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16544   *) ac_try_echo=$ac_try;;
16545 esac
16546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16547   (eval "$ac_link") 2>conftest.er1
16548   ac_status=$?
16549   grep -v '^ *+' conftest.er1 >conftest.err
16550   rm -f conftest.er1
16551   cat conftest.err >&5
16552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16553   (exit $ac_status); } && {
16554          test -z "$ac_c_werror_flag" ||
16555          test ! -s conftest.err
16556        } && test -s conftest$ac_exeext &&
16557        $as_test_x conftest$ac_exeext; then
16558   ac_cv_cflags__fno_builtin=yes
16559 else
16560   echo "$as_me: failed program was:" >&5
16561 sed 's/^/| /' conftest.$ac_ext >&5
16562
16563         ac_cv_cflags__fno_builtin=no
16564 fi
16565
16566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16567       conftest$ac_exeext conftest.$ac_ext
16568 CFLAGS=$ac_wine_try_cflags_saved
16569 fi
16570 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16571 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16572 if test $ac_cv_cflags__fno_builtin = yes; then
16573   BUILTINFLAG="-fno-builtin"
16574
16575 fi
16576
16577   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16578 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16579 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16580   echo $ECHO_N "(cached) $ECHO_C" >&6
16581 else
16582   ac_wine_try_cflags_saved=$CFLAGS
16583 CFLAGS="$CFLAGS -fno-strict-aliasing"
16584 cat >conftest.$ac_ext <<_ACEOF
16585 /* confdefs.h.  */
16586 _ACEOF
16587 cat confdefs.h >>conftest.$ac_ext
16588 cat >>conftest.$ac_ext <<_ACEOF
16589 /* end confdefs.h.  */
16590
16591 int
16592 main ()
16593 {
16594
16595   ;
16596   return 0;
16597 }
16598 _ACEOF
16599 rm -f conftest.$ac_objext conftest$ac_exeext
16600 if { (ac_try="$ac_link"
16601 case "(($ac_try" in
16602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16603   *) ac_try_echo=$ac_try;;
16604 esac
16605 eval "echo \"\$as_me:$LINENO: $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   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        $as_test_x conftest$ac_exeext; then
16617   ac_cv_cflags__fno_strict_aliasing=yes
16618 else
16619   echo "$as_me: failed program was:" >&5
16620 sed 's/^/| /' conftest.$ac_ext >&5
16621
16622         ac_cv_cflags__fno_strict_aliasing=no
16623 fi
16624
16625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16626       conftest$ac_exeext conftest.$ac_ext
16627 CFLAGS=$ac_wine_try_cflags_saved
16628 fi
16629 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16630 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16631 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16632   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16633 fi
16634
16635   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16636 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16637 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16638   echo $ECHO_N "(cached) $ECHO_C" >&6
16639 else
16640   ac_wine_try_cflags_saved=$CFLAGS
16641 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16642 cat >conftest.$ac_ext <<_ACEOF
16643 /* confdefs.h.  */
16644 _ACEOF
16645 cat confdefs.h >>conftest.$ac_ext
16646 cat >>conftest.$ac_ext <<_ACEOF
16647 /* end confdefs.h.  */
16648
16649 int
16650 main ()
16651 {
16652
16653   ;
16654   return 0;
16655 }
16656 _ACEOF
16657 rm -f conftest.$ac_objext conftest$ac_exeext
16658 if { (ac_try="$ac_link"
16659 case "(($ac_try" in
16660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16661   *) ac_try_echo=$ac_try;;
16662 esac
16663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16664   (eval "$ac_link") 2>conftest.er1
16665   ac_status=$?
16666   grep -v '^ *+' conftest.er1 >conftest.err
16667   rm -f conftest.er1
16668   cat conftest.err >&5
16669   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16670   (exit $ac_status); } && {
16671          test -z "$ac_c_werror_flag" ||
16672          test ! -s conftest.err
16673        } && test -s conftest$ac_exeext &&
16674        $as_test_x conftest$ac_exeext; then
16675   ac_cv_cflags__Wdeclaration_after_statement=yes
16676 else
16677   echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.$ac_ext >&5
16679
16680         ac_cv_cflags__Wdeclaration_after_statement=no
16681 fi
16682
16683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16684       conftest$ac_exeext conftest.$ac_ext
16685 CFLAGS=$ac_wine_try_cflags_saved
16686 fi
16687 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16688 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16689 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16690   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16691 fi
16692
16693   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16694 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16695 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16696   echo $ECHO_N "(cached) $ECHO_C" >&6
16697 else
16698   ac_wine_try_cflags_saved=$CFLAGS
16699 CFLAGS="$CFLAGS -Wwrite-strings"
16700 cat >conftest.$ac_ext <<_ACEOF
16701 /* confdefs.h.  */
16702 _ACEOF
16703 cat confdefs.h >>conftest.$ac_ext
16704 cat >>conftest.$ac_ext <<_ACEOF
16705 /* end confdefs.h.  */
16706
16707 int
16708 main ()
16709 {
16710
16711   ;
16712   return 0;
16713 }
16714 _ACEOF
16715 rm -f conftest.$ac_objext conftest$ac_exeext
16716 if { (ac_try="$ac_link"
16717 case "(($ac_try" in
16718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16719   *) ac_try_echo=$ac_try;;
16720 esac
16721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16722   (eval "$ac_link") 2>conftest.er1
16723   ac_status=$?
16724   grep -v '^ *+' conftest.er1 >conftest.err
16725   rm -f conftest.er1
16726   cat conftest.err >&5
16727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16728   (exit $ac_status); } && {
16729          test -z "$ac_c_werror_flag" ||
16730          test ! -s conftest.err
16731        } && test -s conftest$ac_exeext &&
16732        $as_test_x conftest$ac_exeext; then
16733   ac_cv_cflags__Wwrite_strings=yes
16734 else
16735   echo "$as_me: failed program was:" >&5
16736 sed 's/^/| /' conftest.$ac_ext >&5
16737
16738         ac_cv_cflags__Wwrite_strings=no
16739 fi
16740
16741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16742       conftest$ac_exeext conftest.$ac_ext
16743 CFLAGS=$ac_wine_try_cflags_saved
16744 fi
16745 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16746 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16747 if test $ac_cv_cflags__Wwrite_strings = yes; then
16748   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16749 fi
16750
16751   { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16752 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16753 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16754   echo $ECHO_N "(cached) $ECHO_C" >&6
16755 else
16756   ac_wine_try_cflags_saved=$CFLAGS
16757 CFLAGS="$CFLAGS -Wtype-limits"
16758 cat >conftest.$ac_ext <<_ACEOF
16759 /* confdefs.h.  */
16760 _ACEOF
16761 cat confdefs.h >>conftest.$ac_ext
16762 cat >>conftest.$ac_ext <<_ACEOF
16763 /* end confdefs.h.  */
16764
16765 int
16766 main ()
16767 {
16768
16769   ;
16770   return 0;
16771 }
16772 _ACEOF
16773 rm -f conftest.$ac_objext conftest$ac_exeext
16774 if { (ac_try="$ac_link"
16775 case "(($ac_try" in
16776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16777   *) ac_try_echo=$ac_try;;
16778 esac
16779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16780   (eval "$ac_link") 2>conftest.er1
16781   ac_status=$?
16782   grep -v '^ *+' conftest.er1 >conftest.err
16783   rm -f conftest.er1
16784   cat conftest.err >&5
16785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786   (exit $ac_status); } && {
16787          test -z "$ac_c_werror_flag" ||
16788          test ! -s conftest.err
16789        } && test -s conftest$ac_exeext &&
16790        $as_test_x conftest$ac_exeext; then
16791   ac_cv_cflags__Wtype_limits=yes
16792 else
16793   echo "$as_me: failed program was:" >&5
16794 sed 's/^/| /' conftest.$ac_ext >&5
16795
16796         ac_cv_cflags__Wtype_limits=no
16797 fi
16798
16799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16800       conftest$ac_exeext conftest.$ac_ext
16801 CFLAGS=$ac_wine_try_cflags_saved
16802 fi
16803 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16804 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16805 if test $ac_cv_cflags__Wtype_limits = yes; then
16806   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16807 fi
16808
16809
16810     saved_CFLAGS="$CFLAGS"
16811   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16812   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16813 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16814 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16815   echo $ECHO_N "(cached) $ECHO_C" >&6
16816 else
16817   cat >conftest.$ac_ext <<_ACEOF
16818 /* confdefs.h.  */
16819 _ACEOF
16820 cat confdefs.h >>conftest.$ac_ext
16821 cat >>conftest.$ac_ext <<_ACEOF
16822 /* end confdefs.h.  */
16823 #include <string.h>
16824 int
16825 main ()
16826 {
16827
16828   ;
16829   return 0;
16830 }
16831 _ACEOF
16832 rm -f conftest.$ac_objext
16833 if { (ac_try="$ac_compile"
16834 case "(($ac_try" in
16835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16836   *) ac_try_echo=$ac_try;;
16837 esac
16838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16839   (eval "$ac_compile") 2>conftest.er1
16840   ac_status=$?
16841   grep -v '^ *+' conftest.er1 >conftest.err
16842   rm -f conftest.er1
16843   cat conftest.err >&5
16844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16845   (exit $ac_status); } && {
16846          test -z "$ac_c_werror_flag" ||
16847          test ! -s conftest.err
16848        } && test -s conftest.$ac_objext; then
16849   ac_cv_c_string_h_warnings=no
16850 else
16851   echo "$as_me: failed program was:" >&5
16852 sed 's/^/| /' conftest.$ac_ext >&5
16853
16854         ac_cv_c_string_h_warnings=yes
16855 fi
16856
16857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16858 fi
16859 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16860 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16861   CFLAGS="$saved_CFLAGS"
16862   if test "$ac_cv_c_string_h_warnings" = "no"
16863   then
16864     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16865   fi
16866 fi
16867
16868
16869 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16870 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16871 if test "${ac_cv_asm_func_def+set}" = set; then
16872   echo $ECHO_N "(cached) $ECHO_C" >&6
16873 else
16874   cat >conftest.$ac_ext <<_ACEOF
16875 /* confdefs.h.  */
16876 _ACEOF
16877 cat confdefs.h >>conftest.$ac_ext
16878 cat >>conftest.$ac_ext <<_ACEOF
16879 /* end confdefs.h.  */
16880
16881 int
16882 main ()
16883 {
16884 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16885   ;
16886   return 0;
16887 }
16888 _ACEOF
16889 rm -f conftest.$ac_objext conftest$ac_exeext
16890 if { (ac_try="$ac_link"
16891 case "(($ac_try" in
16892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16893   *) ac_try_echo=$ac_try;;
16894 esac
16895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16896   (eval "$ac_link") 2>conftest.er1
16897   ac_status=$?
16898   grep -v '^ *+' conftest.er1 >conftest.err
16899   rm -f conftest.er1
16900   cat conftest.err >&5
16901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16902   (exit $ac_status); } && {
16903          test -z "$ac_c_werror_flag" ||
16904          test ! -s conftest.err
16905        } && test -s conftest$ac_exeext &&
16906        $as_test_x conftest$ac_exeext; then
16907   ac_cv_asm_func_def=".def"
16908 else
16909   echo "$as_me: failed program was:" >&5
16910 sed 's/^/| /' conftest.$ac_ext >&5
16911
16912         cat >conftest.$ac_ext <<_ACEOF
16913 /* confdefs.h.  */
16914 _ACEOF
16915 cat confdefs.h >>conftest.$ac_ext
16916 cat >>conftest.$ac_ext <<_ACEOF
16917 /* end confdefs.h.  */
16918
16919 int
16920 main ()
16921 {
16922 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16923   ;
16924   return 0;
16925 }
16926 _ACEOF
16927 rm -f conftest.$ac_objext conftest$ac_exeext
16928 if { (ac_try="$ac_link"
16929 case "(($ac_try" in
16930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16931   *) ac_try_echo=$ac_try;;
16932 esac
16933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16934   (eval "$ac_link") 2>conftest.er1
16935   ac_status=$?
16936   grep -v '^ *+' conftest.er1 >conftest.err
16937   rm -f conftest.er1
16938   cat conftest.err >&5
16939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940   (exit $ac_status); } && {
16941          test -z "$ac_c_werror_flag" ||
16942          test ! -s conftest.err
16943        } && test -s conftest$ac_exeext &&
16944        $as_test_x conftest$ac_exeext; then
16945   ac_cv_asm_func_def=".type @function"
16946 else
16947   echo "$as_me: failed program was:" >&5
16948 sed 's/^/| /' conftest.$ac_ext >&5
16949
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 int
16958 main ()
16959 {
16960 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16961   ;
16962   return 0;
16963 }
16964 _ACEOF
16965 rm -f conftest.$ac_objext conftest$ac_exeext
16966 if { (ac_try="$ac_link"
16967 case "(($ac_try" in
16968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16969   *) ac_try_echo=$ac_try;;
16970 esac
16971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16972   (eval "$ac_link") 2>conftest.er1
16973   ac_status=$?
16974   grep -v '^ *+' conftest.er1 >conftest.err
16975   rm -f conftest.er1
16976   cat conftest.err >&5
16977   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16978   (exit $ac_status); } && {
16979          test -z "$ac_c_werror_flag" ||
16980          test ! -s conftest.err
16981        } && test -s conftest$ac_exeext &&
16982        $as_test_x conftest$ac_exeext; then
16983   ac_cv_asm_func_def=".type 2"
16984 else
16985   echo "$as_me: failed program was:" >&5
16986 sed 's/^/| /' conftest.$ac_ext >&5
16987
16988         ac_cv_asm_func_def="unknown"
16989 fi
16990
16991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16992       conftest$ac_exeext conftest.$ac_ext
16993 fi
16994
16995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16996       conftest$ac_exeext conftest.$ac_ext
16997 fi
16998
16999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17000       conftest$ac_exeext conftest.$ac_ext
17001 fi
17002 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17003 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17004
17005
17006
17007 case "$ac_cv_asm_func_def" in
17008   ".def")
17009      cat >>confdefs.h <<\_ACEOF
17010 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17011 _ACEOF
17012  ;;
17013   ".type @function")
17014      cat >>confdefs.h <<\_ACEOF
17015 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17016 _ACEOF
17017  ;;
17018   ".type 2")
17019      cat >>confdefs.h <<\_ACEOF
17020 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17021 _ACEOF
17022  ;;
17023   *)
17024      cat >>confdefs.h <<\_ACEOF
17025 #define __ASM_FUNC(name) ""
17026 _ACEOF
17027  ;;
17028 esac
17029
17030
17031 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17032 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17033 if test "${ac_cv_c_extern_prefix+set}" = set; then
17034   echo $ECHO_N "(cached) $ECHO_C" >&6
17035 else
17036   cat >conftest.$ac_ext <<_ACEOF
17037 /* confdefs.h.  */
17038 _ACEOF
17039 cat confdefs.h >>conftest.$ac_ext
17040 cat >>conftest.$ac_ext <<_ACEOF
17041 /* end confdefs.h.  */
17042 extern int ac_test;
17043 int
17044 main ()
17045 {
17046 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17047   ;
17048   return 0;
17049 }
17050 _ACEOF
17051 rm -f conftest.$ac_objext conftest$ac_exeext
17052 if { (ac_try="$ac_link"
17053 case "(($ac_try" in
17054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17055   *) ac_try_echo=$ac_try;;
17056 esac
17057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17058   (eval "$ac_link") 2>conftest.er1
17059   ac_status=$?
17060   grep -v '^ *+' conftest.er1 >conftest.err
17061   rm -f conftest.er1
17062   cat conftest.err >&5
17063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17064   (exit $ac_status); } && {
17065          test -z "$ac_c_werror_flag" ||
17066          test ! -s conftest.err
17067        } && test -s conftest$ac_exeext &&
17068        $as_test_x conftest$ac_exeext; then
17069   ac_cv_c_extern_prefix="yes"
17070 else
17071   echo "$as_me: failed program was:" >&5
17072 sed 's/^/| /' conftest.$ac_ext >&5
17073
17074         ac_cv_c_extern_prefix="no"
17075 fi
17076
17077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17078       conftest$ac_exeext conftest.$ac_ext
17079 fi
17080 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17081 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17082
17083
17084
17085 if test "$ac_cv_c_extern_prefix" = "yes"
17086 then
17087   cat >>confdefs.h <<\_ACEOF
17088 #define __ASM_NAME(name) "_" name
17089 _ACEOF
17090
17091 else
17092   cat >>confdefs.h <<\_ACEOF
17093 #define __ASM_NAME(name) name
17094 _ACEOF
17095
17096 fi
17097
17098
17099 LDPATH=""
17100
17101 case $build_os in
17102   cygwin*|mingw32*)
17103     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17104     ;;
17105   darwin*|macosx*)
17106     ;;
17107   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17108     then
17109       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17110     fi
17111     ;;
17112   *)
17113     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17114     ;;
17115 esac
17116
17117 case $host_os in
17118   mingw32*)
17119     CRTLIBS="-lmsvcrt"
17120
17121     SOCKETLIBS="-lws2_32"
17122
17123     ;;
17124 esac
17125
17126 MAIN_BINARY="wine-pthread"
17127   case $host_cpu in
17128   *i[3456789]86*)
17129     case $host_os in
17130       linux* | k*bsd*-gnu)
17131         MAIN_BINARY="wine-glibc"
17132
17133         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17134  ;;
17135       freebsd*)
17136         MAIN_BINARY="wine-freebsd"
17137
17138         EXTRA_BINARIES="wine-pthread"
17139  ;;
17140     esac
17141     ;;
17142 esac
17143
17144
17145
17146
17147
17148
17149
17150
17151
17152
17153
17154
17155
17156
17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
17170
17171
17172
17173
17174
17175
17176
17177
17178
17179
17180
17181
17182
17183
17184
17185
17186
17187
17188
17189
17190
17191
17192
17193
17194
17195
17196
17197
17198
17199
17200
17201
17202
17203
17204
17205
17206
17207
17208
17209
17210
17211
17212
17213
17214
17215 for ac_func in \
17216         _pclose \
17217         _popen \
17218         _snprintf \
17219         _spawnvp \
17220         _strdup \
17221         _stricmp \
17222         _strnicmp \
17223         _strtoi64 \
17224         _strtoui64 \
17225         _vsnprintf \
17226         asctime_r \
17227         chsize \
17228         clone \
17229         dlopen \
17230         epoll_create \
17231         ffs \
17232         finite \
17233         fork \
17234         fpclass \
17235         fstatfs \
17236         fstatvfs \
17237         ftruncate \
17238         futimes \
17239         futimesat \
17240         getdirentries \
17241         getopt_long \
17242         getpagesize \
17243         getpwuid \
17244         gettid \
17245         gettimeofday \
17246         getuid \
17247         inet_pton \
17248         kqueue \
17249         lstat \
17250         memmove \
17251         mmap \
17252         pclose \
17253         poll \
17254         popen \
17255         prctl \
17256         pread \
17257         pwrite \
17258         readdir \
17259         readlink \
17260         rfork \
17261         sched_yield \
17262         select \
17263         setproctitle \
17264         setrlimit \
17265         settimeofday \
17266         sigaltstack \
17267         sigprocmask \
17268         snprintf \
17269         spawnvp \
17270         statfs \
17271         statvfs \
17272         strcasecmp \
17273         strdup \
17274         strerror \
17275         strncasecmp \
17276         strtold \
17277         strtoll \
17278         strtoull \
17279         tcgetattr \
17280         thr_kill2 \
17281         timegm \
17282         usleep \
17283         vsnprintf \
17284         wait4 \
17285         waitpid \
17286
17287 do
17288 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17289 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17290 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17291 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17292   echo $ECHO_N "(cached) $ECHO_C" >&6
17293 else
17294   cat >conftest.$ac_ext <<_ACEOF
17295 /* confdefs.h.  */
17296 _ACEOF
17297 cat confdefs.h >>conftest.$ac_ext
17298 cat >>conftest.$ac_ext <<_ACEOF
17299 /* end confdefs.h.  */
17300 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17301    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17302 #define $ac_func innocuous_$ac_func
17303
17304 /* System header to define __stub macros and hopefully few prototypes,
17305     which can conflict with char $ac_func (); below.
17306     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17307     <limits.h> exists even on freestanding compilers.  */
17308
17309 #ifdef __STDC__
17310 # include <limits.h>
17311 #else
17312 # include <assert.h>
17313 #endif
17314
17315 #undef $ac_func
17316
17317 /* Override any GCC internal prototype to avoid an error.
17318    Use char because int might match the return type of a GCC
17319    builtin and then its argument prototype would still apply.  */
17320 #ifdef __cplusplus
17321 extern "C"
17322 #endif
17323 char $ac_func ();
17324 /* The GNU C library defines this for functions which it implements
17325     to always fail with ENOSYS.  Some functions are actually named
17326     something starting with __ and the normal name is an alias.  */
17327 #if defined __stub_$ac_func || defined __stub___$ac_func
17328 choke me
17329 #endif
17330
17331 int
17332 main ()
17333 {
17334 return $ac_func ();
17335   ;
17336   return 0;
17337 }
17338 _ACEOF
17339 rm -f conftest.$ac_objext conftest$ac_exeext
17340 if { (ac_try="$ac_link"
17341 case "(($ac_try" in
17342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17343   *) ac_try_echo=$ac_try;;
17344 esac
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346   (eval "$ac_link") 2>conftest.er1
17347   ac_status=$?
17348   grep -v '^ *+' conftest.er1 >conftest.err
17349   rm -f conftest.er1
17350   cat conftest.err >&5
17351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352   (exit $ac_status); } && {
17353          test -z "$ac_c_werror_flag" ||
17354          test ! -s conftest.err
17355        } && test -s conftest$ac_exeext &&
17356        $as_test_x conftest$ac_exeext; then
17357   eval "$as_ac_var=yes"
17358 else
17359   echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.$ac_ext >&5
17361
17362         eval "$as_ac_var=no"
17363 fi
17364
17365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17366       conftest$ac_exeext conftest.$ac_ext
17367 fi
17368 ac_res=`eval echo '${'$as_ac_var'}'`
17369                { echo "$as_me:$LINENO: result: $ac_res" >&5
17370 echo "${ECHO_T}$ac_res" >&6; }
17371 if test `eval echo '${'$as_ac_var'}'` = yes; then
17372   cat >>confdefs.h <<_ACEOF
17373 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17374 _ACEOF
17375
17376 fi
17377 done
17378
17379
17380 if test "$ac_cv_func_dlopen" = no
17381 then
17382     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17383 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17384 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17385   echo $ECHO_N "(cached) $ECHO_C" >&6
17386 else
17387   ac_check_lib_save_LIBS=$LIBS
17388 LIBS="-ldl  $LIBS"
17389 cat >conftest.$ac_ext <<_ACEOF
17390 /* confdefs.h.  */
17391 _ACEOF
17392 cat confdefs.h >>conftest.$ac_ext
17393 cat >>conftest.$ac_ext <<_ACEOF
17394 /* end confdefs.h.  */
17395
17396 /* Override any GCC internal prototype to avoid an error.
17397    Use char because int might match the return type of a GCC
17398    builtin and then its argument prototype would still apply.  */
17399 #ifdef __cplusplus
17400 extern "C"
17401 #endif
17402 char dlopen ();
17403 int
17404 main ()
17405 {
17406 return dlopen ();
17407   ;
17408   return 0;
17409 }
17410 _ACEOF
17411 rm -f conftest.$ac_objext conftest$ac_exeext
17412 if { (ac_try="$ac_link"
17413 case "(($ac_try" in
17414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17415   *) ac_try_echo=$ac_try;;
17416 esac
17417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17418   (eval "$ac_link") 2>conftest.er1
17419   ac_status=$?
17420   grep -v '^ *+' conftest.er1 >conftest.err
17421   rm -f conftest.er1
17422   cat conftest.err >&5
17423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424   (exit $ac_status); } && {
17425          test -z "$ac_c_werror_flag" ||
17426          test ! -s conftest.err
17427        } && test -s conftest$ac_exeext &&
17428        $as_test_x conftest$ac_exeext; then
17429   ac_cv_lib_dl_dlopen=yes
17430 else
17431   echo "$as_me: failed program was:" >&5
17432 sed 's/^/| /' conftest.$ac_ext >&5
17433
17434         ac_cv_lib_dl_dlopen=no
17435 fi
17436
17437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17438       conftest$ac_exeext conftest.$ac_ext
17439 LIBS=$ac_check_lib_save_LIBS
17440 fi
17441 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17442 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17443 if test $ac_cv_lib_dl_dlopen = yes; then
17444   cat >>confdefs.h <<\_ACEOF
17445 #define HAVE_DLOPEN 1
17446 _ACEOF
17447  LIBDL="-ldl"
17448
17449 fi
17450
17451 fi
17452 ac_wine_check_funcs_save_LIBS="$LIBS"
17453 LIBS="$LIBS $LIBDL"
17454
17455 for ac_func in dladdr
17456 do
17457 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17458 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17459 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17460 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17461   echo $ECHO_N "(cached) $ECHO_C" >&6
17462 else
17463   cat >conftest.$ac_ext <<_ACEOF
17464 /* confdefs.h.  */
17465 _ACEOF
17466 cat confdefs.h >>conftest.$ac_ext
17467 cat >>conftest.$ac_ext <<_ACEOF
17468 /* end confdefs.h.  */
17469 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17470    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17471 #define $ac_func innocuous_$ac_func
17472
17473 /* System header to define __stub macros and hopefully few prototypes,
17474     which can conflict with char $ac_func (); below.
17475     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17476     <limits.h> exists even on freestanding compilers.  */
17477
17478 #ifdef __STDC__
17479 # include <limits.h>
17480 #else
17481 # include <assert.h>
17482 #endif
17483
17484 #undef $ac_func
17485
17486 /* Override any GCC internal prototype to avoid an error.
17487    Use char because int might match the return type of a GCC
17488    builtin and then its argument prototype would still apply.  */
17489 #ifdef __cplusplus
17490 extern "C"
17491 #endif
17492 char $ac_func ();
17493 /* The GNU C library defines this for functions which it implements
17494     to always fail with ENOSYS.  Some functions are actually named
17495     something starting with __ and the normal name is an alias.  */
17496 #if defined __stub_$ac_func || defined __stub___$ac_func
17497 choke me
17498 #endif
17499
17500 int
17501 main ()
17502 {
17503 return $ac_func ();
17504   ;
17505   return 0;
17506 }
17507 _ACEOF
17508 rm -f conftest.$ac_objext conftest$ac_exeext
17509 if { (ac_try="$ac_link"
17510 case "(($ac_try" in
17511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17512   *) ac_try_echo=$ac_try;;
17513 esac
17514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17515   (eval "$ac_link") 2>conftest.er1
17516   ac_status=$?
17517   grep -v '^ *+' conftest.er1 >conftest.err
17518   rm -f conftest.er1
17519   cat conftest.err >&5
17520   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17521   (exit $ac_status); } && {
17522          test -z "$ac_c_werror_flag" ||
17523          test ! -s conftest.err
17524        } && test -s conftest$ac_exeext &&
17525        $as_test_x conftest$ac_exeext; then
17526   eval "$as_ac_var=yes"
17527 else
17528   echo "$as_me: failed program was:" >&5
17529 sed 's/^/| /' conftest.$ac_ext >&5
17530
17531         eval "$as_ac_var=no"
17532 fi
17533
17534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17535       conftest$ac_exeext conftest.$ac_ext
17536 fi
17537 ac_res=`eval echo '${'$as_ac_var'}'`
17538                { echo "$as_me:$LINENO: result: $ac_res" >&5
17539 echo "${ECHO_T}$ac_res" >&6; }
17540 if test `eval echo '${'$as_ac_var'}'` = yes; then
17541   cat >>confdefs.h <<_ACEOF
17542 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17543 _ACEOF
17544
17545 fi
17546 done
17547
17548 LIBS="$ac_wine_check_funcs_save_LIBS"
17549
17550 if test "$ac_cv_func_poll" = no
17551 then
17552     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17553 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17554 if test "${ac_cv_lib_poll_poll+set}" = set; then
17555   echo $ECHO_N "(cached) $ECHO_C" >&6
17556 else
17557   ac_check_lib_save_LIBS=$LIBS
17558 LIBS="-lpoll  $LIBS"
17559 cat >conftest.$ac_ext <<_ACEOF
17560 /* confdefs.h.  */
17561 _ACEOF
17562 cat confdefs.h >>conftest.$ac_ext
17563 cat >>conftest.$ac_ext <<_ACEOF
17564 /* end confdefs.h.  */
17565
17566 /* Override any GCC internal prototype to avoid an error.
17567    Use char because int might match the return type of a GCC
17568    builtin and then its argument prototype would still apply.  */
17569 #ifdef __cplusplus
17570 extern "C"
17571 #endif
17572 char poll ();
17573 int
17574 main ()
17575 {
17576 return poll ();
17577   ;
17578   return 0;
17579 }
17580 _ACEOF
17581 rm -f conftest.$ac_objext conftest$ac_exeext
17582 if { (ac_try="$ac_link"
17583 case "(($ac_try" in
17584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17585   *) ac_try_echo=$ac_try;;
17586 esac
17587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17588   (eval "$ac_link") 2>conftest.er1
17589   ac_status=$?
17590   grep -v '^ *+' conftest.er1 >conftest.err
17591   rm -f conftest.er1
17592   cat conftest.err >&5
17593   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17594   (exit $ac_status); } && {
17595          test -z "$ac_c_werror_flag" ||
17596          test ! -s conftest.err
17597        } && test -s conftest$ac_exeext &&
17598        $as_test_x conftest$ac_exeext; then
17599   ac_cv_lib_poll_poll=yes
17600 else
17601   echo "$as_me: failed program was:" >&5
17602 sed 's/^/| /' conftest.$ac_ext >&5
17603
17604         ac_cv_lib_poll_poll=no
17605 fi
17606
17607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17608       conftest$ac_exeext conftest.$ac_ext
17609 LIBS=$ac_check_lib_save_LIBS
17610 fi
17611 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17612 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17613 if test $ac_cv_lib_poll_poll = yes; then
17614   cat >>confdefs.h <<\_ACEOF
17615 #define HAVE_POLL 1
17616 _ACEOF
17617  LIBPOLL="-lpoll"
17618
17619 fi
17620
17621 fi
17622
17623 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17624 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17625 if test "${ac_cv_search_gethostbyname+set}" = set; then
17626   echo $ECHO_N "(cached) $ECHO_C" >&6
17627 else
17628   ac_func_search_save_LIBS=$LIBS
17629 cat >conftest.$ac_ext <<_ACEOF
17630 /* confdefs.h.  */
17631 _ACEOF
17632 cat confdefs.h >>conftest.$ac_ext
17633 cat >>conftest.$ac_ext <<_ACEOF
17634 /* end confdefs.h.  */
17635
17636 /* Override any GCC internal prototype to avoid an error.
17637    Use char because int might match the return type of a GCC
17638    builtin and then its argument prototype would still apply.  */
17639 #ifdef __cplusplus
17640 extern "C"
17641 #endif
17642 char gethostbyname ();
17643 int
17644 main ()
17645 {
17646 return gethostbyname ();
17647   ;
17648   return 0;
17649 }
17650 _ACEOF
17651 for ac_lib in '' nsl; do
17652   if test -z "$ac_lib"; then
17653     ac_res="none required"
17654   else
17655     ac_res=-l$ac_lib
17656     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17657   fi
17658   rm -f conftest.$ac_objext conftest$ac_exeext
17659 if { (ac_try="$ac_link"
17660 case "(($ac_try" in
17661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17662   *) ac_try_echo=$ac_try;;
17663 esac
17664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17665   (eval "$ac_link") 2>conftest.er1
17666   ac_status=$?
17667   grep -v '^ *+' conftest.er1 >conftest.err
17668   rm -f conftest.er1
17669   cat conftest.err >&5
17670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671   (exit $ac_status); } && {
17672          test -z "$ac_c_werror_flag" ||
17673          test ! -s conftest.err
17674        } && test -s conftest$ac_exeext &&
17675        $as_test_x conftest$ac_exeext; then
17676   ac_cv_search_gethostbyname=$ac_res
17677 else
17678   echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.$ac_ext >&5
17680
17681
17682 fi
17683
17684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17685       conftest$ac_exeext
17686   if test "${ac_cv_search_gethostbyname+set}" = set; then
17687   break
17688 fi
17689 done
17690 if test "${ac_cv_search_gethostbyname+set}" = set; then
17691   :
17692 else
17693   ac_cv_search_gethostbyname=no
17694 fi
17695 rm conftest.$ac_ext
17696 LIBS=$ac_func_search_save_LIBS
17697 fi
17698 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17699 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17700 ac_res=$ac_cv_search_gethostbyname
17701 if test "$ac_res" != no; then
17702   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17703
17704 fi
17705
17706
17707 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17708 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17709 if test "${ac_cv_search_connect+set}" = set; then
17710   echo $ECHO_N "(cached) $ECHO_C" >&6
17711 else
17712   ac_func_search_save_LIBS=$LIBS
17713 cat >conftest.$ac_ext <<_ACEOF
17714 /* confdefs.h.  */
17715 _ACEOF
17716 cat confdefs.h >>conftest.$ac_ext
17717 cat >>conftest.$ac_ext <<_ACEOF
17718 /* end confdefs.h.  */
17719
17720 /* Override any GCC internal prototype to avoid an error.
17721    Use char because int might match the return type of a GCC
17722    builtin and then its argument prototype would still apply.  */
17723 #ifdef __cplusplus
17724 extern "C"
17725 #endif
17726 char connect ();
17727 int
17728 main ()
17729 {
17730 return connect ();
17731   ;
17732   return 0;
17733 }
17734 _ACEOF
17735 for ac_lib in '' socket; do
17736   if test -z "$ac_lib"; then
17737     ac_res="none required"
17738   else
17739     ac_res=-l$ac_lib
17740     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17741   fi
17742   rm -f conftest.$ac_objext conftest$ac_exeext
17743 if { (ac_try="$ac_link"
17744 case "(($ac_try" in
17745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17746   *) ac_try_echo=$ac_try;;
17747 esac
17748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17749   (eval "$ac_link") 2>conftest.er1
17750   ac_status=$?
17751   grep -v '^ *+' conftest.er1 >conftest.err
17752   rm -f conftest.er1
17753   cat conftest.err >&5
17754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17755   (exit $ac_status); } && {
17756          test -z "$ac_c_werror_flag" ||
17757          test ! -s conftest.err
17758        } && test -s conftest$ac_exeext &&
17759        $as_test_x conftest$ac_exeext; then
17760   ac_cv_search_connect=$ac_res
17761 else
17762   echo "$as_me: failed program was:" >&5
17763 sed 's/^/| /' conftest.$ac_ext >&5
17764
17765
17766 fi
17767
17768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17769       conftest$ac_exeext
17770   if test "${ac_cv_search_connect+set}" = set; then
17771   break
17772 fi
17773 done
17774 if test "${ac_cv_search_connect+set}" = set; then
17775   :
17776 else
17777   ac_cv_search_connect=no
17778 fi
17779 rm conftest.$ac_ext
17780 LIBS=$ac_func_search_save_LIBS
17781 fi
17782 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17783 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17784 ac_res=$ac_cv_search_connect
17785 if test "$ac_res" != no; then
17786   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17787
17788 fi
17789
17790
17791 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17792 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17793 if test "${ac_cv_search_inet_aton+set}" = set; then
17794   echo $ECHO_N "(cached) $ECHO_C" >&6
17795 else
17796   ac_func_search_save_LIBS=$LIBS
17797 cat >conftest.$ac_ext <<_ACEOF
17798 /* confdefs.h.  */
17799 _ACEOF
17800 cat confdefs.h >>conftest.$ac_ext
17801 cat >>conftest.$ac_ext <<_ACEOF
17802 /* end confdefs.h.  */
17803
17804 /* Override any GCC internal prototype to avoid an error.
17805    Use char because int might match the return type of a GCC
17806    builtin and then its argument prototype would still apply.  */
17807 #ifdef __cplusplus
17808 extern "C"
17809 #endif
17810 char inet_aton ();
17811 int
17812 main ()
17813 {
17814 return inet_aton ();
17815   ;
17816   return 0;
17817 }
17818 _ACEOF
17819 for ac_lib in '' resolv; do
17820   if test -z "$ac_lib"; then
17821     ac_res="none required"
17822   else
17823     ac_res=-l$ac_lib
17824     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17825   fi
17826   rm -f conftest.$ac_objext conftest$ac_exeext
17827 if { (ac_try="$ac_link"
17828 case "(($ac_try" in
17829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17830   *) ac_try_echo=$ac_try;;
17831 esac
17832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17833   (eval "$ac_link") 2>conftest.er1
17834   ac_status=$?
17835   grep -v '^ *+' conftest.er1 >conftest.err
17836   rm -f conftest.er1
17837   cat conftest.err >&5
17838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17839   (exit $ac_status); } && {
17840          test -z "$ac_c_werror_flag" ||
17841          test ! -s conftest.err
17842        } && test -s conftest$ac_exeext &&
17843        $as_test_x conftest$ac_exeext; then
17844   ac_cv_search_inet_aton=$ac_res
17845 else
17846   echo "$as_me: failed program was:" >&5
17847 sed 's/^/| /' conftest.$ac_ext >&5
17848
17849
17850 fi
17851
17852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17853       conftest$ac_exeext
17854   if test "${ac_cv_search_inet_aton+set}" = set; then
17855   break
17856 fi
17857 done
17858 if test "${ac_cv_search_inet_aton+set}" = set; then
17859   :
17860 else
17861   ac_cv_search_inet_aton=no
17862 fi
17863 rm conftest.$ac_ext
17864 LIBS=$ac_func_search_save_LIBS
17865 fi
17866 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17867 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17868 ac_res=$ac_cv_search_inet_aton
17869 if test "$ac_res" != no; then
17870   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17871
17872 fi
17873
17874
17875
17876
17877
17878
17879
17880
17881
17882
17883 for ac_func in \
17884         getaddrinfo \
17885         getnameinfo \
17886         getnetbyname \
17887         getprotobyname \
17888         getprotobynumber \
17889         getservbyport \
17890         inet_network \
17891         sendmsg \
17892
17893 do
17894 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17895 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17896 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17897 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17898   echo $ECHO_N "(cached) $ECHO_C" >&6
17899 else
17900   cat >conftest.$ac_ext <<_ACEOF
17901 /* confdefs.h.  */
17902 _ACEOF
17903 cat confdefs.h >>conftest.$ac_ext
17904 cat >>conftest.$ac_ext <<_ACEOF
17905 /* end confdefs.h.  */
17906 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17907    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17908 #define $ac_func innocuous_$ac_func
17909
17910 /* System header to define __stub macros and hopefully few prototypes,
17911     which can conflict with char $ac_func (); below.
17912     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17913     <limits.h> exists even on freestanding compilers.  */
17914
17915 #ifdef __STDC__
17916 # include <limits.h>
17917 #else
17918 # include <assert.h>
17919 #endif
17920
17921 #undef $ac_func
17922
17923 /* Override any GCC internal prototype to avoid an error.
17924    Use char because int might match the return type of a GCC
17925    builtin and then its argument prototype would still apply.  */
17926 #ifdef __cplusplus
17927 extern "C"
17928 #endif
17929 char $ac_func ();
17930 /* The GNU C library defines this for functions which it implements
17931     to always fail with ENOSYS.  Some functions are actually named
17932     something starting with __ and the normal name is an alias.  */
17933 #if defined __stub_$ac_func || defined __stub___$ac_func
17934 choke me
17935 #endif
17936
17937 int
17938 main ()
17939 {
17940 return $ac_func ();
17941   ;
17942   return 0;
17943 }
17944 _ACEOF
17945 rm -f conftest.$ac_objext conftest$ac_exeext
17946 if { (ac_try="$ac_link"
17947 case "(($ac_try" in
17948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17949   *) ac_try_echo=$ac_try;;
17950 esac
17951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17952   (eval "$ac_link") 2>conftest.er1
17953   ac_status=$?
17954   grep -v '^ *+' conftest.er1 >conftest.err
17955   rm -f conftest.er1
17956   cat conftest.err >&5
17957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17958   (exit $ac_status); } && {
17959          test -z "$ac_c_werror_flag" ||
17960          test ! -s conftest.err
17961        } && test -s conftest$ac_exeext &&
17962        $as_test_x conftest$ac_exeext; then
17963   eval "$as_ac_var=yes"
17964 else
17965   echo "$as_me: failed program was:" >&5
17966 sed 's/^/| /' conftest.$ac_ext >&5
17967
17968         eval "$as_ac_var=no"
17969 fi
17970
17971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17972       conftest$ac_exeext conftest.$ac_ext
17973 fi
17974 ac_res=`eval echo '${'$as_ac_var'}'`
17975                { echo "$as_me:$LINENO: result: $ac_res" >&5
17976 echo "${ECHO_T}$ac_res" >&6; }
17977 if test `eval echo '${'$as_ac_var'}'` = yes; then
17978   cat >>confdefs.h <<_ACEOF
17979 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17980 _ACEOF
17981
17982 fi
17983 done
17984
17985
17986 LDAPLIBS=""
17987
17988 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17989 then
17990     { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17991 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17992 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17993   echo $ECHO_N "(cached) $ECHO_C" >&6
17994 else
17995   cat >conftest.$ac_ext <<_ACEOF
17996 /* confdefs.h.  */
17997 _ACEOF
17998 cat confdefs.h >>conftest.$ac_ext
17999 cat >>conftest.$ac_ext <<_ACEOF
18000 /* end confdefs.h.  */
18001 #include <ldap.h>
18002
18003 typedef LDAPSortKey ac__type_new_;
18004 int
18005 main ()
18006 {
18007 if ((ac__type_new_ *) 0)
18008   return 0;
18009 if (sizeof (ac__type_new_))
18010   return 0;
18011   ;
18012   return 0;
18013 }
18014 _ACEOF
18015 rm -f conftest.$ac_objext
18016 if { (ac_try="$ac_compile"
18017 case "(($ac_try" in
18018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18019   *) ac_try_echo=$ac_try;;
18020 esac
18021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18022   (eval "$ac_compile") 2>conftest.er1
18023   ac_status=$?
18024   grep -v '^ *+' conftest.er1 >conftest.err
18025   rm -f conftest.er1
18026   cat conftest.err >&5
18027   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028   (exit $ac_status); } && {
18029          test -z "$ac_c_werror_flag" ||
18030          test ! -s conftest.err
18031        } && test -s conftest.$ac_objext; then
18032   ac_cv_type_LDAPSortKey=yes
18033 else
18034   echo "$as_me: failed program was:" >&5
18035 sed 's/^/| /' conftest.$ac_ext >&5
18036
18037         ac_cv_type_LDAPSortKey=no
18038 fi
18039
18040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18041 fi
18042 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18043 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18044 if test $ac_cv_type_LDAPSortKey = yes; then
18045   { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18046 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18047 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18048   echo $ECHO_N "(cached) $ECHO_C" >&6
18049 else
18050   ac_check_lib_save_LIBS=$LIBS
18051 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18052 cat >conftest.$ac_ext <<_ACEOF
18053 /* confdefs.h.  */
18054 _ACEOF
18055 cat confdefs.h >>conftest.$ac_ext
18056 cat >>conftest.$ac_ext <<_ACEOF
18057 /* end confdefs.h.  */
18058
18059 /* Override any GCC internal prototype to avoid an error.
18060    Use char because int might match the return type of a GCC
18061    builtin and then its argument prototype would still apply.  */
18062 #ifdef __cplusplus
18063 extern "C"
18064 #endif
18065 char ldap_initialize ();
18066 int
18067 main ()
18068 {
18069 return ldap_initialize ();
18070   ;
18071   return 0;
18072 }
18073 _ACEOF
18074 rm -f conftest.$ac_objext conftest$ac_exeext
18075 if { (ac_try="$ac_link"
18076 case "(($ac_try" in
18077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18078   *) ac_try_echo=$ac_try;;
18079 esac
18080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18081   (eval "$ac_link") 2>conftest.er1
18082   ac_status=$?
18083   grep -v '^ *+' conftest.er1 >conftest.err
18084   rm -f conftest.er1
18085   cat conftest.err >&5
18086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18087   (exit $ac_status); } && {
18088          test -z "$ac_c_werror_flag" ||
18089          test ! -s conftest.err
18090        } && test -s conftest$ac_exeext &&
18091        $as_test_x conftest$ac_exeext; then
18092   ac_cv_lib_ldap_r_ldap_initialize=yes
18093 else
18094   echo "$as_me: failed program was:" >&5
18095 sed 's/^/| /' conftest.$ac_ext >&5
18096
18097         ac_cv_lib_ldap_r_ldap_initialize=no
18098 fi
18099
18100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18101       conftest$ac_exeext conftest.$ac_ext
18102 LIBS=$ac_check_lib_save_LIBS
18103 fi
18104 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18105 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18106 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18107   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18108 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18109 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18110   echo $ECHO_N "(cached) $ECHO_C" >&6
18111 else
18112   ac_check_lib_save_LIBS=$LIBS
18113 LIBS="-llber $LIBPTHREAD $LIBS"
18114 cat >conftest.$ac_ext <<_ACEOF
18115 /* confdefs.h.  */
18116 _ACEOF
18117 cat confdefs.h >>conftest.$ac_ext
18118 cat >>conftest.$ac_ext <<_ACEOF
18119 /* end confdefs.h.  */
18120
18121 /* Override any GCC internal prototype to avoid an error.
18122    Use char because int might match the return type of a GCC
18123    builtin and then its argument prototype would still apply.  */
18124 #ifdef __cplusplus
18125 extern "C"
18126 #endif
18127 char ber_init ();
18128 int
18129 main ()
18130 {
18131 return ber_init ();
18132   ;
18133   return 0;
18134 }
18135 _ACEOF
18136 rm -f conftest.$ac_objext conftest$ac_exeext
18137 if { (ac_try="$ac_link"
18138 case "(($ac_try" in
18139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18140   *) ac_try_echo=$ac_try;;
18141 esac
18142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18143   (eval "$ac_link") 2>conftest.er1
18144   ac_status=$?
18145   grep -v '^ *+' conftest.er1 >conftest.err
18146   rm -f conftest.er1
18147   cat conftest.err >&5
18148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18149   (exit $ac_status); } && {
18150          test -z "$ac_c_werror_flag" ||
18151          test ! -s conftest.err
18152        } && test -s conftest$ac_exeext &&
18153        $as_test_x conftest$ac_exeext; then
18154   ac_cv_lib_lber_ber_init=yes
18155 else
18156   echo "$as_me: failed program was:" >&5
18157 sed 's/^/| /' conftest.$ac_ext >&5
18158
18159         ac_cv_lib_lber_ber_init=no
18160 fi
18161
18162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18163       conftest$ac_exeext conftest.$ac_ext
18164 LIBS=$ac_check_lib_save_LIBS
18165 fi
18166 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18167 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18168 if test $ac_cv_lib_lber_ber_init = yes; then
18169
18170 cat >>confdefs.h <<\_ACEOF
18171 #define HAVE_LDAP 1
18172 _ACEOF
18173
18174                  LDAPLIBS="-lldap_r -llber"
18175 fi
18176
18177 fi
18178
18179 fi
18180
18181     ac_wine_check_funcs_save_LIBS="$LIBS"
18182 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18183
18184
18185
18186
18187
18188
18189
18190
18191 for ac_func in \
18192         ldap_count_references \
18193         ldap_first_reference \
18194         ldap_next_reference \
18195         ldap_parse_reference \
18196         ldap_parse_sort_control \
18197         ldap_parse_sortresponse_control \
18198         ldap_parse_vlv_control \
18199         ldap_parse_vlvresponse_control
18200 do
18201 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18202 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18203 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18204 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18205   echo $ECHO_N "(cached) $ECHO_C" >&6
18206 else
18207   cat >conftest.$ac_ext <<_ACEOF
18208 /* confdefs.h.  */
18209 _ACEOF
18210 cat confdefs.h >>conftest.$ac_ext
18211 cat >>conftest.$ac_ext <<_ACEOF
18212 /* end confdefs.h.  */
18213 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18214    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18215 #define $ac_func innocuous_$ac_func
18216
18217 /* System header to define __stub macros and hopefully few prototypes,
18218     which can conflict with char $ac_func (); below.
18219     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18220     <limits.h> exists even on freestanding compilers.  */
18221
18222 #ifdef __STDC__
18223 # include <limits.h>
18224 #else
18225 # include <assert.h>
18226 #endif
18227
18228 #undef $ac_func
18229
18230 /* Override any GCC internal prototype to avoid an error.
18231    Use char because int might match the return type of a GCC
18232    builtin and then its argument prototype would still apply.  */
18233 #ifdef __cplusplus
18234 extern "C"
18235 #endif
18236 char $ac_func ();
18237 /* The GNU C library defines this for functions which it implements
18238     to always fail with ENOSYS.  Some functions are actually named
18239     something starting with __ and the normal name is an alias.  */
18240 #if defined __stub_$ac_func || defined __stub___$ac_func
18241 choke me
18242 #endif
18243
18244 int
18245 main ()
18246 {
18247 return $ac_func ();
18248   ;
18249   return 0;
18250 }
18251 _ACEOF
18252 rm -f conftest.$ac_objext conftest$ac_exeext
18253 if { (ac_try="$ac_link"
18254 case "(($ac_try" in
18255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18256   *) ac_try_echo=$ac_try;;
18257 esac
18258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18259   (eval "$ac_link") 2>conftest.er1
18260   ac_status=$?
18261   grep -v '^ *+' conftest.er1 >conftest.err
18262   rm -f conftest.er1
18263   cat conftest.err >&5
18264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18265   (exit $ac_status); } && {
18266          test -z "$ac_c_werror_flag" ||
18267          test ! -s conftest.err
18268        } && test -s conftest$ac_exeext &&
18269        $as_test_x conftest$ac_exeext; then
18270   eval "$as_ac_var=yes"
18271 else
18272   echo "$as_me: failed program was:" >&5
18273 sed 's/^/| /' conftest.$ac_ext >&5
18274
18275         eval "$as_ac_var=no"
18276 fi
18277
18278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18279       conftest$ac_exeext conftest.$ac_ext
18280 fi
18281 ac_res=`eval echo '${'$as_ac_var'}'`
18282                { echo "$as_me:$LINENO: result: $ac_res" >&5
18283 echo "${ECHO_T}$ac_res" >&6; }
18284 if test `eval echo '${'$as_ac_var'}'` = yes; then
18285   cat >>confdefs.h <<_ACEOF
18286 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18287 _ACEOF
18288
18289 fi
18290 done
18291
18292 LIBS="$ac_wine_check_funcs_save_LIBS"
18293 fi
18294 if test "x$LDAPLIBS" = "x"; then
18295   case "x$with_ldap" in
18296   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18297   xno) ;;
18298   *)   { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18299 This is an error since --with-ldap was requested." >&5
18300 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18301 This is an error since --with-ldap was requested." >&2;}
18302    { (exit 1); exit 1; }; } ;;
18303 esac
18304 fi
18305
18306
18307
18308 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18309 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18310 if test "${ac_cv_c_const+set}" = set; then
18311   echo $ECHO_N "(cached) $ECHO_C" >&6
18312 else
18313   cat >conftest.$ac_ext <<_ACEOF
18314 /* confdefs.h.  */
18315 _ACEOF
18316 cat confdefs.h >>conftest.$ac_ext
18317 cat >>conftest.$ac_ext <<_ACEOF
18318 /* end confdefs.h.  */
18319
18320 int
18321 main ()
18322 {
18323 /* FIXME: Include the comments suggested by Paul. */
18324 #ifndef __cplusplus
18325   /* Ultrix mips cc rejects this.  */
18326   typedef int charset[2];
18327   const charset cs;
18328   /* SunOS 4.1.1 cc rejects this.  */
18329   char const *const *pcpcc;
18330   char **ppc;
18331   /* NEC SVR4.0.2 mips cc rejects this.  */
18332   struct point {int x, y;};
18333   static struct point const zero = {0,0};
18334   /* AIX XL C 1.02.0.0 rejects this.
18335      It does not let you subtract one const X* pointer from another in
18336      an arm of an if-expression whose if-part is not a constant
18337      expression */
18338   const char *g = "string";
18339   pcpcc = &g + (g ? g-g : 0);
18340   /* HPUX 7.0 cc rejects these. */
18341   ++pcpcc;
18342   ppc = (char**) pcpcc;
18343   pcpcc = (char const *const *) ppc;
18344   { /* SCO 3.2v4 cc rejects this.  */
18345     char *t;
18346     char const *s = 0 ? (char *) 0 : (char const *) 0;
18347
18348     *t++ = 0;
18349     if (s) return 0;
18350   }
18351   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
18352     int x[] = {25, 17};
18353     const int *foo = &x[0];
18354     ++foo;
18355   }
18356   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18357     typedef const int *iptr;
18358     iptr p = 0;
18359     ++p;
18360   }
18361   { /* AIX XL C 1.02.0.0 rejects this saying
18362        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18363     struct s { int j; const int *ap[3]; };
18364     struct s *b; b->j = 5;
18365   }
18366   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18367     const int foo = 10;
18368     if (!foo) return 0;
18369   }
18370   return !cs[0] && !zero.x;
18371 #endif
18372
18373   ;
18374   return 0;
18375 }
18376 _ACEOF
18377 rm -f conftest.$ac_objext
18378 if { (ac_try="$ac_compile"
18379 case "(($ac_try" in
18380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18381   *) ac_try_echo=$ac_try;;
18382 esac
18383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18384   (eval "$ac_compile") 2>conftest.er1
18385   ac_status=$?
18386   grep -v '^ *+' conftest.er1 >conftest.err
18387   rm -f conftest.er1
18388   cat conftest.err >&5
18389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18390   (exit $ac_status); } && {
18391          test -z "$ac_c_werror_flag" ||
18392          test ! -s conftest.err
18393        } && test -s conftest.$ac_objext; then
18394   ac_cv_c_const=yes
18395 else
18396   echo "$as_me: failed program was:" >&5
18397 sed 's/^/| /' conftest.$ac_ext >&5
18398
18399         ac_cv_c_const=no
18400 fi
18401
18402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18403 fi
18404 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18405 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18406 if test $ac_cv_c_const = no; then
18407
18408 cat >>confdefs.h <<\_ACEOF
18409 #define const
18410 _ACEOF
18411
18412 fi
18413
18414 { echo "$as_me:$LINENO: checking for inline" >&5
18415 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18416 if test "${ac_cv_c_inline+set}" = set; then
18417   echo $ECHO_N "(cached) $ECHO_C" >&6
18418 else
18419   ac_cv_c_inline=no
18420 for ac_kw in inline __inline__ __inline; do
18421   cat >conftest.$ac_ext <<_ACEOF
18422 /* confdefs.h.  */
18423 _ACEOF
18424 cat confdefs.h >>conftest.$ac_ext
18425 cat >>conftest.$ac_ext <<_ACEOF
18426 /* end confdefs.h.  */
18427 #ifndef __cplusplus
18428 typedef int foo_t;
18429 static $ac_kw foo_t static_foo () {return 0; }
18430 $ac_kw foo_t foo () {return 0; }
18431 #endif
18432
18433 _ACEOF
18434 rm -f conftest.$ac_objext
18435 if { (ac_try="$ac_compile"
18436 case "(($ac_try" in
18437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18438   *) ac_try_echo=$ac_try;;
18439 esac
18440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18441   (eval "$ac_compile") 2>conftest.er1
18442   ac_status=$?
18443   grep -v '^ *+' conftest.er1 >conftest.err
18444   rm -f conftest.er1
18445   cat conftest.err >&5
18446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18447   (exit $ac_status); } && {
18448          test -z "$ac_c_werror_flag" ||
18449          test ! -s conftest.err
18450        } && test -s conftest.$ac_objext; then
18451   ac_cv_c_inline=$ac_kw
18452 else
18453   echo "$as_me: failed program was:" >&5
18454 sed 's/^/| /' conftest.$ac_ext >&5
18455
18456
18457 fi
18458
18459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18460   test "$ac_cv_c_inline" != no && break
18461 done
18462
18463 fi
18464 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18465 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18466
18467
18468 case $ac_cv_c_inline in
18469   inline | yes) ;;
18470   *)
18471     case $ac_cv_c_inline in
18472       no) ac_val=;;
18473       *) ac_val=$ac_cv_c_inline;;
18474     esac
18475     cat >>confdefs.h <<_ACEOF
18476 #ifndef __cplusplus
18477 #define inline $ac_val
18478 #endif
18479 _ACEOF
18480     ;;
18481 esac
18482
18483 { echo "$as_me:$LINENO: checking for mode_t" >&5
18484 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18485 if test "${ac_cv_type_mode_t+set}" = set; then
18486   echo $ECHO_N "(cached) $ECHO_C" >&6
18487 else
18488   cat >conftest.$ac_ext <<_ACEOF
18489 /* confdefs.h.  */
18490 _ACEOF
18491 cat confdefs.h >>conftest.$ac_ext
18492 cat >>conftest.$ac_ext <<_ACEOF
18493 /* end confdefs.h.  */
18494 $ac_includes_default
18495 typedef mode_t ac__type_new_;
18496 int
18497 main ()
18498 {
18499 if ((ac__type_new_ *) 0)
18500   return 0;
18501 if (sizeof (ac__type_new_))
18502   return 0;
18503   ;
18504   return 0;
18505 }
18506 _ACEOF
18507 rm -f conftest.$ac_objext
18508 if { (ac_try="$ac_compile"
18509 case "(($ac_try" in
18510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18511   *) ac_try_echo=$ac_try;;
18512 esac
18513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18514   (eval "$ac_compile") 2>conftest.er1
18515   ac_status=$?
18516   grep -v '^ *+' conftest.er1 >conftest.err
18517   rm -f conftest.er1
18518   cat conftest.err >&5
18519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18520   (exit $ac_status); } && {
18521          test -z "$ac_c_werror_flag" ||
18522          test ! -s conftest.err
18523        } && test -s conftest.$ac_objext; then
18524   ac_cv_type_mode_t=yes
18525 else
18526   echo "$as_me: failed program was:" >&5
18527 sed 's/^/| /' conftest.$ac_ext >&5
18528
18529         ac_cv_type_mode_t=no
18530 fi
18531
18532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18533 fi
18534 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18535 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18536 if test $ac_cv_type_mode_t = yes; then
18537
18538 cat >>confdefs.h <<_ACEOF
18539 #define HAVE_MODE_T 1
18540 _ACEOF
18541
18542
18543 fi
18544 { echo "$as_me:$LINENO: checking for off_t" >&5
18545 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18546 if test "${ac_cv_type_off_t+set}" = set; then
18547   echo $ECHO_N "(cached) $ECHO_C" >&6
18548 else
18549   cat >conftest.$ac_ext <<_ACEOF
18550 /* confdefs.h.  */
18551 _ACEOF
18552 cat confdefs.h >>conftest.$ac_ext
18553 cat >>conftest.$ac_ext <<_ACEOF
18554 /* end confdefs.h.  */
18555 $ac_includes_default
18556 typedef off_t ac__type_new_;
18557 int
18558 main ()
18559 {
18560 if ((ac__type_new_ *) 0)
18561   return 0;
18562 if (sizeof (ac__type_new_))
18563   return 0;
18564   ;
18565   return 0;
18566 }
18567 _ACEOF
18568 rm -f conftest.$ac_objext
18569 if { (ac_try="$ac_compile"
18570 case "(($ac_try" in
18571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18572   *) ac_try_echo=$ac_try;;
18573 esac
18574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18575   (eval "$ac_compile") 2>conftest.er1
18576   ac_status=$?
18577   grep -v '^ *+' conftest.er1 >conftest.err
18578   rm -f conftest.er1
18579   cat conftest.err >&5
18580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18581   (exit $ac_status); } && {
18582          test -z "$ac_c_werror_flag" ||
18583          test ! -s conftest.err
18584        } && test -s conftest.$ac_objext; then
18585   ac_cv_type_off_t=yes
18586 else
18587   echo "$as_me: failed program was:" >&5
18588 sed 's/^/| /' conftest.$ac_ext >&5
18589
18590         ac_cv_type_off_t=no
18591 fi
18592
18593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18594 fi
18595 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18596 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18597 if test $ac_cv_type_off_t = yes; then
18598
18599 cat >>confdefs.h <<_ACEOF
18600 #define HAVE_OFF_T 1
18601 _ACEOF
18602
18603
18604 fi
18605 { echo "$as_me:$LINENO: checking for pid_t" >&5
18606 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18607 if test "${ac_cv_type_pid_t+set}" = set; then
18608   echo $ECHO_N "(cached) $ECHO_C" >&6
18609 else
18610   cat >conftest.$ac_ext <<_ACEOF
18611 /* confdefs.h.  */
18612 _ACEOF
18613 cat confdefs.h >>conftest.$ac_ext
18614 cat >>conftest.$ac_ext <<_ACEOF
18615 /* end confdefs.h.  */
18616 $ac_includes_default
18617 typedef pid_t ac__type_new_;
18618 int
18619 main ()
18620 {
18621 if ((ac__type_new_ *) 0)
18622   return 0;
18623 if (sizeof (ac__type_new_))
18624   return 0;
18625   ;
18626   return 0;
18627 }
18628 _ACEOF
18629 rm -f conftest.$ac_objext
18630 if { (ac_try="$ac_compile"
18631 case "(($ac_try" in
18632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18633   *) ac_try_echo=$ac_try;;
18634 esac
18635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18636   (eval "$ac_compile") 2>conftest.er1
18637   ac_status=$?
18638   grep -v '^ *+' conftest.er1 >conftest.err
18639   rm -f conftest.er1
18640   cat conftest.err >&5
18641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18642   (exit $ac_status); } && {
18643          test -z "$ac_c_werror_flag" ||
18644          test ! -s conftest.err
18645        } && test -s conftest.$ac_objext; then
18646   ac_cv_type_pid_t=yes
18647 else
18648   echo "$as_me: failed program was:" >&5
18649 sed 's/^/| /' conftest.$ac_ext >&5
18650
18651         ac_cv_type_pid_t=no
18652 fi
18653
18654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18655 fi
18656 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18657 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18658 if test $ac_cv_type_pid_t = yes; then
18659
18660 cat >>confdefs.h <<_ACEOF
18661 #define HAVE_PID_T 1
18662 _ACEOF
18663
18664
18665 fi
18666 { echo "$as_me:$LINENO: checking for size_t" >&5
18667 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18668 if test "${ac_cv_type_size_t+set}" = set; then
18669   echo $ECHO_N "(cached) $ECHO_C" >&6
18670 else
18671   cat >conftest.$ac_ext <<_ACEOF
18672 /* confdefs.h.  */
18673 _ACEOF
18674 cat confdefs.h >>conftest.$ac_ext
18675 cat >>conftest.$ac_ext <<_ACEOF
18676 /* end confdefs.h.  */
18677 $ac_includes_default
18678 typedef size_t ac__type_new_;
18679 int
18680 main ()
18681 {
18682 if ((ac__type_new_ *) 0)
18683   return 0;
18684 if (sizeof (ac__type_new_))
18685   return 0;
18686   ;
18687   return 0;
18688 }
18689 _ACEOF
18690 rm -f conftest.$ac_objext
18691 if { (ac_try="$ac_compile"
18692 case "(($ac_try" in
18693   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18694   *) ac_try_echo=$ac_try;;
18695 esac
18696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18697   (eval "$ac_compile") 2>conftest.er1
18698   ac_status=$?
18699   grep -v '^ *+' conftest.er1 >conftest.err
18700   rm -f conftest.er1
18701   cat conftest.err >&5
18702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18703   (exit $ac_status); } && {
18704          test -z "$ac_c_werror_flag" ||
18705          test ! -s conftest.err
18706        } && test -s conftest.$ac_objext; then
18707   ac_cv_type_size_t=yes
18708 else
18709   echo "$as_me: failed program was:" >&5
18710 sed 's/^/| /' conftest.$ac_ext >&5
18711
18712         ac_cv_type_size_t=no
18713 fi
18714
18715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18716 fi
18717 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18718 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18719 if test $ac_cv_type_size_t = yes; then
18720
18721 cat >>confdefs.h <<_ACEOF
18722 #define HAVE_SIZE_T 1
18723 _ACEOF
18724
18725
18726 fi
18727 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18728 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18729 if test "${ac_cv_type_ssize_t+set}" = set; then
18730   echo $ECHO_N "(cached) $ECHO_C" >&6
18731 else
18732   cat >conftest.$ac_ext <<_ACEOF
18733 /* confdefs.h.  */
18734 _ACEOF
18735 cat confdefs.h >>conftest.$ac_ext
18736 cat >>conftest.$ac_ext <<_ACEOF
18737 /* end confdefs.h.  */
18738 $ac_includes_default
18739 typedef ssize_t ac__type_new_;
18740 int
18741 main ()
18742 {
18743 if ((ac__type_new_ *) 0)
18744   return 0;
18745 if (sizeof (ac__type_new_))
18746   return 0;
18747   ;
18748   return 0;
18749 }
18750 _ACEOF
18751 rm -f conftest.$ac_objext
18752 if { (ac_try="$ac_compile"
18753 case "(($ac_try" in
18754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18755   *) ac_try_echo=$ac_try;;
18756 esac
18757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18758   (eval "$ac_compile") 2>conftest.er1
18759   ac_status=$?
18760   grep -v '^ *+' conftest.er1 >conftest.err
18761   rm -f conftest.er1
18762   cat conftest.err >&5
18763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764   (exit $ac_status); } && {
18765          test -z "$ac_c_werror_flag" ||
18766          test ! -s conftest.err
18767        } && test -s conftest.$ac_objext; then
18768   ac_cv_type_ssize_t=yes
18769 else
18770   echo "$as_me: failed program was:" >&5
18771 sed 's/^/| /' conftest.$ac_ext >&5
18772
18773         ac_cv_type_ssize_t=no
18774 fi
18775
18776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18777 fi
18778 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18779 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18780 if test $ac_cv_type_ssize_t = yes; then
18781
18782 cat >>confdefs.h <<_ACEOF
18783 #define HAVE_SSIZE_T 1
18784 _ACEOF
18785
18786
18787 fi
18788 { echo "$as_me:$LINENO: checking for long long" >&5
18789 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18790 if test "${ac_cv_type_long_long+set}" = set; then
18791   echo $ECHO_N "(cached) $ECHO_C" >&6
18792 else
18793   cat >conftest.$ac_ext <<_ACEOF
18794 /* confdefs.h.  */
18795 _ACEOF
18796 cat confdefs.h >>conftest.$ac_ext
18797 cat >>conftest.$ac_ext <<_ACEOF
18798 /* end confdefs.h.  */
18799 $ac_includes_default
18800 typedef long long ac__type_new_;
18801 int
18802 main ()
18803 {
18804 if ((ac__type_new_ *) 0)
18805   return 0;
18806 if (sizeof (ac__type_new_))
18807   return 0;
18808   ;
18809   return 0;
18810 }
18811 _ACEOF
18812 rm -f conftest.$ac_objext
18813 if { (ac_try="$ac_compile"
18814 case "(($ac_try" in
18815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18816   *) ac_try_echo=$ac_try;;
18817 esac
18818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18819   (eval "$ac_compile") 2>conftest.er1
18820   ac_status=$?
18821   grep -v '^ *+' conftest.er1 >conftest.err
18822   rm -f conftest.er1
18823   cat conftest.err >&5
18824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825   (exit $ac_status); } && {
18826          test -z "$ac_c_werror_flag" ||
18827          test ! -s conftest.err
18828        } && test -s conftest.$ac_objext; then
18829   ac_cv_type_long_long=yes
18830 else
18831   echo "$as_me: failed program was:" >&5
18832 sed 's/^/| /' conftest.$ac_ext >&5
18833
18834         ac_cv_type_long_long=no
18835 fi
18836
18837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18838 fi
18839 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18840 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18841 if test $ac_cv_type_long_long = yes; then
18842
18843 cat >>confdefs.h <<_ACEOF
18844 #define HAVE_LONG_LONG 1
18845 _ACEOF
18846
18847
18848 fi
18849 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18850 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18851 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18852   echo $ECHO_N "(cached) $ECHO_C" >&6
18853 else
18854   cat >conftest.$ac_ext <<_ACEOF
18855 /* confdefs.h.  */
18856 _ACEOF
18857 cat confdefs.h >>conftest.$ac_ext
18858 cat >>conftest.$ac_ext <<_ACEOF
18859 /* end confdefs.h.  */
18860 $ac_includes_default
18861 typedef fsblkcnt_t ac__type_new_;
18862 int
18863 main ()
18864 {
18865 if ((ac__type_new_ *) 0)
18866   return 0;
18867 if (sizeof (ac__type_new_))
18868   return 0;
18869   ;
18870   return 0;
18871 }
18872 _ACEOF
18873 rm -f conftest.$ac_objext
18874 if { (ac_try="$ac_compile"
18875 case "(($ac_try" in
18876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18877   *) ac_try_echo=$ac_try;;
18878 esac
18879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18880   (eval "$ac_compile") 2>conftest.er1
18881   ac_status=$?
18882   grep -v '^ *+' conftest.er1 >conftest.err
18883   rm -f conftest.er1
18884   cat conftest.err >&5
18885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886   (exit $ac_status); } && {
18887          test -z "$ac_c_werror_flag" ||
18888          test ! -s conftest.err
18889        } && test -s conftest.$ac_objext; then
18890   ac_cv_type_fsblkcnt_t=yes
18891 else
18892   echo "$as_me: failed program was:" >&5
18893 sed 's/^/| /' conftest.$ac_ext >&5
18894
18895         ac_cv_type_fsblkcnt_t=no
18896 fi
18897
18898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18899 fi
18900 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18901 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18902 if test $ac_cv_type_fsblkcnt_t = yes; then
18903
18904 cat >>confdefs.h <<_ACEOF
18905 #define HAVE_FSBLKCNT_T 1
18906 _ACEOF
18907
18908
18909 fi
18910 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18911 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18912 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18913   echo $ECHO_N "(cached) $ECHO_C" >&6
18914 else
18915   cat >conftest.$ac_ext <<_ACEOF
18916 /* confdefs.h.  */
18917 _ACEOF
18918 cat confdefs.h >>conftest.$ac_ext
18919 cat >>conftest.$ac_ext <<_ACEOF
18920 /* end confdefs.h.  */
18921 $ac_includes_default
18922 typedef fsfilcnt_t ac__type_new_;
18923 int
18924 main ()
18925 {
18926 if ((ac__type_new_ *) 0)
18927   return 0;
18928 if (sizeof (ac__type_new_))
18929   return 0;
18930   ;
18931   return 0;
18932 }
18933 _ACEOF
18934 rm -f conftest.$ac_objext
18935 if { (ac_try="$ac_compile"
18936 case "(($ac_try" in
18937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18938   *) ac_try_echo=$ac_try;;
18939 esac
18940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18941   (eval "$ac_compile") 2>conftest.er1
18942   ac_status=$?
18943   grep -v '^ *+' conftest.er1 >conftest.err
18944   rm -f conftest.er1
18945   cat conftest.err >&5
18946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18947   (exit $ac_status); } && {
18948          test -z "$ac_c_werror_flag" ||
18949          test ! -s conftest.err
18950        } && test -s conftest.$ac_objext; then
18951   ac_cv_type_fsfilcnt_t=yes
18952 else
18953   echo "$as_me: failed program was:" >&5
18954 sed 's/^/| /' conftest.$ac_ext >&5
18955
18956         ac_cv_type_fsfilcnt_t=no
18957 fi
18958
18959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18960 fi
18961 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18962 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18963 if test $ac_cv_type_fsfilcnt_t = yes; then
18964
18965 cat >>confdefs.h <<_ACEOF
18966 #define HAVE_FSFILCNT_T 1
18967 _ACEOF
18968
18969
18970 fi
18971
18972 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18973 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18974 if test "${ac_cv_type_sigset_t+set}" = set; then
18975   echo $ECHO_N "(cached) $ECHO_C" >&6
18976 else
18977   cat >conftest.$ac_ext <<_ACEOF
18978 /* confdefs.h.  */
18979 _ACEOF
18980 cat confdefs.h >>conftest.$ac_ext
18981 cat >>conftest.$ac_ext <<_ACEOF
18982 /* end confdefs.h.  */
18983 #include <sys/types.h>
18984 #include <signal.h>
18985
18986 typedef sigset_t ac__type_new_;
18987 int
18988 main ()
18989 {
18990 if ((ac__type_new_ *) 0)
18991   return 0;
18992 if (sizeof (ac__type_new_))
18993   return 0;
18994   ;
18995   return 0;
18996 }
18997 _ACEOF
18998 rm -f conftest.$ac_objext
18999 if { (ac_try="$ac_compile"
19000 case "(($ac_try" in
19001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19002   *) ac_try_echo=$ac_try;;
19003 esac
19004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19005   (eval "$ac_compile") 2>conftest.er1
19006   ac_status=$?
19007   grep -v '^ *+' conftest.er1 >conftest.err
19008   rm -f conftest.er1
19009   cat conftest.err >&5
19010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19011   (exit $ac_status); } && {
19012          test -z "$ac_c_werror_flag" ||
19013          test ! -s conftest.err
19014        } && test -s conftest.$ac_objext; then
19015   ac_cv_type_sigset_t=yes
19016 else
19017   echo "$as_me: failed program was:" >&5
19018 sed 's/^/| /' conftest.$ac_ext >&5
19019
19020         ac_cv_type_sigset_t=no
19021 fi
19022
19023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19024 fi
19025 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19026 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19027 if test $ac_cv_type_sigset_t = yes; then
19028
19029 cat >>confdefs.h <<_ACEOF
19030 #define HAVE_SIGSET_T 1
19031 _ACEOF
19032
19033
19034 fi
19035
19036 { echo "$as_me:$LINENO: checking for request_sense" >&5
19037 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19038 if test "${ac_cv_type_request_sense+set}" = set; then
19039   echo $ECHO_N "(cached) $ECHO_C" >&6
19040 else
19041   cat >conftest.$ac_ext <<_ACEOF
19042 /* confdefs.h.  */
19043 _ACEOF
19044 cat confdefs.h >>conftest.$ac_ext
19045 cat >>conftest.$ac_ext <<_ACEOF
19046 /* end confdefs.h.  */
19047 #include <linux/cdrom.h>
19048
19049 typedef request_sense ac__type_new_;
19050 int
19051 main ()
19052 {
19053 if ((ac__type_new_ *) 0)
19054   return 0;
19055 if (sizeof (ac__type_new_))
19056   return 0;
19057   ;
19058   return 0;
19059 }
19060 _ACEOF
19061 rm -f conftest.$ac_objext
19062 if { (ac_try="$ac_compile"
19063 case "(($ac_try" in
19064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19065   *) ac_try_echo=$ac_try;;
19066 esac
19067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19068   (eval "$ac_compile") 2>conftest.er1
19069   ac_status=$?
19070   grep -v '^ *+' conftest.er1 >conftest.err
19071   rm -f conftest.er1
19072   cat conftest.err >&5
19073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19074   (exit $ac_status); } && {
19075          test -z "$ac_c_werror_flag" ||
19076          test ! -s conftest.err
19077        } && test -s conftest.$ac_objext; then
19078   ac_cv_type_request_sense=yes
19079 else
19080   echo "$as_me: failed program was:" >&5
19081 sed 's/^/| /' conftest.$ac_ext >&5
19082
19083         ac_cv_type_request_sense=no
19084 fi
19085
19086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19087 fi
19088 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19089 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19090 if test $ac_cv_type_request_sense = yes; then
19091
19092 cat >>confdefs.h <<_ACEOF
19093 #define HAVE_REQUEST_SENSE 1
19094 _ACEOF
19095
19096
19097 fi
19098
19099
19100 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19101 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19102 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19103   echo $ECHO_N "(cached) $ECHO_C" >&6
19104 else
19105   cat >conftest.$ac_ext <<_ACEOF
19106 /* confdefs.h.  */
19107 _ACEOF
19108 cat confdefs.h >>conftest.$ac_ext
19109 cat >>conftest.$ac_ext <<_ACEOF
19110 /* end confdefs.h.  */
19111 #ifdef HAVE_LINUX_INPUT_H
19112 #include <linux/input.h>
19113 #endif
19114
19115 int
19116 main ()
19117 {
19118 static struct ff_effect ac_aggr;
19119 if (ac_aggr.direction)
19120 return 0;
19121   ;
19122   return 0;
19123 }
19124 _ACEOF
19125 rm -f conftest.$ac_objext
19126 if { (ac_try="$ac_compile"
19127 case "(($ac_try" in
19128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19129   *) ac_try_echo=$ac_try;;
19130 esac
19131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19132   (eval "$ac_compile") 2>conftest.er1
19133   ac_status=$?
19134   grep -v '^ *+' conftest.er1 >conftest.err
19135   rm -f conftest.er1
19136   cat conftest.err >&5
19137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138   (exit $ac_status); } && {
19139          test -z "$ac_c_werror_flag" ||
19140          test ! -s conftest.err
19141        } && test -s conftest.$ac_objext; then
19142   ac_cv_member_struct_ff_effect_direction=yes
19143 else
19144   echo "$as_me: failed program was:" >&5
19145 sed 's/^/| /' conftest.$ac_ext >&5
19146
19147         cat >conftest.$ac_ext <<_ACEOF
19148 /* confdefs.h.  */
19149 _ACEOF
19150 cat confdefs.h >>conftest.$ac_ext
19151 cat >>conftest.$ac_ext <<_ACEOF
19152 /* end confdefs.h.  */
19153 #ifdef HAVE_LINUX_INPUT_H
19154 #include <linux/input.h>
19155 #endif
19156
19157 int
19158 main ()
19159 {
19160 static struct ff_effect ac_aggr;
19161 if (sizeof ac_aggr.direction)
19162 return 0;
19163   ;
19164   return 0;
19165 }
19166 _ACEOF
19167 rm -f conftest.$ac_objext
19168 if { (ac_try="$ac_compile"
19169 case "(($ac_try" in
19170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19171   *) ac_try_echo=$ac_try;;
19172 esac
19173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19174   (eval "$ac_compile") 2>conftest.er1
19175   ac_status=$?
19176   grep -v '^ *+' conftest.er1 >conftest.err
19177   rm -f conftest.er1
19178   cat conftest.err >&5
19179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19180   (exit $ac_status); } && {
19181          test -z "$ac_c_werror_flag" ||
19182          test ! -s conftest.err
19183        } && test -s conftest.$ac_objext; then
19184   ac_cv_member_struct_ff_effect_direction=yes
19185 else
19186   echo "$as_me: failed program was:" >&5
19187 sed 's/^/| /' conftest.$ac_ext >&5
19188
19189         ac_cv_member_struct_ff_effect_direction=no
19190 fi
19191
19192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19193 fi
19194
19195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19196 fi
19197 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19198 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19199 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19200
19201 cat >>confdefs.h <<_ACEOF
19202 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19203 _ACEOF
19204
19205
19206 fi
19207
19208
19209 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19210 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19211 if test "${wine_cv_have_sigaddset+set}" = set; then
19212   echo $ECHO_N "(cached) $ECHO_C" >&6
19213 else
19214   cat >conftest.$ac_ext <<_ACEOF
19215 /* confdefs.h.  */
19216 _ACEOF
19217 cat confdefs.h >>conftest.$ac_ext
19218 cat >>conftest.$ac_ext <<_ACEOF
19219 /* end confdefs.h.  */
19220 #include <signal.h>
19221 int
19222 main ()
19223 {
19224 sigset_t set; sigaddset(&set,SIGTERM);
19225   ;
19226   return 0;
19227 }
19228 _ACEOF
19229 rm -f conftest.$ac_objext conftest$ac_exeext
19230 if { (ac_try="$ac_link"
19231 case "(($ac_try" in
19232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19233   *) ac_try_echo=$ac_try;;
19234 esac
19235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19236   (eval "$ac_link") 2>conftest.er1
19237   ac_status=$?
19238   grep -v '^ *+' conftest.er1 >conftest.err
19239   rm -f conftest.er1
19240   cat conftest.err >&5
19241   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19242   (exit $ac_status); } && {
19243          test -z "$ac_c_werror_flag" ||
19244          test ! -s conftest.err
19245        } && test -s conftest$ac_exeext &&
19246        $as_test_x conftest$ac_exeext; then
19247   wine_cv_have_sigaddset=yes
19248 else
19249   echo "$as_me: failed program was:" >&5
19250 sed 's/^/| /' conftest.$ac_ext >&5
19251
19252         wine_cv_have_sigaddset=no
19253 fi
19254
19255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19256       conftest$ac_exeext conftest.$ac_ext
19257 fi
19258 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19259 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19260 if test "$wine_cv_have_sigaddset" = "yes"
19261 then
19262
19263 cat >>confdefs.h <<\_ACEOF
19264 #define HAVE_SIGADDSET 1
19265 _ACEOF
19266
19267 fi
19268
19269
19270 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19271 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19272 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19273   echo $ECHO_N "(cached) $ECHO_C" >&6
19274 else
19275   cat >conftest.$ac_ext <<_ACEOF
19276 /* confdefs.h.  */
19277 _ACEOF
19278 cat confdefs.h >>conftest.$ac_ext
19279 cat >>conftest.$ac_ext <<_ACEOF
19280 /* end confdefs.h.  */
19281 #include <netdb.h>
19282 int
19283 main ()
19284 {
19285
19286     char *name=0;
19287     struct hostent he;
19288     struct hostent *result;
19289     char *buf=0;
19290     int bufsize=0;
19291     int res,errnr;
19292     char *addr=0;
19293     int addrlen=0;
19294     int addrtype=0;
19295     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19296     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19297
19298   ;
19299   return 0;
19300 }
19301 _ACEOF
19302 rm -f conftest.$ac_objext conftest$ac_exeext
19303 if { (ac_try="$ac_link"
19304 case "(($ac_try" in
19305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19306   *) ac_try_echo=$ac_try;;
19307 esac
19308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19309   (eval "$ac_link") 2>conftest.er1
19310   ac_status=$?
19311   grep -v '^ *+' conftest.er1 >conftest.err
19312   rm -f conftest.er1
19313   cat conftest.err >&5
19314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315   (exit $ac_status); } && {
19316          test -z "$ac_c_werror_flag" ||
19317          test ! -s conftest.err
19318        } && test -s conftest$ac_exeext &&
19319        $as_test_x conftest$ac_exeext; then
19320   wine_cv_linux_gethostbyname_r_6=yes
19321 else
19322   echo "$as_me: failed program was:" >&5
19323 sed 's/^/| /' conftest.$ac_ext >&5
19324
19325         wine_cv_linux_gethostbyname_r_6=no
19326
19327 fi
19328
19329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19330       conftest$ac_exeext conftest.$ac_ext
19331
19332 fi
19333 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19334 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19335    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19336    then
19337
19338 cat >>confdefs.h <<\_ACEOF
19339 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19340 _ACEOF
19341
19342    fi
19343
19344 if test "$ac_cv_header_linux_joystick_h" = "yes"
19345 then
19346    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19347 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19348 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19349   echo $ECHO_N "(cached) $ECHO_C" >&6
19350 else
19351   cat >conftest.$ac_ext <<_ACEOF
19352 /* confdefs.h.  */
19353 _ACEOF
19354 cat confdefs.h >>conftest.$ac_ext
19355 cat >>conftest.$ac_ext <<_ACEOF
19356 /* end confdefs.h.  */
19357
19358         #include <sys/ioctl.h>
19359         #include <sys/types.h>
19360         #include <linux/joystick.h>
19361
19362         struct js_event blub;
19363         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19364         #error "no 2.2 header"
19365         #endif
19366
19367 int
19368 main ()
19369 {
19370 /*empty*/
19371   ;
19372   return 0;
19373 }
19374 _ACEOF
19375 rm -f conftest.$ac_objext
19376 if { (ac_try="$ac_compile"
19377 case "(($ac_try" in
19378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19379   *) ac_try_echo=$ac_try;;
19380 esac
19381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19382   (eval "$ac_compile") 2>conftest.er1
19383   ac_status=$?
19384   grep -v '^ *+' conftest.er1 >conftest.err
19385   rm -f conftest.er1
19386   cat conftest.err >&5
19387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19388   (exit $ac_status); } && {
19389          test -z "$ac_c_werror_flag" ||
19390          test ! -s conftest.err
19391        } && test -s conftest.$ac_objext; then
19392   wine_cv_linux_joystick_22_api=yes
19393 else
19394   echo "$as_me: failed program was:" >&5
19395 sed 's/^/| /' conftest.$ac_ext >&5
19396
19397         wine_cv_linux_joystick_22_api=no
19398 fi
19399
19400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19401
19402 fi
19403 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19404 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19405    if test "$wine_cv_linux_joystick_22_api" = "yes"
19406    then
19407
19408 cat >>confdefs.h <<\_ACEOF
19409 #define HAVE_LINUX_22_JOYSTICK_API 1
19410 _ACEOF
19411
19412    fi
19413 fi
19414
19415
19416 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19417 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19418 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19419   echo $ECHO_N "(cached) $ECHO_C" >&6
19420 else
19421   cat >conftest.$ac_ext <<_ACEOF
19422 /* confdefs.h.  */
19423 _ACEOF
19424 cat confdefs.h >>conftest.$ac_ext
19425 cat >>conftest.$ac_ext <<_ACEOF
19426 /* end confdefs.h.  */
19427 #include <sys/types.h>
19428 #ifdef HAVE_SYS_PARAM_H
19429 # include <sys/param.h>
19430 #endif
19431 #ifdef HAVE_SYS_MOUNT_H
19432 # include <sys/mount.h>
19433 #endif
19434 #ifdef HAVE_SYS_VFS_H
19435 # include <sys/vfs.h>
19436 #endif
19437 #ifdef HAVE_SYS_STATFS_H
19438 # include <sys/statfs.h>
19439 #endif
19440
19441 int
19442 main ()
19443 {
19444 static struct statfs ac_aggr;
19445 if (ac_aggr.f_bfree)
19446 return 0;
19447   ;
19448   return 0;
19449 }
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455   *) ac_try_echo=$ac_try;;
19456 esac
19457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19458   (eval "$ac_compile") 2>conftest.er1
19459   ac_status=$?
19460   grep -v '^ *+' conftest.er1 >conftest.err
19461   rm -f conftest.er1
19462   cat conftest.err >&5
19463   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464   (exit $ac_status); } && {
19465          test -z "$ac_c_werror_flag" ||
19466          test ! -s conftest.err
19467        } && test -s conftest.$ac_objext; then
19468   ac_cv_member_struct_statfs_f_bfree=yes
19469 else
19470   echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19472
19473         cat >conftest.$ac_ext <<_ACEOF
19474 /* confdefs.h.  */
19475 _ACEOF
19476 cat confdefs.h >>conftest.$ac_ext
19477 cat >>conftest.$ac_ext <<_ACEOF
19478 /* end confdefs.h.  */
19479 #include <sys/types.h>
19480 #ifdef HAVE_SYS_PARAM_H
19481 # include <sys/param.h>
19482 #endif
19483 #ifdef HAVE_SYS_MOUNT_H
19484 # include <sys/mount.h>
19485 #endif
19486 #ifdef HAVE_SYS_VFS_H
19487 # include <sys/vfs.h>
19488 #endif
19489 #ifdef HAVE_SYS_STATFS_H
19490 # include <sys/statfs.h>
19491 #endif
19492
19493 int
19494 main ()
19495 {
19496 static struct statfs ac_aggr;
19497 if (sizeof ac_aggr.f_bfree)
19498 return 0;
19499   ;
19500   return 0;
19501 }
19502 _ACEOF
19503 rm -f conftest.$ac_objext
19504 if { (ac_try="$ac_compile"
19505 case "(($ac_try" in
19506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19507   *) ac_try_echo=$ac_try;;
19508 esac
19509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19510   (eval "$ac_compile") 2>conftest.er1
19511   ac_status=$?
19512   grep -v '^ *+' conftest.er1 >conftest.err
19513   rm -f conftest.er1
19514   cat conftest.err >&5
19515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516   (exit $ac_status); } && {
19517          test -z "$ac_c_werror_flag" ||
19518          test ! -s conftest.err
19519        } && test -s conftest.$ac_objext; then
19520   ac_cv_member_struct_statfs_f_bfree=yes
19521 else
19522   echo "$as_me: failed program was:" >&5
19523 sed 's/^/| /' conftest.$ac_ext >&5
19524
19525         ac_cv_member_struct_statfs_f_bfree=no
19526 fi
19527
19528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19529 fi
19530
19531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19532 fi
19533 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19534 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19535 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19536
19537 cat >>confdefs.h <<_ACEOF
19538 #define HAVE_STRUCT_STATFS_F_BFREE 1
19539 _ACEOF
19540
19541
19542 fi
19543 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19544 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19545 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19546   echo $ECHO_N "(cached) $ECHO_C" >&6
19547 else
19548   cat >conftest.$ac_ext <<_ACEOF
19549 /* confdefs.h.  */
19550 _ACEOF
19551 cat confdefs.h >>conftest.$ac_ext
19552 cat >>conftest.$ac_ext <<_ACEOF
19553 /* end confdefs.h.  */
19554 #include <sys/types.h>
19555 #ifdef HAVE_SYS_PARAM_H
19556 # include <sys/param.h>
19557 #endif
19558 #ifdef HAVE_SYS_MOUNT_H
19559 # include <sys/mount.h>
19560 #endif
19561 #ifdef HAVE_SYS_VFS_H
19562 # include <sys/vfs.h>
19563 #endif
19564 #ifdef HAVE_SYS_STATFS_H
19565 # include <sys/statfs.h>
19566 #endif
19567
19568 int
19569 main ()
19570 {
19571 static struct statfs ac_aggr;
19572 if (ac_aggr.f_bavail)
19573 return 0;
19574   ;
19575   return 0;
19576 }
19577 _ACEOF
19578 rm -f conftest.$ac_objext
19579 if { (ac_try="$ac_compile"
19580 case "(($ac_try" in
19581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19582   *) ac_try_echo=$ac_try;;
19583 esac
19584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19585   (eval "$ac_compile") 2>conftest.er1
19586   ac_status=$?
19587   grep -v '^ *+' conftest.er1 >conftest.err
19588   rm -f conftest.er1
19589   cat conftest.err >&5
19590   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19591   (exit $ac_status); } && {
19592          test -z "$ac_c_werror_flag" ||
19593          test ! -s conftest.err
19594        } && test -s conftest.$ac_objext; then
19595   ac_cv_member_struct_statfs_f_bavail=yes
19596 else
19597   echo "$as_me: failed program was:" >&5
19598 sed 's/^/| /' conftest.$ac_ext >&5
19599
19600         cat >conftest.$ac_ext <<_ACEOF
19601 /* confdefs.h.  */
19602 _ACEOF
19603 cat confdefs.h >>conftest.$ac_ext
19604 cat >>conftest.$ac_ext <<_ACEOF
19605 /* end confdefs.h.  */
19606 #include <sys/types.h>
19607 #ifdef HAVE_SYS_PARAM_H
19608 # include <sys/param.h>
19609 #endif
19610 #ifdef HAVE_SYS_MOUNT_H
19611 # include <sys/mount.h>
19612 #endif
19613 #ifdef HAVE_SYS_VFS_H
19614 # include <sys/vfs.h>
19615 #endif
19616 #ifdef HAVE_SYS_STATFS_H
19617 # include <sys/statfs.h>
19618 #endif
19619
19620 int
19621 main ()
19622 {
19623 static struct statfs ac_aggr;
19624 if (sizeof ac_aggr.f_bavail)
19625 return 0;
19626   ;
19627   return 0;
19628 }
19629 _ACEOF
19630 rm -f conftest.$ac_objext
19631 if { (ac_try="$ac_compile"
19632 case "(($ac_try" in
19633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19634   *) ac_try_echo=$ac_try;;
19635 esac
19636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19637   (eval "$ac_compile") 2>conftest.er1
19638   ac_status=$?
19639   grep -v '^ *+' conftest.er1 >conftest.err
19640   rm -f conftest.er1
19641   cat conftest.err >&5
19642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19643   (exit $ac_status); } && {
19644          test -z "$ac_c_werror_flag" ||
19645          test ! -s conftest.err
19646        } && test -s conftest.$ac_objext; then
19647   ac_cv_member_struct_statfs_f_bavail=yes
19648 else
19649   echo "$as_me: failed program was:" >&5
19650 sed 's/^/| /' conftest.$ac_ext >&5
19651
19652         ac_cv_member_struct_statfs_f_bavail=no
19653 fi
19654
19655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19656 fi
19657
19658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19659 fi
19660 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19661 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19662 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19663
19664 cat >>confdefs.h <<_ACEOF
19665 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19666 _ACEOF
19667
19668
19669 fi
19670 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19671 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19672 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19673   echo $ECHO_N "(cached) $ECHO_C" >&6
19674 else
19675   cat >conftest.$ac_ext <<_ACEOF
19676 /* confdefs.h.  */
19677 _ACEOF
19678 cat confdefs.h >>conftest.$ac_ext
19679 cat >>conftest.$ac_ext <<_ACEOF
19680 /* end confdefs.h.  */
19681 #include <sys/types.h>
19682 #ifdef HAVE_SYS_PARAM_H
19683 # include <sys/param.h>
19684 #endif
19685 #ifdef HAVE_SYS_MOUNT_H
19686 # include <sys/mount.h>
19687 #endif
19688 #ifdef HAVE_SYS_VFS_H
19689 # include <sys/vfs.h>
19690 #endif
19691 #ifdef HAVE_SYS_STATFS_H
19692 # include <sys/statfs.h>
19693 #endif
19694
19695 int
19696 main ()
19697 {
19698 static struct statfs ac_aggr;
19699 if (ac_aggr.f_frsize)
19700 return 0;
19701   ;
19702   return 0;
19703 }
19704 _ACEOF
19705 rm -f conftest.$ac_objext
19706 if { (ac_try="$ac_compile"
19707 case "(($ac_try" in
19708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19709   *) ac_try_echo=$ac_try;;
19710 esac
19711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19712   (eval "$ac_compile") 2>conftest.er1
19713   ac_status=$?
19714   grep -v '^ *+' conftest.er1 >conftest.err
19715   rm -f conftest.er1
19716   cat conftest.err >&5
19717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19718   (exit $ac_status); } && {
19719          test -z "$ac_c_werror_flag" ||
19720          test ! -s conftest.err
19721        } && test -s conftest.$ac_objext; then
19722   ac_cv_member_struct_statfs_f_frsize=yes
19723 else
19724   echo "$as_me: failed program was:" >&5
19725 sed 's/^/| /' conftest.$ac_ext >&5
19726
19727         cat >conftest.$ac_ext <<_ACEOF
19728 /* confdefs.h.  */
19729 _ACEOF
19730 cat confdefs.h >>conftest.$ac_ext
19731 cat >>conftest.$ac_ext <<_ACEOF
19732 /* end confdefs.h.  */
19733 #include <sys/types.h>
19734 #ifdef HAVE_SYS_PARAM_H
19735 # include <sys/param.h>
19736 #endif
19737 #ifdef HAVE_SYS_MOUNT_H
19738 # include <sys/mount.h>
19739 #endif
19740 #ifdef HAVE_SYS_VFS_H
19741 # include <sys/vfs.h>
19742 #endif
19743 #ifdef HAVE_SYS_STATFS_H
19744 # include <sys/statfs.h>
19745 #endif
19746
19747 int
19748 main ()
19749 {
19750 static struct statfs ac_aggr;
19751 if (sizeof ac_aggr.f_frsize)
19752 return 0;
19753   ;
19754   return 0;
19755 }
19756 _ACEOF
19757 rm -f conftest.$ac_objext
19758 if { (ac_try="$ac_compile"
19759 case "(($ac_try" in
19760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19761   *) ac_try_echo=$ac_try;;
19762 esac
19763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19764   (eval "$ac_compile") 2>conftest.er1
19765   ac_status=$?
19766   grep -v '^ *+' conftest.er1 >conftest.err
19767   rm -f conftest.er1
19768   cat conftest.err >&5
19769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770   (exit $ac_status); } && {
19771          test -z "$ac_c_werror_flag" ||
19772          test ! -s conftest.err
19773        } && test -s conftest.$ac_objext; then
19774   ac_cv_member_struct_statfs_f_frsize=yes
19775 else
19776   echo "$as_me: failed program was:" >&5
19777 sed 's/^/| /' conftest.$ac_ext >&5
19778
19779         ac_cv_member_struct_statfs_f_frsize=no
19780 fi
19781
19782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19783 fi
19784
19785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19786 fi
19787 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19788 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19789 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19790
19791 cat >>confdefs.h <<_ACEOF
19792 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19793 _ACEOF
19794
19795
19796 fi
19797 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19798 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19799 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19800   echo $ECHO_N "(cached) $ECHO_C" >&6
19801 else
19802   cat >conftest.$ac_ext <<_ACEOF
19803 /* confdefs.h.  */
19804 _ACEOF
19805 cat confdefs.h >>conftest.$ac_ext
19806 cat >>conftest.$ac_ext <<_ACEOF
19807 /* end confdefs.h.  */
19808 #include <sys/types.h>
19809 #ifdef HAVE_SYS_PARAM_H
19810 # include <sys/param.h>
19811 #endif
19812 #ifdef HAVE_SYS_MOUNT_H
19813 # include <sys/mount.h>
19814 #endif
19815 #ifdef HAVE_SYS_VFS_H
19816 # include <sys/vfs.h>
19817 #endif
19818 #ifdef HAVE_SYS_STATFS_H
19819 # include <sys/statfs.h>
19820 #endif
19821
19822 int
19823 main ()
19824 {
19825 static struct statfs ac_aggr;
19826 if (ac_aggr.f_ffree)
19827 return 0;
19828   ;
19829   return 0;
19830 }
19831 _ACEOF
19832 rm -f conftest.$ac_objext
19833 if { (ac_try="$ac_compile"
19834 case "(($ac_try" in
19835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19836   *) ac_try_echo=$ac_try;;
19837 esac
19838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19839   (eval "$ac_compile") 2>conftest.er1
19840   ac_status=$?
19841   grep -v '^ *+' conftest.er1 >conftest.err
19842   rm -f conftest.er1
19843   cat conftest.err >&5
19844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19845   (exit $ac_status); } && {
19846          test -z "$ac_c_werror_flag" ||
19847          test ! -s conftest.err
19848        } && test -s conftest.$ac_objext; then
19849   ac_cv_member_struct_statfs_f_ffree=yes
19850 else
19851   echo "$as_me: failed program was:" >&5
19852 sed 's/^/| /' conftest.$ac_ext >&5
19853
19854         cat >conftest.$ac_ext <<_ACEOF
19855 /* confdefs.h.  */
19856 _ACEOF
19857 cat confdefs.h >>conftest.$ac_ext
19858 cat >>conftest.$ac_ext <<_ACEOF
19859 /* end confdefs.h.  */
19860 #include <sys/types.h>
19861 #ifdef HAVE_SYS_PARAM_H
19862 # include <sys/param.h>
19863 #endif
19864 #ifdef HAVE_SYS_MOUNT_H
19865 # include <sys/mount.h>
19866 #endif
19867 #ifdef HAVE_SYS_VFS_H
19868 # include <sys/vfs.h>
19869 #endif
19870 #ifdef HAVE_SYS_STATFS_H
19871 # include <sys/statfs.h>
19872 #endif
19873
19874 int
19875 main ()
19876 {
19877 static struct statfs ac_aggr;
19878 if (sizeof ac_aggr.f_ffree)
19879 return 0;
19880   ;
19881   return 0;
19882 }
19883 _ACEOF
19884 rm -f conftest.$ac_objext
19885 if { (ac_try="$ac_compile"
19886 case "(($ac_try" in
19887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19888   *) ac_try_echo=$ac_try;;
19889 esac
19890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19891   (eval "$ac_compile") 2>conftest.er1
19892   ac_status=$?
19893   grep -v '^ *+' conftest.er1 >conftest.err
19894   rm -f conftest.er1
19895   cat conftest.err >&5
19896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19897   (exit $ac_status); } && {
19898          test -z "$ac_c_werror_flag" ||
19899          test ! -s conftest.err
19900        } && test -s conftest.$ac_objext; then
19901   ac_cv_member_struct_statfs_f_ffree=yes
19902 else
19903   echo "$as_me: failed program was:" >&5
19904 sed 's/^/| /' conftest.$ac_ext >&5
19905
19906         ac_cv_member_struct_statfs_f_ffree=no
19907 fi
19908
19909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19910 fi
19911
19912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19913 fi
19914 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19915 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19916 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19917
19918 cat >>confdefs.h <<_ACEOF
19919 #define HAVE_STRUCT_STATFS_F_FFREE 1
19920 _ACEOF
19921
19922
19923 fi
19924 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19925 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19926 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19927   echo $ECHO_N "(cached) $ECHO_C" >&6
19928 else
19929   cat >conftest.$ac_ext <<_ACEOF
19930 /* confdefs.h.  */
19931 _ACEOF
19932 cat confdefs.h >>conftest.$ac_ext
19933 cat >>conftest.$ac_ext <<_ACEOF
19934 /* end confdefs.h.  */
19935 #include <sys/types.h>
19936 #ifdef HAVE_SYS_PARAM_H
19937 # include <sys/param.h>
19938 #endif
19939 #ifdef HAVE_SYS_MOUNT_H
19940 # include <sys/mount.h>
19941 #endif
19942 #ifdef HAVE_SYS_VFS_H
19943 # include <sys/vfs.h>
19944 #endif
19945 #ifdef HAVE_SYS_STATFS_H
19946 # include <sys/statfs.h>
19947 #endif
19948
19949 int
19950 main ()
19951 {
19952 static struct statfs ac_aggr;
19953 if (ac_aggr.f_favail)
19954 return 0;
19955   ;
19956   return 0;
19957 }
19958 _ACEOF
19959 rm -f conftest.$ac_objext
19960 if { (ac_try="$ac_compile"
19961 case "(($ac_try" in
19962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19963   *) ac_try_echo=$ac_try;;
19964 esac
19965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19966   (eval "$ac_compile") 2>conftest.er1
19967   ac_status=$?
19968   grep -v '^ *+' conftest.er1 >conftest.err
19969   rm -f conftest.er1
19970   cat conftest.err >&5
19971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19972   (exit $ac_status); } && {
19973          test -z "$ac_c_werror_flag" ||
19974          test ! -s conftest.err
19975        } && test -s conftest.$ac_objext; then
19976   ac_cv_member_struct_statfs_f_favail=yes
19977 else
19978   echo "$as_me: failed program was:" >&5
19979 sed 's/^/| /' conftest.$ac_ext >&5
19980
19981         cat >conftest.$ac_ext <<_ACEOF
19982 /* confdefs.h.  */
19983 _ACEOF
19984 cat confdefs.h >>conftest.$ac_ext
19985 cat >>conftest.$ac_ext <<_ACEOF
19986 /* end confdefs.h.  */
19987 #include <sys/types.h>
19988 #ifdef HAVE_SYS_PARAM_H
19989 # include <sys/param.h>
19990 #endif
19991 #ifdef HAVE_SYS_MOUNT_H
19992 # include <sys/mount.h>
19993 #endif
19994 #ifdef HAVE_SYS_VFS_H
19995 # include <sys/vfs.h>
19996 #endif
19997 #ifdef HAVE_SYS_STATFS_H
19998 # include <sys/statfs.h>
19999 #endif
20000
20001 int
20002 main ()
20003 {
20004 static struct statfs ac_aggr;
20005 if (sizeof ac_aggr.f_favail)
20006 return 0;
20007   ;
20008   return 0;
20009 }
20010 _ACEOF
20011 rm -f conftest.$ac_objext
20012 if { (ac_try="$ac_compile"
20013 case "(($ac_try" in
20014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20015   *) ac_try_echo=$ac_try;;
20016 esac
20017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20018   (eval "$ac_compile") 2>conftest.er1
20019   ac_status=$?
20020   grep -v '^ *+' conftest.er1 >conftest.err
20021   rm -f conftest.er1
20022   cat conftest.err >&5
20023   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20024   (exit $ac_status); } && {
20025          test -z "$ac_c_werror_flag" ||
20026          test ! -s conftest.err
20027        } && test -s conftest.$ac_objext; then
20028   ac_cv_member_struct_statfs_f_favail=yes
20029 else
20030   echo "$as_me: failed program was:" >&5
20031 sed 's/^/| /' conftest.$ac_ext >&5
20032
20033         ac_cv_member_struct_statfs_f_favail=no
20034 fi
20035
20036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20037 fi
20038
20039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20040 fi
20041 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20042 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20043 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20044
20045 cat >>confdefs.h <<_ACEOF
20046 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20047 _ACEOF
20048
20049
20050 fi
20051 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20052 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20053 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20054   echo $ECHO_N "(cached) $ECHO_C" >&6
20055 else
20056   cat >conftest.$ac_ext <<_ACEOF
20057 /* confdefs.h.  */
20058 _ACEOF
20059 cat confdefs.h >>conftest.$ac_ext
20060 cat >>conftest.$ac_ext <<_ACEOF
20061 /* end confdefs.h.  */
20062 #include <sys/types.h>
20063 #ifdef HAVE_SYS_PARAM_H
20064 # include <sys/param.h>
20065 #endif
20066 #ifdef HAVE_SYS_MOUNT_H
20067 # include <sys/mount.h>
20068 #endif
20069 #ifdef HAVE_SYS_VFS_H
20070 # include <sys/vfs.h>
20071 #endif
20072 #ifdef HAVE_SYS_STATFS_H
20073 # include <sys/statfs.h>
20074 #endif
20075
20076 int
20077 main ()
20078 {
20079 static struct statfs ac_aggr;
20080 if (ac_aggr.f_namelen)
20081 return 0;
20082   ;
20083   return 0;
20084 }
20085 _ACEOF
20086 rm -f conftest.$ac_objext
20087 if { (ac_try="$ac_compile"
20088 case "(($ac_try" in
20089   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20090   *) ac_try_echo=$ac_try;;
20091 esac
20092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20093   (eval "$ac_compile") 2>conftest.er1
20094   ac_status=$?
20095   grep -v '^ *+' conftest.er1 >conftest.err
20096   rm -f conftest.er1
20097   cat conftest.err >&5
20098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20099   (exit $ac_status); } && {
20100          test -z "$ac_c_werror_flag" ||
20101          test ! -s conftest.err
20102        } && test -s conftest.$ac_objext; then
20103   ac_cv_member_struct_statfs_f_namelen=yes
20104 else
20105   echo "$as_me: failed program was:" >&5
20106 sed 's/^/| /' conftest.$ac_ext >&5
20107
20108         cat >conftest.$ac_ext <<_ACEOF
20109 /* confdefs.h.  */
20110 _ACEOF
20111 cat confdefs.h >>conftest.$ac_ext
20112 cat >>conftest.$ac_ext <<_ACEOF
20113 /* end confdefs.h.  */
20114 #include <sys/types.h>
20115 #ifdef HAVE_SYS_PARAM_H
20116 # include <sys/param.h>
20117 #endif
20118 #ifdef HAVE_SYS_MOUNT_H
20119 # include <sys/mount.h>
20120 #endif
20121 #ifdef HAVE_SYS_VFS_H
20122 # include <sys/vfs.h>
20123 #endif
20124 #ifdef HAVE_SYS_STATFS_H
20125 # include <sys/statfs.h>
20126 #endif
20127
20128 int
20129 main ()
20130 {
20131 static struct statfs ac_aggr;
20132 if (sizeof ac_aggr.f_namelen)
20133 return 0;
20134   ;
20135   return 0;
20136 }
20137 _ACEOF
20138 rm -f conftest.$ac_objext
20139 if { (ac_try="$ac_compile"
20140 case "(($ac_try" in
20141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20142   *) ac_try_echo=$ac_try;;
20143 esac
20144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20145   (eval "$ac_compile") 2>conftest.er1
20146   ac_status=$?
20147   grep -v '^ *+' conftest.er1 >conftest.err
20148   rm -f conftest.er1
20149   cat conftest.err >&5
20150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20151   (exit $ac_status); } && {
20152          test -z "$ac_c_werror_flag" ||
20153          test ! -s conftest.err
20154        } && test -s conftest.$ac_objext; then
20155   ac_cv_member_struct_statfs_f_namelen=yes
20156 else
20157   echo "$as_me: failed program was:" >&5
20158 sed 's/^/| /' conftest.$ac_ext >&5
20159
20160         ac_cv_member_struct_statfs_f_namelen=no
20161 fi
20162
20163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20164 fi
20165
20166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20167 fi
20168 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20169 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20170 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20171
20172 cat >>confdefs.h <<_ACEOF
20173 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20174 _ACEOF
20175
20176
20177 fi
20178
20179
20180 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20181 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20182 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20183   echo $ECHO_N "(cached) $ECHO_C" >&6
20184 else
20185   cat >conftest.$ac_ext <<_ACEOF
20186 /* confdefs.h.  */
20187 _ACEOF
20188 cat confdefs.h >>conftest.$ac_ext
20189 cat >>conftest.$ac_ext <<_ACEOF
20190 /* end confdefs.h.  */
20191 #ifdef HAVE_SYS_STATVFS_H
20192 #include <sys/statvfs.h>
20193 #endif
20194
20195 int
20196 main ()
20197 {
20198 static struct statvfs ac_aggr;
20199 if (ac_aggr.f_blocks)
20200 return 0;
20201   ;
20202   return 0;
20203 }
20204 _ACEOF
20205 rm -f conftest.$ac_objext
20206 if { (ac_try="$ac_compile"
20207 case "(($ac_try" in
20208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20209   *) ac_try_echo=$ac_try;;
20210 esac
20211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20212   (eval "$ac_compile") 2>conftest.er1
20213   ac_status=$?
20214   grep -v '^ *+' conftest.er1 >conftest.err
20215   rm -f conftest.er1
20216   cat conftest.err >&5
20217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20218   (exit $ac_status); } && {
20219          test -z "$ac_c_werror_flag" ||
20220          test ! -s conftest.err
20221        } && test -s conftest.$ac_objext; then
20222   ac_cv_member_struct_statvfs_f_blocks=yes
20223 else
20224   echo "$as_me: failed program was:" >&5
20225 sed 's/^/| /' conftest.$ac_ext >&5
20226
20227         cat >conftest.$ac_ext <<_ACEOF
20228 /* confdefs.h.  */
20229 _ACEOF
20230 cat confdefs.h >>conftest.$ac_ext
20231 cat >>conftest.$ac_ext <<_ACEOF
20232 /* end confdefs.h.  */
20233 #ifdef HAVE_SYS_STATVFS_H
20234 #include <sys/statvfs.h>
20235 #endif
20236
20237 int
20238 main ()
20239 {
20240 static struct statvfs ac_aggr;
20241 if (sizeof ac_aggr.f_blocks)
20242 return 0;
20243   ;
20244   return 0;
20245 }
20246 _ACEOF
20247 rm -f conftest.$ac_objext
20248 if { (ac_try="$ac_compile"
20249 case "(($ac_try" in
20250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20251   *) ac_try_echo=$ac_try;;
20252 esac
20253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20254   (eval "$ac_compile") 2>conftest.er1
20255   ac_status=$?
20256   grep -v '^ *+' conftest.er1 >conftest.err
20257   rm -f conftest.er1
20258   cat conftest.err >&5
20259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20260   (exit $ac_status); } && {
20261          test -z "$ac_c_werror_flag" ||
20262          test ! -s conftest.err
20263        } && test -s conftest.$ac_objext; then
20264   ac_cv_member_struct_statvfs_f_blocks=yes
20265 else
20266   echo "$as_me: failed program was:" >&5
20267 sed 's/^/| /' conftest.$ac_ext >&5
20268
20269         ac_cv_member_struct_statvfs_f_blocks=no
20270 fi
20271
20272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20273 fi
20274
20275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20276 fi
20277 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20278 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20279 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20280
20281 cat >>confdefs.h <<_ACEOF
20282 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20283 _ACEOF
20284
20285
20286 fi
20287
20288
20289 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20290 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20291 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20292   echo $ECHO_N "(cached) $ECHO_C" >&6
20293 else
20294   cat >conftest.$ac_ext <<_ACEOF
20295 /* confdefs.h.  */
20296 _ACEOF
20297 cat confdefs.h >>conftest.$ac_ext
20298 cat >>conftest.$ac_ext <<_ACEOF
20299 /* end confdefs.h.  */
20300 #include <sys/types.h>
20301 #ifdef HAVE_SYS_SOCKET_H
20302 # include <sys/socket.h>
20303 #endif
20304 #ifdef HAVE_SYS_UN_H
20305 # include <sys/un.h>
20306 #endif
20307
20308 int
20309 main ()
20310 {
20311 static struct msghdr ac_aggr;
20312 if (ac_aggr.msg_accrights)
20313 return 0;
20314   ;
20315   return 0;
20316 }
20317 _ACEOF
20318 rm -f conftest.$ac_objext
20319 if { (ac_try="$ac_compile"
20320 case "(($ac_try" in
20321   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20322   *) ac_try_echo=$ac_try;;
20323 esac
20324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20325   (eval "$ac_compile") 2>conftest.er1
20326   ac_status=$?
20327   grep -v '^ *+' conftest.er1 >conftest.err
20328   rm -f conftest.er1
20329   cat conftest.err >&5
20330   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20331   (exit $ac_status); } && {
20332          test -z "$ac_c_werror_flag" ||
20333          test ! -s conftest.err
20334        } && test -s conftest.$ac_objext; then
20335   ac_cv_member_struct_msghdr_msg_accrights=yes
20336 else
20337   echo "$as_me: failed program was:" >&5
20338 sed 's/^/| /' conftest.$ac_ext >&5
20339
20340         cat >conftest.$ac_ext <<_ACEOF
20341 /* confdefs.h.  */
20342 _ACEOF
20343 cat confdefs.h >>conftest.$ac_ext
20344 cat >>conftest.$ac_ext <<_ACEOF
20345 /* end confdefs.h.  */
20346 #include <sys/types.h>
20347 #ifdef HAVE_SYS_SOCKET_H
20348 # include <sys/socket.h>
20349 #endif
20350 #ifdef HAVE_SYS_UN_H
20351 # include <sys/un.h>
20352 #endif
20353
20354 int
20355 main ()
20356 {
20357 static struct msghdr ac_aggr;
20358 if (sizeof ac_aggr.msg_accrights)
20359 return 0;
20360   ;
20361   return 0;
20362 }
20363 _ACEOF
20364 rm -f conftest.$ac_objext
20365 if { (ac_try="$ac_compile"
20366 case "(($ac_try" in
20367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20368   *) ac_try_echo=$ac_try;;
20369 esac
20370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20371   (eval "$ac_compile") 2>conftest.er1
20372   ac_status=$?
20373   grep -v '^ *+' conftest.er1 >conftest.err
20374   rm -f conftest.er1
20375   cat conftest.err >&5
20376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20377   (exit $ac_status); } && {
20378          test -z "$ac_c_werror_flag" ||
20379          test ! -s conftest.err
20380        } && test -s conftest.$ac_objext; then
20381   ac_cv_member_struct_msghdr_msg_accrights=yes
20382 else
20383   echo "$as_me: failed program was:" >&5
20384 sed 's/^/| /' conftest.$ac_ext >&5
20385
20386         ac_cv_member_struct_msghdr_msg_accrights=no
20387 fi
20388
20389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20390 fi
20391
20392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20393 fi
20394 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20395 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20396 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20397
20398 cat >>confdefs.h <<_ACEOF
20399 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20400 _ACEOF
20401
20402
20403 fi
20404 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20405 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20406 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20407   echo $ECHO_N "(cached) $ECHO_C" >&6
20408 else
20409   cat >conftest.$ac_ext <<_ACEOF
20410 /* confdefs.h.  */
20411 _ACEOF
20412 cat confdefs.h >>conftest.$ac_ext
20413 cat >>conftest.$ac_ext <<_ACEOF
20414 /* end confdefs.h.  */
20415 #include <sys/types.h>
20416 #ifdef HAVE_SYS_SOCKET_H
20417 # include <sys/socket.h>
20418 #endif
20419 #ifdef HAVE_SYS_UN_H
20420 # include <sys/un.h>
20421 #endif
20422
20423 int
20424 main ()
20425 {
20426 static struct sockaddr ac_aggr;
20427 if (ac_aggr.sa_len)
20428 return 0;
20429   ;
20430   return 0;
20431 }
20432 _ACEOF
20433 rm -f conftest.$ac_objext
20434 if { (ac_try="$ac_compile"
20435 case "(($ac_try" in
20436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20437   *) ac_try_echo=$ac_try;;
20438 esac
20439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20440   (eval "$ac_compile") 2>conftest.er1
20441   ac_status=$?
20442   grep -v '^ *+' conftest.er1 >conftest.err
20443   rm -f conftest.er1
20444   cat conftest.err >&5
20445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20446   (exit $ac_status); } && {
20447          test -z "$ac_c_werror_flag" ||
20448          test ! -s conftest.err
20449        } && test -s conftest.$ac_objext; then
20450   ac_cv_member_struct_sockaddr_sa_len=yes
20451 else
20452   echo "$as_me: failed program was:" >&5
20453 sed 's/^/| /' conftest.$ac_ext >&5
20454
20455         cat >conftest.$ac_ext <<_ACEOF
20456 /* confdefs.h.  */
20457 _ACEOF
20458 cat confdefs.h >>conftest.$ac_ext
20459 cat >>conftest.$ac_ext <<_ACEOF
20460 /* end confdefs.h.  */
20461 #include <sys/types.h>
20462 #ifdef HAVE_SYS_SOCKET_H
20463 # include <sys/socket.h>
20464 #endif
20465 #ifdef HAVE_SYS_UN_H
20466 # include <sys/un.h>
20467 #endif
20468
20469 int
20470 main ()
20471 {
20472 static struct sockaddr ac_aggr;
20473 if (sizeof ac_aggr.sa_len)
20474 return 0;
20475   ;
20476   return 0;
20477 }
20478 _ACEOF
20479 rm -f conftest.$ac_objext
20480 if { (ac_try="$ac_compile"
20481 case "(($ac_try" in
20482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20483   *) ac_try_echo=$ac_try;;
20484 esac
20485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20486   (eval "$ac_compile") 2>conftest.er1
20487   ac_status=$?
20488   grep -v '^ *+' conftest.er1 >conftest.err
20489   rm -f conftest.er1
20490   cat conftest.err >&5
20491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20492   (exit $ac_status); } && {
20493          test -z "$ac_c_werror_flag" ||
20494          test ! -s conftest.err
20495        } && test -s conftest.$ac_objext; then
20496   ac_cv_member_struct_sockaddr_sa_len=yes
20497 else
20498   echo "$as_me: failed program was:" >&5
20499 sed 's/^/| /' conftest.$ac_ext >&5
20500
20501         ac_cv_member_struct_sockaddr_sa_len=no
20502 fi
20503
20504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20505 fi
20506
20507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20508 fi
20509 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20510 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20511 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20512
20513 cat >>confdefs.h <<_ACEOF
20514 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20515 _ACEOF
20516
20517
20518 fi
20519 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20520 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20521 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20522   echo $ECHO_N "(cached) $ECHO_C" >&6
20523 else
20524   cat >conftest.$ac_ext <<_ACEOF
20525 /* confdefs.h.  */
20526 _ACEOF
20527 cat confdefs.h >>conftest.$ac_ext
20528 cat >>conftest.$ac_ext <<_ACEOF
20529 /* end confdefs.h.  */
20530 #include <sys/types.h>
20531 #ifdef HAVE_SYS_SOCKET_H
20532 # include <sys/socket.h>
20533 #endif
20534 #ifdef HAVE_SYS_UN_H
20535 # include <sys/un.h>
20536 #endif
20537
20538 int
20539 main ()
20540 {
20541 static struct sockaddr_un ac_aggr;
20542 if (ac_aggr.sun_len)
20543 return 0;
20544   ;
20545   return 0;
20546 }
20547 _ACEOF
20548 rm -f conftest.$ac_objext
20549 if { (ac_try="$ac_compile"
20550 case "(($ac_try" in
20551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20552   *) ac_try_echo=$ac_try;;
20553 esac
20554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20555   (eval "$ac_compile") 2>conftest.er1
20556   ac_status=$?
20557   grep -v '^ *+' conftest.er1 >conftest.err
20558   rm -f conftest.er1
20559   cat conftest.err >&5
20560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20561   (exit $ac_status); } && {
20562          test -z "$ac_c_werror_flag" ||
20563          test ! -s conftest.err
20564        } && test -s conftest.$ac_objext; then
20565   ac_cv_member_struct_sockaddr_un_sun_len=yes
20566 else
20567   echo "$as_me: failed program was:" >&5
20568 sed 's/^/| /' conftest.$ac_ext >&5
20569
20570         cat >conftest.$ac_ext <<_ACEOF
20571 /* confdefs.h.  */
20572 _ACEOF
20573 cat confdefs.h >>conftest.$ac_ext
20574 cat >>conftest.$ac_ext <<_ACEOF
20575 /* end confdefs.h.  */
20576 #include <sys/types.h>
20577 #ifdef HAVE_SYS_SOCKET_H
20578 # include <sys/socket.h>
20579 #endif
20580 #ifdef HAVE_SYS_UN_H
20581 # include <sys/un.h>
20582 #endif
20583
20584 int
20585 main ()
20586 {
20587 static struct sockaddr_un ac_aggr;
20588 if (sizeof ac_aggr.sun_len)
20589 return 0;
20590   ;
20591   return 0;
20592 }
20593 _ACEOF
20594 rm -f conftest.$ac_objext
20595 if { (ac_try="$ac_compile"
20596 case "(($ac_try" in
20597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20598   *) ac_try_echo=$ac_try;;
20599 esac
20600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20601   (eval "$ac_compile") 2>conftest.er1
20602   ac_status=$?
20603   grep -v '^ *+' conftest.er1 >conftest.err
20604   rm -f conftest.er1
20605   cat conftest.err >&5
20606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20607   (exit $ac_status); } && {
20608          test -z "$ac_c_werror_flag" ||
20609          test ! -s conftest.err
20610        } && test -s conftest.$ac_objext; then
20611   ac_cv_member_struct_sockaddr_un_sun_len=yes
20612 else
20613   echo "$as_me: failed program was:" >&5
20614 sed 's/^/| /' conftest.$ac_ext >&5
20615
20616         ac_cv_member_struct_sockaddr_un_sun_len=no
20617 fi
20618
20619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20620 fi
20621
20622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20623 fi
20624 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20625 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20626 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20627
20628 cat >>confdefs.h <<_ACEOF
20629 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20630 _ACEOF
20631
20632
20633 fi
20634
20635
20636 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20637 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20638 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20639   echo $ECHO_N "(cached) $ECHO_C" >&6
20640 else
20641   cat >conftest.$ac_ext <<_ACEOF
20642 /* confdefs.h.  */
20643 _ACEOF
20644 cat confdefs.h >>conftest.$ac_ext
20645 cat >>conftest.$ac_ext <<_ACEOF
20646 /* end confdefs.h.  */
20647 #include <sys/types.h>
20648 #ifdef HAVE_SCSI_SG_H
20649 #include <scsi/sg.h>
20650 #endif
20651
20652 int
20653 main ()
20654 {
20655 static scsireq_t ac_aggr;
20656 if (ac_aggr.cmd)
20657 return 0;
20658   ;
20659   return 0;
20660 }
20661 _ACEOF
20662 rm -f conftest.$ac_objext
20663 if { (ac_try="$ac_compile"
20664 case "(($ac_try" in
20665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20666   *) ac_try_echo=$ac_try;;
20667 esac
20668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20669   (eval "$ac_compile") 2>conftest.er1
20670   ac_status=$?
20671   grep -v '^ *+' conftest.er1 >conftest.err
20672   rm -f conftest.er1
20673   cat conftest.err >&5
20674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20675   (exit $ac_status); } && {
20676          test -z "$ac_c_werror_flag" ||
20677          test ! -s conftest.err
20678        } && test -s conftest.$ac_objext; then
20679   ac_cv_member_scsireq_t_cmd=yes
20680 else
20681   echo "$as_me: failed program was:" >&5
20682 sed 's/^/| /' conftest.$ac_ext >&5
20683
20684         cat >conftest.$ac_ext <<_ACEOF
20685 /* confdefs.h.  */
20686 _ACEOF
20687 cat confdefs.h >>conftest.$ac_ext
20688 cat >>conftest.$ac_ext <<_ACEOF
20689 /* end confdefs.h.  */
20690 #include <sys/types.h>
20691 #ifdef HAVE_SCSI_SG_H
20692 #include <scsi/sg.h>
20693 #endif
20694
20695 int
20696 main ()
20697 {
20698 static scsireq_t ac_aggr;
20699 if (sizeof ac_aggr.cmd)
20700 return 0;
20701   ;
20702   return 0;
20703 }
20704 _ACEOF
20705 rm -f conftest.$ac_objext
20706 if { (ac_try="$ac_compile"
20707 case "(($ac_try" in
20708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20709   *) ac_try_echo=$ac_try;;
20710 esac
20711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20712   (eval "$ac_compile") 2>conftest.er1
20713   ac_status=$?
20714   grep -v '^ *+' conftest.er1 >conftest.err
20715   rm -f conftest.er1
20716   cat conftest.err >&5
20717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718   (exit $ac_status); } && {
20719          test -z "$ac_c_werror_flag" ||
20720          test ! -s conftest.err
20721        } && test -s conftest.$ac_objext; then
20722   ac_cv_member_scsireq_t_cmd=yes
20723 else
20724   echo "$as_me: failed program was:" >&5
20725 sed 's/^/| /' conftest.$ac_ext >&5
20726
20727         ac_cv_member_scsireq_t_cmd=no
20728 fi
20729
20730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20731 fi
20732
20733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20734 fi
20735 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20736 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20737 if test $ac_cv_member_scsireq_t_cmd = yes; then
20738
20739 cat >>confdefs.h <<_ACEOF
20740 #define HAVE_SCSIREQ_T_CMD 1
20741 _ACEOF
20742
20743
20744 fi
20745 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20746 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20747 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20748   echo $ECHO_N "(cached) $ECHO_C" >&6
20749 else
20750   cat >conftest.$ac_ext <<_ACEOF
20751 /* confdefs.h.  */
20752 _ACEOF
20753 cat confdefs.h >>conftest.$ac_ext
20754 cat >>conftest.$ac_ext <<_ACEOF
20755 /* end confdefs.h.  */
20756 #include <sys/types.h>
20757 #ifdef HAVE_SCSI_SG_H
20758 #include <scsi/sg.h>
20759 #endif
20760
20761 int
20762 main ()
20763 {
20764 static sg_io_hdr_t ac_aggr;
20765 if (ac_aggr.interface_id)
20766 return 0;
20767   ;
20768   return 0;
20769 }
20770 _ACEOF
20771 rm -f conftest.$ac_objext
20772 if { (ac_try="$ac_compile"
20773 case "(($ac_try" in
20774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20775   *) ac_try_echo=$ac_try;;
20776 esac
20777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20778   (eval "$ac_compile") 2>conftest.er1
20779   ac_status=$?
20780   grep -v '^ *+' conftest.er1 >conftest.err
20781   rm -f conftest.er1
20782   cat conftest.err >&5
20783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784   (exit $ac_status); } && {
20785          test -z "$ac_c_werror_flag" ||
20786          test ! -s conftest.err
20787        } && test -s conftest.$ac_objext; then
20788   ac_cv_member_sg_io_hdr_t_interface_id=yes
20789 else
20790   echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20792
20793         cat >conftest.$ac_ext <<_ACEOF
20794 /* confdefs.h.  */
20795 _ACEOF
20796 cat confdefs.h >>conftest.$ac_ext
20797 cat >>conftest.$ac_ext <<_ACEOF
20798 /* end confdefs.h.  */
20799 #include <sys/types.h>
20800 #ifdef HAVE_SCSI_SG_H
20801 #include <scsi/sg.h>
20802 #endif
20803
20804 int
20805 main ()
20806 {
20807 static sg_io_hdr_t ac_aggr;
20808 if (sizeof ac_aggr.interface_id)
20809 return 0;
20810   ;
20811   return 0;
20812 }
20813 _ACEOF
20814 rm -f conftest.$ac_objext
20815 if { (ac_try="$ac_compile"
20816 case "(($ac_try" in
20817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20818   *) ac_try_echo=$ac_try;;
20819 esac
20820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20821   (eval "$ac_compile") 2>conftest.er1
20822   ac_status=$?
20823   grep -v '^ *+' conftest.er1 >conftest.err
20824   rm -f conftest.er1
20825   cat conftest.err >&5
20826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20827   (exit $ac_status); } && {
20828          test -z "$ac_c_werror_flag" ||
20829          test ! -s conftest.err
20830        } && test -s conftest.$ac_objext; then
20831   ac_cv_member_sg_io_hdr_t_interface_id=yes
20832 else
20833   echo "$as_me: failed program was:" >&5
20834 sed 's/^/| /' conftest.$ac_ext >&5
20835
20836         ac_cv_member_sg_io_hdr_t_interface_id=no
20837 fi
20838
20839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20840 fi
20841
20842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20843 fi
20844 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20845 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20846 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20847
20848 cat >>confdefs.h <<_ACEOF
20849 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20850 _ACEOF
20851
20852
20853 fi
20854
20855
20856 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20857 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20858 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20859   echo $ECHO_N "(cached) $ECHO_C" >&6
20860 else
20861   cat >conftest.$ac_ext <<_ACEOF
20862 /* confdefs.h.  */
20863 _ACEOF
20864 cat confdefs.h >>conftest.$ac_ext
20865 cat >>conftest.$ac_ext <<_ACEOF
20866 /* end confdefs.h.  */
20867 #include <signal.h>
20868
20869 int
20870 main ()
20871 {
20872 static siginfo_t ac_aggr;
20873 if (ac_aggr.si_fd)
20874 return 0;
20875   ;
20876   return 0;
20877 }
20878 _ACEOF
20879 rm -f conftest.$ac_objext
20880 if { (ac_try="$ac_compile"
20881 case "(($ac_try" in
20882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20883   *) ac_try_echo=$ac_try;;
20884 esac
20885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20886   (eval "$ac_compile") 2>conftest.er1
20887   ac_status=$?
20888   grep -v '^ *+' conftest.er1 >conftest.err
20889   rm -f conftest.er1
20890   cat conftest.err >&5
20891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892   (exit $ac_status); } && {
20893          test -z "$ac_c_werror_flag" ||
20894          test ! -s conftest.err
20895        } && test -s conftest.$ac_objext; then
20896   ac_cv_member_siginfo_t_si_fd=yes
20897 else
20898   echo "$as_me: failed program was:" >&5
20899 sed 's/^/| /' conftest.$ac_ext >&5
20900
20901         cat >conftest.$ac_ext <<_ACEOF
20902 /* confdefs.h.  */
20903 _ACEOF
20904 cat confdefs.h >>conftest.$ac_ext
20905 cat >>conftest.$ac_ext <<_ACEOF
20906 /* end confdefs.h.  */
20907 #include <signal.h>
20908
20909 int
20910 main ()
20911 {
20912 static siginfo_t ac_aggr;
20913 if (sizeof ac_aggr.si_fd)
20914 return 0;
20915   ;
20916   return 0;
20917 }
20918 _ACEOF
20919 rm -f conftest.$ac_objext
20920 if { (ac_try="$ac_compile"
20921 case "(($ac_try" in
20922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20923   *) ac_try_echo=$ac_try;;
20924 esac
20925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20926   (eval "$ac_compile") 2>conftest.er1
20927   ac_status=$?
20928   grep -v '^ *+' conftest.er1 >conftest.err
20929   rm -f conftest.er1
20930   cat conftest.err >&5
20931   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20932   (exit $ac_status); } && {
20933          test -z "$ac_c_werror_flag" ||
20934          test ! -s conftest.err
20935        } && test -s conftest.$ac_objext; then
20936   ac_cv_member_siginfo_t_si_fd=yes
20937 else
20938   echo "$as_me: failed program was:" >&5
20939 sed 's/^/| /' conftest.$ac_ext >&5
20940
20941         ac_cv_member_siginfo_t_si_fd=no
20942 fi
20943
20944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20945 fi
20946
20947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20948 fi
20949 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20950 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20951 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20952
20953 cat >>confdefs.h <<_ACEOF
20954 #define HAVE_SIGINFO_T_SI_FD 1
20955 _ACEOF
20956
20957
20958 fi
20959
20960
20961 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20962 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20963 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20964   echo $ECHO_N "(cached) $ECHO_C" >&6
20965 else
20966   cat >conftest.$ac_ext <<_ACEOF
20967 /* confdefs.h.  */
20968 _ACEOF
20969 cat confdefs.h >>conftest.$ac_ext
20970 cat >>conftest.$ac_ext <<_ACEOF
20971 /* end confdefs.h.  */
20972 #include <sys/types.h>
20973 #ifdef HAVE_SYS_MTIO_H
20974 #include <sys/mtio.h>
20975 #endif
20976
20977 int
20978 main ()
20979 {
20980 static struct mtget ac_aggr;
20981 if (ac_aggr.mt_blksiz)
20982 return 0;
20983   ;
20984   return 0;
20985 }
20986 _ACEOF
20987 rm -f conftest.$ac_objext
20988 if { (ac_try="$ac_compile"
20989 case "(($ac_try" in
20990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20991   *) ac_try_echo=$ac_try;;
20992 esac
20993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20994   (eval "$ac_compile") 2>conftest.er1
20995   ac_status=$?
20996   grep -v '^ *+' conftest.er1 >conftest.err
20997   rm -f conftest.er1
20998   cat conftest.err >&5
20999   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21000   (exit $ac_status); } && {
21001          test -z "$ac_c_werror_flag" ||
21002          test ! -s conftest.err
21003        } && test -s conftest.$ac_objext; then
21004   ac_cv_member_struct_mtget_mt_blksiz=yes
21005 else
21006   echo "$as_me: failed program was:" >&5
21007 sed 's/^/| /' conftest.$ac_ext >&5
21008
21009         cat >conftest.$ac_ext <<_ACEOF
21010 /* confdefs.h.  */
21011 _ACEOF
21012 cat confdefs.h >>conftest.$ac_ext
21013 cat >>conftest.$ac_ext <<_ACEOF
21014 /* end confdefs.h.  */
21015 #include <sys/types.h>
21016 #ifdef HAVE_SYS_MTIO_H
21017 #include <sys/mtio.h>
21018 #endif
21019
21020 int
21021 main ()
21022 {
21023 static struct mtget ac_aggr;
21024 if (sizeof ac_aggr.mt_blksiz)
21025 return 0;
21026   ;
21027   return 0;
21028 }
21029 _ACEOF
21030 rm -f conftest.$ac_objext
21031 if { (ac_try="$ac_compile"
21032 case "(($ac_try" in
21033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21034   *) ac_try_echo=$ac_try;;
21035 esac
21036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21037   (eval "$ac_compile") 2>conftest.er1
21038   ac_status=$?
21039   grep -v '^ *+' conftest.er1 >conftest.err
21040   rm -f conftest.er1
21041   cat conftest.err >&5
21042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21043   (exit $ac_status); } && {
21044          test -z "$ac_c_werror_flag" ||
21045          test ! -s conftest.err
21046        } && test -s conftest.$ac_objext; then
21047   ac_cv_member_struct_mtget_mt_blksiz=yes
21048 else
21049   echo "$as_me: failed program was:" >&5
21050 sed 's/^/| /' conftest.$ac_ext >&5
21051
21052         ac_cv_member_struct_mtget_mt_blksiz=no
21053 fi
21054
21055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21056 fi
21057
21058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21059 fi
21060 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21061 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21062 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21063
21064 cat >>confdefs.h <<_ACEOF
21065 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21066 _ACEOF
21067
21068
21069 fi
21070 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21071 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21072 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21073   echo $ECHO_N "(cached) $ECHO_C" >&6
21074 else
21075   cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h.  */
21077 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext
21079 cat >>conftest.$ac_ext <<_ACEOF
21080 /* end confdefs.h.  */
21081 #include <sys/types.h>
21082 #ifdef HAVE_SYS_MTIO_H
21083 #include <sys/mtio.h>
21084 #endif
21085
21086 int
21087 main ()
21088 {
21089 static struct mtget ac_aggr;
21090 if (ac_aggr.mt_gstat)
21091 return 0;
21092   ;
21093   return 0;
21094 }
21095 _ACEOF
21096 rm -f conftest.$ac_objext
21097 if { (ac_try="$ac_compile"
21098 case "(($ac_try" in
21099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21100   *) ac_try_echo=$ac_try;;
21101 esac
21102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21103   (eval "$ac_compile") 2>conftest.er1
21104   ac_status=$?
21105   grep -v '^ *+' conftest.er1 >conftest.err
21106   rm -f conftest.er1
21107   cat conftest.err >&5
21108   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109   (exit $ac_status); } && {
21110          test -z "$ac_c_werror_flag" ||
21111          test ! -s conftest.err
21112        } && test -s conftest.$ac_objext; then
21113   ac_cv_member_struct_mtget_mt_gstat=yes
21114 else
21115   echo "$as_me: failed program was:" >&5
21116 sed 's/^/| /' conftest.$ac_ext >&5
21117
21118         cat >conftest.$ac_ext <<_ACEOF
21119 /* confdefs.h.  */
21120 _ACEOF
21121 cat confdefs.h >>conftest.$ac_ext
21122 cat >>conftest.$ac_ext <<_ACEOF
21123 /* end confdefs.h.  */
21124 #include <sys/types.h>
21125 #ifdef HAVE_SYS_MTIO_H
21126 #include <sys/mtio.h>
21127 #endif
21128
21129 int
21130 main ()
21131 {
21132 static struct mtget ac_aggr;
21133 if (sizeof ac_aggr.mt_gstat)
21134 return 0;
21135   ;
21136   return 0;
21137 }
21138 _ACEOF
21139 rm -f conftest.$ac_objext
21140 if { (ac_try="$ac_compile"
21141 case "(($ac_try" in
21142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21143   *) ac_try_echo=$ac_try;;
21144 esac
21145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21146   (eval "$ac_compile") 2>conftest.er1
21147   ac_status=$?
21148   grep -v '^ *+' conftest.er1 >conftest.err
21149   rm -f conftest.er1
21150   cat conftest.err >&5
21151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21152   (exit $ac_status); } && {
21153          test -z "$ac_c_werror_flag" ||
21154          test ! -s conftest.err
21155        } && test -s conftest.$ac_objext; then
21156   ac_cv_member_struct_mtget_mt_gstat=yes
21157 else
21158   echo "$as_me: failed program was:" >&5
21159 sed 's/^/| /' conftest.$ac_ext >&5
21160
21161         ac_cv_member_struct_mtget_mt_gstat=no
21162 fi
21163
21164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21165 fi
21166
21167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21168 fi
21169 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21170 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21171 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21172
21173 cat >>confdefs.h <<_ACEOF
21174 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21175 _ACEOF
21176
21177
21178 fi
21179 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21180 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21181 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21182   echo $ECHO_N "(cached) $ECHO_C" >&6
21183 else
21184   cat >conftest.$ac_ext <<_ACEOF
21185 /* confdefs.h.  */
21186 _ACEOF
21187 cat confdefs.h >>conftest.$ac_ext
21188 cat >>conftest.$ac_ext <<_ACEOF
21189 /* end confdefs.h.  */
21190 #include <sys/types.h>
21191 #ifdef HAVE_SYS_MTIO_H
21192 #include <sys/mtio.h>
21193 #endif
21194
21195 int
21196 main ()
21197 {
21198 static struct mtget ac_aggr;
21199 if (ac_aggr.mt_blkno)
21200 return 0;
21201   ;
21202   return 0;
21203 }
21204 _ACEOF
21205 rm -f conftest.$ac_objext
21206 if { (ac_try="$ac_compile"
21207 case "(($ac_try" in
21208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21209   *) ac_try_echo=$ac_try;;
21210 esac
21211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21212   (eval "$ac_compile") 2>conftest.er1
21213   ac_status=$?
21214   grep -v '^ *+' conftest.er1 >conftest.err
21215   rm -f conftest.er1
21216   cat conftest.err >&5
21217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21218   (exit $ac_status); } && {
21219          test -z "$ac_c_werror_flag" ||
21220          test ! -s conftest.err
21221        } && test -s conftest.$ac_objext; then
21222   ac_cv_member_struct_mtget_mt_blkno=yes
21223 else
21224   echo "$as_me: failed program was:" >&5
21225 sed 's/^/| /' conftest.$ac_ext >&5
21226
21227         cat >conftest.$ac_ext <<_ACEOF
21228 /* confdefs.h.  */
21229 _ACEOF
21230 cat confdefs.h >>conftest.$ac_ext
21231 cat >>conftest.$ac_ext <<_ACEOF
21232 /* end confdefs.h.  */
21233 #include <sys/types.h>
21234 #ifdef HAVE_SYS_MTIO_H
21235 #include <sys/mtio.h>
21236 #endif
21237
21238 int
21239 main ()
21240 {
21241 static struct mtget ac_aggr;
21242 if (sizeof ac_aggr.mt_blkno)
21243 return 0;
21244   ;
21245   return 0;
21246 }
21247 _ACEOF
21248 rm -f conftest.$ac_objext
21249 if { (ac_try="$ac_compile"
21250 case "(($ac_try" in
21251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21252   *) ac_try_echo=$ac_try;;
21253 esac
21254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21255   (eval "$ac_compile") 2>conftest.er1
21256   ac_status=$?
21257   grep -v '^ *+' conftest.er1 >conftest.err
21258   rm -f conftest.er1
21259   cat conftest.err >&5
21260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21261   (exit $ac_status); } && {
21262          test -z "$ac_c_werror_flag" ||
21263          test ! -s conftest.err
21264        } && test -s conftest.$ac_objext; then
21265   ac_cv_member_struct_mtget_mt_blkno=yes
21266 else
21267   echo "$as_me: failed program was:" >&5
21268 sed 's/^/| /' conftest.$ac_ext >&5
21269
21270         ac_cv_member_struct_mtget_mt_blkno=no
21271 fi
21272
21273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21274 fi
21275
21276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21277 fi
21278 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21279 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21280 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21281
21282 cat >>confdefs.h <<_ACEOF
21283 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21284 _ACEOF
21285
21286
21287 fi
21288
21289
21290 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21291 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21292 if test "${ac_cv_member_struct_option_name+set}" = set; then
21293   echo $ECHO_N "(cached) $ECHO_C" >&6
21294 else
21295   cat >conftest.$ac_ext <<_ACEOF
21296 /* confdefs.h.  */
21297 _ACEOF
21298 cat confdefs.h >>conftest.$ac_ext
21299 cat >>conftest.$ac_ext <<_ACEOF
21300 /* end confdefs.h.  */
21301 #ifdef HAVE_GETOPT_H
21302 #include <getopt.h>
21303 #endif
21304
21305 int
21306 main ()
21307 {
21308 static struct option ac_aggr;
21309 if (ac_aggr.name)
21310 return 0;
21311   ;
21312   return 0;
21313 }
21314 _ACEOF
21315 rm -f conftest.$ac_objext
21316 if { (ac_try="$ac_compile"
21317 case "(($ac_try" in
21318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21319   *) ac_try_echo=$ac_try;;
21320 esac
21321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21322   (eval "$ac_compile") 2>conftest.er1
21323   ac_status=$?
21324   grep -v '^ *+' conftest.er1 >conftest.err
21325   rm -f conftest.er1
21326   cat conftest.err >&5
21327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21328   (exit $ac_status); } && {
21329          test -z "$ac_c_werror_flag" ||
21330          test ! -s conftest.err
21331        } && test -s conftest.$ac_objext; then
21332   ac_cv_member_struct_option_name=yes
21333 else
21334   echo "$as_me: failed program was:" >&5
21335 sed 's/^/| /' conftest.$ac_ext >&5
21336
21337         cat >conftest.$ac_ext <<_ACEOF
21338 /* confdefs.h.  */
21339 _ACEOF
21340 cat confdefs.h >>conftest.$ac_ext
21341 cat >>conftest.$ac_ext <<_ACEOF
21342 /* end confdefs.h.  */
21343 #ifdef HAVE_GETOPT_H
21344 #include <getopt.h>
21345 #endif
21346
21347 int
21348 main ()
21349 {
21350 static struct option ac_aggr;
21351 if (sizeof ac_aggr.name)
21352 return 0;
21353   ;
21354   return 0;
21355 }
21356 _ACEOF
21357 rm -f conftest.$ac_objext
21358 if { (ac_try="$ac_compile"
21359 case "(($ac_try" in
21360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21361   *) ac_try_echo=$ac_try;;
21362 esac
21363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21364   (eval "$ac_compile") 2>conftest.er1
21365   ac_status=$?
21366   grep -v '^ *+' conftest.er1 >conftest.err
21367   rm -f conftest.er1
21368   cat conftest.err >&5
21369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21370   (exit $ac_status); } && {
21371          test -z "$ac_c_werror_flag" ||
21372          test ! -s conftest.err
21373        } && test -s conftest.$ac_objext; then
21374   ac_cv_member_struct_option_name=yes
21375 else
21376   echo "$as_me: failed program was:" >&5
21377 sed 's/^/| /' conftest.$ac_ext >&5
21378
21379         ac_cv_member_struct_option_name=no
21380 fi
21381
21382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21383 fi
21384
21385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21386 fi
21387 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21388 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21389 if test $ac_cv_member_struct_option_name = yes; then
21390
21391 cat >>confdefs.h <<_ACEOF
21392 #define HAVE_STRUCT_OPTION_NAME 1
21393 _ACEOF
21394
21395
21396 fi
21397
21398
21399 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21400 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21401 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21402   echo $ECHO_N "(cached) $ECHO_C" >&6
21403 else
21404   cat >conftest.$ac_ext <<_ACEOF
21405 /* confdefs.h.  */
21406 _ACEOF
21407 cat confdefs.h >>conftest.$ac_ext
21408 cat >>conftest.$ac_ext <<_ACEOF
21409 /* end confdefs.h.  */
21410 $ac_includes_default
21411 int
21412 main ()
21413 {
21414 static struct stat ac_aggr;
21415 if (ac_aggr.st_blocks)
21416 return 0;
21417   ;
21418   return 0;
21419 }
21420 _ACEOF
21421 rm -f conftest.$ac_objext
21422 if { (ac_try="$ac_compile"
21423 case "(($ac_try" in
21424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21425   *) ac_try_echo=$ac_try;;
21426 esac
21427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21428   (eval "$ac_compile") 2>conftest.er1
21429   ac_status=$?
21430   grep -v '^ *+' conftest.er1 >conftest.err
21431   rm -f conftest.er1
21432   cat conftest.err >&5
21433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21434   (exit $ac_status); } && {
21435          test -z "$ac_c_werror_flag" ||
21436          test ! -s conftest.err
21437        } && test -s conftest.$ac_objext; then
21438   ac_cv_member_struct_stat_st_blocks=yes
21439 else
21440   echo "$as_me: failed program was:" >&5
21441 sed 's/^/| /' conftest.$ac_ext >&5
21442
21443         cat >conftest.$ac_ext <<_ACEOF
21444 /* confdefs.h.  */
21445 _ACEOF
21446 cat confdefs.h >>conftest.$ac_ext
21447 cat >>conftest.$ac_ext <<_ACEOF
21448 /* end confdefs.h.  */
21449 $ac_includes_default
21450 int
21451 main ()
21452 {
21453 static struct stat ac_aggr;
21454 if (sizeof ac_aggr.st_blocks)
21455 return 0;
21456   ;
21457   return 0;
21458 }
21459 _ACEOF
21460 rm -f conftest.$ac_objext
21461 if { (ac_try="$ac_compile"
21462 case "(($ac_try" in
21463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21464   *) ac_try_echo=$ac_try;;
21465 esac
21466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21467   (eval "$ac_compile") 2>conftest.er1
21468   ac_status=$?
21469   grep -v '^ *+' conftest.er1 >conftest.err
21470   rm -f conftest.er1
21471   cat conftest.err >&5
21472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21473   (exit $ac_status); } && {
21474          test -z "$ac_c_werror_flag" ||
21475          test ! -s conftest.err
21476        } && test -s conftest.$ac_objext; then
21477   ac_cv_member_struct_stat_st_blocks=yes
21478 else
21479   echo "$as_me: failed program was:" >&5
21480 sed 's/^/| /' conftest.$ac_ext >&5
21481
21482         ac_cv_member_struct_stat_st_blocks=no
21483 fi
21484
21485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21486 fi
21487
21488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21489 fi
21490 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21491 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21492 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21493
21494 cat >>confdefs.h <<_ACEOF
21495 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21496 _ACEOF
21497
21498
21499 fi
21500 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21501 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21502 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21503   echo $ECHO_N "(cached) $ECHO_C" >&6
21504 else
21505   cat >conftest.$ac_ext <<_ACEOF
21506 /* confdefs.h.  */
21507 _ACEOF
21508 cat confdefs.h >>conftest.$ac_ext
21509 cat >>conftest.$ac_ext <<_ACEOF
21510 /* end confdefs.h.  */
21511 $ac_includes_default
21512 int
21513 main ()
21514 {
21515 static struct stat ac_aggr;
21516 if (ac_aggr.st_mtim)
21517 return 0;
21518   ;
21519   return 0;
21520 }
21521 _ACEOF
21522 rm -f conftest.$ac_objext
21523 if { (ac_try="$ac_compile"
21524 case "(($ac_try" in
21525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21526   *) ac_try_echo=$ac_try;;
21527 esac
21528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21529   (eval "$ac_compile") 2>conftest.er1
21530   ac_status=$?
21531   grep -v '^ *+' conftest.er1 >conftest.err
21532   rm -f conftest.er1
21533   cat conftest.err >&5
21534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535   (exit $ac_status); } && {
21536          test -z "$ac_c_werror_flag" ||
21537          test ! -s conftest.err
21538        } && test -s conftest.$ac_objext; then
21539   ac_cv_member_struct_stat_st_mtim=yes
21540 else
21541   echo "$as_me: failed program was:" >&5
21542 sed 's/^/| /' conftest.$ac_ext >&5
21543
21544         cat >conftest.$ac_ext <<_ACEOF
21545 /* confdefs.h.  */
21546 _ACEOF
21547 cat confdefs.h >>conftest.$ac_ext
21548 cat >>conftest.$ac_ext <<_ACEOF
21549 /* end confdefs.h.  */
21550 $ac_includes_default
21551 int
21552 main ()
21553 {
21554 static struct stat ac_aggr;
21555 if (sizeof ac_aggr.st_mtim)
21556 return 0;
21557   ;
21558   return 0;
21559 }
21560 _ACEOF
21561 rm -f conftest.$ac_objext
21562 if { (ac_try="$ac_compile"
21563 case "(($ac_try" in
21564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21565   *) ac_try_echo=$ac_try;;
21566 esac
21567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21568   (eval "$ac_compile") 2>conftest.er1
21569   ac_status=$?
21570   grep -v '^ *+' conftest.er1 >conftest.err
21571   rm -f conftest.er1
21572   cat conftest.err >&5
21573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21574   (exit $ac_status); } && {
21575          test -z "$ac_c_werror_flag" ||
21576          test ! -s conftest.err
21577        } && test -s conftest.$ac_objext; then
21578   ac_cv_member_struct_stat_st_mtim=yes
21579 else
21580   echo "$as_me: failed program was:" >&5
21581 sed 's/^/| /' conftest.$ac_ext >&5
21582
21583         ac_cv_member_struct_stat_st_mtim=no
21584 fi
21585
21586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21587 fi
21588
21589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21590 fi
21591 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21592 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21593 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21594
21595 cat >>confdefs.h <<_ACEOF
21596 #define HAVE_STRUCT_STAT_ST_MTIM 1
21597 _ACEOF
21598
21599
21600 fi
21601 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21602 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21603 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21604   echo $ECHO_N "(cached) $ECHO_C" >&6
21605 else
21606   cat >conftest.$ac_ext <<_ACEOF
21607 /* confdefs.h.  */
21608 _ACEOF
21609 cat confdefs.h >>conftest.$ac_ext
21610 cat >>conftest.$ac_ext <<_ACEOF
21611 /* end confdefs.h.  */
21612 $ac_includes_default
21613 int
21614 main ()
21615 {
21616 static struct stat ac_aggr;
21617 if (ac_aggr.st_ctim)
21618 return 0;
21619   ;
21620   return 0;
21621 }
21622 _ACEOF
21623 rm -f conftest.$ac_objext
21624 if { (ac_try="$ac_compile"
21625 case "(($ac_try" in
21626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21627   *) ac_try_echo=$ac_try;;
21628 esac
21629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21630   (eval "$ac_compile") 2>conftest.er1
21631   ac_status=$?
21632   grep -v '^ *+' conftest.er1 >conftest.err
21633   rm -f conftest.er1
21634   cat conftest.err >&5
21635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21636   (exit $ac_status); } && {
21637          test -z "$ac_c_werror_flag" ||
21638          test ! -s conftest.err
21639        } && test -s conftest.$ac_objext; then
21640   ac_cv_member_struct_stat_st_ctim=yes
21641 else
21642   echo "$as_me: failed program was:" >&5
21643 sed 's/^/| /' conftest.$ac_ext >&5
21644
21645         cat >conftest.$ac_ext <<_ACEOF
21646 /* confdefs.h.  */
21647 _ACEOF
21648 cat confdefs.h >>conftest.$ac_ext
21649 cat >>conftest.$ac_ext <<_ACEOF
21650 /* end confdefs.h.  */
21651 $ac_includes_default
21652 int
21653 main ()
21654 {
21655 static struct stat ac_aggr;
21656 if (sizeof ac_aggr.st_ctim)
21657 return 0;
21658   ;
21659   return 0;
21660 }
21661 _ACEOF
21662 rm -f conftest.$ac_objext
21663 if { (ac_try="$ac_compile"
21664 case "(($ac_try" in
21665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21666   *) ac_try_echo=$ac_try;;
21667 esac
21668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21669   (eval "$ac_compile") 2>conftest.er1
21670   ac_status=$?
21671   grep -v '^ *+' conftest.er1 >conftest.err
21672   rm -f conftest.er1
21673   cat conftest.err >&5
21674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675   (exit $ac_status); } && {
21676          test -z "$ac_c_werror_flag" ||
21677          test ! -s conftest.err
21678        } && test -s conftest.$ac_objext; then
21679   ac_cv_member_struct_stat_st_ctim=yes
21680 else
21681   echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.$ac_ext >&5
21683
21684         ac_cv_member_struct_stat_st_ctim=no
21685 fi
21686
21687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21688 fi
21689
21690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21691 fi
21692 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21693 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21694 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21695
21696 cat >>confdefs.h <<_ACEOF
21697 #define HAVE_STRUCT_STAT_ST_CTIM 1
21698 _ACEOF
21699
21700
21701 fi
21702 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21703 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21704 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21705   echo $ECHO_N "(cached) $ECHO_C" >&6
21706 else
21707   cat >conftest.$ac_ext <<_ACEOF
21708 /* confdefs.h.  */
21709 _ACEOF
21710 cat confdefs.h >>conftest.$ac_ext
21711 cat >>conftest.$ac_ext <<_ACEOF
21712 /* end confdefs.h.  */
21713 $ac_includes_default
21714 int
21715 main ()
21716 {
21717 static struct stat ac_aggr;
21718 if (ac_aggr.st_atim)
21719 return 0;
21720   ;
21721   return 0;
21722 }
21723 _ACEOF
21724 rm -f conftest.$ac_objext
21725 if { (ac_try="$ac_compile"
21726 case "(($ac_try" in
21727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21728   *) ac_try_echo=$ac_try;;
21729 esac
21730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21731   (eval "$ac_compile") 2>conftest.er1
21732   ac_status=$?
21733   grep -v '^ *+' conftest.er1 >conftest.err
21734   rm -f conftest.er1
21735   cat conftest.err >&5
21736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21737   (exit $ac_status); } && {
21738          test -z "$ac_c_werror_flag" ||
21739          test ! -s conftest.err
21740        } && test -s conftest.$ac_objext; then
21741   ac_cv_member_struct_stat_st_atim=yes
21742 else
21743   echo "$as_me: failed program was:" >&5
21744 sed 's/^/| /' conftest.$ac_ext >&5
21745
21746         cat >conftest.$ac_ext <<_ACEOF
21747 /* confdefs.h.  */
21748 _ACEOF
21749 cat confdefs.h >>conftest.$ac_ext
21750 cat >>conftest.$ac_ext <<_ACEOF
21751 /* end confdefs.h.  */
21752 $ac_includes_default
21753 int
21754 main ()
21755 {
21756 static struct stat ac_aggr;
21757 if (sizeof ac_aggr.st_atim)
21758 return 0;
21759   ;
21760   return 0;
21761 }
21762 _ACEOF
21763 rm -f conftest.$ac_objext
21764 if { (ac_try="$ac_compile"
21765 case "(($ac_try" in
21766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21767   *) ac_try_echo=$ac_try;;
21768 esac
21769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21770   (eval "$ac_compile") 2>conftest.er1
21771   ac_status=$?
21772   grep -v '^ *+' conftest.er1 >conftest.err
21773   rm -f conftest.er1
21774   cat conftest.err >&5
21775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776   (exit $ac_status); } && {
21777          test -z "$ac_c_werror_flag" ||
21778          test ! -s conftest.err
21779        } && test -s conftest.$ac_objext; then
21780   ac_cv_member_struct_stat_st_atim=yes
21781 else
21782   echo "$as_me: failed program was:" >&5
21783 sed 's/^/| /' conftest.$ac_ext >&5
21784
21785         ac_cv_member_struct_stat_st_atim=no
21786 fi
21787
21788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21789 fi
21790
21791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21792 fi
21793 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21794 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21795 if test $ac_cv_member_struct_stat_st_atim = yes; then
21796
21797 cat >>confdefs.h <<_ACEOF
21798 #define HAVE_STRUCT_STAT_ST_ATIM 1
21799 _ACEOF
21800
21801
21802 fi
21803
21804
21805 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21806 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21807 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21808   echo $ECHO_N "(cached) $ECHO_C" >&6
21809 else
21810   cat >conftest.$ac_ext <<_ACEOF
21811 /* confdefs.h.  */
21812 _ACEOF
21813 cat confdefs.h >>conftest.$ac_ext
21814 cat >>conftest.$ac_ext <<_ACEOF
21815 /* end confdefs.h.  */
21816 #ifdef HAVE_SYS_TYPES_H
21817 #include <sys/types.h>
21818 #endif
21819 #ifdef HAVE_NETINET_IN_H
21820 #include <netinet/in.h>
21821 #endif
21822
21823 int
21824 main ()
21825 {
21826 static struct sockaddr_in6 ac_aggr;
21827 if (ac_aggr.sin6_scope_id)
21828 return 0;
21829   ;
21830   return 0;
21831 }
21832 _ACEOF
21833 rm -f conftest.$ac_objext
21834 if { (ac_try="$ac_compile"
21835 case "(($ac_try" in
21836   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21837   *) ac_try_echo=$ac_try;;
21838 esac
21839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21840   (eval "$ac_compile") 2>conftest.er1
21841   ac_status=$?
21842   grep -v '^ *+' conftest.er1 >conftest.err
21843   rm -f conftest.er1
21844   cat conftest.err >&5
21845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21846   (exit $ac_status); } && {
21847          test -z "$ac_c_werror_flag" ||
21848          test ! -s conftest.err
21849        } && test -s conftest.$ac_objext; then
21850   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21851 else
21852   echo "$as_me: failed program was:" >&5
21853 sed 's/^/| /' conftest.$ac_ext >&5
21854
21855         cat >conftest.$ac_ext <<_ACEOF
21856 /* confdefs.h.  */
21857 _ACEOF
21858 cat confdefs.h >>conftest.$ac_ext
21859 cat >>conftest.$ac_ext <<_ACEOF
21860 /* end confdefs.h.  */
21861 #ifdef HAVE_SYS_TYPES_H
21862 #include <sys/types.h>
21863 #endif
21864 #ifdef HAVE_NETINET_IN_H
21865 #include <netinet/in.h>
21866 #endif
21867
21868 int
21869 main ()
21870 {
21871 static struct sockaddr_in6 ac_aggr;
21872 if (sizeof ac_aggr.sin6_scope_id)
21873 return 0;
21874   ;
21875   return 0;
21876 }
21877 _ACEOF
21878 rm -f conftest.$ac_objext
21879 if { (ac_try="$ac_compile"
21880 case "(($ac_try" in
21881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21882   *) ac_try_echo=$ac_try;;
21883 esac
21884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21885   (eval "$ac_compile") 2>conftest.er1
21886   ac_status=$?
21887   grep -v '^ *+' conftest.er1 >conftest.err
21888   rm -f conftest.er1
21889   cat conftest.err >&5
21890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21891   (exit $ac_status); } && {
21892          test -z "$ac_c_werror_flag" ||
21893          test ! -s conftest.err
21894        } && test -s conftest.$ac_objext; then
21895   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21896 else
21897   echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.$ac_ext >&5
21899
21900         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21901 fi
21902
21903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21904 fi
21905
21906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21907 fi
21908 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21909 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21910 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21911
21912 cat >>confdefs.h <<_ACEOF
21913 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21914 _ACEOF
21915
21916
21917 fi
21918
21919
21920 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21921 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21922 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21923   echo $ECHO_N "(cached) $ECHO_C" >&6
21924 else
21925   cat >conftest.$ac_ext <<_ACEOF
21926 /* confdefs.h.  */
21927 _ACEOF
21928 cat confdefs.h >>conftest.$ac_ext
21929 cat >>conftest.$ac_ext <<_ACEOF
21930 /* end confdefs.h.  */
21931 #ifdef HAVE_SYS_TYPES_H
21932 #include <sys/types.h>
21933 #endif
21934 #ifdef HAVE_NETINET_IN_H
21935 # include <netinet/in.h>
21936 #endif
21937 #ifdef HAVE_ARPA_NAMESER_H
21938 # include <arpa/nameser.h>
21939 #endif
21940
21941 int
21942 main ()
21943 {
21944 static ns_msg ac_aggr;
21945 if (ac_aggr._msg_ptr)
21946 return 0;
21947   ;
21948   return 0;
21949 }
21950 _ACEOF
21951 rm -f conftest.$ac_objext
21952 if { (ac_try="$ac_compile"
21953 case "(($ac_try" in
21954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21955   *) ac_try_echo=$ac_try;;
21956 esac
21957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21958   (eval "$ac_compile") 2>conftest.er1
21959   ac_status=$?
21960   grep -v '^ *+' conftest.er1 >conftest.err
21961   rm -f conftest.er1
21962   cat conftest.err >&5
21963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21964   (exit $ac_status); } && {
21965          test -z "$ac_c_werror_flag" ||
21966          test ! -s conftest.err
21967        } && test -s conftest.$ac_objext; then
21968   ac_cv_member_ns_msg__msg_ptr=yes
21969 else
21970   echo "$as_me: failed program was:" >&5
21971 sed 's/^/| /' conftest.$ac_ext >&5
21972
21973         cat >conftest.$ac_ext <<_ACEOF
21974 /* confdefs.h.  */
21975 _ACEOF
21976 cat confdefs.h >>conftest.$ac_ext
21977 cat >>conftest.$ac_ext <<_ACEOF
21978 /* end confdefs.h.  */
21979 #ifdef HAVE_SYS_TYPES_H
21980 #include <sys/types.h>
21981 #endif
21982 #ifdef HAVE_NETINET_IN_H
21983 # include <netinet/in.h>
21984 #endif
21985 #ifdef HAVE_ARPA_NAMESER_H
21986 # include <arpa/nameser.h>
21987 #endif
21988
21989 int
21990 main ()
21991 {
21992 static ns_msg ac_aggr;
21993 if (sizeof ac_aggr._msg_ptr)
21994 return 0;
21995   ;
21996   return 0;
21997 }
21998 _ACEOF
21999 rm -f conftest.$ac_objext
22000 if { (ac_try="$ac_compile"
22001 case "(($ac_try" in
22002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22003   *) ac_try_echo=$ac_try;;
22004 esac
22005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22006   (eval "$ac_compile") 2>conftest.er1
22007   ac_status=$?
22008   grep -v '^ *+' conftest.er1 >conftest.err
22009   rm -f conftest.er1
22010   cat conftest.err >&5
22011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22012   (exit $ac_status); } && {
22013          test -z "$ac_c_werror_flag" ||
22014          test ! -s conftest.err
22015        } && test -s conftest.$ac_objext; then
22016   ac_cv_member_ns_msg__msg_ptr=yes
22017 else
22018   echo "$as_me: failed program was:" >&5
22019 sed 's/^/| /' conftest.$ac_ext >&5
22020
22021         ac_cv_member_ns_msg__msg_ptr=no
22022 fi
22023
22024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22025 fi
22026
22027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22028 fi
22029 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22030 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22031 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22032
22033 cat >>confdefs.h <<_ACEOF
22034 #define HAVE_NS_MSG__MSG_PTR 1
22035 _ACEOF
22036
22037
22038 fi
22039
22040
22041 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22042 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22043 if test "${ac_cv_have_timezone+set}" = set; then
22044   echo $ECHO_N "(cached) $ECHO_C" >&6
22045 else
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 <time.h>
22053 int
22054 main ()
22055 {
22056 timezone = 1
22057   ;
22058   return 0;
22059 }
22060 _ACEOF
22061 rm -f conftest.$ac_objext conftest$ac_exeext
22062 if { (ac_try="$ac_link"
22063 case "(($ac_try" in
22064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22065   *) ac_try_echo=$ac_try;;
22066 esac
22067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22068   (eval "$ac_link") 2>conftest.er1
22069   ac_status=$?
22070   grep -v '^ *+' conftest.er1 >conftest.err
22071   rm -f conftest.er1
22072   cat conftest.err >&5
22073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22074   (exit $ac_status); } && {
22075          test -z "$ac_c_werror_flag" ||
22076          test ! -s conftest.err
22077        } && test -s conftest$ac_exeext &&
22078        $as_test_x conftest$ac_exeext; then
22079   ac_cv_have_timezone="yes"
22080 else
22081   echo "$as_me: failed program was:" >&5
22082 sed 's/^/| /' conftest.$ac_ext >&5
22083
22084         ac_cv_have_timezone="no"
22085 fi
22086
22087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22088       conftest$ac_exeext conftest.$ac_ext
22089 fi
22090 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22091 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22092 if test "$ac_cv_have_timezone" = "yes"
22093 then
22094
22095 cat >>confdefs.h <<\_ACEOF
22096 #define HAVE_TIMEZONE 1
22097 _ACEOF
22098
22099 fi
22100 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22101 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22102 if test "${ac_cv_have_daylight+set}" = set; then
22103   echo $ECHO_N "(cached) $ECHO_C" >&6
22104 else
22105   cat >conftest.$ac_ext <<_ACEOF
22106 /* confdefs.h.  */
22107 _ACEOF
22108 cat confdefs.h >>conftest.$ac_ext
22109 cat >>conftest.$ac_ext <<_ACEOF
22110 /* end confdefs.h.  */
22111 #include <time.h>
22112 int
22113 main ()
22114 {
22115 daylight = 1
22116   ;
22117   return 0;
22118 }
22119 _ACEOF
22120 rm -f conftest.$ac_objext conftest$ac_exeext
22121 if { (ac_try="$ac_link"
22122 case "(($ac_try" in
22123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22124   *) ac_try_echo=$ac_try;;
22125 esac
22126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22127   (eval "$ac_link") 2>conftest.er1
22128   ac_status=$?
22129   grep -v '^ *+' conftest.er1 >conftest.err
22130   rm -f conftest.er1
22131   cat conftest.err >&5
22132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133   (exit $ac_status); } && {
22134          test -z "$ac_c_werror_flag" ||
22135          test ! -s conftest.err
22136        } && test -s conftest$ac_exeext &&
22137        $as_test_x conftest$ac_exeext; then
22138   ac_cv_have_daylight="yes"
22139 else
22140   echo "$as_me: failed program was:" >&5
22141 sed 's/^/| /' conftest.$ac_ext >&5
22142
22143         ac_cv_have_daylight="no"
22144 fi
22145
22146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22147       conftest$ac_exeext conftest.$ac_ext
22148 fi
22149 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22150 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22151 if test "$ac_cv_have_daylight" = "yes"
22152 then
22153
22154 cat >>confdefs.h <<\_ACEOF
22155 #define HAVE_DAYLIGHT 1
22156 _ACEOF
22157
22158 fi
22159
22160 { echo "$as_me:$LINENO: checking for isinf" >&5
22161 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22162 if test "${ac_cv_have_isinf+set}" = set; then
22163   echo $ECHO_N "(cached) $ECHO_C" >&6
22164 else
22165   cat >conftest.$ac_ext <<_ACEOF
22166 /* confdefs.h.  */
22167 _ACEOF
22168 cat confdefs.h >>conftest.$ac_ext
22169 cat >>conftest.$ac_ext <<_ACEOF
22170 /* end confdefs.h.  */
22171 #include <math.h>
22172 int
22173 main ()
22174 {
22175 float f = 0.0; int i=isinf(f)
22176   ;
22177   return 0;
22178 }
22179 _ACEOF
22180 rm -f conftest.$ac_objext conftest$ac_exeext
22181 if { (ac_try="$ac_link"
22182 case "(($ac_try" in
22183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22184   *) ac_try_echo=$ac_try;;
22185 esac
22186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22187   (eval "$ac_link") 2>conftest.er1
22188   ac_status=$?
22189   grep -v '^ *+' conftest.er1 >conftest.err
22190   rm -f conftest.er1
22191   cat conftest.err >&5
22192   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22193   (exit $ac_status); } && {
22194          test -z "$ac_c_werror_flag" ||
22195          test ! -s conftest.err
22196        } && test -s conftest$ac_exeext &&
22197        $as_test_x conftest$ac_exeext; then
22198   ac_cv_have_isinf="yes"
22199 else
22200   echo "$as_me: failed program was:" >&5
22201 sed 's/^/| /' conftest.$ac_ext >&5
22202
22203         ac_cv_have_isinf="no"
22204 fi
22205
22206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22207       conftest$ac_exeext conftest.$ac_ext
22208 fi
22209 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22210 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22211 if test "$ac_cv_have_isinf" = "yes"
22212 then
22213
22214 cat >>confdefs.h <<\_ACEOF
22215 #define HAVE_ISINF 1
22216 _ACEOF
22217
22218 fi
22219
22220 { echo "$as_me:$LINENO: checking for isnan" >&5
22221 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22222 if test "${ac_cv_have_isnan+set}" = set; then
22223   echo $ECHO_N "(cached) $ECHO_C" >&6
22224 else
22225   cat >conftest.$ac_ext <<_ACEOF
22226 /* confdefs.h.  */
22227 _ACEOF
22228 cat confdefs.h >>conftest.$ac_ext
22229 cat >>conftest.$ac_ext <<_ACEOF
22230 /* end confdefs.h.  */
22231 #include <math.h>
22232 int
22233 main ()
22234 {
22235 float f = 0.0; int i=isnan(f)
22236   ;
22237   return 0;
22238 }
22239 _ACEOF
22240 rm -f conftest.$ac_objext conftest$ac_exeext
22241 if { (ac_try="$ac_link"
22242 case "(($ac_try" in
22243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22244   *) ac_try_echo=$ac_try;;
22245 esac
22246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22247   (eval "$ac_link") 2>conftest.er1
22248   ac_status=$?
22249   grep -v '^ *+' conftest.er1 >conftest.err
22250   rm -f conftest.er1
22251   cat conftest.err >&5
22252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22253   (exit $ac_status); } && {
22254          test -z "$ac_c_werror_flag" ||
22255          test ! -s conftest.err
22256        } && test -s conftest$ac_exeext &&
22257        $as_test_x conftest$ac_exeext; then
22258   ac_cv_have_isnan="yes"
22259 else
22260   echo "$as_me: failed program was:" >&5
22261 sed 's/^/| /' conftest.$ac_ext >&5
22262
22263         ac_cv_have_isnan="no"
22264 fi
22265
22266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22267       conftest$ac_exeext conftest.$ac_ext
22268 fi
22269 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22270 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22271 if test "$ac_cv_have_isnan" = "yes"
22272 then
22273
22274 cat >>confdefs.h <<\_ACEOF
22275 #define HAVE_ISNAN 1
22276 _ACEOF
22277
22278 fi
22279
22280
22281 case $host_cpu in
22282   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22283 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22284 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22285   echo $ECHO_N "(cached) $ECHO_C" >&6
22286 else
22287   cat >conftest.$ac_ext <<_ACEOF
22288 /* confdefs.h.  */
22289 _ACEOF
22290 cat confdefs.h >>conftest.$ac_ext
22291 cat >>conftest.$ac_ext <<_ACEOF
22292 /* end confdefs.h.  */
22293 #ifndef __i386__
22294 yes
22295 #endif
22296 _ACEOF
22297 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22298   $EGREP "yes" >/dev/null 2>&1; then
22299   ac_cv_cpp_def___i386__=yes
22300 else
22301   ac_cv_cpp_def___i386__=no
22302 fi
22303 rm -f conftest*
22304
22305 fi
22306 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22307 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22308 if test $ac_cv_cpp_def___i386__ = yes; then
22309   CFLAGS="$CFLAGS -D__i386__"
22310   LINTFLAGS="$LINTFLAGS -D__i386__"
22311 fi
22312  ;;
22313   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22314 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22315 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22316   echo $ECHO_N "(cached) $ECHO_C" >&6
22317 else
22318   cat >conftest.$ac_ext <<_ACEOF
22319 /* confdefs.h.  */
22320 _ACEOF
22321 cat confdefs.h >>conftest.$ac_ext
22322 cat >>conftest.$ac_ext <<_ACEOF
22323 /* end confdefs.h.  */
22324 #ifndef __x86_64__
22325 yes
22326 #endif
22327 _ACEOF
22328 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22329   $EGREP "yes" >/dev/null 2>&1; then
22330   ac_cv_cpp_def___x86_64__=yes
22331 else
22332   ac_cv_cpp_def___x86_64__=no
22333 fi
22334 rm -f conftest*
22335
22336 fi
22337 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22338 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22339 if test $ac_cv_cpp_def___x86_64__ = yes; then
22340   CFLAGS="$CFLAGS -D__x86_64__"
22341   LINTFLAGS="$LINTFLAGS -D__x86_64__"
22342 fi
22343  ;;
22344   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22345 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22346 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22347   echo $ECHO_N "(cached) $ECHO_C" >&6
22348 else
22349   cat >conftest.$ac_ext <<_ACEOF
22350 /* confdefs.h.  */
22351 _ACEOF
22352 cat confdefs.h >>conftest.$ac_ext
22353 cat >>conftest.$ac_ext <<_ACEOF
22354 /* end confdefs.h.  */
22355 #ifndef __ALPHA__
22356 yes
22357 #endif
22358 _ACEOF
22359 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22360   $EGREP "yes" >/dev/null 2>&1; then
22361   ac_cv_cpp_def___ALPHA__=yes
22362 else
22363   ac_cv_cpp_def___ALPHA__=no
22364 fi
22365 rm -f conftest*
22366
22367 fi
22368 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22369 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22370 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22371   CFLAGS="$CFLAGS -D__ALPHA__"
22372   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22373 fi
22374  ;;
22375   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22376 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22377 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22378   echo $ECHO_N "(cached) $ECHO_C" >&6
22379 else
22380   cat >conftest.$ac_ext <<_ACEOF
22381 /* confdefs.h.  */
22382 _ACEOF
22383 cat confdefs.h >>conftest.$ac_ext
22384 cat >>conftest.$ac_ext <<_ACEOF
22385 /* end confdefs.h.  */
22386 #ifndef __sparc__
22387 yes
22388 #endif
22389 _ACEOF
22390 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22391   $EGREP "yes" >/dev/null 2>&1; then
22392   ac_cv_cpp_def___sparc__=yes
22393 else
22394   ac_cv_cpp_def___sparc__=no
22395 fi
22396 rm -f conftest*
22397
22398 fi
22399 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22400 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22401 if test $ac_cv_cpp_def___sparc__ = yes; then
22402   CFLAGS="$CFLAGS -D__sparc__"
22403   LINTFLAGS="$LINTFLAGS -D__sparc__"
22404 fi
22405  ;;
22406   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22407 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22408 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22409   echo $ECHO_N "(cached) $ECHO_C" >&6
22410 else
22411   cat >conftest.$ac_ext <<_ACEOF
22412 /* confdefs.h.  */
22413 _ACEOF
22414 cat confdefs.h >>conftest.$ac_ext
22415 cat >>conftest.$ac_ext <<_ACEOF
22416 /* end confdefs.h.  */
22417 #ifndef __powerpc__
22418 yes
22419 #endif
22420 _ACEOF
22421 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22422   $EGREP "yes" >/dev/null 2>&1; then
22423   ac_cv_cpp_def___powerpc__=yes
22424 else
22425   ac_cv_cpp_def___powerpc__=no
22426 fi
22427 rm -f conftest*
22428
22429 fi
22430 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22431 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22432 if test $ac_cv_cpp_def___powerpc__ = yes; then
22433   CFLAGS="$CFLAGS -D__powerpc__"
22434   LINTFLAGS="$LINTFLAGS -D__powerpc__"
22435 fi
22436  ;;
22437 esac
22438
22439 case $host_vendor in
22440   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22441 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22442 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22443   echo $ECHO_N "(cached) $ECHO_C" >&6
22444 else
22445   cat >conftest.$ac_ext <<_ACEOF
22446 /* confdefs.h.  */
22447 _ACEOF
22448 cat confdefs.h >>conftest.$ac_ext
22449 cat >>conftest.$ac_ext <<_ACEOF
22450 /* end confdefs.h.  */
22451 #ifndef __sun__
22452 yes
22453 #endif
22454 _ACEOF
22455 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22456   $EGREP "yes" >/dev/null 2>&1; then
22457   ac_cv_cpp_def___sun__=yes
22458 else
22459   ac_cv_cpp_def___sun__=no
22460 fi
22461 rm -f conftest*
22462
22463 fi
22464 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22465 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22466 if test $ac_cv_cpp_def___sun__ = yes; then
22467   CFLAGS="$CFLAGS -D__sun__"
22468   LINTFLAGS="$LINTFLAGS -D__sun__"
22469 fi
22470  ;;
22471 esac
22472
22473
22474 DEPENDENCIES="### Dependencies:
22475
22476 .INIT: Makefile
22477 .BEGIN: Makefile
22478 Makefile: dummy
22479         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22480
22481 \$(OBJS): \$(IDL_GEN_HEADERS)
22482 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22483 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22484 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22485 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22486
22487
22488 ALL_MAKERULES=""
22489
22490 ALL_MAKEFILES=""
22491
22492 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22493
22494
22495 ALL_TOP_DIRS=""
22496
22497 ALL_DLL_DIRS=""
22498
22499 ALL_IMPLIB_DIRS=""
22500
22501 ALL_TEST_DIRS=""
22502
22503 ALL_PROGRAM_DIRS=""
22504
22505 ALL_PROGRAM_INSTALL_DIRS=""
22506
22507 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22508
22509
22510
22511
22512
22513 ac_config_commands="$ac_config_commands include/stamp-h"
22514
22515
22516 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22517
22518 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22519
22520 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22521
22522 ac_config_commands="$ac_config_commands dlls/user32/resources"
22523
22524 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22525
22526 ac_config_commands="$ac_config_commands include/wine"
22527
22528
22529 ALL_MAKERULES="$ALL_MAKERULES \\
22530         Make.rules"
22531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22532 Make.rules: Make.rules.in"
22533 MAKE_RULES=Make.rules
22534 ac_config_files="$ac_config_files Make.rules"
22535
22536 ALL_MAKERULES="$ALL_MAKERULES \\
22537         dlls/Makedll.rules"
22538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22539 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22540 MAKE_DLL_RULES=dlls/Makedll.rules
22541 ac_config_files="$ac_config_files dlls/Makedll.rules"
22542
22543 ALL_MAKERULES="$ALL_MAKERULES \\
22544         dlls/Makeimplib.rules"
22545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22546 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22547 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22548 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22549
22550 ALL_MAKERULES="$ALL_MAKERULES \\
22551         dlls/Maketest.rules"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22554 MAKE_TEST_RULES=dlls/Maketest.rules
22555 ac_config_files="$ac_config_files dlls/Maketest.rules"
22556
22557 ALL_MAKERULES="$ALL_MAKERULES \\
22558         programs/Makeprog.rules"
22559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22560 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22561 MAKE_PROG_RULES=programs/Makeprog.rules
22562 ac_config_files="$ac_config_files programs/Makeprog.rules"
22563
22564
22565
22566
22567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22568 Makefile: Makefile.in Make.rules"
22569 ac_config_files="$ac_config_files Makefile"
22570
22571 ALL_MAKEFILES="$ALL_MAKEFILES \\
22572         dlls/Makefile"
22573 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22574         dlls"
22575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22576 dlls/Makefile: dlls/Makefile.in Make.rules"
22577 ac_config_files="$ac_config_files dlls/Makefile"
22578
22579 ALL_MAKEFILES="$ALL_MAKEFILES \\
22580         dlls/acledit/Makefile"
22581 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22582         acledit"
22583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22584 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22585 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22586
22587 ALL_MAKEFILES="$ALL_MAKEFILES \\
22588         dlls/activeds/Makefile"
22589 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22590         activeds"
22591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22592 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22593 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22594
22595 ALL_MAKEFILES="$ALL_MAKEFILES \\
22596         dlls/actxprxy/Makefile"
22597 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22598         actxprxy"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22601 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22602
22603 ALL_MAKEFILES="$ALL_MAKEFILES \\
22604         dlls/adsiid/Makefile"
22605 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22606         adsiid"
22607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22608 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22609 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22610
22611 ALL_MAKEFILES="$ALL_MAKEFILES \\
22612         dlls/advapi32/Makefile"
22613 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22614         advapi32"
22615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22616 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22617 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22618
22619 ALL_MAKEFILES="$ALL_MAKEFILES \\
22620         dlls/advapi32/tests/Makefile"
22621 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22622         advapi32/tests"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22625 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22626
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628         dlls/advpack/Makefile"
22629 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22630         advpack"
22631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22632 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22633 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22634
22635 ALL_MAKEFILES="$ALL_MAKEFILES \\
22636         dlls/advpack/tests/Makefile"
22637 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22638         advpack/tests"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22641 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22642
22643 ALL_MAKEFILES="$ALL_MAKEFILES \\
22644         dlls/amstream/Makefile"
22645 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22646         amstream"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22649 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22650
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652         dlls/appwiz.cpl/Makefile"
22653 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22654         appwiz.cpl"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22657 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22658
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660         dlls/atl/Makefile"
22661 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22662         atl"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22665 ac_config_files="$ac_config_files dlls/atl/Makefile"
22666
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668         dlls/avicap32/Makefile"
22669 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22670         avicap32"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22674
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676         dlls/avifil32/Makefile"
22677 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22678         avifil32"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22681 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22682
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684         dlls/browseui/Makefile"
22685 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686         browseui"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22690
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692         dlls/browseui/tests/Makefile"
22693 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22694         browseui/tests"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22697 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22698
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700         dlls/cabinet/Makefile"
22701 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702         cabinet"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22706
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708         dlls/cabinet/tests/Makefile"
22709 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22710         cabinet/tests"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22713 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22714
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716         dlls/capi2032/Makefile"
22717 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718         capi2032"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22722
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724         dlls/cards/Makefile"
22725 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22726         cards"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22729 ac_config_files="$ac_config_files dlls/cards/Makefile"
22730
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732         dlls/cfgmgr32/Makefile"
22733 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22734         cfgmgr32"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22737 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22738
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740         dlls/clusapi/Makefile"
22741 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742         clusapi"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22746
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748         dlls/comcat/Makefile"
22749 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22750         comcat"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22753 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22754
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756         dlls/comcat/tests/Makefile"
22757 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22758         comcat/tests"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22761 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22762
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764         dlls/comctl32/Makefile"
22765 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22766         comctl32"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22770
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772         dlls/comctl32/tests/Makefile"
22773 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22774         comctl32/tests"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22777 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22778
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780         dlls/comdlg32/Makefile"
22781 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22782         comdlg32"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22785 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22786
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788         dlls/comdlg32/tests/Makefile"
22789 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22790         comdlg32/tests"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22793 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22794
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796         dlls/compstui/Makefile"
22797 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22798         compstui"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22801 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22802
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804         dlls/credui/Makefile"
22805 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22806         credui"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22809 ac_config_files="$ac_config_files dlls/credui/Makefile"
22810
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812         dlls/credui/tests/Makefile"
22813 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22814         credui/tests"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22817 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22818
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820         dlls/crtdll/Makefile"
22821 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22822         crtdll"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22825 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22826
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828         dlls/crypt32/Makefile"
22829 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22830         crypt32"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22833 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22834
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836         dlls/crypt32/tests/Makefile"
22837 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22838         crypt32/tests"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22841 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22842
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844         dlls/cryptdlg/Makefile"
22845 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22846         cryptdlg"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22849 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22850
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852         dlls/cryptdll/Makefile"
22853 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22854         cryptdll"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22857 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22858
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860         dlls/cryptnet/Makefile"
22861 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22862         cryptnet"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22865 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22866
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868         dlls/cryptnet/tests/Makefile"
22869 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22870         cryptnet/tests"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22873 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22874
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876         dlls/cryptui/Makefile"
22877 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22878         cryptui"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22881 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22882
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884         dlls/ctapi32/Makefile"
22885 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886         ctapi32"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22890
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892         dlls/ctl3d32/Makefile"
22893 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894         ctl3d32"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22898
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900         dlls/d3d10/Makefile"
22901 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22902         d3d10"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22905 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22906
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908         dlls/d3d8/Makefile"
22909 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22910         d3d8"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22913 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22914
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916         dlls/d3d8/tests/Makefile"
22917 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22918         d3d8/tests"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22921 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22922
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924         dlls/d3d9/Makefile"
22925 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22926         d3d9"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22929 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22930
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932         dlls/d3d9/tests/Makefile"
22933 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22934         d3d9/tests"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22937 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22938
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940         dlls/d3dim/Makefile"
22941 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942         d3dim"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22946
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948         dlls/d3drm/Makefile"
22949 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22950         d3drm"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22953 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22954
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956         dlls/d3drm/tests/Makefile"
22957 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22958         d3drm/tests"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22961 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22962
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964         dlls/d3dx8/Makefile"
22965 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22966         d3dx8"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22969 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22970
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972         dlls/d3dx8/tests/Makefile"
22973 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22974         d3dx8/tests"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22977 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22978
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980         dlls/d3dx9_24/Makefile"
22981 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22982         d3dx9_24"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22985 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22986
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988         dlls/d3dx9_25/Makefile"
22989 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22990         d3dx9_25"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22993 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22994
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996         dlls/d3dx9_26/Makefile"
22997 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998         d3dx9_26"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23002
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004         dlls/d3dx9_27/Makefile"
23005 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23006         d3dx9_27"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23010
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012         dlls/d3dx9_28/Makefile"
23013 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014         d3dx9_28"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23018
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020         dlls/d3dx9_29/Makefile"
23021 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23022         d3dx9_29"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23025 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23026
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028         dlls/d3dx9_30/Makefile"
23029 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030         d3dx9_30"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23034
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036         dlls/d3dx9_31/Makefile"
23037 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038         d3dx9_31"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23042
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044         dlls/d3dx9_32/Makefile"
23045 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046         d3dx9_32"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23050
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052         dlls/d3dx9_33/Makefile"
23053 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054         d3dx9_33"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23058
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060         dlls/d3dx9_34/Makefile"
23061 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062         d3dx9_34"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23066
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068         dlls/d3dx9_35/Makefile"
23069 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070         d3dx9_35"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23074
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076         dlls/d3dx9_36/Makefile"
23077 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078         d3dx9_36"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23082
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084         dlls/d3dx9_36/tests/Makefile"
23085 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23086         d3dx9_36/tests"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23089 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23090
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092         dlls/d3dx9_37/Makefile"
23093 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23094         d3dx9_37"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23097 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23098
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100         dlls/d3dxof/Makefile"
23101 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102         d3dxof"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23106
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108         dlls/d3dxof/tests/Makefile"
23109 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23110         d3dxof/tests"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23113 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23114
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116         dlls/dbghelp/Makefile"
23117 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118         dbghelp"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23122
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124         dlls/dciman32/Makefile"
23125 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126         dciman32"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23130
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132         dlls/ddraw/Makefile"
23133 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23134         ddraw"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23137 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23138
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140         dlls/ddraw/tests/Makefile"
23141 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23142         ddraw/tests"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23145 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23146
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148         dlls/ddrawex/Makefile"
23149 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150         ddrawex"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23154
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156         dlls/devenum/Makefile"
23157 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158         devenum"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23162
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164         dlls/dinput/Makefile"
23165 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166         dinput"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23170
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172         dlls/dinput/tests/Makefile"
23173 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23174         dinput/tests"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23177 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23178
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180         dlls/dinput8/Makefile"
23181 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182         dinput8"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23186
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188         dlls/dmband/Makefile"
23189 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190         dmband"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23194
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196         dlls/dmcompos/Makefile"
23197 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23198         dmcompos"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23201 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23202
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204         dlls/dmime/Makefile"
23205 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206         dmime"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23210
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212         dlls/dmloader/Makefile"
23213 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214         dmloader"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23218
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220         dlls/dmscript/Makefile"
23221 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222         dmscript"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23226
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228         dlls/dmstyle/Makefile"
23229 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23230         dmstyle"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23233 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23234
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236         dlls/dmsynth/Makefile"
23237 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238         dmsynth"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23242
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244         dlls/dmusic/Makefile"
23245 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246         dmusic"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23250
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252         dlls/dmusic32/Makefile"
23253 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254         dmusic32"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23258
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260         dlls/dnsapi/Makefile"
23261 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262         dnsapi"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23266
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268         dlls/dnsapi/tests/Makefile"
23269 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23270         dnsapi/tests"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23273 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23274
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276         dlls/dplay/Makefile"
23277 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278         dplay"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23282
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284         dlls/dplayx/Makefile"
23285 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286         dplayx"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23290
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292         dlls/dplayx/tests/Makefile"
23293 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23294         dplayx/tests"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23297 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23298
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300         dlls/dpnaddr/Makefile"
23301 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302         dpnaddr"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23306
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308         dlls/dpnet/Makefile"
23309 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23310         dpnet"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23313 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23314
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316         dlls/dpnhpast/Makefile"
23317 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23318         dpnhpast"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23322
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324         dlls/dpnlobby/Makefile"
23325 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23326         dpnlobby"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23329 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23330
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332         dlls/dpwsockx/Makefile"
23333 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334         dpwsockx"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23338
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340         dlls/dsound/Makefile"
23341 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23342         dsound"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23346
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348         dlls/dsound/tests/Makefile"
23349 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23350         dsound/tests"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23353 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23354
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356         dlls/dssenh/Makefile"
23357 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358         dssenh"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23362
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364         dlls/dswave/Makefile"
23365 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366         dswave"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23370
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372         dlls/dwmapi/Makefile"
23373 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374         dwmapi"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23378
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380         dlls/dxdiagn/Makefile"
23381 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382         dxdiagn"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23386
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388         dlls/dxerr8/Makefile"
23389 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23390         dxerr8"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23393 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23394
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396         dlls/dxerr9/Makefile"
23397 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23398         dxerr9"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23401 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23402
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404         dlls/dxgi/Makefile"
23405 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406         dxgi"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23410
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412         dlls/dxguid/Makefile"
23413 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23414         dxguid"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23417 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23418
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420         dlls/faultrep/Makefile"
23421 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422         faultrep"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23426
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428         dlls/fusion/Makefile"
23429 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430         fusion"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23434
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436         dlls/fusion/tests/Makefile"
23437 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23438         fusion/tests"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23442
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444         dlls/gdi32/Makefile"
23445 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23446         gdi32"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23449 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23450
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452         dlls/gdi32/tests/Makefile"
23453 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23454         gdi32/tests"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23457 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23458
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460         dlls/gdiplus/Makefile"
23461 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462         gdiplus"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23466
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468         dlls/gdiplus/tests/Makefile"
23469 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23470         gdiplus/tests"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23473 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23474
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476         dlls/glu32/Makefile"
23477 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478         glu32"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23482
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484         dlls/gphoto2.ds/Makefile"
23485 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23486         gphoto2.ds"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23489 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23490
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492         dlls/gpkcsp/Makefile"
23493 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494         gpkcsp"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23498
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500         dlls/hal/Makefile"
23501 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23502         hal"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23505 ac_config_files="$ac_config_files dlls/hal/Makefile"
23506
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508         dlls/hhctrl.ocx/Makefile"
23509 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510         hhctrl.ocx"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23514
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516         dlls/hid/Makefile"
23517 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518         hid"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/hid/Makefile"
23522
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524         dlls/hlink/Makefile"
23525 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526         hlink"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23530
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532         dlls/hlink/tests/Makefile"
23533 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23534         hlink/tests"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23537 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23538
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540         dlls/hnetcfg/Makefile"
23541 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542         hnetcfg"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23546
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548         dlls/iccvid/Makefile"
23549 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550         iccvid"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23554
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556         dlls/icmp/Makefile"
23557 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558         icmp"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23562
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564         dlls/ifsmgr.vxd/Makefile"
23565 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566         ifsmgr.vxd"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23570
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572         dlls/imaadp32.acm/Makefile"
23573 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574         imaadp32.acm"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23578
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580         dlls/imagehlp/Makefile"
23581 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582         imagehlp"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23586
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588         dlls/imm32/Makefile"
23589 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590         imm32"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23594
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596         dlls/imm32/tests/Makefile"
23597 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23598         imm32/tests"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23601 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23602
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604         dlls/inetcomm/Makefile"
23605 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606         inetcomm"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23610
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612         dlls/inetcomm/tests/Makefile"
23613 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23614         inetcomm/tests"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23617 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23618
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620         dlls/inetmib1/Makefile"
23621 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622         inetmib1"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23626
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628         dlls/inetmib1/tests/Makefile"
23629 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23630         inetmib1/tests"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23633 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23634
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636         dlls/infosoft/Makefile"
23637 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638         infosoft"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23642
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644         dlls/infosoft/tests/Makefile"
23645 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23646         infosoft/tests"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23649 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23650
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652         dlls/initpki/Makefile"
23653 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654         initpki"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23658
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660         dlls/inkobj/Makefile"
23661 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662         inkobj"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23666
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668         dlls/inseng/Makefile"
23669 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670         inseng"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23674
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676         dlls/iphlpapi/Makefile"
23677 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678         iphlpapi"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23682
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684         dlls/iphlpapi/tests/Makefile"
23685 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23686         iphlpapi/tests"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23689 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23690
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692         dlls/itircl/Makefile"
23693 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694         itircl"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23698
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700         dlls/itss/Makefile"
23701 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23702         itss"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/itss/Makefile"
23706
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708         dlls/itss/tests/Makefile"
23709 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23710         itss/tests"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23713 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23714
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716         dlls/jscript/Makefile"
23717 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718         jscript"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23722
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724         dlls/jscript/tests/Makefile"
23725 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23726         jscript/tests"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23729 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23730
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732         dlls/kernel32/Makefile"
23733 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734         kernel32"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23738
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740         dlls/kernel32/tests/Makefile"
23741 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23742         kernel32/tests"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23745 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23746
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748         dlls/localspl/Makefile"
23749 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750         localspl"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23754
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756         dlls/localspl/tests/Makefile"
23757 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23758         localspl/tests"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23761 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23762
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764         dlls/localui/Makefile"
23765 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766         localui"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/localui/Makefile"
23770
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772         dlls/localui/tests/Makefile"
23773 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23774         localui/tests"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23778
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780         dlls/lz32/Makefile"
23781 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23782         lz32"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23785 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23786
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788         dlls/lz32/tests/Makefile"
23789 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23790         lz32/tests"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23793 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23794
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796         dlls/mapi32/Makefile"
23797 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23798         mapi32"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23802
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804         dlls/mapi32/tests/Makefile"
23805 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23806         mapi32/tests"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23809 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23810
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812         dlls/mciavi32/Makefile"
23813 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814         mciavi32"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23818
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820         dlls/mcicda/Makefile"
23821 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822         mcicda"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23826
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828         dlls/mciseq/Makefile"
23829 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830         mciseq"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23834
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836         dlls/mciwave/Makefile"
23837 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838         mciwave"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23842
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844         dlls/midimap/Makefile"
23845 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846         midimap"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23850
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852         dlls/mlang/Makefile"
23853 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854         mlang"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23858
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860         dlls/mlang/tests/Makefile"
23861 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23862         mlang/tests"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23865 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23866
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868         dlls/mmdevldr.vxd/Makefile"
23869 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870         mmdevldr.vxd"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23874
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876         dlls/monodebg.vxd/Makefile"
23877 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878         monodebg.vxd"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23882
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884         dlls/mountmgr.sys/Makefile"
23885 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886         mountmgr.sys"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23890
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892         dlls/mpr/Makefile"
23893 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894         mpr"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23898
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900         dlls/mprapi/Makefile"
23901 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902         mprapi"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23906
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908         dlls/msacm32.drv/Makefile"
23909 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23910         msacm32.drv"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23913 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23914
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916         dlls/msacm32/Makefile"
23917 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918         msacm32"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23922
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924         dlls/msacm32/tests/Makefile"
23925 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23926         msacm32/tests"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23929 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23930
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932         dlls/msadp32.acm/Makefile"
23933 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934         msadp32.acm"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23938
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940         dlls/mscat32/Makefile"
23941 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942         mscat32"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23946
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948         dlls/mscms/Makefile"
23949 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950         mscms"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23954
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956         dlls/mscms/tests/Makefile"
23957 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23958         mscms/tests"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23961 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23962
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964         dlls/mscoree/Makefile"
23965 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966         mscoree"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23970
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972         dlls/msdmo/Makefile"
23973 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974         msdmo"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23978
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980         dlls/msftedit/Makefile"
23981 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982         msftedit"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23986
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988         dlls/msg711.acm/Makefile"
23989 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990         msg711.acm"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23994
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996         dlls/mshtml.tlb/Makefile"
23997 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998         mshtml.tlb"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24002
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004         dlls/mshtml/Makefile"
24005 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006         mshtml"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24010
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012         dlls/mshtml/tests/Makefile"
24013 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24014         mshtml/tests"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24018
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020         dlls/msi/Makefile"
24021 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022         msi"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/msi/Makefile"
24026
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028         dlls/msi/tests/Makefile"
24029 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24030         msi/tests"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24033 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24034
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036         dlls/msimg32/Makefile"
24037 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038         msimg32"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24042
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044         dlls/msimtf/Makefile"
24045 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046         msimtf"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24050
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052         dlls/msisip/Makefile"
24053 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054         msisip"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24058
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060         dlls/msisys.ocx/Makefile"
24061 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062         msisys.ocx"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24066
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068         dlls/msnet32/Makefile"
24069 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070         msnet32"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24074
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076         dlls/msrle32/Makefile"
24077 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078         msrle32"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24082
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084         dlls/mssip32/Makefile"
24085 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086         mssip32"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24090
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092         dlls/mstask/Makefile"
24093 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094         mstask"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24098
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100         dlls/mstask/tests/Makefile"
24101 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24102         mstask/tests"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24105 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24106
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108         dlls/msvcirt/Makefile"
24109 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110         msvcirt"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24114
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116         dlls/msvcr71/Makefile"
24117 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118         msvcr71"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24122
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124         dlls/msvcrt/Makefile"
24125 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126         msvcrt"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24130
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132         dlls/msvcrt/tests/Makefile"
24133 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24134         msvcrt/tests"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24137 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24138
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140         dlls/msvcrt20/Makefile"
24141 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142         msvcrt20"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24146
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148         dlls/msvcrt40/Makefile"
24149 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150         msvcrt40"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24154
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156         dlls/msvcrtd/Makefile"
24157 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158         msvcrtd"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24162
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164         dlls/msvcrtd/tests/Makefile"
24165 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24166         msvcrtd/tests"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24169 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24170
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172         dlls/msvfw32/Makefile"
24173 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174         msvfw32"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24178
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180         dlls/msvidc32/Makefile"
24181 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182         msvidc32"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24186
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188         dlls/mswsock/Makefile"
24189 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190         mswsock"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24194
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196         dlls/msxml3/Makefile"
24197 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198         msxml3"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24202
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204         dlls/msxml3/tests/Makefile"
24205 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24206         msxml3/tests"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24210
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212         dlls/nddeapi/Makefile"
24213 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214         nddeapi"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24218
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220         dlls/netapi32/Makefile"
24221 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222         netapi32"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24226
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228         dlls/netapi32/tests/Makefile"
24229 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24230         netapi32/tests"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24233 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24234
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236         dlls/newdev/Makefile"
24237 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238         newdev"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24242
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244         dlls/ntdll/Makefile"
24245 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246         ntdll"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24250
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252         dlls/ntdll/tests/Makefile"
24253 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24254         ntdll/tests"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24258
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260         dlls/ntdsapi/Makefile"
24261 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262         ntdsapi"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24266
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268         dlls/ntdsapi/tests/Makefile"
24269 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24270         ntdsapi/tests"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24274
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276         dlls/ntoskrnl.exe/Makefile"
24277 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278         ntoskrnl.exe"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24282
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284         dlls/ntprint/Makefile"
24285 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286         ntprint"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24290
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292         dlls/ntprint/tests/Makefile"
24293 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24294         ntprint/tests"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24298
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300         dlls/objsel/Makefile"
24301 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302         objsel"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24306
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308         dlls/odbc32/Makefile"
24309 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310         odbc32"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24314
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316         dlls/odbccp32/Makefile"
24317 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318         odbccp32"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24322
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324         dlls/odbccp32/tests/Makefile"
24325 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24326         odbccp32/tests"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24330
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332         dlls/ole32/Makefile"
24333 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334         ole32"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24338
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340         dlls/ole32/tests/Makefile"
24341 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24342         ole32/tests"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24345 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24346
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348         dlls/oleacc/Makefile"
24349 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350         oleacc"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24354
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356         dlls/oleacc/tests/Makefile"
24357 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24358         oleacc/tests"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24361 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24362
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364         dlls/oleaut32/Makefile"
24365 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366         oleaut32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24370
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372         dlls/oleaut32/tests/Makefile"
24373 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374         oleaut32/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24378
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380         dlls/olecli32/Makefile"
24381 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382         olecli32"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24386
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388         dlls/oledlg/Makefile"
24389 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390         oledlg"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24394
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396         dlls/olepro32/Makefile"
24397 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398         olepro32"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24402
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404         dlls/olesvr32/Makefile"
24405 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406         olesvr32"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24410
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412         dlls/olethk32/Makefile"
24413 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414         olethk32"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24418
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420         dlls/opengl32/Makefile"
24421 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422         opengl32"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24426
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428         dlls/opengl32/tests/Makefile"
24429 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430         opengl32/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24434
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436         dlls/pdh/Makefile"
24437 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438         pdh"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24442
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444         dlls/pdh/tests/Makefile"
24445 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24446         pdh/tests"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24450
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452         dlls/powrprof/Makefile"
24453 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454         powrprof"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24458
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460         dlls/printui/Makefile"
24461 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462         printui"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/printui/Makefile"
24466
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468         dlls/propsys/Makefile"
24469 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470         propsys"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24474
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476         dlls/psapi/Makefile"
24477 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478         psapi"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24482
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484         dlls/psapi/tests/Makefile"
24485 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24486         psapi/tests"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24490
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492         dlls/pstorec/Makefile"
24493 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494         pstorec"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24498
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500         dlls/qcap/Makefile"
24501 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502         qcap"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24506
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508         dlls/qedit/Makefile"
24509 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510         qedit"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24514
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516         dlls/qedit/tests/Makefile"
24517 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24518         qedit/tests"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24521 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24522
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524         dlls/qmgr/Makefile"
24525 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526         qmgr"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24530
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532         dlls/qmgr/tests/Makefile"
24533 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534         qmgr/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24538
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540         dlls/qmgrprxy/Makefile"
24541 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542         qmgrprxy"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24546
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548         dlls/quartz/Makefile"
24549 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550         quartz"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24554
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556         dlls/quartz/tests/Makefile"
24557 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558         quartz/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24562
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564         dlls/query/Makefile"
24565 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566         query"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/query/Makefile"
24570
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572         dlls/rasapi32/Makefile"
24573 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574         rasapi32"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24578
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580         dlls/rasapi32/tests/Makefile"
24581 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24582         rasapi32/tests"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24586
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588         dlls/resutils/Makefile"
24589 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590         resutils"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24594
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596         dlls/riched20/Makefile"
24597 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598         riched20"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24602
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604         dlls/riched20/tests/Makefile"
24605 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24606         riched20/tests"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24609 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24610
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612         dlls/riched32/Makefile"
24613 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614         riched32"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24618
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620         dlls/riched32/tests/Makefile"
24621 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24622         riched32/tests"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24625 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24626
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628         dlls/rpcrt4/Makefile"
24629 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630         rpcrt4"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24634
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636         dlls/rpcrt4/tests/Makefile"
24637 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24638         rpcrt4/tests"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24641 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24642
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644         dlls/rsabase/Makefile"
24645 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646         rsabase"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24650
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652         dlls/rsaenh/Makefile"
24653 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654         rsaenh"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24658
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660         dlls/rsaenh/tests/Makefile"
24661 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24662         rsaenh/tests"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24666
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668         dlls/sane.ds/Makefile"
24669 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670         sane.ds"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24674
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676         dlls/sccbase/Makefile"
24677 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678         sccbase"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24682
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684         dlls/schannel/Makefile"
24685 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686         schannel"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24690
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692         dlls/schannel/tests/Makefile"
24693 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694         schannel/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24698
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700         dlls/secur32/Makefile"
24701 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702         secur32"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24706
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708         dlls/secur32/tests/Makefile"
24709 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710         secur32/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24714
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716         dlls/security/Makefile"
24717 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718         security"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/security/Makefile"
24722
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724         dlls/sensapi/Makefile"
24725 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726         sensapi"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24730
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732         dlls/serialui/Makefile"
24733 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734         serialui"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24738
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740         dlls/serialui/tests/Makefile"
24741 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742         serialui/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24746
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748         dlls/setupapi/Makefile"
24749 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750         setupapi"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24754
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756         dlls/setupapi/tests/Makefile"
24757 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24758         setupapi/tests"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24762
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764         dlls/sfc/Makefile"
24765 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766         sfc"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24770
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772         dlls/sfc_os/Makefile"
24773 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774         sfc_os"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24778
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780         dlls/shdoclc/Makefile"
24781 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782         shdoclc"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24786
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788         dlls/shdocvw/Makefile"
24789 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790         shdocvw"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24794
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796         dlls/shdocvw/tests/Makefile"
24797 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24798         shdocvw/tests"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24801 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24802
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804         dlls/shell32/Makefile"
24805 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806         shell32"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24810
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812         dlls/shell32/tests/Makefile"
24813 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24814         shell32/tests"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24818
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820         dlls/shfolder/Makefile"
24821 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822         shfolder"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24826
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828         dlls/shlwapi/Makefile"
24829 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830         shlwapi"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24834
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836         dlls/shlwapi/tests/Makefile"
24837 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24838         shlwapi/tests"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24841 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24842
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844         dlls/slbcsp/Makefile"
24845 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846         slbcsp"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24850
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852         dlls/slc/Makefile"
24853 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854         slc"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/slc/Makefile"
24858
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860         dlls/snmpapi/Makefile"
24861 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862         snmpapi"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24866
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868         dlls/snmpapi/tests/Makefile"
24869 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24870         snmpapi/tests"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24873 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24874
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876         dlls/softpub/Makefile"
24877 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878         softpub"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24882
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884         dlls/spoolss/Makefile"
24885 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886         spoolss"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24890
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892         dlls/spoolss/tests/Makefile"
24893 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24894         spoolss/tests"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24898
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900         dlls/stdole2.tlb/Makefile"
24901 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902         stdole2.tlb"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24906
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908         dlls/stdole32.tlb/Makefile"
24909 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910         stdole32.tlb"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24914
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916         dlls/sti/Makefile"
24917 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918         sti"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/sti/Makefile"
24922
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924         dlls/strmiids/Makefile"
24925 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24926         strmiids"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24929 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24930
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932         dlls/svrapi/Makefile"
24933 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934         svrapi"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24938
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940         dlls/sxs/Makefile"
24941 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942         sxs"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24946
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948         dlls/tapi32/Makefile"
24949 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950         tapi32"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24954
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956         dlls/twain_32/Makefile"
24957 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958         twain_32"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24962
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964         dlls/unicows/Makefile"
24965 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966         unicows"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24970
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972         dlls/url/Makefile"
24973 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974         url"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/url/Makefile"
24978
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980         dlls/urlmon/Makefile"
24981 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982         urlmon"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24986
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988         dlls/urlmon/tests/Makefile"
24989 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24990         urlmon/tests"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24994
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996         dlls/user32/Makefile"
24997 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998         user32"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/user32/Makefile"
25002
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004         dlls/user32/tests/Makefile"
25005 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25006         user32/tests"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25009 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25010
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012         dlls/userenv/Makefile"
25013 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014         userenv"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25018
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020         dlls/userenv/tests/Makefile"
25021 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25022         userenv/tests"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25026
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028         dlls/usp10/Makefile"
25029 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030         usp10"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25034
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036         dlls/usp10/tests/Makefile"
25037 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038         usp10/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25042
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044         dlls/uuid/Makefile"
25045 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25046         uuid"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25049 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25050
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052         dlls/uxtheme/Makefile"
25053 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054         uxtheme"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25058
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060         dlls/uxtheme/tests/Makefile"
25061 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25062         uxtheme/tests"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25065 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25066
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068         dlls/vdhcp.vxd/Makefile"
25069 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070         vdhcp.vxd"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25074
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076         dlls/vdmdbg/Makefile"
25077 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078         vdmdbg"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25082
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084         dlls/version/Makefile"
25085 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086         version"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/version/Makefile"
25090
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092         dlls/version/tests/Makefile"
25093 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094         version/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25098
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100         dlls/vmm.vxd/Makefile"
25101 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102         vmm.vxd"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25106
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108         dlls/vnbt.vxd/Makefile"
25109 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110         vnbt.vxd"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25114
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116         dlls/vnetbios.vxd/Makefile"
25117 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118         vnetbios.vxd"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25122
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124         dlls/vtdapi.vxd/Makefile"
25125 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126         vtdapi.vxd"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25130
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132         dlls/vwin32.vxd/Makefile"
25133 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134         vwin32.vxd"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25138
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140         dlls/w32skrnl/Makefile"
25141 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142         w32skrnl"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25146
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148         dlls/winealsa.drv/Makefile"
25149 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150         winealsa.drv"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25154
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156         dlls/wineaudioio.drv/Makefile"
25157 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158         wineaudioio.drv"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25162
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164         dlls/winecoreaudio.drv/Makefile"
25165 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166         winecoreaudio.drv"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25170
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172         dlls/winecrt0/Makefile"
25173 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25174         winecrt0"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25177 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25178
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180         dlls/wined3d/Makefile"
25181 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182         wined3d"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25186
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188         dlls/winedos/Makefile"
25189 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190         winedos"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25194
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196         dlls/wineesd.drv/Makefile"
25197 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198         wineesd.drv"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25202
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204         dlls/winejack.drv/Makefile"
25205 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206         winejack.drv"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25210
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212         dlls/winejoystick.drv/Makefile"
25213 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214         winejoystick.drv"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25218
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220         dlls/winemp3.acm/Makefile"
25221 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222         winemp3.acm"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25226
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228         dlls/winenas.drv/Makefile"
25229 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230         winenas.drv"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25234
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236         dlls/wineoss.drv/Makefile"
25237 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238         wineoss.drv"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25242
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244         dlls/wineps.drv/Makefile"
25245 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246         wineps.drv"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25250
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252         dlls/winequartz.drv/Makefile"
25253 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254         winequartz.drv"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25258
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260         dlls/winex11.drv/Makefile"
25261 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262         winex11.drv"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25266
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268         dlls/wing32/Makefile"
25269 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270         wing32"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25274
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276         dlls/winhttp/Makefile"
25277 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278         winhttp"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25282
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284         dlls/winhttp/tests/Makefile"
25285 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286         winhttp/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25290
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292         dlls/wininet/Makefile"
25293 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294         wininet"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25298
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300         dlls/wininet/tests/Makefile"
25301 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25302         wininet/tests"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25306
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308         dlls/winmm/Makefile"
25309 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310         winmm"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25314
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316         dlls/winmm/tests/Makefile"
25317 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25318         winmm/tests"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25321 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25322
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324         dlls/winnls32/Makefile"
25325 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326         winnls32"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25330
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332         dlls/winscard/Makefile"
25333 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334         winscard"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25338
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340         dlls/winspool.drv/Makefile"
25341 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342         winspool.drv"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25346
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348         dlls/winspool.drv/tests/Makefile"
25349 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25350         winspool.drv/tests"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25353 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25354
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356         dlls/wintab32/Makefile"
25357 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358         wintab32"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25362
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364         dlls/wintrust/Makefile"
25365 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366         wintrust"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25370
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372         dlls/wintrust/tests/Makefile"
25373 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25374         wintrust/tests"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25377 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25378
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380         dlls/wldap32/Makefile"
25381 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382         wldap32"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25386
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388         dlls/wldap32/tests/Makefile"
25389 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25390         wldap32/tests"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25393 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25394
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396         dlls/wmi/Makefile"
25397 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398         wmi"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25402
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404         dlls/wnaspi32/Makefile"
25405 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406         wnaspi32"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25410
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412         dlls/wow32/Makefile"
25413 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414         wow32"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25418
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420         dlls/ws2_32/Makefile"
25421 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422         ws2_32"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25426
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428         dlls/ws2_32/tests/Makefile"
25429 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25430         ws2_32/tests"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25433 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25434
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436         dlls/wsock32/Makefile"
25437 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438         wsock32"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25442
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444         dlls/wtsapi32/Makefile"
25445 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446         wtsapi32"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25450
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452         documentation/Makefile"
25453 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25454         documentation"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 documentation/Makefile: documentation/Makefile.in Make.rules"
25457 ac_config_files="$ac_config_files documentation/Makefile"
25458
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460         fonts/Makefile"
25461 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25462         fonts"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 fonts/Makefile: fonts/Makefile.in Make.rules"
25465 ac_config_files="$ac_config_files fonts/Makefile"
25466
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468         include/Makefile"
25469 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25470         include"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 include/Makefile: include/Makefile.in Make.rules"
25473 ac_config_files="$ac_config_files include/Makefile"
25474
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476         libs/Makefile"
25477 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25478         libs"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 libs/Makefile: libs/Makefile.in Make.rules"
25481 ac_config_files="$ac_config_files libs/Makefile"
25482
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484         libs/port/Makefile"
25485
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25488 ac_config_files="$ac_config_files libs/port/Makefile"
25489
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491         libs/wine/Makefile"
25492
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25495 ac_config_files="$ac_config_files libs/wine/Makefile"
25496
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498         libs/wpp/Makefile"
25499
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25502 ac_config_files="$ac_config_files libs/wpp/Makefile"
25503
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505         loader/Makefile"
25506 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25507         loader"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 loader/Makefile: loader/Makefile.in Make.rules"
25510 ac_config_files="$ac_config_files loader/Makefile"
25511
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513         programs/Makefile"
25514 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25515         programs"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 programs/Makefile: programs/Makefile.in Make.rules"
25518 ac_config_files="$ac_config_files programs/Makefile"
25519
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521         programs/clock/Makefile"
25522 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25523         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25524         clock"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25527 ac_config_files="$ac_config_files programs/clock/Makefile"
25528
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530         programs/cmd/Makefile"
25531 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25532         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25533         cmd"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25536 ac_config_files="$ac_config_files programs/cmd/Makefile"
25537
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539         programs/cmdlgtst/Makefile"
25540 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25541         cmdlgtst"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25544 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25545
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547         programs/control/Makefile"
25548 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25549         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25550         control"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25553 ac_config_files="$ac_config_files programs/control/Makefile"
25554
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556         programs/eject/Makefile"
25557 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25558         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25559         eject"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25562 ac_config_files="$ac_config_files programs/eject/Makefile"
25563
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565         programs/expand/Makefile"
25566 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25567         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25568         expand"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25571 ac_config_files="$ac_config_files programs/expand/Makefile"
25572
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574         programs/explorer/Makefile"
25575 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25576         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25577         explorer"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25580 ac_config_files="$ac_config_files programs/explorer/Makefile"
25581
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583         programs/hh/Makefile"
25584 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25585         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25586         hh"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25589 ac_config_files="$ac_config_files programs/hh/Makefile"
25590
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592         programs/icinfo/Makefile"
25593 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25594         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25595         icinfo"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25598 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25599
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601         programs/iexplore/Makefile"
25602 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25603         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25604         iexplore"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25607 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25608
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610         programs/msiexec/Makefile"
25611 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25612         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25613         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25614         msiexec"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25617 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25618
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620         programs/net/Makefile"
25621 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25622         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25623         net"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25626 ac_config_files="$ac_config_files programs/net/Makefile"
25627
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629         programs/notepad/Makefile"
25630 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25631         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25632         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25633         notepad"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25636 ac_config_files="$ac_config_files programs/notepad/Makefile"
25637
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639         programs/oleview/Makefile"
25640 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25641         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25642         oleview"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25645 ac_config_files="$ac_config_files programs/oleview/Makefile"
25646
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648         programs/progman/Makefile"
25649 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25650         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25651         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25652         progman"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25655 ac_config_files="$ac_config_files programs/progman/Makefile"
25656
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658         programs/reg/Makefile"
25659 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25660         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25661         reg"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25664 ac_config_files="$ac_config_files programs/reg/Makefile"
25665
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667         programs/regedit/Makefile"
25668 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25669         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25670         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25671         regedit"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25674 ac_config_files="$ac_config_files programs/regedit/Makefile"
25675
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677         programs/regsvr32/Makefile"
25678 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25679         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25680         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25681         regsvr32"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25684 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25685
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687         programs/rpcss/Makefile"
25688 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25689         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25690         rpcss"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25693 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25694
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696         programs/rundll32/Makefile"
25697 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25698         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25699         rundll32"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25702 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25703
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705         programs/secedit/Makefile"
25706 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25707         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25708         secedit"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25711 ac_config_files="$ac_config_files programs/secedit/Makefile"
25712
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714         programs/services/Makefile"
25715 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25716         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25717         services"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25720 ac_config_files="$ac_config_files programs/services/Makefile"
25721
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723         programs/spoolsv/Makefile"
25724 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25725         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25726         spoolsv"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25729 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25730
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732         programs/start/Makefile"
25733 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25734         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25735         start"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25738 ac_config_files="$ac_config_files programs/start/Makefile"
25739
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741         programs/svchost/Makefile"
25742 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25743         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25744         svchost"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25747 ac_config_files="$ac_config_files programs/svchost/Makefile"
25748
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750         programs/taskmgr/Makefile"
25751 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25752         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25753         taskmgr"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25756 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25757
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759         programs/uninstaller/Makefile"
25760 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25761         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25762         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25763         uninstaller"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25766 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25767
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769         programs/view/Makefile"
25770 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25771         view"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25774 ac_config_files="$ac_config_files programs/view/Makefile"
25775
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777         programs/wineboot/Makefile"
25778 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25779         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25780         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25781         wineboot"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25784 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25785
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787         programs/winebrowser/Makefile"
25788 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25789         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25790         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25791         winebrowser"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25794 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25795
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797         programs/winecfg/Makefile"
25798 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25799         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25800         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25801         winecfg"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25804 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25805
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807         programs/wineconsole/Makefile"
25808 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25809         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25810         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25811         wineconsole"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25814 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25815
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817         programs/winedbg/Makefile"
25818 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25819         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25820         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25821         winedbg"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25824 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25825
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827         programs/winedevice/Makefile"
25828 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25829         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25830         winedevice"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25833 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25834
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836         programs/winefile/Makefile"
25837 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25838         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25839         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25840         winefile"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25843 ac_config_files="$ac_config_files programs/winefile/Makefile"
25844
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846         programs/winemenubuilder/Makefile"
25847 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25848         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25849         winemenubuilder"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25852 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25853
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855         programs/winemine/Makefile"
25856 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25857         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25858         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25859         winemine"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25862 ac_config_files="$ac_config_files programs/winemine/Makefile"
25863
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865         programs/winepath/Makefile"
25866 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25867         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25868         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25869         winepath"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25872 ac_config_files="$ac_config_files programs/winepath/Makefile"
25873
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875         programs/winetest/Makefile"
25876 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25877         winetest"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25880 ac_config_files="$ac_config_files programs/winetest/Makefile"
25881
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883         programs/winevdm/Makefile"
25884 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25885         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25886         winevdm"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25889 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25890
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892         programs/winhlp32/Makefile"
25893 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25894         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25895         winhlp32"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25898 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25899
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901         programs/winver/Makefile"
25902 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25903         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25904         winver"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25907 ac_config_files="$ac_config_files programs/winver/Makefile"
25908
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910         programs/wordpad/Makefile"
25911 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25912         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25913         wordpad"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25916 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25917
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919         programs/write/Makefile"
25920 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25921         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25922         write"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25925 ac_config_files="$ac_config_files programs/write/Makefile"
25926
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928         programs/xcopy/Makefile"
25929 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25930         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25931         xcopy"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25934 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25935
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937         server/Makefile"
25938 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25939         server"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 server/Makefile: server/Makefile.in Make.rules"
25942 ac_config_files="$ac_config_files server/Makefile"
25943
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945         tools/Makefile"
25946 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25947         tools"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 tools/Makefile: tools/Makefile.in Make.rules"
25950 ac_config_files="$ac_config_files tools/Makefile"
25951
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953         tools/widl/Makefile"
25954
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25957 ac_config_files="$ac_config_files tools/widl/Makefile"
25958
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960         tools/winebuild/Makefile"
25961
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25964 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25965
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967         tools/winedump/Makefile"
25968
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25971 ac_config_files="$ac_config_files tools/winedump/Makefile"
25972
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974         tools/winegcc/Makefile"
25975
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25978 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25979
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981         tools/wmc/Makefile"
25982
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25985 ac_config_files="$ac_config_files tools/wmc/Makefile"
25986
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988         tools/wrc/Makefile"
25989
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25992 ac_config_files="$ac_config_files tools/wrc/Makefile"
25993
25994
25995
25996 ALL_WINETEST_DEPENDS="# Test binaries"
25997
25998 for dir in $ALL_TEST_DIRS
25999 do
26000     if test "$dir" != "\\"
26001     then
26002         testname=`expr $dir : '\(.*\)/tests'`_test.exe
26003         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26004 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26005         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26006     fi
26007 done
26008
26009 cat >confcache <<\_ACEOF
26010 # This file is a shell script that caches the results of configure
26011 # tests run on this system so they can be shared between configure
26012 # scripts and configure runs, see configure's option --config-cache.
26013 # It is not useful on other systems.  If it contains results you don't
26014 # want to keep, you may remove or edit it.
26015 #
26016 # config.status only pays attention to the cache file if you give it
26017 # the --recheck option to rerun configure.
26018 #
26019 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26020 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26021 # following values.
26022
26023 _ACEOF
26024
26025 # The following way of writing the cache mishandles newlines in values,
26026 # but we know of no workaround that is simple, portable, and efficient.
26027 # So, we kill variables containing newlines.
26028 # Ultrix sh set writes to stderr and can't be redirected directly,
26029 # and sets the high bit in the cache file unless we assign to the vars.
26030 (
26031   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26032     eval ac_val=\$$ac_var
26033     case $ac_val in #(
26034     *${as_nl}*)
26035       case $ac_var in #(
26036       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26037 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26038       esac
26039       case $ac_var in #(
26040       _ | IFS | as_nl) ;; #(
26041       *) $as_unset $ac_var ;;
26042       esac ;;
26043     esac
26044   done
26045
26046   (set) 2>&1 |
26047     case $as_nl`(ac_space=' '; set) 2>&1` in #(
26048     *${as_nl}ac_space=\ *)
26049       # `set' does not quote correctly, so add quotes (double-quote
26050       # substitution turns \\\\ into \\, and sed turns \\ into \).
26051       sed -n \
26052         "s/'/'\\\\''/g;
26053           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26054       ;; #(
26055     *)
26056       # `set' quotes correctly as required by POSIX, so do not add quotes.
26057       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26058       ;;
26059     esac |
26060     sort
26061 ) |
26062   sed '
26063      /^ac_cv_env_/b end
26064      t clear
26065      :clear
26066      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26067      t end
26068      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26069      :end' >>confcache
26070 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26071   if test -w "$cache_file"; then
26072     test "x$cache_file" != "x/dev/null" &&
26073       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26074 echo "$as_me: updating cache $cache_file" >&6;}
26075     cat confcache >$cache_file
26076   else
26077     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26078 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26079   fi
26080 fi
26081 rm -f confcache
26082
26083 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26084 # Let make expand exec_prefix.
26085 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26086
26087 DEFS=-DHAVE_CONFIG_H
26088
26089 ac_libobjs=
26090 ac_ltlibobjs=
26091 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26092   # 1. Remove the extension, and $U if already installed.
26093   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26094   ac_i=`echo "$ac_i" | sed "$ac_script"`
26095   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
26096   #    will be set to the directory where LIBOBJS objects are built.
26097   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26098   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26099 done
26100 LIBOBJS=$ac_libobjs
26101
26102 LTLIBOBJS=$ac_ltlibobjs
26103
26104
26105
26106 : ${CONFIG_STATUS=./config.status}
26107 ac_clean_files_save=$ac_clean_files
26108 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26109 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26110 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26111 cat >$CONFIG_STATUS <<_ACEOF
26112 #! $SHELL
26113 # Generated by $as_me.
26114 # Run this file to recreate the current configuration.
26115 # Compiler output produced by configure, useful for debugging
26116 # configure, is in config.log if it exists.
26117
26118 debug=false
26119 ac_cs_recheck=false
26120 ac_cs_silent=false
26121 SHELL=\${CONFIG_SHELL-$SHELL}
26122 _ACEOF
26123
26124 cat >>$CONFIG_STATUS <<\_ACEOF
26125 ## --------------------- ##
26126 ## M4sh Initialization.  ##
26127 ## --------------------- ##
26128
26129 # Be more Bourne compatible
26130 DUALCASE=1; export DUALCASE # for MKS sh
26131 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26132   emulate sh
26133   NULLCMD=:
26134   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26135   # is contrary to our usage.  Disable this feature.
26136   alias -g '${1+"$@"}'='"$@"'
26137   setopt NO_GLOB_SUBST
26138 else
26139   case `(set -o) 2>/dev/null` in
26140   *posix*) set -o posix ;;
26141 esac
26142
26143 fi
26144
26145
26146
26147
26148 # PATH needs CR
26149 # Avoid depending upon Character Ranges.
26150 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26151 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26152 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26153 as_cr_digits='0123456789'
26154 as_cr_alnum=$as_cr_Letters$as_cr_digits
26155
26156 # The user is always right.
26157 if test "${PATH_SEPARATOR+set}" != set; then
26158   echo "#! /bin/sh" >conf$$.sh
26159   echo  "exit 0"   >>conf$$.sh
26160   chmod +x conf$$.sh
26161   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26162     PATH_SEPARATOR=';'
26163   else
26164     PATH_SEPARATOR=:
26165   fi
26166   rm -f conf$$.sh
26167 fi
26168
26169 # Support unset when possible.
26170 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26171   as_unset=unset
26172 else
26173   as_unset=false
26174 fi
26175
26176
26177 # IFS
26178 # We need space, tab and new line, in precisely that order.  Quoting is
26179 # there to prevent editors from complaining about space-tab.
26180 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26181 # splitting by setting IFS to empty value.)
26182 as_nl='
26183 '
26184 IFS=" ""        $as_nl"
26185
26186 # Find who we are.  Look in the path if we contain no directory separator.
26187 case $0 in
26188   *[\\/]* ) as_myself=$0 ;;
26189   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26190 for as_dir in $PATH
26191 do
26192   IFS=$as_save_IFS
26193   test -z "$as_dir" && as_dir=.
26194   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26195 done
26196 IFS=$as_save_IFS
26197
26198      ;;
26199 esac
26200 # We did not find ourselves, most probably we were run as `sh COMMAND'
26201 # in which case we are not to be found in the path.
26202 if test "x$as_myself" = x; then
26203   as_myself=$0
26204 fi
26205 if test ! -f "$as_myself"; then
26206   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26207   { (exit 1); exit 1; }
26208 fi
26209
26210 # Work around bugs in pre-3.0 UWIN ksh.
26211 for as_var in ENV MAIL MAILPATH
26212 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26213 done
26214 PS1='$ '
26215 PS2='> '
26216 PS4='+ '
26217
26218 # NLS nuisances.
26219 for as_var in \
26220   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26221   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26222   LC_TELEPHONE LC_TIME
26223 do
26224   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26225     eval $as_var=C; export $as_var
26226   else
26227     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26228   fi
26229 done
26230
26231 # Required to use basename.
26232 if expr a : '\(a\)' >/dev/null 2>&1 &&
26233    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26234   as_expr=expr
26235 else
26236   as_expr=false
26237 fi
26238
26239 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26240   as_basename=basename
26241 else
26242   as_basename=false
26243 fi
26244
26245
26246 # Name of the executable.
26247 as_me=`$as_basename -- "$0" ||
26248 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26249          X"$0" : 'X\(//\)$' \| \
26250          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26251 echo X/"$0" |
26252     sed '/^.*\/\([^/][^/]*\)\/*$/{
26253             s//\1/
26254             q
26255           }
26256           /^X\/\(\/\/\)$/{
26257             s//\1/
26258             q
26259           }
26260           /^X\/\(\/\).*/{
26261             s//\1/
26262             q
26263           }
26264           s/.*/./; q'`
26265
26266 # CDPATH.
26267 $as_unset CDPATH
26268
26269
26270
26271   as_lineno_1=$LINENO
26272   as_lineno_2=$LINENO
26273   test "x$as_lineno_1" != "x$as_lineno_2" &&
26274   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26275
26276   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26277   # uniformly replaced by the line number.  The first 'sed' inserts a
26278   # line-number line after each line using $LINENO; the second 'sed'
26279   # does the real work.  The second script uses 'N' to pair each
26280   # line-number line with the line containing $LINENO, and appends
26281   # trailing '-' during substitution so that $LINENO is not a special
26282   # case at line end.
26283   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26284   # scripts with optimization help from Paolo Bonzini.  Blame Lee
26285   # E. McMahon (1931-1989) for sed's syntax.  :-)
26286   sed -n '
26287     p
26288     /[$]LINENO/=
26289   ' <$as_myself |
26290     sed '
26291       s/[$]LINENO.*/&-/
26292       t lineno
26293       b
26294       :lineno
26295       N
26296       :loop
26297       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26298       t loop
26299       s/-\n.*//
26300     ' >$as_me.lineno &&
26301   chmod +x "$as_me.lineno" ||
26302     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26303    { (exit 1); exit 1; }; }
26304
26305   # Don't try to exec as it changes $[0], causing all sort of problems
26306   # (the dirname of $[0] is not the place where we might find the
26307   # original and so on.  Autoconf is especially sensitive to this).
26308   . "./$as_me.lineno"
26309   # Exit status is that of the last command.
26310   exit
26311 }
26312
26313
26314 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26315   as_dirname=dirname
26316 else
26317   as_dirname=false
26318 fi
26319
26320 ECHO_C= ECHO_N= ECHO_T=
26321 case `echo -n x` in
26322 -n*)
26323   case `echo 'x\c'` in
26324   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
26325   *)   ECHO_C='\c';;
26326   esac;;
26327 *)
26328   ECHO_N='-n';;
26329 esac
26330
26331 if expr a : '\(a\)' >/dev/null 2>&1 &&
26332    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26333   as_expr=expr
26334 else
26335   as_expr=false
26336 fi
26337
26338 rm -f conf$$ conf$$.exe conf$$.file
26339 if test -d conf$$.dir; then
26340   rm -f conf$$.dir/conf$$.file
26341 else
26342   rm -f conf$$.dir
26343   mkdir conf$$.dir
26344 fi
26345 echo >conf$$.file
26346 if ln -s conf$$.file conf$$ 2>/dev/null; then
26347   as_ln_s='ln -s'
26348   # ... but there are two gotchas:
26349   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26350   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26351   # In both cases, we have to default to `cp -p'.
26352   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26353     as_ln_s='cp -p'
26354 elif ln conf$$.file conf$$ 2>/dev/null; then
26355   as_ln_s=ln
26356 else
26357   as_ln_s='cp -p'
26358 fi
26359 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26360 rmdir conf$$.dir 2>/dev/null
26361
26362 if mkdir -p . 2>/dev/null; then
26363   as_mkdir_p=:
26364 else
26365   test -d ./-p && rmdir ./-p
26366   as_mkdir_p=false
26367 fi
26368
26369 if test -x / >/dev/null 2>&1; then
26370   as_test_x='test -x'
26371 else
26372   if ls -dL / >/dev/null 2>&1; then
26373     as_ls_L_option=L
26374   else
26375     as_ls_L_option=
26376   fi
26377   as_test_x='
26378     eval sh -c '\''
26379       if test -d "$1"; then
26380         test -d "$1/.";
26381       else
26382         case $1 in
26383         -*)set "./$1";;
26384         esac;
26385         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26386         ???[sx]*):;;*)false;;esac;fi
26387     '\'' sh
26388   '
26389 fi
26390 as_executable_p=$as_test_x
26391
26392 # Sed expression to map a string onto a valid CPP name.
26393 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26394
26395 # Sed expression to map a string onto a valid variable name.
26396 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26397
26398
26399 exec 6>&1
26400
26401 # Save the log message, to keep $[0] and so on meaningful, and to
26402 # report actual input values of CONFIG_FILES etc. instead of their
26403 # values after options handling.
26404 ac_log="
26405 This file was extended by Wine $as_me 1.1.6, which was
26406 generated by GNU Autoconf 2.61.  Invocation command line was
26407
26408   CONFIG_FILES    = $CONFIG_FILES
26409   CONFIG_HEADERS  = $CONFIG_HEADERS
26410   CONFIG_LINKS    = $CONFIG_LINKS
26411   CONFIG_COMMANDS = $CONFIG_COMMANDS
26412   $ $0 $@
26413
26414 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26415 "
26416
26417 _ACEOF
26418
26419 cat >>$CONFIG_STATUS <<_ACEOF
26420 # Files that config.status was made for.
26421 config_files="$ac_config_files"
26422 config_headers="$ac_config_headers"
26423 config_commands="$ac_config_commands"
26424
26425 _ACEOF
26426
26427 cat >>$CONFIG_STATUS <<\_ACEOF
26428 ac_cs_usage="\
26429 \`$as_me' instantiates files from templates according to the
26430 current configuration.
26431
26432 Usage: $0 [OPTIONS] [FILE]...
26433
26434   -h, --help       print this help, then exit
26435   -V, --version    print version number and configuration settings, then exit
26436   -q, --quiet      do not print progress messages
26437   -d, --debug      don't remove temporary files
26438       --recheck    update $as_me by reconfiguring in the same conditions
26439   --file=FILE[:TEMPLATE]
26440                    instantiate the configuration file FILE
26441   --header=FILE[:TEMPLATE]
26442                    instantiate the configuration header FILE
26443
26444 Configuration files:
26445 $config_files
26446
26447 Configuration headers:
26448 $config_headers
26449
26450 Configuration commands:
26451 $config_commands
26452
26453 Report bugs to <bug-autoconf@gnu.org>."
26454
26455 _ACEOF
26456 cat >>$CONFIG_STATUS <<_ACEOF
26457 ac_cs_version="\\
26458 Wine config.status 1.1.6
26459 configured by $0, generated by GNU Autoconf 2.61,
26460   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26461
26462 Copyright (C) 2006 Free Software Foundation, Inc.
26463 This config.status script is free software; the Free Software Foundation
26464 gives unlimited permission to copy, distribute and modify it."
26465
26466 ac_pwd='$ac_pwd'
26467 srcdir='$srcdir'
26468 INSTALL='$INSTALL'
26469 _ACEOF
26470
26471 cat >>$CONFIG_STATUS <<\_ACEOF
26472 # If no file are specified by the user, then we need to provide default
26473 # value.  By we need to know if files were specified by the user.
26474 ac_need_defaults=:
26475 while test $# != 0
26476 do
26477   case $1 in
26478   --*=*)
26479     ac_option=`expr "X$1" : 'X\([^=]*\)='`
26480     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26481     ac_shift=:
26482     ;;
26483   *)
26484     ac_option=$1
26485     ac_optarg=$2
26486     ac_shift=shift
26487     ;;
26488   esac
26489
26490   case $ac_option in
26491   # Handling of the options.
26492   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26493     ac_cs_recheck=: ;;
26494   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26495     echo "$ac_cs_version"; exit ;;
26496   --debug | --debu | --deb | --de | --d | -d )
26497     debug=: ;;
26498   --file | --fil | --fi | --f )
26499     $ac_shift
26500     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26501     ac_need_defaults=false;;
26502   --header | --heade | --head | --hea )
26503     $ac_shift
26504     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26505     ac_need_defaults=false;;
26506   --he | --h)
26507     # Conflict between --help and --header
26508     { echo "$as_me: error: ambiguous option: $1
26509 Try \`$0 --help' for more information." >&2
26510    { (exit 1); exit 1; }; };;
26511   --help | --hel | -h )
26512     echo "$ac_cs_usage"; exit ;;
26513   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26514   | -silent | --silent | --silen | --sile | --sil | --si | --s)
26515     ac_cs_silent=: ;;
26516
26517   # This is an error.
26518   -*) { echo "$as_me: error: unrecognized option: $1
26519 Try \`$0 --help' for more information." >&2
26520    { (exit 1); exit 1; }; } ;;
26521
26522   *) ac_config_targets="$ac_config_targets $1"
26523      ac_need_defaults=false ;;
26524
26525   esac
26526   shift
26527 done
26528
26529 ac_configure_extra_args=
26530
26531 if $ac_cs_silent; then
26532   exec 6>/dev/null
26533   ac_configure_extra_args="$ac_configure_extra_args --silent"
26534 fi
26535
26536 _ACEOF
26537 cat >>$CONFIG_STATUS <<_ACEOF
26538 if \$ac_cs_recheck; then
26539   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26540   CONFIG_SHELL=$SHELL
26541   export CONFIG_SHELL
26542   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26543 fi
26544
26545 _ACEOF
26546 cat >>$CONFIG_STATUS <<\_ACEOF
26547 exec 5>>config.log
26548 {
26549   echo
26550   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26551 ## Running $as_me. ##
26552 _ASBOX
26553   echo "$ac_log"
26554 } >&5
26555
26556 _ACEOF
26557 cat >>$CONFIG_STATUS <<_ACEOF
26558 _ACEOF
26559
26560 cat >>$CONFIG_STATUS <<\_ACEOF
26561
26562 # Handling of arguments.
26563 for ac_config_target in $ac_config_targets
26564 do
26565   case $ac_config_target in
26566     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26567     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26568     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26569     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26570     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26571     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26572     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26573     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26574     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26575     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26576     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26577     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26578     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26579     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26580     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26581     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26582     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26583     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26584     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26585     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26586     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26587     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26588     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26589     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26590     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26591     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26592     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26593     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26594     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26595     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26596     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26597     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26598     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26599     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26600     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26601     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26602     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26603     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26604     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26605     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26606     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26607     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26608     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26609     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26610     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26611     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26612     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26613     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26614     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26615     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26616     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26617     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26618     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26619     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26620     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26621     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26622     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26623     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26624     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26625     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26626     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26627     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26628     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26629     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26630     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26631     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26632     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26633     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26634     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26635     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26636     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26637     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26638     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26639     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26640     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26641     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26642     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26643     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26644     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26645     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26646     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26647     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26648     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26649     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26650     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26651     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26652     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26653     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26654     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26655     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26656     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26657     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26658     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26659     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26660     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26661     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26662     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26663     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26664     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26665     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26666     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26667     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26668     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26669     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26670     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26671     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26672     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26673     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26674     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26675     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26676     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26677     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26678     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26679     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26680     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26681     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26682     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26683     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26684     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26685     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26686     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26687     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26688     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26689     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26690     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26691     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26692     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26693     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26694     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26695     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26696     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26697     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26698     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26699     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26700     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26701     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26702     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26703     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26704     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26705     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26706     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26707     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26708     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26709     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26710     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26711     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26712     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26713     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26714     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26715     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26716     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26717     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26718     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26719     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26720     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26721     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26722     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26723     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26724     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26725     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26726     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26727     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26728     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26729     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26730     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26731     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26732     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26733     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26734     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26735     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26736     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26737     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26738     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26739     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26740     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26741     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26742     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26743     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26744     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26745     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26746     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26747     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26748     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26749     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26750     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26751     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26752     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26753     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26754     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26755     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26756     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26757     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26758     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26759     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26760     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26761     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26762     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26763     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26764     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26765     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26766     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26767     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26768     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26769     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26770     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26771     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26772     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26773     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26774     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26775     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26776     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26777     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26778     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26779     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26780     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26781     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26782     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26783     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26784     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26785     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26786     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26787     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26788     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26789     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26790     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26791     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26792     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26793     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26794     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26795     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26796     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26797     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26798     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26799     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26800     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26801     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26802     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26803     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26804     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26805     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26806     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26807     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26808     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26809     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26810     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26811     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26812     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26813     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26814     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26815     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26816     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26817     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26818     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26819     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26820     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26821     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26822     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26823     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26824     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26825     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26826     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26827     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26828     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26829     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26830     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26831     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26832     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26833     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26834     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26835     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26836     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26837     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26838     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26839     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26840     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26841     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26842     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26843     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26844     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26845     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26846     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26847     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26848     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26849     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26850     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26851     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26852     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26853     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26854     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26855     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26856     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26857     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26858     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26859     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26860     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26861     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26862     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26863     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26864     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26865     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26866     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26867     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26868     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26869     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26870     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26871     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26872     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26873     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26874     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26875     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26876     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26877     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26878     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26879     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26880     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26881     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26882     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26883     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26884     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26885     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26886     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26887     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26888     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26889     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26890     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26891     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26892     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26893     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26894     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26895     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26896     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26897     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26898     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26899     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26900     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26901     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26902     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26903     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26904     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26905     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26906     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26907     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26908     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26909     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26910     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26911     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26912     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26913     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26914     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26915     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26916     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26917     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26918     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26919     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26920     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26921     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26922     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26923     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26924     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26925     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26926     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26927     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26928     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26929     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26930     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26931     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26932     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26933     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26934     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26935     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26936     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26937     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26938     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26939     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26940     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26941     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26942     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26943     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26944     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26945     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26946     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26947     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26948     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26949     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26950     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26951     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26952     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26953     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26954     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26955     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26956     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26957     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26958     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26959     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26960     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26961     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26962     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26963     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26964     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26965     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26966     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26967     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26968     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26969     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26970     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26971     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26972     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26973     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26974     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26975     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26976     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26977     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26978     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26979     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26980     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26981     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26982     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26983     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26984     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26985     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26986     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26987     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26988     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26989     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26990     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26991     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26992     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26993     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26994     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26995     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26996     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26997     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26998     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26999     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27000     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27001     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27002
27003   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27004 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27005    { (exit 1); exit 1; }; };;
27006   esac
27007 done
27008
27009
27010 # If the user did not use the arguments to specify the items to instantiate,
27011 # then the envvar interface is used.  Set only those that are not.
27012 # We use the long form for the default assignment because of an extremely
27013 # bizarre bug on SunOS 4.1.3.
27014 if $ac_need_defaults; then
27015   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27016   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27017   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27018 fi
27019
27020 # Have a temporary directory for convenience.  Make it in the build tree
27021 # simply because there is no reason against having it here, and in addition,
27022 # creating and moving files from /tmp can sometimes cause problems.
27023 # Hook for its removal unless debugging.
27024 # Note that there is a small window in which the directory will not be cleaned:
27025 # after its creation but before its name has been assigned to `$tmp'.
27026 $debug ||
27027 {
27028   tmp=
27029   trap 'exit_status=$?
27030   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27031 ' 0
27032   trap '{ (exit 1); exit 1; }' 1 2 13 15
27033 }
27034 # Create a (secure) tmp directory for tmp files.
27035
27036 {
27037   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27038   test -n "$tmp" && test -d "$tmp"
27039 }  ||
27040 {
27041   tmp=./conf$$-$RANDOM
27042   (umask 077 && mkdir "$tmp")
27043 } ||
27044 {
27045    echo "$me: cannot create a temporary directory in ." >&2
27046    { (exit 1); exit 1; }
27047 }
27048
27049 #
27050 # Set up the sed scripts for CONFIG_FILES section.
27051 #
27052
27053 # No need to generate the scripts if there are no CONFIG_FILES.
27054 # This happens for instance when ./config.status config.h
27055 if test -n "$CONFIG_FILES"; then
27056
27057 _ACEOF
27058
27059 # Create sed commands to just substitute file output variables.
27060
27061 # Remaining file output variables are in a fragment that also has non-file
27062 # output varibles.
27063
27064
27065
27066 ac_delim='%!_!# '
27067 for ac_last_try in false false false false false :; do
27068   cat >conf$$subs.sed <<_ACEOF
27069 SHELL!$SHELL$ac_delim
27070 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27071 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27072 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27073 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27074 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27075 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27076 exec_prefix!$exec_prefix$ac_delim
27077 prefix!$prefix$ac_delim
27078 program_transform_name!$program_transform_name$ac_delim
27079 bindir!$bindir$ac_delim
27080 sbindir!$sbindir$ac_delim
27081 libexecdir!$libexecdir$ac_delim
27082 datarootdir!$datarootdir$ac_delim
27083 datadir!$datadir$ac_delim
27084 sysconfdir!$sysconfdir$ac_delim
27085 sharedstatedir!$sharedstatedir$ac_delim
27086 localstatedir!$localstatedir$ac_delim
27087 includedir!$includedir$ac_delim
27088 oldincludedir!$oldincludedir$ac_delim
27089 docdir!$docdir$ac_delim
27090 infodir!$infodir$ac_delim
27091 htmldir!$htmldir$ac_delim
27092 dvidir!$dvidir$ac_delim
27093 pdfdir!$pdfdir$ac_delim
27094 psdir!$psdir$ac_delim
27095 libdir!$libdir$ac_delim
27096 localedir!$localedir$ac_delim
27097 mandir!$mandir$ac_delim
27098 DEFS!$DEFS$ac_delim
27099 ECHO_C!$ECHO_C$ac_delim
27100 ECHO_N!$ECHO_N$ac_delim
27101 ECHO_T!$ECHO_T$ac_delim
27102 LIBS!$LIBS$ac_delim
27103 build_alias!$build_alias$ac_delim
27104 host_alias!$host_alias$ac_delim
27105 target_alias!$target_alias$ac_delim
27106 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27107 build!$build$ac_delim
27108 build_cpu!$build_cpu$ac_delim
27109 build_vendor!$build_vendor$ac_delim
27110 build_os!$build_os$ac_delim
27111 host!$host$ac_delim
27112 host_cpu!$host_cpu$ac_delim
27113 host_vendor!$host_vendor$ac_delim
27114 host_os!$host_os$ac_delim
27115 WIN16_FILES!$WIN16_FILES$ac_delim
27116 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27117 SET_MAKE!$SET_MAKE$ac_delim
27118 CC!$CC$ac_delim
27119 CFLAGS!$CFLAGS$ac_delim
27120 LDFLAGS!$LDFLAGS$ac_delim
27121 CPPFLAGS!$CPPFLAGS$ac_delim
27122 ac_ct_CC!$ac_ct_CC$ac_delim
27123 EXEEXT!$EXEEXT$ac_delim
27124 OBJEXT!$OBJEXT$ac_delim
27125 CXX!$CXX$ac_delim
27126 CXXFLAGS!$CXXFLAGS$ac_delim
27127 ac_ct_CXX!$ac_ct_CXX$ac_delim
27128 CPPBIN!$CPPBIN$ac_delim
27129 TOOLSDIR!$TOOLSDIR$ac_delim
27130 XMKMF!$XMKMF$ac_delim
27131 CPP!$CPP$ac_delim
27132 X_CFLAGS!$X_CFLAGS$ac_delim
27133 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27134 X_LIBS!$X_LIBS$ac_delim
27135 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27136 FLEX!$FLEX$ac_delim
27137 BISON!$BISON$ac_delim
27138 AS!$AS$ac_delim
27139 ac_ct_AS!$ac_ct_AS$ac_delim
27140 LD!$LD$ac_delim
27141 ac_ct_LD!$ac_ct_LD$ac_delim
27142 NM!$NM$ac_delim
27143 ac_ct_NM!$ac_ct_NM$ac_delim
27144 AR!$AR$ac_delim
27145 ac_ct_AR!$ac_ct_AR$ac_delim
27146 ARFLAGS!$ARFLAGS$ac_delim
27147 RANLIB!$RANLIB$ac_delim
27148 STRIP!$STRIP$ac_delim
27149 WINDRES!$WINDRES$ac_delim
27150 LN_S!$LN_S$ac_delim
27151 _ACEOF
27152
27153   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27154     break
27155   elif $ac_last_try; then
27156     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27157 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27158    { (exit 1); exit 1; }; }
27159   else
27160     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27161   fi
27162 done
27163
27164 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27165 if test -n "$ac_eof"; then
27166   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27167   ac_eof=`expr $ac_eof + 1`
27168 fi
27169
27170 cat >>$CONFIG_STATUS <<_ACEOF
27171 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27172 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27173 /^[      ]*@MAKE_RULES@[         ]*$/{
27174 r $MAKE_RULES
27175 d
27176 }
27177 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
27178 r $MAKE_DLL_RULES
27179 d
27180 }
27181 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
27182 r $MAKE_IMPLIB_RULES
27183 d
27184 }
27185 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
27186 r $MAKE_TEST_RULES
27187 d
27188 }
27189 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
27190 r $MAKE_PROG_RULES
27191 d
27192 }
27193 _ACEOF
27194 sed '
27195 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27196 s/^/s,@/; s/!/@,|#_!!_#|/
27197 :n
27198 t n
27199 s/'"$ac_delim"'$/,g/; t
27200 s/$/\\/; p
27201 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27202 ' >>$CONFIG_STATUS <conf$$subs.sed
27203 rm -f conf$$subs.sed
27204 cat >>$CONFIG_STATUS <<_ACEOF
27205 CEOF$ac_eof
27206 _ACEOF
27207
27208
27209 ac_delim='%!_!# '
27210 for ac_last_try in false false false false false :; do
27211   cat >conf$$subs.sed <<_ACEOF
27212 LN!$LN$ac_delim
27213 GREP!$GREP$ac_delim
27214 EGREP!$EGREP$ac_delim
27215 LDCONFIG!$LDCONFIG$ac_delim
27216 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27217 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27218 INSTALL_DATA!$INSTALL_DATA$ac_delim
27219 LINT!$LINT$ac_delim
27220 LINTFLAGS!$LINTFLAGS$ac_delim
27221 FONTFORGE!$FONTFORGE$ac_delim
27222 PKG_CONFIG!$PKG_CONFIG$ac_delim
27223 RSVG!$RSVG$ac_delim
27224 ICOTOOL!$ICOTOOL$ac_delim
27225 PRELINK!$PRELINK$ac_delim
27226 LIBPTHREAD!$LIBPTHREAD$ac_delim
27227 XLIB!$XLIB$ac_delim
27228 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27229 DLLEXT!$DLLEXT$ac_delim
27230 DLLFLAGS!$DLLFLAGS$ac_delim
27231 LDSHARED!$LDSHARED$ac_delim
27232 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27233 LIBEXT!$LIBEXT$ac_delim
27234 IMPLIBEXT!$IMPLIBEXT$ac_delim
27235 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27236 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27237 LDD!$LDD$ac_delim
27238 DLLTOOL!$DLLTOOL$ac_delim
27239 DLLWRAP!$DLLWRAP$ac_delim
27240 MINGWAR!$MINGWAR$ac_delim
27241 SECURITYLIB!$SECURITYLIB$ac_delim
27242 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27243 IOKITLIB!$IOKITLIB$ac_delim
27244 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27245 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27246 COREAUDIO!$COREAUDIO$ac_delim
27247 CARBONLIB!$CARBONLIB$ac_delim
27248 CROSSCC!$CROSSCC$ac_delim
27249 CROSSWINDRES!$CROSSWINDRES$ac_delim
27250 CROSSTEST!$CROSSTEST$ac_delim
27251 NASLIBS!$NASLIBS$ac_delim
27252 XML2LIBS!$XML2LIBS$ac_delim
27253 XML2INCL!$XML2INCL$ac_delim
27254 XSLTLIBS!$XSLTLIBS$ac_delim
27255 XSLTINCL!$XSLTINCL$ac_delim
27256 HALINCL!$HALINCL$ac_delim
27257 GNUTLSINCL!$GNUTLSINCL$ac_delim
27258 sane_devel!$sane_devel$ac_delim
27259 SANEINCL!$SANEINCL$ac_delim
27260 gphoto2_devel!$gphoto2_devel$ac_delim
27261 gphoto2port_devel!$gphoto2port_devel$ac_delim
27262 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27263 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27264 RESOLVLIBS!$RESOLVLIBS$ac_delim
27265 LCMSLIBS!$LCMSLIBS$ac_delim
27266 ft_devel!$ft_devel$ac_delim
27267 FREETYPELIBS!$FREETYPELIBS$ac_delim
27268 FREETYPEINCL!$FREETYPEINCL$ac_delim
27269 ESDCONFIG!$ESDCONFIG$ac_delim
27270 ESDINCL!$ESDINCL$ac_delim
27271 ESDLIBS!$ESDLIBS$ac_delim
27272 ALSALIBS!$ALSALIBS$ac_delim
27273 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27274 CUPSINCL!$CUPSINCL$ac_delim
27275 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27276 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27277 BUILTINFLAG!$BUILTINFLAG$ac_delim
27278 LDPATH!$LDPATH$ac_delim
27279 CRTLIBS!$CRTLIBS$ac_delim
27280 SOCKETLIBS!$SOCKETLIBS$ac_delim
27281 MAIN_BINARY!$MAIN_BINARY$ac_delim
27282 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27283 LIBDL!$LIBDL$ac_delim
27284 LIBPOLL!$LIBPOLL$ac_delim
27285 LDAPLIBS!$LDAPLIBS$ac_delim
27286 DEPENDENCIES!$DEPENDENCIES$ac_delim
27287 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27288 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27289 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27290 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27291 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27292 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27293 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27294 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27295 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27296 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27297 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27298 LIBOBJS!$LIBOBJS$ac_delim
27299 LTLIBOBJS!$LTLIBOBJS$ac_delim
27300 _ACEOF
27301
27302   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27303     break
27304   elif $ac_last_try; then
27305     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27306 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27307    { (exit 1); exit 1; }; }
27308   else
27309     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27310   fi
27311 done
27312
27313 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27314 if test -n "$ac_eof"; then
27315   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27316   ac_eof=`expr $ac_eof + 1`
27317 fi
27318
27319 cat >>$CONFIG_STATUS <<_ACEOF
27320 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27321 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27322 _ACEOF
27323 sed '
27324 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27325 s/^/s,@/; s/!/@,|#_!!_#|/
27326 :n
27327 t n
27328 s/'"$ac_delim"'$/,g/; t
27329 s/$/\\/; p
27330 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27331 ' >>$CONFIG_STATUS <conf$$subs.sed
27332 rm -f conf$$subs.sed
27333 cat >>$CONFIG_STATUS <<_ACEOF
27334 :end
27335 s/|#_!!_#|//g
27336 CEOF$ac_eof
27337 _ACEOF
27338
27339
27340 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27341 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27342 # trailing colons and then remove the whole line if VPATH becomes empty
27343 # (actually we leave an empty line to preserve line numbers).
27344 if test "x$srcdir" = x.; then
27345   ac_vpsub='/^[  ]*VPATH[        ]*=/{
27346 s/:*\$(srcdir):*/:/
27347 s/:*\${srcdir}:*/:/
27348 s/:*@srcdir@:*/:/
27349 s/^\([^=]*=[     ]*\):*/\1/
27350 s/:*$//
27351 s/^[^=]*=[       ]*$//
27352 }'
27353 fi
27354
27355 cat >>$CONFIG_STATUS <<\_ACEOF
27356 fi # test -n "$CONFIG_FILES"
27357
27358
27359 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
27360 do
27361   case $ac_tag in
27362   :[FHLC]) ac_mode=$ac_tag; continue;;
27363   esac
27364   case $ac_mode$ac_tag in
27365   :[FHL]*:*);;
27366   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27367 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27368    { (exit 1); exit 1; }; };;
27369   :[FH]-) ac_tag=-:-;;
27370   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27371   esac
27372   ac_save_IFS=$IFS
27373   IFS=:
27374   set x $ac_tag
27375   IFS=$ac_save_IFS
27376   shift
27377   ac_file=$1
27378   shift
27379
27380   case $ac_mode in
27381   :L) ac_source=$1;;
27382   :[FH])
27383     ac_file_inputs=
27384     for ac_f
27385     do
27386       case $ac_f in
27387       -) ac_f="$tmp/stdin";;
27388       *) # Look for the file first in the build tree, then in the source tree
27389          # (if the path is not absolute).  The absolute path cannot be DOS-style,
27390          # because $ac_f cannot contain `:'.
27391          test -f "$ac_f" ||
27392            case $ac_f in
27393            [\\/$]*) false;;
27394            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27395            esac ||
27396            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27397 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27398    { (exit 1); exit 1; }; };;
27399       esac
27400       ac_file_inputs="$ac_file_inputs $ac_f"
27401     done
27402
27403     # Let's still pretend it is `configure' which instantiates (i.e., don't
27404     # use $as_me), people would be surprised to read:
27405     #    /* config.h.  Generated by config.status.  */
27406     configure_input="Generated from "`IFS=:
27407           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27408     if test x"$ac_file" != x-; then
27409       configure_input="$ac_file.  $configure_input"
27410       { echo "$as_me:$LINENO: creating $ac_file" >&5
27411 echo "$as_me: creating $ac_file" >&6;}
27412     fi
27413
27414     case $ac_tag in
27415     *:-:* | *:-) cat >"$tmp/stdin";;
27416     esac
27417     ;;
27418   esac
27419
27420   ac_dir=`$as_dirname -- "$ac_file" ||
27421 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27422          X"$ac_file" : 'X\(//\)[^/]' \| \
27423          X"$ac_file" : 'X\(//\)$' \| \
27424          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27425 echo X"$ac_file" |
27426     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27427             s//\1/
27428             q
27429           }
27430           /^X\(\/\/\)[^/].*/{
27431             s//\1/
27432             q
27433           }
27434           /^X\(\/\/\)$/{
27435             s//\1/
27436             q
27437           }
27438           /^X\(\/\).*/{
27439             s//\1/
27440             q
27441           }
27442           s/.*/./; q'`
27443   { as_dir="$ac_dir"
27444   case $as_dir in #(
27445   -*) as_dir=./$as_dir;;
27446   esac
27447   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27448     as_dirs=
27449     while :; do
27450       case $as_dir in #(
27451       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27452       *) as_qdir=$as_dir;;
27453       esac
27454       as_dirs="'$as_qdir' $as_dirs"
27455       as_dir=`$as_dirname -- "$as_dir" ||
27456 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27457          X"$as_dir" : 'X\(//\)[^/]' \| \
27458          X"$as_dir" : 'X\(//\)$' \| \
27459          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27460 echo X"$as_dir" |
27461     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27462             s//\1/
27463             q
27464           }
27465           /^X\(\/\/\)[^/].*/{
27466             s//\1/
27467             q
27468           }
27469           /^X\(\/\/\)$/{
27470             s//\1/
27471             q
27472           }
27473           /^X\(\/\).*/{
27474             s//\1/
27475             q
27476           }
27477           s/.*/./; q'`
27478       test -d "$as_dir" && break
27479     done
27480     test -z "$as_dirs" || eval "mkdir $as_dirs"
27481   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27482 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27483    { (exit 1); exit 1; }; }; }
27484   ac_builddir=.
27485
27486 case "$ac_dir" in
27487 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27488 *)
27489   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27490   # A ".." for each directory in $ac_dir_suffix.
27491   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27492   case $ac_top_builddir_sub in
27493   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27494   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27495   esac ;;
27496 esac
27497 ac_abs_top_builddir=$ac_pwd
27498 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27499 # for backward compatibility:
27500 ac_top_builddir=$ac_top_build_prefix
27501
27502 case $srcdir in
27503   .)  # We are building in place.
27504     ac_srcdir=.
27505     ac_top_srcdir=$ac_top_builddir_sub
27506     ac_abs_top_srcdir=$ac_pwd ;;
27507   [\\/]* | ?:[\\/]* )  # Absolute name.
27508     ac_srcdir=$srcdir$ac_dir_suffix;
27509     ac_top_srcdir=$srcdir
27510     ac_abs_top_srcdir=$srcdir ;;
27511   *) # Relative name.
27512     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27513     ac_top_srcdir=$ac_top_build_prefix$srcdir
27514     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27515 esac
27516 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27517
27518
27519   case $ac_mode in
27520   :F)
27521   #
27522   # CONFIG_FILE
27523   #
27524
27525   case $INSTALL in
27526   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27527   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27528   esac
27529 _ACEOF
27530
27531 cat >>$CONFIG_STATUS <<\_ACEOF
27532 # If the template does not know about datarootdir, expand it.
27533 # FIXME: This hack should be removed a few years after 2.60.
27534 ac_datarootdir_hack=; ac_datarootdir_seen=
27535
27536 case `sed -n '/datarootdir/ {
27537   p
27538   q
27539 }
27540 /@datadir@/p
27541 /@docdir@/p
27542 /@infodir@/p
27543 /@localedir@/p
27544 /@mandir@/p
27545 ' $ac_file_inputs` in
27546 *datarootdir*) ac_datarootdir_seen=yes;;
27547 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27548   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27549 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27550 _ACEOF
27551 cat >>$CONFIG_STATUS <<_ACEOF
27552   ac_datarootdir_hack='
27553   s&@datadir@&$datadir&g
27554   s&@docdir@&$docdir&g
27555   s&@infodir@&$infodir&g
27556   s&@localedir@&$localedir&g
27557   s&@mandir@&$mandir&g
27558     s&\\\${datarootdir}&$datarootdir&g' ;;
27559 esac
27560 _ACEOF
27561
27562 # Neutralize VPATH when `$srcdir' = `.'.
27563 # Shell code in configure.ac might set extrasub.
27564 # FIXME: do we really want to maintain this feature?
27565 cat >>$CONFIG_STATUS <<_ACEOF
27566   sed "$ac_vpsub
27567 $extrasub
27568 _ACEOF
27569 cat >>$CONFIG_STATUS <<\_ACEOF
27570 :t
27571 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27572 s&@configure_input@&$configure_input&;t t
27573 s&@top_builddir@&$ac_top_builddir_sub&;t t
27574 s&@srcdir@&$ac_srcdir&;t t
27575 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27576 s&@top_srcdir@&$ac_top_srcdir&;t t
27577 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27578 s&@builddir@&$ac_builddir&;t t
27579 s&@abs_builddir@&$ac_abs_builddir&;t t
27580 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27581 s&@INSTALL@&$ac_INSTALL&;t t
27582 $ac_datarootdir_hack
27583 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27584
27585 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27586   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27587   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27588   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27589 which seems to be undefined.  Please make sure it is defined." >&5
27590 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27591 which seems to be undefined.  Please make sure it is defined." >&2;}
27592
27593   rm -f "$tmp/stdin"
27594   case $ac_file in
27595   -) cat "$tmp/out"; rm -f "$tmp/out";;
27596   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27597   esac
27598  ;;
27599   :H)
27600   #
27601   # CONFIG_HEADER
27602   #
27603 _ACEOF
27604
27605 # Transform confdefs.h into a sed script `conftest.defines', that
27606 # substitutes the proper values into config.h.in to produce config.h.
27607 rm -f conftest.defines conftest.tail
27608 # First, append a space to every undef/define line, to ease matching.
27609 echo 's/$/ /' >conftest.defines
27610 # Then, protect against being on the right side of a sed subst, or in
27611 # an unquoted here document, in config.status.  If some macros were
27612 # called several times there might be several #defines for the same
27613 # symbol, which is useless.  But do not sort them, since the last
27614 # AC_DEFINE must be honored.
27615 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27616 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27617 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27618 # PARAMS is the parameter list in the macro definition--in most cases, it's
27619 # just an empty string.
27620 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
27621 ac_dB='\\)[      (].*,\\1define\\2'
27622 ac_dC=' '
27623 ac_dD=' ,'
27624
27625 uniq confdefs.h |
27626   sed -n '
27627         t rset
27628         :rset
27629         s/^[     ]*#[    ]*define[       ][      ]*//
27630         t ok
27631         d
27632         :ok
27633         s/[\\&,]/\\&/g
27634         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27635         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27636   ' >>conftest.defines
27637
27638 # Remove the space that was appended to ease matching.
27639 # Then replace #undef with comments.  This is necessary, for
27640 # example, in the case of _POSIX_SOURCE, which is predefined and required
27641 # on some systems where configure will not decide to define it.
27642 # (The regexp can be short, since the line contains either #define or #undef.)
27643 echo 's/ $//
27644 s,^[     #]*u.*,/* & */,' >>conftest.defines
27645
27646 # Break up conftest.defines:
27647 ac_max_sed_lines=50
27648
27649 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27650 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27651 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27652 # et cetera.
27653 ac_in='$ac_file_inputs'
27654 ac_out='"$tmp/out1"'
27655 ac_nxt='"$tmp/out2"'
27656
27657 while :
27658 do
27659   # Write a here document:
27660     cat >>$CONFIG_STATUS <<_ACEOF
27661     # First, check the format of the line:
27662     cat >"\$tmp/defines.sed" <<\\CEOF
27663 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
27664 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
27665 b
27666 :def
27667 _ACEOF
27668   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27669   echo 'CEOF
27670     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27671   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27672   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27673   grep . conftest.tail >/dev/null || break
27674   rm -f conftest.defines
27675   mv conftest.tail conftest.defines
27676 done
27677 rm -f conftest.defines conftest.tail
27678
27679 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27680 cat >>$CONFIG_STATUS <<\_ACEOF
27681   if test x"$ac_file" != x-; then
27682     echo "/* $configure_input  */" >"$tmp/config.h"
27683     cat "$ac_result" >>"$tmp/config.h"
27684     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27685       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27686 echo "$as_me: $ac_file is unchanged" >&6;}
27687     else
27688       rm -f $ac_file
27689       mv "$tmp/config.h" $ac_file
27690     fi
27691   else
27692     echo "/* $configure_input  */"
27693     cat "$ac_result"
27694   fi
27695   rm -f "$tmp/out12"
27696  ;;
27697
27698   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27699 echo "$as_me: executing $ac_file commands" >&6;}
27700  ;;
27701   esac
27702
27703
27704   case $ac_file$ac_mode in
27705     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27706     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27707 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27708     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27709 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27710     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27711 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27712     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27713 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27714     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27715 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27716     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27717 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27718
27719   esac
27720 done # for ac_tag
27721
27722
27723 { (exit 0); exit 0; }
27724 _ACEOF
27725 chmod +x $CONFIG_STATUS
27726 ac_clean_files=$ac_clean_files_save
27727
27728
27729 # configure is writing to config.log, and then calls config.status.
27730 # config.status does its own redirection, appending to config.log.
27731 # Unfortunately, on DOS this fails, as config.log is still kept open
27732 # by configure, so config.status won't be able to write to it; its
27733 # output is simply discarded.  So we exec the FD to /dev/null,
27734 # effectively closing config.log, so it can be properly (re)opened and
27735 # appended to by config.status.  When coming back to configure, we
27736 # need to make the FD available again.
27737 if test "$no_create" != yes; then
27738   ac_cs_success=:
27739   ac_config_status_args=
27740   test "$silent" = yes &&
27741     ac_config_status_args="$ac_config_status_args --quiet"
27742   exec 5>/dev/null
27743   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27744   exec 5>>config.log
27745   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27746   # would make configure fail if this is the last instruction.
27747   $ac_cs_success || { (exit 1); exit 1; }
27748 fi
27749
27750
27751 if test "$no_create" = "yes"
27752 then
27753   exit 0
27754 fi
27755
27756 ac_save_IFS="$IFS"
27757 if test "x$wine_notices != "x; then
27758     echo >&6
27759     IFS="|"
27760     for msg in $wine_notices; do
27761         IFS="$ac_save_IFS"
27762         if test -n "$msg"; then
27763             { echo "$as_me:$LINENO: $msg" >&5
27764 echo "$as_me: $msg" >&6;}
27765         fi
27766     done
27767 fi
27768 IFS="|"
27769 for msg in $wine_warnings; do
27770     IFS="$ac_save_IFS"
27771     if test -n "$msg"; then
27772         echo >&2
27773         { echo "$as_me:$LINENO: WARNING: $msg" >&5
27774 echo "$as_me: WARNING: $msg" >&2;}
27775     fi
27776 done
27777 IFS="$ac_save_IFS"
27778
27779 echo "
27780 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
27781 " >&6
27782