user32/tests: Fix some input test failures.
[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.5.
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.5'
578 PACKAGE_STRING='Wine 1.1.5'
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 CROSSTEST
737 CROSSCC
738 CROSSWINDRES
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.5 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.5:";;
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.5
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.5, 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       test -n "$CC" || CC="gcc -m32"
2229       test -n "$CXX"|| CXX="g++ -m32"
2230       test -n "$LD" || LD="ld -m elf_i386"
2231       test -n "$AS" || AS="as --32"
2232       host_cpu="i386"
2233     fi
2234     ;;
2235 esac
2236
2237 case $host_cpu in
2238   *i[3456789]86*)
2239     if test "x$enable_win16" != "xno"
2240     then
2241       enable_win16="yes"
2242     fi
2243     ;;
2244 esac
2245
2246 WIN16_FILES="\$(WIN16_FILES)"
2247
2248 WIN16_INSTALL="\$(WIN16_INSTALL)"
2249
2250 if test "x$enable_win16" != "xyes"
2251 then
2252   WIN16_FILES=""
2253   WIN16_INSTALL=""
2254 fi
2255
2256 case "$srcdir" in
2257  .) ;;
2258  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2259       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2260 You need to run 'make distclean' in the source tree first." >&5
2261 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2262 You need to run 'make distclean' in the source tree first." >&2;}
2263    { (exit 1); exit 1; }; }
2264     fi ;;
2265 esac
2266
2267
2268 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2269 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2270 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2271 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2272   echo $ECHO_N "(cached) $ECHO_C" >&6
2273 else
2274   cat >conftest.make <<\_ACEOF
2275 SHELL = /bin/sh
2276 all:
2277         @echo '@@@%%%=$(MAKE)=@@@%%%'
2278 _ACEOF
2279 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2280 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2281   *@@@%%%=?*=@@@%%%*)
2282     eval ac_cv_prog_make_${ac_make}_set=yes;;
2283   *)
2284     eval ac_cv_prog_make_${ac_make}_set=no;;
2285 esac
2286 rm -f conftest.make
2287 fi
2288 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2289   { echo "$as_me:$LINENO: result: yes" >&5
2290 echo "${ECHO_T}yes" >&6; }
2291   SET_MAKE=
2292 else
2293   { echo "$as_me:$LINENO: result: no" >&5
2294 echo "${ECHO_T}no" >&6; }
2295   SET_MAKE="MAKE=${MAKE-make}"
2296 fi
2297
2298 ac_ext=c
2299 ac_cpp='$CPP $CPPFLAGS'
2300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2301 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2303 if test -n "$ac_tool_prefix"; then
2304   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2305 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2308 if test "${ac_cv_prog_CC+set}" = set; then
2309   echo $ECHO_N "(cached) $ECHO_C" >&6
2310 else
2311   if test -n "$CC"; then
2312   ac_cv_prog_CC="$CC" # Let the user override the test.
2313 else
2314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2315 for as_dir in $PATH
2316 do
2317   IFS=$as_save_IFS
2318   test -z "$as_dir" && as_dir=.
2319   for ac_exec_ext in '' $ac_executable_extensions; do
2320   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2321     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2322     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2323     break 2
2324   fi
2325 done
2326 done
2327 IFS=$as_save_IFS
2328
2329 fi
2330 fi
2331 CC=$ac_cv_prog_CC
2332 if test -n "$CC"; then
2333   { echo "$as_me:$LINENO: result: $CC" >&5
2334 echo "${ECHO_T}$CC" >&6; }
2335 else
2336   { echo "$as_me:$LINENO: result: no" >&5
2337 echo "${ECHO_T}no" >&6; }
2338 fi
2339
2340
2341 fi
2342 if test -z "$ac_cv_prog_CC"; then
2343   ac_ct_CC=$CC
2344   # Extract the first word of "gcc", so it can be a program name with args.
2345 set dummy gcc; ac_word=$2
2346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2348 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2349   echo $ECHO_N "(cached) $ECHO_C" >&6
2350 else
2351   if test -n "$ac_ct_CC"; then
2352   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2353 else
2354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2355 for as_dir in $PATH
2356 do
2357   IFS=$as_save_IFS
2358   test -z "$as_dir" && as_dir=.
2359   for ac_exec_ext in '' $ac_executable_extensions; do
2360   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2361     ac_cv_prog_ac_ct_CC="gcc"
2362     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2363     break 2
2364   fi
2365 done
2366 done
2367 IFS=$as_save_IFS
2368
2369 fi
2370 fi
2371 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2372 if test -n "$ac_ct_CC"; then
2373   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2374 echo "${ECHO_T}$ac_ct_CC" >&6; }
2375 else
2376   { echo "$as_me:$LINENO: result: no" >&5
2377 echo "${ECHO_T}no" >&6; }
2378 fi
2379
2380   if test "x$ac_ct_CC" = x; then
2381     CC=""
2382   else
2383     case $cross_compiling:$ac_tool_warned in
2384 yes:)
2385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2386 whose name does not start with the host triplet.  If you think this
2387 configuration is useful to you, please write to autoconf@gnu.org." >&5
2388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2389 whose name does not start with the host triplet.  If you think this
2390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2391 ac_tool_warned=yes ;;
2392 esac
2393     CC=$ac_ct_CC
2394   fi
2395 else
2396   CC="$ac_cv_prog_CC"
2397 fi
2398
2399 if test -z "$CC"; then
2400           if test -n "$ac_tool_prefix"; then
2401     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2402 set dummy ${ac_tool_prefix}cc; ac_word=$2
2403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2405 if test "${ac_cv_prog_CC+set}" = set; then
2406   echo $ECHO_N "(cached) $ECHO_C" >&6
2407 else
2408   if test -n "$CC"; then
2409   ac_cv_prog_CC="$CC" # Let the user override the test.
2410 else
2411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412 for as_dir in $PATH
2413 do
2414   IFS=$as_save_IFS
2415   test -z "$as_dir" && as_dir=.
2416   for ac_exec_ext in '' $ac_executable_extensions; do
2417   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2418     ac_cv_prog_CC="${ac_tool_prefix}cc"
2419     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2420     break 2
2421   fi
2422 done
2423 done
2424 IFS=$as_save_IFS
2425
2426 fi
2427 fi
2428 CC=$ac_cv_prog_CC
2429 if test -n "$CC"; then
2430   { echo "$as_me:$LINENO: result: $CC" >&5
2431 echo "${ECHO_T}$CC" >&6; }
2432 else
2433   { echo "$as_me:$LINENO: result: no" >&5
2434 echo "${ECHO_T}no" >&6; }
2435 fi
2436
2437
2438   fi
2439 fi
2440 if test -z "$CC"; then
2441   # Extract the first word of "cc", so it can be a program name with args.
2442 set dummy cc; ac_word=$2
2443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2445 if test "${ac_cv_prog_CC+set}" = set; then
2446   echo $ECHO_N "(cached) $ECHO_C" >&6
2447 else
2448   if test -n "$CC"; then
2449   ac_cv_prog_CC="$CC" # Let the user override the test.
2450 else
2451   ac_prog_rejected=no
2452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2453 for as_dir in $PATH
2454 do
2455   IFS=$as_save_IFS
2456   test -z "$as_dir" && as_dir=.
2457   for ac_exec_ext in '' $ac_executable_extensions; do
2458   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2459     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2460        ac_prog_rejected=yes
2461        continue
2462      fi
2463     ac_cv_prog_CC="cc"
2464     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2465     break 2
2466   fi
2467 done
2468 done
2469 IFS=$as_save_IFS
2470
2471 if test $ac_prog_rejected = yes; then
2472   # We found a bogon in the path, so make sure we never use it.
2473   set dummy $ac_cv_prog_CC
2474   shift
2475   if test $# != 0; then
2476     # We chose a different compiler from the bogus one.
2477     # However, it has the same basename, so the bogon will be chosen
2478     # first if we set CC to just the basename; use the full file name.
2479     shift
2480     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2481   fi
2482 fi
2483 fi
2484 fi
2485 CC=$ac_cv_prog_CC
2486 if test -n "$CC"; then
2487   { echo "$as_me:$LINENO: result: $CC" >&5
2488 echo "${ECHO_T}$CC" >&6; }
2489 else
2490   { echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6; }
2492 fi
2493
2494
2495 fi
2496 if test -z "$CC"; then
2497   if test -n "$ac_tool_prefix"; then
2498   for ac_prog in cl.exe
2499   do
2500     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2501 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then
2505   echo $ECHO_N "(cached) $ECHO_C" >&6
2506 else
2507   if test -n "$CC"; then
2508   ac_cv_prog_CC="$CC" # Let the user override the test.
2509 else
2510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511 for as_dir in $PATH
2512 do
2513   IFS=$as_save_IFS
2514   test -z "$as_dir" && as_dir=.
2515   for ac_exec_ext in '' $ac_executable_extensions; do
2516   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2517     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2518     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2519     break 2
2520   fi
2521 done
2522 done
2523 IFS=$as_save_IFS
2524
2525 fi
2526 fi
2527 CC=$ac_cv_prog_CC
2528 if test -n "$CC"; then
2529   { echo "$as_me:$LINENO: result: $CC" >&5
2530 echo "${ECHO_T}$CC" >&6; }
2531 else
2532   { echo "$as_me:$LINENO: result: no" >&5
2533 echo "${ECHO_T}no" >&6; }
2534 fi
2535
2536
2537     test -n "$CC" && break
2538   done
2539 fi
2540 if test -z "$CC"; then
2541   ac_ct_CC=$CC
2542   for ac_prog in cl.exe
2543 do
2544   # Extract the first word of "$ac_prog", so it can be a program name with args.
2545 set dummy $ac_prog; ac_word=$2
2546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2548 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2549   echo $ECHO_N "(cached) $ECHO_C" >&6
2550 else
2551   if test -n "$ac_ct_CC"; then
2552   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2553 else
2554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555 for as_dir in $PATH
2556 do
2557   IFS=$as_save_IFS
2558   test -z "$as_dir" && as_dir=.
2559   for ac_exec_ext in '' $ac_executable_extensions; do
2560   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2561     ac_cv_prog_ac_ct_CC="$ac_prog"
2562     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2563     break 2
2564   fi
2565 done
2566 done
2567 IFS=$as_save_IFS
2568
2569 fi
2570 fi
2571 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2572 if test -n "$ac_ct_CC"; then
2573   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2574 echo "${ECHO_T}$ac_ct_CC" >&6; }
2575 else
2576   { echo "$as_me:$LINENO: result: no" >&5
2577 echo "${ECHO_T}no" >&6; }
2578 fi
2579
2580
2581   test -n "$ac_ct_CC" && break
2582 done
2583
2584   if test "x$ac_ct_CC" = x; then
2585     CC=""
2586   else
2587     case $cross_compiling:$ac_tool_warned in
2588 yes:)
2589 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2590 whose name does not start with the host triplet.  If you think this
2591 configuration is useful to you, please write to autoconf@gnu.org." >&5
2592 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2593 whose name does not start with the host triplet.  If you think this
2594 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2595 ac_tool_warned=yes ;;
2596 esac
2597     CC=$ac_ct_CC
2598   fi
2599 fi
2600
2601 fi
2602
2603
2604 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2605 See \`config.log' for more details." >&5
2606 echo "$as_me: error: no acceptable C compiler found in \$PATH
2607 See \`config.log' for more details." >&2;}
2608    { (exit 1); exit 1; }; }
2609
2610 # Provide some information about the compiler.
2611 echo "$as_me:$LINENO: checking for C compiler version" >&5
2612 ac_compiler=`set X $ac_compile; echo $2`
2613 { (ac_try="$ac_compiler --version >&5"
2614 case "(($ac_try" in
2615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616   *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619   (eval "$ac_compiler --version >&5") 2>&5
2620   ac_status=$?
2621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622   (exit $ac_status); }
2623 { (ac_try="$ac_compiler -v >&5"
2624 case "(($ac_try" in
2625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626   *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629   (eval "$ac_compiler -v >&5") 2>&5
2630   ac_status=$?
2631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632   (exit $ac_status); }
2633 { (ac_try="$ac_compiler -V >&5"
2634 case "(($ac_try" in
2635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2636   *) ac_try_echo=$ac_try;;
2637 esac
2638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2639   (eval "$ac_compiler -V >&5") 2>&5
2640   ac_status=$?
2641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642   (exit $ac_status); }
2643
2644 cat >conftest.$ac_ext <<_ACEOF
2645 /* confdefs.h.  */
2646 _ACEOF
2647 cat confdefs.h >>conftest.$ac_ext
2648 cat >>conftest.$ac_ext <<_ACEOF
2649 /* end confdefs.h.  */
2650
2651 int
2652 main ()
2653 {
2654
2655   ;
2656   return 0;
2657 }
2658 _ACEOF
2659 ac_clean_files_save=$ac_clean_files
2660 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2661 # Try to create an executable without -o first, disregard a.out.
2662 # It will help us diagnose broken compilers, and finding out an intuition
2663 # of exeext.
2664 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2665 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2666 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2667 #
2668 # List of possible output files, starting from the most likely.
2669 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2670 # only as a last resort.  b.out is created by i960 compilers.
2671 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2672 #
2673 # The IRIX 6 linker writes into existing files which may not be
2674 # executable, retaining their permissions.  Remove them first so a
2675 # subsequent execution test works.
2676 ac_rmfiles=
2677 for ac_file in $ac_files
2678 do
2679   case $ac_file in
2680     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2681     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2682   esac
2683 done
2684 rm -f $ac_rmfiles
2685
2686 if { (ac_try="$ac_link_default"
2687 case "(($ac_try" in
2688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2689   *) ac_try_echo=$ac_try;;
2690 esac
2691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2692   (eval "$ac_link_default") 2>&5
2693   ac_status=$?
2694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2695   (exit $ac_status); }; then
2696   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2697 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2698 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2699 # so that the user can short-circuit this test for compilers unknown to
2700 # Autoconf.
2701 for ac_file in $ac_files ''
2702 do
2703   test -f "$ac_file" || continue
2704   case $ac_file in
2705     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2706         ;;
2707     [ab].out )
2708         # We found the default executable, but exeext='' is most
2709         # certainly right.
2710         break;;
2711     *.* )
2712         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2713         then :; else
2714            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2715         fi
2716         # We set ac_cv_exeext here because the later test for it is not
2717         # safe: cross compilers may not add the suffix if given an `-o'
2718         # argument, so we may need to know it at that point already.
2719         # Even if this section looks crufty: it has the advantage of
2720         # actually working.
2721         break;;
2722     * )
2723         break;;
2724   esac
2725 done
2726 test "$ac_cv_exeext" = no && ac_cv_exeext=
2727
2728 else
2729   ac_file=''
2730 fi
2731
2732 { echo "$as_me:$LINENO: result: $ac_file" >&5
2733 echo "${ECHO_T}$ac_file" >&6; }
2734 if test -z "$ac_file"; then
2735   echo "$as_me: failed program was:" >&5
2736 sed 's/^/| /' conftest.$ac_ext >&5
2737
2738 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2739 See \`config.log' for more details." >&5
2740 echo "$as_me: error: C compiler cannot create executables
2741 See \`config.log' for more details." >&2;}
2742    { (exit 77); exit 77; }; }
2743 fi
2744
2745 ac_exeext=$ac_cv_exeext
2746
2747 # Check that the compiler produces executables we can run.  If not, either
2748 # the compiler is broken, or we cross compile.
2749 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2750 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2751 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2752 # If not cross compiling, check that we can run a simple program.
2753 if test "$cross_compiling" != yes; then
2754   if { ac_try='./$ac_file'
2755   { (case "(($ac_try" in
2756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2757   *) ac_try_echo=$ac_try;;
2758 esac
2759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2760   (eval "$ac_try") 2>&5
2761   ac_status=$?
2762   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763   (exit $ac_status); }; }; then
2764     cross_compiling=no
2765   else
2766     if test "$cross_compiling" = maybe; then
2767         cross_compiling=yes
2768     else
2769         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2770 If you meant to cross compile, use \`--host'.
2771 See \`config.log' for more details." >&5
2772 echo "$as_me: error: cannot run C compiled programs.
2773 If you meant to cross compile, use \`--host'.
2774 See \`config.log' for more details." >&2;}
2775    { (exit 1); exit 1; }; }
2776     fi
2777   fi
2778 fi
2779 { echo "$as_me:$LINENO: result: yes" >&5
2780 echo "${ECHO_T}yes" >&6; }
2781
2782 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2783 ac_clean_files=$ac_clean_files_save
2784 # Check that the compiler produces executables we can run.  If not, either
2785 # the compiler is broken, or we cross compile.
2786 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2787 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2788 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2789 echo "${ECHO_T}$cross_compiling" >&6; }
2790
2791 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2792 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2793 if { (ac_try="$ac_link"
2794 case "(($ac_try" in
2795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2796   *) ac_try_echo=$ac_try;;
2797 esac
2798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2799   (eval "$ac_link") 2>&5
2800   ac_status=$?
2801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802   (exit $ac_status); }; then
2803   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2804 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2805 # work properly (i.e., refer to `conftest.exe'), while it won't with
2806 # `rm'.
2807 for ac_file in conftest.exe conftest conftest.*; do
2808   test -f "$ac_file" || continue
2809   case $ac_file in
2810     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2811     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2812           break;;
2813     * ) break;;
2814   esac
2815 done
2816 else
2817   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2818 See \`config.log' for more details." >&5
2819 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2820 See \`config.log' for more details." >&2;}
2821    { (exit 1); exit 1; }; }
2822 fi
2823
2824 rm -f conftest$ac_cv_exeext
2825 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2826 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2827
2828 rm -f conftest.$ac_ext
2829 EXEEXT=$ac_cv_exeext
2830 ac_exeext=$EXEEXT
2831 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2832 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2833 if test "${ac_cv_objext+set}" = set; then
2834   echo $ECHO_N "(cached) $ECHO_C" >&6
2835 else
2836   cat >conftest.$ac_ext <<_ACEOF
2837 /* confdefs.h.  */
2838 _ACEOF
2839 cat confdefs.h >>conftest.$ac_ext
2840 cat >>conftest.$ac_ext <<_ACEOF
2841 /* end confdefs.h.  */
2842
2843 int
2844 main ()
2845 {
2846
2847   ;
2848   return 0;
2849 }
2850 _ACEOF
2851 rm -f conftest.o conftest.obj
2852 if { (ac_try="$ac_compile"
2853 case "(($ac_try" in
2854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855   *) ac_try_echo=$ac_try;;
2856 esac
2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2858   (eval "$ac_compile") 2>&5
2859   ac_status=$?
2860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861   (exit $ac_status); }; then
2862   for ac_file in conftest.o conftest.obj conftest.*; do
2863   test -f "$ac_file" || continue;
2864   case $ac_file in
2865     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2866     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2867        break;;
2868   esac
2869 done
2870 else
2871   echo "$as_me: failed program was:" >&5
2872 sed 's/^/| /' conftest.$ac_ext >&5
2873
2874 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2875 See \`config.log' for more details." >&5
2876 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2877 See \`config.log' for more details." >&2;}
2878    { (exit 1); exit 1; }; }
2879 fi
2880
2881 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2882 fi
2883 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2884 echo "${ECHO_T}$ac_cv_objext" >&6; }
2885 OBJEXT=$ac_cv_objext
2886 ac_objext=$OBJEXT
2887 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2888 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2889 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2890   echo $ECHO_N "(cached) $ECHO_C" >&6
2891 else
2892   cat >conftest.$ac_ext <<_ACEOF
2893 /* confdefs.h.  */
2894 _ACEOF
2895 cat confdefs.h >>conftest.$ac_ext
2896 cat >>conftest.$ac_ext <<_ACEOF
2897 /* end confdefs.h.  */
2898
2899 int
2900 main ()
2901 {
2902 #ifndef __GNUC__
2903        choke me
2904 #endif
2905
2906   ;
2907   return 0;
2908 }
2909 _ACEOF
2910 rm -f conftest.$ac_objext
2911 if { (ac_try="$ac_compile"
2912 case "(($ac_try" in
2913   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2914   *) ac_try_echo=$ac_try;;
2915 esac
2916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2917   (eval "$ac_compile") 2>conftest.er1
2918   ac_status=$?
2919   grep -v '^ *+' conftest.er1 >conftest.err
2920   rm -f conftest.er1
2921   cat conftest.err >&5
2922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2923   (exit $ac_status); } && {
2924          test -z "$ac_c_werror_flag" ||
2925          test ! -s conftest.err
2926        } && test -s conftest.$ac_objext; then
2927   ac_compiler_gnu=yes
2928 else
2929   echo "$as_me: failed program was:" >&5
2930 sed 's/^/| /' conftest.$ac_ext >&5
2931
2932         ac_compiler_gnu=no
2933 fi
2934
2935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2936 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2937
2938 fi
2939 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2940 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2941 GCC=`test $ac_compiler_gnu = yes && echo yes`
2942 ac_test_CFLAGS=${CFLAGS+set}
2943 ac_save_CFLAGS=$CFLAGS
2944 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2945 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2946 if test "${ac_cv_prog_cc_g+set}" = set; then
2947   echo $ECHO_N "(cached) $ECHO_C" >&6
2948 else
2949   ac_save_c_werror_flag=$ac_c_werror_flag
2950    ac_c_werror_flag=yes
2951    ac_cv_prog_cc_g=no
2952    CFLAGS="-g"
2953    cat >conftest.$ac_ext <<_ACEOF
2954 /* confdefs.h.  */
2955 _ACEOF
2956 cat confdefs.h >>conftest.$ac_ext
2957 cat >>conftest.$ac_ext <<_ACEOF
2958 /* end confdefs.h.  */
2959
2960 int
2961 main ()
2962 {
2963
2964   ;
2965   return 0;
2966 }
2967 _ACEOF
2968 rm -f conftest.$ac_objext
2969 if { (ac_try="$ac_compile"
2970 case "(($ac_try" in
2971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972   *) ac_try_echo=$ac_try;;
2973 esac
2974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2975   (eval "$ac_compile") 2>conftest.er1
2976   ac_status=$?
2977   grep -v '^ *+' conftest.er1 >conftest.err
2978   rm -f conftest.er1
2979   cat conftest.err >&5
2980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981   (exit $ac_status); } && {
2982          test -z "$ac_c_werror_flag" ||
2983          test ! -s conftest.err
2984        } && test -s conftest.$ac_objext; then
2985   ac_cv_prog_cc_g=yes
2986 else
2987   echo "$as_me: failed program was:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2989
2990         CFLAGS=""
2991       cat >conftest.$ac_ext <<_ACEOF
2992 /* confdefs.h.  */
2993 _ACEOF
2994 cat confdefs.h >>conftest.$ac_ext
2995 cat >>conftest.$ac_ext <<_ACEOF
2996 /* end confdefs.h.  */
2997
2998 int
2999 main ()
3000 {
3001
3002   ;
3003   return 0;
3004 }
3005 _ACEOF
3006 rm -f conftest.$ac_objext
3007 if { (ac_try="$ac_compile"
3008 case "(($ac_try" in
3009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010   *) ac_try_echo=$ac_try;;
3011 esac
3012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3013   (eval "$ac_compile") 2>conftest.er1
3014   ac_status=$?
3015   grep -v '^ *+' conftest.er1 >conftest.err
3016   rm -f conftest.er1
3017   cat conftest.err >&5
3018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3019   (exit $ac_status); } && {
3020          test -z "$ac_c_werror_flag" ||
3021          test ! -s conftest.err
3022        } && test -s conftest.$ac_objext; then
3023   :
3024 else
3025   echo "$as_me: failed program was:" >&5
3026 sed 's/^/| /' conftest.$ac_ext >&5
3027
3028         ac_c_werror_flag=$ac_save_c_werror_flag
3029          CFLAGS="-g"
3030          cat >conftest.$ac_ext <<_ACEOF
3031 /* confdefs.h.  */
3032 _ACEOF
3033 cat confdefs.h >>conftest.$ac_ext
3034 cat >>conftest.$ac_ext <<_ACEOF
3035 /* end confdefs.h.  */
3036
3037 int
3038 main ()
3039 {
3040
3041   ;
3042   return 0;
3043 }
3044 _ACEOF
3045 rm -f conftest.$ac_objext
3046 if { (ac_try="$ac_compile"
3047 case "(($ac_try" in
3048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3049   *) ac_try_echo=$ac_try;;
3050 esac
3051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3052   (eval "$ac_compile") 2>conftest.er1
3053   ac_status=$?
3054   grep -v '^ *+' conftest.er1 >conftest.err
3055   rm -f conftest.er1
3056   cat conftest.err >&5
3057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3058   (exit $ac_status); } && {
3059          test -z "$ac_c_werror_flag" ||
3060          test ! -s conftest.err
3061        } && test -s conftest.$ac_objext; then
3062   ac_cv_prog_cc_g=yes
3063 else
3064   echo "$as_me: failed program was:" >&5
3065 sed 's/^/| /' conftest.$ac_ext >&5
3066
3067
3068 fi
3069
3070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3071 fi
3072
3073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3074 fi
3075
3076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077    ac_c_werror_flag=$ac_save_c_werror_flag
3078 fi
3079 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3080 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3081 if test "$ac_test_CFLAGS" = set; then
3082   CFLAGS=$ac_save_CFLAGS
3083 elif test $ac_cv_prog_cc_g = yes; then
3084   if test "$GCC" = yes; then
3085     CFLAGS="-g -O2"
3086   else
3087     CFLAGS="-g"
3088   fi
3089 else
3090   if test "$GCC" = yes; then
3091     CFLAGS="-O2"
3092   else
3093     CFLAGS=
3094   fi
3095 fi
3096 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3097 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3098 if test "${ac_cv_prog_cc_c89+set}" = set; then
3099   echo $ECHO_N "(cached) $ECHO_C" >&6
3100 else
3101   ac_cv_prog_cc_c89=no
3102 ac_save_CC=$CC
3103 cat >conftest.$ac_ext <<_ACEOF
3104 /* confdefs.h.  */
3105 _ACEOF
3106 cat confdefs.h >>conftest.$ac_ext
3107 cat >>conftest.$ac_ext <<_ACEOF
3108 /* end confdefs.h.  */
3109 #include <stdarg.h>
3110 #include <stdio.h>
3111 #include <sys/types.h>
3112 #include <sys/stat.h>
3113 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3114 struct buf { int x; };
3115 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3116 static char *e (p, i)
3117      char **p;
3118      int i;
3119 {
3120   return p[i];
3121 }
3122 static char *f (char * (*g) (char **, int), char **p, ...)
3123 {
3124   char *s;
3125   va_list v;
3126   va_start (v,p);
3127   s = g (p, va_arg (v,int));
3128   va_end (v);
3129   return s;
3130 }
3131
3132 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3133    function prototypes and stuff, but not '\xHH' hex character constants.
3134    These don't provoke an error unfortunately, instead are silently treated
3135    as 'x'.  The following induces an error, until -std is added to get
3136    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3137    array size at least.  It's necessary to write '\x00'==0 to get something
3138    that's true only with -std.  */
3139 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3140
3141 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3142    inside strings and character constants.  */
3143 #define FOO(x) 'x'
3144 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3145
3146 int test (int i, double x);
3147 struct s1 {int (*f) (int a);};
3148 struct s2 {int (*f) (double a);};
3149 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3150 int argc;
3151 char **argv;
3152 int
3153 main ()
3154 {
3155 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3156   ;
3157   return 0;
3158 }
3159 _ACEOF
3160 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3161         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3162 do
3163   CC="$ac_save_CC $ac_arg"
3164   rm -f conftest.$ac_objext
3165 if { (ac_try="$ac_compile"
3166 case "(($ac_try" in
3167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3168   *) ac_try_echo=$ac_try;;
3169 esac
3170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3171   (eval "$ac_compile") 2>conftest.er1
3172   ac_status=$?
3173   grep -v '^ *+' conftest.er1 >conftest.err
3174   rm -f conftest.er1
3175   cat conftest.err >&5
3176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3177   (exit $ac_status); } && {
3178          test -z "$ac_c_werror_flag" ||
3179          test ! -s conftest.err
3180        } && test -s conftest.$ac_objext; then
3181   ac_cv_prog_cc_c89=$ac_arg
3182 else
3183   echo "$as_me: failed program was:" >&5
3184 sed 's/^/| /' conftest.$ac_ext >&5
3185
3186
3187 fi
3188
3189 rm -f core conftest.err conftest.$ac_objext
3190   test "x$ac_cv_prog_cc_c89" != "xno" && break
3191 done
3192 rm -f conftest.$ac_ext
3193 CC=$ac_save_CC
3194
3195 fi
3196 # AC_CACHE_VAL
3197 case "x$ac_cv_prog_cc_c89" in
3198   x)
3199     { echo "$as_me:$LINENO: result: none needed" >&5
3200 echo "${ECHO_T}none needed" >&6; } ;;
3201   xno)
3202     { echo "$as_me:$LINENO: result: unsupported" >&5
3203 echo "${ECHO_T}unsupported" >&6; } ;;
3204   *)
3205     CC="$CC $ac_cv_prog_cc_c89"
3206     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3207 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3208 esac
3209
3210
3211 ac_ext=c
3212 ac_cpp='$CPP $CPPFLAGS'
3213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3216
3217 ac_ext=cpp
3218 ac_cpp='$CXXCPP $CPPFLAGS'
3219 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3222 if test -z "$CXX"; then
3223   if test -n "$CCC"; then
3224     CXX=$CCC
3225   else
3226     if test -n "$ac_tool_prefix"; then
3227   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3228   do
3229     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3230 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3231 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3233 if test "${ac_cv_prog_CXX+set}" = set; then
3234   echo $ECHO_N "(cached) $ECHO_C" >&6
3235 else
3236   if test -n "$CXX"; then
3237   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3238 else
3239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3240 for as_dir in $PATH
3241 do
3242   IFS=$as_save_IFS
3243   test -z "$as_dir" && as_dir=.
3244   for ac_exec_ext in '' $ac_executable_extensions; do
3245   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3247     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3248     break 2
3249   fi
3250 done
3251 done
3252 IFS=$as_save_IFS
3253
3254 fi
3255 fi
3256 CXX=$ac_cv_prog_CXX
3257 if test -n "$CXX"; then
3258   { echo "$as_me:$LINENO: result: $CXX" >&5
3259 echo "${ECHO_T}$CXX" >&6; }
3260 else
3261   { echo "$as_me:$LINENO: result: no" >&5
3262 echo "${ECHO_T}no" >&6; }
3263 fi
3264
3265
3266     test -n "$CXX" && break
3267   done
3268 fi
3269 if test -z "$CXX"; then
3270   ac_ct_CXX=$CXX
3271   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3272 do
3273   # Extract the first word of "$ac_prog", so it can be a program name with args.
3274 set dummy $ac_prog; ac_word=$2
3275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3277 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3278   echo $ECHO_N "(cached) $ECHO_C" >&6
3279 else
3280   if test -n "$ac_ct_CXX"; then
3281   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3282 else
3283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3284 for as_dir in $PATH
3285 do
3286   IFS=$as_save_IFS
3287   test -z "$as_dir" && as_dir=.
3288   for ac_exec_ext in '' $ac_executable_extensions; do
3289   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3290     ac_cv_prog_ac_ct_CXX="$ac_prog"
3291     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3292     break 2
3293   fi
3294 done
3295 done
3296 IFS=$as_save_IFS
3297
3298 fi
3299 fi
3300 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3301 if test -n "$ac_ct_CXX"; then
3302   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3303 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3304 else
3305   { echo "$as_me:$LINENO: result: no" >&5
3306 echo "${ECHO_T}no" >&6; }
3307 fi
3308
3309
3310   test -n "$ac_ct_CXX" && break
3311 done
3312
3313   if test "x$ac_ct_CXX" = x; then
3314     CXX="g++"
3315   else
3316     case $cross_compiling:$ac_tool_warned in
3317 yes:)
3318 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3319 whose name does not start with the host triplet.  If you think this
3320 configuration is useful to you, please write to autoconf@gnu.org." >&5
3321 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3322 whose name does not start with the host triplet.  If you think this
3323 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3324 ac_tool_warned=yes ;;
3325 esac
3326     CXX=$ac_ct_CXX
3327   fi
3328 fi
3329
3330   fi
3331 fi
3332 # Provide some information about the compiler.
3333 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3334 ac_compiler=`set X $ac_compile; echo $2`
3335 { (ac_try="$ac_compiler --version >&5"
3336 case "(($ac_try" in
3337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338   *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341   (eval "$ac_compiler --version >&5") 2>&5
3342   ac_status=$?
3343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344   (exit $ac_status); }
3345 { (ac_try="$ac_compiler -v >&5"
3346 case "(($ac_try" in
3347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348   *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351   (eval "$ac_compiler -v >&5") 2>&5
3352   ac_status=$?
3353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354   (exit $ac_status); }
3355 { (ac_try="$ac_compiler -V >&5"
3356 case "(($ac_try" in
3357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358   *) ac_try_echo=$ac_try;;
3359 esac
3360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3361   (eval "$ac_compiler -V >&5") 2>&5
3362   ac_status=$?
3363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3364   (exit $ac_status); }
3365
3366 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3367 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3368 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3369   echo $ECHO_N "(cached) $ECHO_C" >&6
3370 else
3371   cat >conftest.$ac_ext <<_ACEOF
3372 /* confdefs.h.  */
3373 _ACEOF
3374 cat confdefs.h >>conftest.$ac_ext
3375 cat >>conftest.$ac_ext <<_ACEOF
3376 /* end confdefs.h.  */
3377
3378 int
3379 main ()
3380 {
3381 #ifndef __GNUC__
3382        choke me
3383 #endif
3384
3385   ;
3386   return 0;
3387 }
3388 _ACEOF
3389 rm -f conftest.$ac_objext
3390 if { (ac_try="$ac_compile"
3391 case "(($ac_try" in
3392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3393   *) ac_try_echo=$ac_try;;
3394 esac
3395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3396   (eval "$ac_compile") 2>conftest.er1
3397   ac_status=$?
3398   grep -v '^ *+' conftest.er1 >conftest.err
3399   rm -f conftest.er1
3400   cat conftest.err >&5
3401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402   (exit $ac_status); } && {
3403          test -z "$ac_cxx_werror_flag" ||
3404          test ! -s conftest.err
3405        } && test -s conftest.$ac_objext; then
3406   ac_compiler_gnu=yes
3407 else
3408   echo "$as_me: failed program was:" >&5
3409 sed 's/^/| /' conftest.$ac_ext >&5
3410
3411         ac_compiler_gnu=no
3412 fi
3413
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3415 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3416
3417 fi
3418 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3419 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3420 GXX=`test $ac_compiler_gnu = yes && echo yes`
3421 ac_test_CXXFLAGS=${CXXFLAGS+set}
3422 ac_save_CXXFLAGS=$CXXFLAGS
3423 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3424 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3425 if test "${ac_cv_prog_cxx_g+set}" = set; then
3426   echo $ECHO_N "(cached) $ECHO_C" >&6
3427 else
3428   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3429    ac_cxx_werror_flag=yes
3430    ac_cv_prog_cxx_g=no
3431    CXXFLAGS="-g"
3432    cat >conftest.$ac_ext <<_ACEOF
3433 /* confdefs.h.  */
3434 _ACEOF
3435 cat confdefs.h >>conftest.$ac_ext
3436 cat >>conftest.$ac_ext <<_ACEOF
3437 /* end confdefs.h.  */
3438
3439 int
3440 main ()
3441 {
3442
3443   ;
3444   return 0;
3445 }
3446 _ACEOF
3447 rm -f conftest.$ac_objext
3448 if { (ac_try="$ac_compile"
3449 case "(($ac_try" in
3450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3451   *) ac_try_echo=$ac_try;;
3452 esac
3453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3454   (eval "$ac_compile") 2>conftest.er1
3455   ac_status=$?
3456   grep -v '^ *+' conftest.er1 >conftest.err
3457   rm -f conftest.er1
3458   cat conftest.err >&5
3459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3460   (exit $ac_status); } && {
3461          test -z "$ac_cxx_werror_flag" ||
3462          test ! -s conftest.err
3463        } && test -s conftest.$ac_objext; then
3464   ac_cv_prog_cxx_g=yes
3465 else
3466   echo "$as_me: failed program was:" >&5
3467 sed 's/^/| /' conftest.$ac_ext >&5
3468
3469         CXXFLAGS=""
3470       cat >conftest.$ac_ext <<_ACEOF
3471 /* confdefs.h.  */
3472 _ACEOF
3473 cat confdefs.h >>conftest.$ac_ext
3474 cat >>conftest.$ac_ext <<_ACEOF
3475 /* end confdefs.h.  */
3476
3477 int
3478 main ()
3479 {
3480
3481   ;
3482   return 0;
3483 }
3484 _ACEOF
3485 rm -f conftest.$ac_objext
3486 if { (ac_try="$ac_compile"
3487 case "(($ac_try" in
3488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489   *) ac_try_echo=$ac_try;;
3490 esac
3491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3492   (eval "$ac_compile") 2>conftest.er1
3493   ac_status=$?
3494   grep -v '^ *+' conftest.er1 >conftest.err
3495   rm -f conftest.er1
3496   cat conftest.err >&5
3497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498   (exit $ac_status); } && {
3499          test -z "$ac_cxx_werror_flag" ||
3500          test ! -s conftest.err
3501        } && test -s conftest.$ac_objext; then
3502   :
3503 else
3504   echo "$as_me: failed program was:" >&5
3505 sed 's/^/| /' conftest.$ac_ext >&5
3506
3507         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3508          CXXFLAGS="-g"
3509          cat >conftest.$ac_ext <<_ACEOF
3510 /* confdefs.h.  */
3511 _ACEOF
3512 cat confdefs.h >>conftest.$ac_ext
3513 cat >>conftest.$ac_ext <<_ACEOF
3514 /* end confdefs.h.  */
3515
3516 int
3517 main ()
3518 {
3519
3520   ;
3521   return 0;
3522 }
3523 _ACEOF
3524 rm -f conftest.$ac_objext
3525 if { (ac_try="$ac_compile"
3526 case "(($ac_try" in
3527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528   *) ac_try_echo=$ac_try;;
3529 esac
3530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3531   (eval "$ac_compile") 2>conftest.er1
3532   ac_status=$?
3533   grep -v '^ *+' conftest.er1 >conftest.err
3534   rm -f conftest.er1
3535   cat conftest.err >&5
3536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537   (exit $ac_status); } && {
3538          test -z "$ac_cxx_werror_flag" ||
3539          test ! -s conftest.err
3540        } && test -s conftest.$ac_objext; then
3541   ac_cv_prog_cxx_g=yes
3542 else
3543   echo "$as_me: failed program was:" >&5
3544 sed 's/^/| /' conftest.$ac_ext >&5
3545
3546
3547 fi
3548
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3550 fi
3551
3552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3553 fi
3554
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3557 fi
3558 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3559 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3560 if test "$ac_test_CXXFLAGS" = set; then
3561   CXXFLAGS=$ac_save_CXXFLAGS
3562 elif test $ac_cv_prog_cxx_g = yes; then
3563   if test "$GXX" = yes; then
3564     CXXFLAGS="-g -O2"
3565   else
3566     CXXFLAGS="-g"
3567   fi
3568 else
3569   if test "$GXX" = yes; then
3570     CXXFLAGS="-O2"
3571   else
3572     CXXFLAGS=
3573   fi
3574 fi
3575 ac_ext=c
3576 ac_cpp='$CPP $CPPFLAGS'
3577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3580
3581 if test -n "$ac_tool_prefix"; then
3582   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3583 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3584 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3586 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3587   echo $ECHO_N "(cached) $ECHO_C" >&6
3588 else
3589   if test -n "$CPPBIN"; then
3590   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3591 else
3592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3593 for as_dir in $PATH
3594 do
3595   IFS=$as_save_IFS
3596   test -z "$as_dir" && as_dir=.
3597   for ac_exec_ext in '' $ac_executable_extensions; do
3598   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3599     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3600     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3601     break 2
3602   fi
3603 done
3604 done
3605 IFS=$as_save_IFS
3606
3607 fi
3608 fi
3609 CPPBIN=$ac_cv_prog_CPPBIN
3610 if test -n "$CPPBIN"; then
3611   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3612 echo "${ECHO_T}$CPPBIN" >&6; }
3613 else
3614   { echo "$as_me:$LINENO: result: no" >&5
3615 echo "${ECHO_T}no" >&6; }
3616 fi
3617
3618
3619 fi
3620 if test -z "$ac_cv_prog_CPPBIN"; then
3621   ac_ct_CPPBIN=$CPPBIN
3622   # Extract the first word of "cpp", so it can be a program name with args.
3623 set dummy cpp; ac_word=$2
3624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3626 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3627   echo $ECHO_N "(cached) $ECHO_C" >&6
3628 else
3629   if test -n "$ac_ct_CPPBIN"; then
3630   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3631 else
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633 for as_dir in $PATH
3634 do
3635   IFS=$as_save_IFS
3636   test -z "$as_dir" && as_dir=.
3637   for ac_exec_ext in '' $ac_executable_extensions; do
3638   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3639     ac_cv_prog_ac_ct_CPPBIN="cpp"
3640     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3641     break 2
3642   fi
3643 done
3644 done
3645 IFS=$as_save_IFS
3646
3647 fi
3648 fi
3649 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3650 if test -n "$ac_ct_CPPBIN"; then
3651   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3652 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3653 else
3654   { echo "$as_me:$LINENO: result: no" >&5
3655 echo "${ECHO_T}no" >&6; }
3656 fi
3657
3658   if test "x$ac_ct_CPPBIN" = x; then
3659     CPPBIN="cpp"
3660   else
3661     case $cross_compiling:$ac_tool_warned in
3662 yes:)
3663 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3664 whose name does not start with the host triplet.  If you think this
3665 configuration is useful to you, please write to autoconf@gnu.org." >&5
3666 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3667 whose name does not start with the host triplet.  If you think this
3668 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3669 ac_tool_warned=yes ;;
3670 esac
3671     CPPBIN=$ac_ct_CPPBIN
3672   fi
3673 else
3674   CPPBIN="$ac_cv_prog_CPPBIN"
3675 fi
3676
3677
3678 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3679 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3680 if test "${wine_cv_toolsdir+set}" = set; then
3681   echo $ECHO_N "(cached) $ECHO_C" >&6
3682 else
3683   if test -z "$with_wine_tools"; then
3684      if test "$cross_compiling" = "yes"; then
3685        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3686 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3687    { (exit 1); exit 1; }; }
3688      else
3689        wine_cv_toolsdir="\$(TOPOBJDIR)"
3690      fi
3691    elif test -d "$with_wine_tools/tools/winebuild"; then
3692      case $with_wine_tools in
3693        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3694        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3695      esac
3696    else
3697      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3698 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3699    { (exit 1); exit 1; }; }
3700    fi
3701 fi
3702 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3703 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3704 TOOLSDIR=$wine_cv_toolsdir
3705
3706
3707
3708 ac_ext=c
3709 ac_cpp='$CPP $CPPFLAGS'
3710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3713 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3714 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3715 # On Suns, sometimes $CPP names a directory.
3716 if test -n "$CPP" && test -d "$CPP"; then
3717   CPP=
3718 fi
3719 if test -z "$CPP"; then
3720   if test "${ac_cv_prog_CPP+set}" = set; then
3721   echo $ECHO_N "(cached) $ECHO_C" >&6
3722 else
3723       # Double quotes because CPP needs to be expanded
3724     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3725     do
3726       ac_preproc_ok=false
3727 for ac_c_preproc_warn_flag in '' yes
3728 do
3729   # Use a header file that comes with gcc, so configuring glibc
3730   # with a fresh cross-compiler works.
3731   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3732   # <limits.h> exists even on freestanding compilers.
3733   # On the NeXT, cc -E runs the code through the compiler's parser,
3734   # not just through cpp. "Syntax error" is here to catch this case.
3735   cat >conftest.$ac_ext <<_ACEOF
3736 /* confdefs.h.  */
3737 _ACEOF
3738 cat confdefs.h >>conftest.$ac_ext
3739 cat >>conftest.$ac_ext <<_ACEOF
3740 /* end confdefs.h.  */
3741 #ifdef __STDC__
3742 # include <limits.h>
3743 #else
3744 # include <assert.h>
3745 #endif
3746                      Syntax error
3747 _ACEOF
3748 if { (ac_try="$ac_cpp conftest.$ac_ext"
3749 case "(($ac_try" in
3750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751   *) ac_try_echo=$ac_try;;
3752 esac
3753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3754   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3755   ac_status=$?
3756   grep -v '^ *+' conftest.er1 >conftest.err
3757   rm -f conftest.er1
3758   cat conftest.err >&5
3759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3760   (exit $ac_status); } >/dev/null && {
3761          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3762          test ! -s conftest.err
3763        }; then
3764   :
3765 else
3766   echo "$as_me: failed program was:" >&5
3767 sed 's/^/| /' conftest.$ac_ext >&5
3768
3769   # Broken: fails on valid input.
3770 continue
3771 fi
3772
3773 rm -f conftest.err conftest.$ac_ext
3774
3775   # OK, works on sane cases.  Now check whether nonexistent headers
3776   # can be detected and how.
3777   cat >conftest.$ac_ext <<_ACEOF
3778 /* confdefs.h.  */
3779 _ACEOF
3780 cat confdefs.h >>conftest.$ac_ext
3781 cat >>conftest.$ac_ext <<_ACEOF
3782 /* end confdefs.h.  */
3783 #include <ac_nonexistent.h>
3784 _ACEOF
3785 if { (ac_try="$ac_cpp conftest.$ac_ext"
3786 case "(($ac_try" in
3787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788   *) ac_try_echo=$ac_try;;
3789 esac
3790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3791   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3792   ac_status=$?
3793   grep -v '^ *+' conftest.er1 >conftest.err
3794   rm -f conftest.er1
3795   cat conftest.err >&5
3796   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3797   (exit $ac_status); } >/dev/null && {
3798          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3799          test ! -s conftest.err
3800        }; then
3801   # Broken: success on invalid input.
3802 continue
3803 else
3804   echo "$as_me: failed program was:" >&5
3805 sed 's/^/| /' conftest.$ac_ext >&5
3806
3807   # Passes both tests.
3808 ac_preproc_ok=:
3809 break
3810 fi
3811
3812 rm -f conftest.err conftest.$ac_ext
3813
3814 done
3815 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3816 rm -f conftest.err conftest.$ac_ext
3817 if $ac_preproc_ok; then
3818   break
3819 fi
3820
3821     done
3822     ac_cv_prog_CPP=$CPP
3823
3824 fi
3825   CPP=$ac_cv_prog_CPP
3826 else
3827   ac_cv_prog_CPP=$CPP
3828 fi
3829 { echo "$as_me:$LINENO: result: $CPP" >&5
3830 echo "${ECHO_T}$CPP" >&6; }
3831 ac_preproc_ok=false
3832 for ac_c_preproc_warn_flag in '' yes
3833 do
3834   # Use a header file that comes with gcc, so configuring glibc
3835   # with a fresh cross-compiler works.
3836   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3837   # <limits.h> exists even on freestanding compilers.
3838   # On the NeXT, cc -E runs the code through the compiler's parser,
3839   # not just through cpp. "Syntax error" is here to catch this case.
3840   cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h.  */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h.  */
3846 #ifdef __STDC__
3847 # include <limits.h>
3848 #else
3849 # include <assert.h>
3850 #endif
3851                      Syntax error
3852 _ACEOF
3853 if { (ac_try="$ac_cpp conftest.$ac_ext"
3854 case "(($ac_try" in
3855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3856   *) ac_try_echo=$ac_try;;
3857 esac
3858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3859   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3860   ac_status=$?
3861   grep -v '^ *+' conftest.er1 >conftest.err
3862   rm -f conftest.er1
3863   cat conftest.err >&5
3864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865   (exit $ac_status); } >/dev/null && {
3866          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3867          test ! -s conftest.err
3868        }; then
3869   :
3870 else
3871   echo "$as_me: failed program was:" >&5
3872 sed 's/^/| /' conftest.$ac_ext >&5
3873
3874   # Broken: fails on valid input.
3875 continue
3876 fi
3877
3878 rm -f conftest.err conftest.$ac_ext
3879
3880   # OK, works on sane cases.  Now check whether nonexistent headers
3881   # can be detected and how.
3882   cat >conftest.$ac_ext <<_ACEOF
3883 /* confdefs.h.  */
3884 _ACEOF
3885 cat confdefs.h >>conftest.$ac_ext
3886 cat >>conftest.$ac_ext <<_ACEOF
3887 /* end confdefs.h.  */
3888 #include <ac_nonexistent.h>
3889 _ACEOF
3890 if { (ac_try="$ac_cpp conftest.$ac_ext"
3891 case "(($ac_try" in
3892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3893   *) ac_try_echo=$ac_try;;
3894 esac
3895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3896   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3897   ac_status=$?
3898   grep -v '^ *+' conftest.er1 >conftest.err
3899   rm -f conftest.er1
3900   cat conftest.err >&5
3901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3902   (exit $ac_status); } >/dev/null && {
3903          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3904          test ! -s conftest.err
3905        }; then
3906   # Broken: success on invalid input.
3907 continue
3908 else
3909   echo "$as_me: failed program was:" >&5
3910 sed 's/^/| /' conftest.$ac_ext >&5
3911
3912   # Passes both tests.
3913 ac_preproc_ok=:
3914 break
3915 fi
3916
3917 rm -f conftest.err conftest.$ac_ext
3918
3919 done
3920 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3921 rm -f conftest.err conftest.$ac_ext
3922 if $ac_preproc_ok; then
3923   :
3924 else
3925   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3926 See \`config.log' for more details." >&5
3927 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3928 See \`config.log' for more details." >&2;}
3929    { (exit 1); exit 1; }; }
3930 fi
3931
3932 ac_ext=c
3933 ac_cpp='$CPP $CPPFLAGS'
3934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3937
3938
3939 { echo "$as_me:$LINENO: checking for X" >&5
3940 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3941
3942
3943 # Check whether --with-x was given.
3944 if test "${with_x+set}" = set; then
3945   withval=$with_x;
3946 fi
3947
3948 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3949 if test "x$with_x" = xno; then
3950   # The user explicitly disabled X.
3951   have_x=disabled
3952 else
3953   case $x_includes,$x_libraries in #(
3954     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3955 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3956    { (exit 1); exit 1; }; };; #(
3957     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3958   echo $ECHO_N "(cached) $ECHO_C" >&6
3959 else
3960   # One or both of the vars are not set, and there is no cached value.
3961 ac_x_includes=no ac_x_libraries=no
3962 rm -f -r conftest.dir
3963 if mkdir conftest.dir; then
3964   cd conftest.dir
3965   cat >Imakefile <<'_ACEOF'
3966 incroot:
3967         @echo incroot='${INCROOT}'
3968 usrlibdir:
3969         @echo usrlibdir='${USRLIBDIR}'
3970 libdir:
3971         @echo libdir='${LIBDIR}'
3972 _ACEOF
3973   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3974     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3975     for ac_var in incroot usrlibdir libdir; do
3976       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3977     done
3978     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3979     for ac_extension in a so sl; do
3980       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3981          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3982         ac_im_usrlibdir=$ac_im_libdir; break
3983       fi
3984     done
3985     # Screen out bogus values from the imake configuration.  They are
3986     # bogus both because they are the default anyway, and because
3987     # using them would break gcc on systems where it needs fixed includes.
3988     case $ac_im_incroot in
3989         /usr/include) ac_x_includes= ;;
3990         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3991     esac
3992     case $ac_im_usrlibdir in
3993         /usr/lib | /lib) ;;
3994         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3995     esac
3996   fi
3997   cd ..
3998   rm -f -r conftest.dir
3999 fi
4000
4001 # Standard set of common directories for X headers.
4002 # Check X11 before X11Rn because it is often a symlink to the current release.
4003 ac_x_header_dirs='
4004 /usr/X11/include
4005 /usr/X11R6/include
4006 /usr/X11R5/include
4007 /usr/X11R4/include
4008
4009 /usr/include/X11
4010 /usr/include/X11R6
4011 /usr/include/X11R5
4012 /usr/include/X11R4
4013
4014 /usr/local/X11/include
4015 /usr/local/X11R6/include
4016 /usr/local/X11R5/include
4017 /usr/local/X11R4/include
4018
4019 /usr/local/include/X11
4020 /usr/local/include/X11R6
4021 /usr/local/include/X11R5
4022 /usr/local/include/X11R4
4023
4024 /usr/X386/include
4025 /usr/x386/include
4026 /usr/XFree86/include/X11
4027
4028 /usr/include
4029 /usr/local/include
4030 /usr/unsupported/include
4031 /usr/athena/include
4032 /usr/local/x11r5/include
4033 /usr/lpp/Xamples/include
4034
4035 /usr/openwin/include
4036 /usr/openwin/share/include'
4037
4038 if test "$ac_x_includes" = no; then
4039   # Guess where to find include files, by looking for Xlib.h.
4040   # First, try using that file with no special directory specified.
4041   cat >conftest.$ac_ext <<_ACEOF
4042 /* confdefs.h.  */
4043 _ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h.  */
4047 #include <X11/Xlib.h>
4048 _ACEOF
4049 if { (ac_try="$ac_cpp conftest.$ac_ext"
4050 case "(($ac_try" in
4051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4052   *) ac_try_echo=$ac_try;;
4053 esac
4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4055   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4056   ac_status=$?
4057   grep -v '^ *+' conftest.er1 >conftest.err
4058   rm -f conftest.er1
4059   cat conftest.err >&5
4060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4061   (exit $ac_status); } >/dev/null && {
4062          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4063          test ! -s conftest.err
4064        }; then
4065   # We can compile using X headers with no special include directory.
4066 ac_x_includes=
4067 else
4068   echo "$as_me: failed program was:" >&5
4069 sed 's/^/| /' conftest.$ac_ext >&5
4070
4071   for ac_dir in $ac_x_header_dirs; do
4072   if test -r "$ac_dir/X11/Xlib.h"; then
4073     ac_x_includes=$ac_dir
4074     break
4075   fi
4076 done
4077 fi
4078
4079 rm -f conftest.err conftest.$ac_ext
4080 fi # $ac_x_includes = no
4081
4082 if test "$ac_x_libraries" = no; then
4083   # Check for the libraries.
4084   # See if we find them without any special options.
4085   # Don't add to $LIBS permanently.
4086   ac_save_LIBS=$LIBS
4087   LIBS="-lX11 $LIBS"
4088   cat >conftest.$ac_ext <<_ACEOF
4089 /* confdefs.h.  */
4090 _ACEOF
4091 cat confdefs.h >>conftest.$ac_ext
4092 cat >>conftest.$ac_ext <<_ACEOF
4093 /* end confdefs.h.  */
4094 #include <X11/Xlib.h>
4095 int
4096 main ()
4097 {
4098 XrmInitialize ()
4099   ;
4100   return 0;
4101 }
4102 _ACEOF
4103 rm -f conftest.$ac_objext conftest$ac_exeext
4104 if { (ac_try="$ac_link"
4105 case "(($ac_try" in
4106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4107   *) ac_try_echo=$ac_try;;
4108 esac
4109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4110   (eval "$ac_link") 2>conftest.er1
4111   ac_status=$?
4112   grep -v '^ *+' conftest.er1 >conftest.err
4113   rm -f conftest.er1
4114   cat conftest.err >&5
4115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4116   (exit $ac_status); } && {
4117          test -z "$ac_c_werror_flag" ||
4118          test ! -s conftest.err
4119        } && test -s conftest$ac_exeext &&
4120        $as_test_x conftest$ac_exeext; then
4121   LIBS=$ac_save_LIBS
4122 # We can link X programs with no special library path.
4123 ac_x_libraries=
4124 else
4125   echo "$as_me: failed program was:" >&5
4126 sed 's/^/| /' conftest.$ac_ext >&5
4127
4128         LIBS=$ac_save_LIBS
4129 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4130 do
4131   # Don't even attempt the hair of trying to link an X program!
4132   for ac_extension in a so sl; do
4133     if test -r "$ac_dir/libX11.$ac_extension"; then
4134       ac_x_libraries=$ac_dir
4135       break 2
4136     fi
4137   done
4138 done
4139 fi
4140
4141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4142       conftest$ac_exeext conftest.$ac_ext
4143 fi # $ac_x_libraries = no
4144
4145 case $ac_x_includes,$ac_x_libraries in #(
4146   no,* | *,no | *\'*)
4147     # Didn't find X, or a directory has "'" in its name.
4148     ac_cv_have_x="have_x=no";; #(
4149   *)
4150     # Record where we found X for the cache.
4151     ac_cv_have_x="have_x=yes\
4152         ac_x_includes='$ac_x_includes'\
4153         ac_x_libraries='$ac_x_libraries'"
4154 esac
4155 fi
4156 ;; #(
4157     *) have_x=yes;;
4158   esac
4159   eval "$ac_cv_have_x"
4160 fi # $with_x != no
4161
4162 if test "$have_x" != yes; then
4163   { echo "$as_me:$LINENO: result: $have_x" >&5
4164 echo "${ECHO_T}$have_x" >&6; }
4165   no_x=yes
4166 else
4167   # If each of the values was on the command line, it overrides each guess.
4168   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4169   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4170   # Update the cache value to reflect the command line values.
4171   ac_cv_have_x="have_x=yes\
4172         ac_x_includes='$x_includes'\
4173         ac_x_libraries='$x_libraries'"
4174   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4175 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4176 fi
4177
4178 if test "$no_x" = yes; then
4179   # Not all programs may use this symbol, but it does not hurt to define it.
4180
4181 cat >>confdefs.h <<\_ACEOF
4182 #define X_DISPLAY_MISSING 1
4183 _ACEOF
4184
4185   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4186 else
4187   if test -n "$x_includes"; then
4188     X_CFLAGS="$X_CFLAGS -I$x_includes"
4189   fi
4190
4191   # It would also be nice to do this for all -L options, not just this one.
4192   if test -n "$x_libraries"; then
4193     X_LIBS="$X_LIBS -L$x_libraries"
4194     # For Solaris; some versions of Sun CC require a space after -R and
4195     # others require no space.  Words are not sufficient . . . .
4196     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4197 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4198     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4199     ac_xsave_c_werror_flag=$ac_c_werror_flag
4200     ac_c_werror_flag=yes
4201     cat >conftest.$ac_ext <<_ACEOF
4202 /* confdefs.h.  */
4203 _ACEOF
4204 cat confdefs.h >>conftest.$ac_ext
4205 cat >>conftest.$ac_ext <<_ACEOF
4206 /* end confdefs.h.  */
4207
4208 int
4209 main ()
4210 {
4211
4212   ;
4213   return 0;
4214 }
4215 _ACEOF
4216 rm -f conftest.$ac_objext conftest$ac_exeext
4217 if { (ac_try="$ac_link"
4218 case "(($ac_try" in
4219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4220   *) ac_try_echo=$ac_try;;
4221 esac
4222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4223   (eval "$ac_link") 2>conftest.er1
4224   ac_status=$?
4225   grep -v '^ *+' conftest.er1 >conftest.err
4226   rm -f conftest.er1
4227   cat conftest.err >&5
4228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229   (exit $ac_status); } && {
4230          test -z "$ac_c_werror_flag" ||
4231          test ! -s conftest.err
4232        } && test -s conftest$ac_exeext &&
4233        $as_test_x conftest$ac_exeext; then
4234   { echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6; }
4236        X_LIBS="$X_LIBS -R$x_libraries"
4237 else
4238   echo "$as_me: failed program was:" >&5
4239 sed 's/^/| /' conftest.$ac_ext >&5
4240
4241         LIBS="$ac_xsave_LIBS -R $x_libraries"
4242        cat >conftest.$ac_ext <<_ACEOF
4243 /* confdefs.h.  */
4244 _ACEOF
4245 cat confdefs.h >>conftest.$ac_ext
4246 cat >>conftest.$ac_ext <<_ACEOF
4247 /* end confdefs.h.  */
4248
4249 int
4250 main ()
4251 {
4252
4253   ;
4254   return 0;
4255 }
4256 _ACEOF
4257 rm -f conftest.$ac_objext conftest$ac_exeext
4258 if { (ac_try="$ac_link"
4259 case "(($ac_try" in
4260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4261   *) ac_try_echo=$ac_try;;
4262 esac
4263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264   (eval "$ac_link") 2>conftest.er1
4265   ac_status=$?
4266   grep -v '^ *+' conftest.er1 >conftest.err
4267   rm -f conftest.er1
4268   cat conftest.err >&5
4269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4270   (exit $ac_status); } && {
4271          test -z "$ac_c_werror_flag" ||
4272          test ! -s conftest.err
4273        } && test -s conftest$ac_exeext &&
4274        $as_test_x conftest$ac_exeext; then
4275   { echo "$as_me:$LINENO: result: yes" >&5
4276 echo "${ECHO_T}yes" >&6; }
4277           X_LIBS="$X_LIBS -R $x_libraries"
4278 else
4279   echo "$as_me: failed program was:" >&5
4280 sed 's/^/| /' conftest.$ac_ext >&5
4281
4282         { echo "$as_me:$LINENO: result: neither works" >&5
4283 echo "${ECHO_T}neither works" >&6; }
4284 fi
4285
4286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4287       conftest$ac_exeext conftest.$ac_ext
4288 fi
4289
4290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4291       conftest$ac_exeext conftest.$ac_ext
4292     ac_c_werror_flag=$ac_xsave_c_werror_flag
4293     LIBS=$ac_xsave_LIBS
4294   fi
4295
4296   # Check for system-dependent libraries X programs must link with.
4297   # Do this before checking for the system-independent R6 libraries
4298   # (-lICE), since we may need -lsocket or whatever for X linking.
4299
4300   if test "$ISC" = yes; then
4301     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4302   else
4303     # Martyn Johnson says this is needed for Ultrix, if the X
4304     # libraries were built with DECnet support.  And Karl Berry says
4305     # the Alpha needs dnet_stub (dnet does not exist).
4306     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4307     cat >conftest.$ac_ext <<_ACEOF
4308 /* confdefs.h.  */
4309 _ACEOF
4310 cat confdefs.h >>conftest.$ac_ext
4311 cat >>conftest.$ac_ext <<_ACEOF
4312 /* end confdefs.h.  */
4313
4314 /* Override any GCC internal prototype to avoid an error.
4315    Use char because int might match the return type of a GCC
4316    builtin and then its argument prototype would still apply.  */
4317 #ifdef __cplusplus
4318 extern "C"
4319 #endif
4320 char XOpenDisplay ();
4321 int
4322 main ()
4323 {
4324 return XOpenDisplay ();
4325   ;
4326   return 0;
4327 }
4328 _ACEOF
4329 rm -f conftest.$ac_objext conftest$ac_exeext
4330 if { (ac_try="$ac_link"
4331 case "(($ac_try" in
4332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4333   *) ac_try_echo=$ac_try;;
4334 esac
4335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4336   (eval "$ac_link") 2>conftest.er1
4337   ac_status=$?
4338   grep -v '^ *+' conftest.er1 >conftest.err
4339   rm -f conftest.er1
4340   cat conftest.err >&5
4341   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4342   (exit $ac_status); } && {
4343          test -z "$ac_c_werror_flag" ||
4344          test ! -s conftest.err
4345        } && test -s conftest$ac_exeext &&
4346        $as_test_x conftest$ac_exeext; then
4347   :
4348 else
4349   echo "$as_me: failed program was:" >&5
4350 sed 's/^/| /' conftest.$ac_ext >&5
4351
4352         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4353 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4354 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4355   echo $ECHO_N "(cached) $ECHO_C" >&6
4356 else
4357   ac_check_lib_save_LIBS=$LIBS
4358 LIBS="-ldnet  $LIBS"
4359 cat >conftest.$ac_ext <<_ACEOF
4360 /* confdefs.h.  */
4361 _ACEOF
4362 cat confdefs.h >>conftest.$ac_ext
4363 cat >>conftest.$ac_ext <<_ACEOF
4364 /* end confdefs.h.  */
4365
4366 /* Override any GCC internal prototype to avoid an error.
4367    Use char because int might match the return type of a GCC
4368    builtin and then its argument prototype would still apply.  */
4369 #ifdef __cplusplus
4370 extern "C"
4371 #endif
4372 char dnet_ntoa ();
4373 int
4374 main ()
4375 {
4376 return dnet_ntoa ();
4377   ;
4378   return 0;
4379 }
4380 _ACEOF
4381 rm -f conftest.$ac_objext conftest$ac_exeext
4382 if { (ac_try="$ac_link"
4383 case "(($ac_try" in
4384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4385   *) ac_try_echo=$ac_try;;
4386 esac
4387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4388   (eval "$ac_link") 2>conftest.er1
4389   ac_status=$?
4390   grep -v '^ *+' conftest.er1 >conftest.err
4391   rm -f conftest.er1
4392   cat conftest.err >&5
4393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4394   (exit $ac_status); } && {
4395          test -z "$ac_c_werror_flag" ||
4396          test ! -s conftest.err
4397        } && test -s conftest$ac_exeext &&
4398        $as_test_x conftest$ac_exeext; then
4399   ac_cv_lib_dnet_dnet_ntoa=yes
4400 else
4401   echo "$as_me: failed program was:" >&5
4402 sed 's/^/| /' conftest.$ac_ext >&5
4403
4404         ac_cv_lib_dnet_dnet_ntoa=no
4405 fi
4406
4407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4408       conftest$ac_exeext conftest.$ac_ext
4409 LIBS=$ac_check_lib_save_LIBS
4410 fi
4411 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4412 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4413 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4414   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4415 fi
4416
4417     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4418       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4419 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4420 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4421   echo $ECHO_N "(cached) $ECHO_C" >&6
4422 else
4423   ac_check_lib_save_LIBS=$LIBS
4424 LIBS="-ldnet_stub  $LIBS"
4425 cat >conftest.$ac_ext <<_ACEOF
4426 /* confdefs.h.  */
4427 _ACEOF
4428 cat confdefs.h >>conftest.$ac_ext
4429 cat >>conftest.$ac_ext <<_ACEOF
4430 /* end confdefs.h.  */
4431
4432 /* Override any GCC internal prototype to avoid an error.
4433    Use char because int might match the return type of a GCC
4434    builtin and then its argument prototype would still apply.  */
4435 #ifdef __cplusplus
4436 extern "C"
4437 #endif
4438 char dnet_ntoa ();
4439 int
4440 main ()
4441 {
4442 return dnet_ntoa ();
4443   ;
4444   return 0;
4445 }
4446 _ACEOF
4447 rm -f conftest.$ac_objext conftest$ac_exeext
4448 if { (ac_try="$ac_link"
4449 case "(($ac_try" in
4450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4451   *) ac_try_echo=$ac_try;;
4452 esac
4453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4454   (eval "$ac_link") 2>conftest.er1
4455   ac_status=$?
4456   grep -v '^ *+' conftest.er1 >conftest.err
4457   rm -f conftest.er1
4458   cat conftest.err >&5
4459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4460   (exit $ac_status); } && {
4461          test -z "$ac_c_werror_flag" ||
4462          test ! -s conftest.err
4463        } && test -s conftest$ac_exeext &&
4464        $as_test_x conftest$ac_exeext; then
4465   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4466 else
4467   echo "$as_me: failed program was:" >&5
4468 sed 's/^/| /' conftest.$ac_ext >&5
4469
4470         ac_cv_lib_dnet_stub_dnet_ntoa=no
4471 fi
4472
4473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4474       conftest$ac_exeext conftest.$ac_ext
4475 LIBS=$ac_check_lib_save_LIBS
4476 fi
4477 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4478 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4479 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4480   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4481 fi
4482
4483     fi
4484 fi
4485
4486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4487       conftest$ac_exeext conftest.$ac_ext
4488     LIBS="$ac_xsave_LIBS"
4489
4490     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4491     # to get the SysV transport functions.
4492     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4493     # needs -lnsl.
4494     # The nsl library prevents programs from opening the X display
4495     # on Irix 5.2, according to T.E. Dickey.
4496     # The functions gethostbyname, getservbyname, and inet_addr are
4497     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4498     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4499 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4500 if test "${ac_cv_func_gethostbyname+set}" = set; then
4501   echo $ECHO_N "(cached) $ECHO_C" >&6
4502 else
4503   cat >conftest.$ac_ext <<_ACEOF
4504 /* confdefs.h.  */
4505 _ACEOF
4506 cat confdefs.h >>conftest.$ac_ext
4507 cat >>conftest.$ac_ext <<_ACEOF
4508 /* end confdefs.h.  */
4509 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4510    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4511 #define gethostbyname innocuous_gethostbyname
4512
4513 /* System header to define __stub macros and hopefully few prototypes,
4514     which can conflict with char gethostbyname (); below.
4515     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516     <limits.h> exists even on freestanding compilers.  */
4517
4518 #ifdef __STDC__
4519 # include <limits.h>
4520 #else
4521 # include <assert.h>
4522 #endif
4523
4524 #undef gethostbyname
4525
4526 /* Override any GCC internal prototype to avoid an error.
4527    Use char because int might match the return type of a GCC
4528    builtin and then its argument prototype would still apply.  */
4529 #ifdef __cplusplus
4530 extern "C"
4531 #endif
4532 char gethostbyname ();
4533 /* The GNU C library defines this for functions which it implements
4534     to always fail with ENOSYS.  Some functions are actually named
4535     something starting with __ and the normal name is an alias.  */
4536 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4537 choke me
4538 #endif
4539
4540 int
4541 main ()
4542 {
4543 return gethostbyname ();
4544   ;
4545   return 0;
4546 }
4547 _ACEOF
4548 rm -f conftest.$ac_objext conftest$ac_exeext
4549 if { (ac_try="$ac_link"
4550 case "(($ac_try" in
4551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4552   *) ac_try_echo=$ac_try;;
4553 esac
4554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4555   (eval "$ac_link") 2>conftest.er1
4556   ac_status=$?
4557   grep -v '^ *+' conftest.er1 >conftest.err
4558   rm -f conftest.er1
4559   cat conftest.err >&5
4560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4561   (exit $ac_status); } && {
4562          test -z "$ac_c_werror_flag" ||
4563          test ! -s conftest.err
4564        } && test -s conftest$ac_exeext &&
4565        $as_test_x conftest$ac_exeext; then
4566   ac_cv_func_gethostbyname=yes
4567 else
4568   echo "$as_me: failed program was:" >&5
4569 sed 's/^/| /' conftest.$ac_ext >&5
4570
4571         ac_cv_func_gethostbyname=no
4572 fi
4573
4574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4575       conftest$ac_exeext conftest.$ac_ext
4576 fi
4577 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4578 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4579
4580     if test $ac_cv_func_gethostbyname = no; then
4581       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4582 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4583 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4584   echo $ECHO_N "(cached) $ECHO_C" >&6
4585 else
4586   ac_check_lib_save_LIBS=$LIBS
4587 LIBS="-lnsl  $LIBS"
4588 cat >conftest.$ac_ext <<_ACEOF
4589 /* confdefs.h.  */
4590 _ACEOF
4591 cat confdefs.h >>conftest.$ac_ext
4592 cat >>conftest.$ac_ext <<_ACEOF
4593 /* end confdefs.h.  */
4594
4595 /* Override any GCC internal prototype to avoid an error.
4596    Use char because int might match the return type of a GCC
4597    builtin and then its argument prototype would still apply.  */
4598 #ifdef __cplusplus
4599 extern "C"
4600 #endif
4601 char gethostbyname ();
4602 int
4603 main ()
4604 {
4605 return gethostbyname ();
4606   ;
4607   return 0;
4608 }
4609 _ACEOF
4610 rm -f conftest.$ac_objext conftest$ac_exeext
4611 if { (ac_try="$ac_link"
4612 case "(($ac_try" in
4613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4614   *) ac_try_echo=$ac_try;;
4615 esac
4616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4617   (eval "$ac_link") 2>conftest.er1
4618   ac_status=$?
4619   grep -v '^ *+' conftest.er1 >conftest.err
4620   rm -f conftest.er1
4621   cat conftest.err >&5
4622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623   (exit $ac_status); } && {
4624          test -z "$ac_c_werror_flag" ||
4625          test ! -s conftest.err
4626        } && test -s conftest$ac_exeext &&
4627        $as_test_x conftest$ac_exeext; then
4628   ac_cv_lib_nsl_gethostbyname=yes
4629 else
4630   echo "$as_me: failed program was:" >&5
4631 sed 's/^/| /' conftest.$ac_ext >&5
4632
4633         ac_cv_lib_nsl_gethostbyname=no
4634 fi
4635
4636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4637       conftest$ac_exeext conftest.$ac_ext
4638 LIBS=$ac_check_lib_save_LIBS
4639 fi
4640 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4641 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4642 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4643   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4644 fi
4645
4646       if test $ac_cv_lib_nsl_gethostbyname = no; then
4647         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4648 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4649 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4650   echo $ECHO_N "(cached) $ECHO_C" >&6
4651 else
4652   ac_check_lib_save_LIBS=$LIBS
4653 LIBS="-lbsd  $LIBS"
4654 cat >conftest.$ac_ext <<_ACEOF
4655 /* confdefs.h.  */
4656 _ACEOF
4657 cat confdefs.h >>conftest.$ac_ext
4658 cat >>conftest.$ac_ext <<_ACEOF
4659 /* end confdefs.h.  */
4660
4661 /* Override any GCC internal prototype to avoid an error.
4662    Use char because int might match the return type of a GCC
4663    builtin and then its argument prototype would still apply.  */
4664 #ifdef __cplusplus
4665 extern "C"
4666 #endif
4667 char gethostbyname ();
4668 int
4669 main ()
4670 {
4671 return gethostbyname ();
4672   ;
4673   return 0;
4674 }
4675 _ACEOF
4676 rm -f conftest.$ac_objext conftest$ac_exeext
4677 if { (ac_try="$ac_link"
4678 case "(($ac_try" in
4679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4680   *) ac_try_echo=$ac_try;;
4681 esac
4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4683   (eval "$ac_link") 2>conftest.er1
4684   ac_status=$?
4685   grep -v '^ *+' conftest.er1 >conftest.err
4686   rm -f conftest.er1
4687   cat conftest.err >&5
4688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689   (exit $ac_status); } && {
4690          test -z "$ac_c_werror_flag" ||
4691          test ! -s conftest.err
4692        } && test -s conftest$ac_exeext &&
4693        $as_test_x conftest$ac_exeext; then
4694   ac_cv_lib_bsd_gethostbyname=yes
4695 else
4696   echo "$as_me: failed program was:" >&5
4697 sed 's/^/| /' conftest.$ac_ext >&5
4698
4699         ac_cv_lib_bsd_gethostbyname=no
4700 fi
4701
4702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4703       conftest$ac_exeext conftest.$ac_ext
4704 LIBS=$ac_check_lib_save_LIBS
4705 fi
4706 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4707 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4708 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4709   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4710 fi
4711
4712       fi
4713     fi
4714
4715     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4716     # socket/setsockopt and other routines are undefined under SCO ODT
4717     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4718     # on later versions), says Simon Leinen: it contains gethostby*
4719     # variants that don't use the name server (or something).  -lsocket
4720     # must be given before -lnsl if both are needed.  We assume that
4721     # if connect needs -lnsl, so does gethostbyname.
4722     { echo "$as_me:$LINENO: checking for connect" >&5
4723 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4724 if test "${ac_cv_func_connect+set}" = set; then
4725   echo $ECHO_N "(cached) $ECHO_C" >&6
4726 else
4727   cat >conftest.$ac_ext <<_ACEOF
4728 /* confdefs.h.  */
4729 _ACEOF
4730 cat confdefs.h >>conftest.$ac_ext
4731 cat >>conftest.$ac_ext <<_ACEOF
4732 /* end confdefs.h.  */
4733 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4734    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4735 #define connect innocuous_connect
4736
4737 /* System header to define __stub macros and hopefully few prototypes,
4738     which can conflict with char connect (); below.
4739     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4740     <limits.h> exists even on freestanding compilers.  */
4741
4742 #ifdef __STDC__
4743 # include <limits.h>
4744 #else
4745 # include <assert.h>
4746 #endif
4747
4748 #undef connect
4749
4750 /* Override any GCC internal prototype to avoid an error.
4751    Use char because int might match the return type of a GCC
4752    builtin and then its argument prototype would still apply.  */
4753 #ifdef __cplusplus
4754 extern "C"
4755 #endif
4756 char connect ();
4757 /* The GNU C library defines this for functions which it implements
4758     to always fail with ENOSYS.  Some functions are actually named
4759     something starting with __ and the normal name is an alias.  */
4760 #if defined __stub_connect || defined __stub___connect
4761 choke me
4762 #endif
4763
4764 int
4765 main ()
4766 {
4767 return connect ();
4768   ;
4769   return 0;
4770 }
4771 _ACEOF
4772 rm -f conftest.$ac_objext conftest$ac_exeext
4773 if { (ac_try="$ac_link"
4774 case "(($ac_try" in
4775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4776   *) ac_try_echo=$ac_try;;
4777 esac
4778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4779   (eval "$ac_link") 2>conftest.er1
4780   ac_status=$?
4781   grep -v '^ *+' conftest.er1 >conftest.err
4782   rm -f conftest.er1
4783   cat conftest.err >&5
4784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785   (exit $ac_status); } && {
4786          test -z "$ac_c_werror_flag" ||
4787          test ! -s conftest.err
4788        } && test -s conftest$ac_exeext &&
4789        $as_test_x conftest$ac_exeext; then
4790   ac_cv_func_connect=yes
4791 else
4792   echo "$as_me: failed program was:" >&5
4793 sed 's/^/| /' conftest.$ac_ext >&5
4794
4795         ac_cv_func_connect=no
4796 fi
4797
4798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4799       conftest$ac_exeext conftest.$ac_ext
4800 fi
4801 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4802 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4803
4804     if test $ac_cv_func_connect = no; then
4805       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4806 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4807 if test "${ac_cv_lib_socket_connect+set}" = set; then
4808   echo $ECHO_N "(cached) $ECHO_C" >&6
4809 else
4810   ac_check_lib_save_LIBS=$LIBS
4811 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4812 cat >conftest.$ac_ext <<_ACEOF
4813 /* confdefs.h.  */
4814 _ACEOF
4815 cat confdefs.h >>conftest.$ac_ext
4816 cat >>conftest.$ac_ext <<_ACEOF
4817 /* end confdefs.h.  */
4818
4819 /* Override any GCC internal prototype to avoid an error.
4820    Use char because int might match the return type of a GCC
4821    builtin and then its argument prototype would still apply.  */
4822 #ifdef __cplusplus
4823 extern "C"
4824 #endif
4825 char connect ();
4826 int
4827 main ()
4828 {
4829 return connect ();
4830   ;
4831   return 0;
4832 }
4833 _ACEOF
4834 rm -f conftest.$ac_objext conftest$ac_exeext
4835 if { (ac_try="$ac_link"
4836 case "(($ac_try" in
4837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4838   *) ac_try_echo=$ac_try;;
4839 esac
4840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4841   (eval "$ac_link") 2>conftest.er1
4842   ac_status=$?
4843   grep -v '^ *+' conftest.er1 >conftest.err
4844   rm -f conftest.er1
4845   cat conftest.err >&5
4846   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847   (exit $ac_status); } && {
4848          test -z "$ac_c_werror_flag" ||
4849          test ! -s conftest.err
4850        } && test -s conftest$ac_exeext &&
4851        $as_test_x conftest$ac_exeext; then
4852   ac_cv_lib_socket_connect=yes
4853 else
4854   echo "$as_me: failed program was:" >&5
4855 sed 's/^/| /' conftest.$ac_ext >&5
4856
4857         ac_cv_lib_socket_connect=no
4858 fi
4859
4860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4861       conftest$ac_exeext conftest.$ac_ext
4862 LIBS=$ac_check_lib_save_LIBS
4863 fi
4864 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4865 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4866 if test $ac_cv_lib_socket_connect = yes; then
4867   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4868 fi
4869
4870     fi
4871
4872     # Guillermo Gomez says -lposix is necessary on A/UX.
4873     { echo "$as_me:$LINENO: checking for remove" >&5
4874 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4875 if test "${ac_cv_func_remove+set}" = set; then
4876   echo $ECHO_N "(cached) $ECHO_C" >&6
4877 else
4878   cat >conftest.$ac_ext <<_ACEOF
4879 /* confdefs.h.  */
4880 _ACEOF
4881 cat confdefs.h >>conftest.$ac_ext
4882 cat >>conftest.$ac_ext <<_ACEOF
4883 /* end confdefs.h.  */
4884 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4885    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4886 #define remove innocuous_remove
4887
4888 /* System header to define __stub macros and hopefully few prototypes,
4889     which can conflict with char remove (); below.
4890     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4891     <limits.h> exists even on freestanding compilers.  */
4892
4893 #ifdef __STDC__
4894 # include <limits.h>
4895 #else
4896 # include <assert.h>
4897 #endif
4898
4899 #undef remove
4900
4901 /* Override any GCC internal prototype to avoid an error.
4902    Use char because int might match the return type of a GCC
4903    builtin and then its argument prototype would still apply.  */
4904 #ifdef __cplusplus
4905 extern "C"
4906 #endif
4907 char remove ();
4908 /* The GNU C library defines this for functions which it implements
4909     to always fail with ENOSYS.  Some functions are actually named
4910     something starting with __ and the normal name is an alias.  */
4911 #if defined __stub_remove || defined __stub___remove
4912 choke me
4913 #endif
4914
4915 int
4916 main ()
4917 {
4918 return remove ();
4919   ;
4920   return 0;
4921 }
4922 _ACEOF
4923 rm -f conftest.$ac_objext conftest$ac_exeext
4924 if { (ac_try="$ac_link"
4925 case "(($ac_try" in
4926   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4927   *) ac_try_echo=$ac_try;;
4928 esac
4929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4930   (eval "$ac_link") 2>conftest.er1
4931   ac_status=$?
4932   grep -v '^ *+' conftest.er1 >conftest.err
4933   rm -f conftest.er1
4934   cat conftest.err >&5
4935   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936   (exit $ac_status); } && {
4937          test -z "$ac_c_werror_flag" ||
4938          test ! -s conftest.err
4939        } && test -s conftest$ac_exeext &&
4940        $as_test_x conftest$ac_exeext; then
4941   ac_cv_func_remove=yes
4942 else
4943   echo "$as_me: failed program was:" >&5
4944 sed 's/^/| /' conftest.$ac_ext >&5
4945
4946         ac_cv_func_remove=no
4947 fi
4948
4949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4950       conftest$ac_exeext conftest.$ac_ext
4951 fi
4952 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4953 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4954
4955     if test $ac_cv_func_remove = no; then
4956       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4957 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4958 if test "${ac_cv_lib_posix_remove+set}" = set; then
4959   echo $ECHO_N "(cached) $ECHO_C" >&6
4960 else
4961   ac_check_lib_save_LIBS=$LIBS
4962 LIBS="-lposix  $LIBS"
4963 cat >conftest.$ac_ext <<_ACEOF
4964 /* confdefs.h.  */
4965 _ACEOF
4966 cat confdefs.h >>conftest.$ac_ext
4967 cat >>conftest.$ac_ext <<_ACEOF
4968 /* end confdefs.h.  */
4969
4970 /* Override any GCC internal prototype to avoid an error.
4971    Use char because int might match the return type of a GCC
4972    builtin and then its argument prototype would still apply.  */
4973 #ifdef __cplusplus
4974 extern "C"
4975 #endif
4976 char remove ();
4977 int
4978 main ()
4979 {
4980 return remove ();
4981   ;
4982   return 0;
4983 }
4984 _ACEOF
4985 rm -f conftest.$ac_objext conftest$ac_exeext
4986 if { (ac_try="$ac_link"
4987 case "(($ac_try" in
4988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4989   *) ac_try_echo=$ac_try;;
4990 esac
4991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4992   (eval "$ac_link") 2>conftest.er1
4993   ac_status=$?
4994   grep -v '^ *+' conftest.er1 >conftest.err
4995   rm -f conftest.er1
4996   cat conftest.err >&5
4997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998   (exit $ac_status); } && {
4999          test -z "$ac_c_werror_flag" ||
5000          test ! -s conftest.err
5001        } && test -s conftest$ac_exeext &&
5002        $as_test_x conftest$ac_exeext; then
5003   ac_cv_lib_posix_remove=yes
5004 else
5005   echo "$as_me: failed program was:" >&5
5006 sed 's/^/| /' conftest.$ac_ext >&5
5007
5008         ac_cv_lib_posix_remove=no
5009 fi
5010
5011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5012       conftest$ac_exeext conftest.$ac_ext
5013 LIBS=$ac_check_lib_save_LIBS
5014 fi
5015 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5016 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5017 if test $ac_cv_lib_posix_remove = yes; then
5018   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5019 fi
5020
5021     fi
5022
5023     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5024     { echo "$as_me:$LINENO: checking for shmat" >&5
5025 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5026 if test "${ac_cv_func_shmat+set}" = set; then
5027   echo $ECHO_N "(cached) $ECHO_C" >&6
5028 else
5029   cat >conftest.$ac_ext <<_ACEOF
5030 /* confdefs.h.  */
5031 _ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h.  */
5035 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5036    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5037 #define shmat innocuous_shmat
5038
5039 /* System header to define __stub macros and hopefully few prototypes,
5040     which can conflict with char shmat (); below.
5041     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5042     <limits.h> exists even on freestanding compilers.  */
5043
5044 #ifdef __STDC__
5045 # include <limits.h>
5046 #else
5047 # include <assert.h>
5048 #endif
5049
5050 #undef shmat
5051
5052 /* Override any GCC internal prototype to avoid an error.
5053    Use char because int might match the return type of a GCC
5054    builtin and then its argument prototype would still apply.  */
5055 #ifdef __cplusplus
5056 extern "C"
5057 #endif
5058 char shmat ();
5059 /* The GNU C library defines this for functions which it implements
5060     to always fail with ENOSYS.  Some functions are actually named
5061     something starting with __ and the normal name is an alias.  */
5062 #if defined __stub_shmat || defined __stub___shmat
5063 choke me
5064 #endif
5065
5066 int
5067 main ()
5068 {
5069 return shmat ();
5070   ;
5071   return 0;
5072 }
5073 _ACEOF
5074 rm -f conftest.$ac_objext conftest$ac_exeext
5075 if { (ac_try="$ac_link"
5076 case "(($ac_try" in
5077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5078   *) ac_try_echo=$ac_try;;
5079 esac
5080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5081   (eval "$ac_link") 2>conftest.er1
5082   ac_status=$?
5083   grep -v '^ *+' conftest.er1 >conftest.err
5084   rm -f conftest.er1
5085   cat conftest.err >&5
5086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5087   (exit $ac_status); } && {
5088          test -z "$ac_c_werror_flag" ||
5089          test ! -s conftest.err
5090        } && test -s conftest$ac_exeext &&
5091        $as_test_x conftest$ac_exeext; then
5092   ac_cv_func_shmat=yes
5093 else
5094   echo "$as_me: failed program was:" >&5
5095 sed 's/^/| /' conftest.$ac_ext >&5
5096
5097         ac_cv_func_shmat=no
5098 fi
5099
5100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5101       conftest$ac_exeext conftest.$ac_ext
5102 fi
5103 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5104 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5105
5106     if test $ac_cv_func_shmat = no; then
5107       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5108 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5109 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5110   echo $ECHO_N "(cached) $ECHO_C" >&6
5111 else
5112   ac_check_lib_save_LIBS=$LIBS
5113 LIBS="-lipc  $LIBS"
5114 cat >conftest.$ac_ext <<_ACEOF
5115 /* confdefs.h.  */
5116 _ACEOF
5117 cat confdefs.h >>conftest.$ac_ext
5118 cat >>conftest.$ac_ext <<_ACEOF
5119 /* end confdefs.h.  */
5120
5121 /* Override any GCC internal prototype to avoid an error.
5122    Use char because int might match the return type of a GCC
5123    builtin and then its argument prototype would still apply.  */
5124 #ifdef __cplusplus
5125 extern "C"
5126 #endif
5127 char shmat ();
5128 int
5129 main ()
5130 {
5131 return shmat ();
5132   ;
5133   return 0;
5134 }
5135 _ACEOF
5136 rm -f conftest.$ac_objext conftest$ac_exeext
5137 if { (ac_try="$ac_link"
5138 case "(($ac_try" in
5139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5140   *) ac_try_echo=$ac_try;;
5141 esac
5142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5143   (eval "$ac_link") 2>conftest.er1
5144   ac_status=$?
5145   grep -v '^ *+' conftest.er1 >conftest.err
5146   rm -f conftest.er1
5147   cat conftest.err >&5
5148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5149   (exit $ac_status); } && {
5150          test -z "$ac_c_werror_flag" ||
5151          test ! -s conftest.err
5152        } && test -s conftest$ac_exeext &&
5153        $as_test_x conftest$ac_exeext; then
5154   ac_cv_lib_ipc_shmat=yes
5155 else
5156   echo "$as_me: failed program was:" >&5
5157 sed 's/^/| /' conftest.$ac_ext >&5
5158
5159         ac_cv_lib_ipc_shmat=no
5160 fi
5161
5162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5163       conftest$ac_exeext conftest.$ac_ext
5164 LIBS=$ac_check_lib_save_LIBS
5165 fi
5166 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5167 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5168 if test $ac_cv_lib_ipc_shmat = yes; then
5169   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5170 fi
5171
5172     fi
5173   fi
5174
5175   # Check for libraries that X11R6 Xt/Xaw programs need.
5176   ac_save_LDFLAGS=$LDFLAGS
5177   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5178   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5179   # check for ICE first), but we must link in the order -lSM -lICE or
5180   # we get undefined symbols.  So assume we have SM if we have ICE.
5181   # These have to be linked with before -lX11, unlike the other
5182   # libraries we check for below, so use a different variable.
5183   # John Interrante, Karl Berry
5184   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5185 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5186 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5187   echo $ECHO_N "(cached) $ECHO_C" >&6
5188 else
5189   ac_check_lib_save_LIBS=$LIBS
5190 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5191 cat >conftest.$ac_ext <<_ACEOF
5192 /* confdefs.h.  */
5193 _ACEOF
5194 cat confdefs.h >>conftest.$ac_ext
5195 cat >>conftest.$ac_ext <<_ACEOF
5196 /* end confdefs.h.  */
5197
5198 /* Override any GCC internal prototype to avoid an error.
5199    Use char because int might match the return type of a GCC
5200    builtin and then its argument prototype would still apply.  */
5201 #ifdef __cplusplus
5202 extern "C"
5203 #endif
5204 char IceConnectionNumber ();
5205 int
5206 main ()
5207 {
5208 return IceConnectionNumber ();
5209   ;
5210   return 0;
5211 }
5212 _ACEOF
5213 rm -f conftest.$ac_objext conftest$ac_exeext
5214 if { (ac_try="$ac_link"
5215 case "(($ac_try" in
5216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5217   *) ac_try_echo=$ac_try;;
5218 esac
5219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5220   (eval "$ac_link") 2>conftest.er1
5221   ac_status=$?
5222   grep -v '^ *+' conftest.er1 >conftest.err
5223   rm -f conftest.er1
5224   cat conftest.err >&5
5225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226   (exit $ac_status); } && {
5227          test -z "$ac_c_werror_flag" ||
5228          test ! -s conftest.err
5229        } && test -s conftest$ac_exeext &&
5230        $as_test_x conftest$ac_exeext; then
5231   ac_cv_lib_ICE_IceConnectionNumber=yes
5232 else
5233   echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5235
5236         ac_cv_lib_ICE_IceConnectionNumber=no
5237 fi
5238
5239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5240       conftest$ac_exeext conftest.$ac_ext
5241 LIBS=$ac_check_lib_save_LIBS
5242 fi
5243 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5244 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5245 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5246   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5247 fi
5248
5249   LDFLAGS=$ac_save_LDFLAGS
5250
5251 fi
5252
5253
5254 for ac_prog in flex
5255 do
5256   # Extract the first word of "$ac_prog", so it can be a program name with args.
5257 set dummy $ac_prog; ac_word=$2
5258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5260 if test "${ac_cv_prog_FLEX+set}" = set; then
5261   echo $ECHO_N "(cached) $ECHO_C" >&6
5262 else
5263   if test -n "$FLEX"; then
5264   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5265 else
5266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5267 for as_dir in $PATH
5268 do
5269   IFS=$as_save_IFS
5270   test -z "$as_dir" && as_dir=.
5271   for ac_exec_ext in '' $ac_executable_extensions; do
5272   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5273     ac_cv_prog_FLEX="$ac_prog"
5274     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5275     break 2
5276   fi
5277 done
5278 done
5279 IFS=$as_save_IFS
5280
5281 fi
5282 fi
5283 FLEX=$ac_cv_prog_FLEX
5284 if test -n "$FLEX"; then
5285   { echo "$as_me:$LINENO: result: $FLEX" >&5
5286 echo "${ECHO_T}$FLEX" >&6; }
5287 else
5288   { echo "$as_me:$LINENO: result: no" >&5
5289 echo "${ECHO_T}no" >&6; }
5290 fi
5291
5292
5293   test -n "$FLEX" && break
5294 done
5295 test -n "$FLEX" || FLEX="none"
5296
5297 if test "$FLEX" = "none"
5298 then
5299   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5300 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5301    { (exit 1); exit 1; }; }
5302 fi
5303
5304 for ac_prog in bison
5305 do
5306   # Extract the first word of "$ac_prog", so it can be a program name with args.
5307 set dummy $ac_prog; ac_word=$2
5308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5310 if test "${ac_cv_prog_BISON+set}" = set; then
5311   echo $ECHO_N "(cached) $ECHO_C" >&6
5312 else
5313   if test -n "$BISON"; then
5314   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5315 else
5316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5317 for as_dir in $PATH
5318 do
5319   IFS=$as_save_IFS
5320   test -z "$as_dir" && as_dir=.
5321   for ac_exec_ext in '' $ac_executable_extensions; do
5322   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5323     ac_cv_prog_BISON="$ac_prog"
5324     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5325     break 2
5326   fi
5327 done
5328 done
5329 IFS=$as_save_IFS
5330
5331 fi
5332 fi
5333 BISON=$ac_cv_prog_BISON
5334 if test -n "$BISON"; then
5335   { echo "$as_me:$LINENO: result: $BISON" >&5
5336 echo "${ECHO_T}$BISON" >&6; }
5337 else
5338   { echo "$as_me:$LINENO: result: no" >&5
5339 echo "${ECHO_T}no" >&6; }
5340 fi
5341
5342
5343   test -n "$BISON" && break
5344 done
5345 test -n "$BISON" || BISON="none"
5346
5347 if test "$BISON" = "none"
5348 then
5349   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5350 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5351    { (exit 1); exit 1; }; }
5352 fi
5353
5354 if test -n "$ac_tool_prefix"; then
5355   for ac_prog in gas as
5356   do
5357     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5358 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5361 if test "${ac_cv_prog_AS+set}" = set; then
5362   echo $ECHO_N "(cached) $ECHO_C" >&6
5363 else
5364   if test -n "$AS"; then
5365   ac_cv_prog_AS="$AS" # Let the user override the test.
5366 else
5367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5368 for as_dir in $PATH
5369 do
5370   IFS=$as_save_IFS
5371   test -z "$as_dir" && as_dir=.
5372   for ac_exec_ext in '' $ac_executable_extensions; do
5373   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5374     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5375     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5376     break 2
5377   fi
5378 done
5379 done
5380 IFS=$as_save_IFS
5381
5382 fi
5383 fi
5384 AS=$ac_cv_prog_AS
5385 if test -n "$AS"; then
5386   { echo "$as_me:$LINENO: result: $AS" >&5
5387 echo "${ECHO_T}$AS" >&6; }
5388 else
5389   { echo "$as_me:$LINENO: result: no" >&5
5390 echo "${ECHO_T}no" >&6; }
5391 fi
5392
5393
5394     test -n "$AS" && break
5395   done
5396 fi
5397 if test -z "$AS"; then
5398   ac_ct_AS=$AS
5399   for ac_prog in gas as
5400 do
5401   # Extract the first word of "$ac_prog", so it can be a program name with args.
5402 set dummy $ac_prog; ac_word=$2
5403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5405 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5406   echo $ECHO_N "(cached) $ECHO_C" >&6
5407 else
5408   if test -n "$ac_ct_AS"; then
5409   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5410 else
5411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5412 for as_dir in $PATH
5413 do
5414   IFS=$as_save_IFS
5415   test -z "$as_dir" && as_dir=.
5416   for ac_exec_ext in '' $ac_executable_extensions; do
5417   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5418     ac_cv_prog_ac_ct_AS="$ac_prog"
5419     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5420     break 2
5421   fi
5422 done
5423 done
5424 IFS=$as_save_IFS
5425
5426 fi
5427 fi
5428 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5429 if test -n "$ac_ct_AS"; then
5430   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5431 echo "${ECHO_T}$ac_ct_AS" >&6; }
5432 else
5433   { echo "$as_me:$LINENO: result: no" >&5
5434 echo "${ECHO_T}no" >&6; }
5435 fi
5436
5437
5438   test -n "$ac_ct_AS" && break
5439 done
5440
5441   if test "x$ac_ct_AS" = x; then
5442     AS="as"
5443   else
5444     case $cross_compiling:$ac_tool_warned in
5445 yes:)
5446 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5447 whose name does not start with the host triplet.  If you think this
5448 configuration is useful to you, please write to autoconf@gnu.org." >&5
5449 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5450 whose name does not start with the host triplet.  If you think this
5451 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5452 ac_tool_warned=yes ;;
5453 esac
5454     AS=$ac_ct_AS
5455   fi
5456 fi
5457
5458 if test -n "$ac_tool_prefix"; then
5459   for ac_prog in ld gld
5460   do
5461     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5462 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5465 if test "${ac_cv_prog_LD+set}" = set; then
5466   echo $ECHO_N "(cached) $ECHO_C" >&6
5467 else
5468   if test -n "$LD"; then
5469   ac_cv_prog_LD="$LD" # Let the user override the test.
5470 else
5471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5472 for as_dir in $PATH
5473 do
5474   IFS=$as_save_IFS
5475   test -z "$as_dir" && as_dir=.
5476   for ac_exec_ext in '' $ac_executable_extensions; do
5477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5478     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5479     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5480     break 2
5481   fi
5482 done
5483 done
5484 IFS=$as_save_IFS
5485
5486 fi
5487 fi
5488 LD=$ac_cv_prog_LD
5489 if test -n "$LD"; then
5490   { echo "$as_me:$LINENO: result: $LD" >&5
5491 echo "${ECHO_T}$LD" >&6; }
5492 else
5493   { echo "$as_me:$LINENO: result: no" >&5
5494 echo "${ECHO_T}no" >&6; }
5495 fi
5496
5497
5498     test -n "$LD" && break
5499   done
5500 fi
5501 if test -z "$LD"; then
5502   ac_ct_LD=$LD
5503   for ac_prog in ld gld
5504 do
5505   # Extract the first word of "$ac_prog", so it can be a program name with args.
5506 set dummy $ac_prog; ac_word=$2
5507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5509 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5510   echo $ECHO_N "(cached) $ECHO_C" >&6
5511 else
5512   if test -n "$ac_ct_LD"; then
5513   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5514 else
5515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5516 for as_dir in $PATH
5517 do
5518   IFS=$as_save_IFS
5519   test -z "$as_dir" && as_dir=.
5520   for ac_exec_ext in '' $ac_executable_extensions; do
5521   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5522     ac_cv_prog_ac_ct_LD="$ac_prog"
5523     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5524     break 2
5525   fi
5526 done
5527 done
5528 IFS=$as_save_IFS
5529
5530 fi
5531 fi
5532 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5533 if test -n "$ac_ct_LD"; then
5534   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5535 echo "${ECHO_T}$ac_ct_LD" >&6; }
5536 else
5537   { echo "$as_me:$LINENO: result: no" >&5
5538 echo "${ECHO_T}no" >&6; }
5539 fi
5540
5541
5542   test -n "$ac_ct_LD" && break
5543 done
5544
5545   if test "x$ac_ct_LD" = x; then
5546     LD="ld"
5547   else
5548     case $cross_compiling:$ac_tool_warned in
5549 yes:)
5550 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5551 whose name does not start with the host triplet.  If you think this
5552 configuration is useful to you, please write to autoconf@gnu.org." >&5
5553 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5554 whose name does not start with the host triplet.  If you think this
5555 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5556 ac_tool_warned=yes ;;
5557 esac
5558     LD=$ac_ct_LD
5559   fi
5560 fi
5561
5562 if test -n "$ac_tool_prefix"; then
5563   for ac_prog in nm gnm
5564   do
5565     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5569 if test "${ac_cv_prog_NM+set}" = set; then
5570   echo $ECHO_N "(cached) $ECHO_C" >&6
5571 else
5572   if test -n "$NM"; then
5573   ac_cv_prog_NM="$NM" # Let the user override the test.
5574 else
5575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576 for as_dir in $PATH
5577 do
5578   IFS=$as_save_IFS
5579   test -z "$as_dir" && as_dir=.
5580   for ac_exec_ext in '' $ac_executable_extensions; do
5581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5582     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5583     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5584     break 2
5585   fi
5586 done
5587 done
5588 IFS=$as_save_IFS
5589
5590 fi
5591 fi
5592 NM=$ac_cv_prog_NM
5593 if test -n "$NM"; then
5594   { echo "$as_me:$LINENO: result: $NM" >&5
5595 echo "${ECHO_T}$NM" >&6; }
5596 else
5597   { echo "$as_me:$LINENO: result: no" >&5
5598 echo "${ECHO_T}no" >&6; }
5599 fi
5600
5601
5602     test -n "$NM" && break
5603   done
5604 fi
5605 if test -z "$NM"; then
5606   ac_ct_NM=$NM
5607   for ac_prog in nm gnm
5608 do
5609   # Extract the first word of "$ac_prog", so it can be a program name with args.
5610 set dummy $ac_prog; ac_word=$2
5611 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5613 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5614   echo $ECHO_N "(cached) $ECHO_C" >&6
5615 else
5616   if test -n "$ac_ct_NM"; then
5617   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5618 else
5619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5620 for as_dir in $PATH
5621 do
5622   IFS=$as_save_IFS
5623   test -z "$as_dir" && as_dir=.
5624   for ac_exec_ext in '' $ac_executable_extensions; do
5625   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5626     ac_cv_prog_ac_ct_NM="$ac_prog"
5627     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5628     break 2
5629   fi
5630 done
5631 done
5632 IFS=$as_save_IFS
5633
5634 fi
5635 fi
5636 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5637 if test -n "$ac_ct_NM"; then
5638   { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5639 echo "${ECHO_T}$ac_ct_NM" >&6; }
5640 else
5641   { echo "$as_me:$LINENO: result: no" >&5
5642 echo "${ECHO_T}no" >&6; }
5643 fi
5644
5645
5646   test -n "$ac_ct_NM" && break
5647 done
5648
5649   if test "x$ac_ct_NM" = x; then
5650     NM="nm"
5651   else
5652     case $cross_compiling:$ac_tool_warned in
5653 yes:)
5654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5655 whose name does not start with the host triplet.  If you think this
5656 configuration is useful to you, please write to autoconf@gnu.org." >&5
5657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5658 whose name does not start with the host triplet.  If you think this
5659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5660 ac_tool_warned=yes ;;
5661 esac
5662     NM=$ac_ct_NM
5663   fi
5664 fi
5665
5666 if test -n "$ac_tool_prefix"; then
5667   for ac_prog in ar gar
5668   do
5669     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5670 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5671 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5673 if test "${ac_cv_prog_AR+set}" = set; then
5674   echo $ECHO_N "(cached) $ECHO_C" >&6
5675 else
5676   if test -n "$AR"; then
5677   ac_cv_prog_AR="$AR" # Let the user override the test.
5678 else
5679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5680 for as_dir in $PATH
5681 do
5682   IFS=$as_save_IFS
5683   test -z "$as_dir" && as_dir=.
5684   for ac_exec_ext in '' $ac_executable_extensions; do
5685   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5686     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5687     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5688     break 2
5689   fi
5690 done
5691 done
5692 IFS=$as_save_IFS
5693
5694 fi
5695 fi
5696 AR=$ac_cv_prog_AR
5697 if test -n "$AR"; then
5698   { echo "$as_me:$LINENO: result: $AR" >&5
5699 echo "${ECHO_T}$AR" >&6; }
5700 else
5701   { echo "$as_me:$LINENO: result: no" >&5
5702 echo "${ECHO_T}no" >&6; }
5703 fi
5704
5705
5706     test -n "$AR" && break
5707   done
5708 fi
5709 if test -z "$AR"; then
5710   ac_ct_AR=$AR
5711   for ac_prog in ar gar
5712 do
5713   # Extract the first word of "$ac_prog", so it can be a program name with args.
5714 set dummy $ac_prog; ac_word=$2
5715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5717 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5718   echo $ECHO_N "(cached) $ECHO_C" >&6
5719 else
5720   if test -n "$ac_ct_AR"; then
5721   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5722 else
5723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5724 for as_dir in $PATH
5725 do
5726   IFS=$as_save_IFS
5727   test -z "$as_dir" && as_dir=.
5728   for ac_exec_ext in '' $ac_executable_extensions; do
5729   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5730     ac_cv_prog_ac_ct_AR="$ac_prog"
5731     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5732     break 2
5733   fi
5734 done
5735 done
5736 IFS=$as_save_IFS
5737
5738 fi
5739 fi
5740 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5741 if test -n "$ac_ct_AR"; then
5742   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5743 echo "${ECHO_T}$ac_ct_AR" >&6; }
5744 else
5745   { echo "$as_me:$LINENO: result: no" >&5
5746 echo "${ECHO_T}no" >&6; }
5747 fi
5748
5749
5750   test -n "$ac_ct_AR" && break
5751 done
5752
5753   if test "x$ac_ct_AR" = x; then
5754     AR="ar"
5755   else
5756     case $cross_compiling:$ac_tool_warned in
5757 yes:)
5758 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5759 whose name does not start with the host triplet.  If you think this
5760 configuration is useful to you, please write to autoconf@gnu.org." >&5
5761 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5762 whose name does not start with the host triplet.  If you think this
5763 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5764 ac_tool_warned=yes ;;
5765 esac
5766     AR=$ac_ct_AR
5767   fi
5768 fi
5769
5770 ARFLAGS=rc
5771
5772 if test -n "$ac_tool_prefix"; then
5773   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5774 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5775 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5777 if test "${ac_cv_prog_RANLIB+set}" = set; then
5778   echo $ECHO_N "(cached) $ECHO_C" >&6
5779 else
5780   if test -n "$RANLIB"; then
5781   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5782 else
5783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5784 for as_dir in $PATH
5785 do
5786   IFS=$as_save_IFS
5787   test -z "$as_dir" && as_dir=.
5788   for ac_exec_ext in '' $ac_executable_extensions; do
5789   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5790     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5791     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5792     break 2
5793   fi
5794 done
5795 done
5796 IFS=$as_save_IFS
5797
5798 fi
5799 fi
5800 RANLIB=$ac_cv_prog_RANLIB
5801 if test -n "$RANLIB"; then
5802   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5803 echo "${ECHO_T}$RANLIB" >&6; }
5804 else
5805   { echo "$as_me:$LINENO: result: no" >&5
5806 echo "${ECHO_T}no" >&6; }
5807 fi
5808
5809
5810 fi
5811 if test -z "$ac_cv_prog_RANLIB"; then
5812   ac_ct_RANLIB=$RANLIB
5813   # Extract the first word of "ranlib", so it can be a program name with args.
5814 set dummy ranlib; ac_word=$2
5815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5817 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5818   echo $ECHO_N "(cached) $ECHO_C" >&6
5819 else
5820   if test -n "$ac_ct_RANLIB"; then
5821   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5822 else
5823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824 for as_dir in $PATH
5825 do
5826   IFS=$as_save_IFS
5827   test -z "$as_dir" && as_dir=.
5828   for ac_exec_ext in '' $ac_executable_extensions; do
5829   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5830     ac_cv_prog_ac_ct_RANLIB="ranlib"
5831     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5832     break 2
5833   fi
5834 done
5835 done
5836 IFS=$as_save_IFS
5837
5838 fi
5839 fi
5840 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5841 if test -n "$ac_ct_RANLIB"; then
5842   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5843 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5844 else
5845   { echo "$as_me:$LINENO: result: no" >&5
5846 echo "${ECHO_T}no" >&6; }
5847 fi
5848
5849   if test "x$ac_ct_RANLIB" = x; then
5850     RANLIB=":"
5851   else
5852     case $cross_compiling:$ac_tool_warned in
5853 yes:)
5854 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5855 whose name does not start with the host triplet.  If you think this
5856 configuration is useful to you, please write to autoconf@gnu.org." >&5
5857 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5858 whose name does not start with the host triplet.  If you think this
5859 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5860 ac_tool_warned=yes ;;
5861 esac
5862     RANLIB=$ac_ct_RANLIB
5863   fi
5864 else
5865   RANLIB="$ac_cv_prog_RANLIB"
5866 fi
5867
5868 if test -n "$ac_tool_prefix"; then
5869   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5870 set dummy ${ac_tool_prefix}strip; ac_word=$2
5871 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5873 if test "${ac_cv_prog_STRIP+set}" = set; then
5874   echo $ECHO_N "(cached) $ECHO_C" >&6
5875 else
5876   if test -n "$STRIP"; then
5877   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5878 else
5879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5880 for as_dir in $PATH
5881 do
5882   IFS=$as_save_IFS
5883   test -z "$as_dir" && as_dir=.
5884   for ac_exec_ext in '' $ac_executable_extensions; do
5885   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5886     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5887     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5888     break 2
5889   fi
5890 done
5891 done
5892 IFS=$as_save_IFS
5893
5894 fi
5895 fi
5896 STRIP=$ac_cv_prog_STRIP
5897 if test -n "$STRIP"; then
5898   { echo "$as_me:$LINENO: result: $STRIP" >&5
5899 echo "${ECHO_T}$STRIP" >&6; }
5900 else
5901   { echo "$as_me:$LINENO: result: no" >&5
5902 echo "${ECHO_T}no" >&6; }
5903 fi
5904
5905
5906 fi
5907 if test -z "$ac_cv_prog_STRIP"; then
5908   ac_ct_STRIP=$STRIP
5909   # Extract the first word of "strip", so it can be a program name with args.
5910 set dummy strip; ac_word=$2
5911 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5913 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5914   echo $ECHO_N "(cached) $ECHO_C" >&6
5915 else
5916   if test -n "$ac_ct_STRIP"; then
5917   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5918 else
5919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5920 for as_dir in $PATH
5921 do
5922   IFS=$as_save_IFS
5923   test -z "$as_dir" && as_dir=.
5924   for ac_exec_ext in '' $ac_executable_extensions; do
5925   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5926     ac_cv_prog_ac_ct_STRIP="strip"
5927     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5928     break 2
5929   fi
5930 done
5931 done
5932 IFS=$as_save_IFS
5933
5934 fi
5935 fi
5936 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5937 if test -n "$ac_ct_STRIP"; then
5938   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5939 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5940 else
5941   { echo "$as_me:$LINENO: result: no" >&5
5942 echo "${ECHO_T}no" >&6; }
5943 fi
5944
5945   if test "x$ac_ct_STRIP" = x; then
5946     STRIP="strip"
5947   else
5948     case $cross_compiling:$ac_tool_warned in
5949 yes:)
5950 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet.  If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&5
5953 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5954 whose name does not start with the host triplet.  If you think this
5955 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5956 ac_tool_warned=yes ;;
5957 esac
5958     STRIP=$ac_ct_STRIP
5959   fi
5960 else
5961   STRIP="$ac_cv_prog_STRIP"
5962 fi
5963
5964 if test -n "$ac_tool_prefix"; then
5965   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5966 set dummy ${ac_tool_prefix}windres; ac_word=$2
5967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5969 if test "${ac_cv_prog_WINDRES+set}" = set; then
5970   echo $ECHO_N "(cached) $ECHO_C" >&6
5971 else
5972   if test -n "$WINDRES"; then
5973   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5974 else
5975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976 for as_dir in $PATH
5977 do
5978   IFS=$as_save_IFS
5979   test -z "$as_dir" && as_dir=.
5980   for ac_exec_ext in '' $ac_executable_extensions; do
5981   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5982     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5983     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5984     break 2
5985   fi
5986 done
5987 done
5988 IFS=$as_save_IFS
5989
5990 fi
5991 fi
5992 WINDRES=$ac_cv_prog_WINDRES
5993 if test -n "$WINDRES"; then
5994   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5995 echo "${ECHO_T}$WINDRES" >&6; }
5996 else
5997   { echo "$as_me:$LINENO: result: no" >&5
5998 echo "${ECHO_T}no" >&6; }
5999 fi
6000
6001
6002 fi
6003 if test -z "$ac_cv_prog_WINDRES"; then
6004   ac_ct_WINDRES=$WINDRES
6005   # Extract the first word of "windres", so it can be a program name with args.
6006 set dummy windres; ac_word=$2
6007 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6008 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6009 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6010   echo $ECHO_N "(cached) $ECHO_C" >&6
6011 else
6012   if test -n "$ac_ct_WINDRES"; then
6013   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6014 else
6015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6016 for as_dir in $PATH
6017 do
6018   IFS=$as_save_IFS
6019   test -z "$as_dir" && as_dir=.
6020   for ac_exec_ext in '' $ac_executable_extensions; do
6021   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6022     ac_cv_prog_ac_ct_WINDRES="windres"
6023     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6024     break 2
6025   fi
6026 done
6027 done
6028 IFS=$as_save_IFS
6029
6030 fi
6031 fi
6032 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6033 if test -n "$ac_ct_WINDRES"; then
6034   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6035 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6036 else
6037   { echo "$as_me:$LINENO: result: no" >&5
6038 echo "${ECHO_T}no" >&6; }
6039 fi
6040
6041   if test "x$ac_ct_WINDRES" = x; then
6042     WINDRES="false"
6043   else
6044     case $cross_compiling:$ac_tool_warned in
6045 yes:)
6046 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6047 whose name does not start with the host triplet.  If you think this
6048 configuration is useful to you, please write to autoconf@gnu.org." >&5
6049 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6050 whose name does not start with the host triplet.  If you think this
6051 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6052 ac_tool_warned=yes ;;
6053 esac
6054     WINDRES=$ac_ct_WINDRES
6055   fi
6056 else
6057   WINDRES="$ac_cv_prog_WINDRES"
6058 fi
6059
6060 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6061 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6062 LN_S=$as_ln_s
6063 if test "$LN_S" = "ln -s"; then
6064   { echo "$as_me:$LINENO: result: yes" >&5
6065 echo "${ECHO_T}yes" >&6; }
6066 else
6067   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6068 echo "${ECHO_T}no, using $LN_S" >&6; }
6069 fi
6070
6071 { echo "$as_me:$LINENO: checking whether ln works" >&5
6072 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6073 rm -f conf$$ conf$$.file
6074 echo >conf$$.file
6075 if ln conf$$.file conf$$ 2>/dev/null; then
6076   LN=ln
6077
6078   { echo "$as_me:$LINENO: result: yes" >&5
6079 echo "${ECHO_T}yes" >&6; }
6080 else
6081   LN="cp -p"
6082
6083   { echo "$as_me:$LINENO: result: no, using $LN" >&5
6084 echo "${ECHO_T}no, using $LN" >&6; }
6085 fi
6086 rm -f conf$$ conf$$.file
6087 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6088 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6089 if test "${ac_cv_path_GREP+set}" = set; then
6090   echo $ECHO_N "(cached) $ECHO_C" >&6
6091 else
6092   # Extract the first word of "grep ggrep" to use in msg output
6093 if test -z "$GREP"; then
6094 set dummy grep ggrep; ac_prog_name=$2
6095 if test "${ac_cv_path_GREP+set}" = set; then
6096   echo $ECHO_N "(cached) $ECHO_C" >&6
6097 else
6098   ac_path_GREP_found=false
6099 # Loop through the user's path and test for each of PROGNAME-LIST
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6102 do
6103   IFS=$as_save_IFS
6104   test -z "$as_dir" && as_dir=.
6105   for ac_prog in grep ggrep; do
6106   for ac_exec_ext in '' $ac_executable_extensions; do
6107     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6108     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6109     # Check for GNU ac_path_GREP and select it if it is found.
6110   # Check for GNU $ac_path_GREP
6111 case `"$ac_path_GREP" --version 2>&1` in
6112 *GNU*)
6113   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6114 *)
6115   ac_count=0
6116   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6117   while :
6118   do
6119     cat "conftest.in" "conftest.in" >"conftest.tmp"
6120     mv "conftest.tmp" "conftest.in"
6121     cp "conftest.in" "conftest.nl"
6122     echo 'GREP' >> "conftest.nl"
6123     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6124     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6125     ac_count=`expr $ac_count + 1`
6126     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6127       # Best one so far, save it but keep looking for a better one
6128       ac_cv_path_GREP="$ac_path_GREP"
6129       ac_path_GREP_max=$ac_count
6130     fi
6131     # 10*(2^10) chars as input seems more than enough
6132     test $ac_count -gt 10 && break
6133   done
6134   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6135 esac
6136
6137
6138     $ac_path_GREP_found && break 3
6139   done
6140 done
6141
6142 done
6143 IFS=$as_save_IFS
6144
6145
6146 fi
6147
6148 GREP="$ac_cv_path_GREP"
6149 if test -z "$GREP"; then
6150   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6151 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6152    { (exit 1); exit 1; }; }
6153 fi
6154
6155 else
6156   ac_cv_path_GREP=$GREP
6157 fi
6158
6159
6160 fi
6161 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6162 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6163  GREP="$ac_cv_path_GREP"
6164
6165
6166 { echo "$as_me:$LINENO: checking for egrep" >&5
6167 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169   echo $ECHO_N "(cached) $ECHO_C" >&6
6170 else
6171   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6172    then ac_cv_path_EGREP="$GREP -E"
6173    else
6174      # Extract the first word of "egrep" to use in msg output
6175 if test -z "$EGREP"; then
6176 set dummy egrep; ac_prog_name=$2
6177 if test "${ac_cv_path_EGREP+set}" = set; then
6178   echo $ECHO_N "(cached) $ECHO_C" >&6
6179 else
6180   ac_path_EGREP_found=false
6181 # Loop through the user's path and test for each of PROGNAME-LIST
6182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6183 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6184 do
6185   IFS=$as_save_IFS
6186   test -z "$as_dir" && as_dir=.
6187   for ac_prog in egrep; do
6188   for ac_exec_ext in '' $ac_executable_extensions; do
6189     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6190     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6191     # Check for GNU ac_path_EGREP and select it if it is found.
6192   # Check for GNU $ac_path_EGREP
6193 case `"$ac_path_EGREP" --version 2>&1` in
6194 *GNU*)
6195   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6196 *)
6197   ac_count=0
6198   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6199   while :
6200   do
6201     cat "conftest.in" "conftest.in" >"conftest.tmp"
6202     mv "conftest.tmp" "conftest.in"
6203     cp "conftest.in" "conftest.nl"
6204     echo 'EGREP' >> "conftest.nl"
6205     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6206     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6207     ac_count=`expr $ac_count + 1`
6208     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6209       # Best one so far, save it but keep looking for a better one
6210       ac_cv_path_EGREP="$ac_path_EGREP"
6211       ac_path_EGREP_max=$ac_count
6212     fi
6213     # 10*(2^10) chars as input seems more than enough
6214     test $ac_count -gt 10 && break
6215   done
6216   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6217 esac
6218
6219
6220     $ac_path_EGREP_found && break 3
6221   done
6222 done
6223
6224 done
6225 IFS=$as_save_IFS
6226
6227
6228 fi
6229
6230 EGREP="$ac_cv_path_EGREP"
6231 if test -z "$EGREP"; then
6232   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6233 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6234    { (exit 1); exit 1; }; }
6235 fi
6236
6237 else
6238   ac_cv_path_EGREP=$EGREP
6239 fi
6240
6241
6242    fi
6243 fi
6244 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6245 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6246  EGREP="$ac_cv_path_EGREP"
6247
6248
6249 # Extract the first word of "ldconfig", so it can be a program name with args.
6250 set dummy ldconfig; ac_word=$2
6251 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6253 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6254   echo $ECHO_N "(cached) $ECHO_C" >&6
6255 else
6256   case $LDCONFIG in
6257   [\\/]* | ?:[\\/]*)
6258   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6259   ;;
6260   *)
6261   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 for as_dir in /sbin /usr/sbin $PATH
6263 do
6264   IFS=$as_save_IFS
6265   test -z "$as_dir" && as_dir=.
6266   for ac_exec_ext in '' $ac_executable_extensions; do
6267   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6269     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6270     break 2
6271   fi
6272 done
6273 done
6274 IFS=$as_save_IFS
6275
6276   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6277   ;;
6278 esac
6279 fi
6280 LDCONFIG=$ac_cv_path_LDCONFIG
6281 if test -n "$LDCONFIG"; then
6282   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6283 echo "${ECHO_T}$LDCONFIG" >&6; }
6284 else
6285   { echo "$as_me:$LINENO: result: no" >&5
6286 echo "${ECHO_T}no" >&6; }
6287 fi
6288
6289
6290 # Find a good install program.  We prefer a C program (faster),
6291 # so one script is as good as another.  But avoid the broken or
6292 # incompatible versions:
6293 # SysV /etc/install, /usr/sbin/install
6294 # SunOS /usr/etc/install
6295 # IRIX /sbin/install
6296 # AIX /bin/install
6297 # AmigaOS /C/install, which installs bootblocks on floppy discs
6298 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6299 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6300 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6301 # OS/2's system install, which has a completely different semantic
6302 # ./install, which can be erroneously created by make from ./install.sh.
6303 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6304 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6305 if test -z "$INSTALL"; then
6306 if test "${ac_cv_path_install+set}" = set; then
6307   echo $ECHO_N "(cached) $ECHO_C" >&6
6308 else
6309   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 for as_dir in $PATH
6311 do
6312   IFS=$as_save_IFS
6313   test -z "$as_dir" && as_dir=.
6314   # Account for people who put trailing slashes in PATH elements.
6315 case $as_dir/ in
6316   ./ | .// | /cC/* | \
6317   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6318   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6319   /usr/ucb/* ) ;;
6320   *)
6321     # OSF1 and SCO ODT 3.0 have their own names for install.
6322     # Don't use installbsd from OSF since it installs stuff as root
6323     # by default.
6324     for ac_prog in ginstall scoinst install; do
6325       for ac_exec_ext in '' $ac_executable_extensions; do
6326         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6327           if test $ac_prog = install &&
6328             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6329             # AIX install.  It has an incompatible calling convention.
6330             :
6331           elif test $ac_prog = install &&
6332             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6333             # program-specific install script used by HP pwplus--don't use.
6334             :
6335           else
6336             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6337             break 3
6338           fi
6339         fi
6340       done
6341     done
6342     ;;
6343 esac
6344 done
6345 IFS=$as_save_IFS
6346
6347
6348 fi
6349   if test "${ac_cv_path_install+set}" = set; then
6350     INSTALL=$ac_cv_path_install
6351   else
6352     # As a last resort, use the slow shell script.  Don't cache a
6353     # value for INSTALL within a source directory, because that will
6354     # break other packages using the cache if that directory is
6355     # removed, or if the value is a relative name.
6356     INSTALL=$ac_install_sh
6357   fi
6358 fi
6359 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6360 echo "${ECHO_T}$INSTALL" >&6; }
6361
6362 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6363 # It thinks the first close brace ends the variable substitution.
6364 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6365
6366 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6367
6368 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6369
6370 case "$INSTALL" in
6371   [\\/$]* | ?:[\\/]* ) ;;
6372   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6373 esac
6374
6375 for ac_prog in lclint lint
6376 do
6377   # Extract the first word of "$ac_prog", so it can be a program name with args.
6378 set dummy $ac_prog; ac_word=$2
6379 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6381 if test "${ac_cv_prog_LINT+set}" = set; then
6382   echo $ECHO_N "(cached) $ECHO_C" >&6
6383 else
6384   if test -n "$LINT"; then
6385   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6386 else
6387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388 for as_dir in $PATH
6389 do
6390   IFS=$as_save_IFS
6391   test -z "$as_dir" && as_dir=.
6392   for ac_exec_ext in '' $ac_executable_extensions; do
6393   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394     ac_cv_prog_LINT="$ac_prog"
6395     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6396     break 2
6397   fi
6398 done
6399 done
6400 IFS=$as_save_IFS
6401
6402 fi
6403 fi
6404 LINT=$ac_cv_prog_LINT
6405 if test -n "$LINT"; then
6406   { echo "$as_me:$LINENO: result: $LINT" >&5
6407 echo "${ECHO_T}$LINT" >&6; }
6408 else
6409   { echo "$as_me:$LINENO: result: no" >&5
6410 echo "${ECHO_T}no" >&6; }
6411 fi
6412
6413
6414   test -n "$LINT" && break
6415 done
6416
6417 if test "$LINT" = "lint"
6418 then
6419   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6420   fi
6421
6422
6423
6424 for ac_prog in fontforge
6425 do
6426   # Extract the first word of "$ac_prog", so it can be a program name with args.
6427 set dummy $ac_prog; ac_word=$2
6428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6430 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6431   echo $ECHO_N "(cached) $ECHO_C" >&6
6432 else
6433   if test -n "$FONTFORGE"; then
6434   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6435 else
6436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437 for as_dir in $PATH
6438 do
6439   IFS=$as_save_IFS
6440   test -z "$as_dir" && as_dir=.
6441   for ac_exec_ext in '' $ac_executable_extensions; do
6442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443     ac_cv_prog_FONTFORGE="$ac_prog"
6444     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6445     break 2
6446   fi
6447 done
6448 done
6449 IFS=$as_save_IFS
6450
6451 fi
6452 fi
6453 FONTFORGE=$ac_cv_prog_FONTFORGE
6454 if test -n "$FONTFORGE"; then
6455   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6456 echo "${ECHO_T}$FONTFORGE" >&6; }
6457 else
6458   { echo "$as_me:$LINENO: result: no" >&5
6459 echo "${ECHO_T}no" >&6; }
6460 fi
6461
6462
6463   test -n "$FONTFORGE" && break
6464 done
6465 test -n "$FONTFORGE" || FONTFORGE="false"
6466
6467 for ac_prog in pkg-config
6468 do
6469   # Extract the first word of "$ac_prog", so it can be a program name with args.
6470 set dummy $ac_prog; ac_word=$2
6471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6473 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6474   echo $ECHO_N "(cached) $ECHO_C" >&6
6475 else
6476   if test -n "$PKG_CONFIG"; then
6477   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6478 else
6479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6480 for as_dir in $PATH
6481 do
6482   IFS=$as_save_IFS
6483   test -z "$as_dir" && as_dir=.
6484   for ac_exec_ext in '' $ac_executable_extensions; do
6485   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486     ac_cv_prog_PKG_CONFIG="$ac_prog"
6487     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6488     break 2
6489   fi
6490 done
6491 done
6492 IFS=$as_save_IFS
6493
6494 fi
6495 fi
6496 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6497 if test -n "$PKG_CONFIG"; then
6498   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6499 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6500 else
6501   { echo "$as_me:$LINENO: result: no" >&5
6502 echo "${ECHO_T}no" >&6; }
6503 fi
6504
6505
6506   test -n "$PKG_CONFIG" && break
6507 done
6508 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6509
6510 for ac_prog in rsvg
6511 do
6512   # Extract the first word of "$ac_prog", so it can be a program name with args.
6513 set dummy $ac_prog; ac_word=$2
6514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6516 if test "${ac_cv_prog_RSVG+set}" = set; then
6517   echo $ECHO_N "(cached) $ECHO_C" >&6
6518 else
6519   if test -n "$RSVG"; then
6520   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6521 else
6522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6523 for as_dir in $PATH
6524 do
6525   IFS=$as_save_IFS
6526   test -z "$as_dir" && as_dir=.
6527   for ac_exec_ext in '' $ac_executable_extensions; do
6528   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6529     ac_cv_prog_RSVG="$ac_prog"
6530     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6531     break 2
6532   fi
6533 done
6534 done
6535 IFS=$as_save_IFS
6536
6537 fi
6538 fi
6539 RSVG=$ac_cv_prog_RSVG
6540 if test -n "$RSVG"; then
6541   { echo "$as_me:$LINENO: result: $RSVG" >&5
6542 echo "${ECHO_T}$RSVG" >&6; }
6543 else
6544   { echo "$as_me:$LINENO: result: no" >&5
6545 echo "${ECHO_T}no" >&6; }
6546 fi
6547
6548
6549   test -n "$RSVG" && break
6550 done
6551 test -n "$RSVG" || RSVG="false"
6552
6553 for ac_prog in icotool
6554 do
6555   # Extract the first word of "$ac_prog", so it can be a program name with args.
6556 set dummy $ac_prog; ac_word=$2
6557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6559 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6560   echo $ECHO_N "(cached) $ECHO_C" >&6
6561 else
6562   if test -n "$ICOTOOL"; then
6563   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6564 else
6565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6566 for as_dir in $PATH
6567 do
6568   IFS=$as_save_IFS
6569   test -z "$as_dir" && as_dir=.
6570   for ac_exec_ext in '' $ac_executable_extensions; do
6571   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6572     ac_cv_prog_ICOTOOL="$ac_prog"
6573     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6574     break 2
6575   fi
6576 done
6577 done
6578 IFS=$as_save_IFS
6579
6580 fi
6581 fi
6582 ICOTOOL=$ac_cv_prog_ICOTOOL
6583 if test -n "$ICOTOOL"; then
6584   { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6585 echo "${ECHO_T}$ICOTOOL" >&6; }
6586 else
6587   { echo "$as_me:$LINENO: result: no" >&5
6588 echo "${ECHO_T}no" >&6; }
6589 fi
6590
6591
6592   test -n "$ICOTOOL" && break
6593 done
6594 test -n "$ICOTOOL" || ICOTOOL="false"
6595
6596
6597 if test "${enable_maintainer_mode+set}" = set
6598 then
6599   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6600   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6601   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6602 fi
6603
6604 case $host_cpu in
6605   *i[3456789]86*)
6606     # Extract the first word of "prelink", so it can be a program name with args.
6607 set dummy prelink; ac_word=$2
6608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6610 if test "${ac_cv_path_PRELINK+set}" = set; then
6611   echo $ECHO_N "(cached) $ECHO_C" >&6
6612 else
6613   case $PRELINK in
6614   [\\/]* | ?:[\\/]*)
6615   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6616   ;;
6617   *)
6618   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6619 for as_dir in /sbin /usr/sbin $PATH
6620 do
6621   IFS=$as_save_IFS
6622   test -z "$as_dir" && as_dir=.
6623   for ac_exec_ext in '' $ac_executable_extensions; do
6624   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6625     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6626     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6627     break 2
6628   fi
6629 done
6630 done
6631 IFS=$as_save_IFS
6632
6633   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6634   ;;
6635 esac
6636 fi
6637 PRELINK=$ac_cv_path_PRELINK
6638 if test -n "$PRELINK"; then
6639   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6640 echo "${ECHO_T}$PRELINK" >&6; }
6641 else
6642   { echo "$as_me:$LINENO: result: no" >&5
6643 echo "${ECHO_T}no" >&6; }
6644 fi
6645
6646
6647     ;;
6648 esac
6649
6650
6651
6652 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6653 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6654 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6655   echo $ECHO_N "(cached) $ECHO_C" >&6
6656 else
6657   ac_check_lib_save_LIBS=$LIBS
6658 LIBS="-li386  $LIBS"
6659 cat >conftest.$ac_ext <<_ACEOF
6660 /* confdefs.h.  */
6661 _ACEOF
6662 cat confdefs.h >>conftest.$ac_ext
6663 cat >>conftest.$ac_ext <<_ACEOF
6664 /* end confdefs.h.  */
6665
6666 /* Override any GCC internal prototype to avoid an error.
6667    Use char because int might match the return type of a GCC
6668    builtin and then its argument prototype would still apply.  */
6669 #ifdef __cplusplus
6670 extern "C"
6671 #endif
6672 char i386_set_ldt ();
6673 int
6674 main ()
6675 {
6676 return i386_set_ldt ();
6677   ;
6678   return 0;
6679 }
6680 _ACEOF
6681 rm -f conftest.$ac_objext conftest$ac_exeext
6682 if { (ac_try="$ac_link"
6683 case "(($ac_try" in
6684   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6685   *) ac_try_echo=$ac_try;;
6686 esac
6687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6688   (eval "$ac_link") 2>conftest.er1
6689   ac_status=$?
6690   grep -v '^ *+' conftest.er1 >conftest.err
6691   rm -f conftest.er1
6692   cat conftest.err >&5
6693   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694   (exit $ac_status); } && {
6695          test -z "$ac_c_werror_flag" ||
6696          test ! -s conftest.err
6697        } && test -s conftest$ac_exeext &&
6698        $as_test_x conftest$ac_exeext; then
6699   ac_cv_lib_i386_i386_set_ldt=yes
6700 else
6701   echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6703
6704         ac_cv_lib_i386_i386_set_ldt=no
6705 fi
6706
6707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6708       conftest$ac_exeext conftest.$ac_ext
6709 LIBS=$ac_check_lib_save_LIBS
6710 fi
6711 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6712 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6713 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6714   cat >>confdefs.h <<_ACEOF
6715 #define HAVE_LIBI386 1
6716 _ACEOF
6717
6718   LIBS="-li386 $LIBS"
6719
6720 fi
6721
6722
6723 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6724 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6725 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6726   echo $ECHO_N "(cached) $ECHO_C" >&6
6727 else
6728   ac_check_lib_save_LIBS=$LIBS
6729 LIBS="-lossaudio  $LIBS"
6730 cat >conftest.$ac_ext <<_ACEOF
6731 /* confdefs.h.  */
6732 _ACEOF
6733 cat confdefs.h >>conftest.$ac_ext
6734 cat >>conftest.$ac_ext <<_ACEOF
6735 /* end confdefs.h.  */
6736
6737 /* Override any GCC internal prototype to avoid an error.
6738    Use char because int might match the return type of a GCC
6739    builtin and then its argument prototype would still apply.  */
6740 #ifdef __cplusplus
6741 extern "C"
6742 #endif
6743 char _oss_ioctl ();
6744 int
6745 main ()
6746 {
6747 return _oss_ioctl ();
6748   ;
6749   return 0;
6750 }
6751 _ACEOF
6752 rm -f conftest.$ac_objext conftest$ac_exeext
6753 if { (ac_try="$ac_link"
6754 case "(($ac_try" in
6755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6756   *) ac_try_echo=$ac_try;;
6757 esac
6758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6759   (eval "$ac_link") 2>conftest.er1
6760   ac_status=$?
6761   grep -v '^ *+' conftest.er1 >conftest.err
6762   rm -f conftest.er1
6763   cat conftest.err >&5
6764   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6765   (exit $ac_status); } && {
6766          test -z "$ac_c_werror_flag" ||
6767          test ! -s conftest.err
6768        } && test -s conftest$ac_exeext &&
6769        $as_test_x conftest$ac_exeext; then
6770   ac_cv_lib_ossaudio__oss_ioctl=yes
6771 else
6772   echo "$as_me: failed program was:" >&5
6773 sed 's/^/| /' conftest.$ac_ext >&5
6774
6775         ac_cv_lib_ossaudio__oss_ioctl=no
6776 fi
6777
6778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6779       conftest$ac_exeext conftest.$ac_ext
6780 LIBS=$ac_check_lib_save_LIBS
6781 fi
6782 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6783 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6784 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6785   cat >>confdefs.h <<_ACEOF
6786 #define HAVE_LIBOSSAUDIO 1
6787 _ACEOF
6788
6789   LIBS="-lossaudio $LIBS"
6790
6791 fi
6792
6793 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6794 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6795 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6796   echo $ECHO_N "(cached) $ECHO_C" >&6
6797 else
6798   ac_check_lib_save_LIBS=$LIBS
6799 LIBS="-lpthread  $LIBS"
6800 cat >conftest.$ac_ext <<_ACEOF
6801 /* confdefs.h.  */
6802 _ACEOF
6803 cat confdefs.h >>conftest.$ac_ext
6804 cat >>conftest.$ac_ext <<_ACEOF
6805 /* end confdefs.h.  */
6806
6807 /* Override any GCC internal prototype to avoid an error.
6808    Use char because int might match the return type of a GCC
6809    builtin and then its argument prototype would still apply.  */
6810 #ifdef __cplusplus
6811 extern "C"
6812 #endif
6813 char pthread_create ();
6814 int
6815 main ()
6816 {
6817 return pthread_create ();
6818   ;
6819   return 0;
6820 }
6821 _ACEOF
6822 rm -f conftest.$ac_objext conftest$ac_exeext
6823 if { (ac_try="$ac_link"
6824 case "(($ac_try" in
6825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6826   *) ac_try_echo=$ac_try;;
6827 esac
6828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6829   (eval "$ac_link") 2>conftest.er1
6830   ac_status=$?
6831   grep -v '^ *+' conftest.er1 >conftest.err
6832   rm -f conftest.er1
6833   cat conftest.err >&5
6834   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6835   (exit $ac_status); } && {
6836          test -z "$ac_c_werror_flag" ||
6837          test ! -s conftest.err
6838        } && test -s conftest$ac_exeext &&
6839        $as_test_x conftest$ac_exeext; then
6840   ac_cv_lib_pthread_pthread_create=yes
6841 else
6842   echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6844
6845         ac_cv_lib_pthread_pthread_create=no
6846 fi
6847
6848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6849       conftest$ac_exeext conftest.$ac_ext
6850 LIBS=$ac_check_lib_save_LIBS
6851 fi
6852 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6853 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6854 if test $ac_cv_lib_pthread_pthread_create = yes; then
6855   LIBPTHREAD="-lpthread"
6856
6857 fi
6858
6859
6860 XLIB=""
6861
6862 OPENGL_LIBS=""
6863
6864
6865
6866 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6867 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6868 if test "${ac_cv_header_stdc+set}" = set; then
6869   echo $ECHO_N "(cached) $ECHO_C" >&6
6870 else
6871   cat >conftest.$ac_ext <<_ACEOF
6872 /* confdefs.h.  */
6873 _ACEOF
6874 cat confdefs.h >>conftest.$ac_ext
6875 cat >>conftest.$ac_ext <<_ACEOF
6876 /* end confdefs.h.  */
6877 #include <stdlib.h>
6878 #include <stdarg.h>
6879 #include <string.h>
6880 #include <float.h>
6881
6882 int
6883 main ()
6884 {
6885
6886   ;
6887   return 0;
6888 }
6889 _ACEOF
6890 rm -f conftest.$ac_objext
6891 if { (ac_try="$ac_compile"
6892 case "(($ac_try" in
6893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6894   *) ac_try_echo=$ac_try;;
6895 esac
6896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6897   (eval "$ac_compile") 2>conftest.er1
6898   ac_status=$?
6899   grep -v '^ *+' conftest.er1 >conftest.err
6900   rm -f conftest.er1
6901   cat conftest.err >&5
6902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6903   (exit $ac_status); } && {
6904          test -z "$ac_c_werror_flag" ||
6905          test ! -s conftest.err
6906        } && test -s conftest.$ac_objext; then
6907   ac_cv_header_stdc=yes
6908 else
6909   echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.$ac_ext >&5
6911
6912         ac_cv_header_stdc=no
6913 fi
6914
6915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6916
6917 if test $ac_cv_header_stdc = yes; then
6918   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6919   cat >conftest.$ac_ext <<_ACEOF
6920 /* confdefs.h.  */
6921 _ACEOF
6922 cat confdefs.h >>conftest.$ac_ext
6923 cat >>conftest.$ac_ext <<_ACEOF
6924 /* end confdefs.h.  */
6925 #include <string.h>
6926
6927 _ACEOF
6928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6929   $EGREP "memchr" >/dev/null 2>&1; then
6930   :
6931 else
6932   ac_cv_header_stdc=no
6933 fi
6934 rm -f conftest*
6935
6936 fi
6937
6938 if test $ac_cv_header_stdc = yes; then
6939   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6940   cat >conftest.$ac_ext <<_ACEOF
6941 /* confdefs.h.  */
6942 _ACEOF
6943 cat confdefs.h >>conftest.$ac_ext
6944 cat >>conftest.$ac_ext <<_ACEOF
6945 /* end confdefs.h.  */
6946 #include <stdlib.h>
6947
6948 _ACEOF
6949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6950   $EGREP "free" >/dev/null 2>&1; then
6951   :
6952 else
6953   ac_cv_header_stdc=no
6954 fi
6955 rm -f conftest*
6956
6957 fi
6958
6959 if test $ac_cv_header_stdc = yes; then
6960   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6961   if test "$cross_compiling" = yes; then
6962   :
6963 else
6964   cat >conftest.$ac_ext <<_ACEOF
6965 /* confdefs.h.  */
6966 _ACEOF
6967 cat confdefs.h >>conftest.$ac_ext
6968 cat >>conftest.$ac_ext <<_ACEOF
6969 /* end confdefs.h.  */
6970 #include <ctype.h>
6971 #include <stdlib.h>
6972 #if ((' ' & 0x0FF) == 0x020)
6973 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6974 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6975 #else
6976 # define ISLOWER(c) \
6977                    (('a' <= (c) && (c) <= 'i') \
6978                      || ('j' <= (c) && (c) <= 'r') \
6979                      || ('s' <= (c) && (c) <= 'z'))
6980 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6981 #endif
6982
6983 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6984 int
6985 main ()
6986 {
6987   int i;
6988   for (i = 0; i < 256; i++)
6989     if (XOR (islower (i), ISLOWER (i))
6990         || toupper (i) != TOUPPER (i))
6991       return 2;
6992   return 0;
6993 }
6994 _ACEOF
6995 rm -f conftest$ac_exeext
6996 if { (ac_try="$ac_link"
6997 case "(($ac_try" in
6998   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6999   *) ac_try_echo=$ac_try;;
7000 esac
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002   (eval "$ac_link") 2>&5
7003   ac_status=$?
7004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7006   { (case "(($ac_try" in
7007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7008   *) ac_try_echo=$ac_try;;
7009 esac
7010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7011   (eval "$ac_try") 2>&5
7012   ac_status=$?
7013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014   (exit $ac_status); }; }; then
7015   :
7016 else
7017   echo "$as_me: program exited with status $ac_status" >&5
7018 echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.$ac_ext >&5
7020
7021 ( exit $ac_status )
7022 ac_cv_header_stdc=no
7023 fi
7024 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7025 fi
7026
7027
7028 fi
7029 fi
7030 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7031 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7032 if test $ac_cv_header_stdc = yes; then
7033
7034 cat >>confdefs.h <<\_ACEOF
7035 #define STDC_HEADERS 1
7036 _ACEOF
7037
7038 fi
7039
7040 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7051                   inttypes.h stdint.h unistd.h
7052 do
7053 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7057   echo $ECHO_N "(cached) $ECHO_C" >&6
7058 else
7059   cat >conftest.$ac_ext <<_ACEOF
7060 /* confdefs.h.  */
7061 _ACEOF
7062 cat confdefs.h >>conftest.$ac_ext
7063 cat >>conftest.$ac_ext <<_ACEOF
7064 /* end confdefs.h.  */
7065 $ac_includes_default
7066
7067 #include <$ac_header>
7068 _ACEOF
7069 rm -f conftest.$ac_objext
7070 if { (ac_try="$ac_compile"
7071 case "(($ac_try" in
7072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7073   *) ac_try_echo=$ac_try;;
7074 esac
7075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7076   (eval "$ac_compile") 2>conftest.er1
7077   ac_status=$?
7078   grep -v '^ *+' conftest.er1 >conftest.err
7079   rm -f conftest.er1
7080   cat conftest.err >&5
7081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082   (exit $ac_status); } && {
7083          test -z "$ac_c_werror_flag" ||
7084          test ! -s conftest.err
7085        } && test -s conftest.$ac_objext; then
7086   eval "$as_ac_Header=yes"
7087 else
7088   echo "$as_me: failed program was:" >&5
7089 sed 's/^/| /' conftest.$ac_ext >&5
7090
7091         eval "$as_ac_Header=no"
7092 fi
7093
7094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7095 fi
7096 ac_res=`eval echo '${'$as_ac_Header'}'`
7097                { echo "$as_me:$LINENO: result: $ac_res" >&5
7098 echo "${ECHO_T}$ac_res" >&6; }
7099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7100   cat >>confdefs.h <<_ACEOF
7101 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7102 _ACEOF
7103
7104 fi
7105
7106 done
7107
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 for ac_header in \
7221         AudioUnit/AudioUnit.h \
7222         Carbon/Carbon.h \
7223         CoreAudio/CoreAudio.h \
7224         DiskArbitration/DiskArbitration.h \
7225         IOKit/IOKitLib.h \
7226         alias.h \
7227         alsa/asoundlib.h \
7228         arpa/inet.h \
7229         arpa/nameser.h \
7230         asm/types.h \
7231         capi20.h \
7232         curses.h \
7233         direct.h \
7234         dlfcn.h \
7235         elf.h \
7236         float.h \
7237         fontconfig/fontconfig.h \
7238         getopt.h \
7239         ieeefp.h \
7240         io.h \
7241         jack/jack.h \
7242         jpeglib.h \
7243         lber.h \
7244         lcms.h \
7245         lcms/lcms.h \
7246         ldap.h \
7247         libaudioio.h \
7248         link.h \
7249         linux/cdrom.h \
7250         linux/compiler.h \
7251         linux/hdreg.h \
7252         linux/input.h \
7253         linux/ioctl.h \
7254         linux/joystick.h \
7255         linux/major.h \
7256         linux/param.h \
7257         linux/serial.h \
7258         linux/ucdrom.h \
7259         mach/mach.h \
7260         mach/machine.h \
7261         machine/cpu.h \
7262         machine/limits.h \
7263         machine/soundcard.h \
7264         mntent.h \
7265         ncurses.h \
7266         netdb.h \
7267         netinet/in.h \
7268         netinet/in_systm.h \
7269         netinet/tcp.h \
7270         netinet/tcp_fsm.h \
7271         openssl/err.h \
7272         openssl/ssl.h \
7273         png.h \
7274         poll.h \
7275         process.h \
7276         pthread.h \
7277         pwd.h \
7278         regex.h \
7279         sched.h \
7280         scsi/scsi.h \
7281         scsi/scsi_ioctl.h \
7282         scsi/sg.h \
7283         soundcard.h \
7284         stdint.h \
7285         strings.h \
7286         sys/asoundlib.h \
7287         sys/cdio.h \
7288         sys/elf32.h \
7289         sys/epoll.h \
7290         sys/errno.h \
7291         sys/event.h \
7292         sys/exec_elf.h \
7293         sys/filio.h \
7294         sys/ioctl.h \
7295         sys/ipc.h \
7296         sys/limits.h \
7297         sys/link.h \
7298         sys/lwp.h \
7299         sys/mman.h \
7300         sys/modem.h \
7301         sys/msg.h \
7302         sys/mtio.h \
7303         sys/param.h \
7304         sys/poll.h \
7305         sys/prctl.h \
7306         sys/ptrace.h \
7307         sys/reg.h \
7308         sys/resource.h \
7309         sys/scsiio.h \
7310         sys/shm.h \
7311         sys/signal.h \
7312         sys/socket.h \
7313         sys/socketvar.h \
7314         sys/sockio.h \
7315         sys/soundcard.h \
7316         sys/statvfs.h \
7317         sys/strtio.h \
7318         sys/syscall.h \
7319         sys/sysctl.h \
7320         sys/time.h \
7321         sys/times.h \
7322         sys/uio.h \
7323         sys/un.h \
7324         sys/vm86.h \
7325         sys/wait.h \
7326         syscall.h \
7327         termios.h \
7328         unistd.h \
7329         utime.h \
7330         valgrind/memcheck.h \
7331         valgrind/valgrind.h
7332
7333 do
7334 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7336   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7337 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339   echo $ECHO_N "(cached) $ECHO_C" >&6
7340 fi
7341 ac_res=`eval echo '${'$as_ac_Header'}'`
7342                { echo "$as_me:$LINENO: result: $ac_res" >&5
7343 echo "${ECHO_T}$ac_res" >&6; }
7344 else
7345   # Is the header compilable?
7346 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7347 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7348 cat >conftest.$ac_ext <<_ACEOF
7349 /* confdefs.h.  */
7350 _ACEOF
7351 cat confdefs.h >>conftest.$ac_ext
7352 cat >>conftest.$ac_ext <<_ACEOF
7353 /* end confdefs.h.  */
7354 $ac_includes_default
7355 #include <$ac_header>
7356 _ACEOF
7357 rm -f conftest.$ac_objext
7358 if { (ac_try="$ac_compile"
7359 case "(($ac_try" in
7360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7361   *) ac_try_echo=$ac_try;;
7362 esac
7363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7364   (eval "$ac_compile") 2>conftest.er1
7365   ac_status=$?
7366   grep -v '^ *+' conftest.er1 >conftest.err
7367   rm -f conftest.er1
7368   cat conftest.err >&5
7369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370   (exit $ac_status); } && {
7371          test -z "$ac_c_werror_flag" ||
7372          test ! -s conftest.err
7373        } && test -s conftest.$ac_objext; then
7374   ac_header_compiler=yes
7375 else
7376   echo "$as_me: failed program was:" >&5
7377 sed 's/^/| /' conftest.$ac_ext >&5
7378
7379         ac_header_compiler=no
7380 fi
7381
7382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7383 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7384 echo "${ECHO_T}$ac_header_compiler" >&6; }
7385
7386 # Is the header present?
7387 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7388 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7389 cat >conftest.$ac_ext <<_ACEOF
7390 /* confdefs.h.  */
7391 _ACEOF
7392 cat confdefs.h >>conftest.$ac_ext
7393 cat >>conftest.$ac_ext <<_ACEOF
7394 /* end confdefs.h.  */
7395 #include <$ac_header>
7396 _ACEOF
7397 if { (ac_try="$ac_cpp conftest.$ac_ext"
7398 case "(($ac_try" in
7399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7400   *) ac_try_echo=$ac_try;;
7401 esac
7402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7403   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7404   ac_status=$?
7405   grep -v '^ *+' conftest.er1 >conftest.err
7406   rm -f conftest.er1
7407   cat conftest.err >&5
7408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7409   (exit $ac_status); } >/dev/null && {
7410          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7411          test ! -s conftest.err
7412        }; then
7413   ac_header_preproc=yes
7414 else
7415   echo "$as_me: failed program was:" >&5
7416 sed 's/^/| /' conftest.$ac_ext >&5
7417
7418   ac_header_preproc=no
7419 fi
7420
7421 rm -f conftest.err conftest.$ac_ext
7422 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7423 echo "${ECHO_T}$ac_header_preproc" >&6; }
7424
7425 # So?  What about this header?
7426 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7427   yes:no: )
7428     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7429 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7430     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7431 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7432     ac_header_preproc=yes
7433     ;;
7434   no:yes:* )
7435     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7436 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7437     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7438 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7439     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7440 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7441     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7442 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7443     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7444 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7445     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7446 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7447     ( cat <<\_ASBOX
7448 ## ------------------------------------ ##
7449 ## Report this to wine-devel@winehq.org ##
7450 ## ------------------------------------ ##
7451 _ASBOX
7452      ) | sed "s/^/$as_me: WARNING:     /" >&2
7453     ;;
7454 esac
7455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7458   echo $ECHO_N "(cached) $ECHO_C" >&6
7459 else
7460   eval "$as_ac_Header=\$ac_header_preproc"
7461 fi
7462 ac_res=`eval echo '${'$as_ac_Header'}'`
7463                { echo "$as_me:$LINENO: result: $ac_res" >&5
7464 echo "${ECHO_T}$ac_res" >&6; }
7465
7466 fi
7467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7468   cat >>confdefs.h <<_ACEOF
7469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7470 _ACEOF
7471
7472 fi
7473
7474 done
7475
7476 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7477 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7478 if test "${ac_cv_header_stat_broken+set}" = set; then
7479   echo $ECHO_N "(cached) $ECHO_C" >&6
7480 else
7481   cat >conftest.$ac_ext <<_ACEOF
7482 /* confdefs.h.  */
7483 _ACEOF
7484 cat confdefs.h >>conftest.$ac_ext
7485 cat >>conftest.$ac_ext <<_ACEOF
7486 /* end confdefs.h.  */
7487 #include <sys/types.h>
7488 #include <sys/stat.h>
7489
7490 #if defined S_ISBLK && defined S_IFDIR
7491 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7492 #endif
7493
7494 #if defined S_ISBLK && defined S_IFCHR
7495 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7496 #endif
7497
7498 #if defined S_ISLNK && defined S_IFREG
7499 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7500 #endif
7501
7502 #if defined S_ISSOCK && defined S_IFREG
7503 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7504 #endif
7505
7506 _ACEOF
7507 rm -f conftest.$ac_objext
7508 if { (ac_try="$ac_compile"
7509 case "(($ac_try" in
7510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7511   *) ac_try_echo=$ac_try;;
7512 esac
7513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7514   (eval "$ac_compile") 2>conftest.er1
7515   ac_status=$?
7516   grep -v '^ *+' conftest.er1 >conftest.err
7517   rm -f conftest.er1
7518   cat conftest.err >&5
7519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7520   (exit $ac_status); } && {
7521          test -z "$ac_c_werror_flag" ||
7522          test ! -s conftest.err
7523        } && test -s conftest.$ac_objext; then
7524   ac_cv_header_stat_broken=no
7525 else
7526   echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.$ac_ext >&5
7528
7529         ac_cv_header_stat_broken=yes
7530 fi
7531
7532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7533 fi
7534 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7535 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7536 if test $ac_cv_header_stat_broken = yes; then
7537
7538 cat >>confdefs.h <<\_ACEOF
7539 #define STAT_MACROS_BROKEN 1
7540 _ACEOF
7541
7542 fi
7543
7544
7545
7546
7547
7548
7549
7550 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7551 do
7552 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556   echo $ECHO_N "(cached) $ECHO_C" >&6
7557 else
7558   cat >conftest.$ac_ext <<_ACEOF
7559 /* confdefs.h.  */
7560 _ACEOF
7561 cat confdefs.h >>conftest.$ac_ext
7562 cat >>conftest.$ac_ext <<_ACEOF
7563 /* end confdefs.h.  */
7564 #include <sys/types.h>
7565      #ifdef HAVE_SYS_PARAM_H
7566      # include <sys/param.h>
7567      #endif
7568
7569 #include <$ac_header>
7570 _ACEOF
7571 rm -f conftest.$ac_objext
7572 if { (ac_try="$ac_compile"
7573 case "(($ac_try" in
7574   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7575   *) ac_try_echo=$ac_try;;
7576 esac
7577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7578   (eval "$ac_compile") 2>conftest.er1
7579   ac_status=$?
7580   grep -v '^ *+' conftest.er1 >conftest.err
7581   rm -f conftest.er1
7582   cat conftest.err >&5
7583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584   (exit $ac_status); } && {
7585          test -z "$ac_c_werror_flag" ||
7586          test ! -s conftest.err
7587        } && test -s conftest.$ac_objext; then
7588   eval "$as_ac_Header=yes"
7589 else
7590   echo "$as_me: failed program was:" >&5
7591 sed 's/^/| /' conftest.$ac_ext >&5
7592
7593         eval "$as_ac_Header=no"
7594 fi
7595
7596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7597 fi
7598 ac_res=`eval echo '${'$as_ac_Header'}'`
7599                { echo "$as_me:$LINENO: result: $ac_res" >&5
7600 echo "${ECHO_T}$ac_res" >&6; }
7601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7602   cat >>confdefs.h <<_ACEOF
7603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7604 _ACEOF
7605
7606 fi
7607
7608 done
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623 for ac_header in \
7624         netinet/ip.h \
7625         net/if.h \
7626         net/if_arp.h \
7627         net/if_dl.h \
7628         net/if_types.h \
7629         net/route.h \
7630         netinet/if_ether.h \
7631         netinet/in_pcb.h \
7632         netinet/ip_icmp.h \
7633         netinet/ip_var.h \
7634         netinet/udp.h \
7635         netipx/ipx.h \
7636
7637 do
7638 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7639 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7642   echo $ECHO_N "(cached) $ECHO_C" >&6
7643 else
7644   cat >conftest.$ac_ext <<_ACEOF
7645 /* confdefs.h.  */
7646 _ACEOF
7647 cat confdefs.h >>conftest.$ac_ext
7648 cat >>conftest.$ac_ext <<_ACEOF
7649 /* end confdefs.h.  */
7650 #include <sys/types.h>
7651      #ifdef HAVE_SYS_SOCKET_H
7652      # include <sys/socket.h>
7653      #endif
7654      #ifdef HAVE_SYS_SOCKETVAR_H
7655      # include <sys/socketvar.h>
7656      #endif
7657      #ifdef HAVE_NETINET_IN_H
7658      # include <netinet/in.h>
7659      #endif
7660      #ifdef HAVE_NETINET_IP_H
7661      # include <netinet/ip.h>
7662      #endif
7663
7664 #include <$ac_header>
7665 _ACEOF
7666 rm -f conftest.$ac_objext
7667 if { (ac_try="$ac_compile"
7668 case "(($ac_try" in
7669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7670   *) ac_try_echo=$ac_try;;
7671 esac
7672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7673   (eval "$ac_compile") 2>conftest.er1
7674   ac_status=$?
7675   grep -v '^ *+' conftest.er1 >conftest.err
7676   rm -f conftest.er1
7677   cat conftest.err >&5
7678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7679   (exit $ac_status); } && {
7680          test -z "$ac_c_werror_flag" ||
7681          test ! -s conftest.err
7682        } && test -s conftest.$ac_objext; then
7683   eval "$as_ac_Header=yes"
7684 else
7685   echo "$as_me: failed program was:" >&5
7686 sed 's/^/| /' conftest.$ac_ext >&5
7687
7688         eval "$as_ac_Header=no"
7689 fi
7690
7691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7692 fi
7693 ac_res=`eval echo '${'$as_ac_Header'}'`
7694                { echo "$as_me:$LINENO: result: $ac_res" >&5
7695 echo "${ECHO_T}$ac_res" >&6; }
7696 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7697   cat >>confdefs.h <<_ACEOF
7698 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7699 _ACEOF
7700
7701 fi
7702
7703 done
7704
7705
7706
7707
7708
7709
7710 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7711 do
7712 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7713 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7715 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7716   echo $ECHO_N "(cached) $ECHO_C" >&6
7717 else
7718   cat >conftest.$ac_ext <<_ACEOF
7719 /* confdefs.h.  */
7720 _ACEOF
7721 cat confdefs.h >>conftest.$ac_ext
7722 cat >>conftest.$ac_ext <<_ACEOF
7723 /* end confdefs.h.  */
7724 #include <sys/types.h>
7725      #ifdef HAVE_ALIAS_H
7726      # include <alias.h>
7727      #endif
7728      #ifdef HAVE_SYS_SOCKET_H
7729      # include <sys/socket.h>
7730      #endif
7731      #ifdef HAVE_SYS_SOCKETVAR_H
7732      # include <sys/socketvar.h>
7733      #endif
7734      #ifdef HAVE_NETINET_IN_H
7735      # include <netinet/in.h>
7736      #endif
7737      #ifdef HAVE_NETINET_IP_H
7738      # include <netinet/ip.h>
7739      #endif
7740      #ifdef HAVE_NETINET_IP_VAR_H
7741      # include <netinet/ip_var.h>
7742      #endif
7743      #ifdef HAVE_NETINET_IP_ICMP_H
7744      # include <netinet/ip_icmp.h>
7745      #endif
7746      #ifdef HAVE_NETINET_UDP_H
7747      # include <netinet/udp.h>
7748      #endif
7749      #ifdef HAVE_NETINET_TCP_H
7750      # include <netinet/tcp.h>
7751      #endif
7752
7753 #include <$ac_header>
7754 _ACEOF
7755 rm -f conftest.$ac_objext
7756 if { (ac_try="$ac_compile"
7757 case "(($ac_try" in
7758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7759   *) ac_try_echo=$ac_try;;
7760 esac
7761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7762   (eval "$ac_compile") 2>conftest.er1
7763   ac_status=$?
7764   grep -v '^ *+' conftest.er1 >conftest.err
7765   rm -f conftest.er1
7766   cat conftest.err >&5
7767   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768   (exit $ac_status); } && {
7769          test -z "$ac_c_werror_flag" ||
7770          test ! -s conftest.err
7771        } && test -s conftest.$ac_objext; then
7772   eval "$as_ac_Header=yes"
7773 else
7774   echo "$as_me: failed program was:" >&5
7775 sed 's/^/| /' conftest.$ac_ext >&5
7776
7777         eval "$as_ac_Header=no"
7778 fi
7779
7780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7781 fi
7782 ac_res=`eval echo '${'$as_ac_Header'}'`
7783                { echo "$as_me:$LINENO: result: $ac_res" >&5
7784 echo "${ECHO_T}$ac_res" >&6; }
7785 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7786   cat >>confdefs.h <<_ACEOF
7787 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7788 _ACEOF
7789
7790 fi
7791
7792 done
7793
7794
7795
7796 for ac_header in linux/ipx.h
7797 do
7798 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7799 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7800 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7801 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7802   echo $ECHO_N "(cached) $ECHO_C" >&6
7803 else
7804   cat >conftest.$ac_ext <<_ACEOF
7805 /* confdefs.h.  */
7806 _ACEOF
7807 cat confdefs.h >>conftest.$ac_ext
7808 cat >>conftest.$ac_ext <<_ACEOF
7809 /* end confdefs.h.  */
7810 #include <sys/types.h>
7811      #ifdef HAVE_ASM_TYPES_H
7812      # include <asm/types.h>
7813      #endif
7814      #ifdef HAVE_SYS_SOCKET_H
7815      # include <sys/socket.h>
7816      #endif
7817
7818 #include <$ac_header>
7819 _ACEOF
7820 rm -f conftest.$ac_objext
7821 if { (ac_try="$ac_compile"
7822 case "(($ac_try" in
7823   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7824   *) ac_try_echo=$ac_try;;
7825 esac
7826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7827   (eval "$ac_compile") 2>conftest.er1
7828   ac_status=$?
7829   grep -v '^ *+' conftest.er1 >conftest.err
7830   rm -f conftest.er1
7831   cat conftest.err >&5
7832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7833   (exit $ac_status); } && {
7834          test -z "$ac_c_werror_flag" ||
7835          test ! -s conftest.err
7836        } && test -s conftest.$ac_objext; then
7837   eval "$as_ac_Header=yes"
7838 else
7839   echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.$ac_ext >&5
7841
7842         eval "$as_ac_Header=no"
7843 fi
7844
7845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7846 fi
7847 ac_res=`eval echo '${'$as_ac_Header'}'`
7848                { echo "$as_me:$LINENO: result: $ac_res" >&5
7849 echo "${ECHO_T}$ac_res" >&6; }
7850 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7851   cat >>confdefs.h <<_ACEOF
7852 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7853 _ACEOF
7854
7855 fi
7856
7857 done
7858
7859
7860
7861 for ac_header in resolv.h
7862 do
7863 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7864 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7867   echo $ECHO_N "(cached) $ECHO_C" >&6
7868 else
7869   cat >conftest.$ac_ext <<_ACEOF
7870 /* confdefs.h.  */
7871 _ACEOF
7872 cat confdefs.h >>conftest.$ac_ext
7873 cat >>conftest.$ac_ext <<_ACEOF
7874 /* end confdefs.h.  */
7875 #include <sys/types.h>
7876      #ifdef HAVE_SYS_SOCKET_H
7877      # include <sys/socket.h>
7878      #endif
7879      #ifdef HAVE_NETINET_IN_H
7880      # include <netinet/in.h>
7881      #endif
7882      #ifdef HAVE_ARPA_NAMESER_H
7883      # include <arpa/nameser.h>
7884      #endif
7885
7886 #include <$ac_header>
7887 _ACEOF
7888 rm -f conftest.$ac_objext
7889 if { (ac_try="$ac_compile"
7890 case "(($ac_try" in
7891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7892   *) ac_try_echo=$ac_try;;
7893 esac
7894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7895   (eval "$ac_compile") 2>conftest.er1
7896   ac_status=$?
7897   grep -v '^ *+' conftest.er1 >conftest.err
7898   rm -f conftest.er1
7899   cat conftest.err >&5
7900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901   (exit $ac_status); } && {
7902          test -z "$ac_c_werror_flag" ||
7903          test ! -s conftest.err
7904        } && test -s conftest.$ac_objext; then
7905   eval "$as_ac_Header=yes"
7906 else
7907   echo "$as_me: failed program was:" >&5
7908 sed 's/^/| /' conftest.$ac_ext >&5
7909
7910         eval "$as_ac_Header=no"
7911 fi
7912
7913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7914 fi
7915 ac_res=`eval echo '${'$as_ac_Header'}'`
7916                { echo "$as_me:$LINENO: result: $ac_res" >&5
7917 echo "${ECHO_T}$ac_res" >&6; }
7918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7919   cat >>confdefs.h <<_ACEOF
7920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7921 _ACEOF
7922
7923 fi
7924
7925 done
7926
7927
7928
7929 for ac_header in ucontext.h
7930 do
7931 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7932 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7935   echo $ECHO_N "(cached) $ECHO_C" >&6
7936 else
7937   cat >conftest.$ac_ext <<_ACEOF
7938 /* confdefs.h.  */
7939 _ACEOF
7940 cat confdefs.h >>conftest.$ac_ext
7941 cat >>conftest.$ac_ext <<_ACEOF
7942 /* end confdefs.h.  */
7943 #include <signal.h>
7944
7945 #include <$ac_header>
7946 _ACEOF
7947 rm -f conftest.$ac_objext
7948 if { (ac_try="$ac_compile"
7949 case "(($ac_try" in
7950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7951   *) ac_try_echo=$ac_try;;
7952 esac
7953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7954   (eval "$ac_compile") 2>conftest.er1
7955   ac_status=$?
7956   grep -v '^ *+' conftest.er1 >conftest.err
7957   rm -f conftest.er1
7958   cat conftest.err >&5
7959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7960   (exit $ac_status); } && {
7961          test -z "$ac_c_werror_flag" ||
7962          test ! -s conftest.err
7963        } && test -s conftest.$ac_objext; then
7964   eval "$as_ac_Header=yes"
7965 else
7966   echo "$as_me: failed program was:" >&5
7967 sed 's/^/| /' conftest.$ac_ext >&5
7968
7969         eval "$as_ac_Header=no"
7970 fi
7971
7972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7973 fi
7974 ac_res=`eval echo '${'$as_ac_Header'}'`
7975                { echo "$as_me:$LINENO: result: $ac_res" >&5
7976 echo "${ECHO_T}$ac_res" >&6; }
7977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7978   cat >>confdefs.h <<_ACEOF
7979 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7980 _ACEOF
7981
7982 fi
7983
7984 done
7985
7986
7987
7988 for ac_header in sys/thr.h
7989 do
7990 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7991 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7993 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7994   echo $ECHO_N "(cached) $ECHO_C" >&6
7995 else
7996   cat >conftest.$ac_ext <<_ACEOF
7997 /* confdefs.h.  */
7998 _ACEOF
7999 cat confdefs.h >>conftest.$ac_ext
8000 cat >>conftest.$ac_ext <<_ACEOF
8001 /* end confdefs.h.  */
8002 #include <sys/types.h>
8003 #ifdef HAVE_UCONTEXT_H
8004 #include <ucontext.h>
8005 #endif
8006
8007 #include <$ac_header>
8008 _ACEOF
8009 rm -f conftest.$ac_objext
8010 if { (ac_try="$ac_compile"
8011 case "(($ac_try" in
8012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8013   *) ac_try_echo=$ac_try;;
8014 esac
8015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8016   (eval "$ac_compile") 2>conftest.er1
8017   ac_status=$?
8018   grep -v '^ *+' conftest.er1 >conftest.err
8019   rm -f conftest.er1
8020   cat conftest.err >&5
8021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022   (exit $ac_status); } && {
8023          test -z "$ac_c_werror_flag" ||
8024          test ! -s conftest.err
8025        } && test -s conftest.$ac_objext; then
8026   eval "$as_ac_Header=yes"
8027 else
8028   echo "$as_me: failed program was:" >&5
8029 sed 's/^/| /' conftest.$ac_ext >&5
8030
8031         eval "$as_ac_Header=no"
8032 fi
8033
8034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8035 fi
8036 ac_res=`eval echo '${'$as_ac_Header'}'`
8037                { echo "$as_me:$LINENO: result: $ac_res" >&5
8038 echo "${ECHO_T}$ac_res" >&6; }
8039 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8040   cat >>confdefs.h <<_ACEOF
8041 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8042 _ACEOF
8043
8044 fi
8045
8046 done
8047
8048
8049
8050 for ac_header in pthread_np.h
8051 do
8052 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8053 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8054 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8056   echo $ECHO_N "(cached) $ECHO_C" >&6
8057 else
8058   cat >conftest.$ac_ext <<_ACEOF
8059 /* confdefs.h.  */
8060 _ACEOF
8061 cat confdefs.h >>conftest.$ac_ext
8062 cat >>conftest.$ac_ext <<_ACEOF
8063 /* end confdefs.h.  */
8064 #ifdef HAVE_PTHREAD_H
8065 #include <pthread.h>
8066 #endif
8067
8068 #include <$ac_header>
8069 _ACEOF
8070 rm -f conftest.$ac_objext
8071 if { (ac_try="$ac_compile"
8072 case "(($ac_try" in
8073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8074   *) ac_try_echo=$ac_try;;
8075 esac
8076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8077   (eval "$ac_compile") 2>conftest.er1
8078   ac_status=$?
8079   grep -v '^ *+' conftest.er1 >conftest.err
8080   rm -f conftest.er1
8081   cat conftest.err >&5
8082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8083   (exit $ac_status); } && {
8084          test -z "$ac_c_werror_flag" ||
8085          test ! -s conftest.err
8086        } && test -s conftest.$ac_objext; then
8087   eval "$as_ac_Header=yes"
8088 else
8089   echo "$as_me: failed program was:" >&5
8090 sed 's/^/| /' conftest.$ac_ext >&5
8091
8092         eval "$as_ac_Header=no"
8093 fi
8094
8095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8096 fi
8097 ac_res=`eval echo '${'$as_ac_Header'}'`
8098                { echo "$as_me:$LINENO: result: $ac_res" >&5
8099 echo "${ECHO_T}$ac_res" >&6; }
8100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8101   cat >>confdefs.h <<_ACEOF
8102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8103 _ACEOF
8104
8105 fi
8106
8107 done
8108
8109
8110
8111 for ac_header in linux/videodev.h
8112 do
8113 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8114 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8115 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8116 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8117   echo $ECHO_N "(cached) $ECHO_C" >&6
8118 else
8119   cat >conftest.$ac_ext <<_ACEOF
8120 /* confdefs.h.  */
8121 _ACEOF
8122 cat confdefs.h >>conftest.$ac_ext
8123 cat >>conftest.$ac_ext <<_ACEOF
8124 /* end confdefs.h.  */
8125 #ifdef HAVE_SYS_TIME_H
8126 #include <sys/time.h>
8127 #endif
8128 #include <sys/types.h>
8129 #ifdef HAVE_ASM_TYPES_H
8130 #include <asm/types.h>
8131 #endif
8132
8133 #include <$ac_header>
8134 _ACEOF
8135 rm -f conftest.$ac_objext
8136 if { (ac_try="$ac_compile"
8137 case "(($ac_try" in
8138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8139   *) ac_try_echo=$ac_try;;
8140 esac
8141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8142   (eval "$ac_compile") 2>conftest.er1
8143   ac_status=$?
8144   grep -v '^ *+' conftest.er1 >conftest.err
8145   rm -f conftest.er1
8146   cat conftest.err >&5
8147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148   (exit $ac_status); } && {
8149          test -z "$ac_c_werror_flag" ||
8150          test ! -s conftest.err
8151        } && test -s conftest.$ac_objext; then
8152   eval "$as_ac_Header=yes"
8153 else
8154   echo "$as_me: failed program was:" >&5
8155 sed 's/^/| /' conftest.$ac_ext >&5
8156
8157         eval "$as_ac_Header=no"
8158 fi
8159
8160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8161 fi
8162 ac_res=`eval echo '${'$as_ac_Header'}'`
8163                { echo "$as_me:$LINENO: result: $ac_res" >&5
8164 echo "${ECHO_T}$ac_res" >&6; }
8165 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8166   cat >>confdefs.h <<_ACEOF
8167 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8168 _ACEOF
8169
8170 fi
8171
8172 done
8173
8174
8175
8176 for ac_header in linux/capi.h
8177 do
8178 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8179 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8182   echo $ECHO_N "(cached) $ECHO_C" >&6
8183 else
8184   cat >conftest.$ac_ext <<_ACEOF
8185 /* confdefs.h.  */
8186 _ACEOF
8187 cat confdefs.h >>conftest.$ac_ext
8188 cat >>conftest.$ac_ext <<_ACEOF
8189 /* end confdefs.h.  */
8190 #define __user
8191
8192 #include <$ac_header>
8193 _ACEOF
8194 rm -f conftest.$ac_objext
8195 if { (ac_try="$ac_compile"
8196 case "(($ac_try" in
8197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8198   *) ac_try_echo=$ac_try;;
8199 esac
8200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8201   (eval "$ac_compile") 2>conftest.er1
8202   ac_status=$?
8203   grep -v '^ *+' conftest.er1 >conftest.err
8204   rm -f conftest.er1
8205   cat conftest.err >&5
8206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8207   (exit $ac_status); } && {
8208          test -z "$ac_c_werror_flag" ||
8209          test ! -s conftest.err
8210        } && test -s conftest.$ac_objext; then
8211   eval "$as_ac_Header=yes"
8212 else
8213   echo "$as_me: failed program was:" >&5
8214 sed 's/^/| /' conftest.$ac_ext >&5
8215
8216         eval "$as_ac_Header=no"
8217 fi
8218
8219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8220 fi
8221 ac_res=`eval echo '${'$as_ac_Header'}'`
8222                { echo "$as_me:$LINENO: result: $ac_res" >&5
8223 echo "${ECHO_T}$ac_res" >&6; }
8224 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8225   cat >>confdefs.h <<_ACEOF
8226 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8227 _ACEOF
8228
8229 fi
8230
8231 done
8232
8233
8234
8235 DLLEXT=""
8236
8237 DLLFLAGS="-D_REENTRANT"
8238
8239 LDSHARED=""
8240
8241 LDDLLFLAGS=""
8242
8243 LIBEXT="so"
8244
8245 IMPLIBEXT="def"
8246
8247 LDRPATH_INSTALL=""
8248
8249 LDRPATH_LOCAL=""
8250
8251 # Extract the first word of "ldd", so it can be a program name with args.
8252 set dummy ldd; ac_word=$2
8253 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8254 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8255 if test "${ac_cv_path_LDD+set}" = set; then
8256   echo $ECHO_N "(cached) $ECHO_C" >&6
8257 else
8258   case $LDD in
8259   [\\/]* | ?:[\\/]*)
8260   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8261   ;;
8262   *)
8263   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8264 as_dummy="/sbin:/usr/sbin:$PATH"
8265 for as_dir in $as_dummy
8266 do
8267   IFS=$as_save_IFS
8268   test -z "$as_dir" && as_dir=.
8269   for ac_exec_ext in '' $ac_executable_extensions; do
8270   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8272     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8273     break 2
8274   fi
8275 done
8276 done
8277 IFS=$as_save_IFS
8278
8279   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8280   ;;
8281 esac
8282 fi
8283 LDD=$ac_cv_path_LDD
8284 if test -n "$LDD"; then
8285   { echo "$as_me:$LINENO: result: $LDD" >&5
8286 echo "${ECHO_T}$LDD" >&6; }
8287 else
8288   { echo "$as_me:$LINENO: result: no" >&5
8289 echo "${ECHO_T}no" >&6; }
8290 fi
8291
8292
8293
8294 case $host_os in
8295   cygwin*|mingw32*)
8296     if test -n "$ac_tool_prefix"; then
8297   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8298 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8301 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8302   echo $ECHO_N "(cached) $ECHO_C" >&6
8303 else
8304   if test -n "$DLLTOOL"; then
8305   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8306 else
8307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8308 for as_dir in $PATH
8309 do
8310   IFS=$as_save_IFS
8311   test -z "$as_dir" && as_dir=.
8312   for ac_exec_ext in '' $ac_executable_extensions; do
8313   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8314     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8315     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8316     break 2
8317   fi
8318 done
8319 done
8320 IFS=$as_save_IFS
8321
8322 fi
8323 fi
8324 DLLTOOL=$ac_cv_prog_DLLTOOL
8325 if test -n "$DLLTOOL"; then
8326   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8327 echo "${ECHO_T}$DLLTOOL" >&6; }
8328 else
8329   { echo "$as_me:$LINENO: result: no" >&5
8330 echo "${ECHO_T}no" >&6; }
8331 fi
8332
8333
8334 fi
8335 if test -z "$ac_cv_prog_DLLTOOL"; then
8336   ac_ct_DLLTOOL=$DLLTOOL
8337   # Extract the first word of "dlltool", so it can be a program name with args.
8338 set dummy dlltool; ac_word=$2
8339 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8341 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8342   echo $ECHO_N "(cached) $ECHO_C" >&6
8343 else
8344   if test -n "$ac_ct_DLLTOOL"; then
8345   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8346 else
8347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8348 for as_dir in $PATH
8349 do
8350   IFS=$as_save_IFS
8351   test -z "$as_dir" && as_dir=.
8352   for ac_exec_ext in '' $ac_executable_extensions; do
8353   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8354     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8355     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8356     break 2
8357   fi
8358 done
8359 done
8360 IFS=$as_save_IFS
8361
8362 fi
8363 fi
8364 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8365 if test -n "$ac_ct_DLLTOOL"; then
8366   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8367 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8368 else
8369   { echo "$as_me:$LINENO: result: no" >&5
8370 echo "${ECHO_T}no" >&6; }
8371 fi
8372
8373   if test "x$ac_ct_DLLTOOL" = x; then
8374     DLLTOOL="false"
8375   else
8376     case $cross_compiling:$ac_tool_warned in
8377 yes:)
8378 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8379 whose name does not start with the host triplet.  If you think this
8380 configuration is useful to you, please write to autoconf@gnu.org." >&5
8381 echo "$as_me: 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." >&2;}
8384 ac_tool_warned=yes ;;
8385 esac
8386     DLLTOOL=$ac_ct_DLLTOOL
8387   fi
8388 else
8389   DLLTOOL="$ac_cv_prog_DLLTOOL"
8390 fi
8391
8392     if test -n "$ac_tool_prefix"; then
8393   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8394 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8397 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8398   echo $ECHO_N "(cached) $ECHO_C" >&6
8399 else
8400   if test -n "$DLLWRAP"; then
8401   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8402 else
8403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8404 for as_dir in $PATH
8405 do
8406   IFS=$as_save_IFS
8407   test -z "$as_dir" && as_dir=.
8408   for ac_exec_ext in '' $ac_executable_extensions; do
8409   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8410     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8411     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8412     break 2
8413   fi
8414 done
8415 done
8416 IFS=$as_save_IFS
8417
8418 fi
8419 fi
8420 DLLWRAP=$ac_cv_prog_DLLWRAP
8421 if test -n "$DLLWRAP"; then
8422   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8423 echo "${ECHO_T}$DLLWRAP" >&6; }
8424 else
8425   { echo "$as_me:$LINENO: result: no" >&5
8426 echo "${ECHO_T}no" >&6; }
8427 fi
8428
8429
8430 fi
8431 if test -z "$ac_cv_prog_DLLWRAP"; then
8432   ac_ct_DLLWRAP=$DLLWRAP
8433   # Extract the first word of "dllwrap", so it can be a program name with args.
8434 set dummy dllwrap; ac_word=$2
8435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8437 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8438   echo $ECHO_N "(cached) $ECHO_C" >&6
8439 else
8440   if test -n "$ac_ct_DLLWRAP"; then
8441   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8442 else
8443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8444 for as_dir in $PATH
8445 do
8446   IFS=$as_save_IFS
8447   test -z "$as_dir" && as_dir=.
8448   for ac_exec_ext in '' $ac_executable_extensions; do
8449   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8450     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8451     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8452     break 2
8453   fi
8454 done
8455 done
8456 IFS=$as_save_IFS
8457
8458 fi
8459 fi
8460 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8461 if test -n "$ac_ct_DLLWRAP"; then
8462   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8463 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8464 else
8465   { echo "$as_me:$LINENO: result: no" >&5
8466 echo "${ECHO_T}no" >&6; }
8467 fi
8468
8469   if test "x$ac_ct_DLLWRAP" = x; then
8470     DLLWRAP="false"
8471   else
8472     case $cross_compiling:$ac_tool_warned in
8473 yes:)
8474 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8475 whose name does not start with the host triplet.  If you think this
8476 configuration is useful to you, please write to autoconf@gnu.org." >&5
8477 echo "$as_me: 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." >&2;}
8480 ac_tool_warned=yes ;;
8481 esac
8482     DLLWRAP=$ac_ct_DLLWRAP
8483   fi
8484 else
8485   DLLWRAP="$ac_cv_prog_DLLWRAP"
8486 fi
8487
8488     if test -n "$ac_tool_prefix"; then
8489   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8490 set dummy ${ac_tool_prefix}ar; ac_word=$2
8491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8493 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8494   echo $ECHO_N "(cached) $ECHO_C" >&6
8495 else
8496   if test -n "$MINGWAR"; then
8497   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8498 else
8499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8500 for as_dir in $PATH
8501 do
8502   IFS=$as_save_IFS
8503   test -z "$as_dir" && as_dir=.
8504   for ac_exec_ext in '' $ac_executable_extensions; do
8505   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8506     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8507     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8508     break 2
8509   fi
8510 done
8511 done
8512 IFS=$as_save_IFS
8513
8514 fi
8515 fi
8516 MINGWAR=$ac_cv_prog_MINGWAR
8517 if test -n "$MINGWAR"; then
8518   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8519 echo "${ECHO_T}$MINGWAR" >&6; }
8520 else
8521   { echo "$as_me:$LINENO: result: no" >&5
8522 echo "${ECHO_T}no" >&6; }
8523 fi
8524
8525
8526 fi
8527 if test -z "$ac_cv_prog_MINGWAR"; then
8528   ac_ct_MINGWAR=$MINGWAR
8529   # Extract the first word of "ar", so it can be a program name with args.
8530 set dummy ar; ac_word=$2
8531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8533 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8534   echo $ECHO_N "(cached) $ECHO_C" >&6
8535 else
8536   if test -n "$ac_ct_MINGWAR"; then
8537   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8538 else
8539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8540 for as_dir in $PATH
8541 do
8542   IFS=$as_save_IFS
8543   test -z "$as_dir" && as_dir=.
8544   for ac_exec_ext in '' $ac_executable_extensions; do
8545   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8546     ac_cv_prog_ac_ct_MINGWAR="ar"
8547     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8548     break 2
8549   fi
8550 done
8551 done
8552 IFS=$as_save_IFS
8553
8554 fi
8555 fi
8556 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8557 if test -n "$ac_ct_MINGWAR"; then
8558   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8559 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8560 else
8561   { echo "$as_me:$LINENO: result: no" >&5
8562 echo "${ECHO_T}no" >&6; }
8563 fi
8564
8565   if test "x$ac_ct_MINGWAR" = x; then
8566     MINGWAR="false"
8567   else
8568     case $cross_compiling:$ac_tool_warned in
8569 yes:)
8570 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8571 whose name does not start with the host triplet.  If you think this
8572 configuration is useful to you, please write to autoconf@gnu.org." >&5
8573 echo "$as_me: 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." >&2;}
8576 ac_tool_warned=yes ;;
8577 esac
8578     MINGWAR=$ac_ct_MINGWAR
8579   fi
8580 else
8581   MINGWAR="$ac_cv_prog_MINGWAR"
8582 fi
8583
8584     if test "$DLLWRAP" = "false"; then
8585       LIBEXT="a"
8586     else
8587             LIBEXT="dll"
8588     fi
8589     IMPLIBEXT="a"
8590         WIN16_FILES=""
8591     WIN16_INSTALL=""
8592         enable_iphlpapi=${enable_iphlpapi:-no}
8593     enable_kernel32=${enable_kernel32:-no}
8594     enable_msvcrt=${enable_msvcrt:-no}
8595     enable_ntdll=${enable_ntdll:-no}
8596     enable_ws2_32=${enable_ws2_32:-no}
8597     enable_loader=${enable_loader:-no}
8598     enable_server=${enable_server:-no}
8599     ;;
8600   darwin*|macosx*)
8601     DLLEXT=".so"
8602     LIBEXT="dylib"
8603     DLLFLAGS="$DLLFLAGS -fPIC"
8604     LDDLLFLAGS="-bundle -multiply_defined suppress"
8605     LIBWINE_LDFLAGS="-multiply_defined suppress"
8606     LDSHARED="\$(CC) -dynamiclib"
8607     STRIP="$STRIP -x"
8608     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8609         SECURITYLIB="-framework Security -framework CoreFoundation"
8610
8611     COREFOUNDATIONLIB="-framework CoreFoundation"
8612
8613     IOKITLIB="-framework IOKit -framework CoreFoundation"
8614
8615     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8616
8617     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8618     then
8619                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8620
8621     fi
8622     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8623     then
8624                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8625
8626     fi
8627     case $host_cpu in
8628       *powerpc*)
8629         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8630     esac
8631         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8632     then
8633         CARBONLIB="-framework Carbon"
8634
8635         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8636     fi
8637     ;;
8638   *)
8639     DLLFLAGS="$DLLFLAGS -fPIC"
8640     DLLEXT=".so"
8641     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8642 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8643 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8644   echo $ECHO_N "(cached) $ECHO_C" >&6
8645 else
8646   ac_wine_try_cflags_saved=$CFLAGS
8647 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8648 cat >conftest.$ac_ext <<_ACEOF
8649 void myfunc() {}
8650 _ACEOF
8651 rm -f conftest.$ac_objext conftest$ac_exeext
8652 if { (ac_try="$ac_link"
8653 case "(($ac_try" in
8654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8655   *) ac_try_echo=$ac_try;;
8656 esac
8657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8658   (eval "$ac_link") 2>conftest.er1
8659   ac_status=$?
8660   grep -v '^ *+' conftest.er1 >conftest.err
8661   rm -f conftest.er1
8662   cat conftest.err >&5
8663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664   (exit $ac_status); } && {
8665          test -z "$ac_c_werror_flag" ||
8666          test ! -s conftest.err
8667        } && test -s conftest$ac_exeext &&
8668        $as_test_x conftest$ac_exeext; then
8669   ac_cv_c_dll_gnuelf="yes"
8670 else
8671   echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.$ac_ext >&5
8673
8674         ac_cv_c_dll_gnuelf="no"
8675 fi
8676
8677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8678       conftest$ac_exeext conftest.$ac_ext
8679 CFLAGS=$ac_wine_try_cflags_saved
8680 fi
8681 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8682 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8683     if test "$ac_cv_c_dll_gnuelf" = "yes"
8684     then
8685       LDSHARED="\$(CC) -shared"
8686       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8687       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8688 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8689 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8690   echo $ECHO_N "(cached) $ECHO_C" >&6
8691 else
8692   ac_wine_try_cflags_saved=$CFLAGS
8693 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8694 cat >conftest.$ac_ext <<_ACEOF
8695 /* confdefs.h.  */
8696 _ACEOF
8697 cat confdefs.h >>conftest.$ac_ext
8698 cat >>conftest.$ac_ext <<_ACEOF
8699 /* end confdefs.h.  */
8700
8701 int
8702 main ()
8703 {
8704
8705   ;
8706   return 0;
8707 }
8708 _ACEOF
8709 rm -f conftest.$ac_objext conftest$ac_exeext
8710 if { (ac_try="$ac_link"
8711 case "(($ac_try" in
8712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8713   *) ac_try_echo=$ac_try;;
8714 esac
8715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8716   (eval "$ac_link") 2>conftest.er1
8717   ac_status=$?
8718   grep -v '^ *+' conftest.er1 >conftest.err
8719   rm -f conftest.er1
8720   cat conftest.err >&5
8721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722   (exit $ac_status); } && {
8723          test -z "$ac_c_werror_flag" ||
8724          test ! -s conftest.err
8725        } && test -s conftest$ac_exeext &&
8726        $as_test_x conftest$ac_exeext; then
8727   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8728 else
8729   echo "$as_me: failed program was:" >&5
8730 sed 's/^/| /' conftest.$ac_ext >&5
8731
8732         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8733 fi
8734
8735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8736       conftest$ac_exeext conftest.$ac_ext
8737 CFLAGS=$ac_wine_try_cflags_saved
8738 fi
8739 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8740 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8741 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8742   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8743 else
8744   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8745 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8746 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8747   echo $ECHO_N "(cached) $ECHO_C" >&6
8748 else
8749   ac_wine_try_cflags_saved=$CFLAGS
8750 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8751 cat >conftest.$ac_ext <<_ACEOF
8752 /* confdefs.h.  */
8753 _ACEOF
8754 cat confdefs.h >>conftest.$ac_ext
8755 cat >>conftest.$ac_ext <<_ACEOF
8756 /* end confdefs.h.  */
8757
8758 int
8759 main ()
8760 {
8761
8762   ;
8763   return 0;
8764 }
8765 _ACEOF
8766 rm -f conftest.$ac_objext conftest$ac_exeext
8767 if { (ac_try="$ac_link"
8768 case "(($ac_try" in
8769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8770   *) ac_try_echo=$ac_try;;
8771 esac
8772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8773   (eval "$ac_link") 2>conftest.er1
8774   ac_status=$?
8775   grep -v '^ *+' conftest.er1 >conftest.err
8776   rm -f conftest.er1
8777   cat conftest.err >&5
8778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779   (exit $ac_status); } && {
8780          test -z "$ac_c_werror_flag" ||
8781          test ! -s conftest.err
8782        } && test -s conftest$ac_exeext &&
8783        $as_test_x conftest$ac_exeext; then
8784   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8785 else
8786   echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8788
8789         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8790 fi
8791
8792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8793       conftest$ac_exeext conftest.$ac_ext
8794 CFLAGS=$ac_wine_try_cflags_saved
8795 fi
8796 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8797 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8798 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8799   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8800 fi
8801
8802 fi
8803
8804
8805       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8806 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8807 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8808   echo $ECHO_N "(cached) $ECHO_C" >&6
8809 else
8810   ac_wine_try_cflags_saved=$CFLAGS
8811 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8812 cat >conftest.$ac_ext <<_ACEOF
8813 /* confdefs.h.  */
8814 _ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h.  */
8818
8819 int
8820 main ()
8821 {
8822
8823   ;
8824   return 0;
8825 }
8826 _ACEOF
8827 rm -f conftest.$ac_objext conftest$ac_exeext
8828 if { (ac_try="$ac_link"
8829 case "(($ac_try" in
8830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8831   *) ac_try_echo=$ac_try;;
8832 esac
8833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8834   (eval "$ac_link") 2>conftest.er1
8835   ac_status=$?
8836   grep -v '^ *+' conftest.er1 >conftest.err
8837   rm -f conftest.er1
8838   cat conftest.err >&5
8839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840   (exit $ac_status); } && {
8841          test -z "$ac_c_werror_flag" ||
8842          test ! -s conftest.err
8843        } && test -s conftest$ac_exeext &&
8844        $as_test_x conftest$ac_exeext; then
8845   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8846 else
8847   echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.$ac_ext >&5
8849
8850         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8851 fi
8852
8853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8854       conftest$ac_exeext conftest.$ac_ext
8855 CFLAGS=$ac_wine_try_cflags_saved
8856 fi
8857 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8858 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8859 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8860   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8861 fi
8862
8863
8864       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8865 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8866 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8867   echo $ECHO_N "(cached) $ECHO_C" >&6
8868 else
8869   ac_wine_try_cflags_saved=$CFLAGS
8870 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8871 cat >conftest.$ac_ext <<_ACEOF
8872 /* confdefs.h.  */
8873 _ACEOF
8874 cat confdefs.h >>conftest.$ac_ext
8875 cat >>conftest.$ac_ext <<_ACEOF
8876 /* end confdefs.h.  */
8877
8878 int
8879 main ()
8880 {
8881
8882   ;
8883   return 0;
8884 }
8885 _ACEOF
8886 rm -f conftest.$ac_objext conftest$ac_exeext
8887 if { (ac_try="$ac_link"
8888 case "(($ac_try" in
8889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8890   *) ac_try_echo=$ac_try;;
8891 esac
8892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8893   (eval "$ac_link") 2>conftest.er1
8894   ac_status=$?
8895   grep -v '^ *+' conftest.er1 >conftest.err
8896   rm -f conftest.er1
8897   cat conftest.err >&5
8898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899   (exit $ac_status); } && {
8900          test -z "$ac_c_werror_flag" ||
8901          test ! -s conftest.err
8902        } && test -s conftest$ac_exeext &&
8903        $as_test_x conftest$ac_exeext; then
8904   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8905 else
8906   echo "$as_me: failed program was:" >&5
8907 sed 's/^/| /' conftest.$ac_ext >&5
8908
8909         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8910 fi
8911
8912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8913       conftest$ac_exeext conftest.$ac_ext
8914 CFLAGS=$ac_wine_try_cflags_saved
8915 fi
8916 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8917 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8918 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8919   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8920 fi
8921
8922
8923       echo '{ global: *; };' >conftest.map
8924       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8925 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8926 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8927   echo $ECHO_N "(cached) $ECHO_C" >&6
8928 else
8929   ac_wine_try_cflags_saved=$CFLAGS
8930 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8931 cat >conftest.$ac_ext <<_ACEOF
8932 /* confdefs.h.  */
8933 _ACEOF
8934 cat confdefs.h >>conftest.$ac_ext
8935 cat >>conftest.$ac_ext <<_ACEOF
8936 /* end confdefs.h.  */
8937
8938 int
8939 main ()
8940 {
8941
8942   ;
8943   return 0;
8944 }
8945 _ACEOF
8946 rm -f conftest.$ac_objext conftest$ac_exeext
8947 if { (ac_try="$ac_link"
8948 case "(($ac_try" in
8949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8950   *) ac_try_echo=$ac_try;;
8951 esac
8952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953   (eval "$ac_link") 2>conftest.er1
8954   ac_status=$?
8955   grep -v '^ *+' conftest.er1 >conftest.err
8956   rm -f conftest.er1
8957   cat conftest.err >&5
8958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959   (exit $ac_status); } && {
8960          test -z "$ac_c_werror_flag" ||
8961          test ! -s conftest.err
8962        } && test -s conftest$ac_exeext &&
8963        $as_test_x conftest$ac_exeext; then
8964   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8965 else
8966   echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.$ac_ext >&5
8968
8969         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8970 fi
8971
8972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8973       conftest$ac_exeext conftest.$ac_ext
8974 CFLAGS=$ac_wine_try_cflags_saved
8975 fi
8976 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8977 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8978 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8979   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8980 fi
8981
8982       rm -f conftest.map
8983
8984       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8985 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8986 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8987   echo $ECHO_N "(cached) $ECHO_C" >&6
8988 else
8989   ac_wine_try_cflags_saved=$CFLAGS
8990 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8991 cat >conftest.$ac_ext <<_ACEOF
8992 /* confdefs.h.  */
8993 _ACEOF
8994 cat confdefs.h >>conftest.$ac_ext
8995 cat >>conftest.$ac_ext <<_ACEOF
8996 /* end confdefs.h.  */
8997
8998 int
8999 main ()
9000 {
9001
9002   ;
9003   return 0;
9004 }
9005 _ACEOF
9006 rm -f conftest.$ac_objext conftest$ac_exeext
9007 if { (ac_try="$ac_link"
9008 case "(($ac_try" in
9009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9010   *) ac_try_echo=$ac_try;;
9011 esac
9012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9013   (eval "$ac_link") 2>conftest.er1
9014   ac_status=$?
9015   grep -v '^ *+' conftest.er1 >conftest.err
9016   rm -f conftest.er1
9017   cat conftest.err >&5
9018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019   (exit $ac_status); } && {
9020          test -z "$ac_c_werror_flag" ||
9021          test ! -s conftest.err
9022        } && test -s conftest$ac_exeext &&
9023        $as_test_x conftest$ac_exeext; then
9024   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9025 else
9026   echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.$ac_ext >&5
9028
9029         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9030 fi
9031
9032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9033       conftest$ac_exeext conftest.$ac_ext
9034 CFLAGS=$ac_wine_try_cflags_saved
9035 fi
9036 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9037 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9038 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9039   LDEXECFLAGS="-Wl,--export-dynamic"
9040
9041 fi
9042
9043
9044       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9045 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9046 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9048   echo $ECHO_N "(cached) $ECHO_C" >&6
9049 else
9050   ac_wine_try_cflags_saved=$CFLAGS
9051 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9052 cat >conftest.$ac_ext <<_ACEOF
9053 /* confdefs.h.  */
9054 _ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h.  */
9058
9059 int
9060 main ()
9061 {
9062
9063   ;
9064   return 0;
9065 }
9066 _ACEOF
9067 rm -f conftest.$ac_objext conftest$ac_exeext
9068 if { (ac_try="$ac_link"
9069 case "(($ac_try" in
9070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9071   *) ac_try_echo=$ac_try;;
9072 esac
9073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9074   (eval "$ac_link") 2>conftest.er1
9075   ac_status=$?
9076   grep -v '^ *+' conftest.er1 >conftest.err
9077   rm -f conftest.er1
9078   cat conftest.err >&5
9079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080   (exit $ac_status); } && {
9081          test -z "$ac_c_werror_flag" ||
9082          test ! -s conftest.err
9083        } && test -s conftest$ac_exeext &&
9084        $as_test_x conftest$ac_exeext; then
9085   eval "$as_ac_var=yes"
9086 else
9087   echo "$as_me: failed program was:" >&5
9088 sed 's/^/| /' conftest.$ac_ext >&5
9089
9090         eval "$as_ac_var=no"
9091 fi
9092
9093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9094       conftest$ac_exeext conftest.$ac_ext
9095 CFLAGS=$ac_wine_try_cflags_saved
9096 fi
9097 ac_res=`eval echo '${'$as_ac_var'}'`
9098                { echo "$as_me:$LINENO: result: $ac_res" >&5
9099 echo "${ECHO_T}$ac_res" >&6; }
9100 if test `eval echo '${'$as_ac_var'}'` = yes; then
9101   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9102                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9103 else
9104   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9105 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9106 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9107 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9108   echo $ECHO_N "(cached) $ECHO_C" >&6
9109 else
9110   ac_wine_try_cflags_saved=$CFLAGS
9111 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h.  */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h.  */
9118
9119 int
9120 main ()
9121 {
9122
9123   ;
9124   return 0;
9125 }
9126 _ACEOF
9127 rm -f conftest.$ac_objext conftest$ac_exeext
9128 if { (ac_try="$ac_link"
9129 case "(($ac_try" in
9130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9131   *) ac_try_echo=$ac_try;;
9132 esac
9133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9134   (eval "$ac_link") 2>conftest.er1
9135   ac_status=$?
9136   grep -v '^ *+' conftest.er1 >conftest.err
9137   rm -f conftest.er1
9138   cat conftest.err >&5
9139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140   (exit $ac_status); } && {
9141          test -z "$ac_c_werror_flag" ||
9142          test ! -s conftest.err
9143        } && test -s conftest$ac_exeext &&
9144        $as_test_x conftest$ac_exeext; then
9145   eval "$as_ac_var=yes"
9146 else
9147   echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9149
9150         eval "$as_ac_var=no"
9151 fi
9152
9153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9154       conftest$ac_exeext conftest.$ac_ext
9155 CFLAGS=$ac_wine_try_cflags_saved
9156 fi
9157 ac_res=`eval echo '${'$as_ac_var'}'`
9158                { echo "$as_me:$LINENO: result: $ac_res" >&5
9159 echo "${ECHO_T}$ac_res" >&6; }
9160 if test `eval echo '${'$as_ac_var'}'` = yes; then
9161   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9162                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9163 fi
9164
9165 fi
9166
9167
9168       { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9169 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9170 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9171   echo $ECHO_N "(cached) $ECHO_C" >&6
9172 else
9173   ac_wine_try_cflags_saved=$CFLAGS
9174 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9175 cat >conftest.$ac_ext <<_ACEOF
9176 /* confdefs.h.  */
9177 _ACEOF
9178 cat confdefs.h >>conftest.$ac_ext
9179 cat >>conftest.$ac_ext <<_ACEOF
9180 /* end confdefs.h.  */
9181
9182 int
9183 main ()
9184 {
9185
9186   ;
9187   return 0;
9188 }
9189 _ACEOF
9190 rm -f conftest.$ac_objext conftest$ac_exeext
9191 if { (ac_try="$ac_link"
9192 case "(($ac_try" in
9193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9194   *) ac_try_echo=$ac_try;;
9195 esac
9196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9197   (eval "$ac_link") 2>conftest.er1
9198   ac_status=$?
9199   grep -v '^ *+' conftest.er1 >conftest.err
9200   rm -f conftest.er1
9201   cat conftest.err >&5
9202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203   (exit $ac_status); } && {
9204          test -z "$ac_c_werror_flag" ||
9205          test ! -s conftest.err
9206        } && test -s conftest$ac_exeext &&
9207        $as_test_x conftest$ac_exeext; then
9208   ac_cv_cflags__Wl___enable_new_dtags=yes
9209 else
9210   echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.$ac_ext >&5
9212
9213         ac_cv_cflags__Wl___enable_new_dtags=no
9214 fi
9215
9216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9217       conftest$ac_exeext conftest.$ac_ext
9218 CFLAGS=$ac_wine_try_cflags_saved
9219 fi
9220 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9221 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9222 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9223   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9224 fi
9225
9226
9227       case $host_cpu in
9228         *i[3456789]86* | x86_64)
9229           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9230 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9231 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9232   echo $ECHO_N "(cached) $ECHO_C" >&6
9233 else
9234   ac_wine_try_cflags_saved=$CFLAGS
9235 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9236 cat >conftest.$ac_ext <<_ACEOF
9237 /* confdefs.h.  */
9238 _ACEOF
9239 cat confdefs.h >>conftest.$ac_ext
9240 cat >>conftest.$ac_ext <<_ACEOF
9241 /* end confdefs.h.  */
9242
9243 int
9244 main ()
9245 {
9246
9247   ;
9248   return 0;
9249 }
9250 _ACEOF
9251 rm -f conftest.$ac_objext conftest$ac_exeext
9252 if { (ac_try="$ac_link"
9253 case "(($ac_try" in
9254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9255   *) ac_try_echo=$ac_try;;
9256 esac
9257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9258   (eval "$ac_link") 2>conftest.er1
9259   ac_status=$?
9260   grep -v '^ *+' conftest.er1 >conftest.err
9261   rm -f conftest.er1
9262   cat conftest.err >&5
9263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264   (exit $ac_status); } && {
9265          test -z "$ac_c_werror_flag" ||
9266          test ! -s conftest.err
9267        } && test -s conftest$ac_exeext &&
9268        $as_test_x conftest$ac_exeext; then
9269   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9270 else
9271   echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5
9273
9274         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9275 fi
9276
9277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9278       conftest$ac_exeext conftest.$ac_ext
9279 CFLAGS=$ac_wine_try_cflags_saved
9280 fi
9281 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9282 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9283 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9284   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9285 fi
9286
9287           ;;
9288       esac
9289
9290     else
9291       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9292 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9293 if test "${ac_cv_c_dll_unixware+set}" = set; then
9294   echo $ECHO_N "(cached) $ECHO_C" >&6
9295 else
9296   ac_wine_try_cflags_saved=$CFLAGS
9297 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9298 cat >conftest.$ac_ext <<_ACEOF
9299 void myfunc() {}
9300 _ACEOF
9301 rm -f conftest.$ac_objext conftest$ac_exeext
9302 if { (ac_try="$ac_link"
9303 case "(($ac_try" in
9304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9305   *) ac_try_echo=$ac_try;;
9306 esac
9307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9308   (eval "$ac_link") 2>conftest.er1
9309   ac_status=$?
9310   grep -v '^ *+' conftest.er1 >conftest.err
9311   rm -f conftest.er1
9312   cat conftest.err >&5
9313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314   (exit $ac_status); } && {
9315          test -z "$ac_c_werror_flag" ||
9316          test ! -s conftest.err
9317        } && test -s conftest$ac_exeext &&
9318        $as_test_x conftest$ac_exeext; then
9319   ac_cv_c_dll_unixware="yes"
9320 else
9321   echo "$as_me: failed program was:" >&5
9322 sed 's/^/| /' conftest.$ac_ext >&5
9323
9324         ac_cv_c_dll_unixware="no"
9325 fi
9326
9327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9328       conftest$ac_exeext conftest.$ac_ext
9329 CFLAGS=$ac_wine_try_cflags_saved
9330 fi
9331 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9332 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9333       if test "$ac_cv_c_dll_unixware" = "yes"
9334       then
9335         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9336         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9337
9338       else
9339         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9340 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9341 if test "${ac_cv_c_dll_hpux+set}" = set; then
9342   echo $ECHO_N "(cached) $ECHO_C" >&6
9343 else
9344   ac_wine_try_cflags_saved=$CFLAGS
9345 CFLAGS="$CFLAGS -shared"
9346 cat >conftest.$ac_ext <<_ACEOF
9347 void myfunc() {}
9348 _ACEOF
9349 rm -f conftest.$ac_objext conftest$ac_exeext
9350 if { (ac_try="$ac_link"
9351 case "(($ac_try" in
9352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9353   *) ac_try_echo=$ac_try;;
9354 esac
9355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9356   (eval "$ac_link") 2>conftest.er1
9357   ac_status=$?
9358   grep -v '^ *+' conftest.er1 >conftest.err
9359   rm -f conftest.er1
9360   cat conftest.err >&5
9361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362   (exit $ac_status); } && {
9363          test -z "$ac_c_werror_flag" ||
9364          test ! -s conftest.err
9365        } && test -s conftest$ac_exeext &&
9366        $as_test_x conftest$ac_exeext; then
9367   ac_cv_c_dll_hpux="yes"
9368 else
9369   echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9371
9372         ac_cv_c_dll_hpux="no"
9373 fi
9374
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376       conftest$ac_exeext conftest.$ac_ext
9377 CFLAGS=$ac_wine_try_cflags_saved
9378 fi
9379 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9380 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9381         if test "$ac_cv_c_dll_hpux" = "yes"
9382         then
9383           LIBEXT="sl"
9384           DLLEXT=".sl"
9385           LDDLLFLAGS="-shared -fPIC"
9386           LDSHARED="\$(CC) -shared"
9387         fi
9388       fi
9389     fi
9390
9391         CROSSTEST=""
9392
9393     if test "$cross_compiling" = "no"
9394     then
9395       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
9396 do
9397   # Extract the first word of "$ac_prog", so it can be a program name with args.
9398 set dummy $ac_prog; ac_word=$2
9399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9401 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9402   echo $ECHO_N "(cached) $ECHO_C" >&6
9403 else
9404   if test -n "$CROSSCC"; then
9405   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9406 else
9407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9408 for as_dir in $PATH
9409 do
9410   IFS=$as_save_IFS
9411   test -z "$as_dir" && as_dir=.
9412   for ac_exec_ext in '' $ac_executable_extensions; do
9413   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9414     ac_cv_prog_CROSSCC="$ac_prog"
9415     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9416     break 2
9417   fi
9418 done
9419 done
9420 IFS=$as_save_IFS
9421
9422 fi
9423 fi
9424 CROSSCC=$ac_cv_prog_CROSSCC
9425 if test -n "$CROSSCC"; then
9426   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9427 echo "${ECHO_T}$CROSSCC" >&6; }
9428 else
9429   { echo "$as_me:$LINENO: result: no" >&5
9430 echo "${ECHO_T}no" >&6; }
9431 fi
9432
9433
9434   test -n "$CROSSCC" && break
9435 done
9436 test -n "$CROSSCC" || CROSSCC="false"
9437
9438       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
9439 do
9440   # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9445   echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447   if test -n "$DLLTOOL"; then
9448   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9449 else
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9451 for as_dir in $PATH
9452 do
9453   IFS=$as_save_IFS
9454   test -z "$as_dir" && as_dir=.
9455   for ac_exec_ext in '' $ac_executable_extensions; do
9456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457     ac_cv_prog_DLLTOOL="$ac_prog"
9458     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459     break 2
9460   fi
9461 done
9462 done
9463 IFS=$as_save_IFS
9464
9465 fi
9466 fi
9467 DLLTOOL=$ac_cv_prog_DLLTOOL
9468 if test -n "$DLLTOOL"; then
9469   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9470 echo "${ECHO_T}$DLLTOOL" >&6; }
9471 else
9472   { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9474 fi
9475
9476
9477   test -n "$DLLTOOL" && break
9478 done
9479 test -n "$DLLTOOL" || DLLTOOL="false"
9480
9481       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
9482 do
9483   # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9488   echo $ECHO_N "(cached) $ECHO_C" >&6
9489 else
9490   if test -n "$CROSSWINDRES"; then
9491   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9492 else
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 for as_dir in $PATH
9495 do
9496   IFS=$as_save_IFS
9497   test -z "$as_dir" && as_dir=.
9498   for ac_exec_ext in '' $ac_executable_extensions; do
9499   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500     ac_cv_prog_CROSSWINDRES="$ac_prog"
9501     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502     break 2
9503   fi
9504 done
9505 done
9506 IFS=$as_save_IFS
9507
9508 fi
9509 fi
9510 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9511 if test -n "$CROSSWINDRES"; then
9512   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9513 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9514 else
9515   { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9517 fi
9518
9519
9520   test -n "$CROSSWINDRES" && break
9521 done
9522 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9523
9524       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
9525 do
9526   # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9531   echo $ECHO_N "(cached) $ECHO_C" >&6
9532 else
9533   if test -n "$MINGWAR"; then
9534   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9535 else
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9537 for as_dir in $PATH
9538 do
9539   IFS=$as_save_IFS
9540   test -z "$as_dir" && as_dir=.
9541   for ac_exec_ext in '' $ac_executable_extensions; do
9542   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543     ac_cv_prog_MINGWAR="$ac_prog"
9544     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545     break 2
9546   fi
9547 done
9548 done
9549 IFS=$as_save_IFS
9550
9551 fi
9552 fi
9553 MINGWAR=$ac_cv_prog_MINGWAR
9554 if test -n "$MINGWAR"; then
9555   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9556 echo "${ECHO_T}$MINGWAR" >&6; }
9557 else
9558   { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9560 fi
9561
9562
9563   test -n "$MINGWAR" && break
9564 done
9565 test -n "$MINGWAR" || MINGWAR="false"
9566
9567       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9568     fi
9569     ;;
9570 esac
9571
9572 enable_winequartz_drv=${enable_winequartz_drv:-no}
9573
9574 if test "$LIBEXT" = "a"; then
9575   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9576 It is currently not possible to build Wine without shared library
9577 (.so) support to allow transparent switch between .so and .dll files.
9578 If you are using Linux, you will need a newer binutils.
9579 " >&5
9580 echo "$as_me: error: could not find a way to build shared libraries.
9581 It is currently not possible to build Wine without shared library
9582 (.so) support to allow transparent switch between .so and .dll files.
9583 If you are using Linux, you will need a newer binutils.
9584 " >&2;}
9585    { (exit 1); exit 1; }; }
9586 fi
9587
9588
9589 if test "$have_x" = "yes"
9590 then
9591     XLIB="-lXext -lX11"
9592     ac_save_CPPFLAGS="$CPPFLAGS"
9593     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9594
9595     { echo "$as_me:$LINENO: checking for -lX11" >&5
9596 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9597 if test "${ac_cv_lib_soname_X11+set}" = set; then
9598   echo $ECHO_N "(cached) $ECHO_C" >&6
9599 else
9600   ac_check_soname_save_LIBS=$LIBS
9601 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9602   cat >conftest.$ac_ext <<_ACEOF
9603 /* confdefs.h.  */
9604 _ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h.  */
9608
9609 /* Override any GCC internal prototype to avoid an error.
9610    Use char because int might match the return type of a GCC
9611    builtin and then its argument prototype would still apply.  */
9612 #ifdef __cplusplus
9613 extern "C"
9614 #endif
9615 char XCreateWindow ();
9616 int
9617 main ()
9618 {
9619 return XCreateWindow ();
9620   ;
9621   return 0;
9622 }
9623 _ACEOF
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9626 case "(($ac_try" in
9627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628   *) ac_try_echo=$ac_try;;
9629 esac
9630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631   (eval "$ac_link") 2>conftest.er1
9632   ac_status=$?
9633   grep -v '^ *+' conftest.er1 >conftest.err
9634   rm -f conftest.er1
9635   cat conftest.err >&5
9636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637   (exit $ac_status); } && {
9638          test -z "$ac_c_werror_flag" ||
9639          test ! -s conftest.err
9640        } && test -s conftest$ac_exeext &&
9641        $as_test_x conftest$ac_exeext; then
9642   case "$LIBEXT" in
9643     dll) ;;
9644     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'` ;;
9645     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9646   esac
9647 else
9648   echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.$ac_ext >&5
9650
9651
9652 fi
9653
9654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9655       conftest$ac_exeext conftest.$ac_ext
9656   LIBS=$ac_check_soname_save_LIBS
9657 fi
9658 if test "x$ac_cv_lib_soname_X11" = "x"; then
9659   { echo "$as_me:$LINENO: result: not found" >&5
9660 echo "${ECHO_T}not found" >&6; }
9661
9662 else
9663   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9664 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9665
9666 cat >>confdefs.h <<_ACEOF
9667 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9668 _ACEOF
9669
9670
9671 fi
9672
9673     { echo "$as_me:$LINENO: checking for -lXext" >&5
9674 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9675 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9676   echo $ECHO_N "(cached) $ECHO_C" >&6
9677 else
9678   ac_check_soname_save_LIBS=$LIBS
9679 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9680   cat >conftest.$ac_ext <<_ACEOF
9681 /* confdefs.h.  */
9682 _ACEOF
9683 cat confdefs.h >>conftest.$ac_ext
9684 cat >>conftest.$ac_ext <<_ACEOF
9685 /* end confdefs.h.  */
9686
9687 /* Override any GCC internal prototype to avoid an error.
9688    Use char because int might match the return type of a GCC
9689    builtin and then its argument prototype would still apply.  */
9690 #ifdef __cplusplus
9691 extern "C"
9692 #endif
9693 char XextCreateExtension ();
9694 int
9695 main ()
9696 {
9697 return XextCreateExtension ();
9698   ;
9699   return 0;
9700 }
9701 _ACEOF
9702 rm -f conftest.$ac_objext conftest$ac_exeext
9703 if { (ac_try="$ac_link"
9704 case "(($ac_try" in
9705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9706   *) ac_try_echo=$ac_try;;
9707 esac
9708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9709   (eval "$ac_link") 2>conftest.er1
9710   ac_status=$?
9711   grep -v '^ *+' conftest.er1 >conftest.err
9712   rm -f conftest.er1
9713   cat conftest.err >&5
9714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9715   (exit $ac_status); } && {
9716          test -z "$ac_c_werror_flag" ||
9717          test ! -s conftest.err
9718        } && test -s conftest$ac_exeext &&
9719        $as_test_x conftest$ac_exeext; then
9720   case "$LIBEXT" in
9721     dll) ;;
9722     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'` ;;
9723     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9724   esac
9725 else
9726   echo "$as_me: failed program was:" >&5
9727 sed 's/^/| /' conftest.$ac_ext >&5
9728
9729
9730 fi
9731
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733       conftest$ac_exeext conftest.$ac_ext
9734   LIBS=$ac_check_soname_save_LIBS
9735 fi
9736 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9737   { echo "$as_me:$LINENO: result: not found" >&5
9738 echo "${ECHO_T}not found" >&6; }
9739
9740 else
9741   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9742 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9743
9744 cat >>confdefs.h <<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9746 _ACEOF
9747
9748
9749 fi
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764 for ac_header in X11/Xlib.h \
9765                       X11/XKBlib.h \
9766                       X11/Xutil.h \
9767                       X11/Xcursor/Xcursor.h \
9768                       X11/extensions/shape.h \
9769                       X11/extensions/XInput.h \
9770                       X11/extensions/XShm.h \
9771                       X11/extensions/Xcomposite.h \
9772                       X11/extensions/Xinerama.h \
9773                       X11/extensions/Xrandr.h \
9774                       X11/extensions/Xrender.h \
9775                       X11/extensions/xf86vmode.h
9776 do
9777 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9778 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9780 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9781   echo $ECHO_N "(cached) $ECHO_C" >&6
9782 else
9783   cat >conftest.$ac_ext <<_ACEOF
9784 /* confdefs.h.  */
9785 _ACEOF
9786 cat confdefs.h >>conftest.$ac_ext
9787 cat >>conftest.$ac_ext <<_ACEOF
9788 /* end confdefs.h.  */
9789 #ifdef HAVE_X11_XLIB_H
9790 # include <X11/Xlib.h>
9791 #endif
9792 #ifdef HAVE_X11_XUTIL_H
9793 # include <X11/Xutil.h>
9794 #endif
9795
9796 #include <$ac_header>
9797 _ACEOF
9798 rm -f conftest.$ac_objext
9799 if { (ac_try="$ac_compile"
9800 case "(($ac_try" in
9801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9802   *) ac_try_echo=$ac_try;;
9803 esac
9804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9805   (eval "$ac_compile") 2>conftest.er1
9806   ac_status=$?
9807   grep -v '^ *+' conftest.er1 >conftest.err
9808   rm -f conftest.er1
9809   cat conftest.err >&5
9810   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811   (exit $ac_status); } && {
9812          test -z "$ac_c_werror_flag" ||
9813          test ! -s conftest.err
9814        } && test -s conftest.$ac_objext; then
9815   eval "$as_ac_Header=yes"
9816 else
9817   echo "$as_me: failed program was:" >&5
9818 sed 's/^/| /' conftest.$ac_ext >&5
9819
9820         eval "$as_ac_Header=no"
9821 fi
9822
9823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9824 fi
9825 ac_res=`eval echo '${'$as_ac_Header'}'`
9826                { echo "$as_me:$LINENO: result: $ac_res" >&5
9827 echo "${ECHO_T}$ac_res" >&6; }
9828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9829   cat >>confdefs.h <<_ACEOF
9830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9831 _ACEOF
9832
9833 fi
9834
9835 done
9836
9837
9838                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9839         then
9840               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9841 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9843   echo $ECHO_N "(cached) $ECHO_C" >&6
9844 else
9845   ac_check_lib_save_LIBS=$LIBS
9846 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9847 cat >conftest.$ac_ext <<_ACEOF
9848 /* confdefs.h.  */
9849 _ACEOF
9850 cat confdefs.h >>conftest.$ac_ext
9851 cat >>conftest.$ac_ext <<_ACEOF
9852 /* end confdefs.h.  */
9853
9854 /* Override any GCC internal prototype to avoid an error.
9855    Use char because int might match the return type of a GCC
9856    builtin and then its argument prototype would still apply.  */
9857 #ifdef __cplusplus
9858 extern "C"
9859 #endif
9860 char XkbQueryExtension ();
9861 int
9862 main ()
9863 {
9864 return XkbQueryExtension ();
9865   ;
9866   return 0;
9867 }
9868 _ACEOF
9869 rm -f conftest.$ac_objext conftest$ac_exeext
9870 if { (ac_try="$ac_link"
9871 case "(($ac_try" in
9872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9873   *) ac_try_echo=$ac_try;;
9874 esac
9875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9876   (eval "$ac_link") 2>conftest.er1
9877   ac_status=$?
9878   grep -v '^ *+' conftest.er1 >conftest.err
9879   rm -f conftest.er1
9880   cat conftest.err >&5
9881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882   (exit $ac_status); } && {
9883          test -z "$ac_c_werror_flag" ||
9884          test ! -s conftest.err
9885        } && test -s conftest$ac_exeext &&
9886        $as_test_x conftest$ac_exeext; then
9887   ac_cv_lib_X11_XkbQueryExtension=yes
9888 else
9889   echo "$as_me: failed program was:" >&5
9890 sed 's/^/| /' conftest.$ac_ext >&5
9891
9892         ac_cv_lib_X11_XkbQueryExtension=no
9893 fi
9894
9895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9896       conftest$ac_exeext conftest.$ac_ext
9897 LIBS=$ac_check_lib_save_LIBS
9898 fi
9899 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9900 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9901 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9902
9903 cat >>confdefs.h <<\_ACEOF
9904 #define HAVE_XKB 1
9905 _ACEOF
9906
9907 fi
9908
9909         fi
9910
9911                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9912         then
9913             { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9914 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9915 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9916   echo $ECHO_N "(cached) $ECHO_C" >&6
9917 else
9918   ac_check_soname_save_LIBS=$LIBS
9919 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9920   cat >conftest.$ac_ext <<_ACEOF
9921 /* confdefs.h.  */
9922 _ACEOF
9923 cat confdefs.h >>conftest.$ac_ext
9924 cat >>conftest.$ac_ext <<_ACEOF
9925 /* end confdefs.h.  */
9926
9927 /* Override any GCC internal prototype to avoid an error.
9928    Use char because int might match the return type of a GCC
9929    builtin and then its argument prototype would still apply.  */
9930 #ifdef __cplusplus
9931 extern "C"
9932 #endif
9933 char XcursorImageLoadCursor ();
9934 int
9935 main ()
9936 {
9937 return XcursorImageLoadCursor ();
9938   ;
9939   return 0;
9940 }
9941 _ACEOF
9942 rm -f conftest.$ac_objext conftest$ac_exeext
9943 if { (ac_try="$ac_link"
9944 case "(($ac_try" in
9945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9946   *) ac_try_echo=$ac_try;;
9947 esac
9948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9949   (eval "$ac_link") 2>conftest.er1
9950   ac_status=$?
9951   grep -v '^ *+' conftest.er1 >conftest.err
9952   rm -f conftest.er1
9953   cat conftest.err >&5
9954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955   (exit $ac_status); } && {
9956          test -z "$ac_c_werror_flag" ||
9957          test ! -s conftest.err
9958        } && test -s conftest$ac_exeext &&
9959        $as_test_x conftest$ac_exeext; then
9960   case "$LIBEXT" in
9961     dll) ;;
9962     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'` ;;
9963     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9964   esac
9965 else
9966   echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.$ac_ext >&5
9968
9969
9970 fi
9971
9972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9973       conftest$ac_exeext conftest.$ac_ext
9974   LIBS=$ac_check_soname_save_LIBS
9975 fi
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977   { echo "$as_me:$LINENO: result: not found" >&5
9978 echo "${ECHO_T}not found" >&6; }
9979
9980 else
9981   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9982 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9983
9984 cat >>confdefs.h <<_ACEOF
9985 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9986 _ACEOF
9987
9988
9989 fi
9990
9991         fi
9992         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9993   case "x$with_xcursor" in
9994   x)   wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9995   xno) ;;
9996   *)   { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9997 This is an error since --with-xcursor was requested." >&5
9998 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&2;}
10000    { (exit 1); exit 1; }; } ;;
10001 esac
10002 fi
10003
10004
10005                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10006         then
10007             { echo "$as_me:$LINENO: checking for -lXi" >&5
10008 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10009 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10010   echo $ECHO_N "(cached) $ECHO_C" >&6
10011 else
10012   ac_check_soname_save_LIBS=$LIBS
10013 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10014   cat >conftest.$ac_ext <<_ACEOF
10015 /* confdefs.h.  */
10016 _ACEOF
10017 cat confdefs.h >>conftest.$ac_ext
10018 cat >>conftest.$ac_ext <<_ACEOF
10019 /* end confdefs.h.  */
10020
10021 /* Override any GCC internal prototype to avoid an error.
10022    Use char because int might match the return type of a GCC
10023    builtin and then its argument prototype would still apply.  */
10024 #ifdef __cplusplus
10025 extern "C"
10026 #endif
10027 char XOpenDevice ();
10028 int
10029 main ()
10030 {
10031 return XOpenDevice ();
10032   ;
10033   return 0;
10034 }
10035 _ACEOF
10036 rm -f conftest.$ac_objext conftest$ac_exeext
10037 if { (ac_try="$ac_link"
10038 case "(($ac_try" in
10039   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10040   *) ac_try_echo=$ac_try;;
10041 esac
10042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10043   (eval "$ac_link") 2>conftest.er1
10044   ac_status=$?
10045   grep -v '^ *+' conftest.er1 >conftest.err
10046   rm -f conftest.er1
10047   cat conftest.err >&5
10048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049   (exit $ac_status); } && {
10050          test -z "$ac_c_werror_flag" ||
10051          test ! -s conftest.err
10052        } && test -s conftest$ac_exeext &&
10053        $as_test_x conftest$ac_exeext; then
10054   case "$LIBEXT" in
10055     dll) ;;
10056     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'` ;;
10057     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10058   esac
10059 else
10060   echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10062
10063
10064 fi
10065
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067       conftest$ac_exeext conftest.$ac_ext
10068   LIBS=$ac_check_soname_save_LIBS
10069 fi
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071   { echo "$as_me:$LINENO: result: not found" >&5
10072 echo "${ECHO_T}not found" >&6; }
10073
10074 else
10075   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10076 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10077
10078 cat >>confdefs.h <<_ACEOF
10079 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10080 _ACEOF
10081
10082
10083 fi
10084
10085         fi
10086         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10087   case "x$with_xinput" in
10088   x)   wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10089   xno) ;;
10090   *)   { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10091 This is an error since --with-xinput was requested." >&5
10092 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&2;}
10094    { (exit 1); exit 1; }; } ;;
10095 esac
10096 fi
10097
10098
10099                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10100         then
10101               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10102 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10103 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10104   echo $ECHO_N "(cached) $ECHO_C" >&6
10105 else
10106   ac_check_lib_save_LIBS=$LIBS
10107 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10108 cat >conftest.$ac_ext <<_ACEOF
10109 /* confdefs.h.  */
10110 _ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h.  */
10114
10115 /* Override any GCC internal prototype to avoid an error.
10116    Use char because int might match the return type of a GCC
10117    builtin and then its argument prototype would still apply.  */
10118 #ifdef __cplusplus
10119 extern "C"
10120 #endif
10121 char XShmQueryExtension ();
10122 int
10123 main ()
10124 {
10125 return XShmQueryExtension ();
10126   ;
10127   return 0;
10128 }
10129 _ACEOF
10130 rm -f conftest.$ac_objext conftest$ac_exeext
10131 if { (ac_try="$ac_link"
10132 case "(($ac_try" in
10133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10134   *) ac_try_echo=$ac_try;;
10135 esac
10136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10137   (eval "$ac_link") 2>conftest.er1
10138   ac_status=$?
10139   grep -v '^ *+' conftest.er1 >conftest.err
10140   rm -f conftest.er1
10141   cat conftest.err >&5
10142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143   (exit $ac_status); } && {
10144          test -z "$ac_c_werror_flag" ||
10145          test ! -s conftest.err
10146        } && test -s conftest$ac_exeext &&
10147        $as_test_x conftest$ac_exeext; then
10148   ac_cv_lib_Xext_XShmQueryExtension=yes
10149 else
10150   echo "$as_me: failed program was:" >&5
10151 sed 's/^/| /' conftest.$ac_ext >&5
10152
10153         ac_cv_lib_Xext_XShmQueryExtension=no
10154 fi
10155
10156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10157       conftest$ac_exeext conftest.$ac_ext
10158 LIBS=$ac_check_lib_save_LIBS
10159 fi
10160 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10161 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10162 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10163
10164 cat >>confdefs.h <<\_ACEOF
10165 #define HAVE_LIBXXSHM 1
10166 _ACEOF
10167
10168 fi
10169
10170         fi
10171         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10172   case "x$with_xshm" in
10173   x)   wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10174   xno) ;;
10175   *)   { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10176 This is an error since --with-xshm was requested." >&5
10177 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&2;}
10179    { (exit 1); exit 1; }; } ;;
10180 esac
10181 fi
10182
10183
10184                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10185         then
10186               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10187 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10189   echo $ECHO_N "(cached) $ECHO_C" >&6
10190 else
10191   ac_check_lib_save_LIBS=$LIBS
10192 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10193 cat >conftest.$ac_ext <<_ACEOF
10194 /* confdefs.h.  */
10195 _ACEOF
10196 cat confdefs.h >>conftest.$ac_ext
10197 cat >>conftest.$ac_ext <<_ACEOF
10198 /* end confdefs.h.  */
10199
10200 /* Override any GCC internal prototype to avoid an error.
10201    Use char because int might match the return type of a GCC
10202    builtin and then its argument prototype would still apply.  */
10203 #ifdef __cplusplus
10204 extern "C"
10205 #endif
10206 char XShapeQueryExtension ();
10207 int
10208 main ()
10209 {
10210 return XShapeQueryExtension ();
10211   ;
10212   return 0;
10213 }
10214 _ACEOF
10215 rm -f conftest.$ac_objext conftest$ac_exeext
10216 if { (ac_try="$ac_link"
10217 case "(($ac_try" in
10218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10219   *) ac_try_echo=$ac_try;;
10220 esac
10221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10222   (eval "$ac_link") 2>conftest.er1
10223   ac_status=$?
10224   grep -v '^ *+' conftest.er1 >conftest.err
10225   rm -f conftest.er1
10226   cat conftest.err >&5
10227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228   (exit $ac_status); } && {
10229          test -z "$ac_c_werror_flag" ||
10230          test ! -s conftest.err
10231        } && test -s conftest$ac_exeext &&
10232        $as_test_x conftest$ac_exeext; then
10233   ac_cv_lib_Xext_XShapeQueryExtension=yes
10234 else
10235   echo "$as_me: failed program was:" >&5
10236 sed 's/^/| /' conftest.$ac_ext >&5
10237
10238         ac_cv_lib_Xext_XShapeQueryExtension=no
10239 fi
10240
10241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10242       conftest$ac_exeext conftest.$ac_ext
10243 LIBS=$ac_check_lib_save_LIBS
10244 fi
10245 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10246 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10247 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10248
10249 cat >>confdefs.h <<\_ACEOF
10250 #define HAVE_LIBXSHAPE 1
10251 _ACEOF
10252
10253 fi
10254
10255         fi
10256         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10257   case "x$with_xshape" in
10258   x)   wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10259   xno) ;;
10260   *)   { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10261 This is an error since --with-xshape was requested." >&5
10262 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&2;}
10264    { (exit 1); exit 1; }; } ;;
10265 esac
10266 fi
10267
10268
10269                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10270         then
10271             { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10272 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10273 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10274   echo $ECHO_N "(cached) $ECHO_C" >&6
10275 else
10276   ac_check_soname_save_LIBS=$LIBS
10277 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10278   cat >conftest.$ac_ext <<_ACEOF
10279 /* confdefs.h.  */
10280 _ACEOF
10281 cat confdefs.h >>conftest.$ac_ext
10282 cat >>conftest.$ac_ext <<_ACEOF
10283 /* end confdefs.h.  */
10284
10285 /* Override any GCC internal prototype to avoid an error.
10286    Use char because int might match the return type of a GCC
10287    builtin and then its argument prototype would still apply.  */
10288 #ifdef __cplusplus
10289 extern "C"
10290 #endif
10291 char XF86VidModeQueryExtension ();
10292 int
10293 main ()
10294 {
10295 return XF86VidModeQueryExtension ();
10296   ;
10297   return 0;
10298 }
10299 _ACEOF
10300 rm -f conftest.$ac_objext conftest$ac_exeext
10301 if { (ac_try="$ac_link"
10302 case "(($ac_try" in
10303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10304   *) ac_try_echo=$ac_try;;
10305 esac
10306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10307   (eval "$ac_link") 2>conftest.er1
10308   ac_status=$?
10309   grep -v '^ *+' conftest.er1 >conftest.err
10310   rm -f conftest.er1
10311   cat conftest.err >&5
10312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10313   (exit $ac_status); } && {
10314          test -z "$ac_c_werror_flag" ||
10315          test ! -s conftest.err
10316        } && test -s conftest$ac_exeext &&
10317        $as_test_x conftest$ac_exeext; then
10318   case "$LIBEXT" in
10319     dll) ;;
10320     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'` ;;
10321     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10322   esac
10323 else
10324   echo "$as_me: failed program was:" >&5
10325 sed 's/^/| /' conftest.$ac_ext >&5
10326
10327
10328 fi
10329
10330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10331       conftest$ac_exeext conftest.$ac_ext
10332   LIBS=$ac_check_soname_save_LIBS
10333 fi
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335   { echo "$as_me:$LINENO: result: not found" >&5
10336 echo "${ECHO_T}not found" >&6; }
10337
10338 else
10339   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10340 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10341
10342 cat >>confdefs.h <<_ACEOF
10343 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10344 _ACEOF
10345
10346
10347 fi
10348
10349         fi
10350         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10351   case "x$with_xxf86vm" in
10352   x)   wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10353   xno) ;;
10354   *)   { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10355 This is an error since --with-xxf86vm was requested." >&5
10356 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&2;}
10358    { (exit 1); exit 1; }; } ;;
10359 esac
10360 fi
10361
10362
10363                 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"
10364         then
10365             { echo "$as_me:$LINENO: checking for -lXrender" >&5
10366 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10367 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10368   echo $ECHO_N "(cached) $ECHO_C" >&6
10369 else
10370   ac_check_soname_save_LIBS=$LIBS
10371 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372   cat >conftest.$ac_ext <<_ACEOF
10373 /* confdefs.h.  */
10374 _ACEOF
10375 cat confdefs.h >>conftest.$ac_ext
10376 cat >>conftest.$ac_ext <<_ACEOF
10377 /* end confdefs.h.  */
10378
10379 /* Override any GCC internal prototype to avoid an error.
10380    Use char because int might match the return type of a GCC
10381    builtin and then its argument prototype would still apply.  */
10382 #ifdef __cplusplus
10383 extern "C"
10384 #endif
10385 char XRenderQueryExtension ();
10386 int
10387 main ()
10388 {
10389 return XRenderQueryExtension ();
10390   ;
10391   return 0;
10392 }
10393 _ACEOF
10394 rm -f conftest.$ac_objext conftest$ac_exeext
10395 if { (ac_try="$ac_link"
10396 case "(($ac_try" in
10397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10398   *) ac_try_echo=$ac_try;;
10399 esac
10400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10401   (eval "$ac_link") 2>conftest.er1
10402   ac_status=$?
10403   grep -v '^ *+' conftest.er1 >conftest.err
10404   rm -f conftest.er1
10405   cat conftest.err >&5
10406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407   (exit $ac_status); } && {
10408          test -z "$ac_c_werror_flag" ||
10409          test ! -s conftest.err
10410        } && test -s conftest$ac_exeext &&
10411        $as_test_x conftest$ac_exeext; then
10412   case "$LIBEXT" in
10413     dll) ;;
10414     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'` ;;
10415     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10416   esac
10417 else
10418   echo "$as_me: failed program was:" >&5
10419 sed 's/^/| /' conftest.$ac_ext >&5
10420
10421
10422 fi
10423
10424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10425       conftest$ac_exeext conftest.$ac_ext
10426   LIBS=$ac_check_soname_save_LIBS
10427 fi
10428 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10429   { echo "$as_me:$LINENO: result: not found" >&5
10430 echo "${ECHO_T}not found" >&6; }
10431
10432 else
10433   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10434 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10435
10436 cat >>confdefs.h <<_ACEOF
10437 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10438 _ACEOF
10439
10440        { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10441 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10442 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10443   echo $ECHO_N "(cached) $ECHO_C" >&6
10444 else
10445   ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10447 cat >conftest.$ac_ext <<_ACEOF
10448 /* confdefs.h.  */
10449 _ACEOF
10450 cat confdefs.h >>conftest.$ac_ext
10451 cat >>conftest.$ac_ext <<_ACEOF
10452 /* end confdefs.h.  */
10453
10454 /* Override any GCC internal prototype to avoid an error.
10455    Use char because int might match the return type of a GCC
10456    builtin and then its argument prototype would still apply.  */
10457 #ifdef __cplusplus
10458 extern "C"
10459 #endif
10460 char XRenderSetPictureTransform ();
10461 int
10462 main ()
10463 {
10464 return XRenderSetPictureTransform ();
10465   ;
10466   return 0;
10467 }
10468 _ACEOF
10469 rm -f conftest.$ac_objext conftest$ac_exeext
10470 if { (ac_try="$ac_link"
10471 case "(($ac_try" in
10472   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10473   *) ac_try_echo=$ac_try;;
10474 esac
10475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10476   (eval "$ac_link") 2>conftest.er1
10477   ac_status=$?
10478   grep -v '^ *+' conftest.er1 >conftest.err
10479   rm -f conftest.er1
10480   cat conftest.err >&5
10481   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482   (exit $ac_status); } && {
10483          test -z "$ac_c_werror_flag" ||
10484          test ! -s conftest.err
10485        } && test -s conftest$ac_exeext &&
10486        $as_test_x conftest$ac_exeext; then
10487   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10488 else
10489   echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.$ac_ext >&5
10491
10492         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10493 fi
10494
10495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10496       conftest$ac_exeext conftest.$ac_ext
10497 LIBS=$ac_check_lib_save_LIBS
10498 fi
10499 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10500 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10501 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10502
10503 cat >>confdefs.h <<\_ACEOF
10504 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10505 _ACEOF
10506
10507 fi
10508
10509 fi
10510
10511
10512         fi
10513         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10514   case "x$with_xrender" in
10515   x)   wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10516   xno) ;;
10517   *)   { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10518 This is an error since --with-xrender was requested." >&5
10519 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&2;}
10521    { (exit 1); exit 1; }; } ;;
10522 esac
10523 fi
10524
10525
10526                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10527         then
10528                 cat >conftest.$ac_ext <<_ACEOF
10529 /* confdefs.h.  */
10530 _ACEOF
10531 cat confdefs.h >>conftest.$ac_ext
10532 cat >>conftest.$ac_ext <<_ACEOF
10533 /* end confdefs.h.  */
10534 #include <X11/Xlib.h>
10535 #include <X11/extensions/Xrandr.h>
10536 int
10537 main ()
10538 {
10539 static typeof(XRRSetScreenConfigAndRate) * func;
10540   ;
10541   return 0;
10542 }
10543 _ACEOF
10544 rm -f conftest.$ac_objext
10545 if { (ac_try="$ac_compile"
10546 case "(($ac_try" in
10547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10548   *) ac_try_echo=$ac_try;;
10549 esac
10550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10551   (eval "$ac_compile") 2>conftest.er1
10552   ac_status=$?
10553   grep -v '^ *+' conftest.er1 >conftest.err
10554   rm -f conftest.er1
10555   cat conftest.err >&5
10556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557   (exit $ac_status); } && {
10558          test -z "$ac_c_werror_flag" ||
10559          test ! -s conftest.err
10560        } && test -s conftest.$ac_objext; then
10561   { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10562 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10563 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10564   echo $ECHO_N "(cached) $ECHO_C" >&6
10565 else
10566   ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568   cat >conftest.$ac_ext <<_ACEOF
10569 /* confdefs.h.  */
10570 _ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h.  */
10574
10575 /* Override any GCC internal prototype to avoid an error.
10576    Use char because int might match the return type of a GCC
10577    builtin and then its argument prototype would still apply.  */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char XRRQueryExtension ();
10582 int
10583 main ()
10584 {
10585 return XRRQueryExtension ();
10586   ;
10587   return 0;
10588 }
10589 _ACEOF
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10594   *) ac_try_echo=$ac_try;;
10595 esac
10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10597   (eval "$ac_link") 2>conftest.er1
10598   ac_status=$?
10599   grep -v '^ *+' conftest.er1 >conftest.err
10600   rm -f conftest.er1
10601   cat conftest.err >&5
10602   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603   (exit $ac_status); } && {
10604          test -z "$ac_c_werror_flag" ||
10605          test ! -s conftest.err
10606        } && test -s conftest$ac_exeext &&
10607        $as_test_x conftest$ac_exeext; then
10608   case "$LIBEXT" in
10609     dll) ;;
10610     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'` ;;
10611     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10612   esac
10613 else
10614   echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.$ac_ext >&5
10616
10617
10618 fi
10619
10620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10621       conftest$ac_exeext conftest.$ac_ext
10622   LIBS=$ac_check_soname_save_LIBS
10623 fi
10624 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10625   { echo "$as_me:$LINENO: result: not found" >&5
10626 echo "${ECHO_T}not found" >&6; }
10627
10628 else
10629   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10630 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10631
10632 cat >>confdefs.h <<_ACEOF
10633 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10634 _ACEOF
10635
10636
10637 fi
10638
10639 else
10640   echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.$ac_ext >&5
10642
10643
10644 fi
10645
10646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10647         fi
10648         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649   case "x$with_xrandr" in
10650   x)   wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10651   xno) ;;
10652   *)   { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10653 This is an error since --with-xrandr was requested." >&5
10654 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&2;}
10656    { (exit 1); exit 1; }; } ;;
10657 esac
10658 fi
10659
10660
10661                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10662         then
10663                 cat >conftest.$ac_ext <<_ACEOF
10664 /* confdefs.h.  */
10665 _ACEOF
10666 cat confdefs.h >>conftest.$ac_ext
10667 cat >>conftest.$ac_ext <<_ACEOF
10668 /* end confdefs.h.  */
10669 #include <X11/Xlib.h>
10670 #include <X11/extensions/Xinerama.h>
10671 int
10672 main ()
10673 {
10674 static typeof(XineramaQueryScreens) * func;
10675   ;
10676   return 0;
10677 }
10678 _ACEOF
10679 rm -f conftest.$ac_objext
10680 if { (ac_try="$ac_compile"
10681 case "(($ac_try" in
10682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10683   *) ac_try_echo=$ac_try;;
10684 esac
10685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10686   (eval "$ac_compile") 2>conftest.er1
10687   ac_status=$?
10688   grep -v '^ *+' conftest.er1 >conftest.err
10689   rm -f conftest.er1
10690   cat conftest.err >&5
10691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692   (exit $ac_status); } && {
10693          test -z "$ac_c_werror_flag" ||
10694          test ! -s conftest.err
10695        } && test -s conftest.$ac_objext; then
10696   { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10697 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10699   echo $ECHO_N "(cached) $ECHO_C" >&6
10700 else
10701   ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703   cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h.  */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h.  */
10709
10710 /* Override any GCC internal prototype to avoid an error.
10711    Use char because int might match the return type of a GCC
10712    builtin and then its argument prototype would still apply.  */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XineramaQueryScreens ();
10717 int
10718 main ()
10719 {
10720 return XineramaQueryScreens ();
10721   ;
10722   return 0;
10723 }
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729   *) ac_try_echo=$ac_try;;
10730 esac
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732   (eval "$ac_link") 2>conftest.er1
10733   ac_status=$?
10734   grep -v '^ *+' conftest.er1 >conftest.err
10735   rm -f conftest.er1
10736   cat conftest.err >&5
10737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738   (exit $ac_status); } && {
10739          test -z "$ac_c_werror_flag" ||
10740          test ! -s conftest.err
10741        } && test -s conftest$ac_exeext &&
10742        $as_test_x conftest$ac_exeext; then
10743   case "$LIBEXT" in
10744     dll) ;;
10745     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'` ;;
10746     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10747   esac
10748 else
10749   echo "$as_me: failed program was:" >&5
10750 sed 's/^/| /' conftest.$ac_ext >&5
10751
10752
10753 fi
10754
10755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10756       conftest$ac_exeext conftest.$ac_ext
10757   LIBS=$ac_check_soname_save_LIBS
10758 fi
10759 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10760   { echo "$as_me:$LINENO: result: not found" >&5
10761 echo "${ECHO_T}not found" >&6; }
10762
10763 else
10764   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10765 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10766
10767 cat >>confdefs.h <<_ACEOF
10768 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10769 _ACEOF
10770
10771
10772 fi
10773
10774 else
10775   echo "$as_me: failed program was:" >&5
10776 sed 's/^/| /' conftest.$ac_ext >&5
10777
10778
10779 fi
10780
10781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10782         fi
10783         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784   case "x$with_xinerama" in
10785   x)   wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10786   xno) ;;
10787   *)   { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10788 This is an error since --with-xinerama was requested." >&5
10789 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&2;}
10791    { (exit 1); exit 1; }; } ;;
10792 esac
10793 fi
10794
10795
10796                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10797         then
10798             { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10799 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10800 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10801   echo $ECHO_N "(cached) $ECHO_C" >&6
10802 else
10803   ac_check_soname_save_LIBS=$LIBS
10804 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10805   cat >conftest.$ac_ext <<_ACEOF
10806 /* confdefs.h.  */
10807 _ACEOF
10808 cat confdefs.h >>conftest.$ac_ext
10809 cat >>conftest.$ac_ext <<_ACEOF
10810 /* end confdefs.h.  */
10811
10812 /* Override any GCC internal prototype to avoid an error.
10813    Use char because int might match the return type of a GCC
10814    builtin and then its argument prototype would still apply.  */
10815 #ifdef __cplusplus
10816 extern "C"
10817 #endif
10818 char XCompositeRedirectWindow ();
10819 int
10820 main ()
10821 {
10822 return XCompositeRedirectWindow ();
10823   ;
10824   return 0;
10825 }
10826 _ACEOF
10827 rm -f conftest.$ac_objext conftest$ac_exeext
10828 if { (ac_try="$ac_link"
10829 case "(($ac_try" in
10830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10831   *) ac_try_echo=$ac_try;;
10832 esac
10833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10834   (eval "$ac_link") 2>conftest.er1
10835   ac_status=$?
10836   grep -v '^ *+' conftest.er1 >conftest.err
10837   rm -f conftest.er1
10838   cat conftest.err >&5
10839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840   (exit $ac_status); } && {
10841          test -z "$ac_c_werror_flag" ||
10842          test ! -s conftest.err
10843        } && test -s conftest$ac_exeext &&
10844        $as_test_x conftest$ac_exeext; then
10845   case "$LIBEXT" in
10846     dll) ;;
10847     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'` ;;
10848     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10849   esac
10850 else
10851   echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10853
10854
10855 fi
10856
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858       conftest$ac_exeext conftest.$ac_ext
10859   LIBS=$ac_check_soname_save_LIBS
10860 fi
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862   { echo "$as_me:$LINENO: result: not found" >&5
10863 echo "${ECHO_T}not found" >&6; }
10864
10865 else
10866   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10867 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10868
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10871 _ACEOF
10872
10873
10874 fi
10875
10876         fi
10877         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10878   case "x$with_xcomposite" in
10879   x)   wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10880   xno) ;;
10881   *)   { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10882 This is an error since --with-xcomposite was requested." >&5
10883 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&2;}
10885    { (exit 1); exit 1; }; } ;;
10886 esac
10887 fi
10888
10889
10890                 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10891 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10892 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10893   echo $ECHO_N "(cached) $ECHO_C" >&6
10894 else
10895   cat >conftest.$ac_ext <<_ACEOF
10896 /* confdefs.h.  */
10897 _ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h.  */
10901 #ifdef HAVE_X11_XLIB_H
10902 #include <X11/Xlib.h>
10903 #endif
10904
10905 int
10906 main ()
10907 {
10908 static XICCallback ac_aggr;
10909 if (ac_aggr.callback)
10910 return 0;
10911   ;
10912   return 0;
10913 }
10914 _ACEOF
10915 rm -f conftest.$ac_objext
10916 if { (ac_try="$ac_compile"
10917 case "(($ac_try" in
10918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10919   *) ac_try_echo=$ac_try;;
10920 esac
10921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10922   (eval "$ac_compile") 2>conftest.er1
10923   ac_status=$?
10924   grep -v '^ *+' conftest.er1 >conftest.err
10925   rm -f conftest.er1
10926   cat conftest.err >&5
10927   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928   (exit $ac_status); } && {
10929          test -z "$ac_c_werror_flag" ||
10930          test ! -s conftest.err
10931        } && test -s conftest.$ac_objext; then
10932   ac_cv_member_XICCallback_callback=yes
10933 else
10934   echo "$as_me: failed program was:" >&5
10935 sed 's/^/| /' conftest.$ac_ext >&5
10936
10937         cat >conftest.$ac_ext <<_ACEOF
10938 /* confdefs.h.  */
10939 _ACEOF
10940 cat confdefs.h >>conftest.$ac_ext
10941 cat >>conftest.$ac_ext <<_ACEOF
10942 /* end confdefs.h.  */
10943 #ifdef HAVE_X11_XLIB_H
10944 #include <X11/Xlib.h>
10945 #endif
10946
10947 int
10948 main ()
10949 {
10950 static XICCallback ac_aggr;
10951 if (sizeof ac_aggr.callback)
10952 return 0;
10953   ;
10954   return 0;
10955 }
10956 _ACEOF
10957 rm -f conftest.$ac_objext
10958 if { (ac_try="$ac_compile"
10959 case "(($ac_try" in
10960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10961   *) ac_try_echo=$ac_try;;
10962 esac
10963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10964   (eval "$ac_compile") 2>conftest.er1
10965   ac_status=$?
10966   grep -v '^ *+' conftest.er1 >conftest.err
10967   rm -f conftest.er1
10968   cat conftest.err >&5
10969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970   (exit $ac_status); } && {
10971          test -z "$ac_c_werror_flag" ||
10972          test ! -s conftest.err
10973        } && test -s conftest.$ac_objext; then
10974   ac_cv_member_XICCallback_callback=yes
10975 else
10976   echo "$as_me: failed program was:" >&5
10977 sed 's/^/| /' conftest.$ac_ext >&5
10978
10979         ac_cv_member_XICCallback_callback=no
10980 fi
10981
10982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10983 fi
10984
10985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10986 fi
10987 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10988 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10989 if test $ac_cv_member_XICCallback_callback = yes; then
10990
10991 cat >>confdefs.h <<_ACEOF
10992 #define HAVE_XICCALLBACK_CALLBACK 1
10993 _ACEOF
10994
10995
10996 fi
10997
10998
10999
11000         opengl_msg=""
11001     if test "x$with_opengl" != "xno"
11002     then
11003
11004
11005
11006
11007 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11008 do
11009 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11013   echo $ECHO_N "(cached) $ECHO_C" >&6
11014 else
11015   cat >conftest.$ac_ext <<_ACEOF
11016 /* confdefs.h.  */
11017 _ACEOF
11018 cat confdefs.h >>conftest.$ac_ext
11019 cat >>conftest.$ac_ext <<_ACEOF
11020 /* end confdefs.h.  */
11021 #ifdef HAVE_GL_GLX_H
11022 # include <GL/glx.h>
11023 #endif
11024
11025 #include <$ac_header>
11026 _ACEOF
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11031   *) ac_try_echo=$ac_try;;
11032 esac
11033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11034   (eval "$ac_compile") 2>conftest.er1
11035   ac_status=$?
11036   grep -v '^ *+' conftest.er1 >conftest.err
11037   rm -f conftest.er1
11038   cat conftest.err >&5
11039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11040   (exit $ac_status); } && {
11041          test -z "$ac_c_werror_flag" ||
11042          test ! -s conftest.err
11043        } && test -s conftest.$ac_objext; then
11044   eval "$as_ac_Header=yes"
11045 else
11046   echo "$as_me: failed program was:" >&5
11047 sed 's/^/| /' conftest.$ac_ext >&5
11048
11049         eval "$as_ac_Header=no"
11050 fi
11051
11052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11053 fi
11054 ac_res=`eval echo '${'$as_ac_Header'}'`
11055                { echo "$as_me:$LINENO: result: $ac_res" >&5
11056 echo "${ECHO_T}$ac_res" >&6; }
11057 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11058   cat >>confdefs.h <<_ACEOF
11059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11060 _ACEOF
11061
11062 fi
11063
11064 done
11065
11066         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11067         then
11068                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11069 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11070 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11071   echo $ECHO_N "(cached) $ECHO_C" >&6
11072 else
11073   cat >conftest.$ac_ext <<_ACEOF
11074 /* confdefs.h.  */
11075 _ACEOF
11076 cat confdefs.h >>conftest.$ac_ext
11077 cat >>conftest.$ac_ext <<_ACEOF
11078 /* end confdefs.h.  */
11079 #include <GL/gl.h>
11080 int
11081 main ()
11082 {
11083 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11084   ;
11085   return 0;
11086 }
11087 _ACEOF
11088 rm -f conftest.$ac_objext
11089 if { (ac_try="$ac_compile"
11090 case "(($ac_try" in
11091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092   *) ac_try_echo=$ac_try;;
11093 esac
11094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11095   (eval "$ac_compile") 2>conftest.er1
11096   ac_status=$?
11097   grep -v '^ *+' conftest.er1 >conftest.err
11098   rm -f conftest.er1
11099   cat conftest.err >&5
11100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101   (exit $ac_status); } && {
11102          test -z "$ac_c_werror_flag" ||
11103          test ! -s conftest.err
11104        } && test -s conftest.$ac_objext; then
11105   wine_cv_opengl_header_version_OK="yes"
11106 else
11107   echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11109
11110         wine_cv_opengl_header_version_OK="no"
11111 fi
11112
11113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11114 fi
11115 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11116 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11117
11118             if test "$wine_cv_opengl_header_version_OK" = "yes"
11119             then
11120                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
11121 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11122 if test "${ac_cv_lib_soname_GL+set}" = set; then
11123   echo $ECHO_N "(cached) $ECHO_C" >&6
11124 else
11125   ac_check_soname_save_LIBS=$LIBS
11126 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11127   cat >conftest.$ac_ext <<_ACEOF
11128 /* confdefs.h.  */
11129 _ACEOF
11130 cat confdefs.h >>conftest.$ac_ext
11131 cat >>conftest.$ac_ext <<_ACEOF
11132 /* end confdefs.h.  */
11133
11134 /* Override any GCC internal prototype to avoid an error.
11135    Use char because int might match the return type of a GCC
11136    builtin and then its argument prototype would still apply.  */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char glXCreateContext ();
11141 int
11142 main ()
11143 {
11144 return glXCreateContext ();
11145   ;
11146   return 0;
11147 }
11148 _ACEOF
11149 rm -f conftest.$ac_objext conftest$ac_exeext
11150 if { (ac_try="$ac_link"
11151 case "(($ac_try" in
11152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11153   *) ac_try_echo=$ac_try;;
11154 esac
11155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11156   (eval "$ac_link") 2>conftest.er1
11157   ac_status=$?
11158   grep -v '^ *+' conftest.er1 >conftest.err
11159   rm -f conftest.er1
11160   cat conftest.err >&5
11161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162   (exit $ac_status); } && {
11163          test -z "$ac_c_werror_flag" ||
11164          test ! -s conftest.err
11165        } && test -s conftest$ac_exeext &&
11166        $as_test_x conftest$ac_exeext; then
11167   case "$LIBEXT" in
11168     dll) ;;
11169     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'` ;;
11170     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11171   esac
11172 else
11173   echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.$ac_ext >&5
11175
11176
11177 fi
11178
11179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11180       conftest$ac_exeext conftest.$ac_ext
11181   LIBS=$ac_check_soname_save_LIBS
11182 fi
11183 if test "x$ac_cv_lib_soname_GL" = "x"; then
11184   { echo "$as_me:$LINENO: result: not found" >&5
11185 echo "${ECHO_T}not found" >&6; }
11186        { echo "$as_me:$LINENO: checking for -lGL" >&5
11187 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11188 if test "${ac_cv_lib_soname_GL+set}" = set; then
11189   echo $ECHO_N "(cached) $ECHO_C" >&6
11190 else
11191   ac_check_soname_save_LIBS=$LIBS
11192 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"
11193   cat >conftest.$ac_ext <<_ACEOF
11194 /* confdefs.h.  */
11195 _ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h.  */
11199
11200 /* Override any GCC internal prototype to avoid an error.
11201    Use char because int might match the return type of a GCC
11202    builtin and then its argument prototype would still apply.  */
11203 #ifdef __cplusplus
11204 extern "C"
11205 #endif
11206 char glXCreateContext ();
11207 int
11208 main ()
11209 {
11210 return glXCreateContext ();
11211   ;
11212   return 0;
11213 }
11214 _ACEOF
11215 rm -f conftest.$ac_objext conftest$ac_exeext
11216 if { (ac_try="$ac_link"
11217 case "(($ac_try" in
11218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11219   *) ac_try_echo=$ac_try;;
11220 esac
11221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11222   (eval "$ac_link") 2>conftest.er1
11223   ac_status=$?
11224   grep -v '^ *+' conftest.er1 >conftest.err
11225   rm -f conftest.er1
11226   cat conftest.err >&5
11227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228   (exit $ac_status); } && {
11229          test -z "$ac_c_werror_flag" ||
11230          test ! -s conftest.err
11231        } && test -s conftest$ac_exeext &&
11232        $as_test_x conftest$ac_exeext; then
11233   case "$LIBEXT" in
11234     dll) ;;
11235     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'` ;;
11236     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11237   esac
11238 else
11239   echo "$as_me: failed program was:" >&5
11240 sed 's/^/| /' conftest.$ac_ext >&5
11241
11242
11243 fi
11244
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246       conftest$ac_exeext conftest.$ac_ext
11247   LIBS=$ac_check_soname_save_LIBS
11248 fi
11249 if test "x$ac_cv_lib_soname_GL" = "x"; then
11250   { echo "$as_me:$LINENO: result: not found" >&5
11251 echo "${ECHO_T}not found" >&6; }
11252        if test -f /usr/X11R6/lib/libGL.a
11253                                     then
11254                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11255 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11256                                     else
11257                                         opengl_msg="No OpenGL library found on this system."
11258                                     fi
11259 else
11260   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11262
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11265 _ACEOF
11266
11267        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"
11268
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11271 _ACEOF
11272
11273 fi
11274
11275 else
11276   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11277 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11278
11279 cat >>confdefs.h <<_ACEOF
11280 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11281 _ACEOF
11282
11283        OPENGL_LIBS="-lGL"
11284
11285 cat >>confdefs.h <<\_ACEOF
11286 #define HAVE_OPENGL 1
11287 _ACEOF
11288
11289 fi
11290
11291                  if test "$ac_cv_header_GL_glu_h" = "yes"
11292                  then
11293                     { echo "$as_me:$LINENO: checking for -lGLU" >&5
11294 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11295 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11296   echo $ECHO_N "(cached) $ECHO_C" >&6
11297 else
11298   ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11300   cat >conftest.$ac_ext <<_ACEOF
11301 /* confdefs.h.  */
11302 _ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h.  */
11306
11307 /* Override any GCC internal prototype to avoid an error.
11308    Use char because int might match the return type of a GCC
11309    builtin and then its argument prototype would still apply.  */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char gluLookAt ();
11314 int
11315 main ()
11316 {
11317 return gluLookAt ();
11318   ;
11319   return 0;
11320 }
11321 _ACEOF
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11326   *) ac_try_echo=$ac_try;;
11327 esac
11328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11329   (eval "$ac_link") 2>conftest.er1
11330   ac_status=$?
11331   grep -v '^ *+' conftest.er1 >conftest.err
11332   rm -f conftest.er1
11333   cat conftest.err >&5
11334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11335   (exit $ac_status); } && {
11336          test -z "$ac_c_werror_flag" ||
11337          test ! -s conftest.err
11338        } && test -s conftest$ac_exeext &&
11339        $as_test_x conftest$ac_exeext; then
11340   case "$LIBEXT" in
11341     dll) ;;
11342     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'` ;;
11343     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11344   esac
11345 else
11346   echo "$as_me: failed program was:" >&5
11347 sed 's/^/| /' conftest.$ac_ext >&5
11348
11349
11350 fi
11351
11352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11353       conftest$ac_exeext conftest.$ac_ext
11354   LIBS=$ac_check_soname_save_LIBS
11355 fi
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357   { echo "$as_me:$LINENO: result: not found" >&5
11358 echo "${ECHO_T}not found" >&6; }
11359
11360 else
11361   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11362 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11363
11364 cat >>confdefs.h <<_ACEOF
11365 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11366 _ACEOF
11367
11368
11369 fi
11370
11371                  fi
11372                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11373   case "x$with_glu" in
11374   x)   wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11375   xno) ;;
11376   *)   { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11377 This is an error since --with-glu was requested." >&5
11378 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&2;}
11380    { (exit 1); exit 1; }; } ;;
11381 esac
11382 fi
11383
11384              else
11385                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11386              fi
11387          else
11388              opengl_msg="OpenGL development headers not found."
11389          fi
11390          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11391          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11392     else
11393          enable_opengl32=${enable_opengl32:-no}
11394          enable_glu32=${enable_glu32:-no}
11395     fi
11396     if test -n "$opengl_msg"; then
11397   case "x$with_opengl" in
11398   x)   wine_warnings="$wine_warnings|$opengl_msg
11399 OpenGL and Direct3D won't be supported." ;;
11400   xno) ;;
11401   *)   { { echo "$as_me:$LINENO: error: $opengl_msg
11402 OpenGL and Direct3D won't be supported.
11403 This is an error since --with-opengl was requested." >&5
11404 echo "$as_me: error: $opengl_msg
11405 OpenGL and Direct3D won't be supported.
11406 This is an error since --with-opengl was requested." >&2;}
11407    { (exit 1); exit 1; }; } ;;
11408 esac
11409 fi
11410
11411
11412         NASLIBS=""
11413
11414
11415 for ac_header in audio/audiolib.h
11416 do
11417 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11418 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11419   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11420 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11421 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11422   echo $ECHO_N "(cached) $ECHO_C" >&6
11423 fi
11424 ac_res=`eval echo '${'$as_ac_Header'}'`
11425                { echo "$as_me:$LINENO: result: $ac_res" >&5
11426 echo "${ECHO_T}$ac_res" >&6; }
11427 else
11428   # Is the header compilable?
11429 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11430 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11431 cat >conftest.$ac_ext <<_ACEOF
11432 /* confdefs.h.  */
11433 _ACEOF
11434 cat confdefs.h >>conftest.$ac_ext
11435 cat >>conftest.$ac_ext <<_ACEOF
11436 /* end confdefs.h.  */
11437 $ac_includes_default
11438 #include <$ac_header>
11439 _ACEOF
11440 rm -f conftest.$ac_objext
11441 if { (ac_try="$ac_compile"
11442 case "(($ac_try" in
11443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11444   *) ac_try_echo=$ac_try;;
11445 esac
11446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11447   (eval "$ac_compile") 2>conftest.er1
11448   ac_status=$?
11449   grep -v '^ *+' conftest.er1 >conftest.err
11450   rm -f conftest.er1
11451   cat conftest.err >&5
11452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11453   (exit $ac_status); } && {
11454          test -z "$ac_c_werror_flag" ||
11455          test ! -s conftest.err
11456        } && test -s conftest.$ac_objext; then
11457   ac_header_compiler=yes
11458 else
11459   echo "$as_me: failed program was:" >&5
11460 sed 's/^/| /' conftest.$ac_ext >&5
11461
11462         ac_header_compiler=no
11463 fi
11464
11465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11466 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11467 echo "${ECHO_T}$ac_header_compiler" >&6; }
11468
11469 # Is the header present?
11470 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11471 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11472 cat >conftest.$ac_ext <<_ACEOF
11473 /* confdefs.h.  */
11474 _ACEOF
11475 cat confdefs.h >>conftest.$ac_ext
11476 cat >>conftest.$ac_ext <<_ACEOF
11477 /* end confdefs.h.  */
11478 #include <$ac_header>
11479 _ACEOF
11480 if { (ac_try="$ac_cpp conftest.$ac_ext"
11481 case "(($ac_try" in
11482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11483   *) ac_try_echo=$ac_try;;
11484 esac
11485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11486   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11487   ac_status=$?
11488   grep -v '^ *+' conftest.er1 >conftest.err
11489   rm -f conftest.er1
11490   cat conftest.err >&5
11491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11492   (exit $ac_status); } >/dev/null && {
11493          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11494          test ! -s conftest.err
11495        }; then
11496   ac_header_preproc=yes
11497 else
11498   echo "$as_me: failed program was:" >&5
11499 sed 's/^/| /' conftest.$ac_ext >&5
11500
11501   ac_header_preproc=no
11502 fi
11503
11504 rm -f conftest.err conftest.$ac_ext
11505 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11506 echo "${ECHO_T}$ac_header_preproc" >&6; }
11507
11508 # So?  What about this header?
11509 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11510   yes:no: )
11511     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11512 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11513     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11514 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11515     ac_header_preproc=yes
11516     ;;
11517   no:yes:* )
11518     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11519 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11520     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11521 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11522     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11523 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11524     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11525 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11526     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11527 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11528     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11529 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11530     ( cat <<\_ASBOX
11531 ## ------------------------------------ ##
11532 ## Report this to wine-devel@winehq.org ##
11533 ## ------------------------------------ ##
11534 _ASBOX
11535      ) | sed "s/^/$as_me: WARNING:     /" >&2
11536     ;;
11537 esac
11538 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11540 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11541   echo $ECHO_N "(cached) $ECHO_C" >&6
11542 else
11543   eval "$as_ac_Header=\$ac_header_preproc"
11544 fi
11545 ac_res=`eval echo '${'$as_ac_Header'}'`
11546                { echo "$as_me:$LINENO: result: $ac_res" >&5
11547 echo "${ECHO_T}$ac_res" >&6; }
11548
11549 fi
11550 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11551   cat >>confdefs.h <<_ACEOF
11552 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11553 _ACEOF
11554
11555 for ac_header in audio/soundlib.h
11556 do
11557 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11558 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11559 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11560 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11561   echo $ECHO_N "(cached) $ECHO_C" >&6
11562 else
11563   cat >conftest.$ac_ext <<_ACEOF
11564 /* confdefs.h.  */
11565 _ACEOF
11566 cat confdefs.h >>conftest.$ac_ext
11567 cat >>conftest.$ac_ext <<_ACEOF
11568 /* end confdefs.h.  */
11569 #include <audio/audiolib.h>
11570
11571 #include <$ac_header>
11572 _ACEOF
11573 rm -f conftest.$ac_objext
11574 if { (ac_try="$ac_compile"
11575 case "(($ac_try" in
11576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11577   *) ac_try_echo=$ac_try;;
11578 esac
11579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11580   (eval "$ac_compile") 2>conftest.er1
11581   ac_status=$?
11582   grep -v '^ *+' conftest.er1 >conftest.err
11583   rm -f conftest.er1
11584   cat conftest.err >&5
11585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11586   (exit $ac_status); } && {
11587          test -z "$ac_c_werror_flag" ||
11588          test ! -s conftest.err
11589        } && test -s conftest.$ac_objext; then
11590   eval "$as_ac_Header=yes"
11591 else
11592   echo "$as_me: failed program was:" >&5
11593 sed 's/^/| /' conftest.$ac_ext >&5
11594
11595         eval "$as_ac_Header=no"
11596 fi
11597
11598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11599 fi
11600 ac_res=`eval echo '${'$as_ac_Header'}'`
11601                { echo "$as_me:$LINENO: result: $ac_res" >&5
11602 echo "${ECHO_T}$ac_res" >&6; }
11603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11604   cat >>confdefs.h <<_ACEOF
11605 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11606 _ACEOF
11607
11608 fi
11609
11610 done
11611
11612           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11613 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11614 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11615   echo $ECHO_N "(cached) $ECHO_C" >&6
11616 else
11617   ac_check_lib_save_LIBS=$LIBS
11618 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11619 cat >conftest.$ac_ext <<_ACEOF
11620 /* confdefs.h.  */
11621 _ACEOF
11622 cat confdefs.h >>conftest.$ac_ext
11623 cat >>conftest.$ac_ext <<_ACEOF
11624 /* end confdefs.h.  */
11625
11626 /* Override any GCC internal prototype to avoid an error.
11627    Use char because int might match the return type of a GCC
11628    builtin and then its argument prototype would still apply.  */
11629 #ifdef __cplusplus
11630 extern "C"
11631 #endif
11632 char AuCreateFlow ();
11633 int
11634 main ()
11635 {
11636 return AuCreateFlow ();
11637   ;
11638   return 0;
11639 }
11640 _ACEOF
11641 rm -f conftest.$ac_objext conftest$ac_exeext
11642 if { (ac_try="$ac_link"
11643 case "(($ac_try" in
11644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11645   *) ac_try_echo=$ac_try;;
11646 esac
11647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11648   (eval "$ac_link") 2>conftest.er1
11649   ac_status=$?
11650   grep -v '^ *+' conftest.er1 >conftest.err
11651   rm -f conftest.er1
11652   cat conftest.err >&5
11653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11654   (exit $ac_status); } && {
11655          test -z "$ac_c_werror_flag" ||
11656          test ! -s conftest.err
11657        } && test -s conftest$ac_exeext &&
11658        $as_test_x conftest$ac_exeext; then
11659   ac_cv_lib_audio_AuCreateFlow=yes
11660 else
11661   echo "$as_me: failed program was:" >&5
11662 sed 's/^/| /' conftest.$ac_ext >&5
11663
11664         ac_cv_lib_audio_AuCreateFlow=no
11665 fi
11666
11667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11668       conftest$ac_exeext conftest.$ac_ext
11669 LIBS=$ac_check_lib_save_LIBS
11670 fi
11671 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11672 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11673 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11674
11675 cat >>confdefs.h <<\_ACEOF
11676 #define HAVE_NAS 1
11677 _ACEOF
11678
11679                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11680 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11681 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11682   echo $ECHO_N "(cached) $ECHO_C" >&6
11683 else
11684   ac_check_lib_save_LIBS=$LIBS
11685 LIBS="-lXau $X_LIBS $LIBS"
11686 cat >conftest.$ac_ext <<_ACEOF
11687 /* confdefs.h.  */
11688 _ACEOF
11689 cat confdefs.h >>conftest.$ac_ext
11690 cat >>conftest.$ac_ext <<_ACEOF
11691 /* end confdefs.h.  */
11692
11693 /* Override any GCC internal prototype to avoid an error.
11694    Use char because int might match the return type of a GCC
11695    builtin and then its argument prototype would still apply.  */
11696 #ifdef __cplusplus
11697 extern "C"
11698 #endif
11699 char XauGetBestAuthByAddr ();
11700 int
11701 main ()
11702 {
11703 return XauGetBestAuthByAddr ();
11704   ;
11705   return 0;
11706 }
11707 _ACEOF
11708 rm -f conftest.$ac_objext conftest$ac_exeext
11709 if { (ac_try="$ac_link"
11710 case "(($ac_try" in
11711   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11712   *) ac_try_echo=$ac_try;;
11713 esac
11714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11715   (eval "$ac_link") 2>conftest.er1
11716   ac_status=$?
11717   grep -v '^ *+' conftest.er1 >conftest.err
11718   rm -f conftest.er1
11719   cat conftest.err >&5
11720   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721   (exit $ac_status); } && {
11722          test -z "$ac_c_werror_flag" ||
11723          test ! -s conftest.err
11724        } && test -s conftest$ac_exeext &&
11725        $as_test_x conftest$ac_exeext; then
11726   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11727 else
11728   echo "$as_me: failed program was:" >&5
11729 sed 's/^/| /' conftest.$ac_ext >&5
11730
11731         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11732 fi
11733
11734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11735       conftest$ac_exeext conftest.$ac_ext
11736 LIBS=$ac_check_lib_save_LIBS
11737 fi
11738 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11739 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11740 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11741   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11742 else
11743   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11744 fi
11745
11746
11747 fi
11748
11749 fi
11750
11751 done
11752
11753
11754     CPPFLAGS="$ac_save_CPPFLAGS"
11755 else
11756     XLIB=""
11757     X_CFLAGS=""
11758     X_LIBS=""
11759     enable_winex11_drv=${enable_winex11_drv:-no}
11760     enable_opengl32=${enable_opengl32:-no}
11761     enable_glu32=${enable_glu32:-no}
11762 fi
11763 if test "x$XLIB" = "x"; then
11764   case "x$with_x" in
11765   xno) ;;
11766   *)   { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11767 without X support, which probably isn't what you want. You will need to install
11768 development packages of Xlib/Xfree86 at the very least.
11769 Use the --without-x option if you really want this." >&5
11770 echo "$as_me: error: X development files not found. Wine will be built
11771 without X support, which probably isn't what you want. You will need to install
11772 development packages of Xlib/Xfree86 at the very least.
11773 Use the --without-x option if you really want this." >&2;}
11774    { (exit 1); exit 1; }; } ;;
11775 esac
11776 fi
11777
11778
11779
11780 XML2LIBS=""
11781
11782 XML2INCL=""
11783
11784 XSLTLIBS=""
11785
11786 XSLTINCL=""
11787
11788 if test "x$with_xml" != "xno"
11789 then
11790     ac_save_CPPFLAGS="$CPPFLAGS"
11791     if test "$PKG_CONFIG" != "false"
11792     then
11793         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11794         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11795     else
11796         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11797         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
11798     fi
11799     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11800
11801 for ac_header in libxml/parser.h
11802 do
11803 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11805   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11806 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11807 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11808   echo $ECHO_N "(cached) $ECHO_C" >&6
11809 fi
11810 ac_res=`eval echo '${'$as_ac_Header'}'`
11811                { echo "$as_me:$LINENO: result: $ac_res" >&5
11812 echo "${ECHO_T}$ac_res" >&6; }
11813 else
11814   # Is the header compilable?
11815 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11816 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11817 cat >conftest.$ac_ext <<_ACEOF
11818 /* confdefs.h.  */
11819 _ACEOF
11820 cat confdefs.h >>conftest.$ac_ext
11821 cat >>conftest.$ac_ext <<_ACEOF
11822 /* end confdefs.h.  */
11823 $ac_includes_default
11824 #include <$ac_header>
11825 _ACEOF
11826 rm -f conftest.$ac_objext
11827 if { (ac_try="$ac_compile"
11828 case "(($ac_try" in
11829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11830   *) ac_try_echo=$ac_try;;
11831 esac
11832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11833   (eval "$ac_compile") 2>conftest.er1
11834   ac_status=$?
11835   grep -v '^ *+' conftest.er1 >conftest.err
11836   rm -f conftest.er1
11837   cat conftest.err >&5
11838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11839   (exit $ac_status); } && {
11840          test -z "$ac_c_werror_flag" ||
11841          test ! -s conftest.err
11842        } && test -s conftest.$ac_objext; then
11843   ac_header_compiler=yes
11844 else
11845   echo "$as_me: failed program was:" >&5
11846 sed 's/^/| /' conftest.$ac_ext >&5
11847
11848         ac_header_compiler=no
11849 fi
11850
11851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11853 echo "${ECHO_T}$ac_header_compiler" >&6; }
11854
11855 # Is the header present?
11856 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11857 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11858 cat >conftest.$ac_ext <<_ACEOF
11859 /* confdefs.h.  */
11860 _ACEOF
11861 cat confdefs.h >>conftest.$ac_ext
11862 cat >>conftest.$ac_ext <<_ACEOF
11863 /* end confdefs.h.  */
11864 #include <$ac_header>
11865 _ACEOF
11866 if { (ac_try="$ac_cpp conftest.$ac_ext"
11867 case "(($ac_try" in
11868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11869   *) ac_try_echo=$ac_try;;
11870 esac
11871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11872   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11873   ac_status=$?
11874   grep -v '^ *+' conftest.er1 >conftest.err
11875   rm -f conftest.er1
11876   cat conftest.err >&5
11877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11878   (exit $ac_status); } >/dev/null && {
11879          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11880          test ! -s conftest.err
11881        }; then
11882   ac_header_preproc=yes
11883 else
11884   echo "$as_me: failed program was:" >&5
11885 sed 's/^/| /' conftest.$ac_ext >&5
11886
11887   ac_header_preproc=no
11888 fi
11889
11890 rm -f conftest.err conftest.$ac_ext
11891 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11892 echo "${ECHO_T}$ac_header_preproc" >&6; }
11893
11894 # So?  What about this header?
11895 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11896   yes:no: )
11897     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11898 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11899     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11900 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11901     ac_header_preproc=yes
11902     ;;
11903   no:yes:* )
11904     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11905 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11906     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11907 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11908     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11909 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11910     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11911 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11912     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11913 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11914     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11915 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11916     ( cat <<\_ASBOX
11917 ## ------------------------------------ ##
11918 ## Report this to wine-devel@winehq.org ##
11919 ## ------------------------------------ ##
11920 _ASBOX
11921      ) | sed "s/^/$as_me: WARNING:     /" >&2
11922     ;;
11923 esac
11924 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11927   echo $ECHO_N "(cached) $ECHO_C" >&6
11928 else
11929   eval "$as_ac_Header=\$ac_header_preproc"
11930 fi
11931 ac_res=`eval echo '${'$as_ac_Header'}'`
11932                { echo "$as_me:$LINENO: result: $ac_res" >&5
11933 echo "${ECHO_T}$ac_res" >&6; }
11934
11935 fi
11936 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11937   cat >>confdefs.h <<_ACEOF
11938 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11939 _ACEOF
11940  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11941 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11942 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11943   echo $ECHO_N "(cached) $ECHO_C" >&6
11944 else
11945   ac_check_lib_save_LIBS=$LIBS
11946 LIBS="-lxml2 $ac_xml_libs $LIBS"
11947 cat >conftest.$ac_ext <<_ACEOF
11948 /* confdefs.h.  */
11949 _ACEOF
11950 cat confdefs.h >>conftest.$ac_ext
11951 cat >>conftest.$ac_ext <<_ACEOF
11952 /* end confdefs.h.  */
11953
11954 /* Override any GCC internal prototype to avoid an error.
11955    Use char because int might match the return type of a GCC
11956    builtin and then its argument prototype would still apply.  */
11957 #ifdef __cplusplus
11958 extern "C"
11959 #endif
11960 char xmlParseMemory ();
11961 int
11962 main ()
11963 {
11964 return xmlParseMemory ();
11965   ;
11966   return 0;
11967 }
11968 _ACEOF
11969 rm -f conftest.$ac_objext conftest$ac_exeext
11970 if { (ac_try="$ac_link"
11971 case "(($ac_try" in
11972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11973   *) ac_try_echo=$ac_try;;
11974 esac
11975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11976   (eval "$ac_link") 2>conftest.er1
11977   ac_status=$?
11978   grep -v '^ *+' conftest.er1 >conftest.err
11979   rm -f conftest.er1
11980   cat conftest.err >&5
11981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982   (exit $ac_status); } && {
11983          test -z "$ac_c_werror_flag" ||
11984          test ! -s conftest.err
11985        } && test -s conftest$ac_exeext &&
11986        $as_test_x conftest$ac_exeext; then
11987   ac_cv_lib_xml2_xmlParseMemory=yes
11988 else
11989   echo "$as_me: failed program was:" >&5
11990 sed 's/^/| /' conftest.$ac_ext >&5
11991
11992         ac_cv_lib_xml2_xmlParseMemory=no
11993 fi
11994
11995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11996       conftest$ac_exeext conftest.$ac_ext
11997 LIBS=$ac_check_lib_save_LIBS
11998 fi
11999 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12000 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12001 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12002
12003 cat >>confdefs.h <<\_ACEOF
12004 #define HAVE_LIBXML2 1
12005 _ACEOF
12006
12007                  XML2LIBS="$ac_xml_libs"
12008                  XML2INCL="$ac_xml_cflags"
12009 fi
12010
12011              { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12012 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12013 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12014   echo $ECHO_N "(cached) $ECHO_C" >&6
12015 else
12016   ac_check_lib_save_LIBS=$LIBS
12017 LIBS="-lxml2 $ac_xml_libs $LIBS"
12018 cat >conftest.$ac_ext <<_ACEOF
12019 /* confdefs.h.  */
12020 _ACEOF
12021 cat confdefs.h >>conftest.$ac_ext
12022 cat >>conftest.$ac_ext <<_ACEOF
12023 /* end confdefs.h.  */
12024
12025 /* Override any GCC internal prototype to avoid an error.
12026    Use char because int might match the return type of a GCC
12027    builtin and then its argument prototype would still apply.  */
12028 #ifdef __cplusplus
12029 extern "C"
12030 #endif
12031 char xmlReadMemory ();
12032 int
12033 main ()
12034 {
12035 return xmlReadMemory ();
12036   ;
12037   return 0;
12038 }
12039 _ACEOF
12040 rm -f conftest.$ac_objext conftest$ac_exeext
12041 if { (ac_try="$ac_link"
12042 case "(($ac_try" in
12043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12044   *) ac_try_echo=$ac_try;;
12045 esac
12046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12047   (eval "$ac_link") 2>conftest.er1
12048   ac_status=$?
12049   grep -v '^ *+' conftest.er1 >conftest.err
12050   rm -f conftest.er1
12051   cat conftest.err >&5
12052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12053   (exit $ac_status); } && {
12054          test -z "$ac_c_werror_flag" ||
12055          test ! -s conftest.err
12056        } && test -s conftest$ac_exeext &&
12057        $as_test_x conftest$ac_exeext; then
12058   ac_cv_lib_xml2_xmlReadMemory=yes
12059 else
12060   echo "$as_me: failed program was:" >&5
12061 sed 's/^/| /' conftest.$ac_ext >&5
12062
12063         ac_cv_lib_xml2_xmlReadMemory=no
12064 fi
12065
12066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12067       conftest$ac_exeext conftest.$ac_ext
12068 LIBS=$ac_check_lib_save_LIBS
12069 fi
12070 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12071 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12072 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12073
12074 cat >>confdefs.h <<\_ACEOF
12075 #define HAVE_XMLREADMEMORY 1
12076 _ACEOF
12077
12078 fi
12079
12080              { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12081 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12082 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12083   echo $ECHO_N "(cached) $ECHO_C" >&6
12084 else
12085   ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-lxml2 $ac_xml_libs $LIBS"
12087 cat >conftest.$ac_ext <<_ACEOF
12088 /* confdefs.h.  */
12089 _ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h.  */
12093
12094 /* Override any GCC internal prototype to avoid an error.
12095    Use char because int might match the return type of a GCC
12096    builtin and then its argument prototype would still apply.  */
12097 #ifdef __cplusplus
12098 extern "C"
12099 #endif
12100 char xmlNewDocPI ();
12101 int
12102 main ()
12103 {
12104 return xmlNewDocPI ();
12105   ;
12106   return 0;
12107 }
12108 _ACEOF
12109 rm -f conftest.$ac_objext conftest$ac_exeext
12110 if { (ac_try="$ac_link"
12111 case "(($ac_try" in
12112   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12113   *) ac_try_echo=$ac_try;;
12114 esac
12115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12116   (eval "$ac_link") 2>conftest.er1
12117   ac_status=$?
12118   grep -v '^ *+' conftest.er1 >conftest.err
12119   rm -f conftest.er1
12120   cat conftest.err >&5
12121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12122   (exit $ac_status); } && {
12123          test -z "$ac_c_werror_flag" ||
12124          test ! -s conftest.err
12125        } && test -s conftest$ac_exeext &&
12126        $as_test_x conftest$ac_exeext; then
12127   ac_cv_lib_xml2_xmlNewDocPI=yes
12128 else
12129   echo "$as_me: failed program was:" >&5
12130 sed 's/^/| /' conftest.$ac_ext >&5
12131
12132         ac_cv_lib_xml2_xmlNewDocPI=no
12133 fi
12134
12135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12136       conftest$ac_exeext conftest.$ac_ext
12137 LIBS=$ac_check_lib_save_LIBS
12138 fi
12139 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12140 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12141 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12142
12143 cat >>confdefs.h <<\_ACEOF
12144 #define HAVE_XMLNEWDOCPI 1
12145 _ACEOF
12146
12147 fi
12148
12149
12150 fi
12151
12152 done
12153
12154     CPPFLAGS="$ac_save_CPPFLAGS"
12155 fi
12156 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12157   case "x$with_xml" in
12158   x)   wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12159   xno) ;;
12160   *)   { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12161 This is an error since --with-xml was requested." >&5
12162 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12163 This is an error since --with-xml was requested." >&2;}
12164    { (exit 1); exit 1; }; } ;;
12165 esac
12166 fi
12167
12168
12169 if test "x$with_xslt" != "xno"
12170 then
12171     if test "$PKG_CONFIG" != "false"
12172     then
12173         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12174         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12175     else
12176         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12177         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12178     fi
12179     ac_save_CPPFLAGS="$CPPFLAGS"
12180     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12181
12182
12183 for ac_header in libxslt/pattern.h libxslt/transform.h
12184 do
12185 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12186 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12187 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12189   echo $ECHO_N "(cached) $ECHO_C" >&6
12190 else
12191   cat >conftest.$ac_ext <<_ACEOF
12192 /* confdefs.h.  */
12193 _ACEOF
12194 cat confdefs.h >>conftest.$ac_ext
12195 cat >>conftest.$ac_ext <<_ACEOF
12196 /* end confdefs.h.  */
12197 #ifdef HAVE_LIBXSLT_PATTERN_H
12198 # include <libxslt/pattern.h>
12199 #endif
12200
12201 #include <$ac_header>
12202 _ACEOF
12203 rm -f conftest.$ac_objext
12204 if { (ac_try="$ac_compile"
12205 case "(($ac_try" in
12206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12207   *) ac_try_echo=$ac_try;;
12208 esac
12209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12210   (eval "$ac_compile") 2>conftest.er1
12211   ac_status=$?
12212   grep -v '^ *+' conftest.er1 >conftest.err
12213   rm -f conftest.er1
12214   cat conftest.err >&5
12215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216   (exit $ac_status); } && {
12217          test -z "$ac_c_werror_flag" ||
12218          test ! -s conftest.err
12219        } && test -s conftest.$ac_objext; then
12220   eval "$as_ac_Header=yes"
12221 else
12222   echo "$as_me: failed program was:" >&5
12223 sed 's/^/| /' conftest.$ac_ext >&5
12224
12225         eval "$as_ac_Header=no"
12226 fi
12227
12228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12229 fi
12230 ac_res=`eval echo '${'$as_ac_Header'}'`
12231                { echo "$as_me:$LINENO: result: $ac_res" >&5
12232 echo "${ECHO_T}$ac_res" >&6; }
12233 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12234   cat >>confdefs.h <<_ACEOF
12235 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12236 _ACEOF
12237
12238 fi
12239
12240 done
12241
12242     CPPFLAGS="$ac_save_CPPFLAGS"
12243     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12244     then
12245         { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12246 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12247 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12248   echo $ECHO_N "(cached) $ECHO_C" >&6
12249 else
12250   ac_check_lib_save_LIBS=$LIBS
12251 LIBS="-lxslt $ac_xslt_libs $LIBS"
12252 cat >conftest.$ac_ext <<_ACEOF
12253 /* confdefs.h.  */
12254 _ACEOF
12255 cat confdefs.h >>conftest.$ac_ext
12256 cat >>conftest.$ac_ext <<_ACEOF
12257 /* end confdefs.h.  */
12258
12259 /* Override any GCC internal prototype to avoid an error.
12260    Use char because int might match the return type of a GCC
12261    builtin and then its argument prototype would still apply.  */
12262 #ifdef __cplusplus
12263 extern "C"
12264 #endif
12265 char xsltCompilePattern ();
12266 int
12267 main ()
12268 {
12269 return xsltCompilePattern ();
12270   ;
12271   return 0;
12272 }
12273 _ACEOF
12274 rm -f conftest.$ac_objext conftest$ac_exeext
12275 if { (ac_try="$ac_link"
12276 case "(($ac_try" in
12277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12278   *) ac_try_echo=$ac_try;;
12279 esac
12280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12281   (eval "$ac_link") 2>conftest.er1
12282   ac_status=$?
12283   grep -v '^ *+' conftest.er1 >conftest.err
12284   rm -f conftest.er1
12285   cat conftest.err >&5
12286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287   (exit $ac_status); } && {
12288          test -z "$ac_c_werror_flag" ||
12289          test ! -s conftest.err
12290        } && test -s conftest$ac_exeext &&
12291        $as_test_x conftest$ac_exeext; then
12292   ac_cv_lib_xslt_xsltCompilePattern=yes
12293 else
12294   echo "$as_me: failed program was:" >&5
12295 sed 's/^/| /' conftest.$ac_ext >&5
12296
12297         ac_cv_lib_xslt_xsltCompilePattern=no
12298 fi
12299
12300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12301       conftest$ac_exeext conftest.$ac_ext
12302 LIBS=$ac_check_lib_save_LIBS
12303 fi
12304 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12305 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12306 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12307
12308 cat >>confdefs.h <<\_ACEOF
12309 #define HAVE_LIBXSLT 1
12310 _ACEOF
12311
12312              XSLTLIBS="$ac_xslt_libs"
12313              XSLTINCL="$ac_xslt_cflags"
12314              ac_save_LIBS="$LIBS"
12315              LIBS="$LIBS $ac_xslt_libs"
12316
12317 for ac_func in xsltInit
12318 do
12319 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12320 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12321 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12322 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12323   echo $ECHO_N "(cached) $ECHO_C" >&6
12324 else
12325   cat >conftest.$ac_ext <<_ACEOF
12326 /* confdefs.h.  */
12327 _ACEOF
12328 cat confdefs.h >>conftest.$ac_ext
12329 cat >>conftest.$ac_ext <<_ACEOF
12330 /* end confdefs.h.  */
12331 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12332    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12333 #define $ac_func innocuous_$ac_func
12334
12335 /* System header to define __stub macros and hopefully few prototypes,
12336     which can conflict with char $ac_func (); below.
12337     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12338     <limits.h> exists even on freestanding compilers.  */
12339
12340 #ifdef __STDC__
12341 # include <limits.h>
12342 #else
12343 # include <assert.h>
12344 #endif
12345
12346 #undef $ac_func
12347
12348 /* Override any GCC internal prototype to avoid an error.
12349    Use char because int might match the return type of a GCC
12350    builtin and then its argument prototype would still apply.  */
12351 #ifdef __cplusplus
12352 extern "C"
12353 #endif
12354 char $ac_func ();
12355 /* The GNU C library defines this for functions which it implements
12356     to always fail with ENOSYS.  Some functions are actually named
12357     something starting with __ and the normal name is an alias.  */
12358 #if defined __stub_$ac_func || defined __stub___$ac_func
12359 choke me
12360 #endif
12361
12362 int
12363 main ()
12364 {
12365 return $ac_func ();
12366   ;
12367   return 0;
12368 }
12369 _ACEOF
12370 rm -f conftest.$ac_objext conftest$ac_exeext
12371 if { (ac_try="$ac_link"
12372 case "(($ac_try" in
12373   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12374   *) ac_try_echo=$ac_try;;
12375 esac
12376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12377   (eval "$ac_link") 2>conftest.er1
12378   ac_status=$?
12379   grep -v '^ *+' conftest.er1 >conftest.err
12380   rm -f conftest.er1
12381   cat conftest.err >&5
12382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12383   (exit $ac_status); } && {
12384          test -z "$ac_c_werror_flag" ||
12385          test ! -s conftest.err
12386        } && test -s conftest$ac_exeext &&
12387        $as_test_x conftest$ac_exeext; then
12388   eval "$as_ac_var=yes"
12389 else
12390   echo "$as_me: failed program was:" >&5
12391 sed 's/^/| /' conftest.$ac_ext >&5
12392
12393         eval "$as_ac_var=no"
12394 fi
12395
12396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12397       conftest$ac_exeext conftest.$ac_ext
12398 fi
12399 ac_res=`eval echo '${'$as_ac_var'}'`
12400                { echo "$as_me:$LINENO: result: $ac_res" >&5
12401 echo "${ECHO_T}$ac_res" >&6; }
12402 if test `eval echo '${'$as_ac_var'}'` = yes; then
12403   cat >>confdefs.h <<_ACEOF
12404 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12405 _ACEOF
12406
12407 fi
12408 done
12409
12410              LIBS="$ac_save_LIBS"
12411 fi
12412
12413     fi
12414 fi
12415 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12416   case "x$with_xslt" in
12417   x)   wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12418   xno) ;;
12419   *)   { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12420 This is an error since --with-xslt was requested." >&5
12421 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12422 This is an error since --with-xslt was requested." >&2;}
12423    { (exit 1); exit 1; }; } ;;
12424 esac
12425 fi
12426
12427
12428 HALINCL=""
12429
12430 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12431 then
12432     ac_save_CPPFLAGS="$CPPFLAGS"
12433     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12434     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12435     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12436
12437
12438 for ac_header in dbus/dbus.h hal/libhal.h
12439 do
12440 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12441 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12442   { echo "$as_me:$LINENO: checking for $ac_header" >&5
12443 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12445   echo $ECHO_N "(cached) $ECHO_C" >&6
12446 fi
12447 ac_res=`eval echo '${'$as_ac_Header'}'`
12448                { echo "$as_me:$LINENO: result: $ac_res" >&5
12449 echo "${ECHO_T}$ac_res" >&6; }
12450 else
12451   # Is the header compilable?
12452 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12453 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12454 cat >conftest.$ac_ext <<_ACEOF
12455 /* confdefs.h.  */
12456 _ACEOF
12457 cat confdefs.h >>conftest.$ac_ext
12458 cat >>conftest.$ac_ext <<_ACEOF
12459 /* end confdefs.h.  */
12460 $ac_includes_default
12461 #include <$ac_header>
12462 _ACEOF
12463 rm -f conftest.$ac_objext
12464 if { (ac_try="$ac_compile"
12465 case "(($ac_try" in
12466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12467   *) ac_try_echo=$ac_try;;
12468 esac
12469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12470   (eval "$ac_compile") 2>conftest.er1
12471   ac_status=$?
12472   grep -v '^ *+' conftest.er1 >conftest.err
12473   rm -f conftest.er1
12474   cat conftest.err >&5
12475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12476   (exit $ac_status); } && {
12477          test -z "$ac_c_werror_flag" ||
12478          test ! -s conftest.err
12479        } && test -s conftest.$ac_objext; then
12480   ac_header_compiler=yes
12481 else
12482   echo "$as_me: failed program was:" >&5
12483 sed 's/^/| /' conftest.$ac_ext >&5
12484
12485         ac_header_compiler=no
12486 fi
12487
12488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12489 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12490 echo "${ECHO_T}$ac_header_compiler" >&6; }
12491
12492 # Is the header present?
12493 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12494 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12495 cat >conftest.$ac_ext <<_ACEOF
12496 /* confdefs.h.  */
12497 _ACEOF
12498 cat confdefs.h >>conftest.$ac_ext
12499 cat >>conftest.$ac_ext <<_ACEOF
12500 /* end confdefs.h.  */
12501 #include <$ac_header>
12502 _ACEOF
12503 if { (ac_try="$ac_cpp conftest.$ac_ext"
12504 case "(($ac_try" in
12505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12506   *) ac_try_echo=$ac_try;;
12507 esac
12508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12509   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12510   ac_status=$?
12511   grep -v '^ *+' conftest.er1 >conftest.err
12512   rm -f conftest.er1
12513   cat conftest.err >&5
12514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12515   (exit $ac_status); } >/dev/null && {
12516          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12517          test ! -s conftest.err
12518        }; then
12519   ac_header_preproc=yes
12520 else
12521   echo "$as_me: failed program was:" >&5
12522 sed 's/^/| /' conftest.$ac_ext >&5
12523
12524   ac_header_preproc=no
12525 fi
12526
12527 rm -f conftest.err conftest.$ac_ext
12528 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12529 echo "${ECHO_T}$ac_header_preproc" >&6; }
12530
12531 # So?  What about this header?
12532 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12533   yes:no: )
12534     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12535 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12536     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12537 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12538     ac_header_preproc=yes
12539     ;;
12540   no:yes:* )
12541     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12542 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12543     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12544 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12545     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12546 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12547     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12548 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12549     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12550 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12551     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12552 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12553     ( cat <<\_ASBOX
12554 ## ------------------------------------ ##
12555 ## Report this to wine-devel@winehq.org ##
12556 ## ------------------------------------ ##
12557 _ASBOX
12558      ) | sed "s/^/$as_me: WARNING:     /" >&2
12559     ;;
12560 esac
12561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12564   echo $ECHO_N "(cached) $ECHO_C" >&6
12565 else
12566   eval "$as_ac_Header=\$ac_header_preproc"
12567 fi
12568 ac_res=`eval echo '${'$as_ac_Header'}'`
12569                { echo "$as_me:$LINENO: result: $ac_res" >&5
12570 echo "${ECHO_T}$ac_res" >&6; }
12571
12572 fi
12573 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12574   cat >>confdefs.h <<_ACEOF
12575 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12576 _ACEOF
12577
12578 fi
12579
12580 done
12581
12582     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12583     then
12584         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12585 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12586 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12587   echo $ECHO_N "(cached) $ECHO_C" >&6
12588 else
12589   ac_check_lib_save_LIBS=$LIBS
12590 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12591 cat >conftest.$ac_ext <<_ACEOF
12592 /* confdefs.h.  */
12593 _ACEOF
12594 cat confdefs.h >>conftest.$ac_ext
12595 cat >>conftest.$ac_ext <<_ACEOF
12596 /* end confdefs.h.  */
12597
12598 /* Override any GCC internal prototype to avoid an error.
12599    Use char because int might match the return type of a GCC
12600    builtin and then its argument prototype would still apply.  */
12601 #ifdef __cplusplus
12602 extern "C"
12603 #endif
12604 char dbus_connection_close ();
12605 int
12606 main ()
12607 {
12608 return dbus_connection_close ();
12609   ;
12610   return 0;
12611 }
12612 _ACEOF
12613 rm -f conftest.$ac_objext conftest$ac_exeext
12614 if { (ac_try="$ac_link"
12615 case "(($ac_try" in
12616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12617   *) ac_try_echo=$ac_try;;
12618 esac
12619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12620   (eval "$ac_link") 2>conftest.er1
12621   ac_status=$?
12622   grep -v '^ *+' conftest.er1 >conftest.err
12623   rm -f conftest.er1
12624   cat conftest.err >&5
12625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12626   (exit $ac_status); } && {
12627          test -z "$ac_c_werror_flag" ||
12628          test ! -s conftest.err
12629        } && test -s conftest$ac_exeext &&
12630        $as_test_x conftest$ac_exeext; then
12631   ac_cv_lib_dbus_1_dbus_connection_close=yes
12632 else
12633   echo "$as_me: failed program was:" >&5
12634 sed 's/^/| /' conftest.$ac_ext >&5
12635
12636         ac_cv_lib_dbus_1_dbus_connection_close=no
12637 fi
12638
12639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12640       conftest$ac_exeext conftest.$ac_ext
12641 LIBS=$ac_check_lib_save_LIBS
12642 fi
12643 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12644 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12645 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12646   { echo "$as_me:$LINENO: checking for -lhal" >&5
12647 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12648 if test "${ac_cv_lib_soname_hal+set}" = set; then
12649   echo $ECHO_N "(cached) $ECHO_C" >&6
12650 else
12651   ac_check_soname_save_LIBS=$LIBS
12652 LIBS="-lhal $ac_hal_libs $LIBS"
12653   cat >conftest.$ac_ext <<_ACEOF
12654 /* confdefs.h.  */
12655 _ACEOF
12656 cat confdefs.h >>conftest.$ac_ext
12657 cat >>conftest.$ac_ext <<_ACEOF
12658 /* end confdefs.h.  */
12659
12660 /* Override any GCC internal prototype to avoid an error.
12661    Use char because int might match the return type of a GCC
12662    builtin and then its argument prototype would still apply.  */
12663 #ifdef __cplusplus
12664 extern "C"
12665 #endif
12666 char libhal_ctx_new ();
12667 int
12668 main ()
12669 {
12670 return libhal_ctx_new ();
12671   ;
12672   return 0;
12673 }
12674 _ACEOF
12675 rm -f conftest.$ac_objext conftest$ac_exeext
12676 if { (ac_try="$ac_link"
12677 case "(($ac_try" in
12678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12679   *) ac_try_echo=$ac_try;;
12680 esac
12681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12682   (eval "$ac_link") 2>conftest.er1
12683   ac_status=$?
12684   grep -v '^ *+' conftest.er1 >conftest.err
12685   rm -f conftest.er1
12686   cat conftest.err >&5
12687   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12688   (exit $ac_status); } && {
12689          test -z "$ac_c_werror_flag" ||
12690          test ! -s conftest.err
12691        } && test -s conftest$ac_exeext &&
12692        $as_test_x conftest$ac_exeext; then
12693   case "$LIBEXT" in
12694     dll) ;;
12695     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'` ;;
12696     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12697   esac
12698 else
12699   echo "$as_me: failed program was:" >&5
12700 sed 's/^/| /' conftest.$ac_ext >&5
12701
12702
12703 fi
12704
12705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12706       conftest$ac_exeext conftest.$ac_ext
12707   LIBS=$ac_check_soname_save_LIBS
12708 fi
12709 if test "x$ac_cv_lib_soname_hal" = "x"; then
12710   { echo "$as_me:$LINENO: result: not found" >&5
12711 echo "${ECHO_T}not found" >&6; }
12712
12713 else
12714   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12715 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12716
12717 cat >>confdefs.h <<_ACEOF
12718 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12719 _ACEOF
12720
12721        HALINCL="$ac_hal_cflags"
12722 fi
12723
12724 fi
12725
12726     fi
12727     CPPFLAGS="$ac_save_CPPFLAGS"
12728 fi
12729 if test "x$ac_cv_lib_soname_hal" = "x"; then
12730   case "x$with_hal" in
12731   x)   wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12732   xno) ;;
12733   *)   { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12734 This is an error since --with-hal was requested." >&5
12735 echo "$as_me: error: libhal development files not found, no dynamic device support.
12736 This is an error since --with-hal was requested." >&2;}
12737    { (exit 1); exit 1; }; } ;;
12738 esac
12739 fi
12740
12741
12742 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12743 then
12744     ac_save_CPPFLAGS="$CPPFLAGS"
12745     ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12746     ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12747     CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12748     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12749   { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12750 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12751 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12752   echo $ECHO_N "(cached) $ECHO_C" >&6
12753 fi
12754 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12755 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12756 else
12757   # Is the header compilable?
12758 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12759 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12760 cat >conftest.$ac_ext <<_ACEOF
12761 /* confdefs.h.  */
12762 _ACEOF
12763 cat confdefs.h >>conftest.$ac_ext
12764 cat >>conftest.$ac_ext <<_ACEOF
12765 /* end confdefs.h.  */
12766 $ac_includes_default
12767 #include <gnutls/gnutls.h>
12768 _ACEOF
12769 rm -f conftest.$ac_objext
12770 if { (ac_try="$ac_compile"
12771 case "(($ac_try" in
12772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12773   *) ac_try_echo=$ac_try;;
12774 esac
12775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12776   (eval "$ac_compile") 2>conftest.er1
12777   ac_status=$?
12778   grep -v '^ *+' conftest.er1 >conftest.err
12779   rm -f conftest.er1
12780   cat conftest.err >&5
12781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12782   (exit $ac_status); } && {
12783          test -z "$ac_c_werror_flag" ||
12784          test ! -s conftest.err
12785        } && test -s conftest.$ac_objext; then
12786   ac_header_compiler=yes
12787 else
12788   echo "$as_me: failed program was:" >&5
12789 sed 's/^/| /' conftest.$ac_ext >&5
12790
12791         ac_header_compiler=no
12792 fi
12793
12794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12795 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12796 echo "${ECHO_T}$ac_header_compiler" >&6; }
12797
12798 # Is the header present?
12799 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12800 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12801 cat >conftest.$ac_ext <<_ACEOF
12802 /* confdefs.h.  */
12803 _ACEOF
12804 cat confdefs.h >>conftest.$ac_ext
12805 cat >>conftest.$ac_ext <<_ACEOF
12806 /* end confdefs.h.  */
12807 #include <gnutls/gnutls.h>
12808 _ACEOF
12809 if { (ac_try="$ac_cpp conftest.$ac_ext"
12810 case "(($ac_try" in
12811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12812   *) ac_try_echo=$ac_try;;
12813 esac
12814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12815   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12816   ac_status=$?
12817   grep -v '^ *+' conftest.er1 >conftest.err
12818   rm -f conftest.er1
12819   cat conftest.err >&5
12820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12821   (exit $ac_status); } >/dev/null && {
12822          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12823          test ! -s conftest.err
12824        }; then
12825   ac_header_preproc=yes
12826 else
12827   echo "$as_me: failed program was:" >&5
12828 sed 's/^/| /' conftest.$ac_ext >&5
12829
12830   ac_header_preproc=no
12831 fi
12832
12833 rm -f conftest.err conftest.$ac_ext
12834 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12835 echo "${ECHO_T}$ac_header_preproc" >&6; }
12836
12837 # So?  What about this header?
12838 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12839   yes:no: )
12840     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12841 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12842     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12843 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12844     ac_header_preproc=yes
12845     ;;
12846   no:yes:* )
12847     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12848 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12849     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
12850 echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
12851     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12852 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12853     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
12854 echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12855     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12856 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12857     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12858 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12859     ( cat <<\_ASBOX
12860 ## ------------------------------------ ##
12861 ## Report this to wine-devel@winehq.org ##
12862 ## ------------------------------------ ##
12863 _ASBOX
12864      ) | sed "s/^/$as_me: WARNING:     /" >&2
12865     ;;
12866 esac
12867 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12868 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12869 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12870   echo $ECHO_N "(cached) $ECHO_C" >&6
12871 else
12872   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12873 fi
12874 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12875 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12876
12877 fi
12878 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12879   { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12880 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12881 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12882   echo $ECHO_N "(cached) $ECHO_C" >&6
12883 else
12884   ac_check_soname_save_LIBS=$LIBS
12885 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12886   cat >conftest.$ac_ext <<_ACEOF
12887 /* confdefs.h.  */
12888 _ACEOF
12889 cat confdefs.h >>conftest.$ac_ext
12890 cat >>conftest.$ac_ext <<_ACEOF
12891 /* end confdefs.h.  */
12892
12893 /* Override any GCC internal prototype to avoid an error.
12894    Use char because int might match the return type of a GCC
12895    builtin and then its argument prototype would still apply.  */
12896 #ifdef __cplusplus
12897 extern "C"
12898 #endif
12899 char gnutls_global_init ();
12900 int
12901 main ()
12902 {
12903 return gnutls_global_init ();
12904   ;
12905   return 0;
12906 }
12907 _ACEOF
12908 rm -f conftest.$ac_objext conftest$ac_exeext
12909 if { (ac_try="$ac_link"
12910 case "(($ac_try" in
12911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12912   *) ac_try_echo=$ac_try;;
12913 esac
12914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12915   (eval "$ac_link") 2>conftest.er1
12916   ac_status=$?
12917   grep -v '^ *+' conftest.er1 >conftest.err
12918   rm -f conftest.er1
12919   cat conftest.err >&5
12920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921   (exit $ac_status); } && {
12922          test -z "$ac_c_werror_flag" ||
12923          test ! -s conftest.err
12924        } && test -s conftest$ac_exeext &&
12925        $as_test_x conftest$ac_exeext; then
12926   case "$LIBEXT" in
12927     dll) ;;
12928     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'` ;;
12929     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
12930   esac
12931 else
12932   echo "$as_me: failed program was:" >&5
12933 sed 's/^/| /' conftest.$ac_ext >&5
12934
12935
12936 fi
12937
12938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12939       conftest$ac_exeext conftest.$ac_ext
12940   LIBS=$ac_check_soname_save_LIBS
12941 fi
12942 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12943   { echo "$as_me:$LINENO: result: not found" >&5
12944 echo "${ECHO_T}not found" >&6; }
12945
12946 else
12947   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12948 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12949
12950 cat >>confdefs.h <<_ACEOF
12951 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12952 _ACEOF
12953
12954        GNUTLSINCL="$ac_gnutls_cflags"
12955
12956 fi
12957
12958 fi
12959
12960
12961     CPPFLAGS="$ac_save_CPPFLAGS"
12962 fi
12963 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12964   case "x$with_gnutls" in
12965   x)   wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12966   xno) ;;
12967   *)   { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12968 This is an error since --with-gnutls was requested." >&5
12969 echo "$as_me: error: libgnutls development files not found, no schannel support.
12970 This is an error since --with-gnutls was requested." >&2;}
12971    { (exit 1); exit 1; }; } ;;
12972 esac
12973 fi
12974
12975
12976 CURSESLIBS=""
12977 if test "$ac_cv_header_ncurses_h" = "yes"
12978 then
12979     { echo "$as_me:$LINENO: checking for -lncurses" >&5
12980 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12981 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12982   echo $ECHO_N "(cached) $ECHO_C" >&6
12983 else
12984   ac_check_soname_save_LIBS=$LIBS
12985 LIBS="-lncurses  $LIBS"
12986   cat >conftest.$ac_ext <<_ACEOF
12987 /* confdefs.h.  */
12988 _ACEOF
12989 cat confdefs.h >>conftest.$ac_ext
12990 cat >>conftest.$ac_ext <<_ACEOF
12991 /* end confdefs.h.  */
12992
12993 /* Override any GCC internal prototype to avoid an error.
12994    Use char because int might match the return type of a GCC
12995    builtin and then its argument prototype would still apply.  */
12996 #ifdef __cplusplus
12997 extern "C"
12998 #endif
12999 char waddch ();
13000 int
13001 main ()
13002 {
13003 return waddch ();
13004   ;
13005   return 0;
13006 }
13007 _ACEOF
13008 rm -f conftest.$ac_objext conftest$ac_exeext
13009 if { (ac_try="$ac_link"
13010 case "(($ac_try" in
13011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13012   *) ac_try_echo=$ac_try;;
13013 esac
13014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13015   (eval "$ac_link") 2>conftest.er1
13016   ac_status=$?
13017   grep -v '^ *+' conftest.er1 >conftest.err
13018   rm -f conftest.er1
13019   cat conftest.err >&5
13020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13021   (exit $ac_status); } && {
13022          test -z "$ac_c_werror_flag" ||
13023          test ! -s conftest.err
13024        } && test -s conftest$ac_exeext &&
13025        $as_test_x conftest$ac_exeext; then
13026   case "$LIBEXT" in
13027     dll) ;;
13028     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'` ;;
13029     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13030   esac
13031 else
13032   echo "$as_me: failed program was:" >&5
13033 sed 's/^/| /' conftest.$ac_ext >&5
13034
13035
13036 fi
13037
13038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13039       conftest$ac_exeext conftest.$ac_ext
13040   LIBS=$ac_check_soname_save_LIBS
13041 fi
13042 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13043   { echo "$as_me:$LINENO: result: not found" >&5
13044 echo "${ECHO_T}not found" >&6; }
13045
13046 else
13047   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13048 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13049
13050 cat >>confdefs.h <<_ACEOF
13051 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13052 _ACEOF
13053
13054        CURSESLIBS="-lncurses"
13055 fi
13056
13057 elif test "$ac_cv_header_curses_h" = "yes"
13058 then
13059     { echo "$as_me:$LINENO: checking for -lcurses" >&5
13060 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13061 if test "${ac_cv_lib_soname_curses+set}" = set; then
13062   echo $ECHO_N "(cached) $ECHO_C" >&6
13063 else
13064   ac_check_soname_save_LIBS=$LIBS
13065 LIBS="-lcurses  $LIBS"
13066   cat >conftest.$ac_ext <<_ACEOF
13067 /* confdefs.h.  */
13068 _ACEOF
13069 cat confdefs.h >>conftest.$ac_ext
13070 cat >>conftest.$ac_ext <<_ACEOF
13071 /* end confdefs.h.  */
13072
13073 /* Override any GCC internal prototype to avoid an error.
13074    Use char because int might match the return type of a GCC
13075    builtin and then its argument prototype would still apply.  */
13076 #ifdef __cplusplus
13077 extern "C"
13078 #endif
13079 char waddch ();
13080 int
13081 main ()
13082 {
13083 return waddch ();
13084   ;
13085   return 0;
13086 }
13087 _ACEOF
13088 rm -f conftest.$ac_objext conftest$ac_exeext
13089 if { (ac_try="$ac_link"
13090 case "(($ac_try" in
13091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13092   *) ac_try_echo=$ac_try;;
13093 esac
13094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13095   (eval "$ac_link") 2>conftest.er1
13096   ac_status=$?
13097   grep -v '^ *+' conftest.er1 >conftest.err
13098   rm -f conftest.er1
13099   cat conftest.err >&5
13100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101   (exit $ac_status); } && {
13102          test -z "$ac_c_werror_flag" ||
13103          test ! -s conftest.err
13104        } && test -s conftest$ac_exeext &&
13105        $as_test_x conftest$ac_exeext; then
13106   case "$LIBEXT" in
13107     dll) ;;
13108     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'` ;;
13109     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13110   esac
13111 else
13112   echo "$as_me: failed program was:" >&5
13113 sed 's/^/| /' conftest.$ac_ext >&5
13114
13115
13116 fi
13117
13118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13119       conftest$ac_exeext conftest.$ac_ext
13120   LIBS=$ac_check_soname_save_LIBS
13121 fi
13122 if test "x$ac_cv_lib_soname_curses" = "x"; then
13123   { echo "$as_me:$LINENO: result: not found" >&5
13124 echo "${ECHO_T}not found" >&6; }
13125
13126 else
13127   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13128 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13129
13130 cat >>confdefs.h <<_ACEOF
13131 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13132 _ACEOF
13133
13134        CURSESLIBS="-lcurses"
13135 fi
13136
13137 fi
13138 ac_save_LIBS="$LIBS"
13139 LIBS="$LIBS $CURSESLIBS"
13140
13141 for ac_func in mousemask
13142 do
13143 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13144 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13145 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13146 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13147   echo $ECHO_N "(cached) $ECHO_C" >&6
13148 else
13149   cat >conftest.$ac_ext <<_ACEOF
13150 /* confdefs.h.  */
13151 _ACEOF
13152 cat confdefs.h >>conftest.$ac_ext
13153 cat >>conftest.$ac_ext <<_ACEOF
13154 /* end confdefs.h.  */
13155 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13156    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13157 #define $ac_func innocuous_$ac_func
13158
13159 /* System header to define __stub macros and hopefully few prototypes,
13160     which can conflict with char $ac_func (); below.
13161     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13162     <limits.h> exists even on freestanding compilers.  */
13163
13164 #ifdef __STDC__
13165 # include <limits.h>
13166 #else
13167 # include <assert.h>
13168 #endif
13169
13170 #undef $ac_func
13171
13172 /* Override any GCC internal prototype to avoid an error.
13173    Use char because int might match the return type of a GCC
13174    builtin and then its argument prototype would still apply.  */
13175 #ifdef __cplusplus
13176 extern "C"
13177 #endif
13178 char $ac_func ();
13179 /* The GNU C library defines this for functions which it implements
13180     to always fail with ENOSYS.  Some functions are actually named
13181     something starting with __ and the normal name is an alias.  */
13182 #if defined __stub_$ac_func || defined __stub___$ac_func
13183 choke me
13184 #endif
13185
13186 int
13187 main ()
13188 {
13189 return $ac_func ();
13190   ;
13191   return 0;
13192 }
13193 _ACEOF
13194 rm -f conftest.$ac_objext conftest$ac_exeext
13195 if { (ac_try="$ac_link"
13196 case "(($ac_try" in
13197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13198   *) ac_try_echo=$ac_try;;
13199 esac
13200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13201   (eval "$ac_link") 2>conftest.er1
13202   ac_status=$?
13203   grep -v '^ *+' conftest.er1 >conftest.err
13204   rm -f conftest.er1
13205   cat conftest.err >&5
13206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13207   (exit $ac_status); } && {
13208          test -z "$ac_c_werror_flag" ||
13209          test ! -s conftest.err
13210        } && test -s conftest$ac_exeext &&
13211        $as_test_x conftest$ac_exeext; then
13212   eval "$as_ac_var=yes"
13213 else
13214   echo "$as_me: failed program was:" >&5
13215 sed 's/^/| /' conftest.$ac_ext >&5
13216
13217         eval "$as_ac_var=no"
13218 fi
13219
13220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13221       conftest$ac_exeext conftest.$ac_ext
13222 fi
13223 ac_res=`eval echo '${'$as_ac_var'}'`
13224                { echo "$as_me:$LINENO: result: $ac_res" >&5
13225 echo "${ECHO_T}$ac_res" >&6; }
13226 if test `eval echo '${'$as_ac_var'}'` = yes; then
13227   cat >>confdefs.h <<_ACEOF
13228 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13229 _ACEOF
13230
13231 fi
13232 done
13233
13234 LIBS="$ac_save_LIBS"
13235 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13236   case "x$with_curses" in
13237   x)   wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13238   xno) ;;
13239   *)   { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13240 This is an error since --with-curses was requested." >&5
13241 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13242 This is an error since --with-curses was requested." >&2;}
13243    { (exit 1); exit 1; }; } ;;
13244 esac
13245 fi
13246
13247
13248 # Extract the first word of "sane-config", so it can be a program name with args.
13249 set dummy sane-config; ac_word=$2
13250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13252 if test "${ac_cv_prog_sane_devel+set}" = set; then
13253   echo $ECHO_N "(cached) $ECHO_C" >&6
13254 else
13255   if test -n "$sane_devel"; then
13256   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13257 else
13258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13259 for as_dir in $PATH
13260 do
13261   IFS=$as_save_IFS
13262   test -z "$as_dir" && as_dir=.
13263   for ac_exec_ext in '' $ac_executable_extensions; do
13264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13265     ac_cv_prog_sane_devel="sane-config"
13266     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13267     break 2
13268   fi
13269 done
13270 done
13271 IFS=$as_save_IFS
13272
13273   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13274 fi
13275 fi
13276 sane_devel=$ac_cv_prog_sane_devel
13277 if test -n "$sane_devel"; then
13278   { echo "$as_me:$LINENO: result: $sane_devel" >&5
13279 echo "${ECHO_T}$sane_devel" >&6; }
13280 else
13281   { echo "$as_me:$LINENO: result: no" >&5
13282 echo "${ECHO_T}no" >&6; }
13283 fi
13284
13285
13286 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13287 then
13288     ac_sane_incl="`$sane_devel --cflags`"
13289     ac_sane_libs="`$sane_devel --ldflags`"
13290     ac_save_CPPFLAGS="$CPPFLAGS"
13291     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13292     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13293   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13294 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13295 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13296   echo $ECHO_N "(cached) $ECHO_C" >&6
13297 fi
13298 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13299 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13300 else
13301   # Is the header compilable?
13302 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13303 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13304 cat >conftest.$ac_ext <<_ACEOF
13305 /* confdefs.h.  */
13306 _ACEOF
13307 cat confdefs.h >>conftest.$ac_ext
13308 cat >>conftest.$ac_ext <<_ACEOF
13309 /* end confdefs.h.  */
13310 $ac_includes_default
13311 #include <sane/sane.h>
13312 _ACEOF
13313 rm -f conftest.$ac_objext
13314 if { (ac_try="$ac_compile"
13315 case "(($ac_try" in
13316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13317   *) ac_try_echo=$ac_try;;
13318 esac
13319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13320   (eval "$ac_compile") 2>conftest.er1
13321   ac_status=$?
13322   grep -v '^ *+' conftest.er1 >conftest.err
13323   rm -f conftest.er1
13324   cat conftest.err >&5
13325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13326   (exit $ac_status); } && {
13327          test -z "$ac_c_werror_flag" ||
13328          test ! -s conftest.err
13329        } && test -s conftest.$ac_objext; then
13330   ac_header_compiler=yes
13331 else
13332   echo "$as_me: failed program was:" >&5
13333 sed 's/^/| /' conftest.$ac_ext >&5
13334
13335         ac_header_compiler=no
13336 fi
13337
13338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13339 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13340 echo "${ECHO_T}$ac_header_compiler" >&6; }
13341
13342 # Is the header present?
13343 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13344 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13345 cat >conftest.$ac_ext <<_ACEOF
13346 /* confdefs.h.  */
13347 _ACEOF
13348 cat confdefs.h >>conftest.$ac_ext
13349 cat >>conftest.$ac_ext <<_ACEOF
13350 /* end confdefs.h.  */
13351 #include <sane/sane.h>
13352 _ACEOF
13353 if { (ac_try="$ac_cpp conftest.$ac_ext"
13354 case "(($ac_try" in
13355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13356   *) ac_try_echo=$ac_try;;
13357 esac
13358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13359   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13360   ac_status=$?
13361   grep -v '^ *+' conftest.er1 >conftest.err
13362   rm -f conftest.er1
13363   cat conftest.err >&5
13364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13365   (exit $ac_status); } >/dev/null && {
13366          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13367          test ! -s conftest.err
13368        }; then
13369   ac_header_preproc=yes
13370 else
13371   echo "$as_me: failed program was:" >&5
13372 sed 's/^/| /' conftest.$ac_ext >&5
13373
13374   ac_header_preproc=no
13375 fi
13376
13377 rm -f conftest.err conftest.$ac_ext
13378 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13379 echo "${ECHO_T}$ac_header_preproc" >&6; }
13380
13381 # So?  What about this header?
13382 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13383   yes:no: )
13384     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13385 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13386     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13387 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13388     ac_header_preproc=yes
13389     ;;
13390   no:yes:* )
13391     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13392 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13393     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13394 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13395     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13396 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13397     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13398 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13399     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13400 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13401     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13402 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13403     ( cat <<\_ASBOX
13404 ## ------------------------------------ ##
13405 ## Report this to wine-devel@winehq.org ##
13406 ## ------------------------------------ ##
13407 _ASBOX
13408      ) | sed "s/^/$as_me: WARNING:     /" >&2
13409     ;;
13410 esac
13411 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13412 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13413 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13414   echo $ECHO_N "(cached) $ECHO_C" >&6
13415 else
13416   ac_cv_header_sane_sane_h=$ac_header_preproc
13417 fi
13418 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13419 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13420
13421 fi
13422 if test $ac_cv_header_sane_sane_h = yes; then
13423   { echo "$as_me:$LINENO: checking for -lsane" >&5
13424 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13425 if test "${ac_cv_lib_soname_sane+set}" = set; then
13426   echo $ECHO_N "(cached) $ECHO_C" >&6
13427 else
13428   ac_check_soname_save_LIBS=$LIBS
13429 LIBS="-lsane $ac_sane_libs $LIBS"
13430   cat >conftest.$ac_ext <<_ACEOF
13431 /* confdefs.h.  */
13432 _ACEOF
13433 cat confdefs.h >>conftest.$ac_ext
13434 cat >>conftest.$ac_ext <<_ACEOF
13435 /* end confdefs.h.  */
13436
13437 /* Override any GCC internal prototype to avoid an error.
13438    Use char because int might match the return type of a GCC
13439    builtin and then its argument prototype would still apply.  */
13440 #ifdef __cplusplus
13441 extern "C"
13442 #endif
13443 char sane_init ();
13444 int
13445 main ()
13446 {
13447 return sane_init ();
13448   ;
13449   return 0;
13450 }
13451 _ACEOF
13452 rm -f conftest.$ac_objext conftest$ac_exeext
13453 if { (ac_try="$ac_link"
13454 case "(($ac_try" in
13455   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13456   *) ac_try_echo=$ac_try;;
13457 esac
13458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13459   (eval "$ac_link") 2>conftest.er1
13460   ac_status=$?
13461   grep -v '^ *+' conftest.er1 >conftest.err
13462   rm -f conftest.er1
13463   cat conftest.err >&5
13464   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465   (exit $ac_status); } && {
13466          test -z "$ac_c_werror_flag" ||
13467          test ! -s conftest.err
13468        } && test -s conftest$ac_exeext &&
13469        $as_test_x conftest$ac_exeext; then
13470   case "$LIBEXT" in
13471     dll) ;;
13472     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'` ;;
13473     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13474   esac
13475 else
13476   echo "$as_me: failed program was:" >&5
13477 sed 's/^/| /' conftest.$ac_ext >&5
13478
13479
13480 fi
13481
13482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13483       conftest$ac_exeext conftest.$ac_ext
13484   LIBS=$ac_check_soname_save_LIBS
13485 fi
13486 if test "x$ac_cv_lib_soname_sane" = "x"; then
13487   { echo "$as_me:$LINENO: result: not found" >&5
13488 echo "${ECHO_T}not found" >&6; }
13489
13490 else
13491   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13492 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13493
13494 cat >>confdefs.h <<_ACEOF
13495 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13496 _ACEOF
13497
13498        SANEINCL="$ac_sane_incl"
13499
13500 fi
13501
13502 fi
13503
13504
13505     CPPFLAGS="$ac_save_CPPFLAGS"
13506 fi
13507 if test "x$ac_cv_lib_soname_sane" = "x"; then
13508   case "x$with_sane" in
13509   x)   wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13510   xno) ;;
13511   *)   { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13512 This is an error since --with-sane was requested." >&5
13513 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13514 This is an error since --with-sane was requested." >&2;}
13515    { (exit 1); exit 1; }; } ;;
13516 esac
13517 fi
13518
13519
13520 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13521 set dummy gphoto2-config; ac_word=$2
13522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13524 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13525   echo $ECHO_N "(cached) $ECHO_C" >&6
13526 else
13527   if test -n "$gphoto2_devel"; then
13528   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13529 else
13530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13531 for as_dir in $PATH
13532 do
13533   IFS=$as_save_IFS
13534   test -z "$as_dir" && as_dir=.
13535   for ac_exec_ext in '' $ac_executable_extensions; do
13536   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13537     ac_cv_prog_gphoto2_devel="gphoto2-config"
13538     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13539     break 2
13540   fi
13541 done
13542 done
13543 IFS=$as_save_IFS
13544
13545   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13546 fi
13547 fi
13548 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13549 if test -n "$gphoto2_devel"; then
13550   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13551 echo "${ECHO_T}$gphoto2_devel" >&6; }
13552 else
13553   { echo "$as_me:$LINENO: result: no" >&5
13554 echo "${ECHO_T}no" >&6; }
13555 fi
13556
13557
13558 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13559 set dummy gphoto2-port-config; ac_word=$2
13560 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13562 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13563   echo $ECHO_N "(cached) $ECHO_C" >&6
13564 else
13565   if test -n "$gphoto2port_devel"; then
13566   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13567 else
13568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13569 for as_dir in $PATH
13570 do
13571   IFS=$as_save_IFS
13572   test -z "$as_dir" && as_dir=.
13573   for ac_exec_ext in '' $ac_executable_extensions; do
13574   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13575     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13576     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13577     break 2
13578   fi
13579 done
13580 done
13581 IFS=$as_save_IFS
13582
13583   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13584 fi
13585 fi
13586 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13587 if test -n "$gphoto2port_devel"; then
13588   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13589 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13590 else
13591   { echo "$as_me:$LINENO: result: no" >&5
13592 echo "${ECHO_T}no" >&6; }
13593 fi
13594
13595
13596 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13597 then
13598     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13599     ac_gphoto2_libs=""
13600     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13601     do
13602       case "$i" in
13603         -L/usr/lib|-L/usr/lib64) ;;
13604         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13605       esac
13606     done
13607     ac_save_CPPFLAGS="$CPPFLAGS"
13608     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13609     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13610   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13611 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13612 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13613   echo $ECHO_N "(cached) $ECHO_C" >&6
13614 fi
13615 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13616 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13617 else
13618   # Is the header compilable?
13619 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13620 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13621 cat >conftest.$ac_ext <<_ACEOF
13622 /* confdefs.h.  */
13623 _ACEOF
13624 cat confdefs.h >>conftest.$ac_ext
13625 cat >>conftest.$ac_ext <<_ACEOF
13626 /* end confdefs.h.  */
13627 $ac_includes_default
13628 #include <gphoto2-camera.h>
13629 _ACEOF
13630 rm -f conftest.$ac_objext
13631 if { (ac_try="$ac_compile"
13632 case "(($ac_try" in
13633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13634   *) ac_try_echo=$ac_try;;
13635 esac
13636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13637   (eval "$ac_compile") 2>conftest.er1
13638   ac_status=$?
13639   grep -v '^ *+' conftest.er1 >conftest.err
13640   rm -f conftest.er1
13641   cat conftest.err >&5
13642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643   (exit $ac_status); } && {
13644          test -z "$ac_c_werror_flag" ||
13645          test ! -s conftest.err
13646        } && test -s conftest.$ac_objext; then
13647   ac_header_compiler=yes
13648 else
13649   echo "$as_me: failed program was:" >&5
13650 sed 's/^/| /' conftest.$ac_ext >&5
13651
13652         ac_header_compiler=no
13653 fi
13654
13655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13656 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13657 echo "${ECHO_T}$ac_header_compiler" >&6; }
13658
13659 # Is the header present?
13660 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13661 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13662 cat >conftest.$ac_ext <<_ACEOF
13663 /* confdefs.h.  */
13664 _ACEOF
13665 cat confdefs.h >>conftest.$ac_ext
13666 cat >>conftest.$ac_ext <<_ACEOF
13667 /* end confdefs.h.  */
13668 #include <gphoto2-camera.h>
13669 _ACEOF
13670 if { (ac_try="$ac_cpp conftest.$ac_ext"
13671 case "(($ac_try" in
13672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13673   *) ac_try_echo=$ac_try;;
13674 esac
13675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13676   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13677   ac_status=$?
13678   grep -v '^ *+' conftest.er1 >conftest.err
13679   rm -f conftest.er1
13680   cat conftest.err >&5
13681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13682   (exit $ac_status); } >/dev/null && {
13683          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13684          test ! -s conftest.err
13685        }; then
13686   ac_header_preproc=yes
13687 else
13688   echo "$as_me: failed program was:" >&5
13689 sed 's/^/| /' conftest.$ac_ext >&5
13690
13691   ac_header_preproc=no
13692 fi
13693
13694 rm -f conftest.err conftest.$ac_ext
13695 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13696 echo "${ECHO_T}$ac_header_preproc" >&6; }
13697
13698 # So?  What about this header?
13699 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13700   yes:no: )
13701     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13702 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13703     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13704 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13705     ac_header_preproc=yes
13706     ;;
13707   no:yes:* )
13708     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13709 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13710     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
13711 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
13712     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13713 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13714     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
13715 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13716     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13717 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13718     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13719 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13720     ( cat <<\_ASBOX
13721 ## ------------------------------------ ##
13722 ## Report this to wine-devel@winehq.org ##
13723 ## ------------------------------------ ##
13724 _ASBOX
13725      ) | sed "s/^/$as_me: WARNING:     /" >&2
13726     ;;
13727 esac
13728 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13729 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13730 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13731   echo $ECHO_N "(cached) $ECHO_C" >&6
13732 else
13733   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13734 fi
13735 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13736 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13737
13738 fi
13739 if test $ac_cv_header_gphoto2_camera_h = yes; then
13740   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13741 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13742 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13743   echo $ECHO_N "(cached) $ECHO_C" >&6
13744 else
13745   ac_check_lib_save_LIBS=$LIBS
13746 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13747 cat >conftest.$ac_ext <<_ACEOF
13748 /* confdefs.h.  */
13749 _ACEOF
13750 cat confdefs.h >>conftest.$ac_ext
13751 cat >>conftest.$ac_ext <<_ACEOF
13752 /* end confdefs.h.  */
13753
13754 /* Override any GCC internal prototype to avoid an error.
13755    Use char because int might match the return type of a GCC
13756    builtin and then its argument prototype would still apply.  */
13757 #ifdef __cplusplus
13758 extern "C"
13759 #endif
13760 char gp_camera_new ();
13761 int
13762 main ()
13763 {
13764 return gp_camera_new ();
13765   ;
13766   return 0;
13767 }
13768 _ACEOF
13769 rm -f conftest.$ac_objext conftest$ac_exeext
13770 if { (ac_try="$ac_link"
13771 case "(($ac_try" in
13772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13773   *) ac_try_echo=$ac_try;;
13774 esac
13775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13776   (eval "$ac_link") 2>conftest.er1
13777   ac_status=$?
13778   grep -v '^ *+' conftest.er1 >conftest.err
13779   rm -f conftest.er1
13780   cat conftest.err >&5
13781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782   (exit $ac_status); } && {
13783          test -z "$ac_c_werror_flag" ||
13784          test ! -s conftest.err
13785        } && test -s conftest$ac_exeext &&
13786        $as_test_x conftest$ac_exeext; then
13787   ac_cv_lib_gphoto2_gp_camera_new=yes
13788 else
13789   echo "$as_me: failed program was:" >&5
13790 sed 's/^/| /' conftest.$ac_ext >&5
13791
13792         ac_cv_lib_gphoto2_gp_camera_new=no
13793 fi
13794
13795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13796       conftest$ac_exeext conftest.$ac_ext
13797 LIBS=$ac_check_lib_save_LIBS
13798 fi
13799 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13800 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13801 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13802
13803 cat >>confdefs.h <<\_ACEOF
13804 #define HAVE_GPHOTO2 1
13805 _ACEOF
13806
13807                                    GPHOTO2LIBS="$ac_gphoto2_libs"
13808
13809                                    GPHOTO2INCL="$ac_gphoto2_incl"
13810
13811 fi
13812
13813 fi
13814
13815
13816     CPPFLAGS="$ac_save_CPPFLAGS"
13817 fi
13818 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13819   case "x$with_gphoto" in
13820   x)   wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13821   xno) ;;
13822   *)   { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13823 This is an error since --with-gphoto was requested." >&5
13824 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13825 This is an error since --with-gphoto was requested." >&2;}
13826    { (exit 1); exit 1; }; } ;;
13827 esac
13828 fi
13829
13830
13831
13832 RESOLVLIBS=""
13833
13834 if test "$ac_cv_header_resolv_h" = "yes"
13835 then
13836     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13837 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13838 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13839   echo $ECHO_N "(cached) $ECHO_C" >&6
13840 else
13841   ac_check_lib_save_LIBS=$LIBS
13842 LIBS="-lresolv  $LIBS"
13843 cat >conftest.$ac_ext <<_ACEOF
13844 /* confdefs.h.  */
13845 _ACEOF
13846 cat confdefs.h >>conftest.$ac_ext
13847 cat >>conftest.$ac_ext <<_ACEOF
13848 /* end confdefs.h.  */
13849
13850 /* Override any GCC internal prototype to avoid an error.
13851    Use char because int might match the return type of a GCC
13852    builtin and then its argument prototype would still apply.  */
13853 #ifdef __cplusplus
13854 extern "C"
13855 #endif
13856 char res_query ();
13857 int
13858 main ()
13859 {
13860 return res_query ();
13861   ;
13862   return 0;
13863 }
13864 _ACEOF
13865 rm -f conftest.$ac_objext conftest$ac_exeext
13866 if { (ac_try="$ac_link"
13867 case "(($ac_try" in
13868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13869   *) ac_try_echo=$ac_try;;
13870 esac
13871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13872   (eval "$ac_link") 2>conftest.er1
13873   ac_status=$?
13874   grep -v '^ *+' conftest.er1 >conftest.err
13875   rm -f conftest.er1
13876   cat conftest.err >&5
13877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878   (exit $ac_status); } && {
13879          test -z "$ac_c_werror_flag" ||
13880          test ! -s conftest.err
13881        } && test -s conftest$ac_exeext &&
13882        $as_test_x conftest$ac_exeext; then
13883   ac_cv_lib_resolv_res_query=yes
13884 else
13885   echo "$as_me: failed program was:" >&5
13886 sed 's/^/| /' conftest.$ac_ext >&5
13887
13888         ac_cv_lib_resolv_res_query=no
13889 fi
13890
13891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13892       conftest$ac_exeext conftest.$ac_ext
13893 LIBS=$ac_check_lib_save_LIBS
13894 fi
13895 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13896 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13897 if test $ac_cv_lib_resolv_res_query = yes; then
13898
13899 cat >>confdefs.h <<\_ACEOF
13900 #define HAVE_RESOLV 1
13901 _ACEOF
13902
13903          RESOLVLIBS="-lresolv"
13904 fi
13905
13906 fi
13907
13908 LCMSLIBS=""
13909
13910 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13911 then
13912     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13913 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13914 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13915   echo $ECHO_N "(cached) $ECHO_C" >&6
13916 else
13917   ac_check_lib_save_LIBS=$LIBS
13918 LIBS="-llcms  $LIBS"
13919 cat >conftest.$ac_ext <<_ACEOF
13920 /* confdefs.h.  */
13921 _ACEOF
13922 cat confdefs.h >>conftest.$ac_ext
13923 cat >>conftest.$ac_ext <<_ACEOF
13924 /* end confdefs.h.  */
13925
13926 /* Override any GCC internal prototype to avoid an error.
13927    Use char because int might match the return type of a GCC
13928    builtin and then its argument prototype would still apply.  */
13929 #ifdef __cplusplus
13930 extern "C"
13931 #endif
13932 char cmsOpenProfileFromFile ();
13933 int
13934 main ()
13935 {
13936 return cmsOpenProfileFromFile ();
13937   ;
13938   return 0;
13939 }
13940 _ACEOF
13941 rm -f conftest.$ac_objext conftest$ac_exeext
13942 if { (ac_try="$ac_link"
13943 case "(($ac_try" in
13944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13945   *) ac_try_echo=$ac_try;;
13946 esac
13947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13948   (eval "$ac_link") 2>conftest.er1
13949   ac_status=$?
13950   grep -v '^ *+' conftest.er1 >conftest.err
13951   rm -f conftest.er1
13952   cat conftest.err >&5
13953   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954   (exit $ac_status); } && {
13955          test -z "$ac_c_werror_flag" ||
13956          test ! -s conftest.err
13957        } && test -s conftest$ac_exeext &&
13958        $as_test_x conftest$ac_exeext; then
13959   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13960 else
13961   echo "$as_me: failed program was:" >&5
13962 sed 's/^/| /' conftest.$ac_ext >&5
13963
13964         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13965 fi
13966
13967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13968       conftest$ac_exeext conftest.$ac_ext
13969 LIBS=$ac_check_lib_save_LIBS
13970 fi
13971 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13972 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13973 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13974
13975 cat >>confdefs.h <<\_ACEOF
13976 #define HAVE_LCMS 1
13977 _ACEOF
13978
13979          LCMSLIBS="-llcms"
13980 fi
13981
13982 fi
13983 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13984   case "x$with_cms" in
13985   x)   wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13986   xno) ;;
13987   *)   { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13988 This is an error since --with-cms was requested." >&5
13989 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13990 This is an error since --with-cms was requested." >&2;}
13991    { (exit 1); exit 1; }; } ;;
13992 esac
13993 fi
13994
13995
13996 for ac_prog in freetype-config freetype2-config
13997 do
13998   # Extract the first word of "$ac_prog", so it can be a program name with args.
13999 set dummy $ac_prog; ac_word=$2
14000 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14002 if test "${ac_cv_prog_ft_devel+set}" = set; then
14003   echo $ECHO_N "(cached) $ECHO_C" >&6
14004 else
14005   if test -n "$ft_devel"; then
14006   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14007 else
14008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14009 for as_dir in $PATH
14010 do
14011   IFS=$as_save_IFS
14012   test -z "$as_dir" && as_dir=.
14013   for ac_exec_ext in '' $ac_executable_extensions; do
14014   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14015     ac_cv_prog_ft_devel="$ac_prog"
14016     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14017     break 2
14018   fi
14019 done
14020 done
14021 IFS=$as_save_IFS
14022
14023 fi
14024 fi
14025 ft_devel=$ac_cv_prog_ft_devel
14026 if test -n "$ft_devel"; then
14027   { echo "$as_me:$LINENO: result: $ft_devel" >&5
14028 echo "${ECHO_T}$ft_devel" >&6; }
14029 else
14030   { echo "$as_me:$LINENO: result: no" >&5
14031 echo "${ECHO_T}no" >&6; }
14032 fi
14033
14034
14035   test -n "$ft_devel" && break
14036 done
14037 test -n "$ft_devel" || ft_devel="false"
14038
14039 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14040 then
14041     ac_freetype_libs=`$ft_devel --libs`
14042     ac_freetype_incl=`$ft_devel --cflags`
14043     { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14044 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14045 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14046   echo $ECHO_N "(cached) $ECHO_C" >&6
14047 else
14048   ac_check_soname_save_LIBS=$LIBS
14049 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14050   cat >conftest.$ac_ext <<_ACEOF
14051 /* confdefs.h.  */
14052 _ACEOF
14053 cat confdefs.h >>conftest.$ac_ext
14054 cat >>conftest.$ac_ext <<_ACEOF
14055 /* end confdefs.h.  */
14056
14057 /* Override any GCC internal prototype to avoid an error.
14058    Use char because int might match the return type of a GCC
14059    builtin and then its argument prototype would still apply.  */
14060 #ifdef __cplusplus
14061 extern "C"
14062 #endif
14063 char FT_Init_FreeType ();
14064 int
14065 main ()
14066 {
14067 return FT_Init_FreeType ();
14068   ;
14069   return 0;
14070 }
14071 _ACEOF
14072 rm -f conftest.$ac_objext conftest$ac_exeext
14073 if { (ac_try="$ac_link"
14074 case "(($ac_try" in
14075   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14076   *) ac_try_echo=$ac_try;;
14077 esac
14078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14079   (eval "$ac_link") 2>conftest.er1
14080   ac_status=$?
14081   grep -v '^ *+' conftest.er1 >conftest.err
14082   rm -f conftest.er1
14083   cat conftest.err >&5
14084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14085   (exit $ac_status); } && {
14086          test -z "$ac_c_werror_flag" ||
14087          test ! -s conftest.err
14088        } && test -s conftest$ac_exeext &&
14089        $as_test_x conftest$ac_exeext; then
14090   case "$LIBEXT" in
14091     dll) ;;
14092     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'` ;;
14093     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14094   esac
14095 else
14096   echo "$as_me: failed program was:" >&5
14097 sed 's/^/| /' conftest.$ac_ext >&5
14098
14099
14100 fi
14101
14102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14103       conftest$ac_exeext conftest.$ac_ext
14104   LIBS=$ac_check_soname_save_LIBS
14105 fi
14106 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14107   { echo "$as_me:$LINENO: result: not found" >&5
14108 echo "${ECHO_T}not found" >&6; }
14109        ft_lib=no
14110 else
14111   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14112 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14113
14114 cat >>confdefs.h <<_ACEOF
14115 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14116 _ACEOF
14117
14118        ft_lib=yes
14119 fi
14120
14121     if test "$ft_lib" = "yes"
14122     then
14123         ac_save_CPPFLAGS="$CPPFLAGS"
14124         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14125
14126
14127
14128
14129
14130
14131
14132
14133
14134
14135
14136
14137 for ac_header in ft2build.h \
14138                          freetype/freetype.h \
14139                          freetype/ftglyph.h \
14140                          freetype/fttypes.h \
14141                          freetype/tttables.h \
14142                          freetype/ftnames.h \
14143                          freetype/ftsnames.h \
14144                          freetype/ttnameid.h \
14145                          freetype/ftoutln.h \
14146                          freetype/ftwinfnt.h \
14147                          freetype/ftmodapi.h \
14148                          freetype/internal/sfnt.h
14149 do
14150 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14151 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14152 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14153 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14154   echo $ECHO_N "(cached) $ECHO_C" >&6
14155 else
14156   cat >conftest.$ac_ext <<_ACEOF
14157 /* confdefs.h.  */
14158 _ACEOF
14159 cat confdefs.h >>conftest.$ac_ext
14160 cat >>conftest.$ac_ext <<_ACEOF
14161 /* end confdefs.h.  */
14162 #ifdef HAVE_FT2BUILD_H
14163                           # include <ft2build.h>
14164                           #endif
14165
14166 #include <$ac_header>
14167 _ACEOF
14168 rm -f conftest.$ac_objext
14169 if { (ac_try="$ac_compile"
14170 case "(($ac_try" in
14171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14172   *) ac_try_echo=$ac_try;;
14173 esac
14174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14175   (eval "$ac_compile") 2>conftest.er1
14176   ac_status=$?
14177   grep -v '^ *+' conftest.er1 >conftest.err
14178   rm -f conftest.er1
14179   cat conftest.err >&5
14180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181   (exit $ac_status); } && {
14182          test -z "$ac_c_werror_flag" ||
14183          test ! -s conftest.err
14184        } && test -s conftest.$ac_objext; then
14185   eval "$as_ac_Header=yes"
14186 else
14187   echo "$as_me: failed program was:" >&5
14188 sed 's/^/| /' conftest.$ac_ext >&5
14189
14190         eval "$as_ac_Header=no"
14191 fi
14192
14193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14194 fi
14195 ac_res=`eval echo '${'$as_ac_Header'}'`
14196                { echo "$as_me:$LINENO: result: $ac_res" >&5
14197 echo "${ECHO_T}$ac_res" >&6; }
14198 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14199   cat >>confdefs.h <<_ACEOF
14200 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14201 _ACEOF
14202
14203 fi
14204
14205 done
14206
14207         cat >conftest.$ac_ext <<_ACEOF
14208 /* confdefs.h.  */
14209 _ACEOF
14210 cat confdefs.h >>conftest.$ac_ext
14211 cat >>conftest.$ac_ext <<_ACEOF
14212 /* end confdefs.h.  */
14213 #include <ft2build.h>
14214                     #include <freetype/fttrigon.h>
14215 _ACEOF
14216 if { (ac_try="$ac_cpp conftest.$ac_ext"
14217 case "(($ac_try" in
14218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14219   *) ac_try_echo=$ac_try;;
14220 esac
14221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14222   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14223   ac_status=$?
14224   grep -v '^ *+' conftest.er1 >conftest.err
14225   rm -f conftest.er1
14226   cat conftest.err >&5
14227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14228   (exit $ac_status); } >/dev/null && {
14229          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14230          test ! -s conftest.err
14231        }; then
14232
14233 cat >>confdefs.h <<\_ACEOF
14234 #define HAVE_FREETYPE_FTTRIGON_H 1
14235 _ACEOF
14236
14237                     wine_cv_fttrigon=yes
14238 else
14239   echo "$as_me: failed program was:" >&5
14240 sed 's/^/| /' conftest.$ac_ext >&5
14241
14242   wine_cv_fttrigon=no
14243 fi
14244
14245 rm -f conftest.err conftest.$ac_ext
14246         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14247 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14248 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14249   echo $ECHO_N "(cached) $ECHO_C" >&6
14250 else
14251   cat >conftest.$ac_ext <<_ACEOF
14252 /* confdefs.h.  */
14253 _ACEOF
14254 cat confdefs.h >>conftest.$ac_ext
14255 cat >>conftest.$ac_ext <<_ACEOF
14256 /* end confdefs.h.  */
14257 #include <freetype/ftmodapi.h>
14258
14259 typedef FT_TrueTypeEngineType ac__type_new_;
14260 int
14261 main ()
14262 {
14263 if ((ac__type_new_ *) 0)
14264   return 0;
14265 if (sizeof (ac__type_new_))
14266   return 0;
14267   ;
14268   return 0;
14269 }
14270 _ACEOF
14271 rm -f conftest.$ac_objext
14272 if { (ac_try="$ac_compile"
14273 case "(($ac_try" in
14274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14275   *) ac_try_echo=$ac_try;;
14276 esac
14277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14278   (eval "$ac_compile") 2>conftest.er1
14279   ac_status=$?
14280   grep -v '^ *+' conftest.er1 >conftest.err
14281   rm -f conftest.er1
14282   cat conftest.err >&5
14283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14284   (exit $ac_status); } && {
14285          test -z "$ac_c_werror_flag" ||
14286          test ! -s conftest.err
14287        } && test -s conftest.$ac_objext; then
14288   ac_cv_type_FT_TrueTypeEngineType=yes
14289 else
14290   echo "$as_me: failed program was:" >&5
14291 sed 's/^/| /' conftest.$ac_ext >&5
14292
14293         ac_cv_type_FT_TrueTypeEngineType=no
14294 fi
14295
14296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14297 fi
14298 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14299 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14300 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14301
14302 cat >>confdefs.h <<_ACEOF
14303 #define HAVE_FT_TRUETYPEENGINETYPE 1
14304 _ACEOF
14305
14306
14307 fi
14308
14309         ac_save_CFLAGS="$CFLAGS"
14310         CFLAGS="$CFLAGS $ac_freetype_libs"
14311
14312 for ac_func in FT_Load_Sfnt_Table
14313 do
14314 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14315 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14316 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14317 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14318   echo $ECHO_N "(cached) $ECHO_C" >&6
14319 else
14320   cat >conftest.$ac_ext <<_ACEOF
14321 /* confdefs.h.  */
14322 _ACEOF
14323 cat confdefs.h >>conftest.$ac_ext
14324 cat >>conftest.$ac_ext <<_ACEOF
14325 /* end confdefs.h.  */
14326 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14327    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14328 #define $ac_func innocuous_$ac_func
14329
14330 /* System header to define __stub macros and hopefully few prototypes,
14331     which can conflict with char $ac_func (); below.
14332     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14333     <limits.h> exists even on freestanding compilers.  */
14334
14335 #ifdef __STDC__
14336 # include <limits.h>
14337 #else
14338 # include <assert.h>
14339 #endif
14340
14341 #undef $ac_func
14342
14343 /* Override any GCC internal prototype to avoid an error.
14344    Use char because int might match the return type of a GCC
14345    builtin and then its argument prototype would still apply.  */
14346 #ifdef __cplusplus
14347 extern "C"
14348 #endif
14349 char $ac_func ();
14350 /* The GNU C library defines this for functions which it implements
14351     to always fail with ENOSYS.  Some functions are actually named
14352     something starting with __ and the normal name is an alias.  */
14353 #if defined __stub_$ac_func || defined __stub___$ac_func
14354 choke me
14355 #endif
14356
14357 int
14358 main ()
14359 {
14360 return $ac_func ();
14361   ;
14362   return 0;
14363 }
14364 _ACEOF
14365 rm -f conftest.$ac_objext conftest$ac_exeext
14366 if { (ac_try="$ac_link"
14367 case "(($ac_try" in
14368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14369   *) ac_try_echo=$ac_try;;
14370 esac
14371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14372   (eval "$ac_link") 2>conftest.er1
14373   ac_status=$?
14374   grep -v '^ *+' conftest.er1 >conftest.err
14375   rm -f conftest.er1
14376   cat conftest.err >&5
14377   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14378   (exit $ac_status); } && {
14379          test -z "$ac_c_werror_flag" ||
14380          test ! -s conftest.err
14381        } && test -s conftest$ac_exeext &&
14382        $as_test_x conftest$ac_exeext; then
14383   eval "$as_ac_var=yes"
14384 else
14385   echo "$as_me: failed program was:" >&5
14386 sed 's/^/| /' conftest.$ac_ext >&5
14387
14388         eval "$as_ac_var=no"
14389 fi
14390
14391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14392       conftest$ac_exeext conftest.$ac_ext
14393 fi
14394 ac_res=`eval echo '${'$as_ac_var'}'`
14395                { echo "$as_me:$LINENO: result: $ac_res" >&5
14396 echo "${ECHO_T}$ac_res" >&6; }
14397 if test `eval echo '${'$as_ac_var'}'` = yes; then
14398   cat >>confdefs.h <<_ACEOF
14399 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14400 _ACEOF
14401
14402 fi
14403 done
14404
14405         CFLAGS="$ac_save_CFLAGS"
14406         CPPFLAGS="$ac_save_CPPFLAGS"
14407                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14408         then
14409
14410 cat >>confdefs.h <<\_ACEOF
14411 #define HAVE_FREETYPE 1
14412 _ACEOF
14413
14414             FREETYPELIBS="$ac_freetype_libs"
14415
14416             FREETYPEINCL="$ac_freetype_incl"
14417
14418         fi
14419     fi
14420 fi
14421 if test "x$FREETYPELIBS" = "x"; then
14422   case "x$with_freetype" in
14423   xno) ;;
14424   *)   { { echo "$as_me:$LINENO: error: FreeType development files not found.
14425 Fonts will not be built. Dialog text may be invisible or unaligned.
14426 Use the --without-freetype option if you really want this." >&5
14427 echo "$as_me: error: FreeType development files not found.
14428 Fonts will not be built. Dialog text may be invisible or unaligned.
14429 Use the --without-freetype option if you really want this." >&2;}
14430    { (exit 1); exit 1; }; } ;;
14431 esac
14432 fi
14433
14434 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14435
14436 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14437 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14438 if test "${ac_cv_c_ppdev+set}" = set; then
14439   echo $ECHO_N "(cached) $ECHO_C" >&6
14440 else
14441   cat >conftest.$ac_ext <<_ACEOF
14442 /* confdefs.h.  */
14443 _ACEOF
14444 cat confdefs.h >>conftest.$ac_ext
14445 cat >>conftest.$ac_ext <<_ACEOF
14446 /* end confdefs.h.  */
14447 #include <linux/ppdev.h>
14448 int
14449 main ()
14450 {
14451 ioctl (1,PPCLAIM,0)
14452   ;
14453   return 0;
14454 }
14455 _ACEOF
14456 rm -f conftest.$ac_objext
14457 if { (ac_try="$ac_compile"
14458 case "(($ac_try" in
14459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14460   *) ac_try_echo=$ac_try;;
14461 esac
14462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14463   (eval "$ac_compile") 2>conftest.er1
14464   ac_status=$?
14465   grep -v '^ *+' conftest.er1 >conftest.err
14466   rm -f conftest.er1
14467   cat conftest.err >&5
14468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14469   (exit $ac_status); } && {
14470          test -z "$ac_c_werror_flag" ||
14471          test ! -s conftest.err
14472        } && test -s conftest.$ac_objext; then
14473   ac_cv_c_ppdev="yes"
14474 else
14475   echo "$as_me: failed program was:" >&5
14476 sed 's/^/| /' conftest.$ac_ext >&5
14477
14478         ac_cv_c_ppdev="no"
14479 fi
14480
14481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14482 fi
14483 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14484 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14485 if test "$ac_cv_c_ppdev" = "yes"
14486 then
14487
14488 cat >>confdefs.h <<\_ACEOF
14489 #define HAVE_PPDEV 1
14490 _ACEOF
14491
14492 fi
14493
14494 { echo "$as_me:$LINENO: checking for va_copy" >&5
14495 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14496 if test "${ac_cv_c_va_copy+set}" = set; then
14497   echo $ECHO_N "(cached) $ECHO_C" >&6
14498 else
14499   cat >conftest.$ac_ext <<_ACEOF
14500 /* confdefs.h.  */
14501 _ACEOF
14502 cat confdefs.h >>conftest.$ac_ext
14503 cat >>conftest.$ac_ext <<_ACEOF
14504 /* end confdefs.h.  */
14505 #include <stdarg.h>
14506 int
14507 main ()
14508 {
14509 va_list ap1, ap2; va_copy(ap1,ap2);
14510   ;
14511   return 0;
14512 }
14513 _ACEOF
14514 rm -f conftest.$ac_objext conftest$ac_exeext
14515 if { (ac_try="$ac_link"
14516 case "(($ac_try" in
14517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14518   *) ac_try_echo=$ac_try;;
14519 esac
14520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14521   (eval "$ac_link") 2>conftest.er1
14522   ac_status=$?
14523   grep -v '^ *+' conftest.er1 >conftest.err
14524   rm -f conftest.er1
14525   cat conftest.err >&5
14526   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14527   (exit $ac_status); } && {
14528          test -z "$ac_c_werror_flag" ||
14529          test ! -s conftest.err
14530        } && test -s conftest$ac_exeext &&
14531        $as_test_x conftest$ac_exeext; then
14532   ac_cv_c_va_copy="yes"
14533 else
14534   echo "$as_me: failed program was:" >&5
14535 sed 's/^/| /' conftest.$ac_ext >&5
14536
14537         ac_cv_c_va_copy="no"
14538 fi
14539
14540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14541       conftest$ac_exeext conftest.$ac_ext
14542
14543 fi
14544 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14545 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14546 if test "$ac_cv_c_va_copy" = "yes"
14547 then
14548
14549 cat >>confdefs.h <<\_ACEOF
14550 #define HAVE_VA_COPY 1
14551 _ACEOF
14552
14553 fi
14554 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14555 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14556 if test "${ac_cv_c___va_copy+set}" = set; then
14557   echo $ECHO_N "(cached) $ECHO_C" >&6
14558 else
14559   cat >conftest.$ac_ext <<_ACEOF
14560 /* confdefs.h.  */
14561 _ACEOF
14562 cat confdefs.h >>conftest.$ac_ext
14563 cat >>conftest.$ac_ext <<_ACEOF
14564 /* end confdefs.h.  */
14565 #include <stdarg.h>
14566 int
14567 main ()
14568 {
14569 va_list ap1, ap2; __va_copy(ap1,ap2);
14570   ;
14571   return 0;
14572 }
14573 _ACEOF
14574 rm -f conftest.$ac_objext conftest$ac_exeext
14575 if { (ac_try="$ac_link"
14576 case "(($ac_try" in
14577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14578   *) ac_try_echo=$ac_try;;
14579 esac
14580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14581   (eval "$ac_link") 2>conftest.er1
14582   ac_status=$?
14583   grep -v '^ *+' conftest.er1 >conftest.err
14584   rm -f conftest.er1
14585   cat conftest.err >&5
14586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14587   (exit $ac_status); } && {
14588          test -z "$ac_c_werror_flag" ||
14589          test ! -s conftest.err
14590        } && test -s conftest$ac_exeext &&
14591        $as_test_x conftest$ac_exeext; then
14592   ac_cv_c___va_copy="yes"
14593 else
14594   echo "$as_me: failed program was:" >&5
14595 sed 's/^/| /' conftest.$ac_ext >&5
14596
14597         ac_cv_c___va_copy="no"
14598 fi
14599
14600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14601       conftest$ac_exeext conftest.$ac_ext
14602
14603 fi
14604 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14605 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14606 if test "$ac_cv_c___va_copy" = "yes"
14607 then
14608
14609 cat >>confdefs.h <<\_ACEOF
14610 #define HAVE___VA_COPY 1
14611 _ACEOF
14612
14613 fi
14614
14615 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14616 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14617 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14618   echo $ECHO_N "(cached) $ECHO_C" >&6
14619 else
14620   cat >conftest.$ac_ext <<_ACEOF
14621 /* confdefs.h.  */
14622 _ACEOF
14623 cat confdefs.h >>conftest.$ac_ext
14624 cat >>conftest.$ac_ext <<_ACEOF
14625 /* end confdefs.h.  */
14626 #define _GNU_SOURCE
14627 #include <pthread.h>
14628
14629 typedef pthread_rwlock_t ac__type_new_;
14630 int
14631 main ()
14632 {
14633 if ((ac__type_new_ *) 0)
14634   return 0;
14635 if (sizeof (ac__type_new_))
14636   return 0;
14637   ;
14638   return 0;
14639 }
14640 _ACEOF
14641 rm -f conftest.$ac_objext
14642 if { (ac_try="$ac_compile"
14643 case "(($ac_try" in
14644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14645   *) ac_try_echo=$ac_try;;
14646 esac
14647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14648   (eval "$ac_compile") 2>conftest.er1
14649   ac_status=$?
14650   grep -v '^ *+' conftest.er1 >conftest.err
14651   rm -f conftest.er1
14652   cat conftest.err >&5
14653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14654   (exit $ac_status); } && {
14655          test -z "$ac_c_werror_flag" ||
14656          test ! -s conftest.err
14657        } && test -s conftest.$ac_objext; then
14658   ac_cv_type_pthread_rwlock_t=yes
14659 else
14660   echo "$as_me: failed program was:" >&5
14661 sed 's/^/| /' conftest.$ac_ext >&5
14662
14663         ac_cv_type_pthread_rwlock_t=no
14664 fi
14665
14666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14667 fi
14668 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14669 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14670 if test $ac_cv_type_pthread_rwlock_t = yes; then
14671
14672 cat >>confdefs.h <<_ACEOF
14673 #define HAVE_PTHREAD_RWLOCK_T 1
14674 _ACEOF
14675
14676
14677 fi
14678 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14679 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14680 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14681   echo $ECHO_N "(cached) $ECHO_C" >&6
14682 else
14683   cat >conftest.$ac_ext <<_ACEOF
14684 /* confdefs.h.  */
14685 _ACEOF
14686 cat confdefs.h >>conftest.$ac_ext
14687 cat >>conftest.$ac_ext <<_ACEOF
14688 /* end confdefs.h.  */
14689 #define _GNU_SOURCE
14690 #include <pthread.h>
14691
14692 typedef pthread_rwlockattr_t ac__type_new_;
14693 int
14694 main ()
14695 {
14696 if ((ac__type_new_ *) 0)
14697   return 0;
14698 if (sizeof (ac__type_new_))
14699   return 0;
14700   ;
14701   return 0;
14702 }
14703 _ACEOF
14704 rm -f conftest.$ac_objext
14705 if { (ac_try="$ac_compile"
14706 case "(($ac_try" in
14707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14708   *) ac_try_echo=$ac_try;;
14709 esac
14710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14711   (eval "$ac_compile") 2>conftest.er1
14712   ac_status=$?
14713   grep -v '^ *+' conftest.er1 >conftest.err
14714   rm -f conftest.er1
14715   cat conftest.err >&5
14716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14717   (exit $ac_status); } && {
14718          test -z "$ac_c_werror_flag" ||
14719          test ! -s conftest.err
14720        } && test -s conftest.$ac_objext; then
14721   ac_cv_type_pthread_rwlockattr_t=yes
14722 else
14723   echo "$as_me: failed program was:" >&5
14724 sed 's/^/| /' conftest.$ac_ext >&5
14725
14726         ac_cv_type_pthread_rwlockattr_t=no
14727 fi
14728
14729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14730 fi
14731 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14732 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14733 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14734
14735 cat >>confdefs.h <<_ACEOF
14736 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14737 _ACEOF
14738
14739
14740 fi
14741
14742
14743 ac_wine_check_funcs_save_LIBS="$LIBS"
14744 LIBS="$LIBS $LIBPTHREAD"
14745
14746
14747
14748
14749 for ac_func in \
14750         pthread_attr_get_np \
14751         pthread_getattr_np \
14752         pthread_get_stackaddr_np \
14753         pthread_get_stacksize_np
14754 do
14755 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14756 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14757 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14758 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14759   echo $ECHO_N "(cached) $ECHO_C" >&6
14760 else
14761   cat >conftest.$ac_ext <<_ACEOF
14762 /* confdefs.h.  */
14763 _ACEOF
14764 cat confdefs.h >>conftest.$ac_ext
14765 cat >>conftest.$ac_ext <<_ACEOF
14766 /* end confdefs.h.  */
14767 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14768    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14769 #define $ac_func innocuous_$ac_func
14770
14771 /* System header to define __stub macros and hopefully few prototypes,
14772     which can conflict with char $ac_func (); below.
14773     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14774     <limits.h> exists even on freestanding compilers.  */
14775
14776 #ifdef __STDC__
14777 # include <limits.h>
14778 #else
14779 # include <assert.h>
14780 #endif
14781
14782 #undef $ac_func
14783
14784 /* Override any GCC internal prototype to avoid an error.
14785    Use char because int might match the return type of a GCC
14786    builtin and then its argument prototype would still apply.  */
14787 #ifdef __cplusplus
14788 extern "C"
14789 #endif
14790 char $ac_func ();
14791 /* The GNU C library defines this for functions which it implements
14792     to always fail with ENOSYS.  Some functions are actually named
14793     something starting with __ and the normal name is an alias.  */
14794 #if defined __stub_$ac_func || defined __stub___$ac_func
14795 choke me
14796 #endif
14797
14798 int
14799 main ()
14800 {
14801 return $ac_func ();
14802   ;
14803   return 0;
14804 }
14805 _ACEOF
14806 rm -f conftest.$ac_objext conftest$ac_exeext
14807 if { (ac_try="$ac_link"
14808 case "(($ac_try" in
14809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14810   *) ac_try_echo=$ac_try;;
14811 esac
14812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14813   (eval "$ac_link") 2>conftest.er1
14814   ac_status=$?
14815   grep -v '^ *+' conftest.er1 >conftest.err
14816   rm -f conftest.er1
14817   cat conftest.err >&5
14818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14819   (exit $ac_status); } && {
14820          test -z "$ac_c_werror_flag" ||
14821          test ! -s conftest.err
14822        } && test -s conftest$ac_exeext &&
14823        $as_test_x conftest$ac_exeext; then
14824   eval "$as_ac_var=yes"
14825 else
14826   echo "$as_me: failed program was:" >&5
14827 sed 's/^/| /' conftest.$ac_ext >&5
14828
14829         eval "$as_ac_var=no"
14830 fi
14831
14832 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14833       conftest$ac_exeext conftest.$ac_ext
14834 fi
14835 ac_res=`eval echo '${'$as_ac_var'}'`
14836                { echo "$as_me:$LINENO: result: $ac_res" >&5
14837 echo "${ECHO_T}$ac_res" >&6; }
14838 if test `eval echo '${'$as_ac_var'}'` = yes; then
14839   cat >>confdefs.h <<_ACEOF
14840 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14841 _ACEOF
14842
14843 fi
14844 done
14845
14846 LIBS="$ac_wine_check_funcs_save_LIBS"
14847
14848 # Extract the first word of "esd-config", so it can be a program name with args.
14849 set dummy esd-config; ac_word=$2
14850 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14851 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14852 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14853   echo $ECHO_N "(cached) $ECHO_C" >&6
14854 else
14855   case $ESDCONFIG in
14856   [\\/]* | ?:[\\/]*)
14857   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14858   ;;
14859   *)
14860   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14861 for as_dir in $PATH
14862 do
14863   IFS=$as_save_IFS
14864   test -z "$as_dir" && as_dir=.
14865   for ac_exec_ext in '' $ac_executable_extensions; do
14866   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14867     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14868     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14869     break 2
14870   fi
14871 done
14872 done
14873 IFS=$as_save_IFS
14874
14875   ;;
14876 esac
14877 fi
14878 ESDCONFIG=$ac_cv_path_ESDCONFIG
14879 if test -n "$ESDCONFIG"; then
14880   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14881 echo "${ECHO_T}$ESDCONFIG" >&6; }
14882 else
14883   { echo "$as_me:$LINENO: result: no" >&5
14884 echo "${ECHO_T}no" >&6; }
14885 fi
14886
14887
14888 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14889 then
14890     ac_esd_incl=""
14891     for i in `$ESDCONFIG --cflags`
14892     do
14893       case "$i" in
14894         -I*) ac_esd_incl="$ac_esd_incl $i";;
14895       esac
14896     done
14897     ac_esd_libs=`$ESDCONFIG --libs`
14898     save_CFLAGS="$CFLAGS"
14899     CFLAGS="$CFLAGS $ac_esd_incl"
14900     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14901 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14902 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14903   echo $ECHO_N "(cached) $ECHO_C" >&6
14904 else
14905   ac_check_lib_save_LIBS=$LIBS
14906 LIBS="-lesd $ac_esd_libs $LIBS"
14907 cat >conftest.$ac_ext <<_ACEOF
14908 /* confdefs.h.  */
14909 _ACEOF
14910 cat confdefs.h >>conftest.$ac_ext
14911 cat >>conftest.$ac_ext <<_ACEOF
14912 /* end confdefs.h.  */
14913
14914 /* Override any GCC internal prototype to avoid an error.
14915    Use char because int might match the return type of a GCC
14916    builtin and then its argument prototype would still apply.  */
14917 #ifdef __cplusplus
14918 extern "C"
14919 #endif
14920 char esd_open_sound ();
14921 int
14922 main ()
14923 {
14924 return esd_open_sound ();
14925   ;
14926   return 0;
14927 }
14928 _ACEOF
14929 rm -f conftest.$ac_objext conftest$ac_exeext
14930 if { (ac_try="$ac_link"
14931 case "(($ac_try" in
14932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14933   *) ac_try_echo=$ac_try;;
14934 esac
14935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14936   (eval "$ac_link") 2>conftest.er1
14937   ac_status=$?
14938   grep -v '^ *+' conftest.er1 >conftest.err
14939   rm -f conftest.er1
14940   cat conftest.err >&5
14941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14942   (exit $ac_status); } && {
14943          test -z "$ac_c_werror_flag" ||
14944          test ! -s conftest.err
14945        } && test -s conftest$ac_exeext &&
14946        $as_test_x conftest$ac_exeext; then
14947   ac_cv_lib_esd_esd_open_sound=yes
14948 else
14949   echo "$as_me: failed program was:" >&5
14950 sed 's/^/| /' conftest.$ac_ext >&5
14951
14952         ac_cv_lib_esd_esd_open_sound=no
14953 fi
14954
14955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14956       conftest$ac_exeext conftest.$ac_ext
14957 LIBS=$ac_check_lib_save_LIBS
14958 fi
14959 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14960 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14961 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14962   ESDINCL="$ac_esd_incl"
14963
14964          ESDLIBS="$ac_esd_libs"
14965
14966
14967 cat >>confdefs.h <<\_ACEOF
14968 #define HAVE_ESD 1
14969 _ACEOF
14970
14971 fi
14972
14973     CFLAGS="$save_CFLAGS"
14974 fi
14975
14976 ALSALIBS=""
14977
14978 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14979 then
14980     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14981 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14982 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14983   echo $ECHO_N "(cached) $ECHO_C" >&6
14984 else
14985   ac_check_lib_save_LIBS=$LIBS
14986 LIBS="-lasound  $LIBS"
14987 cat >conftest.$ac_ext <<_ACEOF
14988 /* confdefs.h.  */
14989 _ACEOF
14990 cat confdefs.h >>conftest.$ac_ext
14991 cat >>conftest.$ac_ext <<_ACEOF
14992 /* end confdefs.h.  */
14993
14994 /* Override any GCC internal prototype to avoid an error.
14995    Use char because int might match the return type of a GCC
14996    builtin and then its argument prototype would still apply.  */
14997 #ifdef __cplusplus
14998 extern "C"
14999 #endif
15000 char snd_pcm_hw_params_get_access ();
15001 int
15002 main ()
15003 {
15004 return snd_pcm_hw_params_get_access ();
15005   ;
15006   return 0;
15007 }
15008 _ACEOF
15009 rm -f conftest.$ac_objext conftest$ac_exeext
15010 if { (ac_try="$ac_link"
15011 case "(($ac_try" in
15012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15013   *) ac_try_echo=$ac_try;;
15014 esac
15015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15016   (eval "$ac_link") 2>conftest.er1
15017   ac_status=$?
15018   grep -v '^ *+' conftest.er1 >conftest.err
15019   rm -f conftest.er1
15020   cat conftest.err >&5
15021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022   (exit $ac_status); } && {
15023          test -z "$ac_c_werror_flag" ||
15024          test ! -s conftest.err
15025        } && test -s conftest$ac_exeext &&
15026        $as_test_x conftest$ac_exeext; then
15027   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15028 else
15029   echo "$as_me: failed program was:" >&5
15030 sed 's/^/| /' conftest.$ac_ext >&5
15031
15032         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15033 fi
15034
15035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15036       conftest$ac_exeext conftest.$ac_ext
15037 LIBS=$ac_check_lib_save_LIBS
15038 fi
15039 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15040 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15041 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15042   cat >conftest.$ac_ext <<_ACEOF
15043 /* confdefs.h.  */
15044 _ACEOF
15045 cat confdefs.h >>conftest.$ac_ext
15046 cat >>conftest.$ac_ext <<_ACEOF
15047 /* end confdefs.h.  */
15048 #ifdef HAVE_ALSA_ASOUNDLIB_H
15049 #include <alsa/asoundlib.h>
15050 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15051 #include <sys/asoundlib.h>
15052 #endif
15053 int
15054 main ()
15055 {
15056 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15057   ;
15058   return 0;
15059 }
15060 _ACEOF
15061 rm -f conftest.$ac_objext
15062 if { (ac_try="$ac_compile"
15063 case "(($ac_try" in
15064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15065   *) ac_try_echo=$ac_try;;
15066 esac
15067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15068   (eval "$ac_compile") 2>conftest.er1
15069   ac_status=$?
15070   grep -v '^ *+' conftest.er1 >conftest.err
15071   rm -f conftest.er1
15072   cat conftest.err >&5
15073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15074   (exit $ac_status); } && {
15075          test -z "$ac_c_werror_flag" ||
15076          test ! -s conftest.err
15077        } && test -s conftest.$ac_objext; then
15078
15079 cat >>confdefs.h <<\_ACEOF
15080 #define HAVE_ALSA 1
15081 _ACEOF
15082
15083                          ALSALIBS="-lasound"
15084 else
15085   echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15087
15088
15089 fi
15090
15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15092 fi
15093
15094 fi
15095
15096 AUDIOIOLIBS=""
15097
15098 if test "$ac_cv_header_libaudioio_h" = "yes"
15099 then
15100     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15101 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15102 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15103   echo $ECHO_N "(cached) $ECHO_C" >&6
15104 else
15105   ac_check_lib_save_LIBS=$LIBS
15106 LIBS="-laudioio  $LIBS"
15107 cat >conftest.$ac_ext <<_ACEOF
15108 /* confdefs.h.  */
15109 _ACEOF
15110 cat confdefs.h >>conftest.$ac_ext
15111 cat >>conftest.$ac_ext <<_ACEOF
15112 /* end confdefs.h.  */
15113
15114 /* Override any GCC internal prototype to avoid an error.
15115    Use char because int might match the return type of a GCC
15116    builtin and then its argument prototype would still apply.  */
15117 #ifdef __cplusplus
15118 extern "C"
15119 #endif
15120 char AudioIOGetVersion ();
15121 int
15122 main ()
15123 {
15124 return AudioIOGetVersion ();
15125   ;
15126   return 0;
15127 }
15128 _ACEOF
15129 rm -f conftest.$ac_objext conftest$ac_exeext
15130 if { (ac_try="$ac_link"
15131 case "(($ac_try" in
15132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15133   *) ac_try_echo=$ac_try;;
15134 esac
15135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15136   (eval "$ac_link") 2>conftest.er1
15137   ac_status=$?
15138   grep -v '^ *+' conftest.er1 >conftest.err
15139   rm -f conftest.er1
15140   cat conftest.err >&5
15141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15142   (exit $ac_status); } && {
15143          test -z "$ac_c_werror_flag" ||
15144          test ! -s conftest.err
15145        } && test -s conftest$ac_exeext &&
15146        $as_test_x conftest$ac_exeext; then
15147   ac_cv_lib_audioio_AudioIOGetVersion=yes
15148 else
15149   echo "$as_me: failed program was:" >&5
15150 sed 's/^/| /' conftest.$ac_ext >&5
15151
15152         ac_cv_lib_audioio_AudioIOGetVersion=no
15153 fi
15154
15155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15156       conftest$ac_exeext conftest.$ac_ext
15157 LIBS=$ac_check_lib_save_LIBS
15158 fi
15159 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15160 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15161 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15162   AUDIOIOLIBS="-laudioio"
15163
15164 cat >>confdefs.h <<\_ACEOF
15165 #define HAVE_LIBAUDIOIO 1
15166 _ACEOF
15167
15168 fi
15169
15170 fi
15171
15172
15173 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15174 then
15175     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15176 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15177 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15178   echo $ECHO_N "(cached) $ECHO_C" >&6
15179 else
15180   ac_check_soname_save_LIBS=$LIBS
15181 LIBS="-lcapi20  $LIBS"
15182   cat >conftest.$ac_ext <<_ACEOF
15183 /* confdefs.h.  */
15184 _ACEOF
15185 cat confdefs.h >>conftest.$ac_ext
15186 cat >>conftest.$ac_ext <<_ACEOF
15187 /* end confdefs.h.  */
15188
15189 /* Override any GCC internal prototype to avoid an error.
15190    Use char because int might match the return type of a GCC
15191    builtin and then its argument prototype would still apply.  */
15192 #ifdef __cplusplus
15193 extern "C"
15194 #endif
15195 char capi20_register ();
15196 int
15197 main ()
15198 {
15199 return capi20_register ();
15200   ;
15201   return 0;
15202 }
15203 _ACEOF
15204 rm -f conftest.$ac_objext conftest$ac_exeext
15205 if { (ac_try="$ac_link"
15206 case "(($ac_try" in
15207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15208   *) ac_try_echo=$ac_try;;
15209 esac
15210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15211   (eval "$ac_link") 2>conftest.er1
15212   ac_status=$?
15213   grep -v '^ *+' conftest.er1 >conftest.err
15214   rm -f conftest.er1
15215   cat conftest.err >&5
15216   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15217   (exit $ac_status); } && {
15218          test -z "$ac_c_werror_flag" ||
15219          test ! -s conftest.err
15220        } && test -s conftest$ac_exeext &&
15221        $as_test_x conftest$ac_exeext; then
15222   case "$LIBEXT" in
15223     dll) ;;
15224     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'` ;;
15225     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15226   esac
15227 else
15228   echo "$as_me: failed program was:" >&5
15229 sed 's/^/| /' conftest.$ac_ext >&5
15230
15231
15232 fi
15233
15234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15235       conftest$ac_exeext conftest.$ac_ext
15236   LIBS=$ac_check_soname_save_LIBS
15237 fi
15238 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15239   { echo "$as_me:$LINENO: result: not found" >&5
15240 echo "${ECHO_T}not found" >&6; }
15241
15242 else
15243   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15244 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15245
15246 cat >>confdefs.h <<_ACEOF
15247 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15248 _ACEOF
15249
15250
15251 fi
15252
15253 fi
15254 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15255   case "x$with_capi" in
15256   x)   wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15257   xno) ;;
15258   *)   { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15259 This is an error since --with-capi was requested." >&5
15260 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15261 This is an error since --with-capi was requested." >&2;}
15262    { (exit 1); exit 1; }; } ;;
15263 esac
15264 fi
15265
15266
15267 CUPSINCL=""
15268
15269 if test "x$with_cups" != "xno"
15270 then
15271     ac_save_CPPFLAGS="$CPPFLAGS"
15272     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15273     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15274     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15275
15276 for ac_header in cups/cups.h
15277 do
15278 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15280   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15282 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15283   echo $ECHO_N "(cached) $ECHO_C" >&6
15284 fi
15285 ac_res=`eval echo '${'$as_ac_Header'}'`
15286                { echo "$as_me:$LINENO: result: $ac_res" >&5
15287 echo "${ECHO_T}$ac_res" >&6; }
15288 else
15289   # Is the header compilable?
15290 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15291 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15292 cat >conftest.$ac_ext <<_ACEOF
15293 /* confdefs.h.  */
15294 _ACEOF
15295 cat confdefs.h >>conftest.$ac_ext
15296 cat >>conftest.$ac_ext <<_ACEOF
15297 /* end confdefs.h.  */
15298 $ac_includes_default
15299 #include <$ac_header>
15300 _ACEOF
15301 rm -f conftest.$ac_objext
15302 if { (ac_try="$ac_compile"
15303 case "(($ac_try" in
15304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15305   *) ac_try_echo=$ac_try;;
15306 esac
15307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15308   (eval "$ac_compile") 2>conftest.er1
15309   ac_status=$?
15310   grep -v '^ *+' conftest.er1 >conftest.err
15311   rm -f conftest.er1
15312   cat conftest.err >&5
15313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15314   (exit $ac_status); } && {
15315          test -z "$ac_c_werror_flag" ||
15316          test ! -s conftest.err
15317        } && test -s conftest.$ac_objext; then
15318   ac_header_compiler=yes
15319 else
15320   echo "$as_me: failed program was:" >&5
15321 sed 's/^/| /' conftest.$ac_ext >&5
15322
15323         ac_header_compiler=no
15324 fi
15325
15326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15327 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15328 echo "${ECHO_T}$ac_header_compiler" >&6; }
15329
15330 # Is the header present?
15331 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15332 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15333 cat >conftest.$ac_ext <<_ACEOF
15334 /* confdefs.h.  */
15335 _ACEOF
15336 cat confdefs.h >>conftest.$ac_ext
15337 cat >>conftest.$ac_ext <<_ACEOF
15338 /* end confdefs.h.  */
15339 #include <$ac_header>
15340 _ACEOF
15341 if { (ac_try="$ac_cpp conftest.$ac_ext"
15342 case "(($ac_try" in
15343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15344   *) ac_try_echo=$ac_try;;
15345 esac
15346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15347   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15348   ac_status=$?
15349   grep -v '^ *+' conftest.er1 >conftest.err
15350   rm -f conftest.er1
15351   cat conftest.err >&5
15352   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15353   (exit $ac_status); } >/dev/null && {
15354          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15355          test ! -s conftest.err
15356        }; then
15357   ac_header_preproc=yes
15358 else
15359   echo "$as_me: failed program was:" >&5
15360 sed 's/^/| /' conftest.$ac_ext >&5
15361
15362   ac_header_preproc=no
15363 fi
15364
15365 rm -f conftest.err conftest.$ac_ext
15366 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15367 echo "${ECHO_T}$ac_header_preproc" >&6; }
15368
15369 # So?  What about this header?
15370 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15371   yes:no: )
15372     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15373 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15374     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15375 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15376     ac_header_preproc=yes
15377     ;;
15378   no:yes:* )
15379     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15380 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15381     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15382 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15383     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15384 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15385     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15386 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15387     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15388 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15389     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15390 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15391     ( cat <<\_ASBOX
15392 ## ------------------------------------ ##
15393 ## Report this to wine-devel@winehq.org ##
15394 ## ------------------------------------ ##
15395 _ASBOX
15396      ) | sed "s/^/$as_me: WARNING:     /" >&2
15397     ;;
15398 esac
15399 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15400 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15401 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15402   echo $ECHO_N "(cached) $ECHO_C" >&6
15403 else
15404   eval "$as_ac_Header=\$ac_header_preproc"
15405 fi
15406 ac_res=`eval echo '${'$as_ac_Header'}'`
15407                { echo "$as_me:$LINENO: result: $ac_res" >&5
15408 echo "${ECHO_T}$ac_res" >&6; }
15409
15410 fi
15411 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15412   cat >>confdefs.h <<_ACEOF
15413 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15414 _ACEOF
15415  { echo "$as_me:$LINENO: checking for -lcups" >&5
15416 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15417 if test "${ac_cv_lib_soname_cups+set}" = set; then
15418   echo $ECHO_N "(cached) $ECHO_C" >&6
15419 else
15420   ac_check_soname_save_LIBS=$LIBS
15421 LIBS="-lcups $ac_cups_libs $LIBS"
15422   cat >conftest.$ac_ext <<_ACEOF
15423 /* confdefs.h.  */
15424 _ACEOF
15425 cat confdefs.h >>conftest.$ac_ext
15426 cat >>conftest.$ac_ext <<_ACEOF
15427 /* end confdefs.h.  */
15428
15429 /* Override any GCC internal prototype to avoid an error.
15430    Use char because int might match the return type of a GCC
15431    builtin and then its argument prototype would still apply.  */
15432 #ifdef __cplusplus
15433 extern "C"
15434 #endif
15435 char cupsGetDefault ();
15436 int
15437 main ()
15438 {
15439 return cupsGetDefault ();
15440   ;
15441   return 0;
15442 }
15443 _ACEOF
15444 rm -f conftest.$ac_objext conftest$ac_exeext
15445 if { (ac_try="$ac_link"
15446 case "(($ac_try" in
15447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15448   *) ac_try_echo=$ac_try;;
15449 esac
15450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15451   (eval "$ac_link") 2>conftest.er1
15452   ac_status=$?
15453   grep -v '^ *+' conftest.er1 >conftest.err
15454   rm -f conftest.er1
15455   cat conftest.err >&5
15456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15457   (exit $ac_status); } && {
15458          test -z "$ac_c_werror_flag" ||
15459          test ! -s conftest.err
15460        } && test -s conftest$ac_exeext &&
15461        $as_test_x conftest$ac_exeext; then
15462   case "$LIBEXT" in
15463     dll) ;;
15464     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'` ;;
15465     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15466   esac
15467 else
15468   echo "$as_me: failed program was:" >&5
15469 sed 's/^/| /' conftest.$ac_ext >&5
15470
15471
15472 fi
15473
15474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15475       conftest$ac_exeext conftest.$ac_ext
15476   LIBS=$ac_check_soname_save_LIBS
15477 fi
15478 if test "x$ac_cv_lib_soname_cups" = "x"; then
15479   { echo "$as_me:$LINENO: result: not found" >&5
15480 echo "${ECHO_T}not found" >&6; }
15481
15482 else
15483   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15484 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15485
15486 cat >>confdefs.h <<_ACEOF
15487 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15488 _ACEOF
15489
15490        CUPSINCL="$ac_cups_cflags"
15491 fi
15492
15493 fi
15494
15495 done
15496
15497     CPPFLAGS="$ac_save_CPPFLAGS"
15498 fi
15499 if test "x$ac_cv_lib_soname_cups" = "x"; then
15500   case "x$with_cups" in
15501   x)   wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15502   xno) ;;
15503   *)   { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15504 This is an error since --with-cups was requested." >&5
15505 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15506 This is an error since --with-cups was requested." >&2;}
15507    { (exit 1); exit 1; }; } ;;
15508 esac
15509 fi
15510
15511
15512 if test "$ac_cv_header_jack_jack_h" = "yes"
15513 then
15514     { echo "$as_me:$LINENO: checking for -ljack" >&5
15515 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15516 if test "${ac_cv_lib_soname_jack+set}" = set; then
15517   echo $ECHO_N "(cached) $ECHO_C" >&6
15518 else
15519   ac_check_soname_save_LIBS=$LIBS
15520 LIBS="-ljack  $LIBS"
15521   cat >conftest.$ac_ext <<_ACEOF
15522 /* confdefs.h.  */
15523 _ACEOF
15524 cat confdefs.h >>conftest.$ac_ext
15525 cat >>conftest.$ac_ext <<_ACEOF
15526 /* end confdefs.h.  */
15527
15528 /* Override any GCC internal prototype to avoid an error.
15529    Use char because int might match the return type of a GCC
15530    builtin and then its argument prototype would still apply.  */
15531 #ifdef __cplusplus
15532 extern "C"
15533 #endif
15534 char jack_client_new ();
15535 int
15536 main ()
15537 {
15538 return jack_client_new ();
15539   ;
15540   return 0;
15541 }
15542 _ACEOF
15543 rm -f conftest.$ac_objext conftest$ac_exeext
15544 if { (ac_try="$ac_link"
15545 case "(($ac_try" in
15546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15547   *) ac_try_echo=$ac_try;;
15548 esac
15549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15550   (eval "$ac_link") 2>conftest.er1
15551   ac_status=$?
15552   grep -v '^ *+' conftest.er1 >conftest.err
15553   rm -f conftest.er1
15554   cat conftest.err >&5
15555   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15556   (exit $ac_status); } && {
15557          test -z "$ac_c_werror_flag" ||
15558          test ! -s conftest.err
15559        } && test -s conftest$ac_exeext &&
15560        $as_test_x conftest$ac_exeext; then
15561   case "$LIBEXT" in
15562     dll) ;;
15563     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'` ;;
15564     *) 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'` ;;
15565   esac
15566 else
15567   echo "$as_me: failed program was:" >&5
15568 sed 's/^/| /' conftest.$ac_ext >&5
15569
15570
15571 fi
15572
15573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15574       conftest$ac_exeext conftest.$ac_ext
15575   LIBS=$ac_check_soname_save_LIBS
15576 fi
15577 if test "x$ac_cv_lib_soname_jack" = "x"; then
15578   { echo "$as_me:$LINENO: result: not found" >&5
15579 echo "${ECHO_T}not found" >&6; }
15580
15581 else
15582   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15583 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15584
15585 cat >>confdefs.h <<_ACEOF
15586 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15587 _ACEOF
15588
15589
15590 fi
15591
15592 fi
15593
15594 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15595 then
15596     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15597 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15598 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15599   echo $ECHO_N "(cached) $ECHO_C" >&6
15600 else
15601   ac_check_soname_save_LIBS=$LIBS
15602 LIBS="-lfontconfig  $LIBS"
15603   cat >conftest.$ac_ext <<_ACEOF
15604 /* confdefs.h.  */
15605 _ACEOF
15606 cat confdefs.h >>conftest.$ac_ext
15607 cat >>conftest.$ac_ext <<_ACEOF
15608 /* end confdefs.h.  */
15609
15610 /* Override any GCC internal prototype to avoid an error.
15611    Use char because int might match the return type of a GCC
15612    builtin and then its argument prototype would still apply.  */
15613 #ifdef __cplusplus
15614 extern "C"
15615 #endif
15616 char FcInit ();
15617 int
15618 main ()
15619 {
15620 return FcInit ();
15621   ;
15622   return 0;
15623 }
15624 _ACEOF
15625 rm -f conftest.$ac_objext conftest$ac_exeext
15626 if { (ac_try="$ac_link"
15627 case "(($ac_try" in
15628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15629   *) ac_try_echo=$ac_try;;
15630 esac
15631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15632   (eval "$ac_link") 2>conftest.er1
15633   ac_status=$?
15634   grep -v '^ *+' conftest.er1 >conftest.err
15635   rm -f conftest.er1
15636   cat conftest.err >&5
15637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638   (exit $ac_status); } && {
15639          test -z "$ac_c_werror_flag" ||
15640          test ! -s conftest.err
15641        } && test -s conftest$ac_exeext &&
15642        $as_test_x conftest$ac_exeext; then
15643   case "$LIBEXT" in
15644     dll) ;;
15645     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'` ;;
15646     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15647   esac
15648 else
15649   echo "$as_me: failed program was:" >&5
15650 sed 's/^/| /' conftest.$ac_ext >&5
15651
15652
15653 fi
15654
15655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15656       conftest$ac_exeext conftest.$ac_ext
15657   LIBS=$ac_check_soname_save_LIBS
15658 fi
15659 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15660   { echo "$as_me:$LINENO: result: not found" >&5
15661 echo "${ECHO_T}not found" >&6; }
15662
15663 else
15664   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15665 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15666
15667 cat >>confdefs.h <<_ACEOF
15668 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15669 _ACEOF
15670
15671
15672 fi
15673
15674 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15675 then
15676         ac_save_CPPFLAGS="$CPPFLAGS"
15677     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15678     $as_unset ac_cv_header_fontconfig_fontconfig_h
15679
15680 for ac_header in fontconfig/fontconfig.h
15681 do
15682 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15683 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15684   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15685 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15686 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15687   echo $ECHO_N "(cached) $ECHO_C" >&6
15688 fi
15689 ac_res=`eval echo '${'$as_ac_Header'}'`
15690                { echo "$as_me:$LINENO: result: $ac_res" >&5
15691 echo "${ECHO_T}$ac_res" >&6; }
15692 else
15693   # Is the header compilable?
15694 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15695 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15696 cat >conftest.$ac_ext <<_ACEOF
15697 /* confdefs.h.  */
15698 _ACEOF
15699 cat confdefs.h >>conftest.$ac_ext
15700 cat >>conftest.$ac_ext <<_ACEOF
15701 /* end confdefs.h.  */
15702 $ac_includes_default
15703 #include <$ac_header>
15704 _ACEOF
15705 rm -f conftest.$ac_objext
15706 if { (ac_try="$ac_compile"
15707 case "(($ac_try" in
15708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15709   *) ac_try_echo=$ac_try;;
15710 esac
15711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15712   (eval "$ac_compile") 2>conftest.er1
15713   ac_status=$?
15714   grep -v '^ *+' conftest.er1 >conftest.err
15715   rm -f conftest.er1
15716   cat conftest.err >&5
15717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15718   (exit $ac_status); } && {
15719          test -z "$ac_c_werror_flag" ||
15720          test ! -s conftest.err
15721        } && test -s conftest.$ac_objext; then
15722   ac_header_compiler=yes
15723 else
15724   echo "$as_me: failed program was:" >&5
15725 sed 's/^/| /' conftest.$ac_ext >&5
15726
15727         ac_header_compiler=no
15728 fi
15729
15730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15731 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15732 echo "${ECHO_T}$ac_header_compiler" >&6; }
15733
15734 # Is the header present?
15735 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15736 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15737 cat >conftest.$ac_ext <<_ACEOF
15738 /* confdefs.h.  */
15739 _ACEOF
15740 cat confdefs.h >>conftest.$ac_ext
15741 cat >>conftest.$ac_ext <<_ACEOF
15742 /* end confdefs.h.  */
15743 #include <$ac_header>
15744 _ACEOF
15745 if { (ac_try="$ac_cpp conftest.$ac_ext"
15746 case "(($ac_try" in
15747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15748   *) ac_try_echo=$ac_try;;
15749 esac
15750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15751   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15752   ac_status=$?
15753   grep -v '^ *+' conftest.er1 >conftest.err
15754   rm -f conftest.er1
15755   cat conftest.err >&5
15756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15757   (exit $ac_status); } >/dev/null && {
15758          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15759          test ! -s conftest.err
15760        }; then
15761   ac_header_preproc=yes
15762 else
15763   echo "$as_me: failed program was:" >&5
15764 sed 's/^/| /' conftest.$ac_ext >&5
15765
15766   ac_header_preproc=no
15767 fi
15768
15769 rm -f conftest.err conftest.$ac_ext
15770 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15771 echo "${ECHO_T}$ac_header_preproc" >&6; }
15772
15773 # So?  What about this header?
15774 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15775   yes:no: )
15776     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15777 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15778     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15779 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15780     ac_header_preproc=yes
15781     ;;
15782   no:yes:* )
15783     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15784 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15785     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15786 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15787     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15788 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15789     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15790 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15791     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15792 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15793     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15794 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15795     ( cat <<\_ASBOX
15796 ## ------------------------------------ ##
15797 ## Report this to wine-devel@winehq.org ##
15798 ## ------------------------------------ ##
15799 _ASBOX
15800      ) | sed "s/^/$as_me: WARNING:     /" >&2
15801     ;;
15802 esac
15803 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15804 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15805 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15806   echo $ECHO_N "(cached) $ECHO_C" >&6
15807 else
15808   eval "$as_ac_Header=\$ac_header_preproc"
15809 fi
15810 ac_res=`eval echo '${'$as_ac_Header'}'`
15811                { echo "$as_me:$LINENO: result: $ac_res" >&5
15812 echo "${ECHO_T}$ac_res" >&6; }
15813
15814 fi
15815 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15816   cat >>confdefs.h <<_ACEOF
15817 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15818 _ACEOF
15819
15820 fi
15821
15822 done
15823
15824     CPPFLAGS="$ac_save_CPPFLAGS"
15825     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15826     then
15827         FONTCONFIGINCL="$X_CFLAGS"
15828
15829         { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15830 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15831 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15832   echo $ECHO_N "(cached) $ECHO_C" >&6
15833 else
15834   ac_check_soname_save_LIBS=$LIBS
15835 LIBS="-lfontconfig $X_LIBS $LIBS"
15836   cat >conftest.$ac_ext <<_ACEOF
15837 /* confdefs.h.  */
15838 _ACEOF
15839 cat confdefs.h >>conftest.$ac_ext
15840 cat >>conftest.$ac_ext <<_ACEOF
15841 /* end confdefs.h.  */
15842
15843 /* Override any GCC internal prototype to avoid an error.
15844    Use char because int might match the return type of a GCC
15845    builtin and then its argument prototype would still apply.  */
15846 #ifdef __cplusplus
15847 extern "C"
15848 #endif
15849 char FcInit ();
15850 int
15851 main ()
15852 {
15853 return FcInit ();
15854   ;
15855   return 0;
15856 }
15857 _ACEOF
15858 rm -f conftest.$ac_objext conftest$ac_exeext
15859 if { (ac_try="$ac_link"
15860 case "(($ac_try" in
15861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15862   *) ac_try_echo=$ac_try;;
15863 esac
15864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15865   (eval "$ac_link") 2>conftest.er1
15866   ac_status=$?
15867   grep -v '^ *+' conftest.er1 >conftest.err
15868   rm -f conftest.er1
15869   cat conftest.err >&5
15870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15871   (exit $ac_status); } && {
15872          test -z "$ac_c_werror_flag" ||
15873          test ! -s conftest.err
15874        } && test -s conftest$ac_exeext &&
15875        $as_test_x conftest$ac_exeext; then
15876   case "$LIBEXT" in
15877     dll) ;;
15878     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'` ;;
15879     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15880   esac
15881 else
15882   echo "$as_me: failed program was:" >&5
15883 sed 's/^/| /' conftest.$ac_ext >&5
15884
15885
15886 fi
15887
15888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15889       conftest$ac_exeext conftest.$ac_ext
15890   LIBS=$ac_check_soname_save_LIBS
15891 fi
15892 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15893   { echo "$as_me:$LINENO: result: not found" >&5
15894 echo "${ECHO_T}not found" >&6; }
15895
15896 else
15897   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15898 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15899
15900 cat >>confdefs.h <<_ACEOF
15901 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15902 _ACEOF
15903
15904
15905 fi
15906
15907     fi
15908 fi
15909 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15910   case "x$with_fontconfig" in
15911   x)   wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15912   xno) ;;
15913   *)   { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15914 This is an error since --with-fontconfig was requested." >&5
15915 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15916 This is an error since --with-fontconfig was requested." >&2;}
15917    { (exit 1); exit 1; }; } ;;
15918 esac
15919 fi
15920
15921
15922 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15923 then
15924     { echo "$as_me:$LINENO: checking for -lssl" >&5
15925 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15926 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15927   echo $ECHO_N "(cached) $ECHO_C" >&6
15928 else
15929   ac_check_soname_save_LIBS=$LIBS
15930 LIBS="-lssl  $LIBS"
15931   cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h.  */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h.  */
15937
15938 /* Override any GCC internal prototype to avoid an error.
15939    Use char because int might match the return type of a GCC
15940    builtin and then its argument prototype would still apply.  */
15941 #ifdef __cplusplus
15942 extern "C"
15943 #endif
15944 char SSL_library_init ();
15945 int
15946 main ()
15947 {
15948 return SSL_library_init ();
15949   ;
15950   return 0;
15951 }
15952 _ACEOF
15953 rm -f conftest.$ac_objext conftest$ac_exeext
15954 if { (ac_try="$ac_link"
15955 case "(($ac_try" in
15956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15957   *) ac_try_echo=$ac_try;;
15958 esac
15959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15960   (eval "$ac_link") 2>conftest.er1
15961   ac_status=$?
15962   grep -v '^ *+' conftest.er1 >conftest.err
15963   rm -f conftest.er1
15964   cat conftest.err >&5
15965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15966   (exit $ac_status); } && {
15967          test -z "$ac_c_werror_flag" ||
15968          test ! -s conftest.err
15969        } && test -s conftest$ac_exeext &&
15970        $as_test_x conftest$ac_exeext; then
15971   case "$LIBEXT" in
15972     dll) ;;
15973     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'` ;;
15974     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
15975   esac
15976 else
15977   echo "$as_me: failed program was:" >&5
15978 sed 's/^/| /' conftest.$ac_ext >&5
15979
15980
15981 fi
15982
15983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15984       conftest$ac_exeext conftest.$ac_ext
15985   LIBS=$ac_check_soname_save_LIBS
15986 fi
15987 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15988   { echo "$as_me:$LINENO: result: not found" >&5
15989 echo "${ECHO_T}not found" >&6; }
15990
15991 else
15992   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15993 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15994
15995 cat >>confdefs.h <<_ACEOF
15996 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15997 _ACEOF
15998
15999
16000 fi
16001
16002     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16003 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16004 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16005   echo $ECHO_N "(cached) $ECHO_C" >&6
16006 else
16007   ac_check_soname_save_LIBS=$LIBS
16008 LIBS="-lcrypto  $LIBS"
16009   cat >conftest.$ac_ext <<_ACEOF
16010 /* confdefs.h.  */
16011 _ACEOF
16012 cat confdefs.h >>conftest.$ac_ext
16013 cat >>conftest.$ac_ext <<_ACEOF
16014 /* end confdefs.h.  */
16015
16016 /* Override any GCC internal prototype to avoid an error.
16017    Use char because int might match the return type of a GCC
16018    builtin and then its argument prototype would still apply.  */
16019 #ifdef __cplusplus
16020 extern "C"
16021 #endif
16022 char BIO_new_socket ();
16023 int
16024 main ()
16025 {
16026 return BIO_new_socket ();
16027   ;
16028   return 0;
16029 }
16030 _ACEOF
16031 rm -f conftest.$ac_objext conftest$ac_exeext
16032 if { (ac_try="$ac_link"
16033 case "(($ac_try" in
16034   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16035   *) ac_try_echo=$ac_try;;
16036 esac
16037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16038   (eval "$ac_link") 2>conftest.er1
16039   ac_status=$?
16040   grep -v '^ *+' conftest.er1 >conftest.err
16041   rm -f conftest.er1
16042   cat conftest.err >&5
16043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16044   (exit $ac_status); } && {
16045          test -z "$ac_c_werror_flag" ||
16046          test ! -s conftest.err
16047        } && test -s conftest$ac_exeext &&
16048        $as_test_x conftest$ac_exeext; then
16049   case "$LIBEXT" in
16050     dll) ;;
16051     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'` ;;
16052     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16053   esac
16054 else
16055   echo "$as_me: failed program was:" >&5
16056 sed 's/^/| /' conftest.$ac_ext >&5
16057
16058
16059 fi
16060
16061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16062       conftest$ac_exeext conftest.$ac_ext
16063   LIBS=$ac_check_soname_save_LIBS
16064 fi
16065 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16066   { echo "$as_me:$LINENO: result: not found" >&5
16067 echo "${ECHO_T}not found" >&6; }
16068
16069 else
16070   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16071 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16072
16073 cat >>confdefs.h <<_ACEOF
16074 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16075 _ACEOF
16076
16077
16078 fi
16079
16080 fi
16081 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16082   case "x$with_openssl" in
16083   x)   wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16084   xno) ;;
16085   *)   { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16086 This is an error since --with-openssl was requested." >&5
16087 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16088 This is an error since --with-openssl was requested." >&2;}
16089    { (exit 1); exit 1; }; } ;;
16090 esac
16091 fi
16092
16093
16094 if test "$ac_cv_header_jpeglib_h" = "yes"
16095 then
16096     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16097 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16098 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16099   echo $ECHO_N "(cached) $ECHO_C" >&6
16100 else
16101   ac_check_soname_save_LIBS=$LIBS
16102 LIBS="-ljpeg  $LIBS"
16103   cat >conftest.$ac_ext <<_ACEOF
16104 /* confdefs.h.  */
16105 _ACEOF
16106 cat confdefs.h >>conftest.$ac_ext
16107 cat >>conftest.$ac_ext <<_ACEOF
16108 /* end confdefs.h.  */
16109
16110 /* Override any GCC internal prototype to avoid an error.
16111    Use char because int might match the return type of a GCC
16112    builtin and then its argument prototype would still apply.  */
16113 #ifdef __cplusplus
16114 extern "C"
16115 #endif
16116 char jpeg_start_decompress ();
16117 int
16118 main ()
16119 {
16120 return jpeg_start_decompress ();
16121   ;
16122   return 0;
16123 }
16124 _ACEOF
16125 rm -f conftest.$ac_objext conftest$ac_exeext
16126 if { (ac_try="$ac_link"
16127 case "(($ac_try" in
16128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16129   *) ac_try_echo=$ac_try;;
16130 esac
16131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16132   (eval "$ac_link") 2>conftest.er1
16133   ac_status=$?
16134   grep -v '^ *+' conftest.er1 >conftest.err
16135   rm -f conftest.er1
16136   cat conftest.err >&5
16137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16138   (exit $ac_status); } && {
16139          test -z "$ac_c_werror_flag" ||
16140          test ! -s conftest.err
16141        } && test -s conftest$ac_exeext &&
16142        $as_test_x conftest$ac_exeext; then
16143   case "$LIBEXT" in
16144     dll) ;;
16145     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'` ;;
16146     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16147   esac
16148 else
16149   echo "$as_me: failed program was:" >&5
16150 sed 's/^/| /' conftest.$ac_ext >&5
16151
16152
16153 fi
16154
16155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16156       conftest$ac_exeext conftest.$ac_ext
16157   LIBS=$ac_check_soname_save_LIBS
16158 fi
16159 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16160   { echo "$as_me:$LINENO: result: not found" >&5
16161 echo "${ECHO_T}not found" >&6; }
16162
16163 else
16164   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16165 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16166
16167 cat >>confdefs.h <<_ACEOF
16168 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16169 _ACEOF
16170
16171
16172 fi
16173
16174 fi
16175 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16176   case "x$with_jpeg" in
16177   x)   wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16178   xno) ;;
16179   *)   { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16180 This is an error since --with-jpeg was requested." >&5
16181 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16182 This is an error since --with-jpeg was requested." >&2;}
16183    { (exit 1); exit 1; }; } ;;
16184 esac
16185 fi
16186
16187
16188 if test "$ac_cv_header_png_h" = "yes"
16189 then
16190     { echo "$as_me:$LINENO: checking for -lpng" >&5
16191 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16192 if test "${ac_cv_lib_soname_png+set}" = set; then
16193   echo $ECHO_N "(cached) $ECHO_C" >&6
16194 else
16195   ac_check_soname_save_LIBS=$LIBS
16196 LIBS="-lpng -lm $LIBS"
16197   cat >conftest.$ac_ext <<_ACEOF
16198 /* confdefs.h.  */
16199 _ACEOF
16200 cat confdefs.h >>conftest.$ac_ext
16201 cat >>conftest.$ac_ext <<_ACEOF
16202 /* end confdefs.h.  */
16203
16204 /* Override any GCC internal prototype to avoid an error.
16205    Use char because int might match the return type of a GCC
16206    builtin and then its argument prototype would still apply.  */
16207 #ifdef __cplusplus
16208 extern "C"
16209 #endif
16210 char png_create_read_struct ();
16211 int
16212 main ()
16213 {
16214 return png_create_read_struct ();
16215   ;
16216   return 0;
16217 }
16218 _ACEOF
16219 rm -f conftest.$ac_objext conftest$ac_exeext
16220 if { (ac_try="$ac_link"
16221 case "(($ac_try" in
16222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16223   *) ac_try_echo=$ac_try;;
16224 esac
16225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16226   (eval "$ac_link") 2>conftest.er1
16227   ac_status=$?
16228   grep -v '^ *+' conftest.er1 >conftest.err
16229   rm -f conftest.er1
16230   cat conftest.err >&5
16231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16232   (exit $ac_status); } && {
16233          test -z "$ac_c_werror_flag" ||
16234          test ! -s conftest.err
16235        } && test -s conftest$ac_exeext &&
16236        $as_test_x conftest$ac_exeext; then
16237   case "$LIBEXT" in
16238     dll) ;;
16239     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'` ;;
16240     *) 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'` ;;
16241   esac
16242 else
16243   echo "$as_me: failed program was:" >&5
16244 sed 's/^/| /' conftest.$ac_ext >&5
16245
16246
16247 fi
16248
16249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16250       conftest$ac_exeext conftest.$ac_ext
16251   LIBS=$ac_check_soname_save_LIBS
16252 fi
16253 if test "x$ac_cv_lib_soname_png" = "x"; then
16254   { echo "$as_me:$LINENO: result: not found" >&5
16255 echo "${ECHO_T}not found" >&6; }
16256
16257 else
16258   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16259 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16260
16261 cat >>confdefs.h <<_ACEOF
16262 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16263 _ACEOF
16264
16265
16266 fi
16267
16268 fi
16269 if test "x$ac_cv_lib_soname_png" = "x"; then
16270   case "x$with_png" in
16271   x)   wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16272   xno) ;;
16273   *)   { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16274 This is an error since --with-png was requested." >&5
16275 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16276 This is an error since --with-png was requested." >&2;}
16277    { (exit 1); exit 1; }; } ;;
16278 esac
16279 fi
16280
16281
16282 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16283 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16284 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16285   echo $ECHO_N "(cached) $ECHO_C" >&6
16286 else
16287   ac_check_soname_save_LIBS=$LIBS
16288 LIBS="-lodbc  $LIBS"
16289   cat >conftest.$ac_ext <<_ACEOF
16290 /* confdefs.h.  */
16291 _ACEOF
16292 cat confdefs.h >>conftest.$ac_ext
16293 cat >>conftest.$ac_ext <<_ACEOF
16294 /* end confdefs.h.  */
16295
16296 /* Override any GCC internal prototype to avoid an error.
16297    Use char because int might match the return type of a GCC
16298    builtin and then its argument prototype would still apply.  */
16299 #ifdef __cplusplus
16300 extern "C"
16301 #endif
16302 char SQLConnect ();
16303 int
16304 main ()
16305 {
16306 return SQLConnect ();
16307   ;
16308   return 0;
16309 }
16310 _ACEOF
16311 rm -f conftest.$ac_objext conftest$ac_exeext
16312 if { (ac_try="$ac_link"
16313 case "(($ac_try" in
16314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16315   *) ac_try_echo=$ac_try;;
16316 esac
16317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16318   (eval "$ac_link") 2>conftest.er1
16319   ac_status=$?
16320   grep -v '^ *+' conftest.er1 >conftest.err
16321   rm -f conftest.er1
16322   cat conftest.err >&5
16323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16324   (exit $ac_status); } && {
16325          test -z "$ac_c_werror_flag" ||
16326          test ! -s conftest.err
16327        } && test -s conftest$ac_exeext &&
16328        $as_test_x conftest$ac_exeext; then
16329   case "$LIBEXT" in
16330     dll) ;;
16331     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'` ;;
16332     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16333   esac
16334 else
16335   echo "$as_me: failed program was:" >&5
16336 sed 's/^/| /' conftest.$ac_ext >&5
16337
16338
16339 fi
16340
16341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16342       conftest$ac_exeext conftest.$ac_ext
16343   LIBS=$ac_check_soname_save_LIBS
16344 fi
16345 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16346   { echo "$as_me:$LINENO: result: not found" >&5
16347 echo "${ECHO_T}not found" >&6; }
16348        cat >>confdefs.h <<_ACEOF
16349 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16350 _ACEOF
16351
16352 else
16353   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16354 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16355
16356 cat >>confdefs.h <<_ACEOF
16357 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16358 _ACEOF
16359
16360
16361 fi
16362
16363
16364 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16365         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16366         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16367         "$ac_cv_header_soundcard_h" != "yes" -a \
16368         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16369 then
16370     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16371 fi
16372
16373
16374 EXTRACFLAGS=""
16375
16376 if test "x${GCC}" = "xyes"
16377 then
16378   EXTRACFLAGS="-Wall -pipe"
16379
16380     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16381 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16382 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16383   echo $ECHO_N "(cached) $ECHO_C" >&6
16384 else
16385   if test "$cross_compiling" = yes; then
16386   ac_cv_c_gcc_strength_bug="yes"
16387 else
16388   cat >conftest.$ac_ext <<_ACEOF
16389 /* confdefs.h.  */
16390 _ACEOF
16391 cat confdefs.h >>conftest.$ac_ext
16392 cat >>conftest.$ac_ext <<_ACEOF
16393 /* end confdefs.h.  */
16394 int L[4] = {0,1,2,3};
16395 int
16396 main ()
16397 {
16398 static int Array[3];
16399   unsigned int B = 3;
16400   int i;
16401   for(i=0; i<B; i++) Array[i] = i - 3;
16402   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16403   L[i] = 4;
16404   exit( Array[1] != -2 || L[2] != 3)
16405   ;
16406   return 0;
16407 }
16408 _ACEOF
16409 rm -f conftest$ac_exeext
16410 if { (ac_try="$ac_link"
16411 case "(($ac_try" in
16412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16413   *) ac_try_echo=$ac_try;;
16414 esac
16415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16416   (eval "$ac_link") 2>&5
16417   ac_status=$?
16418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16419   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16420   { (case "(($ac_try" in
16421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16422   *) ac_try_echo=$ac_try;;
16423 esac
16424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16425   (eval "$ac_try") 2>&5
16426   ac_status=$?
16427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428   (exit $ac_status); }; }; then
16429   ac_cv_c_gcc_strength_bug="no"
16430 else
16431   echo "$as_me: program exited with status $ac_status" >&5
16432 echo "$as_me: failed program was:" >&5
16433 sed 's/^/| /' conftest.$ac_ext >&5
16434
16435 ( exit $ac_status )
16436 ac_cv_c_gcc_strength_bug="yes"
16437 fi
16438 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16439 fi
16440
16441
16442 fi
16443 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16444 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16445   if test "$ac_cv_c_gcc_strength_bug" = "yes"
16446   then
16447     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16448   fi
16449
16450
16451   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16452 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16453 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16454   echo $ECHO_N "(cached) $ECHO_C" >&6
16455 else
16456   ac_wine_try_cflags_saved=$CFLAGS
16457 CFLAGS="$CFLAGS -fshort-wchar"
16458 cat >conftest.$ac_ext <<_ACEOF
16459 /* confdefs.h.  */
16460 _ACEOF
16461 cat confdefs.h >>conftest.$ac_ext
16462 cat >>conftest.$ac_ext <<_ACEOF
16463 /* end confdefs.h.  */
16464
16465 int
16466 main ()
16467 {
16468
16469   ;
16470   return 0;
16471 }
16472 _ACEOF
16473 rm -f conftest.$ac_objext conftest$ac_exeext
16474 if { (ac_try="$ac_link"
16475 case "(($ac_try" in
16476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16477   *) ac_try_echo=$ac_try;;
16478 esac
16479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16480   (eval "$ac_link") 2>conftest.er1
16481   ac_status=$?
16482   grep -v '^ *+' conftest.er1 >conftest.err
16483   rm -f conftest.er1
16484   cat conftest.err >&5
16485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486   (exit $ac_status); } && {
16487          test -z "$ac_c_werror_flag" ||
16488          test ! -s conftest.err
16489        } && test -s conftest$ac_exeext &&
16490        $as_test_x conftest$ac_exeext; then
16491   ac_cv_cflags__fshort_wchar=yes
16492 else
16493   echo "$as_me: failed program was:" >&5
16494 sed 's/^/| /' conftest.$ac_ext >&5
16495
16496         ac_cv_cflags__fshort_wchar=no
16497 fi
16498
16499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16500       conftest$ac_exeext conftest.$ac_ext
16501 CFLAGS=$ac_wine_try_cflags_saved
16502 fi
16503 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16504 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16505 if test $ac_cv_cflags__fshort_wchar = yes; then
16506
16507 cat >>confdefs.h <<\_ACEOF
16508 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16509 _ACEOF
16510
16511 fi
16512
16513   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16514 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16515 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16516   echo $ECHO_N "(cached) $ECHO_C" >&6
16517 else
16518   ac_wine_try_cflags_saved=$CFLAGS
16519 CFLAGS="$CFLAGS -fno-builtin"
16520 cat >conftest.$ac_ext <<_ACEOF
16521 /* confdefs.h.  */
16522 _ACEOF
16523 cat confdefs.h >>conftest.$ac_ext
16524 cat >>conftest.$ac_ext <<_ACEOF
16525 /* end confdefs.h.  */
16526
16527 int
16528 main ()
16529 {
16530
16531   ;
16532   return 0;
16533 }
16534 _ACEOF
16535 rm -f conftest.$ac_objext conftest$ac_exeext
16536 if { (ac_try="$ac_link"
16537 case "(($ac_try" in
16538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16539   *) ac_try_echo=$ac_try;;
16540 esac
16541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16542   (eval "$ac_link") 2>conftest.er1
16543   ac_status=$?
16544   grep -v '^ *+' conftest.er1 >conftest.err
16545   rm -f conftest.er1
16546   cat conftest.err >&5
16547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548   (exit $ac_status); } && {
16549          test -z "$ac_c_werror_flag" ||
16550          test ! -s conftest.err
16551        } && test -s conftest$ac_exeext &&
16552        $as_test_x conftest$ac_exeext; then
16553   ac_cv_cflags__fno_builtin=yes
16554 else
16555   echo "$as_me: failed program was:" >&5
16556 sed 's/^/| /' conftest.$ac_ext >&5
16557
16558         ac_cv_cflags__fno_builtin=no
16559 fi
16560
16561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16562       conftest$ac_exeext conftest.$ac_ext
16563 CFLAGS=$ac_wine_try_cflags_saved
16564 fi
16565 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16566 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16567 if test $ac_cv_cflags__fno_builtin = yes; then
16568   BUILTINFLAG="-fno-builtin"
16569
16570 fi
16571
16572   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16573 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16574 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16575   echo $ECHO_N "(cached) $ECHO_C" >&6
16576 else
16577   ac_wine_try_cflags_saved=$CFLAGS
16578 CFLAGS="$CFLAGS -fno-strict-aliasing"
16579 cat >conftest.$ac_ext <<_ACEOF
16580 /* confdefs.h.  */
16581 _ACEOF
16582 cat confdefs.h >>conftest.$ac_ext
16583 cat >>conftest.$ac_ext <<_ACEOF
16584 /* end confdefs.h.  */
16585
16586 int
16587 main ()
16588 {
16589
16590   ;
16591   return 0;
16592 }
16593 _ACEOF
16594 rm -f conftest.$ac_objext conftest$ac_exeext
16595 if { (ac_try="$ac_link"
16596 case "(($ac_try" in
16597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16598   *) ac_try_echo=$ac_try;;
16599 esac
16600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16601   (eval "$ac_link") 2>conftest.er1
16602   ac_status=$?
16603   grep -v '^ *+' conftest.er1 >conftest.err
16604   rm -f conftest.er1
16605   cat conftest.err >&5
16606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16607   (exit $ac_status); } && {
16608          test -z "$ac_c_werror_flag" ||
16609          test ! -s conftest.err
16610        } && test -s conftest$ac_exeext &&
16611        $as_test_x conftest$ac_exeext; then
16612   ac_cv_cflags__fno_strict_aliasing=yes
16613 else
16614   echo "$as_me: failed program was:" >&5
16615 sed 's/^/| /' conftest.$ac_ext >&5
16616
16617         ac_cv_cflags__fno_strict_aliasing=no
16618 fi
16619
16620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16621       conftest$ac_exeext conftest.$ac_ext
16622 CFLAGS=$ac_wine_try_cflags_saved
16623 fi
16624 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16625 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16626 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16627   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16628 fi
16629
16630   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16631 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16632 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16633   echo $ECHO_N "(cached) $ECHO_C" >&6
16634 else
16635   ac_wine_try_cflags_saved=$CFLAGS
16636 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16637 cat >conftest.$ac_ext <<_ACEOF
16638 /* confdefs.h.  */
16639 _ACEOF
16640 cat confdefs.h >>conftest.$ac_ext
16641 cat >>conftest.$ac_ext <<_ACEOF
16642 /* end confdefs.h.  */
16643
16644 int
16645 main ()
16646 {
16647
16648   ;
16649   return 0;
16650 }
16651 _ACEOF
16652 rm -f conftest.$ac_objext conftest$ac_exeext
16653 if { (ac_try="$ac_link"
16654 case "(($ac_try" in
16655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16656   *) ac_try_echo=$ac_try;;
16657 esac
16658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16659   (eval "$ac_link") 2>conftest.er1
16660   ac_status=$?
16661   grep -v '^ *+' conftest.er1 >conftest.err
16662   rm -f conftest.er1
16663   cat conftest.err >&5
16664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16665   (exit $ac_status); } && {
16666          test -z "$ac_c_werror_flag" ||
16667          test ! -s conftest.err
16668        } && test -s conftest$ac_exeext &&
16669        $as_test_x conftest$ac_exeext; then
16670   ac_cv_cflags__Wdeclaration_after_statement=yes
16671 else
16672   echo "$as_me: failed program was:" >&5
16673 sed 's/^/| /' conftest.$ac_ext >&5
16674
16675         ac_cv_cflags__Wdeclaration_after_statement=no
16676 fi
16677
16678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16679       conftest$ac_exeext conftest.$ac_ext
16680 CFLAGS=$ac_wine_try_cflags_saved
16681 fi
16682 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16683 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16684 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16685   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16686 fi
16687
16688   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16689 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16690 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16691   echo $ECHO_N "(cached) $ECHO_C" >&6
16692 else
16693   ac_wine_try_cflags_saved=$CFLAGS
16694 CFLAGS="$CFLAGS -Wwrite-strings"
16695 cat >conftest.$ac_ext <<_ACEOF
16696 /* confdefs.h.  */
16697 _ACEOF
16698 cat confdefs.h >>conftest.$ac_ext
16699 cat >>conftest.$ac_ext <<_ACEOF
16700 /* end confdefs.h.  */
16701
16702 int
16703 main ()
16704 {
16705
16706   ;
16707   return 0;
16708 }
16709 _ACEOF
16710 rm -f conftest.$ac_objext conftest$ac_exeext
16711 if { (ac_try="$ac_link"
16712 case "(($ac_try" in
16713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16714   *) ac_try_echo=$ac_try;;
16715 esac
16716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16717   (eval "$ac_link") 2>conftest.er1
16718   ac_status=$?
16719   grep -v '^ *+' conftest.er1 >conftest.err
16720   rm -f conftest.er1
16721   cat conftest.err >&5
16722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723   (exit $ac_status); } && {
16724          test -z "$ac_c_werror_flag" ||
16725          test ! -s conftest.err
16726        } && test -s conftest$ac_exeext &&
16727        $as_test_x conftest$ac_exeext; then
16728   ac_cv_cflags__Wwrite_strings=yes
16729 else
16730   echo "$as_me: failed program was:" >&5
16731 sed 's/^/| /' conftest.$ac_ext >&5
16732
16733         ac_cv_cflags__Wwrite_strings=no
16734 fi
16735
16736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16737       conftest$ac_exeext conftest.$ac_ext
16738 CFLAGS=$ac_wine_try_cflags_saved
16739 fi
16740 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16741 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16742 if test $ac_cv_cflags__Wwrite_strings = yes; then
16743   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16744 fi
16745
16746   { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16747 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16748 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16749   echo $ECHO_N "(cached) $ECHO_C" >&6
16750 else
16751   ac_wine_try_cflags_saved=$CFLAGS
16752 CFLAGS="$CFLAGS -Wtype-limits"
16753 cat >conftest.$ac_ext <<_ACEOF
16754 /* confdefs.h.  */
16755 _ACEOF
16756 cat confdefs.h >>conftest.$ac_ext
16757 cat >>conftest.$ac_ext <<_ACEOF
16758 /* end confdefs.h.  */
16759
16760 int
16761 main ()
16762 {
16763
16764   ;
16765   return 0;
16766 }
16767 _ACEOF
16768 rm -f conftest.$ac_objext conftest$ac_exeext
16769 if { (ac_try="$ac_link"
16770 case "(($ac_try" in
16771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16772   *) ac_try_echo=$ac_try;;
16773 esac
16774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16775   (eval "$ac_link") 2>conftest.er1
16776   ac_status=$?
16777   grep -v '^ *+' conftest.er1 >conftest.err
16778   rm -f conftest.er1
16779   cat conftest.err >&5
16780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16781   (exit $ac_status); } && {
16782          test -z "$ac_c_werror_flag" ||
16783          test ! -s conftest.err
16784        } && test -s conftest$ac_exeext &&
16785        $as_test_x conftest$ac_exeext; then
16786   ac_cv_cflags__Wtype_limits=yes
16787 else
16788   echo "$as_me: failed program was:" >&5
16789 sed 's/^/| /' conftest.$ac_ext >&5
16790
16791         ac_cv_cflags__Wtype_limits=no
16792 fi
16793
16794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16795       conftest$ac_exeext conftest.$ac_ext
16796 CFLAGS=$ac_wine_try_cflags_saved
16797 fi
16798 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16799 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16800 if test $ac_cv_cflags__Wtype_limits = yes; then
16801   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16802 fi
16803
16804
16805     saved_CFLAGS="$CFLAGS"
16806   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16807   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16808 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16809 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16810   echo $ECHO_N "(cached) $ECHO_C" >&6
16811 else
16812   cat >conftest.$ac_ext <<_ACEOF
16813 /* confdefs.h.  */
16814 _ACEOF
16815 cat confdefs.h >>conftest.$ac_ext
16816 cat >>conftest.$ac_ext <<_ACEOF
16817 /* end confdefs.h.  */
16818 #include <string.h>
16819 int
16820 main ()
16821 {
16822
16823   ;
16824   return 0;
16825 }
16826 _ACEOF
16827 rm -f conftest.$ac_objext
16828 if { (ac_try="$ac_compile"
16829 case "(($ac_try" in
16830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16831   *) ac_try_echo=$ac_try;;
16832 esac
16833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16834   (eval "$ac_compile") 2>conftest.er1
16835   ac_status=$?
16836   grep -v '^ *+' conftest.er1 >conftest.err
16837   rm -f conftest.er1
16838   cat conftest.err >&5
16839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16840   (exit $ac_status); } && {
16841          test -z "$ac_c_werror_flag" ||
16842          test ! -s conftest.err
16843        } && test -s conftest.$ac_objext; then
16844   ac_cv_c_string_h_warnings=no
16845 else
16846   echo "$as_me: failed program was:" >&5
16847 sed 's/^/| /' conftest.$ac_ext >&5
16848
16849         ac_cv_c_string_h_warnings=yes
16850 fi
16851
16852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16853 fi
16854 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16855 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16856   CFLAGS="$saved_CFLAGS"
16857   if test "$ac_cv_c_string_h_warnings" = "no"
16858   then
16859     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16860   fi
16861 fi
16862
16863
16864 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16865 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16866 if test "${ac_cv_asm_func_def+set}" = set; then
16867   echo $ECHO_N "(cached) $ECHO_C" >&6
16868 else
16869   cat >conftest.$ac_ext <<_ACEOF
16870 /* confdefs.h.  */
16871 _ACEOF
16872 cat confdefs.h >>conftest.$ac_ext
16873 cat >>conftest.$ac_ext <<_ACEOF
16874 /* end confdefs.h.  */
16875
16876 int
16877 main ()
16878 {
16879 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16880   ;
16881   return 0;
16882 }
16883 _ACEOF
16884 rm -f conftest.$ac_objext conftest$ac_exeext
16885 if { (ac_try="$ac_link"
16886 case "(($ac_try" in
16887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16888   *) ac_try_echo=$ac_try;;
16889 esac
16890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16891   (eval "$ac_link") 2>conftest.er1
16892   ac_status=$?
16893   grep -v '^ *+' conftest.er1 >conftest.err
16894   rm -f conftest.er1
16895   cat conftest.err >&5
16896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16897   (exit $ac_status); } && {
16898          test -z "$ac_c_werror_flag" ||
16899          test ! -s conftest.err
16900        } && test -s conftest$ac_exeext &&
16901        $as_test_x conftest$ac_exeext; then
16902   ac_cv_asm_func_def=".def"
16903 else
16904   echo "$as_me: failed program was:" >&5
16905 sed 's/^/| /' conftest.$ac_ext >&5
16906
16907         cat >conftest.$ac_ext <<_ACEOF
16908 /* confdefs.h.  */
16909 _ACEOF
16910 cat confdefs.h >>conftest.$ac_ext
16911 cat >>conftest.$ac_ext <<_ACEOF
16912 /* end confdefs.h.  */
16913
16914 int
16915 main ()
16916 {
16917 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16918   ;
16919   return 0;
16920 }
16921 _ACEOF
16922 rm -f conftest.$ac_objext conftest$ac_exeext
16923 if { (ac_try="$ac_link"
16924 case "(($ac_try" in
16925   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16926   *) ac_try_echo=$ac_try;;
16927 esac
16928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16929   (eval "$ac_link") 2>conftest.er1
16930   ac_status=$?
16931   grep -v '^ *+' conftest.er1 >conftest.err
16932   rm -f conftest.er1
16933   cat conftest.err >&5
16934   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16935   (exit $ac_status); } && {
16936          test -z "$ac_c_werror_flag" ||
16937          test ! -s conftest.err
16938        } && test -s conftest$ac_exeext &&
16939        $as_test_x conftest$ac_exeext; then
16940   ac_cv_asm_func_def=".type @function"
16941 else
16942   echo "$as_me: failed program was:" >&5
16943 sed 's/^/| /' conftest.$ac_ext >&5
16944
16945         cat >conftest.$ac_ext <<_ACEOF
16946 /* confdefs.h.  */
16947 _ACEOF
16948 cat confdefs.h >>conftest.$ac_ext
16949 cat >>conftest.$ac_ext <<_ACEOF
16950 /* end confdefs.h.  */
16951
16952 int
16953 main ()
16954 {
16955 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16956   ;
16957   return 0;
16958 }
16959 _ACEOF
16960 rm -f conftest.$ac_objext conftest$ac_exeext
16961 if { (ac_try="$ac_link"
16962 case "(($ac_try" in
16963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16964   *) ac_try_echo=$ac_try;;
16965 esac
16966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16967   (eval "$ac_link") 2>conftest.er1
16968   ac_status=$?
16969   grep -v '^ *+' conftest.er1 >conftest.err
16970   rm -f conftest.er1
16971   cat conftest.err >&5
16972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16973   (exit $ac_status); } && {
16974          test -z "$ac_c_werror_flag" ||
16975          test ! -s conftest.err
16976        } && test -s conftest$ac_exeext &&
16977        $as_test_x conftest$ac_exeext; then
16978   ac_cv_asm_func_def=".type 2"
16979 else
16980   echo "$as_me: failed program was:" >&5
16981 sed 's/^/| /' conftest.$ac_ext >&5
16982
16983         ac_cv_asm_func_def="unknown"
16984 fi
16985
16986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16987       conftest$ac_exeext conftest.$ac_ext
16988 fi
16989
16990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16991       conftest$ac_exeext conftest.$ac_ext
16992 fi
16993
16994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16995       conftest$ac_exeext conftest.$ac_ext
16996 fi
16997 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16998 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16999
17000
17001
17002 case "$ac_cv_asm_func_def" in
17003   ".def")
17004      cat >>confdefs.h <<\_ACEOF
17005 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17006 _ACEOF
17007  ;;
17008   ".type @function")
17009      cat >>confdefs.h <<\_ACEOF
17010 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17011 _ACEOF
17012  ;;
17013   ".type 2")
17014      cat >>confdefs.h <<\_ACEOF
17015 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17016 _ACEOF
17017  ;;
17018   *)
17019      cat >>confdefs.h <<\_ACEOF
17020 #define __ASM_FUNC(name) ""
17021 _ACEOF
17022  ;;
17023 esac
17024
17025
17026 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17027 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17028 if test "${ac_cv_c_extern_prefix+set}" = set; then
17029   echo $ECHO_N "(cached) $ECHO_C" >&6
17030 else
17031   cat >conftest.$ac_ext <<_ACEOF
17032 /* confdefs.h.  */
17033 _ACEOF
17034 cat confdefs.h >>conftest.$ac_ext
17035 cat >>conftest.$ac_ext <<_ACEOF
17036 /* end confdefs.h.  */
17037 extern int ac_test;
17038 int
17039 main ()
17040 {
17041 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17042   ;
17043   return 0;
17044 }
17045 _ACEOF
17046 rm -f conftest.$ac_objext conftest$ac_exeext
17047 if { (ac_try="$ac_link"
17048 case "(($ac_try" in
17049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17050   *) ac_try_echo=$ac_try;;
17051 esac
17052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17053   (eval "$ac_link") 2>conftest.er1
17054   ac_status=$?
17055   grep -v '^ *+' conftest.er1 >conftest.err
17056   rm -f conftest.er1
17057   cat conftest.err >&5
17058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059   (exit $ac_status); } && {
17060          test -z "$ac_c_werror_flag" ||
17061          test ! -s conftest.err
17062        } && test -s conftest$ac_exeext &&
17063        $as_test_x conftest$ac_exeext; then
17064   ac_cv_c_extern_prefix="yes"
17065 else
17066   echo "$as_me: failed program was:" >&5
17067 sed 's/^/| /' conftest.$ac_ext >&5
17068
17069         ac_cv_c_extern_prefix="no"
17070 fi
17071
17072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17073       conftest$ac_exeext conftest.$ac_ext
17074 fi
17075 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17076 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17077
17078
17079
17080 if test "$ac_cv_c_extern_prefix" = "yes"
17081 then
17082   cat >>confdefs.h <<\_ACEOF
17083 #define __ASM_NAME(name) "_" name
17084 _ACEOF
17085
17086 else
17087   cat >>confdefs.h <<\_ACEOF
17088 #define __ASM_NAME(name) name
17089 _ACEOF
17090
17091 fi
17092
17093
17094 LDPATH=""
17095
17096 case $build_os in
17097   cygwin*|mingw32*)
17098     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17099     ;;
17100   darwin*|macosx*)
17101     ;;
17102   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17103     then
17104       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17105     fi
17106     ;;
17107   *)
17108     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17109     ;;
17110 esac
17111
17112 case $host_os in
17113   mingw32*)
17114     CRTLIBS="-lmsvcrt"
17115
17116     SOCKETLIBS="-lws2_32"
17117
17118     ;;
17119 esac
17120
17121 MAIN_BINARY="wine-pthread"
17122   case $host_cpu in
17123   *i[3456789]86*)
17124     case $host_os in
17125       linux* | k*bsd*-gnu)
17126         MAIN_BINARY="wine-glibc"
17127
17128         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17129  ;;
17130       freebsd*)
17131         MAIN_BINARY="wine-freebsd"
17132
17133         EXTRA_BINARIES="wine-pthread"
17134  ;;
17135     esac
17136     ;;
17137 esac
17138
17139
17140
17141
17142
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 for ac_func in \
17210         _pclose \
17211         _popen \
17212         _snprintf \
17213         _spawnvp \
17214         _strdup \
17215         _stricmp \
17216         _strnicmp \
17217         _strtoi64 \
17218         _strtoui64 \
17219         _vsnprintf \
17220         asctime_r \
17221         chsize \
17222         clone \
17223         dlopen \
17224         epoll_create \
17225         ffs \
17226         finite \
17227         fork \
17228         fpclass \
17229         fstatfs \
17230         fstatvfs \
17231         ftruncate \
17232         futimes \
17233         futimesat \
17234         getdirentries \
17235         getopt_long \
17236         getpagesize \
17237         getpwuid \
17238         gettid \
17239         gettimeofday \
17240         getuid \
17241         inet_pton \
17242         kqueue \
17243         lstat \
17244         memmove \
17245         mmap \
17246         pclose \
17247         poll \
17248         popen \
17249         prctl \
17250         pread \
17251         pwrite \
17252         readlink \
17253         rfork \
17254         sched_yield \
17255         select \
17256         setproctitle \
17257         setrlimit \
17258         settimeofday \
17259         sigaltstack \
17260         sigprocmask \
17261         snprintf \
17262         spawnvp \
17263         statfs \
17264         statvfs \
17265         strcasecmp \
17266         strdup \
17267         strerror \
17268         strncasecmp \
17269         strtold \
17270         strtoll \
17271         strtoull \
17272         tcgetattr \
17273         thr_kill2 \
17274         timegm \
17275         usleep \
17276         vsnprintf \
17277         wait4 \
17278         waitpid \
17279
17280 do
17281 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17282 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17283 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17284 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17285   echo $ECHO_N "(cached) $ECHO_C" >&6
17286 else
17287   cat >conftest.$ac_ext <<_ACEOF
17288 /* confdefs.h.  */
17289 _ACEOF
17290 cat confdefs.h >>conftest.$ac_ext
17291 cat >>conftest.$ac_ext <<_ACEOF
17292 /* end confdefs.h.  */
17293 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17294    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17295 #define $ac_func innocuous_$ac_func
17296
17297 /* System header to define __stub macros and hopefully few prototypes,
17298     which can conflict with char $ac_func (); below.
17299     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17300     <limits.h> exists even on freestanding compilers.  */
17301
17302 #ifdef __STDC__
17303 # include <limits.h>
17304 #else
17305 # include <assert.h>
17306 #endif
17307
17308 #undef $ac_func
17309
17310 /* Override any GCC internal prototype to avoid an error.
17311    Use char because int might match the return type of a GCC
17312    builtin and then its argument prototype would still apply.  */
17313 #ifdef __cplusplus
17314 extern "C"
17315 #endif
17316 char $ac_func ();
17317 /* The GNU C library defines this for functions which it implements
17318     to always fail with ENOSYS.  Some functions are actually named
17319     something starting with __ and the normal name is an alias.  */
17320 #if defined __stub_$ac_func || defined __stub___$ac_func
17321 choke me
17322 #endif
17323
17324 int
17325 main ()
17326 {
17327 return $ac_func ();
17328   ;
17329   return 0;
17330 }
17331 _ACEOF
17332 rm -f conftest.$ac_objext conftest$ac_exeext
17333 if { (ac_try="$ac_link"
17334 case "(($ac_try" in
17335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17336   *) ac_try_echo=$ac_try;;
17337 esac
17338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17339   (eval "$ac_link") 2>conftest.er1
17340   ac_status=$?
17341   grep -v '^ *+' conftest.er1 >conftest.err
17342   rm -f conftest.er1
17343   cat conftest.err >&5
17344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17345   (exit $ac_status); } && {
17346          test -z "$ac_c_werror_flag" ||
17347          test ! -s conftest.err
17348        } && test -s conftest$ac_exeext &&
17349        $as_test_x conftest$ac_exeext; then
17350   eval "$as_ac_var=yes"
17351 else
17352   echo "$as_me: failed program was:" >&5
17353 sed 's/^/| /' conftest.$ac_ext >&5
17354
17355         eval "$as_ac_var=no"
17356 fi
17357
17358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17359       conftest$ac_exeext conftest.$ac_ext
17360 fi
17361 ac_res=`eval echo '${'$as_ac_var'}'`
17362                { echo "$as_me:$LINENO: result: $ac_res" >&5
17363 echo "${ECHO_T}$ac_res" >&6; }
17364 if test `eval echo '${'$as_ac_var'}'` = yes; then
17365   cat >>confdefs.h <<_ACEOF
17366 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17367 _ACEOF
17368
17369 fi
17370 done
17371
17372
17373 if test "$ac_cv_func_dlopen" = no
17374 then
17375     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17376 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17377 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17378   echo $ECHO_N "(cached) $ECHO_C" >&6
17379 else
17380   ac_check_lib_save_LIBS=$LIBS
17381 LIBS="-ldl  $LIBS"
17382 cat >conftest.$ac_ext <<_ACEOF
17383 /* confdefs.h.  */
17384 _ACEOF
17385 cat confdefs.h >>conftest.$ac_ext
17386 cat >>conftest.$ac_ext <<_ACEOF
17387 /* end confdefs.h.  */
17388
17389 /* Override any GCC internal prototype to avoid an error.
17390    Use char because int might match the return type of a GCC
17391    builtin and then its argument prototype would still apply.  */
17392 #ifdef __cplusplus
17393 extern "C"
17394 #endif
17395 char dlopen ();
17396 int
17397 main ()
17398 {
17399 return dlopen ();
17400   ;
17401   return 0;
17402 }
17403 _ACEOF
17404 rm -f conftest.$ac_objext conftest$ac_exeext
17405 if { (ac_try="$ac_link"
17406 case "(($ac_try" in
17407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17408   *) ac_try_echo=$ac_try;;
17409 esac
17410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17411   (eval "$ac_link") 2>conftest.er1
17412   ac_status=$?
17413   grep -v '^ *+' conftest.er1 >conftest.err
17414   rm -f conftest.er1
17415   cat conftest.err >&5
17416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17417   (exit $ac_status); } && {
17418          test -z "$ac_c_werror_flag" ||
17419          test ! -s conftest.err
17420        } && test -s conftest$ac_exeext &&
17421        $as_test_x conftest$ac_exeext; then
17422   ac_cv_lib_dl_dlopen=yes
17423 else
17424   echo "$as_me: failed program was:" >&5
17425 sed 's/^/| /' conftest.$ac_ext >&5
17426
17427         ac_cv_lib_dl_dlopen=no
17428 fi
17429
17430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17431       conftest$ac_exeext conftest.$ac_ext
17432 LIBS=$ac_check_lib_save_LIBS
17433 fi
17434 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17435 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17436 if test $ac_cv_lib_dl_dlopen = yes; then
17437   cat >>confdefs.h <<\_ACEOF
17438 #define HAVE_DLOPEN 1
17439 _ACEOF
17440  LIBDL="-ldl"
17441
17442 fi
17443
17444 fi
17445 ac_wine_check_funcs_save_LIBS="$LIBS"
17446 LIBS="$LIBS $LIBDL"
17447
17448 for ac_func in dladdr
17449 do
17450 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17451 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17452 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17453 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17454   echo $ECHO_N "(cached) $ECHO_C" >&6
17455 else
17456   cat >conftest.$ac_ext <<_ACEOF
17457 /* confdefs.h.  */
17458 _ACEOF
17459 cat confdefs.h >>conftest.$ac_ext
17460 cat >>conftest.$ac_ext <<_ACEOF
17461 /* end confdefs.h.  */
17462 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17463    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17464 #define $ac_func innocuous_$ac_func
17465
17466 /* System header to define __stub macros and hopefully few prototypes,
17467     which can conflict with char $ac_func (); below.
17468     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17469     <limits.h> exists even on freestanding compilers.  */
17470
17471 #ifdef __STDC__
17472 # include <limits.h>
17473 #else
17474 # include <assert.h>
17475 #endif
17476
17477 #undef $ac_func
17478
17479 /* Override any GCC internal prototype to avoid an error.
17480    Use char because int might match the return type of a GCC
17481    builtin and then its argument prototype would still apply.  */
17482 #ifdef __cplusplus
17483 extern "C"
17484 #endif
17485 char $ac_func ();
17486 /* The GNU C library defines this for functions which it implements
17487     to always fail with ENOSYS.  Some functions are actually named
17488     something starting with __ and the normal name is an alias.  */
17489 #if defined __stub_$ac_func || defined __stub___$ac_func
17490 choke me
17491 #endif
17492
17493 int
17494 main ()
17495 {
17496 return $ac_func ();
17497   ;
17498   return 0;
17499 }
17500 _ACEOF
17501 rm -f conftest.$ac_objext conftest$ac_exeext
17502 if { (ac_try="$ac_link"
17503 case "(($ac_try" in
17504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17505   *) ac_try_echo=$ac_try;;
17506 esac
17507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17508   (eval "$ac_link") 2>conftest.er1
17509   ac_status=$?
17510   grep -v '^ *+' conftest.er1 >conftest.err
17511   rm -f conftest.er1
17512   cat conftest.err >&5
17513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17514   (exit $ac_status); } && {
17515          test -z "$ac_c_werror_flag" ||
17516          test ! -s conftest.err
17517        } && test -s conftest$ac_exeext &&
17518        $as_test_x conftest$ac_exeext; then
17519   eval "$as_ac_var=yes"
17520 else
17521   echo "$as_me: failed program was:" >&5
17522 sed 's/^/| /' conftest.$ac_ext >&5
17523
17524         eval "$as_ac_var=no"
17525 fi
17526
17527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17528       conftest$ac_exeext conftest.$ac_ext
17529 fi
17530 ac_res=`eval echo '${'$as_ac_var'}'`
17531                { echo "$as_me:$LINENO: result: $ac_res" >&5
17532 echo "${ECHO_T}$ac_res" >&6; }
17533 if test `eval echo '${'$as_ac_var'}'` = yes; then
17534   cat >>confdefs.h <<_ACEOF
17535 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17536 _ACEOF
17537
17538 fi
17539 done
17540
17541 LIBS="$ac_wine_check_funcs_save_LIBS"
17542
17543 if test "$ac_cv_func_poll" = no
17544 then
17545     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17546 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17547 if test "${ac_cv_lib_poll_poll+set}" = set; then
17548   echo $ECHO_N "(cached) $ECHO_C" >&6
17549 else
17550   ac_check_lib_save_LIBS=$LIBS
17551 LIBS="-lpoll  $LIBS"
17552 cat >conftest.$ac_ext <<_ACEOF
17553 /* confdefs.h.  */
17554 _ACEOF
17555 cat confdefs.h >>conftest.$ac_ext
17556 cat >>conftest.$ac_ext <<_ACEOF
17557 /* end confdefs.h.  */
17558
17559 /* Override any GCC internal prototype to avoid an error.
17560    Use char because int might match the return type of a GCC
17561    builtin and then its argument prototype would still apply.  */
17562 #ifdef __cplusplus
17563 extern "C"
17564 #endif
17565 char poll ();
17566 int
17567 main ()
17568 {
17569 return poll ();
17570   ;
17571   return 0;
17572 }
17573 _ACEOF
17574 rm -f conftest.$ac_objext conftest$ac_exeext
17575 if { (ac_try="$ac_link"
17576 case "(($ac_try" in
17577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17578   *) ac_try_echo=$ac_try;;
17579 esac
17580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17581   (eval "$ac_link") 2>conftest.er1
17582   ac_status=$?
17583   grep -v '^ *+' conftest.er1 >conftest.err
17584   rm -f conftest.er1
17585   cat conftest.err >&5
17586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17587   (exit $ac_status); } && {
17588          test -z "$ac_c_werror_flag" ||
17589          test ! -s conftest.err
17590        } && test -s conftest$ac_exeext &&
17591        $as_test_x conftest$ac_exeext; then
17592   ac_cv_lib_poll_poll=yes
17593 else
17594   echo "$as_me: failed program was:" >&5
17595 sed 's/^/| /' conftest.$ac_ext >&5
17596
17597         ac_cv_lib_poll_poll=no
17598 fi
17599
17600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17601       conftest$ac_exeext conftest.$ac_ext
17602 LIBS=$ac_check_lib_save_LIBS
17603 fi
17604 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17605 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17606 if test $ac_cv_lib_poll_poll = yes; then
17607   cat >>confdefs.h <<\_ACEOF
17608 #define HAVE_POLL 1
17609 _ACEOF
17610  LIBPOLL="-lpoll"
17611
17612 fi
17613
17614 fi
17615
17616 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17617 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17618 if test "${ac_cv_search_gethostbyname+set}" = set; then
17619   echo $ECHO_N "(cached) $ECHO_C" >&6
17620 else
17621   ac_func_search_save_LIBS=$LIBS
17622 cat >conftest.$ac_ext <<_ACEOF
17623 /* confdefs.h.  */
17624 _ACEOF
17625 cat confdefs.h >>conftest.$ac_ext
17626 cat >>conftest.$ac_ext <<_ACEOF
17627 /* end confdefs.h.  */
17628
17629 /* Override any GCC internal prototype to avoid an error.
17630    Use char because int might match the return type of a GCC
17631    builtin and then its argument prototype would still apply.  */
17632 #ifdef __cplusplus
17633 extern "C"
17634 #endif
17635 char gethostbyname ();
17636 int
17637 main ()
17638 {
17639 return gethostbyname ();
17640   ;
17641   return 0;
17642 }
17643 _ACEOF
17644 for ac_lib in '' nsl; do
17645   if test -z "$ac_lib"; then
17646     ac_res="none required"
17647   else
17648     ac_res=-l$ac_lib
17649     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17650   fi
17651   rm -f conftest.$ac_objext conftest$ac_exeext
17652 if { (ac_try="$ac_link"
17653 case "(($ac_try" in
17654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17655   *) ac_try_echo=$ac_try;;
17656 esac
17657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17658   (eval "$ac_link") 2>conftest.er1
17659   ac_status=$?
17660   grep -v '^ *+' conftest.er1 >conftest.err
17661   rm -f conftest.er1
17662   cat conftest.err >&5
17663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664   (exit $ac_status); } && {
17665          test -z "$ac_c_werror_flag" ||
17666          test ! -s conftest.err
17667        } && test -s conftest$ac_exeext &&
17668        $as_test_x conftest$ac_exeext; then
17669   ac_cv_search_gethostbyname=$ac_res
17670 else
17671   echo "$as_me: failed program was:" >&5
17672 sed 's/^/| /' conftest.$ac_ext >&5
17673
17674
17675 fi
17676
17677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17678       conftest$ac_exeext
17679   if test "${ac_cv_search_gethostbyname+set}" = set; then
17680   break
17681 fi
17682 done
17683 if test "${ac_cv_search_gethostbyname+set}" = set; then
17684   :
17685 else
17686   ac_cv_search_gethostbyname=no
17687 fi
17688 rm conftest.$ac_ext
17689 LIBS=$ac_func_search_save_LIBS
17690 fi
17691 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17692 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17693 ac_res=$ac_cv_search_gethostbyname
17694 if test "$ac_res" != no; then
17695   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17696
17697 fi
17698
17699
17700 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17701 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17702 if test "${ac_cv_search_connect+set}" = set; then
17703   echo $ECHO_N "(cached) $ECHO_C" >&6
17704 else
17705   ac_func_search_save_LIBS=$LIBS
17706 cat >conftest.$ac_ext <<_ACEOF
17707 /* confdefs.h.  */
17708 _ACEOF
17709 cat confdefs.h >>conftest.$ac_ext
17710 cat >>conftest.$ac_ext <<_ACEOF
17711 /* end confdefs.h.  */
17712
17713 /* Override any GCC internal prototype to avoid an error.
17714    Use char because int might match the return type of a GCC
17715    builtin and then its argument prototype would still apply.  */
17716 #ifdef __cplusplus
17717 extern "C"
17718 #endif
17719 char connect ();
17720 int
17721 main ()
17722 {
17723 return connect ();
17724   ;
17725   return 0;
17726 }
17727 _ACEOF
17728 for ac_lib in '' socket; do
17729   if test -z "$ac_lib"; then
17730     ac_res="none required"
17731   else
17732     ac_res=-l$ac_lib
17733     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17734   fi
17735   rm -f conftest.$ac_objext conftest$ac_exeext
17736 if { (ac_try="$ac_link"
17737 case "(($ac_try" in
17738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17739   *) ac_try_echo=$ac_try;;
17740 esac
17741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17742   (eval "$ac_link") 2>conftest.er1
17743   ac_status=$?
17744   grep -v '^ *+' conftest.er1 >conftest.err
17745   rm -f conftest.er1
17746   cat conftest.err >&5
17747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748   (exit $ac_status); } && {
17749          test -z "$ac_c_werror_flag" ||
17750          test ! -s conftest.err
17751        } && test -s conftest$ac_exeext &&
17752        $as_test_x conftest$ac_exeext; then
17753   ac_cv_search_connect=$ac_res
17754 else
17755   echo "$as_me: failed program was:" >&5
17756 sed 's/^/| /' conftest.$ac_ext >&5
17757
17758
17759 fi
17760
17761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17762       conftest$ac_exeext
17763   if test "${ac_cv_search_connect+set}" = set; then
17764   break
17765 fi
17766 done
17767 if test "${ac_cv_search_connect+set}" = set; then
17768   :
17769 else
17770   ac_cv_search_connect=no
17771 fi
17772 rm conftest.$ac_ext
17773 LIBS=$ac_func_search_save_LIBS
17774 fi
17775 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17776 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17777 ac_res=$ac_cv_search_connect
17778 if test "$ac_res" != no; then
17779   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17780
17781 fi
17782
17783
17784 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17785 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17786 if test "${ac_cv_search_inet_aton+set}" = set; then
17787   echo $ECHO_N "(cached) $ECHO_C" >&6
17788 else
17789   ac_func_search_save_LIBS=$LIBS
17790 cat >conftest.$ac_ext <<_ACEOF
17791 /* confdefs.h.  */
17792 _ACEOF
17793 cat confdefs.h >>conftest.$ac_ext
17794 cat >>conftest.$ac_ext <<_ACEOF
17795 /* end confdefs.h.  */
17796
17797 /* Override any GCC internal prototype to avoid an error.
17798    Use char because int might match the return type of a GCC
17799    builtin and then its argument prototype would still apply.  */
17800 #ifdef __cplusplus
17801 extern "C"
17802 #endif
17803 char inet_aton ();
17804 int
17805 main ()
17806 {
17807 return inet_aton ();
17808   ;
17809   return 0;
17810 }
17811 _ACEOF
17812 for ac_lib in '' resolv; do
17813   if test -z "$ac_lib"; then
17814     ac_res="none required"
17815   else
17816     ac_res=-l$ac_lib
17817     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17818   fi
17819   rm -f conftest.$ac_objext conftest$ac_exeext
17820 if { (ac_try="$ac_link"
17821 case "(($ac_try" in
17822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17823   *) ac_try_echo=$ac_try;;
17824 esac
17825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17826   (eval "$ac_link") 2>conftest.er1
17827   ac_status=$?
17828   grep -v '^ *+' conftest.er1 >conftest.err
17829   rm -f conftest.er1
17830   cat conftest.err >&5
17831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17832   (exit $ac_status); } && {
17833          test -z "$ac_c_werror_flag" ||
17834          test ! -s conftest.err
17835        } && test -s conftest$ac_exeext &&
17836        $as_test_x conftest$ac_exeext; then
17837   ac_cv_search_inet_aton=$ac_res
17838 else
17839   echo "$as_me: failed program was:" >&5
17840 sed 's/^/| /' conftest.$ac_ext >&5
17841
17842
17843 fi
17844
17845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17846       conftest$ac_exeext
17847   if test "${ac_cv_search_inet_aton+set}" = set; then
17848   break
17849 fi
17850 done
17851 if test "${ac_cv_search_inet_aton+set}" = set; then
17852   :
17853 else
17854   ac_cv_search_inet_aton=no
17855 fi
17856 rm conftest.$ac_ext
17857 LIBS=$ac_func_search_save_LIBS
17858 fi
17859 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17860 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17861 ac_res=$ac_cv_search_inet_aton
17862 if test "$ac_res" != no; then
17863   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17864
17865 fi
17866
17867
17868
17869
17870
17871
17872
17873
17874
17875
17876 for ac_func in \
17877         getaddrinfo \
17878         getnameinfo \
17879         getnetbyname \
17880         getprotobyname \
17881         getprotobynumber \
17882         getservbyport \
17883         inet_network \
17884         sendmsg \
17885
17886 do
17887 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17888 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17889 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17890 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17891   echo $ECHO_N "(cached) $ECHO_C" >&6
17892 else
17893   cat >conftest.$ac_ext <<_ACEOF
17894 /* confdefs.h.  */
17895 _ACEOF
17896 cat confdefs.h >>conftest.$ac_ext
17897 cat >>conftest.$ac_ext <<_ACEOF
17898 /* end confdefs.h.  */
17899 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17900    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17901 #define $ac_func innocuous_$ac_func
17902
17903 /* System header to define __stub macros and hopefully few prototypes,
17904     which can conflict with char $ac_func (); below.
17905     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17906     <limits.h> exists even on freestanding compilers.  */
17907
17908 #ifdef __STDC__
17909 # include <limits.h>
17910 #else
17911 # include <assert.h>
17912 #endif
17913
17914 #undef $ac_func
17915
17916 /* Override any GCC internal prototype to avoid an error.
17917    Use char because int might match the return type of a GCC
17918    builtin and then its argument prototype would still apply.  */
17919 #ifdef __cplusplus
17920 extern "C"
17921 #endif
17922 char $ac_func ();
17923 /* The GNU C library defines this for functions which it implements
17924     to always fail with ENOSYS.  Some functions are actually named
17925     something starting with __ and the normal name is an alias.  */
17926 #if defined __stub_$ac_func || defined __stub___$ac_func
17927 choke me
17928 #endif
17929
17930 int
17931 main ()
17932 {
17933 return $ac_func ();
17934   ;
17935   return 0;
17936 }
17937 _ACEOF
17938 rm -f conftest.$ac_objext conftest$ac_exeext
17939 if { (ac_try="$ac_link"
17940 case "(($ac_try" in
17941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17942   *) ac_try_echo=$ac_try;;
17943 esac
17944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17945   (eval "$ac_link") 2>conftest.er1
17946   ac_status=$?
17947   grep -v '^ *+' conftest.er1 >conftest.err
17948   rm -f conftest.er1
17949   cat conftest.err >&5
17950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17951   (exit $ac_status); } && {
17952          test -z "$ac_c_werror_flag" ||
17953          test ! -s conftest.err
17954        } && test -s conftest$ac_exeext &&
17955        $as_test_x conftest$ac_exeext; then
17956   eval "$as_ac_var=yes"
17957 else
17958   echo "$as_me: failed program was:" >&5
17959 sed 's/^/| /' conftest.$ac_ext >&5
17960
17961         eval "$as_ac_var=no"
17962 fi
17963
17964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17965       conftest$ac_exeext conftest.$ac_ext
17966 fi
17967 ac_res=`eval echo '${'$as_ac_var'}'`
17968                { echo "$as_me:$LINENO: result: $ac_res" >&5
17969 echo "${ECHO_T}$ac_res" >&6; }
17970 if test `eval echo '${'$as_ac_var'}'` = yes; then
17971   cat >>confdefs.h <<_ACEOF
17972 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17973 _ACEOF
17974
17975 fi
17976 done
17977
17978
17979 LDAPLIBS=""
17980
17981 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17982 then
17983     { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17984 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17985 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17986   echo $ECHO_N "(cached) $ECHO_C" >&6
17987 else
17988   cat >conftest.$ac_ext <<_ACEOF
17989 /* confdefs.h.  */
17990 _ACEOF
17991 cat confdefs.h >>conftest.$ac_ext
17992 cat >>conftest.$ac_ext <<_ACEOF
17993 /* end confdefs.h.  */
17994 #include <ldap.h>
17995
17996 typedef LDAPSortKey ac__type_new_;
17997 int
17998 main ()
17999 {
18000 if ((ac__type_new_ *) 0)
18001   return 0;
18002 if (sizeof (ac__type_new_))
18003   return 0;
18004   ;
18005   return 0;
18006 }
18007 _ACEOF
18008 rm -f conftest.$ac_objext
18009 if { (ac_try="$ac_compile"
18010 case "(($ac_try" in
18011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18012   *) ac_try_echo=$ac_try;;
18013 esac
18014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18015   (eval "$ac_compile") 2>conftest.er1
18016   ac_status=$?
18017   grep -v '^ *+' conftest.er1 >conftest.err
18018   rm -f conftest.er1
18019   cat conftest.err >&5
18020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18021   (exit $ac_status); } && {
18022          test -z "$ac_c_werror_flag" ||
18023          test ! -s conftest.err
18024        } && test -s conftest.$ac_objext; then
18025   ac_cv_type_LDAPSortKey=yes
18026 else
18027   echo "$as_me: failed program was:" >&5
18028 sed 's/^/| /' conftest.$ac_ext >&5
18029
18030         ac_cv_type_LDAPSortKey=no
18031 fi
18032
18033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18034 fi
18035 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18036 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18037 if test $ac_cv_type_LDAPSortKey = yes; then
18038   { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18039 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18040 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18041   echo $ECHO_N "(cached) $ECHO_C" >&6
18042 else
18043   ac_check_lib_save_LIBS=$LIBS
18044 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18045 cat >conftest.$ac_ext <<_ACEOF
18046 /* confdefs.h.  */
18047 _ACEOF
18048 cat confdefs.h >>conftest.$ac_ext
18049 cat >>conftest.$ac_ext <<_ACEOF
18050 /* end confdefs.h.  */
18051
18052 /* Override any GCC internal prototype to avoid an error.
18053    Use char because int might match the return type of a GCC
18054    builtin and then its argument prototype would still apply.  */
18055 #ifdef __cplusplus
18056 extern "C"
18057 #endif
18058 char ldap_initialize ();
18059 int
18060 main ()
18061 {
18062 return ldap_initialize ();
18063   ;
18064   return 0;
18065 }
18066 _ACEOF
18067 rm -f conftest.$ac_objext conftest$ac_exeext
18068 if { (ac_try="$ac_link"
18069 case "(($ac_try" in
18070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18071   *) ac_try_echo=$ac_try;;
18072 esac
18073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18074   (eval "$ac_link") 2>conftest.er1
18075   ac_status=$?
18076   grep -v '^ *+' conftest.er1 >conftest.err
18077   rm -f conftest.er1
18078   cat conftest.err >&5
18079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18080   (exit $ac_status); } && {
18081          test -z "$ac_c_werror_flag" ||
18082          test ! -s conftest.err
18083        } && test -s conftest$ac_exeext &&
18084        $as_test_x conftest$ac_exeext; then
18085   ac_cv_lib_ldap_r_ldap_initialize=yes
18086 else
18087   echo "$as_me: failed program was:" >&5
18088 sed 's/^/| /' conftest.$ac_ext >&5
18089
18090         ac_cv_lib_ldap_r_ldap_initialize=no
18091 fi
18092
18093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18094       conftest$ac_exeext conftest.$ac_ext
18095 LIBS=$ac_check_lib_save_LIBS
18096 fi
18097 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18098 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18099 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18100   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18101 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18102 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18103   echo $ECHO_N "(cached) $ECHO_C" >&6
18104 else
18105   ac_check_lib_save_LIBS=$LIBS
18106 LIBS="-llber $LIBPTHREAD $LIBS"
18107 cat >conftest.$ac_ext <<_ACEOF
18108 /* confdefs.h.  */
18109 _ACEOF
18110 cat confdefs.h >>conftest.$ac_ext
18111 cat >>conftest.$ac_ext <<_ACEOF
18112 /* end confdefs.h.  */
18113
18114 /* Override any GCC internal prototype to avoid an error.
18115    Use char because int might match the return type of a GCC
18116    builtin and then its argument prototype would still apply.  */
18117 #ifdef __cplusplus
18118 extern "C"
18119 #endif
18120 char ber_init ();
18121 int
18122 main ()
18123 {
18124 return ber_init ();
18125   ;
18126   return 0;
18127 }
18128 _ACEOF
18129 rm -f conftest.$ac_objext conftest$ac_exeext
18130 if { (ac_try="$ac_link"
18131 case "(($ac_try" in
18132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18133   *) ac_try_echo=$ac_try;;
18134 esac
18135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18136   (eval "$ac_link") 2>conftest.er1
18137   ac_status=$?
18138   grep -v '^ *+' conftest.er1 >conftest.err
18139   rm -f conftest.er1
18140   cat conftest.err >&5
18141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18142   (exit $ac_status); } && {
18143          test -z "$ac_c_werror_flag" ||
18144          test ! -s conftest.err
18145        } && test -s conftest$ac_exeext &&
18146        $as_test_x conftest$ac_exeext; then
18147   ac_cv_lib_lber_ber_init=yes
18148 else
18149   echo "$as_me: failed program was:" >&5
18150 sed 's/^/| /' conftest.$ac_ext >&5
18151
18152         ac_cv_lib_lber_ber_init=no
18153 fi
18154
18155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18156       conftest$ac_exeext conftest.$ac_ext
18157 LIBS=$ac_check_lib_save_LIBS
18158 fi
18159 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18160 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18161 if test $ac_cv_lib_lber_ber_init = yes; then
18162
18163 cat >>confdefs.h <<\_ACEOF
18164 #define HAVE_LDAP 1
18165 _ACEOF
18166
18167                  LDAPLIBS="-lldap_r -llber"
18168 fi
18169
18170 fi
18171
18172 fi
18173
18174     ac_wine_check_funcs_save_LIBS="$LIBS"
18175 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18176
18177
18178
18179
18180
18181
18182
18183
18184 for ac_func in \
18185         ldap_count_references \
18186         ldap_first_reference \
18187         ldap_next_reference \
18188         ldap_parse_reference \
18189         ldap_parse_sort_control \
18190         ldap_parse_sortresponse_control \
18191         ldap_parse_vlv_control \
18192         ldap_parse_vlvresponse_control
18193 do
18194 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18195 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18196 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18197 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18198   echo $ECHO_N "(cached) $ECHO_C" >&6
18199 else
18200   cat >conftest.$ac_ext <<_ACEOF
18201 /* confdefs.h.  */
18202 _ACEOF
18203 cat confdefs.h >>conftest.$ac_ext
18204 cat >>conftest.$ac_ext <<_ACEOF
18205 /* end confdefs.h.  */
18206 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18207    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18208 #define $ac_func innocuous_$ac_func
18209
18210 /* System header to define __stub macros and hopefully few prototypes,
18211     which can conflict with char $ac_func (); below.
18212     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18213     <limits.h> exists even on freestanding compilers.  */
18214
18215 #ifdef __STDC__
18216 # include <limits.h>
18217 #else
18218 # include <assert.h>
18219 #endif
18220
18221 #undef $ac_func
18222
18223 /* Override any GCC internal prototype to avoid an error.
18224    Use char because int might match the return type of a GCC
18225    builtin and then its argument prototype would still apply.  */
18226 #ifdef __cplusplus
18227 extern "C"
18228 #endif
18229 char $ac_func ();
18230 /* The GNU C library defines this for functions which it implements
18231     to always fail with ENOSYS.  Some functions are actually named
18232     something starting with __ and the normal name is an alias.  */
18233 #if defined __stub_$ac_func || defined __stub___$ac_func
18234 choke me
18235 #endif
18236
18237 int
18238 main ()
18239 {
18240 return $ac_func ();
18241   ;
18242   return 0;
18243 }
18244 _ACEOF
18245 rm -f conftest.$ac_objext conftest$ac_exeext
18246 if { (ac_try="$ac_link"
18247 case "(($ac_try" in
18248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18249   *) ac_try_echo=$ac_try;;
18250 esac
18251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18252   (eval "$ac_link") 2>conftest.er1
18253   ac_status=$?
18254   grep -v '^ *+' conftest.er1 >conftest.err
18255   rm -f conftest.er1
18256   cat conftest.err >&5
18257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18258   (exit $ac_status); } && {
18259          test -z "$ac_c_werror_flag" ||
18260          test ! -s conftest.err
18261        } && test -s conftest$ac_exeext &&
18262        $as_test_x conftest$ac_exeext; then
18263   eval "$as_ac_var=yes"
18264 else
18265   echo "$as_me: failed program was:" >&5
18266 sed 's/^/| /' conftest.$ac_ext >&5
18267
18268         eval "$as_ac_var=no"
18269 fi
18270
18271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18272       conftest$ac_exeext conftest.$ac_ext
18273 fi
18274 ac_res=`eval echo '${'$as_ac_var'}'`
18275                { echo "$as_me:$LINENO: result: $ac_res" >&5
18276 echo "${ECHO_T}$ac_res" >&6; }
18277 if test `eval echo '${'$as_ac_var'}'` = yes; then
18278   cat >>confdefs.h <<_ACEOF
18279 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18280 _ACEOF
18281
18282 fi
18283 done
18284
18285 LIBS="$ac_wine_check_funcs_save_LIBS"
18286 fi
18287 if test "x$LDAPLIBS" = "x"; then
18288   case "x$with_ldap" in
18289   x)   wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18290   xno) ;;
18291   *)   { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18292 This is an error since --with-ldap was requested." >&5
18293 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18294 This is an error since --with-ldap was requested." >&2;}
18295    { (exit 1); exit 1; }; } ;;
18296 esac
18297 fi
18298
18299
18300
18301 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18302 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18303 if test "${ac_cv_c_const+set}" = set; then
18304   echo $ECHO_N "(cached) $ECHO_C" >&6
18305 else
18306   cat >conftest.$ac_ext <<_ACEOF
18307 /* confdefs.h.  */
18308 _ACEOF
18309 cat confdefs.h >>conftest.$ac_ext
18310 cat >>conftest.$ac_ext <<_ACEOF
18311 /* end confdefs.h.  */
18312
18313 int
18314 main ()
18315 {
18316 /* FIXME: Include the comments suggested by Paul. */
18317 #ifndef __cplusplus
18318   /* Ultrix mips cc rejects this.  */
18319   typedef int charset[2];
18320   const charset cs;
18321   /* SunOS 4.1.1 cc rejects this.  */
18322   char const *const *pcpcc;
18323   char **ppc;
18324   /* NEC SVR4.0.2 mips cc rejects this.  */
18325   struct point {int x, y;};
18326   static struct point const zero = {0,0};
18327   /* AIX XL C 1.02.0.0 rejects this.
18328      It does not let you subtract one const X* pointer from another in
18329      an arm of an if-expression whose if-part is not a constant
18330      expression */
18331   const char *g = "string";
18332   pcpcc = &g + (g ? g-g : 0);
18333   /* HPUX 7.0 cc rejects these. */
18334   ++pcpcc;
18335   ppc = (char**) pcpcc;
18336   pcpcc = (char const *const *) ppc;
18337   { /* SCO 3.2v4 cc rejects this.  */
18338     char *t;
18339     char const *s = 0 ? (char *) 0 : (char const *) 0;
18340
18341     *t++ = 0;
18342     if (s) return 0;
18343   }
18344   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
18345     int x[] = {25, 17};
18346     const int *foo = &x[0];
18347     ++foo;
18348   }
18349   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18350     typedef const int *iptr;
18351     iptr p = 0;
18352     ++p;
18353   }
18354   { /* AIX XL C 1.02.0.0 rejects this saying
18355        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18356     struct s { int j; const int *ap[3]; };
18357     struct s *b; b->j = 5;
18358   }
18359   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18360     const int foo = 10;
18361     if (!foo) return 0;
18362   }
18363   return !cs[0] && !zero.x;
18364 #endif
18365
18366   ;
18367   return 0;
18368 }
18369 _ACEOF
18370 rm -f conftest.$ac_objext
18371 if { (ac_try="$ac_compile"
18372 case "(($ac_try" in
18373   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18374   *) ac_try_echo=$ac_try;;
18375 esac
18376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18377   (eval "$ac_compile") 2>conftest.er1
18378   ac_status=$?
18379   grep -v '^ *+' conftest.er1 >conftest.err
18380   rm -f conftest.er1
18381   cat conftest.err >&5
18382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18383   (exit $ac_status); } && {
18384          test -z "$ac_c_werror_flag" ||
18385          test ! -s conftest.err
18386        } && test -s conftest.$ac_objext; then
18387   ac_cv_c_const=yes
18388 else
18389   echo "$as_me: failed program was:" >&5
18390 sed 's/^/| /' conftest.$ac_ext >&5
18391
18392         ac_cv_c_const=no
18393 fi
18394
18395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18396 fi
18397 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18398 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18399 if test $ac_cv_c_const = no; then
18400
18401 cat >>confdefs.h <<\_ACEOF
18402 #define const
18403 _ACEOF
18404
18405 fi
18406
18407 { echo "$as_me:$LINENO: checking for inline" >&5
18408 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18409 if test "${ac_cv_c_inline+set}" = set; then
18410   echo $ECHO_N "(cached) $ECHO_C" >&6
18411 else
18412   ac_cv_c_inline=no
18413 for ac_kw in inline __inline__ __inline; do
18414   cat >conftest.$ac_ext <<_ACEOF
18415 /* confdefs.h.  */
18416 _ACEOF
18417 cat confdefs.h >>conftest.$ac_ext
18418 cat >>conftest.$ac_ext <<_ACEOF
18419 /* end confdefs.h.  */
18420 #ifndef __cplusplus
18421 typedef int foo_t;
18422 static $ac_kw foo_t static_foo () {return 0; }
18423 $ac_kw foo_t foo () {return 0; }
18424 #endif
18425
18426 _ACEOF
18427 rm -f conftest.$ac_objext
18428 if { (ac_try="$ac_compile"
18429 case "(($ac_try" in
18430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18431   *) ac_try_echo=$ac_try;;
18432 esac
18433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18434   (eval "$ac_compile") 2>conftest.er1
18435   ac_status=$?
18436   grep -v '^ *+' conftest.er1 >conftest.err
18437   rm -f conftest.er1
18438   cat conftest.err >&5
18439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18440   (exit $ac_status); } && {
18441          test -z "$ac_c_werror_flag" ||
18442          test ! -s conftest.err
18443        } && test -s conftest.$ac_objext; then
18444   ac_cv_c_inline=$ac_kw
18445 else
18446   echo "$as_me: failed program was:" >&5
18447 sed 's/^/| /' conftest.$ac_ext >&5
18448
18449
18450 fi
18451
18452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18453   test "$ac_cv_c_inline" != no && break
18454 done
18455
18456 fi
18457 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18458 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18459
18460
18461 case $ac_cv_c_inline in
18462   inline | yes) ;;
18463   *)
18464     case $ac_cv_c_inline in
18465       no) ac_val=;;
18466       *) ac_val=$ac_cv_c_inline;;
18467     esac
18468     cat >>confdefs.h <<_ACEOF
18469 #ifndef __cplusplus
18470 #define inline $ac_val
18471 #endif
18472 _ACEOF
18473     ;;
18474 esac
18475
18476 { echo "$as_me:$LINENO: checking for mode_t" >&5
18477 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18478 if test "${ac_cv_type_mode_t+set}" = set; then
18479   echo $ECHO_N "(cached) $ECHO_C" >&6
18480 else
18481   cat >conftest.$ac_ext <<_ACEOF
18482 /* confdefs.h.  */
18483 _ACEOF
18484 cat confdefs.h >>conftest.$ac_ext
18485 cat >>conftest.$ac_ext <<_ACEOF
18486 /* end confdefs.h.  */
18487 $ac_includes_default
18488 typedef mode_t ac__type_new_;
18489 int
18490 main ()
18491 {
18492 if ((ac__type_new_ *) 0)
18493   return 0;
18494 if (sizeof (ac__type_new_))
18495   return 0;
18496   ;
18497   return 0;
18498 }
18499 _ACEOF
18500 rm -f conftest.$ac_objext
18501 if { (ac_try="$ac_compile"
18502 case "(($ac_try" in
18503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18504   *) ac_try_echo=$ac_try;;
18505 esac
18506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18507   (eval "$ac_compile") 2>conftest.er1
18508   ac_status=$?
18509   grep -v '^ *+' conftest.er1 >conftest.err
18510   rm -f conftest.er1
18511   cat conftest.err >&5
18512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513   (exit $ac_status); } && {
18514          test -z "$ac_c_werror_flag" ||
18515          test ! -s conftest.err
18516        } && test -s conftest.$ac_objext; then
18517   ac_cv_type_mode_t=yes
18518 else
18519   echo "$as_me: failed program was:" >&5
18520 sed 's/^/| /' conftest.$ac_ext >&5
18521
18522         ac_cv_type_mode_t=no
18523 fi
18524
18525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18526 fi
18527 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18528 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18529 if test $ac_cv_type_mode_t = yes; then
18530
18531 cat >>confdefs.h <<_ACEOF
18532 #define HAVE_MODE_T 1
18533 _ACEOF
18534
18535
18536 fi
18537 { echo "$as_me:$LINENO: checking for off_t" >&5
18538 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18539 if test "${ac_cv_type_off_t+set}" = set; then
18540   echo $ECHO_N "(cached) $ECHO_C" >&6
18541 else
18542   cat >conftest.$ac_ext <<_ACEOF
18543 /* confdefs.h.  */
18544 _ACEOF
18545 cat confdefs.h >>conftest.$ac_ext
18546 cat >>conftest.$ac_ext <<_ACEOF
18547 /* end confdefs.h.  */
18548 $ac_includes_default
18549 typedef off_t ac__type_new_;
18550 int
18551 main ()
18552 {
18553 if ((ac__type_new_ *) 0)
18554   return 0;
18555 if (sizeof (ac__type_new_))
18556   return 0;
18557   ;
18558   return 0;
18559 }
18560 _ACEOF
18561 rm -f conftest.$ac_objext
18562 if { (ac_try="$ac_compile"
18563 case "(($ac_try" in
18564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18565   *) ac_try_echo=$ac_try;;
18566 esac
18567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18568   (eval "$ac_compile") 2>conftest.er1
18569   ac_status=$?
18570   grep -v '^ *+' conftest.er1 >conftest.err
18571   rm -f conftest.er1
18572   cat conftest.err >&5
18573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574   (exit $ac_status); } && {
18575          test -z "$ac_c_werror_flag" ||
18576          test ! -s conftest.err
18577        } && test -s conftest.$ac_objext; then
18578   ac_cv_type_off_t=yes
18579 else
18580   echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.$ac_ext >&5
18582
18583         ac_cv_type_off_t=no
18584 fi
18585
18586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18587 fi
18588 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18589 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18590 if test $ac_cv_type_off_t = yes; then
18591
18592 cat >>confdefs.h <<_ACEOF
18593 #define HAVE_OFF_T 1
18594 _ACEOF
18595
18596
18597 fi
18598 { echo "$as_me:$LINENO: checking for pid_t" >&5
18599 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18600 if test "${ac_cv_type_pid_t+set}" = set; then
18601   echo $ECHO_N "(cached) $ECHO_C" >&6
18602 else
18603   cat >conftest.$ac_ext <<_ACEOF
18604 /* confdefs.h.  */
18605 _ACEOF
18606 cat confdefs.h >>conftest.$ac_ext
18607 cat >>conftest.$ac_ext <<_ACEOF
18608 /* end confdefs.h.  */
18609 $ac_includes_default
18610 typedef pid_t ac__type_new_;
18611 int
18612 main ()
18613 {
18614 if ((ac__type_new_ *) 0)
18615   return 0;
18616 if (sizeof (ac__type_new_))
18617   return 0;
18618   ;
18619   return 0;
18620 }
18621 _ACEOF
18622 rm -f conftest.$ac_objext
18623 if { (ac_try="$ac_compile"
18624 case "(($ac_try" in
18625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18626   *) ac_try_echo=$ac_try;;
18627 esac
18628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18629   (eval "$ac_compile") 2>conftest.er1
18630   ac_status=$?
18631   grep -v '^ *+' conftest.er1 >conftest.err
18632   rm -f conftest.er1
18633   cat conftest.err >&5
18634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635   (exit $ac_status); } && {
18636          test -z "$ac_c_werror_flag" ||
18637          test ! -s conftest.err
18638        } && test -s conftest.$ac_objext; then
18639   ac_cv_type_pid_t=yes
18640 else
18641   echo "$as_me: failed program was:" >&5
18642 sed 's/^/| /' conftest.$ac_ext >&5
18643
18644         ac_cv_type_pid_t=no
18645 fi
18646
18647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18648 fi
18649 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18650 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18651 if test $ac_cv_type_pid_t = yes; then
18652
18653 cat >>confdefs.h <<_ACEOF
18654 #define HAVE_PID_T 1
18655 _ACEOF
18656
18657
18658 fi
18659 { echo "$as_me:$LINENO: checking for size_t" >&5
18660 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18661 if test "${ac_cv_type_size_t+set}" = set; then
18662   echo $ECHO_N "(cached) $ECHO_C" >&6
18663 else
18664   cat >conftest.$ac_ext <<_ACEOF
18665 /* confdefs.h.  */
18666 _ACEOF
18667 cat confdefs.h >>conftest.$ac_ext
18668 cat >>conftest.$ac_ext <<_ACEOF
18669 /* end confdefs.h.  */
18670 $ac_includes_default
18671 typedef size_t ac__type_new_;
18672 int
18673 main ()
18674 {
18675 if ((ac__type_new_ *) 0)
18676   return 0;
18677 if (sizeof (ac__type_new_))
18678   return 0;
18679   ;
18680   return 0;
18681 }
18682 _ACEOF
18683 rm -f conftest.$ac_objext
18684 if { (ac_try="$ac_compile"
18685 case "(($ac_try" in
18686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18687   *) ac_try_echo=$ac_try;;
18688 esac
18689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18690   (eval "$ac_compile") 2>conftest.er1
18691   ac_status=$?
18692   grep -v '^ *+' conftest.er1 >conftest.err
18693   rm -f conftest.er1
18694   cat conftest.err >&5
18695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18696   (exit $ac_status); } && {
18697          test -z "$ac_c_werror_flag" ||
18698          test ! -s conftest.err
18699        } && test -s conftest.$ac_objext; then
18700   ac_cv_type_size_t=yes
18701 else
18702   echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.$ac_ext >&5
18704
18705         ac_cv_type_size_t=no
18706 fi
18707
18708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18709 fi
18710 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18711 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18712 if test $ac_cv_type_size_t = yes; then
18713
18714 cat >>confdefs.h <<_ACEOF
18715 #define HAVE_SIZE_T 1
18716 _ACEOF
18717
18718
18719 fi
18720 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18721 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18722 if test "${ac_cv_type_ssize_t+set}" = set; then
18723   echo $ECHO_N "(cached) $ECHO_C" >&6
18724 else
18725   cat >conftest.$ac_ext <<_ACEOF
18726 /* confdefs.h.  */
18727 _ACEOF
18728 cat confdefs.h >>conftest.$ac_ext
18729 cat >>conftest.$ac_ext <<_ACEOF
18730 /* end confdefs.h.  */
18731 $ac_includes_default
18732 typedef ssize_t ac__type_new_;
18733 int
18734 main ()
18735 {
18736 if ((ac__type_new_ *) 0)
18737   return 0;
18738 if (sizeof (ac__type_new_))
18739   return 0;
18740   ;
18741   return 0;
18742 }
18743 _ACEOF
18744 rm -f conftest.$ac_objext
18745 if { (ac_try="$ac_compile"
18746 case "(($ac_try" in
18747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18748   *) ac_try_echo=$ac_try;;
18749 esac
18750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18751   (eval "$ac_compile") 2>conftest.er1
18752   ac_status=$?
18753   grep -v '^ *+' conftest.er1 >conftest.err
18754   rm -f conftest.er1
18755   cat conftest.err >&5
18756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18757   (exit $ac_status); } && {
18758          test -z "$ac_c_werror_flag" ||
18759          test ! -s conftest.err
18760        } && test -s conftest.$ac_objext; then
18761   ac_cv_type_ssize_t=yes
18762 else
18763   echo "$as_me: failed program was:" >&5
18764 sed 's/^/| /' conftest.$ac_ext >&5
18765
18766         ac_cv_type_ssize_t=no
18767 fi
18768
18769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18770 fi
18771 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18772 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18773 if test $ac_cv_type_ssize_t = yes; then
18774
18775 cat >>confdefs.h <<_ACEOF
18776 #define HAVE_SSIZE_T 1
18777 _ACEOF
18778
18779
18780 fi
18781 { echo "$as_me:$LINENO: checking for long long" >&5
18782 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18783 if test "${ac_cv_type_long_long+set}" = set; then
18784   echo $ECHO_N "(cached) $ECHO_C" >&6
18785 else
18786   cat >conftest.$ac_ext <<_ACEOF
18787 /* confdefs.h.  */
18788 _ACEOF
18789 cat confdefs.h >>conftest.$ac_ext
18790 cat >>conftest.$ac_ext <<_ACEOF
18791 /* end confdefs.h.  */
18792 $ac_includes_default
18793 typedef long long ac__type_new_;
18794 int
18795 main ()
18796 {
18797 if ((ac__type_new_ *) 0)
18798   return 0;
18799 if (sizeof (ac__type_new_))
18800   return 0;
18801   ;
18802   return 0;
18803 }
18804 _ACEOF
18805 rm -f conftest.$ac_objext
18806 if { (ac_try="$ac_compile"
18807 case "(($ac_try" in
18808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18809   *) ac_try_echo=$ac_try;;
18810 esac
18811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18812   (eval "$ac_compile") 2>conftest.er1
18813   ac_status=$?
18814   grep -v '^ *+' conftest.er1 >conftest.err
18815   rm -f conftest.er1
18816   cat conftest.err >&5
18817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18818   (exit $ac_status); } && {
18819          test -z "$ac_c_werror_flag" ||
18820          test ! -s conftest.err
18821        } && test -s conftest.$ac_objext; then
18822   ac_cv_type_long_long=yes
18823 else
18824   echo "$as_me: failed program was:" >&5
18825 sed 's/^/| /' conftest.$ac_ext >&5
18826
18827         ac_cv_type_long_long=no
18828 fi
18829
18830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18831 fi
18832 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18833 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18834 if test $ac_cv_type_long_long = yes; then
18835
18836 cat >>confdefs.h <<_ACEOF
18837 #define HAVE_LONG_LONG 1
18838 _ACEOF
18839
18840
18841 fi
18842 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18843 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18844 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18845   echo $ECHO_N "(cached) $ECHO_C" >&6
18846 else
18847   cat >conftest.$ac_ext <<_ACEOF
18848 /* confdefs.h.  */
18849 _ACEOF
18850 cat confdefs.h >>conftest.$ac_ext
18851 cat >>conftest.$ac_ext <<_ACEOF
18852 /* end confdefs.h.  */
18853 $ac_includes_default
18854 typedef fsblkcnt_t ac__type_new_;
18855 int
18856 main ()
18857 {
18858 if ((ac__type_new_ *) 0)
18859   return 0;
18860 if (sizeof (ac__type_new_))
18861   return 0;
18862   ;
18863   return 0;
18864 }
18865 _ACEOF
18866 rm -f conftest.$ac_objext
18867 if { (ac_try="$ac_compile"
18868 case "(($ac_try" in
18869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18870   *) ac_try_echo=$ac_try;;
18871 esac
18872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18873   (eval "$ac_compile") 2>conftest.er1
18874   ac_status=$?
18875   grep -v '^ *+' conftest.er1 >conftest.err
18876   rm -f conftest.er1
18877   cat conftest.err >&5
18878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18879   (exit $ac_status); } && {
18880          test -z "$ac_c_werror_flag" ||
18881          test ! -s conftest.err
18882        } && test -s conftest.$ac_objext; then
18883   ac_cv_type_fsblkcnt_t=yes
18884 else
18885   echo "$as_me: failed program was:" >&5
18886 sed 's/^/| /' conftest.$ac_ext >&5
18887
18888         ac_cv_type_fsblkcnt_t=no
18889 fi
18890
18891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18892 fi
18893 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18894 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18895 if test $ac_cv_type_fsblkcnt_t = yes; then
18896
18897 cat >>confdefs.h <<_ACEOF
18898 #define HAVE_FSBLKCNT_T 1
18899 _ACEOF
18900
18901
18902 fi
18903 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18904 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18905 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18906   echo $ECHO_N "(cached) $ECHO_C" >&6
18907 else
18908   cat >conftest.$ac_ext <<_ACEOF
18909 /* confdefs.h.  */
18910 _ACEOF
18911 cat confdefs.h >>conftest.$ac_ext
18912 cat >>conftest.$ac_ext <<_ACEOF
18913 /* end confdefs.h.  */
18914 $ac_includes_default
18915 typedef fsfilcnt_t ac__type_new_;
18916 int
18917 main ()
18918 {
18919 if ((ac__type_new_ *) 0)
18920   return 0;
18921 if (sizeof (ac__type_new_))
18922   return 0;
18923   ;
18924   return 0;
18925 }
18926 _ACEOF
18927 rm -f conftest.$ac_objext
18928 if { (ac_try="$ac_compile"
18929 case "(($ac_try" in
18930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18931   *) ac_try_echo=$ac_try;;
18932 esac
18933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18934   (eval "$ac_compile") 2>conftest.er1
18935   ac_status=$?
18936   grep -v '^ *+' conftest.er1 >conftest.err
18937   rm -f conftest.er1
18938   cat conftest.err >&5
18939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18940   (exit $ac_status); } && {
18941          test -z "$ac_c_werror_flag" ||
18942          test ! -s conftest.err
18943        } && test -s conftest.$ac_objext; then
18944   ac_cv_type_fsfilcnt_t=yes
18945 else
18946   echo "$as_me: failed program was:" >&5
18947 sed 's/^/| /' conftest.$ac_ext >&5
18948
18949         ac_cv_type_fsfilcnt_t=no
18950 fi
18951
18952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18953 fi
18954 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18955 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18956 if test $ac_cv_type_fsfilcnt_t = yes; then
18957
18958 cat >>confdefs.h <<_ACEOF
18959 #define HAVE_FSFILCNT_T 1
18960 _ACEOF
18961
18962
18963 fi
18964
18965 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18966 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18967 if test "${ac_cv_type_sigset_t+set}" = set; then
18968   echo $ECHO_N "(cached) $ECHO_C" >&6
18969 else
18970   cat >conftest.$ac_ext <<_ACEOF
18971 /* confdefs.h.  */
18972 _ACEOF
18973 cat confdefs.h >>conftest.$ac_ext
18974 cat >>conftest.$ac_ext <<_ACEOF
18975 /* end confdefs.h.  */
18976 #include <sys/types.h>
18977 #include <signal.h>
18978
18979 typedef sigset_t ac__type_new_;
18980 int
18981 main ()
18982 {
18983 if ((ac__type_new_ *) 0)
18984   return 0;
18985 if (sizeof (ac__type_new_))
18986   return 0;
18987   ;
18988   return 0;
18989 }
18990 _ACEOF
18991 rm -f conftest.$ac_objext
18992 if { (ac_try="$ac_compile"
18993 case "(($ac_try" in
18994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18995   *) ac_try_echo=$ac_try;;
18996 esac
18997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18998   (eval "$ac_compile") 2>conftest.er1
18999   ac_status=$?
19000   grep -v '^ *+' conftest.er1 >conftest.err
19001   rm -f conftest.er1
19002   cat conftest.err >&5
19003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19004   (exit $ac_status); } && {
19005          test -z "$ac_c_werror_flag" ||
19006          test ! -s conftest.err
19007        } && test -s conftest.$ac_objext; then
19008   ac_cv_type_sigset_t=yes
19009 else
19010   echo "$as_me: failed program was:" >&5
19011 sed 's/^/| /' conftest.$ac_ext >&5
19012
19013         ac_cv_type_sigset_t=no
19014 fi
19015
19016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19017 fi
19018 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19019 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19020 if test $ac_cv_type_sigset_t = yes; then
19021
19022 cat >>confdefs.h <<_ACEOF
19023 #define HAVE_SIGSET_T 1
19024 _ACEOF
19025
19026
19027 fi
19028
19029 { echo "$as_me:$LINENO: checking for request_sense" >&5
19030 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19031 if test "${ac_cv_type_request_sense+set}" = set; then
19032   echo $ECHO_N "(cached) $ECHO_C" >&6
19033 else
19034   cat >conftest.$ac_ext <<_ACEOF
19035 /* confdefs.h.  */
19036 _ACEOF
19037 cat confdefs.h >>conftest.$ac_ext
19038 cat >>conftest.$ac_ext <<_ACEOF
19039 /* end confdefs.h.  */
19040 #include <linux/cdrom.h>
19041
19042 typedef request_sense ac__type_new_;
19043 int
19044 main ()
19045 {
19046 if ((ac__type_new_ *) 0)
19047   return 0;
19048 if (sizeof (ac__type_new_))
19049   return 0;
19050   ;
19051   return 0;
19052 }
19053 _ACEOF
19054 rm -f conftest.$ac_objext
19055 if { (ac_try="$ac_compile"
19056 case "(($ac_try" in
19057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19058   *) ac_try_echo=$ac_try;;
19059 esac
19060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19061   (eval "$ac_compile") 2>conftest.er1
19062   ac_status=$?
19063   grep -v '^ *+' conftest.er1 >conftest.err
19064   rm -f conftest.er1
19065   cat conftest.err >&5
19066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19067   (exit $ac_status); } && {
19068          test -z "$ac_c_werror_flag" ||
19069          test ! -s conftest.err
19070        } && test -s conftest.$ac_objext; then
19071   ac_cv_type_request_sense=yes
19072 else
19073   echo "$as_me: failed program was:" >&5
19074 sed 's/^/| /' conftest.$ac_ext >&5
19075
19076         ac_cv_type_request_sense=no
19077 fi
19078
19079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19080 fi
19081 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19082 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19083 if test $ac_cv_type_request_sense = yes; then
19084
19085 cat >>confdefs.h <<_ACEOF
19086 #define HAVE_REQUEST_SENSE 1
19087 _ACEOF
19088
19089
19090 fi
19091
19092
19093 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19094 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19095 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19096   echo $ECHO_N "(cached) $ECHO_C" >&6
19097 else
19098   cat >conftest.$ac_ext <<_ACEOF
19099 /* confdefs.h.  */
19100 _ACEOF
19101 cat confdefs.h >>conftest.$ac_ext
19102 cat >>conftest.$ac_ext <<_ACEOF
19103 /* end confdefs.h.  */
19104 #ifdef HAVE_LINUX_INPUT_H
19105 #include <linux/input.h>
19106 #endif
19107
19108 int
19109 main ()
19110 {
19111 static struct ff_effect ac_aggr;
19112 if (ac_aggr.direction)
19113 return 0;
19114   ;
19115   return 0;
19116 }
19117 _ACEOF
19118 rm -f conftest.$ac_objext
19119 if { (ac_try="$ac_compile"
19120 case "(($ac_try" in
19121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19122   *) ac_try_echo=$ac_try;;
19123 esac
19124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19125   (eval "$ac_compile") 2>conftest.er1
19126   ac_status=$?
19127   grep -v '^ *+' conftest.er1 >conftest.err
19128   rm -f conftest.er1
19129   cat conftest.err >&5
19130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19131   (exit $ac_status); } && {
19132          test -z "$ac_c_werror_flag" ||
19133          test ! -s conftest.err
19134        } && test -s conftest.$ac_objext; then
19135   ac_cv_member_struct_ff_effect_direction=yes
19136 else
19137   echo "$as_me: failed program was:" >&5
19138 sed 's/^/| /' conftest.$ac_ext >&5
19139
19140         cat >conftest.$ac_ext <<_ACEOF
19141 /* confdefs.h.  */
19142 _ACEOF
19143 cat confdefs.h >>conftest.$ac_ext
19144 cat >>conftest.$ac_ext <<_ACEOF
19145 /* end confdefs.h.  */
19146 #ifdef HAVE_LINUX_INPUT_H
19147 #include <linux/input.h>
19148 #endif
19149
19150 int
19151 main ()
19152 {
19153 static struct ff_effect ac_aggr;
19154 if (sizeof ac_aggr.direction)
19155 return 0;
19156   ;
19157   return 0;
19158 }
19159 _ACEOF
19160 rm -f conftest.$ac_objext
19161 if { (ac_try="$ac_compile"
19162 case "(($ac_try" in
19163   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19164   *) ac_try_echo=$ac_try;;
19165 esac
19166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19167   (eval "$ac_compile") 2>conftest.er1
19168   ac_status=$?
19169   grep -v '^ *+' conftest.er1 >conftest.err
19170   rm -f conftest.er1
19171   cat conftest.err >&5
19172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19173   (exit $ac_status); } && {
19174          test -z "$ac_c_werror_flag" ||
19175          test ! -s conftest.err
19176        } && test -s conftest.$ac_objext; then
19177   ac_cv_member_struct_ff_effect_direction=yes
19178 else
19179   echo "$as_me: failed program was:" >&5
19180 sed 's/^/| /' conftest.$ac_ext >&5
19181
19182         ac_cv_member_struct_ff_effect_direction=no
19183 fi
19184
19185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19186 fi
19187
19188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19189 fi
19190 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19191 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19192 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19193
19194 cat >>confdefs.h <<_ACEOF
19195 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19196 _ACEOF
19197
19198
19199 fi
19200
19201
19202 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19203 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19204 if test "${wine_cv_have_sigaddset+set}" = set; then
19205   echo $ECHO_N "(cached) $ECHO_C" >&6
19206 else
19207   cat >conftest.$ac_ext <<_ACEOF
19208 /* confdefs.h.  */
19209 _ACEOF
19210 cat confdefs.h >>conftest.$ac_ext
19211 cat >>conftest.$ac_ext <<_ACEOF
19212 /* end confdefs.h.  */
19213 #include <signal.h>
19214 int
19215 main ()
19216 {
19217 sigset_t set; sigaddset(&set,SIGTERM);
19218   ;
19219   return 0;
19220 }
19221 _ACEOF
19222 rm -f conftest.$ac_objext conftest$ac_exeext
19223 if { (ac_try="$ac_link"
19224 case "(($ac_try" in
19225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19226   *) ac_try_echo=$ac_try;;
19227 esac
19228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19229   (eval "$ac_link") 2>conftest.er1
19230   ac_status=$?
19231   grep -v '^ *+' conftest.er1 >conftest.err
19232   rm -f conftest.er1
19233   cat conftest.err >&5
19234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235   (exit $ac_status); } && {
19236          test -z "$ac_c_werror_flag" ||
19237          test ! -s conftest.err
19238        } && test -s conftest$ac_exeext &&
19239        $as_test_x conftest$ac_exeext; then
19240   wine_cv_have_sigaddset=yes
19241 else
19242   echo "$as_me: failed program was:" >&5
19243 sed 's/^/| /' conftest.$ac_ext >&5
19244
19245         wine_cv_have_sigaddset=no
19246 fi
19247
19248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19249       conftest$ac_exeext conftest.$ac_ext
19250 fi
19251 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19252 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19253 if test "$wine_cv_have_sigaddset" = "yes"
19254 then
19255
19256 cat >>confdefs.h <<\_ACEOF
19257 #define HAVE_SIGADDSET 1
19258 _ACEOF
19259
19260 fi
19261
19262
19263 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19264 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19265 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19266   echo $ECHO_N "(cached) $ECHO_C" >&6
19267 else
19268   cat >conftest.$ac_ext <<_ACEOF
19269 /* confdefs.h.  */
19270 _ACEOF
19271 cat confdefs.h >>conftest.$ac_ext
19272 cat >>conftest.$ac_ext <<_ACEOF
19273 /* end confdefs.h.  */
19274 #include <netdb.h>
19275 int
19276 main ()
19277 {
19278
19279     char *name=0;
19280     struct hostent he;
19281     struct hostent *result;
19282     char *buf=0;
19283     int bufsize=0;
19284     int res,errnr;
19285     char *addr=0;
19286     int addrlen=0;
19287     int addrtype=0;
19288     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19289     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19290
19291   ;
19292   return 0;
19293 }
19294 _ACEOF
19295 rm -f conftest.$ac_objext conftest$ac_exeext
19296 if { (ac_try="$ac_link"
19297 case "(($ac_try" in
19298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19299   *) ac_try_echo=$ac_try;;
19300 esac
19301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19302   (eval "$ac_link") 2>conftest.er1
19303   ac_status=$?
19304   grep -v '^ *+' conftest.er1 >conftest.err
19305   rm -f conftest.er1
19306   cat conftest.err >&5
19307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19308   (exit $ac_status); } && {
19309          test -z "$ac_c_werror_flag" ||
19310          test ! -s conftest.err
19311        } && test -s conftest$ac_exeext &&
19312        $as_test_x conftest$ac_exeext; then
19313   wine_cv_linux_gethostbyname_r_6=yes
19314 else
19315   echo "$as_me: failed program was:" >&5
19316 sed 's/^/| /' conftest.$ac_ext >&5
19317
19318         wine_cv_linux_gethostbyname_r_6=no
19319
19320 fi
19321
19322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19323       conftest$ac_exeext conftest.$ac_ext
19324
19325 fi
19326 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19327 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19328    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19329    then
19330
19331 cat >>confdefs.h <<\_ACEOF
19332 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19333 _ACEOF
19334
19335    fi
19336
19337 if test "$ac_cv_header_linux_joystick_h" = "yes"
19338 then
19339    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19340 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19341 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19342   echo $ECHO_N "(cached) $ECHO_C" >&6
19343 else
19344   cat >conftest.$ac_ext <<_ACEOF
19345 /* confdefs.h.  */
19346 _ACEOF
19347 cat confdefs.h >>conftest.$ac_ext
19348 cat >>conftest.$ac_ext <<_ACEOF
19349 /* end confdefs.h.  */
19350
19351         #include <sys/ioctl.h>
19352         #include <sys/types.h>
19353         #include <linux/joystick.h>
19354
19355         struct js_event blub;
19356         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19357         #error "no 2.2 header"
19358         #endif
19359
19360 int
19361 main ()
19362 {
19363 /*empty*/
19364   ;
19365   return 0;
19366 }
19367 _ACEOF
19368 rm -f conftest.$ac_objext
19369 if { (ac_try="$ac_compile"
19370 case "(($ac_try" in
19371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19372   *) ac_try_echo=$ac_try;;
19373 esac
19374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19375   (eval "$ac_compile") 2>conftest.er1
19376   ac_status=$?
19377   grep -v '^ *+' conftest.er1 >conftest.err
19378   rm -f conftest.er1
19379   cat conftest.err >&5
19380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19381   (exit $ac_status); } && {
19382          test -z "$ac_c_werror_flag" ||
19383          test ! -s conftest.err
19384        } && test -s conftest.$ac_objext; then
19385   wine_cv_linux_joystick_22_api=yes
19386 else
19387   echo "$as_me: failed program was:" >&5
19388 sed 's/^/| /' conftest.$ac_ext >&5
19389
19390         wine_cv_linux_joystick_22_api=no
19391 fi
19392
19393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19394
19395 fi
19396 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19397 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19398    if test "$wine_cv_linux_joystick_22_api" = "yes"
19399    then
19400
19401 cat >>confdefs.h <<\_ACEOF
19402 #define HAVE_LINUX_22_JOYSTICK_API 1
19403 _ACEOF
19404
19405    fi
19406 fi
19407
19408
19409 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19410 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19411 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19412   echo $ECHO_N "(cached) $ECHO_C" >&6
19413 else
19414   cat >conftest.$ac_ext <<_ACEOF
19415 /* confdefs.h.  */
19416 _ACEOF
19417 cat confdefs.h >>conftest.$ac_ext
19418 cat >>conftest.$ac_ext <<_ACEOF
19419 /* end confdefs.h.  */
19420 #include <sys/types.h>
19421 #ifdef HAVE_SYS_PARAM_H
19422 # include <sys/param.h>
19423 #endif
19424 #ifdef HAVE_SYS_MOUNT_H
19425 # include <sys/mount.h>
19426 #endif
19427 #ifdef HAVE_SYS_VFS_H
19428 # include <sys/vfs.h>
19429 #endif
19430 #ifdef HAVE_SYS_STATFS_H
19431 # include <sys/statfs.h>
19432 #endif
19433
19434 int
19435 main ()
19436 {
19437 static struct statfs ac_aggr;
19438 if (ac_aggr.f_bfree)
19439 return 0;
19440   ;
19441   return 0;
19442 }
19443 _ACEOF
19444 rm -f conftest.$ac_objext
19445 if { (ac_try="$ac_compile"
19446 case "(($ac_try" in
19447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19448   *) ac_try_echo=$ac_try;;
19449 esac
19450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19451   (eval "$ac_compile") 2>conftest.er1
19452   ac_status=$?
19453   grep -v '^ *+' conftest.er1 >conftest.err
19454   rm -f conftest.er1
19455   cat conftest.err >&5
19456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19457   (exit $ac_status); } && {
19458          test -z "$ac_c_werror_flag" ||
19459          test ! -s conftest.err
19460        } && test -s conftest.$ac_objext; then
19461   ac_cv_member_struct_statfs_f_bfree=yes
19462 else
19463   echo "$as_me: failed program was:" >&5
19464 sed 's/^/| /' conftest.$ac_ext >&5
19465
19466         cat >conftest.$ac_ext <<_ACEOF
19467 /* confdefs.h.  */
19468 _ACEOF
19469 cat confdefs.h >>conftest.$ac_ext
19470 cat >>conftest.$ac_ext <<_ACEOF
19471 /* end confdefs.h.  */
19472 #include <sys/types.h>
19473 #ifdef HAVE_SYS_PARAM_H
19474 # include <sys/param.h>
19475 #endif
19476 #ifdef HAVE_SYS_MOUNT_H
19477 # include <sys/mount.h>
19478 #endif
19479 #ifdef HAVE_SYS_VFS_H
19480 # include <sys/vfs.h>
19481 #endif
19482 #ifdef HAVE_SYS_STATFS_H
19483 # include <sys/statfs.h>
19484 #endif
19485
19486 int
19487 main ()
19488 {
19489 static struct statfs ac_aggr;
19490 if (sizeof ac_aggr.f_bfree)
19491 return 0;
19492   ;
19493   return 0;
19494 }
19495 _ACEOF
19496 rm -f conftest.$ac_objext
19497 if { (ac_try="$ac_compile"
19498 case "(($ac_try" in
19499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19500   *) ac_try_echo=$ac_try;;
19501 esac
19502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19503   (eval "$ac_compile") 2>conftest.er1
19504   ac_status=$?
19505   grep -v '^ *+' conftest.er1 >conftest.err
19506   rm -f conftest.er1
19507   cat conftest.err >&5
19508   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19509   (exit $ac_status); } && {
19510          test -z "$ac_c_werror_flag" ||
19511          test ! -s conftest.err
19512        } && test -s conftest.$ac_objext; then
19513   ac_cv_member_struct_statfs_f_bfree=yes
19514 else
19515   echo "$as_me: failed program was:" >&5
19516 sed 's/^/| /' conftest.$ac_ext >&5
19517
19518         ac_cv_member_struct_statfs_f_bfree=no
19519 fi
19520
19521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19522 fi
19523
19524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19525 fi
19526 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19527 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19528 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19529
19530 cat >>confdefs.h <<_ACEOF
19531 #define HAVE_STRUCT_STATFS_F_BFREE 1
19532 _ACEOF
19533
19534
19535 fi
19536 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19537 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19538 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19539   echo $ECHO_N "(cached) $ECHO_C" >&6
19540 else
19541   cat >conftest.$ac_ext <<_ACEOF
19542 /* confdefs.h.  */
19543 _ACEOF
19544 cat confdefs.h >>conftest.$ac_ext
19545 cat >>conftest.$ac_ext <<_ACEOF
19546 /* end confdefs.h.  */
19547 #include <sys/types.h>
19548 #ifdef HAVE_SYS_PARAM_H
19549 # include <sys/param.h>
19550 #endif
19551 #ifdef HAVE_SYS_MOUNT_H
19552 # include <sys/mount.h>
19553 #endif
19554 #ifdef HAVE_SYS_VFS_H
19555 # include <sys/vfs.h>
19556 #endif
19557 #ifdef HAVE_SYS_STATFS_H
19558 # include <sys/statfs.h>
19559 #endif
19560
19561 int
19562 main ()
19563 {
19564 static struct statfs ac_aggr;
19565 if (ac_aggr.f_bavail)
19566 return 0;
19567   ;
19568   return 0;
19569 }
19570 _ACEOF
19571 rm -f conftest.$ac_objext
19572 if { (ac_try="$ac_compile"
19573 case "(($ac_try" in
19574   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19575   *) ac_try_echo=$ac_try;;
19576 esac
19577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19578   (eval "$ac_compile") 2>conftest.er1
19579   ac_status=$?
19580   grep -v '^ *+' conftest.er1 >conftest.err
19581   rm -f conftest.er1
19582   cat conftest.err >&5
19583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19584   (exit $ac_status); } && {
19585          test -z "$ac_c_werror_flag" ||
19586          test ! -s conftest.err
19587        } && test -s conftest.$ac_objext; then
19588   ac_cv_member_struct_statfs_f_bavail=yes
19589 else
19590   echo "$as_me: failed program was:" >&5
19591 sed 's/^/| /' conftest.$ac_ext >&5
19592
19593         cat >conftest.$ac_ext <<_ACEOF
19594 /* confdefs.h.  */
19595 _ACEOF
19596 cat confdefs.h >>conftest.$ac_ext
19597 cat >>conftest.$ac_ext <<_ACEOF
19598 /* end confdefs.h.  */
19599 #include <sys/types.h>
19600 #ifdef HAVE_SYS_PARAM_H
19601 # include <sys/param.h>
19602 #endif
19603 #ifdef HAVE_SYS_MOUNT_H
19604 # include <sys/mount.h>
19605 #endif
19606 #ifdef HAVE_SYS_VFS_H
19607 # include <sys/vfs.h>
19608 #endif
19609 #ifdef HAVE_SYS_STATFS_H
19610 # include <sys/statfs.h>
19611 #endif
19612
19613 int
19614 main ()
19615 {
19616 static struct statfs ac_aggr;
19617 if (sizeof ac_aggr.f_bavail)
19618 return 0;
19619   ;
19620   return 0;
19621 }
19622 _ACEOF
19623 rm -f conftest.$ac_objext
19624 if { (ac_try="$ac_compile"
19625 case "(($ac_try" in
19626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19627   *) ac_try_echo=$ac_try;;
19628 esac
19629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19630   (eval "$ac_compile") 2>conftest.er1
19631   ac_status=$?
19632   grep -v '^ *+' conftest.er1 >conftest.err
19633   rm -f conftest.er1
19634   cat conftest.err >&5
19635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19636   (exit $ac_status); } && {
19637          test -z "$ac_c_werror_flag" ||
19638          test ! -s conftest.err
19639        } && test -s conftest.$ac_objext; then
19640   ac_cv_member_struct_statfs_f_bavail=yes
19641 else
19642   echo "$as_me: failed program was:" >&5
19643 sed 's/^/| /' conftest.$ac_ext >&5
19644
19645         ac_cv_member_struct_statfs_f_bavail=no
19646 fi
19647
19648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19649 fi
19650
19651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19652 fi
19653 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19654 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19655 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19656
19657 cat >>confdefs.h <<_ACEOF
19658 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19659 _ACEOF
19660
19661
19662 fi
19663 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19664 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19665 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19666   echo $ECHO_N "(cached) $ECHO_C" >&6
19667 else
19668   cat >conftest.$ac_ext <<_ACEOF
19669 /* confdefs.h.  */
19670 _ACEOF
19671 cat confdefs.h >>conftest.$ac_ext
19672 cat >>conftest.$ac_ext <<_ACEOF
19673 /* end confdefs.h.  */
19674 #include <sys/types.h>
19675 #ifdef HAVE_SYS_PARAM_H
19676 # include <sys/param.h>
19677 #endif
19678 #ifdef HAVE_SYS_MOUNT_H
19679 # include <sys/mount.h>
19680 #endif
19681 #ifdef HAVE_SYS_VFS_H
19682 # include <sys/vfs.h>
19683 #endif
19684 #ifdef HAVE_SYS_STATFS_H
19685 # include <sys/statfs.h>
19686 #endif
19687
19688 int
19689 main ()
19690 {
19691 static struct statfs ac_aggr;
19692 if (ac_aggr.f_frsize)
19693 return 0;
19694   ;
19695   return 0;
19696 }
19697 _ACEOF
19698 rm -f conftest.$ac_objext
19699 if { (ac_try="$ac_compile"
19700 case "(($ac_try" in
19701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19702   *) ac_try_echo=$ac_try;;
19703 esac
19704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19705   (eval "$ac_compile") 2>conftest.er1
19706   ac_status=$?
19707   grep -v '^ *+' conftest.er1 >conftest.err
19708   rm -f conftest.er1
19709   cat conftest.err >&5
19710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711   (exit $ac_status); } && {
19712          test -z "$ac_c_werror_flag" ||
19713          test ! -s conftest.err
19714        } && test -s conftest.$ac_objext; then
19715   ac_cv_member_struct_statfs_f_frsize=yes
19716 else
19717   echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19719
19720         cat >conftest.$ac_ext <<_ACEOF
19721 /* confdefs.h.  */
19722 _ACEOF
19723 cat confdefs.h >>conftest.$ac_ext
19724 cat >>conftest.$ac_ext <<_ACEOF
19725 /* end confdefs.h.  */
19726 #include <sys/types.h>
19727 #ifdef HAVE_SYS_PARAM_H
19728 # include <sys/param.h>
19729 #endif
19730 #ifdef HAVE_SYS_MOUNT_H
19731 # include <sys/mount.h>
19732 #endif
19733 #ifdef HAVE_SYS_VFS_H
19734 # include <sys/vfs.h>
19735 #endif
19736 #ifdef HAVE_SYS_STATFS_H
19737 # include <sys/statfs.h>
19738 #endif
19739
19740 int
19741 main ()
19742 {
19743 static struct statfs ac_aggr;
19744 if (sizeof ac_aggr.f_frsize)
19745 return 0;
19746   ;
19747   return 0;
19748 }
19749 _ACEOF
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19754   *) ac_try_echo=$ac_try;;
19755 esac
19756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19757   (eval "$ac_compile") 2>conftest.er1
19758   ac_status=$?
19759   grep -v '^ *+' conftest.er1 >conftest.err
19760   rm -f conftest.er1
19761   cat conftest.err >&5
19762   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19763   (exit $ac_status); } && {
19764          test -z "$ac_c_werror_flag" ||
19765          test ! -s conftest.err
19766        } && test -s conftest.$ac_objext; then
19767   ac_cv_member_struct_statfs_f_frsize=yes
19768 else
19769   echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.$ac_ext >&5
19771
19772         ac_cv_member_struct_statfs_f_frsize=no
19773 fi
19774
19775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19776 fi
19777
19778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19779 fi
19780 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19781 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19782 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19783
19784 cat >>confdefs.h <<_ACEOF
19785 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19786 _ACEOF
19787
19788
19789 fi
19790 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19791 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19792 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19793   echo $ECHO_N "(cached) $ECHO_C" >&6
19794 else
19795   cat >conftest.$ac_ext <<_ACEOF
19796 /* confdefs.h.  */
19797 _ACEOF
19798 cat confdefs.h >>conftest.$ac_ext
19799 cat >>conftest.$ac_ext <<_ACEOF
19800 /* end confdefs.h.  */
19801 #include <sys/types.h>
19802 #ifdef HAVE_SYS_PARAM_H
19803 # include <sys/param.h>
19804 #endif
19805 #ifdef HAVE_SYS_MOUNT_H
19806 # include <sys/mount.h>
19807 #endif
19808 #ifdef HAVE_SYS_VFS_H
19809 # include <sys/vfs.h>
19810 #endif
19811 #ifdef HAVE_SYS_STATFS_H
19812 # include <sys/statfs.h>
19813 #endif
19814
19815 int
19816 main ()
19817 {
19818 static struct statfs ac_aggr;
19819 if (ac_aggr.f_ffree)
19820 return 0;
19821   ;
19822   return 0;
19823 }
19824 _ACEOF
19825 rm -f conftest.$ac_objext
19826 if { (ac_try="$ac_compile"
19827 case "(($ac_try" in
19828   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19829   *) ac_try_echo=$ac_try;;
19830 esac
19831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19832   (eval "$ac_compile") 2>conftest.er1
19833   ac_status=$?
19834   grep -v '^ *+' conftest.er1 >conftest.err
19835   rm -f conftest.er1
19836   cat conftest.err >&5
19837   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19838   (exit $ac_status); } && {
19839          test -z "$ac_c_werror_flag" ||
19840          test ! -s conftest.err
19841        } && test -s conftest.$ac_objext; then
19842   ac_cv_member_struct_statfs_f_ffree=yes
19843 else
19844   echo "$as_me: failed program was:" >&5
19845 sed 's/^/| /' conftest.$ac_ext >&5
19846
19847         cat >conftest.$ac_ext <<_ACEOF
19848 /* confdefs.h.  */
19849 _ACEOF
19850 cat confdefs.h >>conftest.$ac_ext
19851 cat >>conftest.$ac_ext <<_ACEOF
19852 /* end confdefs.h.  */
19853 #include <sys/types.h>
19854 #ifdef HAVE_SYS_PARAM_H
19855 # include <sys/param.h>
19856 #endif
19857 #ifdef HAVE_SYS_MOUNT_H
19858 # include <sys/mount.h>
19859 #endif
19860 #ifdef HAVE_SYS_VFS_H
19861 # include <sys/vfs.h>
19862 #endif
19863 #ifdef HAVE_SYS_STATFS_H
19864 # include <sys/statfs.h>
19865 #endif
19866
19867 int
19868 main ()
19869 {
19870 static struct statfs ac_aggr;
19871 if (sizeof ac_aggr.f_ffree)
19872 return 0;
19873   ;
19874   return 0;
19875 }
19876 _ACEOF
19877 rm -f conftest.$ac_objext
19878 if { (ac_try="$ac_compile"
19879 case "(($ac_try" in
19880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19881   *) ac_try_echo=$ac_try;;
19882 esac
19883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19884   (eval "$ac_compile") 2>conftest.er1
19885   ac_status=$?
19886   grep -v '^ *+' conftest.er1 >conftest.err
19887   rm -f conftest.er1
19888   cat conftest.err >&5
19889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19890   (exit $ac_status); } && {
19891          test -z "$ac_c_werror_flag" ||
19892          test ! -s conftest.err
19893        } && test -s conftest.$ac_objext; then
19894   ac_cv_member_struct_statfs_f_ffree=yes
19895 else
19896   echo "$as_me: failed program was:" >&5
19897 sed 's/^/| /' conftest.$ac_ext >&5
19898
19899         ac_cv_member_struct_statfs_f_ffree=no
19900 fi
19901
19902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19903 fi
19904
19905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19906 fi
19907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19908 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19909 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19910
19911 cat >>confdefs.h <<_ACEOF
19912 #define HAVE_STRUCT_STATFS_F_FFREE 1
19913 _ACEOF
19914
19915
19916 fi
19917 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19918 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19919 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19920   echo $ECHO_N "(cached) $ECHO_C" >&6
19921 else
19922   cat >conftest.$ac_ext <<_ACEOF
19923 /* confdefs.h.  */
19924 _ACEOF
19925 cat confdefs.h >>conftest.$ac_ext
19926 cat >>conftest.$ac_ext <<_ACEOF
19927 /* end confdefs.h.  */
19928 #include <sys/types.h>
19929 #ifdef HAVE_SYS_PARAM_H
19930 # include <sys/param.h>
19931 #endif
19932 #ifdef HAVE_SYS_MOUNT_H
19933 # include <sys/mount.h>
19934 #endif
19935 #ifdef HAVE_SYS_VFS_H
19936 # include <sys/vfs.h>
19937 #endif
19938 #ifdef HAVE_SYS_STATFS_H
19939 # include <sys/statfs.h>
19940 #endif
19941
19942 int
19943 main ()
19944 {
19945 static struct statfs ac_aggr;
19946 if (ac_aggr.f_favail)
19947 return 0;
19948   ;
19949   return 0;
19950 }
19951 _ACEOF
19952 rm -f conftest.$ac_objext
19953 if { (ac_try="$ac_compile"
19954 case "(($ac_try" in
19955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19956   *) ac_try_echo=$ac_try;;
19957 esac
19958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19959   (eval "$ac_compile") 2>conftest.er1
19960   ac_status=$?
19961   grep -v '^ *+' conftest.er1 >conftest.err
19962   rm -f conftest.er1
19963   cat conftest.err >&5
19964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965   (exit $ac_status); } && {
19966          test -z "$ac_c_werror_flag" ||
19967          test ! -s conftest.err
19968        } && test -s conftest.$ac_objext; then
19969   ac_cv_member_struct_statfs_f_favail=yes
19970 else
19971   echo "$as_me: failed program was:" >&5
19972 sed 's/^/| /' conftest.$ac_ext >&5
19973
19974         cat >conftest.$ac_ext <<_ACEOF
19975 /* confdefs.h.  */
19976 _ACEOF
19977 cat confdefs.h >>conftest.$ac_ext
19978 cat >>conftest.$ac_ext <<_ACEOF
19979 /* end confdefs.h.  */
19980 #include <sys/types.h>
19981 #ifdef HAVE_SYS_PARAM_H
19982 # include <sys/param.h>
19983 #endif
19984 #ifdef HAVE_SYS_MOUNT_H
19985 # include <sys/mount.h>
19986 #endif
19987 #ifdef HAVE_SYS_VFS_H
19988 # include <sys/vfs.h>
19989 #endif
19990 #ifdef HAVE_SYS_STATFS_H
19991 # include <sys/statfs.h>
19992 #endif
19993
19994 int
19995 main ()
19996 {
19997 static struct statfs ac_aggr;
19998 if (sizeof ac_aggr.f_favail)
19999 return 0;
20000   ;
20001   return 0;
20002 }
20003 _ACEOF
20004 rm -f conftest.$ac_objext
20005 if { (ac_try="$ac_compile"
20006 case "(($ac_try" in
20007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20008   *) ac_try_echo=$ac_try;;
20009 esac
20010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20011   (eval "$ac_compile") 2>conftest.er1
20012   ac_status=$?
20013   grep -v '^ *+' conftest.er1 >conftest.err
20014   rm -f conftest.er1
20015   cat conftest.err >&5
20016   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017   (exit $ac_status); } && {
20018          test -z "$ac_c_werror_flag" ||
20019          test ! -s conftest.err
20020        } && test -s conftest.$ac_objext; then
20021   ac_cv_member_struct_statfs_f_favail=yes
20022 else
20023   echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20025
20026         ac_cv_member_struct_statfs_f_favail=no
20027 fi
20028
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20030 fi
20031
20032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20033 fi
20034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20035 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20036 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20037
20038 cat >>confdefs.h <<_ACEOF
20039 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20040 _ACEOF
20041
20042
20043 fi
20044 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20045 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20046 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20047   echo $ECHO_N "(cached) $ECHO_C" >&6
20048 else
20049   cat >conftest.$ac_ext <<_ACEOF
20050 /* confdefs.h.  */
20051 _ACEOF
20052 cat confdefs.h >>conftest.$ac_ext
20053 cat >>conftest.$ac_ext <<_ACEOF
20054 /* end confdefs.h.  */
20055 #include <sys/types.h>
20056 #ifdef HAVE_SYS_PARAM_H
20057 # include <sys/param.h>
20058 #endif
20059 #ifdef HAVE_SYS_MOUNT_H
20060 # include <sys/mount.h>
20061 #endif
20062 #ifdef HAVE_SYS_VFS_H
20063 # include <sys/vfs.h>
20064 #endif
20065 #ifdef HAVE_SYS_STATFS_H
20066 # include <sys/statfs.h>
20067 #endif
20068
20069 int
20070 main ()
20071 {
20072 static struct statfs ac_aggr;
20073 if (ac_aggr.f_namelen)
20074 return 0;
20075   ;
20076   return 0;
20077 }
20078 _ACEOF
20079 rm -f conftest.$ac_objext
20080 if { (ac_try="$ac_compile"
20081 case "(($ac_try" in
20082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20083   *) ac_try_echo=$ac_try;;
20084 esac
20085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20086   (eval "$ac_compile") 2>conftest.er1
20087   ac_status=$?
20088   grep -v '^ *+' conftest.er1 >conftest.err
20089   rm -f conftest.er1
20090   cat conftest.err >&5
20091   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20092   (exit $ac_status); } && {
20093          test -z "$ac_c_werror_flag" ||
20094          test ! -s conftest.err
20095        } && test -s conftest.$ac_objext; then
20096   ac_cv_member_struct_statfs_f_namelen=yes
20097 else
20098   echo "$as_me: failed program was:" >&5
20099 sed 's/^/| /' conftest.$ac_ext >&5
20100
20101         cat >conftest.$ac_ext <<_ACEOF
20102 /* confdefs.h.  */
20103 _ACEOF
20104 cat confdefs.h >>conftest.$ac_ext
20105 cat >>conftest.$ac_ext <<_ACEOF
20106 /* end confdefs.h.  */
20107 #include <sys/types.h>
20108 #ifdef HAVE_SYS_PARAM_H
20109 # include <sys/param.h>
20110 #endif
20111 #ifdef HAVE_SYS_MOUNT_H
20112 # include <sys/mount.h>
20113 #endif
20114 #ifdef HAVE_SYS_VFS_H
20115 # include <sys/vfs.h>
20116 #endif
20117 #ifdef HAVE_SYS_STATFS_H
20118 # include <sys/statfs.h>
20119 #endif
20120
20121 int
20122 main ()
20123 {
20124 static struct statfs ac_aggr;
20125 if (sizeof ac_aggr.f_namelen)
20126 return 0;
20127   ;
20128   return 0;
20129 }
20130 _ACEOF
20131 rm -f conftest.$ac_objext
20132 if { (ac_try="$ac_compile"
20133 case "(($ac_try" in
20134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20135   *) ac_try_echo=$ac_try;;
20136 esac
20137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20138   (eval "$ac_compile") 2>conftest.er1
20139   ac_status=$?
20140   grep -v '^ *+' conftest.er1 >conftest.err
20141   rm -f conftest.er1
20142   cat conftest.err >&5
20143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20144   (exit $ac_status); } && {
20145          test -z "$ac_c_werror_flag" ||
20146          test ! -s conftest.err
20147        } && test -s conftest.$ac_objext; then
20148   ac_cv_member_struct_statfs_f_namelen=yes
20149 else
20150   echo "$as_me: failed program was:" >&5
20151 sed 's/^/| /' conftest.$ac_ext >&5
20152
20153         ac_cv_member_struct_statfs_f_namelen=no
20154 fi
20155
20156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20157 fi
20158
20159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20160 fi
20161 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20162 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20163 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20164
20165 cat >>confdefs.h <<_ACEOF
20166 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20167 _ACEOF
20168
20169
20170 fi
20171
20172
20173 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20174 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20175 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20176   echo $ECHO_N "(cached) $ECHO_C" >&6
20177 else
20178   cat >conftest.$ac_ext <<_ACEOF
20179 /* confdefs.h.  */
20180 _ACEOF
20181 cat confdefs.h >>conftest.$ac_ext
20182 cat >>conftest.$ac_ext <<_ACEOF
20183 /* end confdefs.h.  */
20184 #ifdef HAVE_SYS_STATVFS_H
20185 #include <sys/statvfs.h>
20186 #endif
20187
20188 int
20189 main ()
20190 {
20191 static struct statvfs ac_aggr;
20192 if (ac_aggr.f_blocks)
20193 return 0;
20194   ;
20195   return 0;
20196 }
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202   *) ac_try_echo=$ac_try;;
20203 esac
20204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20205   (eval "$ac_compile") 2>conftest.er1
20206   ac_status=$?
20207   grep -v '^ *+' conftest.er1 >conftest.err
20208   rm -f conftest.er1
20209   cat conftest.err >&5
20210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211   (exit $ac_status); } && {
20212          test -z "$ac_c_werror_flag" ||
20213          test ! -s conftest.err
20214        } && test -s conftest.$ac_objext; then
20215   ac_cv_member_struct_statvfs_f_blocks=yes
20216 else
20217   echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20219
20220         cat >conftest.$ac_ext <<_ACEOF
20221 /* confdefs.h.  */
20222 _ACEOF
20223 cat confdefs.h >>conftest.$ac_ext
20224 cat >>conftest.$ac_ext <<_ACEOF
20225 /* end confdefs.h.  */
20226 #ifdef HAVE_SYS_STATVFS_H
20227 #include <sys/statvfs.h>
20228 #endif
20229
20230 int
20231 main ()
20232 {
20233 static struct statvfs ac_aggr;
20234 if (sizeof ac_aggr.f_blocks)
20235 return 0;
20236   ;
20237   return 0;
20238 }
20239 _ACEOF
20240 rm -f conftest.$ac_objext
20241 if { (ac_try="$ac_compile"
20242 case "(($ac_try" in
20243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20244   *) ac_try_echo=$ac_try;;
20245 esac
20246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20247   (eval "$ac_compile") 2>conftest.er1
20248   ac_status=$?
20249   grep -v '^ *+' conftest.er1 >conftest.err
20250   rm -f conftest.er1
20251   cat conftest.err >&5
20252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20253   (exit $ac_status); } && {
20254          test -z "$ac_c_werror_flag" ||
20255          test ! -s conftest.err
20256        } && test -s conftest.$ac_objext; then
20257   ac_cv_member_struct_statvfs_f_blocks=yes
20258 else
20259   echo "$as_me: failed program was:" >&5
20260 sed 's/^/| /' conftest.$ac_ext >&5
20261
20262         ac_cv_member_struct_statvfs_f_blocks=no
20263 fi
20264
20265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20266 fi
20267
20268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20269 fi
20270 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20271 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20272 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20273
20274 cat >>confdefs.h <<_ACEOF
20275 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20276 _ACEOF
20277
20278
20279 fi
20280
20281
20282 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20283 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20284 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20285   echo $ECHO_N "(cached) $ECHO_C" >&6
20286 else
20287   cat >conftest.$ac_ext <<_ACEOF
20288 /* confdefs.h.  */
20289 _ACEOF
20290 cat confdefs.h >>conftest.$ac_ext
20291 cat >>conftest.$ac_ext <<_ACEOF
20292 /* end confdefs.h.  */
20293 #include <sys/types.h>
20294 #ifdef HAVE_SYS_SOCKET_H
20295 # include <sys/socket.h>
20296 #endif
20297 #ifdef HAVE_SYS_UN_H
20298 # include <sys/un.h>
20299 #endif
20300
20301 int
20302 main ()
20303 {
20304 static struct msghdr ac_aggr;
20305 if (ac_aggr.msg_accrights)
20306 return 0;
20307   ;
20308   return 0;
20309 }
20310 _ACEOF
20311 rm -f conftest.$ac_objext
20312 if { (ac_try="$ac_compile"
20313 case "(($ac_try" in
20314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20315   *) ac_try_echo=$ac_try;;
20316 esac
20317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20318   (eval "$ac_compile") 2>conftest.er1
20319   ac_status=$?
20320   grep -v '^ *+' conftest.er1 >conftest.err
20321   rm -f conftest.er1
20322   cat conftest.err >&5
20323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20324   (exit $ac_status); } && {
20325          test -z "$ac_c_werror_flag" ||
20326          test ! -s conftest.err
20327        } && test -s conftest.$ac_objext; then
20328   ac_cv_member_struct_msghdr_msg_accrights=yes
20329 else
20330   echo "$as_me: failed program was:" >&5
20331 sed 's/^/| /' conftest.$ac_ext >&5
20332
20333         cat >conftest.$ac_ext <<_ACEOF
20334 /* confdefs.h.  */
20335 _ACEOF
20336 cat confdefs.h >>conftest.$ac_ext
20337 cat >>conftest.$ac_ext <<_ACEOF
20338 /* end confdefs.h.  */
20339 #include <sys/types.h>
20340 #ifdef HAVE_SYS_SOCKET_H
20341 # include <sys/socket.h>
20342 #endif
20343 #ifdef HAVE_SYS_UN_H
20344 # include <sys/un.h>
20345 #endif
20346
20347 int
20348 main ()
20349 {
20350 static struct msghdr ac_aggr;
20351 if (sizeof ac_aggr.msg_accrights)
20352 return 0;
20353   ;
20354   return 0;
20355 }
20356 _ACEOF
20357 rm -f conftest.$ac_objext
20358 if { (ac_try="$ac_compile"
20359 case "(($ac_try" in
20360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20361   *) ac_try_echo=$ac_try;;
20362 esac
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364   (eval "$ac_compile") 2>conftest.er1
20365   ac_status=$?
20366   grep -v '^ *+' conftest.er1 >conftest.err
20367   rm -f conftest.er1
20368   cat conftest.err >&5
20369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370   (exit $ac_status); } && {
20371          test -z "$ac_c_werror_flag" ||
20372          test ! -s conftest.err
20373        } && test -s conftest.$ac_objext; then
20374   ac_cv_member_struct_msghdr_msg_accrights=yes
20375 else
20376   echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.$ac_ext >&5
20378
20379         ac_cv_member_struct_msghdr_msg_accrights=no
20380 fi
20381
20382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20383 fi
20384
20385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20386 fi
20387 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20388 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20389 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20390
20391 cat >>confdefs.h <<_ACEOF
20392 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20393 _ACEOF
20394
20395
20396 fi
20397 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20398 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20399 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20400   echo $ECHO_N "(cached) $ECHO_C" >&6
20401 else
20402   cat >conftest.$ac_ext <<_ACEOF
20403 /* confdefs.h.  */
20404 _ACEOF
20405 cat confdefs.h >>conftest.$ac_ext
20406 cat >>conftest.$ac_ext <<_ACEOF
20407 /* end confdefs.h.  */
20408 #include <sys/types.h>
20409 #ifdef HAVE_SYS_SOCKET_H
20410 # include <sys/socket.h>
20411 #endif
20412 #ifdef HAVE_SYS_UN_H
20413 # include <sys/un.h>
20414 #endif
20415
20416 int
20417 main ()
20418 {
20419 static struct sockaddr ac_aggr;
20420 if (ac_aggr.sa_len)
20421 return 0;
20422   ;
20423   return 0;
20424 }
20425 _ACEOF
20426 rm -f conftest.$ac_objext
20427 if { (ac_try="$ac_compile"
20428 case "(($ac_try" in
20429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20430   *) ac_try_echo=$ac_try;;
20431 esac
20432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20433   (eval "$ac_compile") 2>conftest.er1
20434   ac_status=$?
20435   grep -v '^ *+' conftest.er1 >conftest.err
20436   rm -f conftest.er1
20437   cat conftest.err >&5
20438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20439   (exit $ac_status); } && {
20440          test -z "$ac_c_werror_flag" ||
20441          test ! -s conftest.err
20442        } && test -s conftest.$ac_objext; then
20443   ac_cv_member_struct_sockaddr_sa_len=yes
20444 else
20445   echo "$as_me: failed program was:" >&5
20446 sed 's/^/| /' conftest.$ac_ext >&5
20447
20448         cat >conftest.$ac_ext <<_ACEOF
20449 /* confdefs.h.  */
20450 _ACEOF
20451 cat confdefs.h >>conftest.$ac_ext
20452 cat >>conftest.$ac_ext <<_ACEOF
20453 /* end confdefs.h.  */
20454 #include <sys/types.h>
20455 #ifdef HAVE_SYS_SOCKET_H
20456 # include <sys/socket.h>
20457 #endif
20458 #ifdef HAVE_SYS_UN_H
20459 # include <sys/un.h>
20460 #endif
20461
20462 int
20463 main ()
20464 {
20465 static struct sockaddr ac_aggr;
20466 if (sizeof ac_aggr.sa_len)
20467 return 0;
20468   ;
20469   return 0;
20470 }
20471 _ACEOF
20472 rm -f conftest.$ac_objext
20473 if { (ac_try="$ac_compile"
20474 case "(($ac_try" in
20475   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20476   *) ac_try_echo=$ac_try;;
20477 esac
20478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20479   (eval "$ac_compile") 2>conftest.er1
20480   ac_status=$?
20481   grep -v '^ *+' conftest.er1 >conftest.err
20482   rm -f conftest.er1
20483   cat conftest.err >&5
20484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20485   (exit $ac_status); } && {
20486          test -z "$ac_c_werror_flag" ||
20487          test ! -s conftest.err
20488        } && test -s conftest.$ac_objext; then
20489   ac_cv_member_struct_sockaddr_sa_len=yes
20490 else
20491   echo "$as_me: failed program was:" >&5
20492 sed 's/^/| /' conftest.$ac_ext >&5
20493
20494         ac_cv_member_struct_sockaddr_sa_len=no
20495 fi
20496
20497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20498 fi
20499
20500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20501 fi
20502 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20503 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20504 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20505
20506 cat >>confdefs.h <<_ACEOF
20507 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20508 _ACEOF
20509
20510
20511 fi
20512 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20513 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20514 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20515   echo $ECHO_N "(cached) $ECHO_C" >&6
20516 else
20517   cat >conftest.$ac_ext <<_ACEOF
20518 /* confdefs.h.  */
20519 _ACEOF
20520 cat confdefs.h >>conftest.$ac_ext
20521 cat >>conftest.$ac_ext <<_ACEOF
20522 /* end confdefs.h.  */
20523 #include <sys/types.h>
20524 #ifdef HAVE_SYS_SOCKET_H
20525 # include <sys/socket.h>
20526 #endif
20527 #ifdef HAVE_SYS_UN_H
20528 # include <sys/un.h>
20529 #endif
20530
20531 int
20532 main ()
20533 {
20534 static struct sockaddr_un ac_aggr;
20535 if (ac_aggr.sun_len)
20536 return 0;
20537   ;
20538   return 0;
20539 }
20540 _ACEOF
20541 rm -f conftest.$ac_objext
20542 if { (ac_try="$ac_compile"
20543 case "(($ac_try" in
20544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20545   *) ac_try_echo=$ac_try;;
20546 esac
20547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20548   (eval "$ac_compile") 2>conftest.er1
20549   ac_status=$?
20550   grep -v '^ *+' conftest.er1 >conftest.err
20551   rm -f conftest.er1
20552   cat conftest.err >&5
20553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20554   (exit $ac_status); } && {
20555          test -z "$ac_c_werror_flag" ||
20556          test ! -s conftest.err
20557        } && test -s conftest.$ac_objext; then
20558   ac_cv_member_struct_sockaddr_un_sun_len=yes
20559 else
20560   echo "$as_me: failed program was:" >&5
20561 sed 's/^/| /' conftest.$ac_ext >&5
20562
20563         cat >conftest.$ac_ext <<_ACEOF
20564 /* confdefs.h.  */
20565 _ACEOF
20566 cat confdefs.h >>conftest.$ac_ext
20567 cat >>conftest.$ac_ext <<_ACEOF
20568 /* end confdefs.h.  */
20569 #include <sys/types.h>
20570 #ifdef HAVE_SYS_SOCKET_H
20571 # include <sys/socket.h>
20572 #endif
20573 #ifdef HAVE_SYS_UN_H
20574 # include <sys/un.h>
20575 #endif
20576
20577 int
20578 main ()
20579 {
20580 static struct sockaddr_un ac_aggr;
20581 if (sizeof ac_aggr.sun_len)
20582 return 0;
20583   ;
20584   return 0;
20585 }
20586 _ACEOF
20587 rm -f conftest.$ac_objext
20588 if { (ac_try="$ac_compile"
20589 case "(($ac_try" in
20590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20591   *) ac_try_echo=$ac_try;;
20592 esac
20593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20594   (eval "$ac_compile") 2>conftest.er1
20595   ac_status=$?
20596   grep -v '^ *+' conftest.er1 >conftest.err
20597   rm -f conftest.er1
20598   cat conftest.err >&5
20599   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20600   (exit $ac_status); } && {
20601          test -z "$ac_c_werror_flag" ||
20602          test ! -s conftest.err
20603        } && test -s conftest.$ac_objext; then
20604   ac_cv_member_struct_sockaddr_un_sun_len=yes
20605 else
20606   echo "$as_me: failed program was:" >&5
20607 sed 's/^/| /' conftest.$ac_ext >&5
20608
20609         ac_cv_member_struct_sockaddr_un_sun_len=no
20610 fi
20611
20612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20613 fi
20614
20615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20616 fi
20617 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20618 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20619 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20620
20621 cat >>confdefs.h <<_ACEOF
20622 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20623 _ACEOF
20624
20625
20626 fi
20627
20628
20629 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20630 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20631 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20632   echo $ECHO_N "(cached) $ECHO_C" >&6
20633 else
20634   cat >conftest.$ac_ext <<_ACEOF
20635 /* confdefs.h.  */
20636 _ACEOF
20637 cat confdefs.h >>conftest.$ac_ext
20638 cat >>conftest.$ac_ext <<_ACEOF
20639 /* end confdefs.h.  */
20640 #include <sys/types.h>
20641 #ifdef HAVE_SCSI_SG_H
20642 #include <scsi/sg.h>
20643 #endif
20644
20645 int
20646 main ()
20647 {
20648 static scsireq_t ac_aggr;
20649 if (ac_aggr.cmd)
20650 return 0;
20651   ;
20652   return 0;
20653 }
20654 _ACEOF
20655 rm -f conftest.$ac_objext
20656 if { (ac_try="$ac_compile"
20657 case "(($ac_try" in
20658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20659   *) ac_try_echo=$ac_try;;
20660 esac
20661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20662   (eval "$ac_compile") 2>conftest.er1
20663   ac_status=$?
20664   grep -v '^ *+' conftest.er1 >conftest.err
20665   rm -f conftest.er1
20666   cat conftest.err >&5
20667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20668   (exit $ac_status); } && {
20669          test -z "$ac_c_werror_flag" ||
20670          test ! -s conftest.err
20671        } && test -s conftest.$ac_objext; then
20672   ac_cv_member_scsireq_t_cmd=yes
20673 else
20674   echo "$as_me: failed program was:" >&5
20675 sed 's/^/| /' conftest.$ac_ext >&5
20676
20677         cat >conftest.$ac_ext <<_ACEOF
20678 /* confdefs.h.  */
20679 _ACEOF
20680 cat confdefs.h >>conftest.$ac_ext
20681 cat >>conftest.$ac_ext <<_ACEOF
20682 /* end confdefs.h.  */
20683 #include <sys/types.h>
20684 #ifdef HAVE_SCSI_SG_H
20685 #include <scsi/sg.h>
20686 #endif
20687
20688 int
20689 main ()
20690 {
20691 static scsireq_t ac_aggr;
20692 if (sizeof ac_aggr.cmd)
20693 return 0;
20694   ;
20695   return 0;
20696 }
20697 _ACEOF
20698 rm -f conftest.$ac_objext
20699 if { (ac_try="$ac_compile"
20700 case "(($ac_try" in
20701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20702   *) ac_try_echo=$ac_try;;
20703 esac
20704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20705   (eval "$ac_compile") 2>conftest.er1
20706   ac_status=$?
20707   grep -v '^ *+' conftest.er1 >conftest.err
20708   rm -f conftest.er1
20709   cat conftest.err >&5
20710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20711   (exit $ac_status); } && {
20712          test -z "$ac_c_werror_flag" ||
20713          test ! -s conftest.err
20714        } && test -s conftest.$ac_objext; then
20715   ac_cv_member_scsireq_t_cmd=yes
20716 else
20717   echo "$as_me: failed program was:" >&5
20718 sed 's/^/| /' conftest.$ac_ext >&5
20719
20720         ac_cv_member_scsireq_t_cmd=no
20721 fi
20722
20723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20724 fi
20725
20726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20727 fi
20728 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20729 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20730 if test $ac_cv_member_scsireq_t_cmd = yes; then
20731
20732 cat >>confdefs.h <<_ACEOF
20733 #define HAVE_SCSIREQ_T_CMD 1
20734 _ACEOF
20735
20736
20737 fi
20738 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20739 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20740 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20741   echo $ECHO_N "(cached) $ECHO_C" >&6
20742 else
20743   cat >conftest.$ac_ext <<_ACEOF
20744 /* confdefs.h.  */
20745 _ACEOF
20746 cat confdefs.h >>conftest.$ac_ext
20747 cat >>conftest.$ac_ext <<_ACEOF
20748 /* end confdefs.h.  */
20749 #include <sys/types.h>
20750 #ifdef HAVE_SCSI_SG_H
20751 #include <scsi/sg.h>
20752 #endif
20753
20754 int
20755 main ()
20756 {
20757 static sg_io_hdr_t ac_aggr;
20758 if (ac_aggr.interface_id)
20759 return 0;
20760   ;
20761   return 0;
20762 }
20763 _ACEOF
20764 rm -f conftest.$ac_objext
20765 if { (ac_try="$ac_compile"
20766 case "(($ac_try" in
20767   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20768   *) ac_try_echo=$ac_try;;
20769 esac
20770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20771   (eval "$ac_compile") 2>conftest.er1
20772   ac_status=$?
20773   grep -v '^ *+' conftest.er1 >conftest.err
20774   rm -f conftest.er1
20775   cat conftest.err >&5
20776   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20777   (exit $ac_status); } && {
20778          test -z "$ac_c_werror_flag" ||
20779          test ! -s conftest.err
20780        } && test -s conftest.$ac_objext; then
20781   ac_cv_member_sg_io_hdr_t_interface_id=yes
20782 else
20783   echo "$as_me: failed program was:" >&5
20784 sed 's/^/| /' conftest.$ac_ext >&5
20785
20786         cat >conftest.$ac_ext <<_ACEOF
20787 /* confdefs.h.  */
20788 _ACEOF
20789 cat confdefs.h >>conftest.$ac_ext
20790 cat >>conftest.$ac_ext <<_ACEOF
20791 /* end confdefs.h.  */
20792 #include <sys/types.h>
20793 #ifdef HAVE_SCSI_SG_H
20794 #include <scsi/sg.h>
20795 #endif
20796
20797 int
20798 main ()
20799 {
20800 static sg_io_hdr_t ac_aggr;
20801 if (sizeof ac_aggr.interface_id)
20802 return 0;
20803   ;
20804   return 0;
20805 }
20806 _ACEOF
20807 rm -f conftest.$ac_objext
20808 if { (ac_try="$ac_compile"
20809 case "(($ac_try" in
20810   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20811   *) ac_try_echo=$ac_try;;
20812 esac
20813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20814   (eval "$ac_compile") 2>conftest.er1
20815   ac_status=$?
20816   grep -v '^ *+' conftest.er1 >conftest.err
20817   rm -f conftest.er1
20818   cat conftest.err >&5
20819   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20820   (exit $ac_status); } && {
20821          test -z "$ac_c_werror_flag" ||
20822          test ! -s conftest.err
20823        } && test -s conftest.$ac_objext; then
20824   ac_cv_member_sg_io_hdr_t_interface_id=yes
20825 else
20826   echo "$as_me: failed program was:" >&5
20827 sed 's/^/| /' conftest.$ac_ext >&5
20828
20829         ac_cv_member_sg_io_hdr_t_interface_id=no
20830 fi
20831
20832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20833 fi
20834
20835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20836 fi
20837 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20838 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20839 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20840
20841 cat >>confdefs.h <<_ACEOF
20842 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20843 _ACEOF
20844
20845
20846 fi
20847
20848
20849 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20850 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20851 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20852   echo $ECHO_N "(cached) $ECHO_C" >&6
20853 else
20854   cat >conftest.$ac_ext <<_ACEOF
20855 /* confdefs.h.  */
20856 _ACEOF
20857 cat confdefs.h >>conftest.$ac_ext
20858 cat >>conftest.$ac_ext <<_ACEOF
20859 /* end confdefs.h.  */
20860 #include <signal.h>
20861
20862 int
20863 main ()
20864 {
20865 static siginfo_t ac_aggr;
20866 if (ac_aggr.si_fd)
20867 return 0;
20868   ;
20869   return 0;
20870 }
20871 _ACEOF
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876   *) ac_try_echo=$ac_try;;
20877 esac
20878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20879   (eval "$ac_compile") 2>conftest.er1
20880   ac_status=$?
20881   grep -v '^ *+' conftest.er1 >conftest.err
20882   rm -f conftest.er1
20883   cat conftest.err >&5
20884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885   (exit $ac_status); } && {
20886          test -z "$ac_c_werror_flag" ||
20887          test ! -s conftest.err
20888        } && test -s conftest.$ac_objext; then
20889   ac_cv_member_siginfo_t_si_fd=yes
20890 else
20891   echo "$as_me: failed program was:" >&5
20892 sed 's/^/| /' conftest.$ac_ext >&5
20893
20894         cat >conftest.$ac_ext <<_ACEOF
20895 /* confdefs.h.  */
20896 _ACEOF
20897 cat confdefs.h >>conftest.$ac_ext
20898 cat >>conftest.$ac_ext <<_ACEOF
20899 /* end confdefs.h.  */
20900 #include <signal.h>
20901
20902 int
20903 main ()
20904 {
20905 static siginfo_t ac_aggr;
20906 if (sizeof ac_aggr.si_fd)
20907 return 0;
20908   ;
20909   return 0;
20910 }
20911 _ACEOF
20912 rm -f conftest.$ac_objext
20913 if { (ac_try="$ac_compile"
20914 case "(($ac_try" in
20915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20916   *) ac_try_echo=$ac_try;;
20917 esac
20918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20919   (eval "$ac_compile") 2>conftest.er1
20920   ac_status=$?
20921   grep -v '^ *+' conftest.er1 >conftest.err
20922   rm -f conftest.er1
20923   cat conftest.err >&5
20924   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20925   (exit $ac_status); } && {
20926          test -z "$ac_c_werror_flag" ||
20927          test ! -s conftest.err
20928        } && test -s conftest.$ac_objext; then
20929   ac_cv_member_siginfo_t_si_fd=yes
20930 else
20931   echo "$as_me: failed program was:" >&5
20932 sed 's/^/| /' conftest.$ac_ext >&5
20933
20934         ac_cv_member_siginfo_t_si_fd=no
20935 fi
20936
20937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20938 fi
20939
20940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20941 fi
20942 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20943 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20944 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20945
20946 cat >>confdefs.h <<_ACEOF
20947 #define HAVE_SIGINFO_T_SI_FD 1
20948 _ACEOF
20949
20950
20951 fi
20952
20953
20954 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20955 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20956 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20957   echo $ECHO_N "(cached) $ECHO_C" >&6
20958 else
20959   cat >conftest.$ac_ext <<_ACEOF
20960 /* confdefs.h.  */
20961 _ACEOF
20962 cat confdefs.h >>conftest.$ac_ext
20963 cat >>conftest.$ac_ext <<_ACEOF
20964 /* end confdefs.h.  */
20965 #include <sys/types.h>
20966 #ifdef HAVE_SYS_MTIO_H
20967 #include <sys/mtio.h>
20968 #endif
20969
20970 int
20971 main ()
20972 {
20973 static struct mtget ac_aggr;
20974 if (ac_aggr.mt_blksiz)
20975 return 0;
20976   ;
20977   return 0;
20978 }
20979 _ACEOF
20980 rm -f conftest.$ac_objext
20981 if { (ac_try="$ac_compile"
20982 case "(($ac_try" in
20983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20984   *) ac_try_echo=$ac_try;;
20985 esac
20986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20987   (eval "$ac_compile") 2>conftest.er1
20988   ac_status=$?
20989   grep -v '^ *+' conftest.er1 >conftest.err
20990   rm -f conftest.er1
20991   cat conftest.err >&5
20992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993   (exit $ac_status); } && {
20994          test -z "$ac_c_werror_flag" ||
20995          test ! -s conftest.err
20996        } && test -s conftest.$ac_objext; then
20997   ac_cv_member_struct_mtget_mt_blksiz=yes
20998 else
20999   echo "$as_me: failed program was:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21001
21002         cat >conftest.$ac_ext <<_ACEOF
21003 /* confdefs.h.  */
21004 _ACEOF
21005 cat confdefs.h >>conftest.$ac_ext
21006 cat >>conftest.$ac_ext <<_ACEOF
21007 /* end confdefs.h.  */
21008 #include <sys/types.h>
21009 #ifdef HAVE_SYS_MTIO_H
21010 #include <sys/mtio.h>
21011 #endif
21012
21013 int
21014 main ()
21015 {
21016 static struct mtget ac_aggr;
21017 if (sizeof ac_aggr.mt_blksiz)
21018 return 0;
21019   ;
21020   return 0;
21021 }
21022 _ACEOF
21023 rm -f conftest.$ac_objext
21024 if { (ac_try="$ac_compile"
21025 case "(($ac_try" in
21026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21027   *) ac_try_echo=$ac_try;;
21028 esac
21029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21030   (eval "$ac_compile") 2>conftest.er1
21031   ac_status=$?
21032   grep -v '^ *+' conftest.er1 >conftest.err
21033   rm -f conftest.er1
21034   cat conftest.err >&5
21035   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036   (exit $ac_status); } && {
21037          test -z "$ac_c_werror_flag" ||
21038          test ! -s conftest.err
21039        } && test -s conftest.$ac_objext; then
21040   ac_cv_member_struct_mtget_mt_blksiz=yes
21041 else
21042   echo "$as_me: failed program was:" >&5
21043 sed 's/^/| /' conftest.$ac_ext >&5
21044
21045         ac_cv_member_struct_mtget_mt_blksiz=no
21046 fi
21047
21048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21049 fi
21050
21051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21052 fi
21053 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21054 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21055 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21056
21057 cat >>confdefs.h <<_ACEOF
21058 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21059 _ACEOF
21060
21061
21062 fi
21063 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21064 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21065 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21066   echo $ECHO_N "(cached) $ECHO_C" >&6
21067 else
21068   cat >conftest.$ac_ext <<_ACEOF
21069 /* confdefs.h.  */
21070 _ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h.  */
21074 #include <sys/types.h>
21075 #ifdef HAVE_SYS_MTIO_H
21076 #include <sys/mtio.h>
21077 #endif
21078
21079 int
21080 main ()
21081 {
21082 static struct mtget ac_aggr;
21083 if (ac_aggr.mt_gstat)
21084 return 0;
21085   ;
21086   return 0;
21087 }
21088 _ACEOF
21089 rm -f conftest.$ac_objext
21090 if { (ac_try="$ac_compile"
21091 case "(($ac_try" in
21092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21093   *) ac_try_echo=$ac_try;;
21094 esac
21095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21096   (eval "$ac_compile") 2>conftest.er1
21097   ac_status=$?
21098   grep -v '^ *+' conftest.er1 >conftest.err
21099   rm -f conftest.er1
21100   cat conftest.err >&5
21101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21102   (exit $ac_status); } && {
21103          test -z "$ac_c_werror_flag" ||
21104          test ! -s conftest.err
21105        } && test -s conftest.$ac_objext; then
21106   ac_cv_member_struct_mtget_mt_gstat=yes
21107 else
21108   echo "$as_me: failed program was:" >&5
21109 sed 's/^/| /' conftest.$ac_ext >&5
21110
21111         cat >conftest.$ac_ext <<_ACEOF
21112 /* confdefs.h.  */
21113 _ACEOF
21114 cat confdefs.h >>conftest.$ac_ext
21115 cat >>conftest.$ac_ext <<_ACEOF
21116 /* end confdefs.h.  */
21117 #include <sys/types.h>
21118 #ifdef HAVE_SYS_MTIO_H
21119 #include <sys/mtio.h>
21120 #endif
21121
21122 int
21123 main ()
21124 {
21125 static struct mtget ac_aggr;
21126 if (sizeof ac_aggr.mt_gstat)
21127 return 0;
21128   ;
21129   return 0;
21130 }
21131 _ACEOF
21132 rm -f conftest.$ac_objext
21133 if { (ac_try="$ac_compile"
21134 case "(($ac_try" in
21135   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21136   *) ac_try_echo=$ac_try;;
21137 esac
21138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21139   (eval "$ac_compile") 2>conftest.er1
21140   ac_status=$?
21141   grep -v '^ *+' conftest.er1 >conftest.err
21142   rm -f conftest.er1
21143   cat conftest.err >&5
21144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21145   (exit $ac_status); } && {
21146          test -z "$ac_c_werror_flag" ||
21147          test ! -s conftest.err
21148        } && test -s conftest.$ac_objext; then
21149   ac_cv_member_struct_mtget_mt_gstat=yes
21150 else
21151   echo "$as_me: failed program was:" >&5
21152 sed 's/^/| /' conftest.$ac_ext >&5
21153
21154         ac_cv_member_struct_mtget_mt_gstat=no
21155 fi
21156
21157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21158 fi
21159
21160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21161 fi
21162 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21163 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21164 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21165
21166 cat >>confdefs.h <<_ACEOF
21167 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21168 _ACEOF
21169
21170
21171 fi
21172 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21173 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21174 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21175   echo $ECHO_N "(cached) $ECHO_C" >&6
21176 else
21177   cat >conftest.$ac_ext <<_ACEOF
21178 /* confdefs.h.  */
21179 _ACEOF
21180 cat confdefs.h >>conftest.$ac_ext
21181 cat >>conftest.$ac_ext <<_ACEOF
21182 /* end confdefs.h.  */
21183 #include <sys/types.h>
21184 #ifdef HAVE_SYS_MTIO_H
21185 #include <sys/mtio.h>
21186 #endif
21187
21188 int
21189 main ()
21190 {
21191 static struct mtget ac_aggr;
21192 if (ac_aggr.mt_blkno)
21193 return 0;
21194   ;
21195   return 0;
21196 }
21197 _ACEOF
21198 rm -f conftest.$ac_objext
21199 if { (ac_try="$ac_compile"
21200 case "(($ac_try" in
21201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21202   *) ac_try_echo=$ac_try;;
21203 esac
21204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21205   (eval "$ac_compile") 2>conftest.er1
21206   ac_status=$?
21207   grep -v '^ *+' conftest.er1 >conftest.err
21208   rm -f conftest.er1
21209   cat conftest.err >&5
21210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21211   (exit $ac_status); } && {
21212          test -z "$ac_c_werror_flag" ||
21213          test ! -s conftest.err
21214        } && test -s conftest.$ac_objext; then
21215   ac_cv_member_struct_mtget_mt_blkno=yes
21216 else
21217   echo "$as_me: failed program was:" >&5
21218 sed 's/^/| /' conftest.$ac_ext >&5
21219
21220         cat >conftest.$ac_ext <<_ACEOF
21221 /* confdefs.h.  */
21222 _ACEOF
21223 cat confdefs.h >>conftest.$ac_ext
21224 cat >>conftest.$ac_ext <<_ACEOF
21225 /* end confdefs.h.  */
21226 #include <sys/types.h>
21227 #ifdef HAVE_SYS_MTIO_H
21228 #include <sys/mtio.h>
21229 #endif
21230
21231 int
21232 main ()
21233 {
21234 static struct mtget ac_aggr;
21235 if (sizeof ac_aggr.mt_blkno)
21236 return 0;
21237   ;
21238   return 0;
21239 }
21240 _ACEOF
21241 rm -f conftest.$ac_objext
21242 if { (ac_try="$ac_compile"
21243 case "(($ac_try" in
21244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21245   *) ac_try_echo=$ac_try;;
21246 esac
21247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21248   (eval "$ac_compile") 2>conftest.er1
21249   ac_status=$?
21250   grep -v '^ *+' conftest.er1 >conftest.err
21251   rm -f conftest.er1
21252   cat conftest.err >&5
21253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21254   (exit $ac_status); } && {
21255          test -z "$ac_c_werror_flag" ||
21256          test ! -s conftest.err
21257        } && test -s conftest.$ac_objext; then
21258   ac_cv_member_struct_mtget_mt_blkno=yes
21259 else
21260   echo "$as_me: failed program was:" >&5
21261 sed 's/^/| /' conftest.$ac_ext >&5
21262
21263         ac_cv_member_struct_mtget_mt_blkno=no
21264 fi
21265
21266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21267 fi
21268
21269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21270 fi
21271 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21272 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21273 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21274
21275 cat >>confdefs.h <<_ACEOF
21276 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21277 _ACEOF
21278
21279
21280 fi
21281
21282
21283 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21284 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21285 if test "${ac_cv_member_struct_option_name+set}" = set; then
21286   echo $ECHO_N "(cached) $ECHO_C" >&6
21287 else
21288   cat >conftest.$ac_ext <<_ACEOF
21289 /* confdefs.h.  */
21290 _ACEOF
21291 cat confdefs.h >>conftest.$ac_ext
21292 cat >>conftest.$ac_ext <<_ACEOF
21293 /* end confdefs.h.  */
21294 #ifdef HAVE_GETOPT_H
21295 #include <getopt.h>
21296 #endif
21297
21298 int
21299 main ()
21300 {
21301 static struct option ac_aggr;
21302 if (ac_aggr.name)
21303 return 0;
21304   ;
21305   return 0;
21306 }
21307 _ACEOF
21308 rm -f conftest.$ac_objext
21309 if { (ac_try="$ac_compile"
21310 case "(($ac_try" in
21311   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21312   *) ac_try_echo=$ac_try;;
21313 esac
21314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21315   (eval "$ac_compile") 2>conftest.er1
21316   ac_status=$?
21317   grep -v '^ *+' conftest.er1 >conftest.err
21318   rm -f conftest.er1
21319   cat conftest.err >&5
21320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21321   (exit $ac_status); } && {
21322          test -z "$ac_c_werror_flag" ||
21323          test ! -s conftest.err
21324        } && test -s conftest.$ac_objext; then
21325   ac_cv_member_struct_option_name=yes
21326 else
21327   echo "$as_me: failed program was:" >&5
21328 sed 's/^/| /' conftest.$ac_ext >&5
21329
21330         cat >conftest.$ac_ext <<_ACEOF
21331 /* confdefs.h.  */
21332 _ACEOF
21333 cat confdefs.h >>conftest.$ac_ext
21334 cat >>conftest.$ac_ext <<_ACEOF
21335 /* end confdefs.h.  */
21336 #ifdef HAVE_GETOPT_H
21337 #include <getopt.h>
21338 #endif
21339
21340 int
21341 main ()
21342 {
21343 static struct option ac_aggr;
21344 if (sizeof ac_aggr.name)
21345 return 0;
21346   ;
21347   return 0;
21348 }
21349 _ACEOF
21350 rm -f conftest.$ac_objext
21351 if { (ac_try="$ac_compile"
21352 case "(($ac_try" in
21353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21354   *) ac_try_echo=$ac_try;;
21355 esac
21356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21357   (eval "$ac_compile") 2>conftest.er1
21358   ac_status=$?
21359   grep -v '^ *+' conftest.er1 >conftest.err
21360   rm -f conftest.er1
21361   cat conftest.err >&5
21362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363   (exit $ac_status); } && {
21364          test -z "$ac_c_werror_flag" ||
21365          test ! -s conftest.err
21366        } && test -s conftest.$ac_objext; then
21367   ac_cv_member_struct_option_name=yes
21368 else
21369   echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.$ac_ext >&5
21371
21372         ac_cv_member_struct_option_name=no
21373 fi
21374
21375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21376 fi
21377
21378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21379 fi
21380 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21381 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21382 if test $ac_cv_member_struct_option_name = yes; then
21383
21384 cat >>confdefs.h <<_ACEOF
21385 #define HAVE_STRUCT_OPTION_NAME 1
21386 _ACEOF
21387
21388
21389 fi
21390
21391
21392 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21393 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21394 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21395   echo $ECHO_N "(cached) $ECHO_C" >&6
21396 else
21397   cat >conftest.$ac_ext <<_ACEOF
21398 /* confdefs.h.  */
21399 _ACEOF
21400 cat confdefs.h >>conftest.$ac_ext
21401 cat >>conftest.$ac_ext <<_ACEOF
21402 /* end confdefs.h.  */
21403 $ac_includes_default
21404 int
21405 main ()
21406 {
21407 static struct stat ac_aggr;
21408 if (ac_aggr.st_blocks)
21409 return 0;
21410   ;
21411   return 0;
21412 }
21413 _ACEOF
21414 rm -f conftest.$ac_objext
21415 if { (ac_try="$ac_compile"
21416 case "(($ac_try" in
21417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21418   *) ac_try_echo=$ac_try;;
21419 esac
21420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21421   (eval "$ac_compile") 2>conftest.er1
21422   ac_status=$?
21423   grep -v '^ *+' conftest.er1 >conftest.err
21424   rm -f conftest.er1
21425   cat conftest.err >&5
21426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21427   (exit $ac_status); } && {
21428          test -z "$ac_c_werror_flag" ||
21429          test ! -s conftest.err
21430        } && test -s conftest.$ac_objext; then
21431   ac_cv_member_struct_stat_st_blocks=yes
21432 else
21433   echo "$as_me: failed program was:" >&5
21434 sed 's/^/| /' conftest.$ac_ext >&5
21435
21436         cat >conftest.$ac_ext <<_ACEOF
21437 /* confdefs.h.  */
21438 _ACEOF
21439 cat confdefs.h >>conftest.$ac_ext
21440 cat >>conftest.$ac_ext <<_ACEOF
21441 /* end confdefs.h.  */
21442 $ac_includes_default
21443 int
21444 main ()
21445 {
21446 static struct stat ac_aggr;
21447 if (sizeof ac_aggr.st_blocks)
21448 return 0;
21449   ;
21450   return 0;
21451 }
21452 _ACEOF
21453 rm -f conftest.$ac_objext
21454 if { (ac_try="$ac_compile"
21455 case "(($ac_try" in
21456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21457   *) ac_try_echo=$ac_try;;
21458 esac
21459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21460   (eval "$ac_compile") 2>conftest.er1
21461   ac_status=$?
21462   grep -v '^ *+' conftest.er1 >conftest.err
21463   rm -f conftest.er1
21464   cat conftest.err >&5
21465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21466   (exit $ac_status); } && {
21467          test -z "$ac_c_werror_flag" ||
21468          test ! -s conftest.err
21469        } && test -s conftest.$ac_objext; then
21470   ac_cv_member_struct_stat_st_blocks=yes
21471 else
21472   echo "$as_me: failed program was:" >&5
21473 sed 's/^/| /' conftest.$ac_ext >&5
21474
21475         ac_cv_member_struct_stat_st_blocks=no
21476 fi
21477
21478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21479 fi
21480
21481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21482 fi
21483 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21484 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21485 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21486
21487 cat >>confdefs.h <<_ACEOF
21488 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21489 _ACEOF
21490
21491
21492 fi
21493 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21494 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21495 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21496   echo $ECHO_N "(cached) $ECHO_C" >&6
21497 else
21498   cat >conftest.$ac_ext <<_ACEOF
21499 /* confdefs.h.  */
21500 _ACEOF
21501 cat confdefs.h >>conftest.$ac_ext
21502 cat >>conftest.$ac_ext <<_ACEOF
21503 /* end confdefs.h.  */
21504 $ac_includes_default
21505 int
21506 main ()
21507 {
21508 static struct stat ac_aggr;
21509 if (ac_aggr.st_mtim)
21510 return 0;
21511   ;
21512   return 0;
21513 }
21514 _ACEOF
21515 rm -f conftest.$ac_objext
21516 if { (ac_try="$ac_compile"
21517 case "(($ac_try" in
21518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21519   *) ac_try_echo=$ac_try;;
21520 esac
21521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21522   (eval "$ac_compile") 2>conftest.er1
21523   ac_status=$?
21524   grep -v '^ *+' conftest.er1 >conftest.err
21525   rm -f conftest.er1
21526   cat conftest.err >&5
21527   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21528   (exit $ac_status); } && {
21529          test -z "$ac_c_werror_flag" ||
21530          test ! -s conftest.err
21531        } && test -s conftest.$ac_objext; then
21532   ac_cv_member_struct_stat_st_mtim=yes
21533 else
21534   echo "$as_me: failed program was:" >&5
21535 sed 's/^/| /' conftest.$ac_ext >&5
21536
21537         cat >conftest.$ac_ext <<_ACEOF
21538 /* confdefs.h.  */
21539 _ACEOF
21540 cat confdefs.h >>conftest.$ac_ext
21541 cat >>conftest.$ac_ext <<_ACEOF
21542 /* end confdefs.h.  */
21543 $ac_includes_default
21544 int
21545 main ()
21546 {
21547 static struct stat ac_aggr;
21548 if (sizeof ac_aggr.st_mtim)
21549 return 0;
21550   ;
21551   return 0;
21552 }
21553 _ACEOF
21554 rm -f conftest.$ac_objext
21555 if { (ac_try="$ac_compile"
21556 case "(($ac_try" in
21557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21558   *) ac_try_echo=$ac_try;;
21559 esac
21560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21561   (eval "$ac_compile") 2>conftest.er1
21562   ac_status=$?
21563   grep -v '^ *+' conftest.er1 >conftest.err
21564   rm -f conftest.er1
21565   cat conftest.err >&5
21566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567   (exit $ac_status); } && {
21568          test -z "$ac_c_werror_flag" ||
21569          test ! -s conftest.err
21570        } && test -s conftest.$ac_objext; then
21571   ac_cv_member_struct_stat_st_mtim=yes
21572 else
21573   echo "$as_me: failed program was:" >&5
21574 sed 's/^/| /' conftest.$ac_ext >&5
21575
21576         ac_cv_member_struct_stat_st_mtim=no
21577 fi
21578
21579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21580 fi
21581
21582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21583 fi
21584 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21585 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21586 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21587
21588 cat >>confdefs.h <<_ACEOF
21589 #define HAVE_STRUCT_STAT_ST_MTIM 1
21590 _ACEOF
21591
21592
21593 fi
21594 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21595 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21596 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21597   echo $ECHO_N "(cached) $ECHO_C" >&6
21598 else
21599   cat >conftest.$ac_ext <<_ACEOF
21600 /* confdefs.h.  */
21601 _ACEOF
21602 cat confdefs.h >>conftest.$ac_ext
21603 cat >>conftest.$ac_ext <<_ACEOF
21604 /* end confdefs.h.  */
21605 $ac_includes_default
21606 int
21607 main ()
21608 {
21609 static struct stat ac_aggr;
21610 if (ac_aggr.st_ctim)
21611 return 0;
21612   ;
21613   return 0;
21614 }
21615 _ACEOF
21616 rm -f conftest.$ac_objext
21617 if { (ac_try="$ac_compile"
21618 case "(($ac_try" in
21619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21620   *) ac_try_echo=$ac_try;;
21621 esac
21622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21623   (eval "$ac_compile") 2>conftest.er1
21624   ac_status=$?
21625   grep -v '^ *+' conftest.er1 >conftest.err
21626   rm -f conftest.er1
21627   cat conftest.err >&5
21628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21629   (exit $ac_status); } && {
21630          test -z "$ac_c_werror_flag" ||
21631          test ! -s conftest.err
21632        } && test -s conftest.$ac_objext; then
21633   ac_cv_member_struct_stat_st_ctim=yes
21634 else
21635   echo "$as_me: failed program was:" >&5
21636 sed 's/^/| /' conftest.$ac_ext >&5
21637
21638         cat >conftest.$ac_ext <<_ACEOF
21639 /* confdefs.h.  */
21640 _ACEOF
21641 cat confdefs.h >>conftest.$ac_ext
21642 cat >>conftest.$ac_ext <<_ACEOF
21643 /* end confdefs.h.  */
21644 $ac_includes_default
21645 int
21646 main ()
21647 {
21648 static struct stat ac_aggr;
21649 if (sizeof ac_aggr.st_ctim)
21650 return 0;
21651   ;
21652   return 0;
21653 }
21654 _ACEOF
21655 rm -f conftest.$ac_objext
21656 if { (ac_try="$ac_compile"
21657 case "(($ac_try" in
21658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21659   *) ac_try_echo=$ac_try;;
21660 esac
21661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21662   (eval "$ac_compile") 2>conftest.er1
21663   ac_status=$?
21664   grep -v '^ *+' conftest.er1 >conftest.err
21665   rm -f conftest.er1
21666   cat conftest.err >&5
21667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21668   (exit $ac_status); } && {
21669          test -z "$ac_c_werror_flag" ||
21670          test ! -s conftest.err
21671        } && test -s conftest.$ac_objext; then
21672   ac_cv_member_struct_stat_st_ctim=yes
21673 else
21674   echo "$as_me: failed program was:" >&5
21675 sed 's/^/| /' conftest.$ac_ext >&5
21676
21677         ac_cv_member_struct_stat_st_ctim=no
21678 fi
21679
21680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21681 fi
21682
21683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21684 fi
21685 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21686 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21687 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21688
21689 cat >>confdefs.h <<_ACEOF
21690 #define HAVE_STRUCT_STAT_ST_CTIM 1
21691 _ACEOF
21692
21693
21694 fi
21695 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21696 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21697 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21698   echo $ECHO_N "(cached) $ECHO_C" >&6
21699 else
21700   cat >conftest.$ac_ext <<_ACEOF
21701 /* confdefs.h.  */
21702 _ACEOF
21703 cat confdefs.h >>conftest.$ac_ext
21704 cat >>conftest.$ac_ext <<_ACEOF
21705 /* end confdefs.h.  */
21706 $ac_includes_default
21707 int
21708 main ()
21709 {
21710 static struct stat ac_aggr;
21711 if (ac_aggr.st_atim)
21712 return 0;
21713   ;
21714   return 0;
21715 }
21716 _ACEOF
21717 rm -f conftest.$ac_objext
21718 if { (ac_try="$ac_compile"
21719 case "(($ac_try" in
21720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21721   *) ac_try_echo=$ac_try;;
21722 esac
21723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21724   (eval "$ac_compile") 2>conftest.er1
21725   ac_status=$?
21726   grep -v '^ *+' conftest.er1 >conftest.err
21727   rm -f conftest.er1
21728   cat conftest.err >&5
21729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21730   (exit $ac_status); } && {
21731          test -z "$ac_c_werror_flag" ||
21732          test ! -s conftest.err
21733        } && test -s conftest.$ac_objext; then
21734   ac_cv_member_struct_stat_st_atim=yes
21735 else
21736   echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21738
21739         cat >conftest.$ac_ext <<_ACEOF
21740 /* confdefs.h.  */
21741 _ACEOF
21742 cat confdefs.h >>conftest.$ac_ext
21743 cat >>conftest.$ac_ext <<_ACEOF
21744 /* end confdefs.h.  */
21745 $ac_includes_default
21746 int
21747 main ()
21748 {
21749 static struct stat ac_aggr;
21750 if (sizeof ac_aggr.st_atim)
21751 return 0;
21752   ;
21753   return 0;
21754 }
21755 _ACEOF
21756 rm -f conftest.$ac_objext
21757 if { (ac_try="$ac_compile"
21758 case "(($ac_try" in
21759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21760   *) ac_try_echo=$ac_try;;
21761 esac
21762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21763   (eval "$ac_compile") 2>conftest.er1
21764   ac_status=$?
21765   grep -v '^ *+' conftest.er1 >conftest.err
21766   rm -f conftest.er1
21767   cat conftest.err >&5
21768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769   (exit $ac_status); } && {
21770          test -z "$ac_c_werror_flag" ||
21771          test ! -s conftest.err
21772        } && test -s conftest.$ac_objext; then
21773   ac_cv_member_struct_stat_st_atim=yes
21774 else
21775   echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.$ac_ext >&5
21777
21778         ac_cv_member_struct_stat_st_atim=no
21779 fi
21780
21781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21782 fi
21783
21784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21785 fi
21786 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21787 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21788 if test $ac_cv_member_struct_stat_st_atim = yes; then
21789
21790 cat >>confdefs.h <<_ACEOF
21791 #define HAVE_STRUCT_STAT_ST_ATIM 1
21792 _ACEOF
21793
21794
21795 fi
21796
21797
21798 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21799 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21800 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21801   echo $ECHO_N "(cached) $ECHO_C" >&6
21802 else
21803   cat >conftest.$ac_ext <<_ACEOF
21804 /* confdefs.h.  */
21805 _ACEOF
21806 cat confdefs.h >>conftest.$ac_ext
21807 cat >>conftest.$ac_ext <<_ACEOF
21808 /* end confdefs.h.  */
21809 #ifdef HAVE_SYS_TYPES_H
21810 #include <sys/types.h>
21811 #endif
21812 #ifdef HAVE_NETINET_IN_H
21813 #include <netinet/in.h>
21814 #endif
21815
21816 int
21817 main ()
21818 {
21819 static struct sockaddr_in6 ac_aggr;
21820 if (ac_aggr.sin6_scope_id)
21821 return 0;
21822   ;
21823   return 0;
21824 }
21825 _ACEOF
21826 rm -f conftest.$ac_objext
21827 if { (ac_try="$ac_compile"
21828 case "(($ac_try" in
21829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21830   *) ac_try_echo=$ac_try;;
21831 esac
21832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21833   (eval "$ac_compile") 2>conftest.er1
21834   ac_status=$?
21835   grep -v '^ *+' conftest.er1 >conftest.err
21836   rm -f conftest.er1
21837   cat conftest.err >&5
21838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21839   (exit $ac_status); } && {
21840          test -z "$ac_c_werror_flag" ||
21841          test ! -s conftest.err
21842        } && test -s conftest.$ac_objext; then
21843   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21844 else
21845   echo "$as_me: failed program was:" >&5
21846 sed 's/^/| /' conftest.$ac_ext >&5
21847
21848         cat >conftest.$ac_ext <<_ACEOF
21849 /* confdefs.h.  */
21850 _ACEOF
21851 cat confdefs.h >>conftest.$ac_ext
21852 cat >>conftest.$ac_ext <<_ACEOF
21853 /* end confdefs.h.  */
21854 #ifdef HAVE_SYS_TYPES_H
21855 #include <sys/types.h>
21856 #endif
21857 #ifdef HAVE_NETINET_IN_H
21858 #include <netinet/in.h>
21859 #endif
21860
21861 int
21862 main ()
21863 {
21864 static struct sockaddr_in6 ac_aggr;
21865 if (sizeof ac_aggr.sin6_scope_id)
21866 return 0;
21867   ;
21868   return 0;
21869 }
21870 _ACEOF
21871 rm -f conftest.$ac_objext
21872 if { (ac_try="$ac_compile"
21873 case "(($ac_try" in
21874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21875   *) ac_try_echo=$ac_try;;
21876 esac
21877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21878   (eval "$ac_compile") 2>conftest.er1
21879   ac_status=$?
21880   grep -v '^ *+' conftest.er1 >conftest.err
21881   rm -f conftest.er1
21882   cat conftest.err >&5
21883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884   (exit $ac_status); } && {
21885          test -z "$ac_c_werror_flag" ||
21886          test ! -s conftest.err
21887        } && test -s conftest.$ac_objext; then
21888   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21889 else
21890   echo "$as_me: failed program was:" >&5
21891 sed 's/^/| /' conftest.$ac_ext >&5
21892
21893         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21894 fi
21895
21896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21897 fi
21898
21899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21900 fi
21901 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21902 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21903 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21904
21905 cat >>confdefs.h <<_ACEOF
21906 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21907 _ACEOF
21908
21909
21910 fi
21911
21912
21913 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21914 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21915 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21916   echo $ECHO_N "(cached) $ECHO_C" >&6
21917 else
21918   cat >conftest.$ac_ext <<_ACEOF
21919 /* confdefs.h.  */
21920 _ACEOF
21921 cat confdefs.h >>conftest.$ac_ext
21922 cat >>conftest.$ac_ext <<_ACEOF
21923 /* end confdefs.h.  */
21924 #ifdef HAVE_SYS_TYPES_H
21925 #include <sys/types.h>
21926 #endif
21927 #ifdef HAVE_NETINET_IN_H
21928 # include <netinet/in.h>
21929 #endif
21930 #ifdef HAVE_ARPA_NAMESER_H
21931 # include <arpa/nameser.h>
21932 #endif
21933
21934 int
21935 main ()
21936 {
21937 static ns_msg ac_aggr;
21938 if (ac_aggr._msg_ptr)
21939 return 0;
21940   ;
21941   return 0;
21942 }
21943 _ACEOF
21944 rm -f conftest.$ac_objext
21945 if { (ac_try="$ac_compile"
21946 case "(($ac_try" in
21947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21948   *) ac_try_echo=$ac_try;;
21949 esac
21950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21951   (eval "$ac_compile") 2>conftest.er1
21952   ac_status=$?
21953   grep -v '^ *+' conftest.er1 >conftest.err
21954   rm -f conftest.er1
21955   cat conftest.err >&5
21956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21957   (exit $ac_status); } && {
21958          test -z "$ac_c_werror_flag" ||
21959          test ! -s conftest.err
21960        } && test -s conftest.$ac_objext; then
21961   ac_cv_member_ns_msg__msg_ptr=yes
21962 else
21963   echo "$as_me: failed program was:" >&5
21964 sed 's/^/| /' conftest.$ac_ext >&5
21965
21966         cat >conftest.$ac_ext <<_ACEOF
21967 /* confdefs.h.  */
21968 _ACEOF
21969 cat confdefs.h >>conftest.$ac_ext
21970 cat >>conftest.$ac_ext <<_ACEOF
21971 /* end confdefs.h.  */
21972 #ifdef HAVE_SYS_TYPES_H
21973 #include <sys/types.h>
21974 #endif
21975 #ifdef HAVE_NETINET_IN_H
21976 # include <netinet/in.h>
21977 #endif
21978 #ifdef HAVE_ARPA_NAMESER_H
21979 # include <arpa/nameser.h>
21980 #endif
21981
21982 int
21983 main ()
21984 {
21985 static ns_msg ac_aggr;
21986 if (sizeof ac_aggr._msg_ptr)
21987 return 0;
21988   ;
21989   return 0;
21990 }
21991 _ACEOF
21992 rm -f conftest.$ac_objext
21993 if { (ac_try="$ac_compile"
21994 case "(($ac_try" in
21995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21996   *) ac_try_echo=$ac_try;;
21997 esac
21998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21999   (eval "$ac_compile") 2>conftest.er1
22000   ac_status=$?
22001   grep -v '^ *+' conftest.er1 >conftest.err
22002   rm -f conftest.er1
22003   cat conftest.err >&5
22004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005   (exit $ac_status); } && {
22006          test -z "$ac_c_werror_flag" ||
22007          test ! -s conftest.err
22008        } && test -s conftest.$ac_objext; then
22009   ac_cv_member_ns_msg__msg_ptr=yes
22010 else
22011   echo "$as_me: failed program was:" >&5
22012 sed 's/^/| /' conftest.$ac_ext >&5
22013
22014         ac_cv_member_ns_msg__msg_ptr=no
22015 fi
22016
22017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22018 fi
22019
22020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22021 fi
22022 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22023 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22024 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22025
22026 cat >>confdefs.h <<_ACEOF
22027 #define HAVE_NS_MSG__MSG_PTR 1
22028 _ACEOF
22029
22030
22031 fi
22032
22033
22034 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22035 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22036 if test "${ac_cv_have_timezone+set}" = set; then
22037   echo $ECHO_N "(cached) $ECHO_C" >&6
22038 else
22039   cat >conftest.$ac_ext <<_ACEOF
22040 /* confdefs.h.  */
22041 _ACEOF
22042 cat confdefs.h >>conftest.$ac_ext
22043 cat >>conftest.$ac_ext <<_ACEOF
22044 /* end confdefs.h.  */
22045 #include <time.h>
22046 int
22047 main ()
22048 {
22049 timezone = 1
22050   ;
22051   return 0;
22052 }
22053 _ACEOF
22054 rm -f conftest.$ac_objext conftest$ac_exeext
22055 if { (ac_try="$ac_link"
22056 case "(($ac_try" in
22057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22058   *) ac_try_echo=$ac_try;;
22059 esac
22060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22061   (eval "$ac_link") 2>conftest.er1
22062   ac_status=$?
22063   grep -v '^ *+' conftest.er1 >conftest.err
22064   rm -f conftest.er1
22065   cat conftest.err >&5
22066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22067   (exit $ac_status); } && {
22068          test -z "$ac_c_werror_flag" ||
22069          test ! -s conftest.err
22070        } && test -s conftest$ac_exeext &&
22071        $as_test_x conftest$ac_exeext; then
22072   ac_cv_have_timezone="yes"
22073 else
22074   echo "$as_me: failed program was:" >&5
22075 sed 's/^/| /' conftest.$ac_ext >&5
22076
22077         ac_cv_have_timezone="no"
22078 fi
22079
22080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22081       conftest$ac_exeext conftest.$ac_ext
22082 fi
22083 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22084 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22085 if test "$ac_cv_have_timezone" = "yes"
22086 then
22087
22088 cat >>confdefs.h <<\_ACEOF
22089 #define HAVE_TIMEZONE 1
22090 _ACEOF
22091
22092 fi
22093 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22094 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22095 if test "${ac_cv_have_daylight+set}" = set; then
22096   echo $ECHO_N "(cached) $ECHO_C" >&6
22097 else
22098   cat >conftest.$ac_ext <<_ACEOF
22099 /* confdefs.h.  */
22100 _ACEOF
22101 cat confdefs.h >>conftest.$ac_ext
22102 cat >>conftest.$ac_ext <<_ACEOF
22103 /* end confdefs.h.  */
22104 #include <time.h>
22105 int
22106 main ()
22107 {
22108 daylight = 1
22109   ;
22110   return 0;
22111 }
22112 _ACEOF
22113 rm -f conftest.$ac_objext conftest$ac_exeext
22114 if { (ac_try="$ac_link"
22115 case "(($ac_try" in
22116   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22117   *) ac_try_echo=$ac_try;;
22118 esac
22119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22120   (eval "$ac_link") 2>conftest.er1
22121   ac_status=$?
22122   grep -v '^ *+' conftest.er1 >conftest.err
22123   rm -f conftest.er1
22124   cat conftest.err >&5
22125   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22126   (exit $ac_status); } && {
22127          test -z "$ac_c_werror_flag" ||
22128          test ! -s conftest.err
22129        } && test -s conftest$ac_exeext &&
22130        $as_test_x conftest$ac_exeext; then
22131   ac_cv_have_daylight="yes"
22132 else
22133   echo "$as_me: failed program was:" >&5
22134 sed 's/^/| /' conftest.$ac_ext >&5
22135
22136         ac_cv_have_daylight="no"
22137 fi
22138
22139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22140       conftest$ac_exeext conftest.$ac_ext
22141 fi
22142 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22143 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22144 if test "$ac_cv_have_daylight" = "yes"
22145 then
22146
22147 cat >>confdefs.h <<\_ACEOF
22148 #define HAVE_DAYLIGHT 1
22149 _ACEOF
22150
22151 fi
22152
22153 { echo "$as_me:$LINENO: checking for isinf" >&5
22154 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22155 if test "${ac_cv_have_isinf+set}" = set; then
22156   echo $ECHO_N "(cached) $ECHO_C" >&6
22157 else
22158   cat >conftest.$ac_ext <<_ACEOF
22159 /* confdefs.h.  */
22160 _ACEOF
22161 cat confdefs.h >>conftest.$ac_ext
22162 cat >>conftest.$ac_ext <<_ACEOF
22163 /* end confdefs.h.  */
22164 #include <math.h>
22165 int
22166 main ()
22167 {
22168 float f = 0.0; int i=isinf(f)
22169   ;
22170   return 0;
22171 }
22172 _ACEOF
22173 rm -f conftest.$ac_objext conftest$ac_exeext
22174 if { (ac_try="$ac_link"
22175 case "(($ac_try" in
22176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22177   *) ac_try_echo=$ac_try;;
22178 esac
22179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22180   (eval "$ac_link") 2>conftest.er1
22181   ac_status=$?
22182   grep -v '^ *+' conftest.er1 >conftest.err
22183   rm -f conftest.er1
22184   cat conftest.err >&5
22185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186   (exit $ac_status); } && {
22187          test -z "$ac_c_werror_flag" ||
22188          test ! -s conftest.err
22189        } && test -s conftest$ac_exeext &&
22190        $as_test_x conftest$ac_exeext; then
22191   ac_cv_have_isinf="yes"
22192 else
22193   echo "$as_me: failed program was:" >&5
22194 sed 's/^/| /' conftest.$ac_ext >&5
22195
22196         ac_cv_have_isinf="no"
22197 fi
22198
22199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22200       conftest$ac_exeext conftest.$ac_ext
22201 fi
22202 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22203 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22204 if test "$ac_cv_have_isinf" = "yes"
22205 then
22206
22207 cat >>confdefs.h <<\_ACEOF
22208 #define HAVE_ISINF 1
22209 _ACEOF
22210
22211 fi
22212
22213
22214 case $host_cpu in
22215   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22216 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22217 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22218   echo $ECHO_N "(cached) $ECHO_C" >&6
22219 else
22220   cat >conftest.$ac_ext <<_ACEOF
22221 /* confdefs.h.  */
22222 _ACEOF
22223 cat confdefs.h >>conftest.$ac_ext
22224 cat >>conftest.$ac_ext <<_ACEOF
22225 /* end confdefs.h.  */
22226 #ifndef __i386__
22227 yes
22228 #endif
22229 _ACEOF
22230 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22231   $EGREP "yes" >/dev/null 2>&1; then
22232   ac_cv_cpp_def___i386__=yes
22233 else
22234   ac_cv_cpp_def___i386__=no
22235 fi
22236 rm -f conftest*
22237
22238 fi
22239 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22240 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22241 if test $ac_cv_cpp_def___i386__ = yes; then
22242   CFLAGS="$CFLAGS -D__i386__"
22243   LINTFLAGS="$LINTFLAGS -D__i386__"
22244 fi
22245  ;;
22246   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22247 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22248 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22249   echo $ECHO_N "(cached) $ECHO_C" >&6
22250 else
22251   cat >conftest.$ac_ext <<_ACEOF
22252 /* confdefs.h.  */
22253 _ACEOF
22254 cat confdefs.h >>conftest.$ac_ext
22255 cat >>conftest.$ac_ext <<_ACEOF
22256 /* end confdefs.h.  */
22257 #ifndef __x86_64__
22258 yes
22259 #endif
22260 _ACEOF
22261 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22262   $EGREP "yes" >/dev/null 2>&1; then
22263   ac_cv_cpp_def___x86_64__=yes
22264 else
22265   ac_cv_cpp_def___x86_64__=no
22266 fi
22267 rm -f conftest*
22268
22269 fi
22270 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22271 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22272 if test $ac_cv_cpp_def___x86_64__ = yes; then
22273   CFLAGS="$CFLAGS -D__x86_64__"
22274   LINTFLAGS="$LINTFLAGS -D__x86_64__"
22275 fi
22276  ;;
22277   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22278 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22279 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22280   echo $ECHO_N "(cached) $ECHO_C" >&6
22281 else
22282   cat >conftest.$ac_ext <<_ACEOF
22283 /* confdefs.h.  */
22284 _ACEOF
22285 cat confdefs.h >>conftest.$ac_ext
22286 cat >>conftest.$ac_ext <<_ACEOF
22287 /* end confdefs.h.  */
22288 #ifndef __ALPHA__
22289 yes
22290 #endif
22291 _ACEOF
22292 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22293   $EGREP "yes" >/dev/null 2>&1; then
22294   ac_cv_cpp_def___ALPHA__=yes
22295 else
22296   ac_cv_cpp_def___ALPHA__=no
22297 fi
22298 rm -f conftest*
22299
22300 fi
22301 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22302 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22303 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22304   CFLAGS="$CFLAGS -D__ALPHA__"
22305   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22306 fi
22307  ;;
22308   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22309 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22310 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22311   echo $ECHO_N "(cached) $ECHO_C" >&6
22312 else
22313   cat >conftest.$ac_ext <<_ACEOF
22314 /* confdefs.h.  */
22315 _ACEOF
22316 cat confdefs.h >>conftest.$ac_ext
22317 cat >>conftest.$ac_ext <<_ACEOF
22318 /* end confdefs.h.  */
22319 #ifndef __sparc__
22320 yes
22321 #endif
22322 _ACEOF
22323 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22324   $EGREP "yes" >/dev/null 2>&1; then
22325   ac_cv_cpp_def___sparc__=yes
22326 else
22327   ac_cv_cpp_def___sparc__=no
22328 fi
22329 rm -f conftest*
22330
22331 fi
22332 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22333 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22334 if test $ac_cv_cpp_def___sparc__ = yes; then
22335   CFLAGS="$CFLAGS -D__sparc__"
22336   LINTFLAGS="$LINTFLAGS -D__sparc__"
22337 fi
22338  ;;
22339   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22340 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22341 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22342   echo $ECHO_N "(cached) $ECHO_C" >&6
22343 else
22344   cat >conftest.$ac_ext <<_ACEOF
22345 /* confdefs.h.  */
22346 _ACEOF
22347 cat confdefs.h >>conftest.$ac_ext
22348 cat >>conftest.$ac_ext <<_ACEOF
22349 /* end confdefs.h.  */
22350 #ifndef __powerpc__
22351 yes
22352 #endif
22353 _ACEOF
22354 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22355   $EGREP "yes" >/dev/null 2>&1; then
22356   ac_cv_cpp_def___powerpc__=yes
22357 else
22358   ac_cv_cpp_def___powerpc__=no
22359 fi
22360 rm -f conftest*
22361
22362 fi
22363 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22364 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22365 if test $ac_cv_cpp_def___powerpc__ = yes; then
22366   CFLAGS="$CFLAGS -D__powerpc__"
22367   LINTFLAGS="$LINTFLAGS -D__powerpc__"
22368 fi
22369  ;;
22370 esac
22371
22372 case $host_vendor in
22373   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22374 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22375 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22376   echo $ECHO_N "(cached) $ECHO_C" >&6
22377 else
22378   cat >conftest.$ac_ext <<_ACEOF
22379 /* confdefs.h.  */
22380 _ACEOF
22381 cat confdefs.h >>conftest.$ac_ext
22382 cat >>conftest.$ac_ext <<_ACEOF
22383 /* end confdefs.h.  */
22384 #ifndef __sun__
22385 yes
22386 #endif
22387 _ACEOF
22388 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22389   $EGREP "yes" >/dev/null 2>&1; then
22390   ac_cv_cpp_def___sun__=yes
22391 else
22392   ac_cv_cpp_def___sun__=no
22393 fi
22394 rm -f conftest*
22395
22396 fi
22397 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22398 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22399 if test $ac_cv_cpp_def___sun__ = yes; then
22400   CFLAGS="$CFLAGS -D__sun__"
22401   LINTFLAGS="$LINTFLAGS -D__sun__"
22402 fi
22403  ;;
22404 esac
22405
22406
22407 DEPENDENCIES="### Dependencies:
22408
22409 .INIT: Makefile
22410 .BEGIN: Makefile
22411 Makefile: dummy
22412         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22413
22414 \$(OBJS): \$(IDL_GEN_HEADERS)
22415 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22416 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22417 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22418 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22419
22420
22421 ALL_MAKERULES=""
22422
22423 ALL_MAKEFILES=""
22424
22425 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22426
22427
22428 ALL_TOP_DIRS=""
22429
22430 ALL_DLL_DIRS=""
22431
22432 ALL_IMPLIB_DIRS=""
22433
22434 ALL_TEST_DIRS=""
22435
22436 ALL_PROGRAM_DIRS=""
22437
22438 ALL_PROGRAM_INSTALL_DIRS=""
22439
22440 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22441
22442
22443
22444
22445
22446 ac_config_commands="$ac_config_commands include/stamp-h"
22447
22448
22449 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22450
22451 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22452
22453 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22454
22455 ac_config_commands="$ac_config_commands dlls/user32/resources"
22456
22457 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22458
22459 ac_config_commands="$ac_config_commands include/wine"
22460
22461
22462 ALL_MAKERULES="$ALL_MAKERULES \\
22463         Make.rules"
22464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22465 Make.rules: Make.rules.in"
22466 MAKE_RULES=Make.rules
22467 ac_config_files="$ac_config_files Make.rules"
22468
22469 ALL_MAKERULES="$ALL_MAKERULES \\
22470         dlls/Makedll.rules"
22471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22472 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22473 MAKE_DLL_RULES=dlls/Makedll.rules
22474 ac_config_files="$ac_config_files dlls/Makedll.rules"
22475
22476 ALL_MAKERULES="$ALL_MAKERULES \\
22477         dlls/Makeimplib.rules"
22478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22479 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22480 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22481 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22482
22483 ALL_MAKERULES="$ALL_MAKERULES \\
22484         dlls/Maketest.rules"
22485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22486 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22487 MAKE_TEST_RULES=dlls/Maketest.rules
22488 ac_config_files="$ac_config_files dlls/Maketest.rules"
22489
22490 ALL_MAKERULES="$ALL_MAKERULES \\
22491         programs/Makeprog.rules"
22492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22493 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22494 MAKE_PROG_RULES=programs/Makeprog.rules
22495 ac_config_files="$ac_config_files programs/Makeprog.rules"
22496
22497
22498
22499
22500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22501 Makefile: Makefile.in Make.rules"
22502 ac_config_files="$ac_config_files Makefile"
22503
22504 ALL_MAKEFILES="$ALL_MAKEFILES \\
22505         dlls/Makefile"
22506 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22507         dlls"
22508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22509 dlls/Makefile: dlls/Makefile.in Make.rules"
22510 ac_config_files="$ac_config_files dlls/Makefile"
22511
22512 ALL_MAKEFILES="$ALL_MAKEFILES \\
22513         dlls/acledit/Makefile"
22514 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22515         acledit"
22516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22517 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22518 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22519
22520 ALL_MAKEFILES="$ALL_MAKEFILES \\
22521         dlls/activeds/Makefile"
22522 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22523         activeds"
22524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22525 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22526 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22527
22528 ALL_MAKEFILES="$ALL_MAKEFILES \\
22529         dlls/actxprxy/Makefile"
22530 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22531         actxprxy"
22532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22533 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22534 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22535
22536 ALL_MAKEFILES="$ALL_MAKEFILES \\
22537         dlls/adsiid/Makefile"
22538 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22539         adsiid"
22540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22541 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22542 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22543
22544 ALL_MAKEFILES="$ALL_MAKEFILES \\
22545         dlls/advapi32/Makefile"
22546 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22547         advapi32"
22548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22549 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22550 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22551
22552 ALL_MAKEFILES="$ALL_MAKEFILES \\
22553         dlls/advapi32/tests/Makefile"
22554 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22555         advapi32/tests"
22556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22557 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22558 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22559
22560 ALL_MAKEFILES="$ALL_MAKEFILES \\
22561         dlls/advpack/Makefile"
22562 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22563         advpack"
22564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22565 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22566 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22567
22568 ALL_MAKEFILES="$ALL_MAKEFILES \\
22569         dlls/advpack/tests/Makefile"
22570 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22571         advpack/tests"
22572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22573 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22574 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22575
22576 ALL_MAKEFILES="$ALL_MAKEFILES \\
22577         dlls/amstream/Makefile"
22578 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22579         amstream"
22580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22581 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22582 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22583
22584 ALL_MAKEFILES="$ALL_MAKEFILES \\
22585         dlls/appwiz.cpl/Makefile"
22586 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22587         appwiz.cpl"
22588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22589 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22590 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22591
22592 ALL_MAKEFILES="$ALL_MAKEFILES \\
22593         dlls/atl/Makefile"
22594 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22595         atl"
22596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22597 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22598 ac_config_files="$ac_config_files dlls/atl/Makefile"
22599
22600 ALL_MAKEFILES="$ALL_MAKEFILES \\
22601         dlls/avicap32/Makefile"
22602 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22603         avicap32"
22604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22605 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22606 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22607
22608 ALL_MAKEFILES="$ALL_MAKEFILES \\
22609         dlls/avifil32/Makefile"
22610 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22611         avifil32"
22612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22613 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22614 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22615
22616 ALL_MAKEFILES="$ALL_MAKEFILES \\
22617         dlls/browseui/Makefile"
22618 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22619         browseui"
22620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22621 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22622 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22623
22624 ALL_MAKEFILES="$ALL_MAKEFILES \\
22625         dlls/browseui/tests/Makefile"
22626 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22627         browseui/tests"
22628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22629 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22630 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22631
22632 ALL_MAKEFILES="$ALL_MAKEFILES \\
22633         dlls/cabinet/Makefile"
22634 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22635         cabinet"
22636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22637 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22638 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22639
22640 ALL_MAKEFILES="$ALL_MAKEFILES \\
22641         dlls/cabinet/tests/Makefile"
22642 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22643         cabinet/tests"
22644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22645 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22646 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22647
22648 ALL_MAKEFILES="$ALL_MAKEFILES \\
22649         dlls/capi2032/Makefile"
22650 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22651         capi2032"
22652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22653 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22654 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22655
22656 ALL_MAKEFILES="$ALL_MAKEFILES \\
22657         dlls/cards/Makefile"
22658 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22659         cards"
22660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22661 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22662 ac_config_files="$ac_config_files dlls/cards/Makefile"
22663
22664 ALL_MAKEFILES="$ALL_MAKEFILES \\
22665         dlls/cfgmgr32/Makefile"
22666 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22667         cfgmgr32"
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22670 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22671
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673         dlls/clusapi/Makefile"
22674 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22675         clusapi"
22676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22677 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22678 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22679
22680 ALL_MAKEFILES="$ALL_MAKEFILES \\
22681         dlls/comcat/Makefile"
22682 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22683         comcat"
22684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22685 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22686 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22687
22688 ALL_MAKEFILES="$ALL_MAKEFILES \\
22689         dlls/comcat/tests/Makefile"
22690 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22691         comcat/tests"
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22694 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22695
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697         dlls/comctl32/Makefile"
22698 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22699         comctl32"
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22702 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22703
22704 ALL_MAKEFILES="$ALL_MAKEFILES \\
22705         dlls/comctl32/tests/Makefile"
22706 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22707         comctl32/tests"
22708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22709 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22710 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22711
22712 ALL_MAKEFILES="$ALL_MAKEFILES \\
22713         dlls/comdlg32/Makefile"
22714 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22715         comdlg32"
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22719
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721         dlls/comdlg32/tests/Makefile"
22722 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22723         comdlg32/tests"
22724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22725 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22726 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22727
22728 ALL_MAKEFILES="$ALL_MAKEFILES \\
22729         dlls/compstui/Makefile"
22730 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22731         compstui"
22732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22733 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22734 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22735
22736 ALL_MAKEFILES="$ALL_MAKEFILES \\
22737         dlls/credui/Makefile"
22738 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22739         credui"
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22742 ac_config_files="$ac_config_files dlls/credui/Makefile"
22743
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745         dlls/credui/tests/Makefile"
22746 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22747         credui/tests"
22748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22749 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22750 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22751
22752 ALL_MAKEFILES="$ALL_MAKEFILES \\
22753         dlls/crtdll/Makefile"
22754 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22755         crtdll"
22756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22757 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22758 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22759
22760 ALL_MAKEFILES="$ALL_MAKEFILES \\
22761         dlls/crypt32/Makefile"
22762 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22763         crypt32"
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22766 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22767
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769         dlls/crypt32/tests/Makefile"
22770 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22771         crypt32/tests"
22772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22773 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22774 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22775
22776 ALL_MAKEFILES="$ALL_MAKEFILES \\
22777         dlls/cryptdlg/Makefile"
22778 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22779         cryptdlg"
22780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22781 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22782 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22783
22784 ALL_MAKEFILES="$ALL_MAKEFILES \\
22785         dlls/cryptdll/Makefile"
22786 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22787         cryptdll"
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22790 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22791
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793         dlls/cryptnet/Makefile"
22794 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22795         cryptnet"
22796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22797 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22798 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22799
22800 ALL_MAKEFILES="$ALL_MAKEFILES \\
22801         dlls/cryptnet/tests/Makefile"
22802 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22803         cryptnet/tests"
22804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22805 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22806 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22807
22808 ALL_MAKEFILES="$ALL_MAKEFILES \\
22809         dlls/cryptui/Makefile"
22810 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22811         cryptui"
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22814 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22815
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817         dlls/ctapi32/Makefile"
22818 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22819         ctapi32"
22820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22821 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22822 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22823
22824 ALL_MAKEFILES="$ALL_MAKEFILES \\
22825         dlls/ctl3d32/Makefile"
22826 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22827         ctl3d32"
22828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22829 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22830 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22831
22832 ALL_MAKEFILES="$ALL_MAKEFILES \\
22833         dlls/d3d10/Makefile"
22834 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22835         d3d10"
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22839
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841         dlls/d3d8/Makefile"
22842 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22843         d3d8"
22844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22845 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22846 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22847
22848 ALL_MAKEFILES="$ALL_MAKEFILES \\
22849         dlls/d3d8/tests/Makefile"
22850 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22851         d3d8/tests"
22852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22853 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22854 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22855
22856 ALL_MAKEFILES="$ALL_MAKEFILES \\
22857         dlls/d3d9/Makefile"
22858 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22859         d3d9"
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22862 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22863
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865         dlls/d3d9/tests/Makefile"
22866 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22867         d3d9/tests"
22868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22869 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22870 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22871
22872 ALL_MAKEFILES="$ALL_MAKEFILES \\
22873         dlls/d3dim/Makefile"
22874 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22875         d3dim"
22876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22877 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22878 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22879
22880 ALL_MAKEFILES="$ALL_MAKEFILES \\
22881         dlls/d3drm/Makefile"
22882 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22883         d3drm"
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22886 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22887
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889         dlls/d3drm/tests/Makefile"
22890 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22891         d3drm/tests"
22892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22893 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22894 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22895
22896 ALL_MAKEFILES="$ALL_MAKEFILES \\
22897         dlls/d3dx8/Makefile"
22898 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22899         d3dx8"
22900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22901 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22902 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22903
22904 ALL_MAKEFILES="$ALL_MAKEFILES \\
22905         dlls/d3dx8/tests/Makefile"
22906 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22907         d3dx8/tests"
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22910 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22911
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913         dlls/d3dx9_24/Makefile"
22914 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22915         d3dx9_24"
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22918 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22919
22920 ALL_MAKEFILES="$ALL_MAKEFILES \\
22921         dlls/d3dx9_25/Makefile"
22922 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22923         d3dx9_25"
22924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22925 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22926 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22927
22928 ALL_MAKEFILES="$ALL_MAKEFILES \\
22929         dlls/d3dx9_26/Makefile"
22930 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22931         d3dx9_26"
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22935
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937         dlls/d3dx9_27/Makefile"
22938 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22939         d3dx9_27"
22940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22941 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22942 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22943
22944 ALL_MAKEFILES="$ALL_MAKEFILES \\
22945         dlls/d3dx9_28/Makefile"
22946 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22947         d3dx9_28"
22948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22949 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22950 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22951
22952 ALL_MAKEFILES="$ALL_MAKEFILES \\
22953         dlls/d3dx9_29/Makefile"
22954 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22955         d3dx9_29"
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22958 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22959
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961         dlls/d3dx9_30/Makefile"
22962 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22963         d3dx9_30"
22964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22965 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22966 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22967
22968 ALL_MAKEFILES="$ALL_MAKEFILES \\
22969         dlls/d3dx9_31/Makefile"
22970 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22971         d3dx9_31"
22972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22973 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22974 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22975
22976 ALL_MAKEFILES="$ALL_MAKEFILES \\
22977         dlls/d3dx9_32/Makefile"
22978 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22979         d3dx9_32"
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22983
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985         dlls/d3dx9_33/Makefile"
22986 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22987         d3dx9_33"
22988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22989 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22990 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22991
22992 ALL_MAKEFILES="$ALL_MAKEFILES \\
22993         dlls/d3dx9_34/Makefile"
22994 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22995         d3dx9_34"
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22998 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22999
23000 ALL_MAKEFILES="$ALL_MAKEFILES \\
23001         dlls/d3dx9_35/Makefile"
23002 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23003         d3dx9_35"
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23007
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009         dlls/d3dx9_36/Makefile"
23010 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23011         d3dx9_36"
23012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23013 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23014 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23015
23016 ALL_MAKEFILES="$ALL_MAKEFILES \\
23017         dlls/d3dx9_36/tests/Makefile"
23018 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23019         d3dx9_36/tests"
23020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23021 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23022 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23023
23024 ALL_MAKEFILES="$ALL_MAKEFILES \\
23025         dlls/d3dx9_37/Makefile"
23026 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23027         d3dx9_37"
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23031
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033         dlls/d3dxof/Makefile"
23034 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23035         d3dxof"
23036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23037 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23038 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23039
23040 ALL_MAKEFILES="$ALL_MAKEFILES \\
23041         dlls/d3dxof/tests/Makefile"
23042 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23043         d3dxof/tests"
23044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23045 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23046 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23047
23048 ALL_MAKEFILES="$ALL_MAKEFILES \\
23049         dlls/dbghelp/Makefile"
23050 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23051         dbghelp"
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23055
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057         dlls/dciman32/Makefile"
23058 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23059         dciman32"
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23062 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23063
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065         dlls/ddraw/Makefile"
23066 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23067         ddraw"
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23070 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23071
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073         dlls/ddraw/tests/Makefile"
23074 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23075         ddraw/tests"
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23078 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23079
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081         dlls/ddrawex/Makefile"
23082 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23083         ddrawex"
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23086 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23087
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089         dlls/devenum/Makefile"
23090 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23091         devenum"
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23094 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23095
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097         dlls/dinput/Makefile"
23098 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23099         dinput"
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23102 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23103
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105         dlls/dinput/tests/Makefile"
23106 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23107         dinput/tests"
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23110 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23111
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113         dlls/dinput8/Makefile"
23114 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23115         dinput8"
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23118 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23119
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121         dlls/dmband/Makefile"
23122 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23123         dmband"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23126 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23127
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129         dlls/dmcompos/Makefile"
23130 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23131         dmcompos"
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23134 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23135
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137         dlls/dmime/Makefile"
23138 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23139         dmime"
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23142 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23143
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145         dlls/dmloader/Makefile"
23146 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23147         dmloader"
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23151
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153         dlls/dmscript/Makefile"
23154 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23155         dmscript"
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23158 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23159
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161         dlls/dmstyle/Makefile"
23162 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23163         dmstyle"
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23167
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169         dlls/dmsynth/Makefile"
23170 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23171         dmsynth"
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23175
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177         dlls/dmusic/Makefile"
23178 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23179         dmusic"
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23183
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185         dlls/dmusic32/Makefile"
23186 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23187         dmusic32"
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23191
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193         dlls/dnsapi/Makefile"
23194 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23195         dnsapi"
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23199
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201         dlls/dnsapi/tests/Makefile"
23202 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23203         dnsapi/tests"
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23206 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23207
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209         dlls/dplay/Makefile"
23210 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23211         dplay"
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23214 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23215
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217         dlls/dplayx/Makefile"
23218 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23219         dplayx"
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23222 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23223
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225         dlls/dplayx/tests/Makefile"
23226 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23227         dplayx/tests"
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23230 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23231
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233         dlls/dpnaddr/Makefile"
23234 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23235         dpnaddr"
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23238 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23239
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241         dlls/dpnet/Makefile"
23242 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23243         dpnet"
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23247
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249         dlls/dpnhpast/Makefile"
23250 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23251         dpnhpast"
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23254 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23255
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257         dlls/dpnlobby/Makefile"
23258 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23259         dpnlobby"
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23262 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23263
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265         dlls/dpwsockx/Makefile"
23266 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23267         dpwsockx"
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23270 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23271
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273         dlls/dsound/Makefile"
23274 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23275         dsound"
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23278 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23279
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281         dlls/dsound/tests/Makefile"
23282 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23283         dsound/tests"
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23286 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23287
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289         dlls/dssenh/Makefile"
23290 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23291         dssenh"
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23294 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23295
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297         dlls/dswave/Makefile"
23298 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23299         dswave"
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23302 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23303
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305         dlls/dwmapi/Makefile"
23306 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23307         dwmapi"
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23310 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23311
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313         dlls/dxdiagn/Makefile"
23314 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23315         dxdiagn"
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23319
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321         dlls/dxerr8/Makefile"
23322 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23323         dxerr8"
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23326 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23327
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329         dlls/dxerr9/Makefile"
23330 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23331         dxerr9"
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23334 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23335
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337         dlls/dxguid/Makefile"
23338 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23339         dxguid"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23342 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23343
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345         dlls/faultrep/Makefile"
23346 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23347         faultrep"
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23350 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23351
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353         dlls/fusion/Makefile"
23354 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23355         fusion"
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23358 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23359
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361         dlls/fusion/tests/Makefile"
23362 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23363         fusion/tests"
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23366 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23367
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369         dlls/gdi32/Makefile"
23370 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23371         gdi32"
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23374 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23375
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377         dlls/gdi32/tests/Makefile"
23378 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23379         gdi32/tests"
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23382 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23383
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385         dlls/gdiplus/Makefile"
23386 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23387         gdiplus"
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23390 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23391
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393         dlls/gdiplus/tests/Makefile"
23394 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23395         gdiplus/tests"
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23398 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23399
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401         dlls/glu32/Makefile"
23402 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23403         glu32"
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23406 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23407
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409         dlls/gphoto2.ds/Makefile"
23410 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23411         gphoto2.ds"
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23414 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23415
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417         dlls/gpkcsp/Makefile"
23418 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23419         gpkcsp"
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23422 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23423
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23425         dlls/hal/Makefile"
23426 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23427         hal"
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23430 ac_config_files="$ac_config_files dlls/hal/Makefile"
23431
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433         dlls/hhctrl.ocx/Makefile"
23434 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23435         hhctrl.ocx"
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23438 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23439
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441         dlls/hid/Makefile"
23442 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23443         hid"
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23446 ac_config_files="$ac_config_files dlls/hid/Makefile"
23447
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449         dlls/hlink/Makefile"
23450 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23451         hlink"
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23454 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23455
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457         dlls/hlink/tests/Makefile"
23458 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23459         hlink/tests"
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23462 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23463
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465         dlls/hnetcfg/Makefile"
23466 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23467         hnetcfg"
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23470 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23471
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23473         dlls/iccvid/Makefile"
23474 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23475         iccvid"
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23478 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23479
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481         dlls/icmp/Makefile"
23482 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23483         icmp"
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23487
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489         dlls/ifsmgr.vxd/Makefile"
23490 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23491         ifsmgr.vxd"
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23495
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497         dlls/imaadp32.acm/Makefile"
23498 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23499         imaadp32.acm"
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23503
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505         dlls/imagehlp/Makefile"
23506 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23507         imagehlp"
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23510 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23511
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513         dlls/imm32/Makefile"
23514 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23515         imm32"
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23518 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23519
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521         dlls/imm32/tests/Makefile"
23522 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23523         imm32/tests"
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23526 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23527
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529         dlls/inetcomm/Makefile"
23530 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23531         inetcomm"
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23535
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537         dlls/inetcomm/tests/Makefile"
23538 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23539         inetcomm/tests"
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23542 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23543
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545         dlls/inetmib1/Makefile"
23546 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23547         inetmib1"
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23551
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553         dlls/inetmib1/tests/Makefile"
23554 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23555         inetmib1/tests"
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23558 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23559
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561         dlls/infosoft/Makefile"
23562 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23563         infosoft"
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23566 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23567
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569         dlls/infosoft/tests/Makefile"
23570 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23571         infosoft/tests"
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23574 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23575
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577         dlls/initpki/Makefile"
23578 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23579         initpki"
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23582 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23583
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585         dlls/inkobj/Makefile"
23586 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23587         inkobj"
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23590 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23591
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593         dlls/inseng/Makefile"
23594 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23595         inseng"
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23598 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23599
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601         dlls/iphlpapi/Makefile"
23602 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23603         iphlpapi"
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23606 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23607
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609         dlls/iphlpapi/tests/Makefile"
23610 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23611         iphlpapi/tests"
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23614 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23615
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617         dlls/itircl/Makefile"
23618 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23619         itircl"
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23622 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23623
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625         dlls/itss/Makefile"
23626 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23627         itss"
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/itss/Makefile"
23631
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633         dlls/itss/tests/Makefile"
23634 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23635         itss/tests"
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23638 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23639
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641         dlls/jscript/Makefile"
23642 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23643         jscript"
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23647
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649         dlls/jscript/tests/Makefile"
23650 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23651         jscript/tests"
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23654 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23655
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657         dlls/kernel32/Makefile"
23658 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23659         kernel32"
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23662 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23663
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665         dlls/kernel32/tests/Makefile"
23666 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23667         kernel32/tests"
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23670 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23671
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673         dlls/localspl/Makefile"
23674 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23675         localspl"
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23679
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681         dlls/localspl/tests/Makefile"
23682 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23683         localspl/tests"
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23686 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23687
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689         dlls/localui/Makefile"
23690 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23691         localui"
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23694 ac_config_files="$ac_config_files dlls/localui/Makefile"
23695
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697         dlls/localui/tests/Makefile"
23698 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23699         localui/tests"
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23702 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23703
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705         dlls/lz32/Makefile"
23706 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23707         lz32"
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23711
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713         dlls/lz32/tests/Makefile"
23714 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23715         lz32/tests"
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23718 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23719
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721         dlls/mapi32/Makefile"
23722 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23723         mapi32"
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23727
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729         dlls/mapi32/tests/Makefile"
23730 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23731         mapi32/tests"
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23734 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23735
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737         dlls/mciavi32/Makefile"
23738 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23739         mciavi32"
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23742 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23743
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745         dlls/mcicda/Makefile"
23746 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23747         mcicda"
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23750 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23751
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753         dlls/mciseq/Makefile"
23754 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23755         mciseq"
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23758 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23759
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761         dlls/mciwave/Makefile"
23762 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23763         mciwave"
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23766 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23767
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769         dlls/midimap/Makefile"
23770 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23771         midimap"
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23774 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23775
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777         dlls/mlang/Makefile"
23778 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23779         mlang"
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23782 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23783
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785         dlls/mlang/tests/Makefile"
23786 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23787         mlang/tests"
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23790 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23791
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793         dlls/mmdevldr.vxd/Makefile"
23794 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23795         mmdevldr.vxd"
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23798 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23799
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801         dlls/monodebg.vxd/Makefile"
23802 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23803         monodebg.vxd"
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23806 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23807
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809         dlls/mountmgr.sys/Makefile"
23810 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23811         mountmgr.sys"
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23814 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23815
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23817         dlls/mpr/Makefile"
23818 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23819         mpr"
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23823
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825         dlls/mprapi/Makefile"
23826 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23827         mprapi"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23830 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23831
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833         dlls/msacm32.drv/Makefile"
23834 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23835         msacm32.drv"
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23838 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23839
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841         dlls/msacm32/Makefile"
23842 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23843         msacm32"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23847
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849         dlls/msacm32/tests/Makefile"
23850 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23851         msacm32/tests"
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23854 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23855
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857         dlls/msadp32.acm/Makefile"
23858 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23859         msadp32.acm"
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23863
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865         dlls/mscat32/Makefile"
23866 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23867         mscat32"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23870 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23871
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873         dlls/mscms/Makefile"
23874 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23875         mscms"
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23879
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881         dlls/mscms/tests/Makefile"
23882 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23883         mscms/tests"
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23886 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23887
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889         dlls/mscoree/Makefile"
23890 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23891         mscoree"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23894 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23895
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897         dlls/msdmo/Makefile"
23898 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23899         msdmo"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23902 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23903
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905         dlls/msftedit/Makefile"
23906 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23907         msftedit"
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23911
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913         dlls/msg711.acm/Makefile"
23914 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23915         msg711.acm"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23918 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23919
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921         dlls/mshtml.tlb/Makefile"
23922 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23923         mshtml.tlb"
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23927
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929         dlls/mshtml/Makefile"
23930 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23931         mshtml"
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23934 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23935
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937         dlls/mshtml/tests/Makefile"
23938 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23939         mshtml/tests"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23942 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23943
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945         dlls/msi/Makefile"
23946 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23947         msi"
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/msi/Makefile"
23951
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953         dlls/msi/tests/Makefile"
23954 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23955         msi/tests"
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23958 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23959
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961         dlls/msimg32/Makefile"
23962 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23963         msimg32"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23967
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969         dlls/msimtf/Makefile"
23970 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23971         msimtf"
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23975
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977         dlls/msisip/Makefile"
23978 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23979         msisip"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23983
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985         dlls/msisys.ocx/Makefile"
23986 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23987         msisys.ocx"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23990 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23991
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993         dlls/msnet32/Makefile"
23994 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23995         msnet32"
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23999
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001         dlls/msrle32/Makefile"
24002 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24003         msrle32"
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24006 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24007
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009         dlls/mssip32/Makefile"
24010 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24011         mssip32"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24015
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017         dlls/mstask/Makefile"
24018 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24019         mstask"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24023
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025         dlls/mstask/tests/Makefile"
24026 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24027         mstask/tests"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24030 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24031
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033         dlls/msvcirt/Makefile"
24034 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24035         msvcirt"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24039
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041         dlls/msvcr71/Makefile"
24042 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24043         msvcr71"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24046 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24047
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049         dlls/msvcrt/Makefile"
24050 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24051         msvcrt"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24055
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057         dlls/msvcrt/tests/Makefile"
24058 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24059         msvcrt/tests"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24062 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24063
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065         dlls/msvcrt20/Makefile"
24066 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067         msvcrt20"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24071
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073         dlls/msvcrt40/Makefile"
24074 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24075         msvcrt40"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24078 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24079
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081         dlls/msvcrtd/Makefile"
24082 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24083         msvcrtd"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24086 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24087
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089         dlls/msvcrtd/tests/Makefile"
24090 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24091         msvcrtd/tests"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24094 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24095
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097         dlls/msvfw32/Makefile"
24098 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24099         msvfw32"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24103
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105         dlls/msvidc32/Makefile"
24106 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24107         msvidc32"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24110 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24111
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113         dlls/mswsock/Makefile"
24114 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115         mswsock"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24119
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121         dlls/msxml3/Makefile"
24122 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123         msxml3"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24127
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129         dlls/msxml3/tests/Makefile"
24130 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24131         msxml3/tests"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24134 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24135
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137         dlls/nddeapi/Makefile"
24138 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24139         nddeapi"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24142 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24143
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145         dlls/netapi32/Makefile"
24146 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24147         netapi32"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24151
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153         dlls/netapi32/tests/Makefile"
24154 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24155         netapi32/tests"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24158 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24159
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161         dlls/newdev/Makefile"
24162 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24163         newdev"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24167
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169         dlls/ntdll/Makefile"
24170 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24171         ntdll"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24175
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177         dlls/ntdll/tests/Makefile"
24178 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24179         ntdll/tests"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24182 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24183
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185         dlls/ntdsapi/Makefile"
24186 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24187         ntdsapi"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24191
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193         dlls/ntdsapi/tests/Makefile"
24194 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24195         ntdsapi/tests"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24198 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24199
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201         dlls/ntoskrnl.exe/Makefile"
24202 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24203         ntoskrnl.exe"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24207
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209         dlls/ntprint/Makefile"
24210 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24211         ntprint"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24214 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24215
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217         dlls/ntprint/tests/Makefile"
24218 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24219         ntprint/tests"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24222 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24223
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225         dlls/objsel/Makefile"
24226 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24227         objsel"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24230 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24231
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233         dlls/odbc32/Makefile"
24234 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24235         odbc32"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24238 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24239
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241         dlls/odbccp32/Makefile"
24242 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24243         odbccp32"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24246 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24247
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249         dlls/odbccp32/tests/Makefile"
24250 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24251         odbccp32/tests"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24254 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24255
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257         dlls/ole32/Makefile"
24258 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24259         ole32"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24262 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24263
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265         dlls/ole32/tests/Makefile"
24266 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24267         ole32/tests"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24270 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24271
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273         dlls/oleacc/Makefile"
24274 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24275         oleacc"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24279
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281         dlls/oleaut32/Makefile"
24282 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24283         oleaut32"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24287
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289         dlls/oleaut32/tests/Makefile"
24290 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24291         oleaut32/tests"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24294 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24295
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297         dlls/olecli32/Makefile"
24298 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24299         olecli32"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24303
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305         dlls/oledlg/Makefile"
24306 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24307         oledlg"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24311
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313         dlls/olepro32/Makefile"
24314 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24315         olepro32"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24319
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321         dlls/olesvr32/Makefile"
24322 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323         olesvr32"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24327
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329         dlls/olethk32/Makefile"
24330 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331         olethk32"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24335
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337         dlls/opengl32/Makefile"
24338 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24339         opengl32"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24342 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24343
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345         dlls/opengl32/tests/Makefile"
24346 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24347         opengl32/tests"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24350 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24351
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353         dlls/pdh/Makefile"
24354 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24355         pdh"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24359
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361         dlls/pdh/tests/Makefile"
24362 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24363         pdh/tests"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24366 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24367
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369         dlls/powrprof/Makefile"
24370 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371         powrprof"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24375
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377         dlls/printui/Makefile"
24378 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24379         printui"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/printui/Makefile"
24383
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385         dlls/propsys/Makefile"
24386 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24387         propsys"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24391
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393         dlls/psapi/Makefile"
24394 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24395         psapi"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24399
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401         dlls/psapi/tests/Makefile"
24402 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24403         psapi/tests"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24406 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24407
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409         dlls/pstorec/Makefile"
24410 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24411         pstorec"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24415
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417         dlls/qcap/Makefile"
24418 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24419         qcap"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24423
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425         dlls/qedit/Makefile"
24426 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427         qedit"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24431
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433         dlls/qedit/tests/Makefile"
24434 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24435         qedit/tests"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24438 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24439
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441         dlls/qmgr/Makefile"
24442 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443         qmgr"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24447
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449         dlls/qmgr/tests/Makefile"
24450 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24451         qmgr/tests"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24454 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24455
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457         dlls/qmgrprxy/Makefile"
24458 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24459         qmgrprxy"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24463
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465         dlls/quartz/Makefile"
24466 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24467         quartz"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24471
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473         dlls/quartz/tests/Makefile"
24474 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24475         quartz/tests"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24478 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24479
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481         dlls/query/Makefile"
24482 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483         query"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/query/Makefile"
24487
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489         dlls/rasapi32/Makefile"
24490 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491         rasapi32"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24495
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497         dlls/rasapi32/tests/Makefile"
24498 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24499         rasapi32/tests"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24502 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24503
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505         dlls/resutils/Makefile"
24506 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507         resutils"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24511
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513         dlls/riched20/Makefile"
24514 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515         riched20"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24519
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521         dlls/riched20/tests/Makefile"
24522 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24523         riched20/tests"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24526 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24527
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529         dlls/riched32/Makefile"
24530 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531         riched32"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24535
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537         dlls/riched32/tests/Makefile"
24538 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24539         riched32/tests"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24542 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24543
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545         dlls/rpcrt4/Makefile"
24546 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547         rpcrt4"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24551
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553         dlls/rpcrt4/tests/Makefile"
24554 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24555         rpcrt4/tests"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24558 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24559
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561         dlls/rsabase/Makefile"
24562 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563         rsabase"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24567
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569         dlls/rsaenh/Makefile"
24570 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24571         rsaenh"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24575
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577         dlls/rsaenh/tests/Makefile"
24578 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24579         rsaenh/tests"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24582 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24583
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585         dlls/sane.ds/Makefile"
24586 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587         sane.ds"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24591
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593         dlls/sccbase/Makefile"
24594 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24595         sccbase"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24599
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601         dlls/schannel/Makefile"
24602 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603         schannel"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24607
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609         dlls/schannel/tests/Makefile"
24610 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24611         schannel/tests"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24614 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24615
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617         dlls/secur32/Makefile"
24618 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619         secur32"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24623
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625         dlls/secur32/tests/Makefile"
24626 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24627         secur32/tests"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24630 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24631
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633         dlls/security/Makefile"
24634 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635         security"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/security/Makefile"
24639
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641         dlls/sensapi/Makefile"
24642 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643         sensapi"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24647
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649         dlls/serialui/Makefile"
24650 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651         serialui"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24655
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657         dlls/serialui/tests/Makefile"
24658 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24659         serialui/tests"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24663
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665         dlls/setupapi/Makefile"
24666 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667         setupapi"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24671
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673         dlls/setupapi/tests/Makefile"
24674 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24675         setupapi/tests"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24679
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681         dlls/sfc/Makefile"
24682 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683         sfc"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24687
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689         dlls/sfc_os/Makefile"
24690 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691         sfc_os"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24695
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697         dlls/shdoclc/Makefile"
24698 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699         shdoclc"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24703
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705         dlls/shdocvw/Makefile"
24706 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707         shdocvw"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24711
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713         dlls/shdocvw/tests/Makefile"
24714 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24715         shdocvw/tests"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24718 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24719
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721         dlls/shell32/Makefile"
24722 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723         shell32"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24727
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729         dlls/shell32/tests/Makefile"
24730 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24731         shell32/tests"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24734 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24735
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737         dlls/shfolder/Makefile"
24738 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739         shfolder"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24743
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745         dlls/shlwapi/Makefile"
24746 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24747         shlwapi"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24751
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753         dlls/shlwapi/tests/Makefile"
24754 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24755         shlwapi/tests"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24758 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24759
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761         dlls/slbcsp/Makefile"
24762 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24763         slbcsp"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24767
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769         dlls/slc/Makefile"
24770 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771         slc"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/slc/Makefile"
24775
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777         dlls/snmpapi/Makefile"
24778 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779         snmpapi"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24783
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785         dlls/snmpapi/tests/Makefile"
24786 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24787         snmpapi/tests"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24790 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24791
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793         dlls/softpub/Makefile"
24794 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795         softpub"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24799
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801         dlls/spoolss/Makefile"
24802 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803         spoolss"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24807
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809         dlls/spoolss/tests/Makefile"
24810 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24811         spoolss/tests"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24814 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24815
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817         dlls/stdole2.tlb/Makefile"
24818 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819         stdole2.tlb"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24823
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825         dlls/stdole32.tlb/Makefile"
24826 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827         stdole32.tlb"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24831
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833         dlls/sti/Makefile"
24834 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835         sti"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/sti/Makefile"
24839
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841         dlls/strmiids/Makefile"
24842 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24843         strmiids"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24846 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24847
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849         dlls/svrapi/Makefile"
24850 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851         svrapi"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24855
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857         dlls/sxs/Makefile"
24858 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859         sxs"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24863
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865         dlls/tapi32/Makefile"
24866 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867         tapi32"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24871
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873         dlls/twain_32/Makefile"
24874 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875         twain_32"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24879
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881         dlls/unicows/Makefile"
24882 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883         unicows"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24887
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889         dlls/url/Makefile"
24890 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891         url"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/url/Makefile"
24895
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897         dlls/urlmon/Makefile"
24898 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899         urlmon"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24903
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905         dlls/urlmon/tests/Makefile"
24906 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24907         urlmon/tests"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24910 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24911
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913         dlls/user32/Makefile"
24914 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915         user32"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/user32/Makefile"
24919
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921         dlls/user32/tests/Makefile"
24922 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24923         user32/tests"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24926 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24927
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929         dlls/userenv/Makefile"
24930 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931         userenv"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24935
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937         dlls/userenv/tests/Makefile"
24938 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24939         userenv/tests"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24943
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945         dlls/usp10/Makefile"
24946 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947         usp10"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24951
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953         dlls/usp10/tests/Makefile"
24954 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24955         usp10/tests"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24959
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961         dlls/uuid/Makefile"
24962 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24963         uuid"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24966 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24967
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969         dlls/uxtheme/Makefile"
24970 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24971         uxtheme"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24974 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24975
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977         dlls/uxtheme/tests/Makefile"
24978 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24979         uxtheme/tests"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24982 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24983
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985         dlls/vdhcp.vxd/Makefile"
24986 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987         vdhcp.vxd"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24991
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993         dlls/vdmdbg/Makefile"
24994 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995         vdmdbg"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24999
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001         dlls/version/Makefile"
25002 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003         version"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/version/Makefile"
25007
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009         dlls/version/tests/Makefile"
25010 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25011         version/tests"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25014 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25015
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017         dlls/vmm.vxd/Makefile"
25018 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019         vmm.vxd"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25023
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025         dlls/vnbt.vxd/Makefile"
25026 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027         vnbt.vxd"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25031
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033         dlls/vnetbios.vxd/Makefile"
25034 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035         vnetbios.vxd"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25039
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041         dlls/vtdapi.vxd/Makefile"
25042 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043         vtdapi.vxd"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25047
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049         dlls/vwin32.vxd/Makefile"
25050 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051         vwin32.vxd"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25055
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057         dlls/w32skrnl/Makefile"
25058 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059         w32skrnl"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25063
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065         dlls/winealsa.drv/Makefile"
25066 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067         winealsa.drv"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25071
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073         dlls/wineaudioio.drv/Makefile"
25074 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075         wineaudioio.drv"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25079
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081         dlls/winecoreaudio.drv/Makefile"
25082 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083         winecoreaudio.drv"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25087
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089         dlls/winecrt0/Makefile"
25090 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25091         winecrt0"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25094 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25095
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097         dlls/wined3d/Makefile"
25098 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099         wined3d"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25103
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105         dlls/winedos/Makefile"
25106 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107         winedos"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25111
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113         dlls/wineesd.drv/Makefile"
25114 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115         wineesd.drv"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25119
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121         dlls/winejack.drv/Makefile"
25122 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123         winejack.drv"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25127
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129         dlls/winejoystick.drv/Makefile"
25130 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131         winejoystick.drv"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25135
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137         dlls/winemp3.acm/Makefile"
25138 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139         winemp3.acm"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25143
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145         dlls/winenas.drv/Makefile"
25146 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147         winenas.drv"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25151
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153         dlls/wineoss.drv/Makefile"
25154 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155         wineoss.drv"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25159
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161         dlls/wineps.drv/Makefile"
25162 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163         wineps.drv"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25167
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169         dlls/winequartz.drv/Makefile"
25170 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171         winequartz.drv"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25175
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177         dlls/winex11.drv/Makefile"
25178 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179         winex11.drv"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25183
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185         dlls/wing32/Makefile"
25186 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187         wing32"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25191
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193         dlls/winhttp/Makefile"
25194 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195         winhttp"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25199
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201         dlls/winhttp/tests/Makefile"
25202 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25203         winhttp/tests"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25206 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25207
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209         dlls/wininet/Makefile"
25210 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211         wininet"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25215
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217         dlls/wininet/tests/Makefile"
25218 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25219         wininet/tests"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25222 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25223
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225         dlls/winmm/Makefile"
25226 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227         winmm"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25231
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233         dlls/winmm/tests/Makefile"
25234 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25235         winmm/tests"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25238 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25239
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241         dlls/winnls32/Makefile"
25242 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243         winnls32"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25247
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249         dlls/winscard/Makefile"
25250 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251         winscard"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25255
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257         dlls/winspool.drv/Makefile"
25258 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259         winspool.drv"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25263
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265         dlls/winspool.drv/tests/Makefile"
25266 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25267         winspool.drv/tests"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25270 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25271
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273         dlls/wintab32/Makefile"
25274 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25275         wintab32"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25279
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281         dlls/wintrust/Makefile"
25282 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283         wintrust"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25287
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289         dlls/wintrust/tests/Makefile"
25290 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25291         wintrust/tests"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25294 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25295
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297         dlls/wldap32/Makefile"
25298 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299         wldap32"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25303
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305         dlls/wmi/Makefile"
25306 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307         wmi"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25311
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313         dlls/wnaspi32/Makefile"
25314 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315         wnaspi32"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25319
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321         dlls/wow32/Makefile"
25322 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323         wow32"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25327
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329         dlls/ws2_32/Makefile"
25330 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331         ws2_32"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25335
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337         dlls/ws2_32/tests/Makefile"
25338 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25339         ws2_32/tests"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25342 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25343
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345         dlls/wsock32/Makefile"
25346 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347         wsock32"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25351
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353         dlls/wtsapi32/Makefile"
25354 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355         wtsapi32"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25359
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361         documentation/Makefile"
25362 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25363         documentation"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 documentation/Makefile: documentation/Makefile.in Make.rules"
25366 ac_config_files="$ac_config_files documentation/Makefile"
25367
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369         fonts/Makefile"
25370 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25371         fonts"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 fonts/Makefile: fonts/Makefile.in Make.rules"
25374 ac_config_files="$ac_config_files fonts/Makefile"
25375
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377         include/Makefile"
25378 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25379         include"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 include/Makefile: include/Makefile.in Make.rules"
25382 ac_config_files="$ac_config_files include/Makefile"
25383
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385         libs/Makefile"
25386 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25387         libs"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 libs/Makefile: libs/Makefile.in Make.rules"
25390 ac_config_files="$ac_config_files libs/Makefile"
25391
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393         libs/port/Makefile"
25394
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25397 ac_config_files="$ac_config_files libs/port/Makefile"
25398
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400         libs/wine/Makefile"
25401
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25404 ac_config_files="$ac_config_files libs/wine/Makefile"
25405
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407         libs/wpp/Makefile"
25408
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25411 ac_config_files="$ac_config_files libs/wpp/Makefile"
25412
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414         loader/Makefile"
25415 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25416         loader"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 loader/Makefile: loader/Makefile.in Make.rules"
25419 ac_config_files="$ac_config_files loader/Makefile"
25420
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422         programs/Makefile"
25423 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25424         programs"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 programs/Makefile: programs/Makefile.in Make.rules"
25427 ac_config_files="$ac_config_files programs/Makefile"
25428
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430         programs/clock/Makefile"
25431 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25432         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25433         clock"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25436 ac_config_files="$ac_config_files programs/clock/Makefile"
25437
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439         programs/cmd/Makefile"
25440 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25441         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25442         cmd"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25445 ac_config_files="$ac_config_files programs/cmd/Makefile"
25446
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448         programs/cmdlgtst/Makefile"
25449 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25450         cmdlgtst"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25453 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25454
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456         programs/control/Makefile"
25457 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25458         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25459         control"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25462 ac_config_files="$ac_config_files programs/control/Makefile"
25463
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465         programs/eject/Makefile"
25466 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25467         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25468         eject"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25471 ac_config_files="$ac_config_files programs/eject/Makefile"
25472
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474         programs/expand/Makefile"
25475 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25476         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25477         expand"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25480 ac_config_files="$ac_config_files programs/expand/Makefile"
25481
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483         programs/explorer/Makefile"
25484 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25485         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25486         explorer"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25489 ac_config_files="$ac_config_files programs/explorer/Makefile"
25490
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492         programs/hh/Makefile"
25493 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25494         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25495         hh"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25498 ac_config_files="$ac_config_files programs/hh/Makefile"
25499
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501         programs/icinfo/Makefile"
25502 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25503         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25504         icinfo"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25507 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25508
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510         programs/iexplore/Makefile"
25511 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25512         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25513         iexplore"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25516 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25517
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519         programs/msiexec/Makefile"
25520 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25521         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25522         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25523         msiexec"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25526 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25527
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529         programs/net/Makefile"
25530 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25531         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25532         net"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25535 ac_config_files="$ac_config_files programs/net/Makefile"
25536
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538         programs/notepad/Makefile"
25539 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25540         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25541         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25542         notepad"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25545 ac_config_files="$ac_config_files programs/notepad/Makefile"
25546
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548         programs/oleview/Makefile"
25549 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25550         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25551         oleview"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25554 ac_config_files="$ac_config_files programs/oleview/Makefile"
25555
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557         programs/progman/Makefile"
25558 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25559         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25560         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25561         progman"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25564 ac_config_files="$ac_config_files programs/progman/Makefile"
25565
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567         programs/reg/Makefile"
25568 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25569         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25570         reg"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25573 ac_config_files="$ac_config_files programs/reg/Makefile"
25574
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576         programs/regedit/Makefile"
25577 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25578         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25579         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25580         regedit"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25583 ac_config_files="$ac_config_files programs/regedit/Makefile"
25584
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586         programs/regsvr32/Makefile"
25587 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25588         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25589         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25590         regsvr32"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25593 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25594
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596         programs/rpcss/Makefile"
25597 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25598         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25599         rpcss"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25602 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25603
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605         programs/rundll32/Makefile"
25606 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25607         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25608         rundll32"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25611 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25612
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614         programs/secedit/Makefile"
25615 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25616         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25617         secedit"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25620 ac_config_files="$ac_config_files programs/secedit/Makefile"
25621
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623         programs/services/Makefile"
25624 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25625         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25626         services"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25629 ac_config_files="$ac_config_files programs/services/Makefile"
25630
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632         programs/spoolsv/Makefile"
25633 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25634         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25635         spoolsv"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25638 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25639
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641         programs/start/Makefile"
25642 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25643         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25644         start"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25647 ac_config_files="$ac_config_files programs/start/Makefile"
25648
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650         programs/svchost/Makefile"
25651 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25652         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25653         svchost"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25656 ac_config_files="$ac_config_files programs/svchost/Makefile"
25657
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659         programs/taskmgr/Makefile"
25660 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25661         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25662         taskmgr"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25665 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25666
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668         programs/uninstaller/Makefile"
25669 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25670         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25671         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25672         uninstaller"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25675 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25676
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678         programs/view/Makefile"
25679 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25680         view"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25683 ac_config_files="$ac_config_files programs/view/Makefile"
25684
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686         programs/wineboot/Makefile"
25687 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25688         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25689         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25690         wineboot"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25693 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25694
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696         programs/winebrowser/Makefile"
25697 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25698         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25699         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25700         winebrowser"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25703 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25704
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706         programs/winecfg/Makefile"
25707 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25708         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25709         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25710         winecfg"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25713 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25714
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716         programs/wineconsole/Makefile"
25717 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25718         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25719         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25720         wineconsole"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25723 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25724
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726         programs/winedbg/Makefile"
25727 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25728         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25729         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25730         winedbg"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25733 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25734
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736         programs/winedevice/Makefile"
25737 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25738         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25739         winedevice"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25742 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25743
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745         programs/winefile/Makefile"
25746 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25747         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25748         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25749         winefile"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25752 ac_config_files="$ac_config_files programs/winefile/Makefile"
25753
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755         programs/winemenubuilder/Makefile"
25756 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25757         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25758         winemenubuilder"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25761 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25762
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764         programs/winemine/Makefile"
25765 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25766         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25767         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25768         winemine"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25771 ac_config_files="$ac_config_files programs/winemine/Makefile"
25772
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774         programs/winepath/Makefile"
25775 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25776         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25777         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25778         winepath"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25781 ac_config_files="$ac_config_files programs/winepath/Makefile"
25782
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784         programs/winetest/Makefile"
25785 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25786         winetest"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25789 ac_config_files="$ac_config_files programs/winetest/Makefile"
25790
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792         programs/winevdm/Makefile"
25793 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25794         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25795         winevdm"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25798 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25799
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801         programs/winhlp32/Makefile"
25802 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25803         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25804         winhlp32"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25807 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25808
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810         programs/winver/Makefile"
25811 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25812         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25813         winver"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25816 ac_config_files="$ac_config_files programs/winver/Makefile"
25817
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819         programs/wordpad/Makefile"
25820 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25821         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25822         wordpad"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25825 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25826
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828         programs/write/Makefile"
25829 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25830         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25831         write"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25834 ac_config_files="$ac_config_files programs/write/Makefile"
25835
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837         programs/xcopy/Makefile"
25838 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25839         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25840         xcopy"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25843 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25844
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846         server/Makefile"
25847 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25848         server"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 server/Makefile: server/Makefile.in Make.rules"
25851 ac_config_files="$ac_config_files server/Makefile"
25852
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854         tools/Makefile"
25855 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25856         tools"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 tools/Makefile: tools/Makefile.in Make.rules"
25859 ac_config_files="$ac_config_files tools/Makefile"
25860
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862         tools/widl/Makefile"
25863
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25866 ac_config_files="$ac_config_files tools/widl/Makefile"
25867
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869         tools/winebuild/Makefile"
25870
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25873 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25874
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876         tools/winedump/Makefile"
25877
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25880 ac_config_files="$ac_config_files tools/winedump/Makefile"
25881
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883         tools/winegcc/Makefile"
25884
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25887 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25888
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890         tools/wmc/Makefile"
25891
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25894 ac_config_files="$ac_config_files tools/wmc/Makefile"
25895
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897         tools/wrc/Makefile"
25898
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25901 ac_config_files="$ac_config_files tools/wrc/Makefile"
25902
25903
25904
25905 ALL_WINETEST_DEPENDS="# Test binaries"
25906
25907 for dir in $ALL_TEST_DIRS
25908 do
25909     if test "$dir" != "\\"
25910     then
25911         testname=`expr $dir : '\(.*\)/tests'`_test.exe
25912         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25913 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25914         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25915     fi
25916 done
25917
25918 cat >confcache <<\_ACEOF
25919 # This file is a shell script that caches the results of configure
25920 # tests run on this system so they can be shared between configure
25921 # scripts and configure runs, see configure's option --config-cache.
25922 # It is not useful on other systems.  If it contains results you don't
25923 # want to keep, you may remove or edit it.
25924 #
25925 # config.status only pays attention to the cache file if you give it
25926 # the --recheck option to rerun configure.
25927 #
25928 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25929 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25930 # following values.
25931
25932 _ACEOF
25933
25934 # The following way of writing the cache mishandles newlines in values,
25935 # but we know of no workaround that is simple, portable, and efficient.
25936 # So, we kill variables containing newlines.
25937 # Ultrix sh set writes to stderr and can't be redirected directly,
25938 # and sets the high bit in the cache file unless we assign to the vars.
25939 (
25940   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25941     eval ac_val=\$$ac_var
25942     case $ac_val in #(
25943     *${as_nl}*)
25944       case $ac_var in #(
25945       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25946 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25947       esac
25948       case $ac_var in #(
25949       _ | IFS | as_nl) ;; #(
25950       *) $as_unset $ac_var ;;
25951       esac ;;
25952     esac
25953   done
25954
25955   (set) 2>&1 |
25956     case $as_nl`(ac_space=' '; set) 2>&1` in #(
25957     *${as_nl}ac_space=\ *)
25958       # `set' does not quote correctly, so add quotes (double-quote
25959       # substitution turns \\\\ into \\, and sed turns \\ into \).
25960       sed -n \
25961         "s/'/'\\\\''/g;
25962           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25963       ;; #(
25964     *)
25965       # `set' quotes correctly as required by POSIX, so do not add quotes.
25966       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25967       ;;
25968     esac |
25969     sort
25970 ) |
25971   sed '
25972      /^ac_cv_env_/b end
25973      t clear
25974      :clear
25975      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25976      t end
25977      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25978      :end' >>confcache
25979 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25980   if test -w "$cache_file"; then
25981     test "x$cache_file" != "x/dev/null" &&
25982       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25983 echo "$as_me: updating cache $cache_file" >&6;}
25984     cat confcache >$cache_file
25985   else
25986     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25987 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25988   fi
25989 fi
25990 rm -f confcache
25991
25992 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25993 # Let make expand exec_prefix.
25994 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25995
25996 DEFS=-DHAVE_CONFIG_H
25997
25998 ac_libobjs=
25999 ac_ltlibobjs=
26000 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26001   # 1. Remove the extension, and $U if already installed.
26002   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26003   ac_i=`echo "$ac_i" | sed "$ac_script"`
26004   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
26005   #    will be set to the directory where LIBOBJS objects are built.
26006   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26007   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26008 done
26009 LIBOBJS=$ac_libobjs
26010
26011 LTLIBOBJS=$ac_ltlibobjs
26012
26013
26014
26015 : ${CONFIG_STATUS=./config.status}
26016 ac_clean_files_save=$ac_clean_files
26017 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26018 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26019 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26020 cat >$CONFIG_STATUS <<_ACEOF
26021 #! $SHELL
26022 # Generated by $as_me.
26023 # Run this file to recreate the current configuration.
26024 # Compiler output produced by configure, useful for debugging
26025 # configure, is in config.log if it exists.
26026
26027 debug=false
26028 ac_cs_recheck=false
26029 ac_cs_silent=false
26030 SHELL=\${CONFIG_SHELL-$SHELL}
26031 _ACEOF
26032
26033 cat >>$CONFIG_STATUS <<\_ACEOF
26034 ## --------------------- ##
26035 ## M4sh Initialization.  ##
26036 ## --------------------- ##
26037
26038 # Be more Bourne compatible
26039 DUALCASE=1; export DUALCASE # for MKS sh
26040 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26041   emulate sh
26042   NULLCMD=:
26043   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26044   # is contrary to our usage.  Disable this feature.
26045   alias -g '${1+"$@"}'='"$@"'
26046   setopt NO_GLOB_SUBST
26047 else
26048   case `(set -o) 2>/dev/null` in
26049   *posix*) set -o posix ;;
26050 esac
26051
26052 fi
26053
26054
26055
26056
26057 # PATH needs CR
26058 # Avoid depending upon Character Ranges.
26059 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26060 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26061 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26062 as_cr_digits='0123456789'
26063 as_cr_alnum=$as_cr_Letters$as_cr_digits
26064
26065 # The user is always right.
26066 if test "${PATH_SEPARATOR+set}" != set; then
26067   echo "#! /bin/sh" >conf$$.sh
26068   echo  "exit 0"   >>conf$$.sh
26069   chmod +x conf$$.sh
26070   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26071     PATH_SEPARATOR=';'
26072   else
26073     PATH_SEPARATOR=:
26074   fi
26075   rm -f conf$$.sh
26076 fi
26077
26078 # Support unset when possible.
26079 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26080   as_unset=unset
26081 else
26082   as_unset=false
26083 fi
26084
26085
26086 # IFS
26087 # We need space, tab and new line, in precisely that order.  Quoting is
26088 # there to prevent editors from complaining about space-tab.
26089 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26090 # splitting by setting IFS to empty value.)
26091 as_nl='
26092 '
26093 IFS=" ""        $as_nl"
26094
26095 # Find who we are.  Look in the path if we contain no directory separator.
26096 case $0 in
26097   *[\\/]* ) as_myself=$0 ;;
26098   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26099 for as_dir in $PATH
26100 do
26101   IFS=$as_save_IFS
26102   test -z "$as_dir" && as_dir=.
26103   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26104 done
26105 IFS=$as_save_IFS
26106
26107      ;;
26108 esac
26109 # We did not find ourselves, most probably we were run as `sh COMMAND'
26110 # in which case we are not to be found in the path.
26111 if test "x$as_myself" = x; then
26112   as_myself=$0
26113 fi
26114 if test ! -f "$as_myself"; then
26115   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26116   { (exit 1); exit 1; }
26117 fi
26118
26119 # Work around bugs in pre-3.0 UWIN ksh.
26120 for as_var in ENV MAIL MAILPATH
26121 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26122 done
26123 PS1='$ '
26124 PS2='> '
26125 PS4='+ '
26126
26127 # NLS nuisances.
26128 for as_var in \
26129   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26130   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26131   LC_TELEPHONE LC_TIME
26132 do
26133   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26134     eval $as_var=C; export $as_var
26135   else
26136     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26137   fi
26138 done
26139
26140 # Required to use basename.
26141 if expr a : '\(a\)' >/dev/null 2>&1 &&
26142    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26143   as_expr=expr
26144 else
26145   as_expr=false
26146 fi
26147
26148 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26149   as_basename=basename
26150 else
26151   as_basename=false
26152 fi
26153
26154
26155 # Name of the executable.
26156 as_me=`$as_basename -- "$0" ||
26157 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26158          X"$0" : 'X\(//\)$' \| \
26159          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26160 echo X/"$0" |
26161     sed '/^.*\/\([^/][^/]*\)\/*$/{
26162             s//\1/
26163             q
26164           }
26165           /^X\/\(\/\/\)$/{
26166             s//\1/
26167             q
26168           }
26169           /^X\/\(\/\).*/{
26170             s//\1/
26171             q
26172           }
26173           s/.*/./; q'`
26174
26175 # CDPATH.
26176 $as_unset CDPATH
26177
26178
26179
26180   as_lineno_1=$LINENO
26181   as_lineno_2=$LINENO
26182   test "x$as_lineno_1" != "x$as_lineno_2" &&
26183   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26184
26185   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26186   # uniformly replaced by the line number.  The first 'sed' inserts a
26187   # line-number line after each line using $LINENO; the second 'sed'
26188   # does the real work.  The second script uses 'N' to pair each
26189   # line-number line with the line containing $LINENO, and appends
26190   # trailing '-' during substitution so that $LINENO is not a special
26191   # case at line end.
26192   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26193   # scripts with optimization help from Paolo Bonzini.  Blame Lee
26194   # E. McMahon (1931-1989) for sed's syntax.  :-)
26195   sed -n '
26196     p
26197     /[$]LINENO/=
26198   ' <$as_myself |
26199     sed '
26200       s/[$]LINENO.*/&-/
26201       t lineno
26202       b
26203       :lineno
26204       N
26205       :loop
26206       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26207       t loop
26208       s/-\n.*//
26209     ' >$as_me.lineno &&
26210   chmod +x "$as_me.lineno" ||
26211     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26212    { (exit 1); exit 1; }; }
26213
26214   # Don't try to exec as it changes $[0], causing all sort of problems
26215   # (the dirname of $[0] is not the place where we might find the
26216   # original and so on.  Autoconf is especially sensitive to this).
26217   . "./$as_me.lineno"
26218   # Exit status is that of the last command.
26219   exit
26220 }
26221
26222
26223 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26224   as_dirname=dirname
26225 else
26226   as_dirname=false
26227 fi
26228
26229 ECHO_C= ECHO_N= ECHO_T=
26230 case `echo -n x` in
26231 -n*)
26232   case `echo 'x\c'` in
26233   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
26234   *)   ECHO_C='\c';;
26235   esac;;
26236 *)
26237   ECHO_N='-n';;
26238 esac
26239
26240 if expr a : '\(a\)' >/dev/null 2>&1 &&
26241    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26242   as_expr=expr
26243 else
26244   as_expr=false
26245 fi
26246
26247 rm -f conf$$ conf$$.exe conf$$.file
26248 if test -d conf$$.dir; then
26249   rm -f conf$$.dir/conf$$.file
26250 else
26251   rm -f conf$$.dir
26252   mkdir conf$$.dir
26253 fi
26254 echo >conf$$.file
26255 if ln -s conf$$.file conf$$ 2>/dev/null; then
26256   as_ln_s='ln -s'
26257   # ... but there are two gotchas:
26258   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26259   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26260   # In both cases, we have to default to `cp -p'.
26261   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26262     as_ln_s='cp -p'
26263 elif ln conf$$.file conf$$ 2>/dev/null; then
26264   as_ln_s=ln
26265 else
26266   as_ln_s='cp -p'
26267 fi
26268 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26269 rmdir conf$$.dir 2>/dev/null
26270
26271 if mkdir -p . 2>/dev/null; then
26272   as_mkdir_p=:
26273 else
26274   test -d ./-p && rmdir ./-p
26275   as_mkdir_p=false
26276 fi
26277
26278 if test -x / >/dev/null 2>&1; then
26279   as_test_x='test -x'
26280 else
26281   if ls -dL / >/dev/null 2>&1; then
26282     as_ls_L_option=L
26283   else
26284     as_ls_L_option=
26285   fi
26286   as_test_x='
26287     eval sh -c '\''
26288       if test -d "$1"; then
26289         test -d "$1/.";
26290       else
26291         case $1 in
26292         -*)set "./$1";;
26293         esac;
26294         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26295         ???[sx]*):;;*)false;;esac;fi
26296     '\'' sh
26297   '
26298 fi
26299 as_executable_p=$as_test_x
26300
26301 # Sed expression to map a string onto a valid CPP name.
26302 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26303
26304 # Sed expression to map a string onto a valid variable name.
26305 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26306
26307
26308 exec 6>&1
26309
26310 # Save the log message, to keep $[0] and so on meaningful, and to
26311 # report actual input values of CONFIG_FILES etc. instead of their
26312 # values after options handling.
26313 ac_log="
26314 This file was extended by Wine $as_me 1.1.5, which was
26315 generated by GNU Autoconf 2.61.  Invocation command line was
26316
26317   CONFIG_FILES    = $CONFIG_FILES
26318   CONFIG_HEADERS  = $CONFIG_HEADERS
26319   CONFIG_LINKS    = $CONFIG_LINKS
26320   CONFIG_COMMANDS = $CONFIG_COMMANDS
26321   $ $0 $@
26322
26323 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26324 "
26325
26326 _ACEOF
26327
26328 cat >>$CONFIG_STATUS <<_ACEOF
26329 # Files that config.status was made for.
26330 config_files="$ac_config_files"
26331 config_headers="$ac_config_headers"
26332 config_commands="$ac_config_commands"
26333
26334 _ACEOF
26335
26336 cat >>$CONFIG_STATUS <<\_ACEOF
26337 ac_cs_usage="\
26338 \`$as_me' instantiates files from templates according to the
26339 current configuration.
26340
26341 Usage: $0 [OPTIONS] [FILE]...
26342
26343   -h, --help       print this help, then exit
26344   -V, --version    print version number and configuration settings, then exit
26345   -q, --quiet      do not print progress messages
26346   -d, --debug      don't remove temporary files
26347       --recheck    update $as_me by reconfiguring in the same conditions
26348   --file=FILE[:TEMPLATE]
26349                    instantiate the configuration file FILE
26350   --header=FILE[:TEMPLATE]
26351                    instantiate the configuration header FILE
26352
26353 Configuration files:
26354 $config_files
26355
26356 Configuration headers:
26357 $config_headers
26358
26359 Configuration commands:
26360 $config_commands
26361
26362 Report bugs to <bug-autoconf@gnu.org>."
26363
26364 _ACEOF
26365 cat >>$CONFIG_STATUS <<_ACEOF
26366 ac_cs_version="\\
26367 Wine config.status 1.1.5
26368 configured by $0, generated by GNU Autoconf 2.61,
26369   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26370
26371 Copyright (C) 2006 Free Software Foundation, Inc.
26372 This config.status script is free software; the Free Software Foundation
26373 gives unlimited permission to copy, distribute and modify it."
26374
26375 ac_pwd='$ac_pwd'
26376 srcdir='$srcdir'
26377 INSTALL='$INSTALL'
26378 _ACEOF
26379
26380 cat >>$CONFIG_STATUS <<\_ACEOF
26381 # If no file are specified by the user, then we need to provide default
26382 # value.  By we need to know if files were specified by the user.
26383 ac_need_defaults=:
26384 while test $# != 0
26385 do
26386   case $1 in
26387   --*=*)
26388     ac_option=`expr "X$1" : 'X\([^=]*\)='`
26389     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26390     ac_shift=:
26391     ;;
26392   *)
26393     ac_option=$1
26394     ac_optarg=$2
26395     ac_shift=shift
26396     ;;
26397   esac
26398
26399   case $ac_option in
26400   # Handling of the options.
26401   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26402     ac_cs_recheck=: ;;
26403   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26404     echo "$ac_cs_version"; exit ;;
26405   --debug | --debu | --deb | --de | --d | -d )
26406     debug=: ;;
26407   --file | --fil | --fi | --f )
26408     $ac_shift
26409     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26410     ac_need_defaults=false;;
26411   --header | --heade | --head | --hea )
26412     $ac_shift
26413     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26414     ac_need_defaults=false;;
26415   --he | --h)
26416     # Conflict between --help and --header
26417     { echo "$as_me: error: ambiguous option: $1
26418 Try \`$0 --help' for more information." >&2
26419    { (exit 1); exit 1; }; };;
26420   --help | --hel | -h )
26421     echo "$ac_cs_usage"; exit ;;
26422   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26423   | -silent | --silent | --silen | --sile | --sil | --si | --s)
26424     ac_cs_silent=: ;;
26425
26426   # This is an error.
26427   -*) { echo "$as_me: error: unrecognized option: $1
26428 Try \`$0 --help' for more information." >&2
26429    { (exit 1); exit 1; }; } ;;
26430
26431   *) ac_config_targets="$ac_config_targets $1"
26432      ac_need_defaults=false ;;
26433
26434   esac
26435   shift
26436 done
26437
26438 ac_configure_extra_args=
26439
26440 if $ac_cs_silent; then
26441   exec 6>/dev/null
26442   ac_configure_extra_args="$ac_configure_extra_args --silent"
26443 fi
26444
26445 _ACEOF
26446 cat >>$CONFIG_STATUS <<_ACEOF
26447 if \$ac_cs_recheck; then
26448   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26449   CONFIG_SHELL=$SHELL
26450   export CONFIG_SHELL
26451   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26452 fi
26453
26454 _ACEOF
26455 cat >>$CONFIG_STATUS <<\_ACEOF
26456 exec 5>>config.log
26457 {
26458   echo
26459   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26460 ## Running $as_me. ##
26461 _ASBOX
26462   echo "$ac_log"
26463 } >&5
26464
26465 _ACEOF
26466 cat >>$CONFIG_STATUS <<_ACEOF
26467 _ACEOF
26468
26469 cat >>$CONFIG_STATUS <<\_ACEOF
26470
26471 # Handling of arguments.
26472 for ac_config_target in $ac_config_targets
26473 do
26474   case $ac_config_target in
26475     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26476     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26477     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26478     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26479     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26480     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26481     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26482     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26483     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26484     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26485     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26486     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26487     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26488     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26489     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26490     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26491     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26492     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26493     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26494     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26495     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26496     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26497     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26498     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26499     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26500     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26501     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26502     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26503     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26504     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26505     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26506     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26507     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26508     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26509     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26510     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26511     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26512     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26513     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26514     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26515     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26516     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26517     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26518     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26519     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26520     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26521     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26522     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26523     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26524     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26525     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26526     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26527     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26528     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26529     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26530     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26531     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26532     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26533     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26534     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26535     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26536     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26537     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26538     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26539     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26540     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26541     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26542     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26543     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26544     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26545     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26546     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26547     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26548     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26549     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26550     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26551     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26552     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26553     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26554     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26555     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26556     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26557     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26558     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26559     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26560     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26561     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26562     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26563     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26564     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26565     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26566     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26567     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26568     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26569     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26570     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26571     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26572     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26573     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26574     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26575     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26576     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26577     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26578     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26579     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26580     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26581     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26582     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26583     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26584     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26585     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26586     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26587     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26588     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26589     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26590     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26591     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26592     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26593     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26594     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26595     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26596     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26597     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26598     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26599     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26600     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26601     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26602     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26603     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26604     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26605     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26606     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26607     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26608     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26609     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26610     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26611     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26612     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26613     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26614     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26615     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26616     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26617     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26618     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26619     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26620     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26621     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26622     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26623     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26624     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26625     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26626     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26627     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26628     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26629     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26630     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26631     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26632     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26633     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26634     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26635     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26636     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26637     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26638     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26639     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26640     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26641     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26642     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26643     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26644     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26645     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26646     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26647     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26648     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26649     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26650     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26651     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26652     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26653     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26654     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26655     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26656     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26657     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26658     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26659     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26660     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26661     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26662     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26663     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26664     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26665     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26666     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26667     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26668     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26669     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26670     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26671     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26672     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26673     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26674     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26675     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26676     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26677     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26678     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26679     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26680     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26681     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26682     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26683     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26684     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26685     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26686     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26687     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26688     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26689     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26690     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26691     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26692     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26693     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26694     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26695     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26696     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26697     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26698     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26699     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26700     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26701     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26702     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26703     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26704     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26705     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26706     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26707     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26708     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26709     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26710     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26711     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26712     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26713     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26714     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26715     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26716     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26717     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26718     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26719     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26720     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26721     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26722     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26723     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26724     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26725     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26726     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26727     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26728     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26729     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26730     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26731     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26732     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26733     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26734     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26735     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26736     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26737     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26738     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26739     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26740     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26741     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26742     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26743     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26744     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26745     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26746     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26747     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26748     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26749     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26750     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26751     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26752     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26753     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26754     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26755     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26756     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26757     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26758     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26759     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26760     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26761     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26762     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26763     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26764     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26765     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26766     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26767     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26768     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26769     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26770     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26771     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26772     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26773     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26774     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26775     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26776     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26777     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26778     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26779     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26780     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26781     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26782     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26783     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26784     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26785     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26786     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26787     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26788     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26789     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26790     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26791     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26792     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26793     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26794     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26795     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26796     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26797     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26798     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26799     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26800     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26801     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26802     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26803     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26804     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26805     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26806     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26807     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26808     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26809     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26810     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26811     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26812     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26813     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26814     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26815     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26816     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26817     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26818     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26819     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26820     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26821     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26822     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26823     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26824     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26825     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26826     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26827     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26828     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26829     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26830     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26831     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26832     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26833     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26834     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26835     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26836     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26837     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26838     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26839     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26840     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26841     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26842     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26843     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26844     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26845     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26846     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26847     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26848     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26849     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26850     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26851     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26852     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26853     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26854     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26855     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26856     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26857     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26858     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26859     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26860     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26861     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26862     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26863     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26864     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26865     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26866     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26867     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26868     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26869     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26870     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26871     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26872     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26873     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26874     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26875     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26876     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26877     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26878     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26879     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26880     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26881     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26882     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26883     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26884     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26885     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26886     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26887     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26888     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26889     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26890     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26891     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26892     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26893     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26894     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26895     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26896     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26897     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26898     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26899     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26900     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26901     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26902     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26903     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26904     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26905     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26906     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26907     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26908
26909   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26910 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26911    { (exit 1); exit 1; }; };;
26912   esac
26913 done
26914
26915
26916 # If the user did not use the arguments to specify the items to instantiate,
26917 # then the envvar interface is used.  Set only those that are not.
26918 # We use the long form for the default assignment because of an extremely
26919 # bizarre bug on SunOS 4.1.3.
26920 if $ac_need_defaults; then
26921   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26922   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26923   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26924 fi
26925
26926 # Have a temporary directory for convenience.  Make it in the build tree
26927 # simply because there is no reason against having it here, and in addition,
26928 # creating and moving files from /tmp can sometimes cause problems.
26929 # Hook for its removal unless debugging.
26930 # Note that there is a small window in which the directory will not be cleaned:
26931 # after its creation but before its name has been assigned to `$tmp'.
26932 $debug ||
26933 {
26934   tmp=
26935   trap 'exit_status=$?
26936   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26937 ' 0
26938   trap '{ (exit 1); exit 1; }' 1 2 13 15
26939 }
26940 # Create a (secure) tmp directory for tmp files.
26941
26942 {
26943   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26944   test -n "$tmp" && test -d "$tmp"
26945 }  ||
26946 {
26947   tmp=./conf$$-$RANDOM
26948   (umask 077 && mkdir "$tmp")
26949 } ||
26950 {
26951    echo "$me: cannot create a temporary directory in ." >&2
26952    { (exit 1); exit 1; }
26953 }
26954
26955 #
26956 # Set up the sed scripts for CONFIG_FILES section.
26957 #
26958
26959 # No need to generate the scripts if there are no CONFIG_FILES.
26960 # This happens for instance when ./config.status config.h
26961 if test -n "$CONFIG_FILES"; then
26962
26963 _ACEOF
26964
26965 # Create sed commands to just substitute file output variables.
26966
26967 # Remaining file output variables are in a fragment that also has non-file
26968 # output varibles.
26969
26970
26971
26972 ac_delim='%!_!# '
26973 for ac_last_try in false false false false false :; do
26974   cat >conf$$subs.sed <<_ACEOF
26975 SHELL!$SHELL$ac_delim
26976 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26977 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26978 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26979 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26980 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26981 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26982 exec_prefix!$exec_prefix$ac_delim
26983 prefix!$prefix$ac_delim
26984 program_transform_name!$program_transform_name$ac_delim
26985 bindir!$bindir$ac_delim
26986 sbindir!$sbindir$ac_delim
26987 libexecdir!$libexecdir$ac_delim
26988 datarootdir!$datarootdir$ac_delim
26989 datadir!$datadir$ac_delim
26990 sysconfdir!$sysconfdir$ac_delim
26991 sharedstatedir!$sharedstatedir$ac_delim
26992 localstatedir!$localstatedir$ac_delim
26993 includedir!$includedir$ac_delim
26994 oldincludedir!$oldincludedir$ac_delim
26995 docdir!$docdir$ac_delim
26996 infodir!$infodir$ac_delim
26997 htmldir!$htmldir$ac_delim
26998 dvidir!$dvidir$ac_delim
26999 pdfdir!$pdfdir$ac_delim
27000 psdir!$psdir$ac_delim
27001 libdir!$libdir$ac_delim
27002 localedir!$localedir$ac_delim
27003 mandir!$mandir$ac_delim
27004 DEFS!$DEFS$ac_delim
27005 ECHO_C!$ECHO_C$ac_delim
27006 ECHO_N!$ECHO_N$ac_delim
27007 ECHO_T!$ECHO_T$ac_delim
27008 LIBS!$LIBS$ac_delim
27009 build_alias!$build_alias$ac_delim
27010 host_alias!$host_alias$ac_delim
27011 target_alias!$target_alias$ac_delim
27012 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27013 build!$build$ac_delim
27014 build_cpu!$build_cpu$ac_delim
27015 build_vendor!$build_vendor$ac_delim
27016 build_os!$build_os$ac_delim
27017 host!$host$ac_delim
27018 host_cpu!$host_cpu$ac_delim
27019 host_vendor!$host_vendor$ac_delim
27020 host_os!$host_os$ac_delim
27021 WIN16_FILES!$WIN16_FILES$ac_delim
27022 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27023 SET_MAKE!$SET_MAKE$ac_delim
27024 CC!$CC$ac_delim
27025 CFLAGS!$CFLAGS$ac_delim
27026 LDFLAGS!$LDFLAGS$ac_delim
27027 CPPFLAGS!$CPPFLAGS$ac_delim
27028 ac_ct_CC!$ac_ct_CC$ac_delim
27029 EXEEXT!$EXEEXT$ac_delim
27030 OBJEXT!$OBJEXT$ac_delim
27031 CXX!$CXX$ac_delim
27032 CXXFLAGS!$CXXFLAGS$ac_delim
27033 ac_ct_CXX!$ac_ct_CXX$ac_delim
27034 CPPBIN!$CPPBIN$ac_delim
27035 TOOLSDIR!$TOOLSDIR$ac_delim
27036 XMKMF!$XMKMF$ac_delim
27037 CPP!$CPP$ac_delim
27038 X_CFLAGS!$X_CFLAGS$ac_delim
27039 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27040 X_LIBS!$X_LIBS$ac_delim
27041 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27042 FLEX!$FLEX$ac_delim
27043 BISON!$BISON$ac_delim
27044 AS!$AS$ac_delim
27045 ac_ct_AS!$ac_ct_AS$ac_delim
27046 LD!$LD$ac_delim
27047 ac_ct_LD!$ac_ct_LD$ac_delim
27048 NM!$NM$ac_delim
27049 ac_ct_NM!$ac_ct_NM$ac_delim
27050 AR!$AR$ac_delim
27051 ac_ct_AR!$ac_ct_AR$ac_delim
27052 ARFLAGS!$ARFLAGS$ac_delim
27053 RANLIB!$RANLIB$ac_delim
27054 STRIP!$STRIP$ac_delim
27055 WINDRES!$WINDRES$ac_delim
27056 LN_S!$LN_S$ac_delim
27057 _ACEOF
27058
27059   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27060     break
27061   elif $ac_last_try; then
27062     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27063 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27064    { (exit 1); exit 1; }; }
27065   else
27066     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27067   fi
27068 done
27069
27070 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27071 if test -n "$ac_eof"; then
27072   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27073   ac_eof=`expr $ac_eof + 1`
27074 fi
27075
27076 cat >>$CONFIG_STATUS <<_ACEOF
27077 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27078 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27079 /^[      ]*@MAKE_RULES@[         ]*$/{
27080 r $MAKE_RULES
27081 d
27082 }
27083 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
27084 r $MAKE_DLL_RULES
27085 d
27086 }
27087 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
27088 r $MAKE_IMPLIB_RULES
27089 d
27090 }
27091 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
27092 r $MAKE_TEST_RULES
27093 d
27094 }
27095 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
27096 r $MAKE_PROG_RULES
27097 d
27098 }
27099 _ACEOF
27100 sed '
27101 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27102 s/^/s,@/; s/!/@,|#_!!_#|/
27103 :n
27104 t n
27105 s/'"$ac_delim"'$/,g/; t
27106 s/$/\\/; p
27107 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27108 ' >>$CONFIG_STATUS <conf$$subs.sed
27109 rm -f conf$$subs.sed
27110 cat >>$CONFIG_STATUS <<_ACEOF
27111 CEOF$ac_eof
27112 _ACEOF
27113
27114
27115 ac_delim='%!_!# '
27116 for ac_last_try in false false false false false :; do
27117   cat >conf$$subs.sed <<_ACEOF
27118 LN!$LN$ac_delim
27119 GREP!$GREP$ac_delim
27120 EGREP!$EGREP$ac_delim
27121 LDCONFIG!$LDCONFIG$ac_delim
27122 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27123 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27124 INSTALL_DATA!$INSTALL_DATA$ac_delim
27125 LINT!$LINT$ac_delim
27126 LINTFLAGS!$LINTFLAGS$ac_delim
27127 FONTFORGE!$FONTFORGE$ac_delim
27128 PKG_CONFIG!$PKG_CONFIG$ac_delim
27129 RSVG!$RSVG$ac_delim
27130 ICOTOOL!$ICOTOOL$ac_delim
27131 PRELINK!$PRELINK$ac_delim
27132 LIBPTHREAD!$LIBPTHREAD$ac_delim
27133 XLIB!$XLIB$ac_delim
27134 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27135 DLLEXT!$DLLEXT$ac_delim
27136 DLLFLAGS!$DLLFLAGS$ac_delim
27137 LDSHARED!$LDSHARED$ac_delim
27138 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27139 LIBEXT!$LIBEXT$ac_delim
27140 IMPLIBEXT!$IMPLIBEXT$ac_delim
27141 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27142 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27143 LDD!$LDD$ac_delim
27144 DLLTOOL!$DLLTOOL$ac_delim
27145 DLLWRAP!$DLLWRAP$ac_delim
27146 MINGWAR!$MINGWAR$ac_delim
27147 SECURITYLIB!$SECURITYLIB$ac_delim
27148 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27149 IOKITLIB!$IOKITLIB$ac_delim
27150 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27151 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27152 COREAUDIO!$COREAUDIO$ac_delim
27153 CARBONLIB!$CARBONLIB$ac_delim
27154 CROSSTEST!$CROSSTEST$ac_delim
27155 CROSSCC!$CROSSCC$ac_delim
27156 CROSSWINDRES!$CROSSWINDRES$ac_delim
27157 NASLIBS!$NASLIBS$ac_delim
27158 XML2LIBS!$XML2LIBS$ac_delim
27159 XML2INCL!$XML2INCL$ac_delim
27160 XSLTLIBS!$XSLTLIBS$ac_delim
27161 XSLTINCL!$XSLTINCL$ac_delim
27162 HALINCL!$HALINCL$ac_delim
27163 GNUTLSINCL!$GNUTLSINCL$ac_delim
27164 sane_devel!$sane_devel$ac_delim
27165 SANEINCL!$SANEINCL$ac_delim
27166 gphoto2_devel!$gphoto2_devel$ac_delim
27167 gphoto2port_devel!$gphoto2port_devel$ac_delim
27168 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27169 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27170 RESOLVLIBS!$RESOLVLIBS$ac_delim
27171 LCMSLIBS!$LCMSLIBS$ac_delim
27172 ft_devel!$ft_devel$ac_delim
27173 FREETYPELIBS!$FREETYPELIBS$ac_delim
27174 FREETYPEINCL!$FREETYPEINCL$ac_delim
27175 ESDCONFIG!$ESDCONFIG$ac_delim
27176 ESDINCL!$ESDINCL$ac_delim
27177 ESDLIBS!$ESDLIBS$ac_delim
27178 ALSALIBS!$ALSALIBS$ac_delim
27179 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27180 CUPSINCL!$CUPSINCL$ac_delim
27181 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27182 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27183 BUILTINFLAG!$BUILTINFLAG$ac_delim
27184 LDPATH!$LDPATH$ac_delim
27185 CRTLIBS!$CRTLIBS$ac_delim
27186 SOCKETLIBS!$SOCKETLIBS$ac_delim
27187 MAIN_BINARY!$MAIN_BINARY$ac_delim
27188 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27189 LIBDL!$LIBDL$ac_delim
27190 LIBPOLL!$LIBPOLL$ac_delim
27191 LDAPLIBS!$LDAPLIBS$ac_delim
27192 DEPENDENCIES!$DEPENDENCIES$ac_delim
27193 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27194 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27195 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27196 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27197 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27198 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27199 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27200 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27201 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27202 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27203 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27204 LIBOBJS!$LIBOBJS$ac_delim
27205 LTLIBOBJS!$LTLIBOBJS$ac_delim
27206 _ACEOF
27207
27208   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27209     break
27210   elif $ac_last_try; then
27211     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27212 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27213    { (exit 1); exit 1; }; }
27214   else
27215     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27216   fi
27217 done
27218
27219 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27220 if test -n "$ac_eof"; then
27221   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27222   ac_eof=`expr $ac_eof + 1`
27223 fi
27224
27225 cat >>$CONFIG_STATUS <<_ACEOF
27226 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27227 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27228 _ACEOF
27229 sed '
27230 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27231 s/^/s,@/; s/!/@,|#_!!_#|/
27232 :n
27233 t n
27234 s/'"$ac_delim"'$/,g/; t
27235 s/$/\\/; p
27236 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27237 ' >>$CONFIG_STATUS <conf$$subs.sed
27238 rm -f conf$$subs.sed
27239 cat >>$CONFIG_STATUS <<_ACEOF
27240 :end
27241 s/|#_!!_#|//g
27242 CEOF$ac_eof
27243 _ACEOF
27244
27245
27246 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27247 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27248 # trailing colons and then remove the whole line if VPATH becomes empty
27249 # (actually we leave an empty line to preserve line numbers).
27250 if test "x$srcdir" = x.; then
27251   ac_vpsub='/^[  ]*VPATH[        ]*=/{
27252 s/:*\$(srcdir):*/:/
27253 s/:*\${srcdir}:*/:/
27254 s/:*@srcdir@:*/:/
27255 s/^\([^=]*=[     ]*\):*/\1/
27256 s/:*$//
27257 s/^[^=]*=[       ]*$//
27258 }'
27259 fi
27260
27261 cat >>$CONFIG_STATUS <<\_ACEOF
27262 fi # test -n "$CONFIG_FILES"
27263
27264
27265 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
27266 do
27267   case $ac_tag in
27268   :[FHLC]) ac_mode=$ac_tag; continue;;
27269   esac
27270   case $ac_mode$ac_tag in
27271   :[FHL]*:*);;
27272   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27273 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27274    { (exit 1); exit 1; }; };;
27275   :[FH]-) ac_tag=-:-;;
27276   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27277   esac
27278   ac_save_IFS=$IFS
27279   IFS=:
27280   set x $ac_tag
27281   IFS=$ac_save_IFS
27282   shift
27283   ac_file=$1
27284   shift
27285
27286   case $ac_mode in
27287   :L) ac_source=$1;;
27288   :[FH])
27289     ac_file_inputs=
27290     for ac_f
27291     do
27292       case $ac_f in
27293       -) ac_f="$tmp/stdin";;
27294       *) # Look for the file first in the build tree, then in the source tree
27295          # (if the path is not absolute).  The absolute path cannot be DOS-style,
27296          # because $ac_f cannot contain `:'.
27297          test -f "$ac_f" ||
27298            case $ac_f in
27299            [\\/$]*) false;;
27300            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27301            esac ||
27302            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27303 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27304    { (exit 1); exit 1; }; };;
27305       esac
27306       ac_file_inputs="$ac_file_inputs $ac_f"
27307     done
27308
27309     # Let's still pretend it is `configure' which instantiates (i.e., don't
27310     # use $as_me), people would be surprised to read:
27311     #    /* config.h.  Generated by config.status.  */
27312     configure_input="Generated from "`IFS=:
27313           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27314     if test x"$ac_file" != x-; then
27315       configure_input="$ac_file.  $configure_input"
27316       { echo "$as_me:$LINENO: creating $ac_file" >&5
27317 echo "$as_me: creating $ac_file" >&6;}
27318     fi
27319
27320     case $ac_tag in
27321     *:-:* | *:-) cat >"$tmp/stdin";;
27322     esac
27323     ;;
27324   esac
27325
27326   ac_dir=`$as_dirname -- "$ac_file" ||
27327 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27328          X"$ac_file" : 'X\(//\)[^/]' \| \
27329          X"$ac_file" : 'X\(//\)$' \| \
27330          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27331 echo X"$ac_file" |
27332     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27333             s//\1/
27334             q
27335           }
27336           /^X\(\/\/\)[^/].*/{
27337             s//\1/
27338             q
27339           }
27340           /^X\(\/\/\)$/{
27341             s//\1/
27342             q
27343           }
27344           /^X\(\/\).*/{
27345             s//\1/
27346             q
27347           }
27348           s/.*/./; q'`
27349   { as_dir="$ac_dir"
27350   case $as_dir in #(
27351   -*) as_dir=./$as_dir;;
27352   esac
27353   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27354     as_dirs=
27355     while :; do
27356       case $as_dir in #(
27357       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27358       *) as_qdir=$as_dir;;
27359       esac
27360       as_dirs="'$as_qdir' $as_dirs"
27361       as_dir=`$as_dirname -- "$as_dir" ||
27362 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27363          X"$as_dir" : 'X\(//\)[^/]' \| \
27364          X"$as_dir" : 'X\(//\)$' \| \
27365          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27366 echo X"$as_dir" |
27367     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27368             s//\1/
27369             q
27370           }
27371           /^X\(\/\/\)[^/].*/{
27372             s//\1/
27373             q
27374           }
27375           /^X\(\/\/\)$/{
27376             s//\1/
27377             q
27378           }
27379           /^X\(\/\).*/{
27380             s//\1/
27381             q
27382           }
27383           s/.*/./; q'`
27384       test -d "$as_dir" && break
27385     done
27386     test -z "$as_dirs" || eval "mkdir $as_dirs"
27387   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27388 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27389    { (exit 1); exit 1; }; }; }
27390   ac_builddir=.
27391
27392 case "$ac_dir" in
27393 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27394 *)
27395   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27396   # A ".." for each directory in $ac_dir_suffix.
27397   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27398   case $ac_top_builddir_sub in
27399   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27400   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27401   esac ;;
27402 esac
27403 ac_abs_top_builddir=$ac_pwd
27404 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27405 # for backward compatibility:
27406 ac_top_builddir=$ac_top_build_prefix
27407
27408 case $srcdir in
27409   .)  # We are building in place.
27410     ac_srcdir=.
27411     ac_top_srcdir=$ac_top_builddir_sub
27412     ac_abs_top_srcdir=$ac_pwd ;;
27413   [\\/]* | ?:[\\/]* )  # Absolute name.
27414     ac_srcdir=$srcdir$ac_dir_suffix;
27415     ac_top_srcdir=$srcdir
27416     ac_abs_top_srcdir=$srcdir ;;
27417   *) # Relative name.
27418     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27419     ac_top_srcdir=$ac_top_build_prefix$srcdir
27420     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27421 esac
27422 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27423
27424
27425   case $ac_mode in
27426   :F)
27427   #
27428   # CONFIG_FILE
27429   #
27430
27431   case $INSTALL in
27432   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27433   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27434   esac
27435 _ACEOF
27436
27437 cat >>$CONFIG_STATUS <<\_ACEOF
27438 # If the template does not know about datarootdir, expand it.
27439 # FIXME: This hack should be removed a few years after 2.60.
27440 ac_datarootdir_hack=; ac_datarootdir_seen=
27441
27442 case `sed -n '/datarootdir/ {
27443   p
27444   q
27445 }
27446 /@datadir@/p
27447 /@docdir@/p
27448 /@infodir@/p
27449 /@localedir@/p
27450 /@mandir@/p
27451 ' $ac_file_inputs` in
27452 *datarootdir*) ac_datarootdir_seen=yes;;
27453 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27454   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27455 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27456 _ACEOF
27457 cat >>$CONFIG_STATUS <<_ACEOF
27458   ac_datarootdir_hack='
27459   s&@datadir@&$datadir&g
27460   s&@docdir@&$docdir&g
27461   s&@infodir@&$infodir&g
27462   s&@localedir@&$localedir&g
27463   s&@mandir@&$mandir&g
27464     s&\\\${datarootdir}&$datarootdir&g' ;;
27465 esac
27466 _ACEOF
27467
27468 # Neutralize VPATH when `$srcdir' = `.'.
27469 # Shell code in configure.ac might set extrasub.
27470 # FIXME: do we really want to maintain this feature?
27471 cat >>$CONFIG_STATUS <<_ACEOF
27472   sed "$ac_vpsub
27473 $extrasub
27474 _ACEOF
27475 cat >>$CONFIG_STATUS <<\_ACEOF
27476 :t
27477 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27478 s&@configure_input@&$configure_input&;t t
27479 s&@top_builddir@&$ac_top_builddir_sub&;t t
27480 s&@srcdir@&$ac_srcdir&;t t
27481 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27482 s&@top_srcdir@&$ac_top_srcdir&;t t
27483 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27484 s&@builddir@&$ac_builddir&;t t
27485 s&@abs_builddir@&$ac_abs_builddir&;t t
27486 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27487 s&@INSTALL@&$ac_INSTALL&;t t
27488 $ac_datarootdir_hack
27489 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27490
27491 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27492   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27493   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27494   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27495 which seems to be undefined.  Please make sure it is defined." >&5
27496 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27497 which seems to be undefined.  Please make sure it is defined." >&2;}
27498
27499   rm -f "$tmp/stdin"
27500   case $ac_file in
27501   -) cat "$tmp/out"; rm -f "$tmp/out";;
27502   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27503   esac
27504  ;;
27505   :H)
27506   #
27507   # CONFIG_HEADER
27508   #
27509 _ACEOF
27510
27511 # Transform confdefs.h into a sed script `conftest.defines', that
27512 # substitutes the proper values into config.h.in to produce config.h.
27513 rm -f conftest.defines conftest.tail
27514 # First, append a space to every undef/define line, to ease matching.
27515 echo 's/$/ /' >conftest.defines
27516 # Then, protect against being on the right side of a sed subst, or in
27517 # an unquoted here document, in config.status.  If some macros were
27518 # called several times there might be several #defines for the same
27519 # symbol, which is useless.  But do not sort them, since the last
27520 # AC_DEFINE must be honored.
27521 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27522 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27523 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27524 # PARAMS is the parameter list in the macro definition--in most cases, it's
27525 # just an empty string.
27526 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
27527 ac_dB='\\)[      (].*,\\1define\\2'
27528 ac_dC=' '
27529 ac_dD=' ,'
27530
27531 uniq confdefs.h |
27532   sed -n '
27533         t rset
27534         :rset
27535         s/^[     ]*#[    ]*define[       ][      ]*//
27536         t ok
27537         d
27538         :ok
27539         s/[\\&,]/\\&/g
27540         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27541         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27542   ' >>conftest.defines
27543
27544 # Remove the space that was appended to ease matching.
27545 # Then replace #undef with comments.  This is necessary, for
27546 # example, in the case of _POSIX_SOURCE, which is predefined and required
27547 # on some systems where configure will not decide to define it.
27548 # (The regexp can be short, since the line contains either #define or #undef.)
27549 echo 's/ $//
27550 s,^[     #]*u.*,/* & */,' >>conftest.defines
27551
27552 # Break up conftest.defines:
27553 ac_max_sed_lines=50
27554
27555 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27556 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27557 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27558 # et cetera.
27559 ac_in='$ac_file_inputs'
27560 ac_out='"$tmp/out1"'
27561 ac_nxt='"$tmp/out2"'
27562
27563 while :
27564 do
27565   # Write a here document:
27566     cat >>$CONFIG_STATUS <<_ACEOF
27567     # First, check the format of the line:
27568     cat >"\$tmp/defines.sed" <<\\CEOF
27569 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
27570 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
27571 b
27572 :def
27573 _ACEOF
27574   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27575   echo 'CEOF
27576     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27577   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27578   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27579   grep . conftest.tail >/dev/null || break
27580   rm -f conftest.defines
27581   mv conftest.tail conftest.defines
27582 done
27583 rm -f conftest.defines conftest.tail
27584
27585 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27586 cat >>$CONFIG_STATUS <<\_ACEOF
27587   if test x"$ac_file" != x-; then
27588     echo "/* $configure_input  */" >"$tmp/config.h"
27589     cat "$ac_result" >>"$tmp/config.h"
27590     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27591       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27592 echo "$as_me: $ac_file is unchanged" >&6;}
27593     else
27594       rm -f $ac_file
27595       mv "$tmp/config.h" $ac_file
27596     fi
27597   else
27598     echo "/* $configure_input  */"
27599     cat "$ac_result"
27600   fi
27601   rm -f "$tmp/out12"
27602  ;;
27603
27604   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27605 echo "$as_me: executing $ac_file commands" >&6;}
27606  ;;
27607   esac
27608
27609
27610   case $ac_file$ac_mode in
27611     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27612     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27613 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27614     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27615 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27616     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27617 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27618     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27619 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27620     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27621 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27622     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27623 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27624
27625   esac
27626 done # for ac_tag
27627
27628
27629 { (exit 0); exit 0; }
27630 _ACEOF
27631 chmod +x $CONFIG_STATUS
27632 ac_clean_files=$ac_clean_files_save
27633
27634
27635 # configure is writing to config.log, and then calls config.status.
27636 # config.status does its own redirection, appending to config.log.
27637 # Unfortunately, on DOS this fails, as config.log is still kept open
27638 # by configure, so config.status won't be able to write to it; its
27639 # output is simply discarded.  So we exec the FD to /dev/null,
27640 # effectively closing config.log, so it can be properly (re)opened and
27641 # appended to by config.status.  When coming back to configure, we
27642 # need to make the FD available again.
27643 if test "$no_create" != yes; then
27644   ac_cs_success=:
27645   ac_config_status_args=
27646   test "$silent" = yes &&
27647     ac_config_status_args="$ac_config_status_args --quiet"
27648   exec 5>/dev/null
27649   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27650   exec 5>>config.log
27651   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27652   # would make configure fail if this is the last instruction.
27653   $ac_cs_success || { (exit 1); exit 1; }
27654 fi
27655
27656
27657 if test "$no_create" = "yes"
27658 then
27659   exit 0
27660 fi
27661
27662 ac_save_IFS="$IFS"
27663 IFS="|"
27664 if test "x$wine_notices != "x; then
27665     echo >&6
27666     for msg in $wine_notices; do
27667         if test -n "$msg"; then
27668             { echo "$as_me:$LINENO: $msg" >&5
27669 echo "$as_me: $msg" >&6;}
27670         fi
27671     done
27672 fi
27673 for msg in $wine_warnings; do
27674     if test -n "$msg"; then
27675         echo >&2
27676         { echo "$as_me:$LINENO: WARNING: $msg" >&5
27677 echo "$as_me: WARNING: $msg" >&2;}
27678     fi
27679 done
27680 IFS="$ac_save_IFS"
27681
27682 echo "
27683 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
27684 " >&6
27685