comdlg32: Fix test under win98.
[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.7.
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.7'
578 PACKAGE_STRING='Wine 1.1.7'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
580
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 #  include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 #  include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
617
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
667 CC
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
674 CXX
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
680 CPP
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
687 AS
688 ac_ct_AS
689 LD
690 ac_ct_LD
691 NM
692 ac_ct_NM
693 AR
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
700 LN
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
725 LDD
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSCC
737 CROSSWINDRES
738 CROSSTEST
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793       ac_precious_vars='build_alias
794 host_alias
795 target_alias
796 CC
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
801 CXX
802 CXXFLAGS
803 CCC
804 XMKMF
805 CPP'
806
807
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
827
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
853
854 ac_prev=
855 ac_dashdash=
856 for ac_option
857 do
858   # If the previous option needs an argument, assign it.
859   if test -n "$ac_prev"; then
860     eval $ac_prev=\$ac_option
861     ac_prev=
862     continue
863   fi
864
865   case $ac_option in
866   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867   *)    ac_optarg=yes ;;
868   esac
869
870   # Accept the important Cygnus configure options, so we can diagnose typos.
871
872   case $ac_dashdash$ac_option in
873   --)
874     ac_dashdash=yes ;;
875
876   -bindir | --bindir | --bindi | --bind | --bin | --bi)
877     ac_prev=bindir ;;
878   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879     bindir=$ac_optarg ;;
880
881   -build | --build | --buil | --bui | --bu)
882     ac_prev=build_alias ;;
883   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884     build_alias=$ac_optarg ;;
885
886   -cache-file | --cache-file | --cache-fil | --cache-fi \
887   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888     ac_prev=cache_file ;;
889   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891     cache_file=$ac_optarg ;;
892
893   --config-cache | -C)
894     cache_file=config.cache ;;
895
896   -datadir | --datadir | --datadi | --datad)
897     ac_prev=datadir ;;
898   -datadir=* | --datadir=* | --datadi=* | --datad=*)
899     datadir=$ac_optarg ;;
900
901   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902   | --dataroo | --dataro | --datar)
903     ac_prev=datarootdir ;;
904   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906     datarootdir=$ac_optarg ;;
907
908   -disable-* | --disable-*)
909     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910     # Reject names that are not valid shell variable names.
911     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913    { (exit 1); exit 1; }; }
914     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915     eval enable_$ac_feature=no ;;
916
917   -docdir | --docdir | --docdi | --doc | --do)
918     ac_prev=docdir ;;
919   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920     docdir=$ac_optarg ;;
921
922   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923     ac_prev=dvidir ;;
924   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925     dvidir=$ac_optarg ;;
926
927   -enable-* | --enable-*)
928     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929     # Reject names that are not valid shell variable names.
930     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932    { (exit 1); exit 1; }; }
933     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934     eval enable_$ac_feature=\$ac_optarg ;;
935
936   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938   | --exec | --exe | --ex)
939     ac_prev=exec_prefix ;;
940   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942   | --exec=* | --exe=* | --ex=*)
943     exec_prefix=$ac_optarg ;;
944
945   -gas | --gas | --ga | --g)
946     # Obsolete; use --with-gas.
947     with_gas=yes ;;
948
949   -help | --help | --hel | --he | -h)
950     ac_init_help=long ;;
951   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952     ac_init_help=recursive ;;
953   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954     ac_init_help=short ;;
955
956   -host | --host | --hos | --ho)
957     ac_prev=host_alias ;;
958   -host=* | --host=* | --hos=* | --ho=*)
959     host_alias=$ac_optarg ;;
960
961   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962     ac_prev=htmldir ;;
963   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964   | --ht=*)
965     htmldir=$ac_optarg ;;
966
967   -includedir | --includedir | --includedi | --included | --include \
968   | --includ | --inclu | --incl | --inc)
969     ac_prev=includedir ;;
970   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971   | --includ=* | --inclu=* | --incl=* | --inc=*)
972     includedir=$ac_optarg ;;
973
974   -infodir | --infodir | --infodi | --infod | --info | --inf)
975     ac_prev=infodir ;;
976   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977     infodir=$ac_optarg ;;
978
979   -libdir | --libdir | --libdi | --libd)
980     ac_prev=libdir ;;
981   -libdir=* | --libdir=* | --libdi=* | --libd=*)
982     libdir=$ac_optarg ;;
983
984   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985   | --libexe | --libex | --libe)
986     ac_prev=libexecdir ;;
987   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988   | --libexe=* | --libex=* | --libe=*)
989     libexecdir=$ac_optarg ;;
990
991   -localedir | --localedir | --localedi | --localed | --locale)
992     ac_prev=localedir ;;
993   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994     localedir=$ac_optarg ;;
995
996   -localstatedir | --localstatedir | --localstatedi | --localstated \
997   | --localstate | --localstat | --localsta | --localst | --locals)
998     ac_prev=localstatedir ;;
999   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001     localstatedir=$ac_optarg ;;
1002
1003   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004     ac_prev=mandir ;;
1005   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006     mandir=$ac_optarg ;;
1007
1008   -nfp | --nfp | --nf)
1009     # Obsolete; use --without-fp.
1010     with_fp=no ;;
1011
1012   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013   | --no-cr | --no-c | -n)
1014     no_create=yes ;;
1015
1016   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018     no_recursion=yes ;;
1019
1020   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022   | --oldin | --oldi | --old | --ol | --o)
1023     ac_prev=oldincludedir ;;
1024   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027     oldincludedir=$ac_optarg ;;
1028
1029   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030     ac_prev=prefix ;;
1031   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032     prefix=$ac_optarg ;;
1033
1034   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035   | --program-pre | --program-pr | --program-p)
1036     ac_prev=program_prefix ;;
1037   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039     program_prefix=$ac_optarg ;;
1040
1041   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042   | --program-suf | --program-su | --program-s)
1043     ac_prev=program_suffix ;;
1044   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046     program_suffix=$ac_optarg ;;
1047
1048   -program-transform-name | --program-transform-name \
1049   | --program-transform-nam | --program-transform-na \
1050   | --program-transform-n | --program-transform- \
1051   | --program-transform | --program-transfor \
1052   | --program-transfo | --program-transf \
1053   | --program-trans | --program-tran \
1054   | --progr-tra | --program-tr | --program-t)
1055     ac_prev=program_transform_name ;;
1056   -program-transform-name=* | --program-transform-name=* \
1057   | --program-transform-nam=* | --program-transform-na=* \
1058   | --program-transform-n=* | --program-transform-=* \
1059   | --program-transform=* | --program-transfor=* \
1060   | --program-transfo=* | --program-transf=* \
1061   | --program-trans=* | --program-tran=* \
1062   | --progr-tra=* | --program-tr=* | --program-t=*)
1063     program_transform_name=$ac_optarg ;;
1064
1065   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066     ac_prev=pdfdir ;;
1067   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068     pdfdir=$ac_optarg ;;
1069
1070   -psdir | --psdir | --psdi | --psd | --ps)
1071     ac_prev=psdir ;;
1072   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073     psdir=$ac_optarg ;;
1074
1075   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076   | -silent | --silent | --silen | --sile | --sil)
1077     silent=yes ;;
1078
1079   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080     ac_prev=sbindir ;;
1081   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082   | --sbi=* | --sb=*)
1083     sbindir=$ac_optarg ;;
1084
1085   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087   | --sharedst | --shareds | --shared | --share | --shar \
1088   | --sha | --sh)
1089     ac_prev=sharedstatedir ;;
1090   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093   | --sha=* | --sh=*)
1094     sharedstatedir=$ac_optarg ;;
1095
1096   -site | --site | --sit)
1097     ac_prev=site ;;
1098   -site=* | --site=* | --sit=*)
1099     site=$ac_optarg ;;
1100
1101   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102     ac_prev=srcdir ;;
1103   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104     srcdir=$ac_optarg ;;
1105
1106   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107   | --syscon | --sysco | --sysc | --sys | --sy)
1108     ac_prev=sysconfdir ;;
1109   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111     sysconfdir=$ac_optarg ;;
1112
1113   -target | --target | --targe | --targ | --tar | --ta | --t)
1114     ac_prev=target_alias ;;
1115   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116     target_alias=$ac_optarg ;;
1117
1118   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119     verbose=yes ;;
1120
1121   -version | --version | --versio | --versi | --vers | -V)
1122     ac_init_version=: ;;
1123
1124   -with-* | --with-*)
1125     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126     # Reject names that are not valid shell variable names.
1127     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128       { echo "$as_me: error: invalid package name: $ac_package" >&2
1129    { (exit 1); exit 1; }; }
1130     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131     eval with_$ac_package=\$ac_optarg ;;
1132
1133   -without-* | --without-*)
1134     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135     # Reject names that are not valid shell variable names.
1136     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137       { echo "$as_me: error: invalid package name: $ac_package" >&2
1138    { (exit 1); exit 1; }; }
1139     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140     eval with_$ac_package=no ;;
1141
1142   --x)
1143     # Obsolete; use --with-x.
1144     with_x=yes ;;
1145
1146   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147   | --x-incl | --x-inc | --x-in | --x-i)
1148     ac_prev=x_includes ;;
1149   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151     x_includes=$ac_optarg ;;
1152
1153   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155     ac_prev=x_libraries ;;
1156   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158     x_libraries=$ac_optarg ;;
1159
1160   -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162    { (exit 1); exit 1; }; }
1163     ;;
1164
1165   *=*)
1166     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167     # Reject names that are not valid shell variable names.
1168     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170    { (exit 1); exit 1; }; }
1171     eval $ac_envvar=\$ac_optarg
1172     export $ac_envvar ;;
1173
1174   *)
1175     # FIXME: should be removed in autoconf 3.0.
1176     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1180     ;;
1181
1182   esac
1183 done
1184
1185 if test -n "$ac_prev"; then
1186   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187   { echo "$as_me: error: missing argument to $ac_option" >&2
1188    { (exit 1); exit 1; }; }
1189 fi
1190
1191 # Be sure to have absolute directory names.
1192 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193                 datadir sysconfdir sharedstatedir localstatedir includedir \
1194                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195                 libdir localedir mandir
1196 do
1197   eval ac_val=\$$ac_var
1198   case $ac_val in
1199     [\\/$]* | ?:[\\/]* )  continue;;
1200     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201   esac
1202   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203    { (exit 1); exit 1; }; }
1204 done
1205
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1212
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215   if test "x$build_alias" = x; then
1216     cross_compiling=maybe
1217     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218     If a cross compiler is detected then cross compile mode will be used." >&2
1219   elif test "x$build_alias" != "x$host_alias"; then
1220     cross_compiling=yes
1221   fi
1222 fi
1223
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226
1227 test "$silent" = yes && exec 6>/dev/null
1228
1229
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233   { echo "$as_me: error: Working directory cannot be determined" >&2
1234    { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236   { echo "$as_me: error: pwd does not report name of working directory" >&2
1237    { (exit 1); exit 1; }; }
1238
1239
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242   ac_srcdir_defaulted=yes
1243   # Try the directory containing this script, then the parent directory.
1244   ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246          X"$0" : 'X\(//\)[^/]' \| \
1247          X"$0" : 'X\(//\)$' \| \
1248          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251             s//\1/
1252             q
1253           }
1254           /^X\(\/\/\)[^/].*/{
1255             s//\1/
1256             q
1257           }
1258           /^X\(\/\/\)$/{
1259             s//\1/
1260             q
1261           }
1262           /^X\(\/\).*/{
1263             s//\1/
1264             q
1265           }
1266           s/.*/./; q'`
1267   srcdir=$ac_confdir
1268   if test ! -r "$srcdir/$ac_unique_file"; then
1269     srcdir=..
1270   fi
1271 else
1272   ac_srcdir_defaulted=no
1273 fi
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277    { (exit 1); exit 1; }; }
1278 fi
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282    { (exit 1); exit 1; }; }
1283         pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286   srcdir=.
1287 fi
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296   eval ac_env_${ac_var}_value=\$${ac_var}
1297   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1300
1301 #
1302 # Report the --help message.
1303 #
1304 if test "$ac_init_help" = "long"; then
1305   # Omit some internal or obsolete options to make the list less imposing.
1306   # This message is too long to be a string in the A/UX 3.1 sh.
1307   cat <<_ACEOF
1308 \`configure' configures Wine 1.1.7 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.7:";;
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.7
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.7, which was
1522 generated by GNU Autoconf 2.61.  Invocation command line was
1523
1524   $ $0 $@
1525
1526 _ACEOF
1527 exec 5>>config.log
1528 {
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1533
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1542
1543 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1544 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1547 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1548 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1549 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1550
1551 _ASUNAME
1552
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1555 do
1556   IFS=$as_save_IFS
1557   test -z "$as_dir" && as_dir=.
1558   echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1561
1562 } >&5
1563
1564 cat >&5 <<_ACEOF
1565
1566
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1570
1571 _ACEOF
1572
1573
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1584 do
1585   for ac_arg
1586   do
1587     case $ac_arg in
1588     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590     | -silent | --silent | --silen | --sile | --sil)
1591       continue ;;
1592     *\'*)
1593       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594     esac
1595     case $ac_pass in
1596     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1597     2)
1598       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599       if test $ac_must_keep_next = true; then
1600         ac_must_keep_next=false # Got value, back to normal.
1601       else
1602         case $ac_arg in
1603           *=* | --config-cache | -C | -disable-* | --disable-* \
1604           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606           | -with-* | --with-* | -without-* | --without-* | --x)
1607             case "$ac_configure_args0 " in
1608               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609             esac
1610             ;;
1611           -* ) ac_must_keep_next=true ;;
1612         esac
1613       fi
1614       ac_configure_args="$ac_configure_args '$ac_arg'"
1615       ;;
1616     esac
1617   done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1621
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log.  We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628   # Save into config.log some information that might help in debugging.
1629   {
1630     echo
1631
1632     cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637     echo
1638     # The following way of writing the cache mishandles newlines in values,
1639 (
1640   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641     eval ac_val=\$$ac_var
1642     case $ac_val in #(
1643     *${as_nl}*)
1644       case $ac_var in #(
1645       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647       esac
1648       case $ac_var in #(
1649       _ | IFS | as_nl) ;; #(
1650       *) $as_unset $ac_var ;;
1651       esac ;;
1652     esac
1653   done
1654   (set) 2>&1 |
1655     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656     *${as_nl}ac_space=\ *)
1657       sed -n \
1658         "s/'\''/'\''\\\\'\'''\''/g;
1659           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660       ;; #(
1661     *)
1662       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1663       ;;
1664     esac |
1665     sort
1666 )
1667     echo
1668
1669     cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674     echo
1675     for ac_var in $ac_subst_vars
1676     do
1677       eval ac_val=\$$ac_var
1678       case $ac_val in
1679       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680       esac
1681       echo "$ac_var='\''$ac_val'\''"
1682     done | sort
1683     echo
1684
1685     if test -n "$ac_subst_files"; then
1686       cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691       echo
1692       for ac_var in $ac_subst_files
1693       do
1694         eval ac_val=\$$ac_var
1695         case $ac_val in
1696         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697         esac
1698         echo "$ac_var='\''$ac_val'\''"
1699       done | sort
1700       echo
1701     fi
1702
1703     if test -s confdefs.h; then
1704       cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709       echo
1710       cat confdefs.h
1711       echo
1712     fi
1713     test "$ac_signal" != 0 &&
1714       echo "$as_me: caught signal $ac_signal"
1715     echo "$as_me: exit $exit_status"
1716   } >&5
1717   rm -f core *.core core.conftest.* &&
1718     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719     exit $exit_status
1720 ' 0
1721 for ac_signal in 1 2 13 15; do
1722   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1725
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1728
1729 # Predefined preprocessor variables.
1730
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1734
1735
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1739
1740
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1744
1745
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1749
1750
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1754
1755
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759   set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763   set x "$ac_default_prefix/share/config.site" \
1764         "$ac_default_prefix/etc/config.site"
1765 fi
1766 shift
1767 for ac_site_file
1768 do
1769   if test -r "$ac_site_file"; then
1770     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772     sed 's/^/| /' "$ac_site_file" >&5
1773     . "$ac_site_file"
1774   fi
1775 done
1776
1777 if test -r "$cache_file"; then
1778   # Some versions of bash will fail to source /dev/null (special
1779   # files actually), so we avoid doing that.
1780   if test -f "$cache_file"; then
1781     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783     case $cache_file in
1784       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785       *)                      . "./$cache_file";;
1786     esac
1787   fi
1788 else
1789   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791   >$cache_file
1792 fi
1793
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799   eval ac_new_set=\$ac_env_${ac_var}_set
1800   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801   eval ac_new_val=\$ac_env_${ac_var}_value
1802   case $ac_old_set,$ac_new_set in
1803     set,)
1804       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806       ac_cache_corrupted=: ;;
1807     ,set)
1808       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810       ac_cache_corrupted=: ;;
1811     ,);;
1812     *)
1813       if test "x$ac_old_val" != "x$ac_new_val"; then
1814         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1817 echo "$as_me:   former value:  $ac_old_val" >&2;}
1818         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1819 echo "$as_me:   current value: $ac_new_val" >&2;}
1820         ac_cache_corrupted=:
1821       fi;;
1822   esac
1823   # Pass precious variables to config.status.
1824   if test "$ac_new_set" = set; then
1825     case $ac_new_val in
1826     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827     *) ac_arg=$ac_var=$ac_new_val ;;
1828     esac
1829     case " $ac_configure_args " in
1830       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1831       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832     esac
1833   fi
1834 done
1835 if $ac_cache_corrupted; then
1836   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840    { (exit 1); exit 1; }; }
1841 fi
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1872
1873
1874
1875 ac_config_headers="$ac_config_headers include/config.h"
1876
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879   if test -f "$ac_dir/install-sh"; then
1880     ac_aux_dir=$ac_dir
1881     ac_install_sh="$ac_aux_dir/install-sh -c"
1882     break
1883   elif test -f "$ac_dir/install.sh"; then
1884     ac_aux_dir=$ac_dir
1885     ac_install_sh="$ac_aux_dir/install.sh -c"
1886     break
1887   elif test -f "$ac_dir/shtool"; then
1888     ac_aux_dir=$ac_dir
1889     ac_install_sh="$ac_aux_dir/shtool install -c"
1890     break
1891   fi
1892 done
1893 if test -z "$ac_aux_dir"; then
1894   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896    { (exit 1); exit 1; }; }
1897 fi
1898
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1906
1907
1908
1909
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912   enableval=$enable_win16;
1913 fi
1914
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917   enableval=$enable_win64;
1918 fi
1919
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922   enableval=$enable_maintainer_mode;
1923 else
1924   MAINTAINER_MODE=\#
1925
1926 fi
1927
1928
1929
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1933 fi
1934
1935
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1939 fi
1940
1941
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1945 fi
1946
1947
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1951 fi
1952
1953
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1957 fi
1958
1959
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962   withval=$with_cups;
1963 fi
1964
1965
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1969 fi
1970
1971
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974   withval=$with_esd;
1975 fi
1976
1977
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1981 fi
1982
1983
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986   withval=$with_freetype;
1987 fi
1988
1989
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992   withval=$with_gphoto;
1993 fi
1994
1995
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1999 fi
2000
2001
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004   withval=$with_gnutls;
2005 fi
2006
2007
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2010   withval=$with_hal;
2011 fi
2012
2013
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2017 fi
2018
2019
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2023 fi
2024
2025
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2029 fi
2030
2031
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2035 fi
2036
2037
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040   withval=$with_opengl;
2041 fi
2042
2043
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2047 fi
2048
2049
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2053 fi
2054
2055
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2059 fi
2060
2061
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2064   withval=$with_sane;
2065 fi
2066
2067
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2071 fi
2072
2073
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2077 fi
2078
2079
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2083 fi
2084
2085
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2089 fi
2090
2091
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2094   withval=$with_xml;
2095 fi
2096
2097
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2101 fi
2102
2103
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2107 fi
2108
2109
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2113 fi
2114
2115
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2119 fi
2120
2121
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2124   withval=$with_xslt;
2125 fi
2126
2127
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2131 fi
2132
2133
2134
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137   withval=$with_wine_tools;
2138 fi
2139
2140
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2143   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145    { (exit 1); exit 1; }; }
2146
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150   echo $ECHO_N "(cached) $ECHO_C" >&6
2151 else
2152   ac_build_alias=$build_alias
2153 test "x$ac_build_alias" = x &&
2154   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x &&
2156   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158    { (exit 1); exit 1; }; }
2159 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162    { (exit 1); exit 1; }; }
2163
2164 fi
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2168 *-*-*) ;;
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171    { (exit 1); exit 1; }; };;
2172 esac
2173 build=$ac_cv_build
2174 ac_save_IFS=$IFS; IFS='-'
2175 set x $ac_cv_build
2176 shift
2177 build_cpu=$1
2178 build_vendor=$2
2179 shift; shift
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2182 build_os=$*
2183 IFS=$ac_save_IFS
2184 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2185
2186
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190   echo $ECHO_N "(cached) $ECHO_C" >&6
2191 else
2192   if test "x$host_alias" = x; then
2193   ac_cv_host=$ac_cv_build
2194 else
2195   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198    { (exit 1); exit 1; }; }
2199 fi
2200
2201 fi
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2204 case $ac_cv_host in
2205 *-*-*) ;;
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208    { (exit 1); exit 1; }; };;
2209 esac
2210 host=$ac_cv_host
2211 ac_save_IFS=$IFS; IFS='-'
2212 set x $ac_cv_host
2213 shift
2214 host_cpu=$1
2215 host_vendor=$2
2216 shift; shift
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2219 host_os=$*
2220 IFS=$ac_save_IFS
2221 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2222
2223
2224 case $host in
2225   x86_64*linux*)
2226     if test "x$enable_win64" != "xyes"
2227     then
2228       CC="${CC:-gcc} -m32"
2229       CXX="${CXX:-g++} -m32"
2230       LD="${LD:-ld} -m elf_i386"
2231       AS="${AS:-as} --32"
2232       host_cpu="i386"
2233       notice_platform="32-bit "
2234     fi
2235     ;;
2236 esac
2237
2238 case $host_cpu in
2239   *i[3456789]86*)
2240     if test "x$enable_win16" != "xno"
2241     then
2242       enable_win16="yes"
2243     fi
2244     ;;
2245 esac
2246
2247 WIN16_FILES="\$(WIN16_FILES)"
2248
2249 WIN16_INSTALL="\$(WIN16_INSTALL)"
2250
2251 if test "x$enable_win16" != "xyes"
2252 then
2253   WIN16_FILES=""
2254   WIN16_INSTALL=""
2255 fi
2256
2257 case "$srcdir" in
2258  .) ;;
2259  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2260       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2261 You need to run 'make distclean' in the source tree first." >&5
2262 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2263 You need to run 'make distclean' in the source tree first." >&2;}
2264    { (exit 1); exit 1; }; }
2265     fi ;;
2266 esac
2267
2268
2269 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2270 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2271 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2272 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2273   echo $ECHO_N "(cached) $ECHO_C" >&6
2274 else
2275   cat >conftest.make <<\_ACEOF
2276 SHELL = /bin/sh
2277 all:
2278         @echo '@@@%%%=$(MAKE)=@@@%%%'
2279 _ACEOF
2280 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2281 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2282   *@@@%%%=?*=@@@%%%*)
2283     eval ac_cv_prog_make_${ac_make}_set=yes;;
2284   *)
2285     eval ac_cv_prog_make_${ac_make}_set=no;;
2286 esac
2287 rm -f conftest.make
2288 fi
2289 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2290   { echo "$as_me:$LINENO: result: yes" >&5
2291 echo "${ECHO_T}yes" >&6; }
2292   SET_MAKE=
2293 else
2294   { echo "$as_me:$LINENO: result: no" >&5
2295 echo "${ECHO_T}no" >&6; }
2296   SET_MAKE="MAKE=${MAKE-make}"
2297 fi
2298
2299 ac_ext=c
2300 ac_cpp='$CPP $CPPFLAGS'
2301 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2302 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2303 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2304 if test -n "$ac_tool_prefix"; then
2305   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2306 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2309 if test "${ac_cv_prog_CC+set}" = set; then
2310   echo $ECHO_N "(cached) $ECHO_C" >&6
2311 else
2312   if test -n "$CC"; then
2313   ac_cv_prog_CC="$CC" # Let the user override the test.
2314 else
2315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2316 for as_dir in $PATH
2317 do
2318   IFS=$as_save_IFS
2319   test -z "$as_dir" && as_dir=.
2320   for ac_exec_ext in '' $ac_executable_extensions; do
2321   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2322     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2323     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2324     break 2
2325   fi
2326 done
2327 done
2328 IFS=$as_save_IFS
2329
2330 fi
2331 fi
2332 CC=$ac_cv_prog_CC
2333 if test -n "$CC"; then
2334   { echo "$as_me:$LINENO: result: $CC" >&5
2335 echo "${ECHO_T}$CC" >&6; }
2336 else
2337   { echo "$as_me:$LINENO: result: no" >&5
2338 echo "${ECHO_T}no" >&6; }
2339 fi
2340
2341
2342 fi
2343 if test -z "$ac_cv_prog_CC"; then
2344   ac_ct_CC=$CC
2345   # Extract the first word of "gcc", so it can be a program name with args.
2346 set dummy gcc; ac_word=$2
2347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2349 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2350   echo $ECHO_N "(cached) $ECHO_C" >&6
2351 else
2352   if test -n "$ac_ct_CC"; then
2353   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2354 else
2355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2356 for as_dir in $PATH
2357 do
2358   IFS=$as_save_IFS
2359   test -z "$as_dir" && as_dir=.
2360   for ac_exec_ext in '' $ac_executable_extensions; do
2361   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2362     ac_cv_prog_ac_ct_CC="gcc"
2363     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2364     break 2
2365   fi
2366 done
2367 done
2368 IFS=$as_save_IFS
2369
2370 fi
2371 fi
2372 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2373 if test -n "$ac_ct_CC"; then
2374   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2375 echo "${ECHO_T}$ac_ct_CC" >&6; }
2376 else
2377   { echo "$as_me:$LINENO: result: no" >&5
2378 echo "${ECHO_T}no" >&6; }
2379 fi
2380
2381   if test "x$ac_ct_CC" = x; then
2382     CC=""
2383   else
2384     case $cross_compiling:$ac_tool_warned in
2385 yes:)
2386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2387 whose name does not start with the host triplet.  If you think this
2388 configuration is useful to you, please write to autoconf@gnu.org." >&5
2389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2390 whose name does not start with the host triplet.  If you think this
2391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2392 ac_tool_warned=yes ;;
2393 esac
2394     CC=$ac_ct_CC
2395   fi
2396 else
2397   CC="$ac_cv_prog_CC"
2398 fi
2399
2400 if test -z "$CC"; then
2401           if test -n "$ac_tool_prefix"; then
2402     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2403 set dummy ${ac_tool_prefix}cc; ac_word=$2
2404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2406 if test "${ac_cv_prog_CC+set}" = set; then
2407   echo $ECHO_N "(cached) $ECHO_C" >&6
2408 else
2409   if test -n "$CC"; then
2410   ac_cv_prog_CC="$CC" # Let the user override the test.
2411 else
2412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 for as_dir in $PATH
2414 do
2415   IFS=$as_save_IFS
2416   test -z "$as_dir" && as_dir=.
2417   for ac_exec_ext in '' $ac_executable_extensions; do
2418   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2419     ac_cv_prog_CC="${ac_tool_prefix}cc"
2420     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2421     break 2
2422   fi
2423 done
2424 done
2425 IFS=$as_save_IFS
2426
2427 fi
2428 fi
2429 CC=$ac_cv_prog_CC
2430 if test -n "$CC"; then
2431   { echo "$as_me:$LINENO: result: $CC" >&5
2432 echo "${ECHO_T}$CC" >&6; }
2433 else
2434   { echo "$as_me:$LINENO: result: no" >&5
2435 echo "${ECHO_T}no" >&6; }
2436 fi
2437
2438
2439   fi
2440 fi
2441 if test -z "$CC"; then
2442   # Extract the first word of "cc", so it can be a program name with args.
2443 set dummy cc; ac_word=$2
2444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2446 if test "${ac_cv_prog_CC+set}" = set; then
2447   echo $ECHO_N "(cached) $ECHO_C" >&6
2448 else
2449   if test -n "$CC"; then
2450   ac_cv_prog_CC="$CC" # Let the user override the test.
2451 else
2452   ac_prog_rejected=no
2453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2454 for as_dir in $PATH
2455 do
2456   IFS=$as_save_IFS
2457   test -z "$as_dir" && as_dir=.
2458   for ac_exec_ext in '' $ac_executable_extensions; do
2459   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2460     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2461        ac_prog_rejected=yes
2462        continue
2463      fi
2464     ac_cv_prog_CC="cc"
2465     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2466     break 2
2467   fi
2468 done
2469 done
2470 IFS=$as_save_IFS
2471
2472 if test $ac_prog_rejected = yes; then
2473   # We found a bogon in the path, so make sure we never use it.
2474   set dummy $ac_cv_prog_CC
2475   shift
2476   if test $# != 0; then
2477     # We chose a different compiler from the bogus one.
2478     # However, it has the same basename, so the bogon will be chosen
2479     # first if we set CC to just the basename; use the full file name.
2480     shift
2481     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2482   fi
2483 fi
2484 fi
2485 fi
2486 CC=$ac_cv_prog_CC
2487 if test -n "$CC"; then
2488   { echo "$as_me:$LINENO: result: $CC" >&5
2489 echo "${ECHO_T}$CC" >&6; }
2490 else
2491   { echo "$as_me:$LINENO: result: no" >&5
2492 echo "${ECHO_T}no" >&6; }
2493 fi
2494
2495
2496 fi
2497 if test -z "$CC"; then
2498   if test -n "$ac_tool_prefix"; then
2499   for ac_prog in cl.exe
2500   do
2501     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2502 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2505 if test "${ac_cv_prog_CC+set}" = set; then
2506   echo $ECHO_N "(cached) $ECHO_C" >&6
2507 else
2508   if test -n "$CC"; then
2509   ac_cv_prog_CC="$CC" # Let the user override the test.
2510 else
2511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2512 for as_dir in $PATH
2513 do
2514   IFS=$as_save_IFS
2515   test -z "$as_dir" && as_dir=.
2516   for ac_exec_ext in '' $ac_executable_extensions; do
2517   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2518     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2519     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2520     break 2
2521   fi
2522 done
2523 done
2524 IFS=$as_save_IFS
2525
2526 fi
2527 fi
2528 CC=$ac_cv_prog_CC
2529 if test -n "$CC"; then
2530   { echo "$as_me:$LINENO: result: $CC" >&5
2531 echo "${ECHO_T}$CC" >&6; }
2532 else
2533   { echo "$as_me:$LINENO: result: no" >&5
2534 echo "${ECHO_T}no" >&6; }
2535 fi
2536
2537
2538     test -n "$CC" && break
2539   done
2540 fi
2541 if test -z "$CC"; then
2542   ac_ct_CC=$CC
2543   for ac_prog in cl.exe
2544 do
2545   # Extract the first word of "$ac_prog", so it can be a program name with args.
2546 set dummy $ac_prog; ac_word=$2
2547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2549 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2550   echo $ECHO_N "(cached) $ECHO_C" >&6
2551 else
2552   if test -n "$ac_ct_CC"; then
2553   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2554 else
2555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2556 for as_dir in $PATH
2557 do
2558   IFS=$as_save_IFS
2559   test -z "$as_dir" && as_dir=.
2560   for ac_exec_ext in '' $ac_executable_extensions; do
2561   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2562     ac_cv_prog_ac_ct_CC="$ac_prog"
2563     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2564     break 2
2565   fi
2566 done
2567 done
2568 IFS=$as_save_IFS
2569
2570 fi
2571 fi
2572 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2573 if test -n "$ac_ct_CC"; then
2574   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2575 echo "${ECHO_T}$ac_ct_CC" >&6; }
2576 else
2577   { echo "$as_me:$LINENO: result: no" >&5
2578 echo "${ECHO_T}no" >&6; }
2579 fi
2580
2581
2582   test -n "$ac_ct_CC" && break
2583 done
2584
2585   if test "x$ac_ct_CC" = x; then
2586     CC=""
2587   else
2588     case $cross_compiling:$ac_tool_warned in
2589 yes:)
2590 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2591 whose name does not start with the host triplet.  If you think this
2592 configuration is useful to you, please write to autoconf@gnu.org." >&5
2593 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2594 whose name does not start with the host triplet.  If you think this
2595 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2596 ac_tool_warned=yes ;;
2597 esac
2598     CC=$ac_ct_CC
2599   fi
2600 fi
2601
2602 fi
2603
2604
2605 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2606 See \`config.log' for more details." >&5
2607 echo "$as_me: error: no acceptable C compiler found in \$PATH
2608 See \`config.log' for more details." >&2;}
2609    { (exit 1); exit 1; }; }
2610
2611 # Provide some information about the compiler.
2612 echo "$as_me:$LINENO: checking for C compiler version" >&5
2613 ac_compiler=`set X $ac_compile; echo $2`
2614 { (ac_try="$ac_compiler --version >&5"
2615 case "(($ac_try" in
2616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617   *) ac_try_echo=$ac_try;;
2618 esac
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620   (eval "$ac_compiler --version >&5") 2>&5
2621   ac_status=$?
2622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623   (exit $ac_status); }
2624 { (ac_try="$ac_compiler -v >&5"
2625 case "(($ac_try" in
2626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2627   *) ac_try_echo=$ac_try;;
2628 esac
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630   (eval "$ac_compiler -v >&5") 2>&5
2631   ac_status=$?
2632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633   (exit $ac_status); }
2634 { (ac_try="$ac_compiler -V >&5"
2635 case "(($ac_try" in
2636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2637   *) ac_try_echo=$ac_try;;
2638 esac
2639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2640   (eval "$ac_compiler -V >&5") 2>&5
2641   ac_status=$?
2642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643   (exit $ac_status); }
2644
2645 cat >conftest.$ac_ext <<_ACEOF
2646 /* confdefs.h.  */
2647 _ACEOF
2648 cat confdefs.h >>conftest.$ac_ext
2649 cat >>conftest.$ac_ext <<_ACEOF
2650 /* end confdefs.h.  */
2651
2652 int
2653 main ()
2654 {
2655
2656   ;
2657   return 0;
2658 }
2659 _ACEOF
2660 ac_clean_files_save=$ac_clean_files
2661 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2662 # Try to create an executable without -o first, disregard a.out.
2663 # It will help us diagnose broken compilers, and finding out an intuition
2664 # of exeext.
2665 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2666 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2667 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2668 #
2669 # List of possible output files, starting from the most likely.
2670 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2671 # only as a last resort.  b.out is created by i960 compilers.
2672 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2673 #
2674 # The IRIX 6 linker writes into existing files which may not be
2675 # executable, retaining their permissions.  Remove them first so a
2676 # subsequent execution test works.
2677 ac_rmfiles=
2678 for ac_file in $ac_files
2679 do
2680   case $ac_file in
2681     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2682     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2683   esac
2684 done
2685 rm -f $ac_rmfiles
2686
2687 if { (ac_try="$ac_link_default"
2688 case "(($ac_try" in
2689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2690   *) ac_try_echo=$ac_try;;
2691 esac
2692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2693   (eval "$ac_link_default") 2>&5
2694   ac_status=$?
2695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2696   (exit $ac_status); }; then
2697   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2698 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2699 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2700 # so that the user can short-circuit this test for compilers unknown to
2701 # Autoconf.
2702 for ac_file in $ac_files ''
2703 do
2704   test -f "$ac_file" || continue
2705   case $ac_file in
2706     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2707         ;;
2708     [ab].out )
2709         # We found the default executable, but exeext='' is most
2710         # certainly right.
2711         break;;
2712     *.* )
2713         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2714         then :; else
2715            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2716         fi
2717         # We set ac_cv_exeext here because the later test for it is not
2718         # safe: cross compilers may not add the suffix if given an `-o'
2719         # argument, so we may need to know it at that point already.
2720         # Even if this section looks crufty: it has the advantage of
2721         # actually working.
2722         break;;
2723     * )
2724         break;;
2725   esac
2726 done
2727 test "$ac_cv_exeext" = no && ac_cv_exeext=
2728
2729 else
2730   ac_file=''
2731 fi
2732
2733 { echo "$as_me:$LINENO: result: $ac_file" >&5
2734 echo "${ECHO_T}$ac_file" >&6; }
2735 if test -z "$ac_file"; then
2736   echo "$as_me: failed program was:" >&5
2737 sed 's/^/| /' conftest.$ac_ext >&5
2738
2739 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2740 See \`config.log' for more details." >&5
2741 echo "$as_me: error: C compiler cannot create executables
2742 See \`config.log' for more details." >&2;}
2743    { (exit 77); exit 77; }; }
2744 fi
2745
2746 ac_exeext=$ac_cv_exeext
2747
2748 # Check that the compiler produces executables we can run.  If not, either
2749 # the compiler is broken, or we cross compile.
2750 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2751 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2752 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2753 # If not cross compiling, check that we can run a simple program.
2754 if test "$cross_compiling" != yes; then
2755   if { ac_try='./$ac_file'
2756   { (case "(($ac_try" in
2757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2758   *) ac_try_echo=$ac_try;;
2759 esac
2760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2761   (eval "$ac_try") 2>&5
2762   ac_status=$?
2763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2764   (exit $ac_status); }; }; then
2765     cross_compiling=no
2766   else
2767     if test "$cross_compiling" = maybe; then
2768         cross_compiling=yes
2769     else
2770         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2771 If you meant to cross compile, use \`--host'.
2772 See \`config.log' for more details." >&5
2773 echo "$as_me: error: cannot run C compiled programs.
2774 If you meant to cross compile, use \`--host'.
2775 See \`config.log' for more details." >&2;}
2776    { (exit 1); exit 1; }; }
2777     fi
2778   fi
2779 fi
2780 { echo "$as_me:$LINENO: result: yes" >&5
2781 echo "${ECHO_T}yes" >&6; }
2782
2783 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2784 ac_clean_files=$ac_clean_files_save
2785 # Check that the compiler produces executables we can run.  If not, either
2786 # the compiler is broken, or we cross compile.
2787 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2788 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2789 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2790 echo "${ECHO_T}$cross_compiling" >&6; }
2791
2792 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2793 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2794 if { (ac_try="$ac_link"
2795 case "(($ac_try" in
2796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2797   *) ac_try_echo=$ac_try;;
2798 esac
2799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2800   (eval "$ac_link") 2>&5
2801   ac_status=$?
2802   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2803   (exit $ac_status); }; then
2804   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2805 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2806 # work properly (i.e., refer to `conftest.exe'), while it won't with
2807 # `rm'.
2808 for ac_file in conftest.exe conftest conftest.*; do
2809   test -f "$ac_file" || continue
2810   case $ac_file in
2811     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2812     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2813           break;;
2814     * ) break;;
2815   esac
2816 done
2817 else
2818   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2819 See \`config.log' for more details." >&5
2820 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2821 See \`config.log' for more details." >&2;}
2822    { (exit 1); exit 1; }; }
2823 fi
2824
2825 rm -f conftest$ac_cv_exeext
2826 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2827 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2828
2829 rm -f conftest.$ac_ext
2830 EXEEXT=$ac_cv_exeext
2831 ac_exeext=$EXEEXT
2832 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2833 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2834 if test "${ac_cv_objext+set}" = set; then
2835   echo $ECHO_N "(cached) $ECHO_C" >&6
2836 else
2837   cat >conftest.$ac_ext <<_ACEOF
2838 /* confdefs.h.  */
2839 _ACEOF
2840 cat confdefs.h >>conftest.$ac_ext
2841 cat >>conftest.$ac_ext <<_ACEOF
2842 /* end confdefs.h.  */
2843
2844 int
2845 main ()
2846 {
2847
2848   ;
2849   return 0;
2850 }
2851 _ACEOF
2852 rm -f conftest.o conftest.obj
2853 if { (ac_try="$ac_compile"
2854 case "(($ac_try" in
2855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2856   *) ac_try_echo=$ac_try;;
2857 esac
2858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2859   (eval "$ac_compile") 2>&5
2860   ac_status=$?
2861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2862   (exit $ac_status); }; then
2863   for ac_file in conftest.o conftest.obj conftest.*; do
2864   test -f "$ac_file" || continue;
2865   case $ac_file in
2866     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2867     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2868        break;;
2869   esac
2870 done
2871 else
2872   echo "$as_me: failed program was:" >&5
2873 sed 's/^/| /' conftest.$ac_ext >&5
2874
2875 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2876 See \`config.log' for more details." >&5
2877 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2878 See \`config.log' for more details." >&2;}
2879    { (exit 1); exit 1; }; }
2880 fi
2881
2882 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2883 fi
2884 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2885 echo "${ECHO_T}$ac_cv_objext" >&6; }
2886 OBJEXT=$ac_cv_objext
2887 ac_objext=$OBJEXT
2888 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2889 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2890 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2891   echo $ECHO_N "(cached) $ECHO_C" >&6
2892 else
2893   cat >conftest.$ac_ext <<_ACEOF
2894 /* confdefs.h.  */
2895 _ACEOF
2896 cat confdefs.h >>conftest.$ac_ext
2897 cat >>conftest.$ac_ext <<_ACEOF
2898 /* end confdefs.h.  */
2899
2900 int
2901 main ()
2902 {
2903 #ifndef __GNUC__
2904        choke me
2905 #endif
2906
2907   ;
2908   return 0;
2909 }
2910 _ACEOF
2911 rm -f conftest.$ac_objext
2912 if { (ac_try="$ac_compile"
2913 case "(($ac_try" in
2914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915   *) ac_try_echo=$ac_try;;
2916 esac
2917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2918   (eval "$ac_compile") 2>conftest.er1
2919   ac_status=$?
2920   grep -v '^ *+' conftest.er1 >conftest.err
2921   rm -f conftest.er1
2922   cat conftest.err >&5
2923   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2924   (exit $ac_status); } && {
2925          test -z "$ac_c_werror_flag" ||
2926          test ! -s conftest.err
2927        } && test -s conftest.$ac_objext; then
2928   ac_compiler_gnu=yes
2929 else
2930   echo "$as_me: failed program was:" >&5
2931 sed 's/^/| /' conftest.$ac_ext >&5
2932
2933         ac_compiler_gnu=no
2934 fi
2935
2936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2937 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2938
2939 fi
2940 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2941 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2942 GCC=`test $ac_compiler_gnu = yes && echo yes`
2943 ac_test_CFLAGS=${CFLAGS+set}
2944 ac_save_CFLAGS=$CFLAGS
2945 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2946 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2947 if test "${ac_cv_prog_cc_g+set}" = set; then
2948   echo $ECHO_N "(cached) $ECHO_C" >&6
2949 else
2950   ac_save_c_werror_flag=$ac_c_werror_flag
2951    ac_c_werror_flag=yes
2952    ac_cv_prog_cc_g=no
2953    CFLAGS="-g"
2954    cat >conftest.$ac_ext <<_ACEOF
2955 /* confdefs.h.  */
2956 _ACEOF
2957 cat confdefs.h >>conftest.$ac_ext
2958 cat >>conftest.$ac_ext <<_ACEOF
2959 /* end confdefs.h.  */
2960
2961 int
2962 main ()
2963 {
2964
2965   ;
2966   return 0;
2967 }
2968 _ACEOF
2969 rm -f conftest.$ac_objext
2970 if { (ac_try="$ac_compile"
2971 case "(($ac_try" in
2972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973   *) ac_try_echo=$ac_try;;
2974 esac
2975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2976   (eval "$ac_compile") 2>conftest.er1
2977   ac_status=$?
2978   grep -v '^ *+' conftest.er1 >conftest.err
2979   rm -f conftest.er1
2980   cat conftest.err >&5
2981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2982   (exit $ac_status); } && {
2983          test -z "$ac_c_werror_flag" ||
2984          test ! -s conftest.err
2985        } && test -s conftest.$ac_objext; then
2986   ac_cv_prog_cc_g=yes
2987 else
2988   echo "$as_me: failed program was:" >&5
2989 sed 's/^/| /' conftest.$ac_ext >&5
2990
2991         CFLAGS=""
2992       cat >conftest.$ac_ext <<_ACEOF
2993 /* confdefs.h.  */
2994 _ACEOF
2995 cat confdefs.h >>conftest.$ac_ext
2996 cat >>conftest.$ac_ext <<_ACEOF
2997 /* end confdefs.h.  */
2998
2999 int
3000 main ()
3001 {
3002
3003   ;
3004   return 0;
3005 }
3006 _ACEOF
3007 rm -f conftest.$ac_objext
3008 if { (ac_try="$ac_compile"
3009 case "(($ac_try" in
3010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3011   *) ac_try_echo=$ac_try;;
3012 esac
3013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3014   (eval "$ac_compile") 2>conftest.er1
3015   ac_status=$?
3016   grep -v '^ *+' conftest.er1 >conftest.err
3017   rm -f conftest.er1
3018   cat conftest.err >&5
3019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3020   (exit $ac_status); } && {
3021          test -z "$ac_c_werror_flag" ||
3022          test ! -s conftest.err
3023        } && test -s conftest.$ac_objext; then
3024   :
3025 else
3026   echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3028
3029         ac_c_werror_flag=$ac_save_c_werror_flag
3030          CFLAGS="-g"
3031          cat >conftest.$ac_ext <<_ACEOF
3032 /* confdefs.h.  */
3033 _ACEOF
3034 cat confdefs.h >>conftest.$ac_ext
3035 cat >>conftest.$ac_ext <<_ACEOF
3036 /* end confdefs.h.  */
3037
3038 int
3039 main ()
3040 {
3041
3042   ;
3043   return 0;
3044 }
3045 _ACEOF
3046 rm -f conftest.$ac_objext
3047 if { (ac_try="$ac_compile"
3048 case "(($ac_try" in
3049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3050   *) ac_try_echo=$ac_try;;
3051 esac
3052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3053   (eval "$ac_compile") 2>conftest.er1
3054   ac_status=$?
3055   grep -v '^ *+' conftest.er1 >conftest.err
3056   rm -f conftest.er1
3057   cat conftest.err >&5
3058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3059   (exit $ac_status); } && {
3060          test -z "$ac_c_werror_flag" ||
3061          test ! -s conftest.err
3062        } && test -s conftest.$ac_objext; then
3063   ac_cv_prog_cc_g=yes
3064 else
3065   echo "$as_me: failed program was:" >&5
3066 sed 's/^/| /' conftest.$ac_ext >&5
3067
3068
3069 fi
3070
3071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3072 fi
3073
3074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3075 fi
3076
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078    ac_c_werror_flag=$ac_save_c_werror_flag
3079 fi
3080 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3081 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3082 if test "$ac_test_CFLAGS" = set; then
3083   CFLAGS=$ac_save_CFLAGS
3084 elif test $ac_cv_prog_cc_g = yes; then
3085   if test "$GCC" = yes; then
3086     CFLAGS="-g -O2"
3087   else
3088     CFLAGS="-g"
3089   fi
3090 else
3091   if test "$GCC" = yes; then
3092     CFLAGS="-O2"
3093   else
3094     CFLAGS=
3095   fi
3096 fi
3097 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3098 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3099 if test "${ac_cv_prog_cc_c89+set}" = set; then
3100   echo $ECHO_N "(cached) $ECHO_C" >&6
3101 else
3102   ac_cv_prog_cc_c89=no
3103 ac_save_CC=$CC
3104 cat >conftest.$ac_ext <<_ACEOF
3105 /* confdefs.h.  */
3106 _ACEOF
3107 cat confdefs.h >>conftest.$ac_ext
3108 cat >>conftest.$ac_ext <<_ACEOF
3109 /* end confdefs.h.  */
3110 #include <stdarg.h>
3111 #include <stdio.h>
3112 #include <sys/types.h>
3113 #include <sys/stat.h>
3114 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3115 struct buf { int x; };
3116 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3117 static char *e (p, i)
3118      char **p;
3119      int i;
3120 {
3121   return p[i];
3122 }
3123 static char *f (char * (*g) (char **, int), char **p, ...)
3124 {
3125   char *s;
3126   va_list v;
3127   va_start (v,p);
3128   s = g (p, va_arg (v,int));
3129   va_end (v);
3130   return s;
3131 }
3132
3133 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3134    function prototypes and stuff, but not '\xHH' hex character constants.
3135    These don't provoke an error unfortunately, instead are silently treated
3136    as 'x'.  The following induces an error, until -std is added to get
3137    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3138    array size at least.  It's necessary to write '\x00'==0 to get something
3139    that's true only with -std.  */
3140 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3141
3142 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3143    inside strings and character constants.  */
3144 #define FOO(x) 'x'
3145 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3146
3147 int test (int i, double x);
3148 struct s1 {int (*f) (int a);};
3149 struct s2 {int (*f) (double a);};
3150 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3151 int argc;
3152 char **argv;
3153 int
3154 main ()
3155 {
3156 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3157   ;
3158   return 0;
3159 }
3160 _ACEOF
3161 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3162         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3163 do
3164   CC="$ac_save_CC $ac_arg"
3165   rm -f conftest.$ac_objext
3166 if { (ac_try="$ac_compile"
3167 case "(($ac_try" in
3168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3169   *) ac_try_echo=$ac_try;;
3170 esac
3171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3172   (eval "$ac_compile") 2>conftest.er1
3173   ac_status=$?
3174   grep -v '^ *+' conftest.er1 >conftest.err
3175   rm -f conftest.er1
3176   cat conftest.err >&5
3177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3178   (exit $ac_status); } && {
3179          test -z "$ac_c_werror_flag" ||
3180          test ! -s conftest.err
3181        } && test -s conftest.$ac_objext; then
3182   ac_cv_prog_cc_c89=$ac_arg
3183 else
3184   echo "$as_me: failed program was:" >&5
3185 sed 's/^/| /' conftest.$ac_ext >&5
3186
3187
3188 fi
3189
3190 rm -f core conftest.err conftest.$ac_objext
3191   test "x$ac_cv_prog_cc_c89" != "xno" && break
3192 done
3193 rm -f conftest.$ac_ext
3194 CC=$ac_save_CC
3195
3196 fi
3197 # AC_CACHE_VAL
3198 case "x$ac_cv_prog_cc_c89" in
3199   x)
3200     { echo "$as_me:$LINENO: result: none needed" >&5
3201 echo "${ECHO_T}none needed" >&6; } ;;
3202   xno)
3203     { echo "$as_me:$LINENO: result: unsupported" >&5
3204 echo "${ECHO_T}unsupported" >&6; } ;;
3205   *)
3206     CC="$CC $ac_cv_prog_cc_c89"
3207     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3208 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3209 esac
3210
3211
3212 ac_ext=c
3213 ac_cpp='$CPP $CPPFLAGS'
3214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3217
3218 ac_ext=cpp
3219 ac_cpp='$CXXCPP $CPPFLAGS'
3220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3223 if test -z "$CXX"; then
3224   if test -n "$CCC"; then
3225     CXX=$CCC
3226   else
3227     if test -n "$ac_tool_prefix"; then
3228   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3229   do
3230     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3231 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3232 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3234 if test "${ac_cv_prog_CXX+set}" = set; then
3235   echo $ECHO_N "(cached) $ECHO_C" >&6
3236 else
3237   if test -n "$CXX"; then
3238   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3239 else
3240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3241 for as_dir in $PATH
3242 do
3243   IFS=$as_save_IFS
3244   test -z "$as_dir" && as_dir=.
3245   for ac_exec_ext in '' $ac_executable_extensions; do
3246   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3247     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3248     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3249     break 2
3250   fi
3251 done
3252 done
3253 IFS=$as_save_IFS
3254
3255 fi
3256 fi
3257 CXX=$ac_cv_prog_CXX
3258 if test -n "$CXX"; then
3259   { echo "$as_me:$LINENO: result: $CXX" >&5
3260 echo "${ECHO_T}$CXX" >&6; }
3261 else
3262   { echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6; }
3264 fi
3265
3266
3267     test -n "$CXX" && break
3268   done
3269 fi
3270 if test -z "$CXX"; then
3271   ac_ct_CXX=$CXX
3272   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3273 do
3274   # Extract the first word of "$ac_prog", so it can be a program name with args.
3275 set dummy $ac_prog; ac_word=$2
3276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3278 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3279   echo $ECHO_N "(cached) $ECHO_C" >&6
3280 else
3281   if test -n "$ac_ct_CXX"; then
3282   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3283 else
3284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3285 for as_dir in $PATH
3286 do
3287   IFS=$as_save_IFS
3288   test -z "$as_dir" && as_dir=.
3289   for ac_exec_ext in '' $ac_executable_extensions; do
3290   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3291     ac_cv_prog_ac_ct_CXX="$ac_prog"
3292     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3293     break 2
3294   fi
3295 done
3296 done
3297 IFS=$as_save_IFS
3298
3299 fi
3300 fi
3301 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3302 if test -n "$ac_ct_CXX"; then
3303   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3304 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3305 else
3306   { echo "$as_me:$LINENO: result: no" >&5
3307 echo "${ECHO_T}no" >&6; }
3308 fi
3309
3310
3311   test -n "$ac_ct_CXX" && break
3312 done
3313
3314   if test "x$ac_ct_CXX" = x; then
3315     CXX="g++"
3316   else
3317     case $cross_compiling:$ac_tool_warned in
3318 yes:)
3319 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3320 whose name does not start with the host triplet.  If you think this
3321 configuration is useful to you, please write to autoconf@gnu.org." >&5
3322 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3323 whose name does not start with the host triplet.  If you think this
3324 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3325 ac_tool_warned=yes ;;
3326 esac
3327     CXX=$ac_ct_CXX
3328   fi
3329 fi
3330
3331   fi
3332 fi
3333 # Provide some information about the compiler.
3334 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3335 ac_compiler=`set X $ac_compile; echo $2`
3336 { (ac_try="$ac_compiler --version >&5"
3337 case "(($ac_try" in
3338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339   *) ac_try_echo=$ac_try;;
3340 esac
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342   (eval "$ac_compiler --version >&5") 2>&5
3343   ac_status=$?
3344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3345   (exit $ac_status); }
3346 { (ac_try="$ac_compiler -v >&5"
3347 case "(($ac_try" in
3348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349   *) ac_try_echo=$ac_try;;
3350 esac
3351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3352   (eval "$ac_compiler -v >&5") 2>&5
3353   ac_status=$?
3354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355   (exit $ac_status); }
3356 { (ac_try="$ac_compiler -V >&5"
3357 case "(($ac_try" in
3358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359   *) ac_try_echo=$ac_try;;
3360 esac
3361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3362   (eval "$ac_compiler -V >&5") 2>&5
3363   ac_status=$?
3364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3365   (exit $ac_status); }
3366
3367 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3368 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3369 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3370   echo $ECHO_N "(cached) $ECHO_C" >&6
3371 else
3372   cat >conftest.$ac_ext <<_ACEOF
3373 /* confdefs.h.  */
3374 _ACEOF
3375 cat confdefs.h >>conftest.$ac_ext
3376 cat >>conftest.$ac_ext <<_ACEOF
3377 /* end confdefs.h.  */
3378
3379 int
3380 main ()
3381 {
3382 #ifndef __GNUC__
3383        choke me
3384 #endif
3385
3386   ;
3387   return 0;
3388 }
3389 _ACEOF
3390 rm -f conftest.$ac_objext
3391 if { (ac_try="$ac_compile"
3392 case "(($ac_try" in
3393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3394   *) ac_try_echo=$ac_try;;
3395 esac
3396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3397   (eval "$ac_compile") 2>conftest.er1
3398   ac_status=$?
3399   grep -v '^ *+' conftest.er1 >conftest.err
3400   rm -f conftest.er1
3401   cat conftest.err >&5
3402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403   (exit $ac_status); } && {
3404          test -z "$ac_cxx_werror_flag" ||
3405          test ! -s conftest.err
3406        } && test -s conftest.$ac_objext; then
3407   ac_compiler_gnu=yes
3408 else
3409   echo "$as_me: failed program was:" >&5
3410 sed 's/^/| /' conftest.$ac_ext >&5
3411
3412         ac_compiler_gnu=no
3413 fi
3414
3415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3416 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3417
3418 fi
3419 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3420 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3421 GXX=`test $ac_compiler_gnu = yes && echo yes`
3422 ac_test_CXXFLAGS=${CXXFLAGS+set}
3423 ac_save_CXXFLAGS=$CXXFLAGS
3424 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3425 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3426 if test "${ac_cv_prog_cxx_g+set}" = set; then
3427   echo $ECHO_N "(cached) $ECHO_C" >&6
3428 else
3429   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3430    ac_cxx_werror_flag=yes
3431    ac_cv_prog_cxx_g=no
3432    CXXFLAGS="-g"
3433    cat >conftest.$ac_ext <<_ACEOF
3434 /* confdefs.h.  */
3435 _ACEOF
3436 cat confdefs.h >>conftest.$ac_ext
3437 cat >>conftest.$ac_ext <<_ACEOF
3438 /* end confdefs.h.  */
3439
3440 int
3441 main ()
3442 {
3443
3444   ;
3445   return 0;
3446 }
3447 _ACEOF
3448 rm -f conftest.$ac_objext
3449 if { (ac_try="$ac_compile"
3450 case "(($ac_try" in
3451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3452   *) ac_try_echo=$ac_try;;
3453 esac
3454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3455   (eval "$ac_compile") 2>conftest.er1
3456   ac_status=$?
3457   grep -v '^ *+' conftest.er1 >conftest.err
3458   rm -f conftest.er1
3459   cat conftest.err >&5
3460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3461   (exit $ac_status); } && {
3462          test -z "$ac_cxx_werror_flag" ||
3463          test ! -s conftest.err
3464        } && test -s conftest.$ac_objext; then
3465   ac_cv_prog_cxx_g=yes
3466 else
3467   echo "$as_me: failed program was:" >&5
3468 sed 's/^/| /' conftest.$ac_ext >&5
3469
3470         CXXFLAGS=""
3471       cat >conftest.$ac_ext <<_ACEOF
3472 /* confdefs.h.  */
3473 _ACEOF
3474 cat confdefs.h >>conftest.$ac_ext
3475 cat >>conftest.$ac_ext <<_ACEOF
3476 /* end confdefs.h.  */
3477
3478 int
3479 main ()
3480 {
3481
3482   ;
3483   return 0;
3484 }
3485 _ACEOF
3486 rm -f conftest.$ac_objext
3487 if { (ac_try="$ac_compile"
3488 case "(($ac_try" in
3489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490   *) ac_try_echo=$ac_try;;
3491 esac
3492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3493   (eval "$ac_compile") 2>conftest.er1
3494   ac_status=$?
3495   grep -v '^ *+' conftest.er1 >conftest.err
3496   rm -f conftest.er1
3497   cat conftest.err >&5
3498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3499   (exit $ac_status); } && {
3500          test -z "$ac_cxx_werror_flag" ||
3501          test ! -s conftest.err
3502        } && test -s conftest.$ac_objext; then
3503   :
3504 else
3505   echo "$as_me: failed program was:" >&5
3506 sed 's/^/| /' conftest.$ac_ext >&5
3507
3508         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3509          CXXFLAGS="-g"
3510          cat >conftest.$ac_ext <<_ACEOF
3511 /* confdefs.h.  */
3512 _ACEOF
3513 cat confdefs.h >>conftest.$ac_ext
3514 cat >>conftest.$ac_ext <<_ACEOF
3515 /* end confdefs.h.  */
3516
3517 int
3518 main ()
3519 {
3520
3521   ;
3522   return 0;
3523 }
3524 _ACEOF
3525 rm -f conftest.$ac_objext
3526 if { (ac_try="$ac_compile"
3527 case "(($ac_try" in
3528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529   *) ac_try_echo=$ac_try;;
3530 esac
3531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3532   (eval "$ac_compile") 2>conftest.er1
3533   ac_status=$?
3534   grep -v '^ *+' conftest.er1 >conftest.err
3535   rm -f conftest.er1
3536   cat conftest.err >&5
3537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538   (exit $ac_status); } && {
3539          test -z "$ac_cxx_werror_flag" ||
3540          test ! -s conftest.err
3541        } && test -s conftest.$ac_objext; then
3542   ac_cv_prog_cxx_g=yes
3543 else
3544   echo "$as_me: failed program was:" >&5
3545 sed 's/^/| /' conftest.$ac_ext >&5
3546
3547
3548 fi
3549
3550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3551 fi
3552
3553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3554 fi
3555
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3557    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3558 fi
3559 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3560 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3561 if test "$ac_test_CXXFLAGS" = set; then
3562   CXXFLAGS=$ac_save_CXXFLAGS
3563 elif test $ac_cv_prog_cxx_g = yes; then
3564   if test "$GXX" = yes; then
3565     CXXFLAGS="-g -O2"
3566   else
3567     CXXFLAGS="-g"
3568   fi
3569 else
3570   if test "$GXX" = yes; then
3571     CXXFLAGS="-O2"
3572   else
3573     CXXFLAGS=
3574   fi
3575 fi
3576 ac_ext=c
3577 ac_cpp='$CPP $CPPFLAGS'
3578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3581
3582 if test -n "$ac_tool_prefix"; then
3583   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3584 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3585 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3587 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3588   echo $ECHO_N "(cached) $ECHO_C" >&6
3589 else
3590   if test -n "$CPPBIN"; then
3591   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3592 else
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3594 for as_dir in $PATH
3595 do
3596   IFS=$as_save_IFS
3597   test -z "$as_dir" && as_dir=.
3598   for ac_exec_ext in '' $ac_executable_extensions; do
3599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3600     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3601     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3602     break 2
3603   fi
3604 done
3605 done
3606 IFS=$as_save_IFS
3607
3608 fi
3609 fi
3610 CPPBIN=$ac_cv_prog_CPPBIN
3611 if test -n "$CPPBIN"; then
3612   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3613 echo "${ECHO_T}$CPPBIN" >&6; }
3614 else
3615   { echo "$as_me:$LINENO: result: no" >&5
3616 echo "${ECHO_T}no" >&6; }
3617 fi
3618
3619
3620 fi
3621 if test -z "$ac_cv_prog_CPPBIN"; then
3622   ac_ct_CPPBIN=$CPPBIN
3623   # Extract the first word of "cpp", so it can be a program name with args.
3624 set dummy cpp; ac_word=$2
3625 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3627 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3628   echo $ECHO_N "(cached) $ECHO_C" >&6
3629 else
3630   if test -n "$ac_ct_CPPBIN"; then
3631   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3632 else
3633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3634 for as_dir in $PATH
3635 do
3636   IFS=$as_save_IFS
3637   test -z "$as_dir" && as_dir=.
3638   for ac_exec_ext in '' $ac_executable_extensions; do
3639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3640     ac_cv_prog_ac_ct_CPPBIN="cpp"
3641     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3642     break 2
3643   fi
3644 done
3645 done
3646 IFS=$as_save_IFS
3647
3648 fi
3649 fi
3650 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3651 if test -n "$ac_ct_CPPBIN"; then
3652   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3653 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3654 else
3655   { echo "$as_me:$LINENO: result: no" >&5
3656 echo "${ECHO_T}no" >&6; }
3657 fi
3658
3659   if test "x$ac_ct_CPPBIN" = x; then
3660     CPPBIN="cpp"
3661   else
3662     case $cross_compiling:$ac_tool_warned in
3663 yes:)
3664 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3665 whose name does not start with the host triplet.  If you think this
3666 configuration is useful to you, please write to autoconf@gnu.org." >&5
3667 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3668 whose name does not start with the host triplet.  If you think this
3669 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3670 ac_tool_warned=yes ;;
3671 esac
3672     CPPBIN=$ac_ct_CPPBIN
3673   fi
3674 else
3675   CPPBIN="$ac_cv_prog_CPPBIN"
3676 fi
3677
3678
3679 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3680 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3681 if test "${wine_cv_toolsdir+set}" = set; then
3682   echo $ECHO_N "(cached) $ECHO_C" >&6
3683 else
3684   if test -z "$with_wine_tools"; then
3685      if test "$cross_compiling" = "yes"; then
3686        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3687 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3688    { (exit 1); exit 1; }; }
3689      else
3690        wine_cv_toolsdir="\$(TOPOBJDIR)"
3691      fi
3692    elif test -d "$with_wine_tools/tools/winebuild"; then
3693      case $with_wine_tools in
3694        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3695        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3696      esac
3697    else
3698      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3699 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3700    { (exit 1); exit 1; }; }
3701    fi
3702 fi
3703 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3704 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3705 TOOLSDIR=$wine_cv_toolsdir
3706
3707
3708
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3714 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3715 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3716 # On Suns, sometimes $CPP names a directory.
3717 if test -n "$CPP" && test -d "$CPP"; then
3718   CPP=
3719 fi
3720 if test -z "$CPP"; then
3721   if test "${ac_cv_prog_CPP+set}" = set; then
3722   echo $ECHO_N "(cached) $ECHO_C" >&6
3723 else
3724       # Double quotes because CPP needs to be expanded
3725     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3726     do
3727       ac_preproc_ok=false
3728 for ac_c_preproc_warn_flag in '' yes
3729 do
3730   # Use a header file that comes with gcc, so configuring glibc
3731   # with a fresh cross-compiler works.
3732   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3733   # <limits.h> exists even on freestanding compilers.
3734   # On the NeXT, cc -E runs the code through the compiler's parser,
3735   # not just through cpp. "Syntax error" is here to catch this case.
3736   cat >conftest.$ac_ext <<_ACEOF
3737 /* confdefs.h.  */
3738 _ACEOF
3739 cat confdefs.h >>conftest.$ac_ext
3740 cat >>conftest.$ac_ext <<_ACEOF
3741 /* end confdefs.h.  */
3742 #ifdef __STDC__
3743 # include <limits.h>
3744 #else
3745 # include <assert.h>
3746 #endif
3747                      Syntax error
3748 _ACEOF
3749 if { (ac_try="$ac_cpp conftest.$ac_ext"
3750 case "(($ac_try" in
3751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3752   *) ac_try_echo=$ac_try;;
3753 esac
3754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3755   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3756   ac_status=$?
3757   grep -v '^ *+' conftest.er1 >conftest.err
3758   rm -f conftest.er1
3759   cat conftest.err >&5
3760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3761   (exit $ac_status); } >/dev/null && {
3762          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3763          test ! -s conftest.err
3764        }; then
3765   :
3766 else
3767   echo "$as_me: failed program was:" >&5
3768 sed 's/^/| /' conftest.$ac_ext >&5
3769
3770   # Broken: fails on valid input.
3771 continue
3772 fi
3773
3774 rm -f conftest.err conftest.$ac_ext
3775
3776   # OK, works on sane cases.  Now check whether nonexistent headers
3777   # can be detected and how.
3778   cat >conftest.$ac_ext <<_ACEOF
3779 /* confdefs.h.  */
3780 _ACEOF
3781 cat confdefs.h >>conftest.$ac_ext
3782 cat >>conftest.$ac_ext <<_ACEOF
3783 /* end confdefs.h.  */
3784 #include <ac_nonexistent.h>
3785 _ACEOF
3786 if { (ac_try="$ac_cpp conftest.$ac_ext"
3787 case "(($ac_try" in
3788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3789   *) ac_try_echo=$ac_try;;
3790 esac
3791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3792   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3793   ac_status=$?
3794   grep -v '^ *+' conftest.er1 >conftest.err
3795   rm -f conftest.er1
3796   cat conftest.err >&5
3797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798   (exit $ac_status); } >/dev/null && {
3799          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3800          test ! -s conftest.err
3801        }; then
3802   # Broken: success on invalid input.
3803 continue
3804 else
3805   echo "$as_me: failed program was:" >&5
3806 sed 's/^/| /' conftest.$ac_ext >&5
3807
3808   # Passes both tests.
3809 ac_preproc_ok=:
3810 break
3811 fi
3812
3813 rm -f conftest.err conftest.$ac_ext
3814
3815 done
3816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3817 rm -f conftest.err conftest.$ac_ext
3818 if $ac_preproc_ok; then
3819   break
3820 fi
3821
3822     done
3823     ac_cv_prog_CPP=$CPP
3824
3825 fi
3826   CPP=$ac_cv_prog_CPP
3827 else
3828   ac_cv_prog_CPP=$CPP
3829 fi
3830 { echo "$as_me:$LINENO: result: $CPP" >&5
3831 echo "${ECHO_T}$CPP" >&6; }
3832 ac_preproc_ok=false
3833 for ac_c_preproc_warn_flag in '' yes
3834 do
3835   # Use a header file that comes with gcc, so configuring glibc
3836   # with a fresh cross-compiler works.
3837   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3838   # <limits.h> exists even on freestanding compilers.
3839   # On the NeXT, cc -E runs the code through the compiler's parser,
3840   # not just through cpp. "Syntax error" is here to catch this case.
3841   cat >conftest.$ac_ext <<_ACEOF
3842 /* confdefs.h.  */
3843 _ACEOF
3844 cat confdefs.h >>conftest.$ac_ext
3845 cat >>conftest.$ac_ext <<_ACEOF
3846 /* end confdefs.h.  */
3847 #ifdef __STDC__
3848 # include <limits.h>
3849 #else
3850 # include <assert.h>
3851 #endif
3852                      Syntax error
3853 _ACEOF
3854 if { (ac_try="$ac_cpp conftest.$ac_ext"
3855 case "(($ac_try" in
3856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3857   *) ac_try_echo=$ac_try;;
3858 esac
3859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3860   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3861   ac_status=$?
3862   grep -v '^ *+' conftest.er1 >conftest.err
3863   rm -f conftest.er1
3864   cat conftest.err >&5
3865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866   (exit $ac_status); } >/dev/null && {
3867          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3868          test ! -s conftest.err
3869        }; then
3870   :
3871 else
3872   echo "$as_me: failed program was:" >&5
3873 sed 's/^/| /' conftest.$ac_ext >&5
3874
3875   # Broken: fails on valid input.
3876 continue
3877 fi
3878
3879 rm -f conftest.err conftest.$ac_ext
3880
3881   # OK, works on sane cases.  Now check whether nonexistent headers
3882   # can be detected and how.
3883   cat >conftest.$ac_ext <<_ACEOF
3884 /* confdefs.h.  */
3885 _ACEOF
3886 cat confdefs.h >>conftest.$ac_ext
3887 cat >>conftest.$ac_ext <<_ACEOF
3888 /* end confdefs.h.  */
3889 #include <ac_nonexistent.h>
3890 _ACEOF
3891 if { (ac_try="$ac_cpp conftest.$ac_ext"
3892 case "(($ac_try" in
3893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3894   *) ac_try_echo=$ac_try;;
3895 esac
3896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3897   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3898   ac_status=$?
3899   grep -v '^ *+' conftest.er1 >conftest.err
3900   rm -f conftest.er1
3901   cat conftest.err >&5
3902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3903   (exit $ac_status); } >/dev/null && {
3904          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3905          test ! -s conftest.err
3906        }; then
3907   # Broken: success on invalid input.
3908 continue
3909 else
3910   echo "$as_me: failed program was:" >&5
3911 sed 's/^/| /' conftest.$ac_ext >&5
3912
3913   # Passes both tests.
3914 ac_preproc_ok=:
3915 break
3916 fi
3917
3918 rm -f conftest.err conftest.$ac_ext
3919
3920 done
3921 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3922 rm -f conftest.err conftest.$ac_ext
3923 if $ac_preproc_ok; then
3924   :
3925 else
3926   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3927 See \`config.log' for more details." >&5
3928 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3929 See \`config.log' for more details." >&2;}
3930    { (exit 1); exit 1; }; }
3931 fi
3932
3933 ac_ext=c
3934 ac_cpp='$CPP $CPPFLAGS'
3935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3936 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3938
3939
3940 { echo "$as_me:$LINENO: checking for X" >&5
3941 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3942
3943
3944 # Check whether --with-x was given.
3945 if test "${with_x+set}" = set; then
3946   withval=$with_x;
3947 fi
3948
3949 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3950 if test "x$with_x" = xno; then
3951   # The user explicitly disabled X.
3952   have_x=disabled
3953 else
3954   case $x_includes,$x_libraries in #(
3955     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3956 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3957    { (exit 1); exit 1; }; };; #(
3958     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3959   echo $ECHO_N "(cached) $ECHO_C" >&6
3960 else
3961   # One or both of the vars are not set, and there is no cached value.
3962 ac_x_includes=no ac_x_libraries=no
3963 rm -f -r conftest.dir
3964 if mkdir conftest.dir; then
3965   cd conftest.dir
3966   cat >Imakefile <<'_ACEOF'
3967 incroot:
3968         @echo incroot='${INCROOT}'
3969 usrlibdir:
3970         @echo usrlibdir='${USRLIBDIR}'
3971 libdir:
3972         @echo libdir='${LIBDIR}'
3973 _ACEOF
3974   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3975     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3976     for ac_var in incroot usrlibdir libdir; do
3977       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3978     done
3979     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3980     for ac_extension in a so sl; do
3981       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3982          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3983         ac_im_usrlibdir=$ac_im_libdir; break
3984       fi
3985     done
3986     # Screen out bogus values from the imake configuration.  They are
3987     # bogus both because they are the default anyway, and because
3988     # using them would break gcc on systems where it needs fixed includes.
3989     case $ac_im_incroot in
3990         /usr/include) ac_x_includes= ;;
3991         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3992     esac
3993     case $ac_im_usrlibdir in
3994         /usr/lib | /lib) ;;
3995         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3996     esac
3997   fi
3998   cd ..
3999   rm -f -r conftest.dir
4000 fi
4001
4002 # Standard set of common directories for X headers.
4003 # Check X11 before X11Rn because it is often a symlink to the current release.
4004 ac_x_header_dirs='
4005 /usr/X11/include
4006 /usr/X11R6/include
4007 /usr/X11R5/include
4008 /usr/X11R4/include
4009
4010 /usr/include/X11
4011 /usr/include/X11R6
4012 /usr/include/X11R5
4013 /usr/include/X11R4
4014
4015 /usr/local/X11/include
4016 /usr/local/X11R6/include
4017 /usr/local/X11R5/include
4018 /usr/local/X11R4/include
4019
4020 /usr/local/include/X11
4021 /usr/local/include/X11R6
4022 /usr/local/include/X11R5
4023 /usr/local/include/X11R4
4024
4025 /usr/X386/include
4026 /usr/x386/include
4027 /usr/XFree86/include/X11
4028
4029 /usr/include
4030 /usr/local/include
4031 /usr/unsupported/include
4032 /usr/athena/include
4033 /usr/local/x11r5/include
4034 /usr/lpp/Xamples/include
4035
4036 /usr/openwin/include
4037 /usr/openwin/share/include'
4038
4039 if test "$ac_x_includes" = no; then
4040   # Guess where to find include files, by looking for Xlib.h.
4041   # First, try using that file with no special directory specified.
4042   cat >conftest.$ac_ext <<_ACEOF
4043 /* confdefs.h.  */
4044 _ACEOF
4045 cat confdefs.h >>conftest.$ac_ext
4046 cat >>conftest.$ac_ext <<_ACEOF
4047 /* end confdefs.h.  */
4048 #include <X11/Xlib.h>
4049 _ACEOF
4050 if { (ac_try="$ac_cpp conftest.$ac_ext"
4051 case "(($ac_try" in
4052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4053   *) ac_try_echo=$ac_try;;
4054 esac
4055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4056   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4057   ac_status=$?
4058   grep -v '^ *+' conftest.er1 >conftest.err
4059   rm -f conftest.er1
4060   cat conftest.err >&5
4061   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4062   (exit $ac_status); } >/dev/null && {
4063          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4064          test ! -s conftest.err
4065        }; then
4066   # We can compile using X headers with no special include directory.
4067 ac_x_includes=
4068 else
4069   echo "$as_me: failed program was:" >&5
4070 sed 's/^/| /' conftest.$ac_ext >&5
4071
4072   for ac_dir in $ac_x_header_dirs; do
4073   if test -r "$ac_dir/X11/Xlib.h"; then
4074     ac_x_includes=$ac_dir
4075     break
4076   fi
4077 done
4078 fi
4079
4080 rm -f conftest.err conftest.$ac_ext
4081 fi # $ac_x_includes = no
4082
4083 if test "$ac_x_libraries" = no; then
4084   # Check for the libraries.
4085   # See if we find them without any special options.
4086   # Don't add to $LIBS permanently.
4087   ac_save_LIBS=$LIBS
4088   LIBS="-lX11 $LIBS"
4089   cat >conftest.$ac_ext <<_ACEOF
4090 /* confdefs.h.  */
4091 _ACEOF
4092 cat confdefs.h >>conftest.$ac_ext
4093 cat >>conftest.$ac_ext <<_ACEOF
4094 /* end confdefs.h.  */
4095 #include <X11/Xlib.h>
4096 int
4097 main ()
4098 {
4099 XrmInitialize ()
4100   ;
4101   return 0;
4102 }
4103 _ACEOF
4104 rm -f conftest.$ac_objext conftest$ac_exeext
4105 if { (ac_try="$ac_link"
4106 case "(($ac_try" in
4107   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4108   *) ac_try_echo=$ac_try;;
4109 esac
4110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4111   (eval "$ac_link") 2>conftest.er1
4112   ac_status=$?
4113   grep -v '^ *+' conftest.er1 >conftest.err
4114   rm -f conftest.er1
4115   cat conftest.err >&5
4116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4117   (exit $ac_status); } && {
4118          test -z "$ac_c_werror_flag" ||
4119          test ! -s conftest.err
4120        } && test -s conftest$ac_exeext &&
4121        $as_test_x conftest$ac_exeext; then
4122   LIBS=$ac_save_LIBS
4123 # We can link X programs with no special library path.
4124 ac_x_libraries=
4125 else
4126   echo "$as_me: failed program was:" >&5
4127 sed 's/^/| /' conftest.$ac_ext >&5
4128
4129         LIBS=$ac_save_LIBS
4130 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4131 do
4132   # Don't even attempt the hair of trying to link an X program!
4133   for ac_extension in a so sl; do
4134     if test -r "$ac_dir/libX11.$ac_extension"; then
4135       ac_x_libraries=$ac_dir
4136       break 2
4137     fi
4138   done
4139 done
4140 fi
4141
4142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4143       conftest$ac_exeext conftest.$ac_ext
4144 fi # $ac_x_libraries = no
4145
4146 case $ac_x_includes,$ac_x_libraries in #(
4147   no,* | *,no | *\'*)
4148     # Didn't find X, or a directory has "'" in its name.
4149     ac_cv_have_x="have_x=no";; #(
4150   *)
4151     # Record where we found X for the cache.
4152     ac_cv_have_x="have_x=yes\
4153         ac_x_includes='$ac_x_includes'\
4154         ac_x_libraries='$ac_x_libraries'"
4155 esac
4156 fi
4157 ;; #(
4158     *) have_x=yes;;
4159   esac
4160   eval "$ac_cv_have_x"
4161 fi # $with_x != no
4162
4163 if test "$have_x" != yes; then
4164   { echo "$as_me:$LINENO: result: $have_x" >&5
4165 echo "${ECHO_T}$have_x" >&6; }
4166   no_x=yes
4167 else
4168   # If each of the values was on the command line, it overrides each guess.
4169   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4170   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4171   # Update the cache value to reflect the command line values.
4172   ac_cv_have_x="have_x=yes\
4173         ac_x_includes='$x_includes'\
4174         ac_x_libraries='$x_libraries'"
4175   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4176 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4177 fi
4178
4179 if test "$no_x" = yes; then
4180   # Not all programs may use this symbol, but it does not hurt to define it.
4181
4182 cat >>confdefs.h <<\_ACEOF
4183 #define X_DISPLAY_MISSING 1
4184 _ACEOF
4185
4186   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4187 else
4188   if test -n "$x_includes"; then
4189     X_CFLAGS="$X_CFLAGS -I$x_includes"
4190   fi
4191
4192   # It would also be nice to do this for all -L options, not just this one.
4193   if test -n "$x_libraries"; then
4194     X_LIBS="$X_LIBS -L$x_libraries"
4195     # For Solaris; some versions of Sun CC require a space after -R and
4196     # others require no space.  Words are not sufficient . . . .
4197     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4198 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4199     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4200     ac_xsave_c_werror_flag=$ac_c_werror_flag
4201     ac_c_werror_flag=yes
4202     cat >conftest.$ac_ext <<_ACEOF
4203 /* confdefs.h.  */
4204 _ACEOF
4205 cat confdefs.h >>conftest.$ac_ext
4206 cat >>conftest.$ac_ext <<_ACEOF
4207 /* end confdefs.h.  */
4208
4209 int
4210 main ()
4211 {
4212
4213   ;
4214   return 0;
4215 }
4216 _ACEOF
4217 rm -f conftest.$ac_objext conftest$ac_exeext
4218 if { (ac_try="$ac_link"
4219 case "(($ac_try" in
4220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4221   *) ac_try_echo=$ac_try;;
4222 esac
4223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4224   (eval "$ac_link") 2>conftest.er1
4225   ac_status=$?
4226   grep -v '^ *+' conftest.er1 >conftest.err
4227   rm -f conftest.er1
4228   cat conftest.err >&5
4229   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4230   (exit $ac_status); } && {
4231          test -z "$ac_c_werror_flag" ||
4232          test ! -s conftest.err
4233        } && test -s conftest$ac_exeext &&
4234        $as_test_x conftest$ac_exeext; then
4235   { echo "$as_me:$LINENO: result: no" >&5
4236 echo "${ECHO_T}no" >&6; }
4237        X_LIBS="$X_LIBS -R$x_libraries"
4238 else
4239   echo "$as_me: failed program was:" >&5
4240 sed 's/^/| /' conftest.$ac_ext >&5
4241
4242         LIBS="$ac_xsave_LIBS -R $x_libraries"
4243        cat >conftest.$ac_ext <<_ACEOF
4244 /* confdefs.h.  */
4245 _ACEOF
4246 cat confdefs.h >>conftest.$ac_ext
4247 cat >>conftest.$ac_ext <<_ACEOF
4248 /* end confdefs.h.  */
4249
4250 int
4251 main ()
4252 {
4253
4254   ;
4255   return 0;
4256 }
4257 _ACEOF
4258 rm -f conftest.$ac_objext conftest$ac_exeext
4259 if { (ac_try="$ac_link"
4260 case "(($ac_try" in
4261   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4262   *) ac_try_echo=$ac_try;;
4263 esac
4264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4265   (eval "$ac_link") 2>conftest.er1
4266   ac_status=$?
4267   grep -v '^ *+' conftest.er1 >conftest.err
4268   rm -f conftest.er1
4269   cat conftest.err >&5
4270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271   (exit $ac_status); } && {
4272          test -z "$ac_c_werror_flag" ||
4273          test ! -s conftest.err
4274        } && test -s conftest$ac_exeext &&
4275        $as_test_x conftest$ac_exeext; then
4276   { echo "$as_me:$LINENO: result: yes" >&5
4277 echo "${ECHO_T}yes" >&6; }
4278           X_LIBS="$X_LIBS -R $x_libraries"
4279 else
4280   echo "$as_me: failed program was:" >&5
4281 sed 's/^/| /' conftest.$ac_ext >&5
4282
4283         { echo "$as_me:$LINENO: result: neither works" >&5
4284 echo "${ECHO_T}neither works" >&6; }
4285 fi
4286
4287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4288       conftest$ac_exeext conftest.$ac_ext
4289 fi
4290
4291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4292       conftest$ac_exeext conftest.$ac_ext
4293     ac_c_werror_flag=$ac_xsave_c_werror_flag
4294     LIBS=$ac_xsave_LIBS
4295   fi
4296
4297   # Check for system-dependent libraries X programs must link with.
4298   # Do this before checking for the system-independent R6 libraries
4299   # (-lICE), since we may need -lsocket or whatever for X linking.
4300
4301   if test "$ISC" = yes; then
4302     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4303   else
4304     # Martyn Johnson says this is needed for Ultrix, if the X
4305     # libraries were built with DECnet support.  And Karl Berry says
4306     # the Alpha needs dnet_stub (dnet does not exist).
4307     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4308     cat >conftest.$ac_ext <<_ACEOF
4309 /* confdefs.h.  */
4310 _ACEOF
4311 cat confdefs.h >>conftest.$ac_ext
4312 cat >>conftest.$ac_ext <<_ACEOF
4313 /* end confdefs.h.  */
4314
4315 /* Override any GCC internal prototype to avoid an error.
4316    Use char because int might match the return type of a GCC
4317    builtin and then its argument prototype would still apply.  */
4318 #ifdef __cplusplus
4319 extern "C"
4320 #endif
4321 char XOpenDisplay ();
4322 int
4323 main ()
4324 {
4325 return XOpenDisplay ();
4326   ;
4327   return 0;
4328 }
4329 _ACEOF
4330 rm -f conftest.$ac_objext conftest$ac_exeext
4331 if { (ac_try="$ac_link"
4332 case "(($ac_try" in
4333   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4334   *) ac_try_echo=$ac_try;;
4335 esac
4336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4337   (eval "$ac_link") 2>conftest.er1
4338   ac_status=$?
4339   grep -v '^ *+' conftest.er1 >conftest.err
4340   rm -f conftest.er1
4341   cat conftest.err >&5
4342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343   (exit $ac_status); } && {
4344          test -z "$ac_c_werror_flag" ||
4345          test ! -s conftest.err
4346        } && test -s conftest$ac_exeext &&
4347        $as_test_x conftest$ac_exeext; then
4348   :
4349 else
4350   echo "$as_me: failed program was:" >&5
4351 sed 's/^/| /' conftest.$ac_ext >&5
4352
4353         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4354 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4355 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4356   echo $ECHO_N "(cached) $ECHO_C" >&6
4357 else
4358   ac_check_lib_save_LIBS=$LIBS
4359 LIBS="-ldnet  $LIBS"
4360 cat >conftest.$ac_ext <<_ACEOF
4361 /* confdefs.h.  */
4362 _ACEOF
4363 cat confdefs.h >>conftest.$ac_ext
4364 cat >>conftest.$ac_ext <<_ACEOF
4365 /* end confdefs.h.  */
4366
4367 /* Override any GCC internal prototype to avoid an error.
4368    Use char because int might match the return type of a GCC
4369    builtin and then its argument prototype would still apply.  */
4370 #ifdef __cplusplus
4371 extern "C"
4372 #endif
4373 char dnet_ntoa ();
4374 int
4375 main ()
4376 {
4377 return dnet_ntoa ();
4378   ;
4379   return 0;
4380 }
4381 _ACEOF
4382 rm -f conftest.$ac_objext conftest$ac_exeext
4383 if { (ac_try="$ac_link"
4384 case "(($ac_try" in
4385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4386   *) ac_try_echo=$ac_try;;
4387 esac
4388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4389   (eval "$ac_link") 2>conftest.er1
4390   ac_status=$?
4391   grep -v '^ *+' conftest.er1 >conftest.err
4392   rm -f conftest.er1
4393   cat conftest.err >&5
4394   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4395   (exit $ac_status); } && {
4396          test -z "$ac_c_werror_flag" ||
4397          test ! -s conftest.err
4398        } && test -s conftest$ac_exeext &&
4399        $as_test_x conftest$ac_exeext; then
4400   ac_cv_lib_dnet_dnet_ntoa=yes
4401 else
4402   echo "$as_me: failed program was:" >&5
4403 sed 's/^/| /' conftest.$ac_ext >&5
4404
4405         ac_cv_lib_dnet_dnet_ntoa=no
4406 fi
4407
4408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4409       conftest$ac_exeext conftest.$ac_ext
4410 LIBS=$ac_check_lib_save_LIBS
4411 fi
4412 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4413 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4414 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4415   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4416 fi
4417
4418     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4419       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4420 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4421 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4422   echo $ECHO_N "(cached) $ECHO_C" >&6
4423 else
4424   ac_check_lib_save_LIBS=$LIBS
4425 LIBS="-ldnet_stub  $LIBS"
4426 cat >conftest.$ac_ext <<_ACEOF
4427 /* confdefs.h.  */
4428 _ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h.  */
4432
4433 /* Override any GCC internal prototype to avoid an error.
4434    Use char because int might match the return type of a GCC
4435    builtin and then its argument prototype would still apply.  */
4436 #ifdef __cplusplus
4437 extern "C"
4438 #endif
4439 char dnet_ntoa ();
4440 int
4441 main ()
4442 {
4443 return dnet_ntoa ();
4444   ;
4445   return 0;
4446 }
4447 _ACEOF
4448 rm -f conftest.$ac_objext conftest$ac_exeext
4449 if { (ac_try="$ac_link"
4450 case "(($ac_try" in
4451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4452   *) ac_try_echo=$ac_try;;
4453 esac
4454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4455   (eval "$ac_link") 2>conftest.er1
4456   ac_status=$?
4457   grep -v '^ *+' conftest.er1 >conftest.err
4458   rm -f conftest.er1
4459   cat conftest.err >&5
4460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4461   (exit $ac_status); } && {
4462          test -z "$ac_c_werror_flag" ||
4463          test ! -s conftest.err
4464        } && test -s conftest$ac_exeext &&
4465        $as_test_x conftest$ac_exeext; then
4466   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4467 else
4468   echo "$as_me: failed program was:" >&5
4469 sed 's/^/| /' conftest.$ac_ext >&5
4470
4471         ac_cv_lib_dnet_stub_dnet_ntoa=no
4472 fi
4473
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475       conftest$ac_exeext conftest.$ac_ext
4476 LIBS=$ac_check_lib_save_LIBS
4477 fi
4478 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4479 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4480 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4481   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4482 fi
4483
4484     fi
4485 fi
4486
4487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4488       conftest$ac_exeext conftest.$ac_ext
4489     LIBS="$ac_xsave_LIBS"
4490
4491     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4492     # to get the SysV transport functions.
4493     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4494     # needs -lnsl.
4495     # The nsl library prevents programs from opening the X display
4496     # on Irix 5.2, according to T.E. Dickey.
4497     # The functions gethostbyname, getservbyname, and inet_addr are
4498     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4499     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4500 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4501 if test "${ac_cv_func_gethostbyname+set}" = set; then
4502   echo $ECHO_N "(cached) $ECHO_C" >&6
4503 else
4504   cat >conftest.$ac_ext <<_ACEOF
4505 /* confdefs.h.  */
4506 _ACEOF
4507 cat confdefs.h >>conftest.$ac_ext
4508 cat >>conftest.$ac_ext <<_ACEOF
4509 /* end confdefs.h.  */
4510 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4511    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4512 #define gethostbyname innocuous_gethostbyname
4513
4514 /* System header to define __stub macros and hopefully few prototypes,
4515     which can conflict with char gethostbyname (); below.
4516     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4517     <limits.h> exists even on freestanding compilers.  */
4518
4519 #ifdef __STDC__
4520 # include <limits.h>
4521 #else
4522 # include <assert.h>
4523 #endif
4524
4525 #undef gethostbyname
4526
4527 /* Override any GCC internal prototype to avoid an error.
4528    Use char because int might match the return type of a GCC
4529    builtin and then its argument prototype would still apply.  */
4530 #ifdef __cplusplus
4531 extern "C"
4532 #endif
4533 char gethostbyname ();
4534 /* The GNU C library defines this for functions which it implements
4535     to always fail with ENOSYS.  Some functions are actually named
4536     something starting with __ and the normal name is an alias.  */
4537 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4538 choke me
4539 #endif
4540
4541 int
4542 main ()
4543 {
4544 return gethostbyname ();
4545   ;
4546   return 0;
4547 }
4548 _ACEOF
4549 rm -f conftest.$ac_objext conftest$ac_exeext
4550 if { (ac_try="$ac_link"
4551 case "(($ac_try" in
4552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4553   *) ac_try_echo=$ac_try;;
4554 esac
4555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4556   (eval "$ac_link") 2>conftest.er1
4557   ac_status=$?
4558   grep -v '^ *+' conftest.er1 >conftest.err
4559   rm -f conftest.er1
4560   cat conftest.err >&5
4561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4562   (exit $ac_status); } && {
4563          test -z "$ac_c_werror_flag" ||
4564          test ! -s conftest.err
4565        } && test -s conftest$ac_exeext &&
4566        $as_test_x conftest$ac_exeext; then
4567   ac_cv_func_gethostbyname=yes
4568 else
4569   echo "$as_me: failed program was:" >&5
4570 sed 's/^/| /' conftest.$ac_ext >&5
4571
4572         ac_cv_func_gethostbyname=no
4573 fi
4574
4575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4576       conftest$ac_exeext conftest.$ac_ext
4577 fi
4578 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4579 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4580
4581     if test $ac_cv_func_gethostbyname = no; then
4582       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4583 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4584 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4585   echo $ECHO_N "(cached) $ECHO_C" >&6
4586 else
4587   ac_check_lib_save_LIBS=$LIBS
4588 LIBS="-lnsl  $LIBS"
4589 cat >conftest.$ac_ext <<_ACEOF
4590 /* confdefs.h.  */
4591 _ACEOF
4592 cat confdefs.h >>conftest.$ac_ext
4593 cat >>conftest.$ac_ext <<_ACEOF
4594 /* end confdefs.h.  */
4595
4596 /* Override any GCC internal prototype to avoid an error.
4597    Use char because int might match the return type of a GCC
4598    builtin and then its argument prototype would still apply.  */
4599 #ifdef __cplusplus
4600 extern "C"
4601 #endif
4602 char gethostbyname ();
4603 int
4604 main ()
4605 {
4606 return gethostbyname ();
4607   ;
4608   return 0;
4609 }
4610 _ACEOF
4611 rm -f conftest.$ac_objext conftest$ac_exeext
4612 if { (ac_try="$ac_link"
4613 case "(($ac_try" in
4614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4615   *) ac_try_echo=$ac_try;;
4616 esac
4617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4618   (eval "$ac_link") 2>conftest.er1
4619   ac_status=$?
4620   grep -v '^ *+' conftest.er1 >conftest.err
4621   rm -f conftest.er1
4622   cat conftest.err >&5
4623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4624   (exit $ac_status); } && {
4625          test -z "$ac_c_werror_flag" ||
4626          test ! -s conftest.err
4627        } && test -s conftest$ac_exeext &&
4628        $as_test_x conftest$ac_exeext; then
4629   ac_cv_lib_nsl_gethostbyname=yes
4630 else
4631   echo "$as_me: failed program was:" >&5
4632 sed 's/^/| /' conftest.$ac_ext >&5
4633
4634         ac_cv_lib_nsl_gethostbyname=no
4635 fi
4636
4637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4638       conftest$ac_exeext conftest.$ac_ext
4639 LIBS=$ac_check_lib_save_LIBS
4640 fi
4641 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4642 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4643 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4644   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4645 fi
4646
4647       if test $ac_cv_lib_nsl_gethostbyname = no; then
4648         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4649 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4650 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4651   echo $ECHO_N "(cached) $ECHO_C" >&6
4652 else
4653   ac_check_lib_save_LIBS=$LIBS
4654 LIBS="-lbsd  $LIBS"
4655 cat >conftest.$ac_ext <<_ACEOF
4656 /* confdefs.h.  */
4657 _ACEOF
4658 cat confdefs.h >>conftest.$ac_ext
4659 cat >>conftest.$ac_ext <<_ACEOF
4660 /* end confdefs.h.  */
4661
4662 /* Override any GCC internal prototype to avoid an error.
4663    Use char because int might match the return type of a GCC
4664    builtin and then its argument prototype would still apply.  */
4665 #ifdef __cplusplus
4666 extern "C"
4667 #endif
4668 char gethostbyname ();
4669 int
4670 main ()
4671 {
4672 return gethostbyname ();
4673   ;
4674   return 0;
4675 }
4676 _ACEOF
4677 rm -f conftest.$ac_objext conftest$ac_exeext
4678 if { (ac_try="$ac_link"
4679 case "(($ac_try" in
4680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4681   *) ac_try_echo=$ac_try;;
4682 esac
4683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4684   (eval "$ac_link") 2>conftest.er1
4685   ac_status=$?
4686   grep -v '^ *+' conftest.er1 >conftest.err
4687   rm -f conftest.er1
4688   cat conftest.err >&5
4689   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4690   (exit $ac_status); } && {
4691          test -z "$ac_c_werror_flag" ||
4692          test ! -s conftest.err
4693        } && test -s conftest$ac_exeext &&
4694        $as_test_x conftest$ac_exeext; then
4695   ac_cv_lib_bsd_gethostbyname=yes
4696 else
4697   echo "$as_me: failed program was:" >&5
4698 sed 's/^/| /' conftest.$ac_ext >&5
4699
4700         ac_cv_lib_bsd_gethostbyname=no
4701 fi
4702
4703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4704       conftest$ac_exeext conftest.$ac_ext
4705 LIBS=$ac_check_lib_save_LIBS
4706 fi
4707 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4708 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4709 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4710   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4711 fi
4712
4713       fi
4714     fi
4715
4716     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4717     # socket/setsockopt and other routines are undefined under SCO ODT
4718     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4719     # on later versions), says Simon Leinen: it contains gethostby*
4720     # variants that don't use the name server (or something).  -lsocket
4721     # must be given before -lnsl if both are needed.  We assume that
4722     # if connect needs -lnsl, so does gethostbyname.
4723     { echo "$as_me:$LINENO: checking for connect" >&5
4724 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4725 if test "${ac_cv_func_connect+set}" = set; then
4726   echo $ECHO_N "(cached) $ECHO_C" >&6
4727 else
4728   cat >conftest.$ac_ext <<_ACEOF
4729 /* confdefs.h.  */
4730 _ACEOF
4731 cat confdefs.h >>conftest.$ac_ext
4732 cat >>conftest.$ac_ext <<_ACEOF
4733 /* end confdefs.h.  */
4734 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4735    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4736 #define connect innocuous_connect
4737
4738 /* System header to define __stub macros and hopefully few prototypes,
4739     which can conflict with char connect (); below.
4740     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4741     <limits.h> exists even on freestanding compilers.  */
4742
4743 #ifdef __STDC__
4744 # include <limits.h>
4745 #else
4746 # include <assert.h>
4747 #endif
4748
4749 #undef connect
4750
4751 /* Override any GCC internal prototype to avoid an error.
4752    Use char because int might match the return type of a GCC
4753    builtin and then its argument prototype would still apply.  */
4754 #ifdef __cplusplus
4755 extern "C"
4756 #endif
4757 char connect ();
4758 /* The GNU C library defines this for functions which it implements
4759     to always fail with ENOSYS.  Some functions are actually named
4760     something starting with __ and the normal name is an alias.  */
4761 #if defined __stub_connect || defined __stub___connect
4762 choke me
4763 #endif
4764
4765 int
4766 main ()
4767 {
4768 return connect ();
4769   ;
4770   return 0;
4771 }
4772 _ACEOF
4773 rm -f conftest.$ac_objext conftest$ac_exeext
4774 if { (ac_try="$ac_link"
4775 case "(($ac_try" in
4776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4777   *) ac_try_echo=$ac_try;;
4778 esac
4779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4780   (eval "$ac_link") 2>conftest.er1
4781   ac_status=$?
4782   grep -v '^ *+' conftest.er1 >conftest.err
4783   rm -f conftest.er1
4784   cat conftest.err >&5
4785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786   (exit $ac_status); } && {
4787          test -z "$ac_c_werror_flag" ||
4788          test ! -s conftest.err
4789        } && test -s conftest$ac_exeext &&
4790        $as_test_x conftest$ac_exeext; then
4791   ac_cv_func_connect=yes
4792 else
4793   echo "$as_me: failed program was:" >&5
4794 sed 's/^/| /' conftest.$ac_ext >&5
4795
4796         ac_cv_func_connect=no
4797 fi
4798
4799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4800       conftest$ac_exeext conftest.$ac_ext
4801 fi
4802 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4803 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4804
4805     if test $ac_cv_func_connect = no; then
4806       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4807 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4808 if test "${ac_cv_lib_socket_connect+set}" = set; then
4809   echo $ECHO_N "(cached) $ECHO_C" >&6
4810 else
4811   ac_check_lib_save_LIBS=$LIBS
4812 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4813 cat >conftest.$ac_ext <<_ACEOF
4814 /* confdefs.h.  */
4815 _ACEOF
4816 cat confdefs.h >>conftest.$ac_ext
4817 cat >>conftest.$ac_ext <<_ACEOF
4818 /* end confdefs.h.  */
4819
4820 /* Override any GCC internal prototype to avoid an error.
4821    Use char because int might match the return type of a GCC
4822    builtin and then its argument prototype would still apply.  */
4823 #ifdef __cplusplus
4824 extern "C"
4825 #endif
4826 char connect ();
4827 int
4828 main ()
4829 {
4830 return connect ();
4831   ;
4832   return 0;
4833 }
4834 _ACEOF
4835 rm -f conftest.$ac_objext conftest$ac_exeext
4836 if { (ac_try="$ac_link"
4837 case "(($ac_try" in
4838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4839   *) ac_try_echo=$ac_try;;
4840 esac
4841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4842   (eval "$ac_link") 2>conftest.er1
4843   ac_status=$?
4844   grep -v '^ *+' conftest.er1 >conftest.err
4845   rm -f conftest.er1
4846   cat conftest.err >&5
4847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848   (exit $ac_status); } && {
4849          test -z "$ac_c_werror_flag" ||
4850          test ! -s conftest.err
4851        } && test -s conftest$ac_exeext &&
4852        $as_test_x conftest$ac_exeext; then
4853   ac_cv_lib_socket_connect=yes
4854 else
4855   echo "$as_me: failed program was:" >&5
4856 sed 's/^/| /' conftest.$ac_ext >&5
4857
4858         ac_cv_lib_socket_connect=no
4859 fi
4860
4861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4862       conftest$ac_exeext conftest.$ac_ext
4863 LIBS=$ac_check_lib_save_LIBS
4864 fi
4865 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4866 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4867 if test $ac_cv_lib_socket_connect = yes; then
4868   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4869 fi
4870
4871     fi
4872
4873     # Guillermo Gomez says -lposix is necessary on A/UX.
4874     { echo "$as_me:$LINENO: checking for remove" >&5
4875 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4876 if test "${ac_cv_func_remove+set}" = set; then
4877   echo $ECHO_N "(cached) $ECHO_C" >&6
4878 else
4879   cat >conftest.$ac_ext <<_ACEOF
4880 /* confdefs.h.  */
4881 _ACEOF
4882 cat confdefs.h >>conftest.$ac_ext
4883 cat >>conftest.$ac_ext <<_ACEOF
4884 /* end confdefs.h.  */
4885 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4886    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4887 #define remove innocuous_remove
4888
4889 /* System header to define __stub macros and hopefully few prototypes,
4890     which can conflict with char remove (); below.
4891     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4892     <limits.h> exists even on freestanding compilers.  */
4893
4894 #ifdef __STDC__
4895 # include <limits.h>
4896 #else
4897 # include <assert.h>
4898 #endif
4899
4900 #undef remove
4901
4902 /* Override any GCC internal prototype to avoid an error.
4903    Use char because int might match the return type of a GCC
4904    builtin and then its argument prototype would still apply.  */
4905 #ifdef __cplusplus
4906 extern "C"
4907 #endif
4908 char remove ();
4909 /* The GNU C library defines this for functions which it implements
4910     to always fail with ENOSYS.  Some functions are actually named
4911     something starting with __ and the normal name is an alias.  */
4912 #if defined __stub_remove || defined __stub___remove
4913 choke me
4914 #endif
4915
4916 int
4917 main ()
4918 {
4919 return remove ();
4920   ;
4921   return 0;
4922 }
4923 _ACEOF
4924 rm -f conftest.$ac_objext conftest$ac_exeext
4925 if { (ac_try="$ac_link"
4926 case "(($ac_try" in
4927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4928   *) ac_try_echo=$ac_try;;
4929 esac
4930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4931   (eval "$ac_link") 2>conftest.er1
4932   ac_status=$?
4933   grep -v '^ *+' conftest.er1 >conftest.err
4934   rm -f conftest.er1
4935   cat conftest.err >&5
4936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937   (exit $ac_status); } && {
4938          test -z "$ac_c_werror_flag" ||
4939          test ! -s conftest.err
4940        } && test -s conftest$ac_exeext &&
4941        $as_test_x conftest$ac_exeext; then
4942   ac_cv_func_remove=yes
4943 else
4944   echo "$as_me: failed program was:" >&5
4945 sed 's/^/| /' conftest.$ac_ext >&5
4946
4947         ac_cv_func_remove=no
4948 fi
4949
4950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4951       conftest$ac_exeext conftest.$ac_ext
4952 fi
4953 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4954 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4955
4956     if test $ac_cv_func_remove = no; then
4957       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4958 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4959 if test "${ac_cv_lib_posix_remove+set}" = set; then
4960   echo $ECHO_N "(cached) $ECHO_C" >&6
4961 else
4962   ac_check_lib_save_LIBS=$LIBS
4963 LIBS="-lposix  $LIBS"
4964 cat >conftest.$ac_ext <<_ACEOF
4965 /* confdefs.h.  */
4966 _ACEOF
4967 cat confdefs.h >>conftest.$ac_ext
4968 cat >>conftest.$ac_ext <<_ACEOF
4969 /* end confdefs.h.  */
4970
4971 /* Override any GCC internal prototype to avoid an error.
4972    Use char because int might match the return type of a GCC
4973    builtin and then its argument prototype would still apply.  */
4974 #ifdef __cplusplus
4975 extern "C"
4976 #endif
4977 char remove ();
4978 int
4979 main ()
4980 {
4981 return remove ();
4982   ;
4983   return 0;
4984 }
4985 _ACEOF
4986 rm -f conftest.$ac_objext conftest$ac_exeext
4987 if { (ac_try="$ac_link"
4988 case "(($ac_try" in
4989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4990   *) ac_try_echo=$ac_try;;
4991 esac
4992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4993   (eval "$ac_link") 2>conftest.er1
4994   ac_status=$?
4995   grep -v '^ *+' conftest.er1 >conftest.err
4996   rm -f conftest.er1
4997   cat conftest.err >&5
4998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999   (exit $ac_status); } && {
5000          test -z "$ac_c_werror_flag" ||
5001          test ! -s conftest.err
5002        } && test -s conftest$ac_exeext &&
5003        $as_test_x conftest$ac_exeext; then
5004   ac_cv_lib_posix_remove=yes
5005 else
5006   echo "$as_me: failed program was:" >&5
5007 sed 's/^/| /' conftest.$ac_ext >&5
5008
5009         ac_cv_lib_posix_remove=no
5010 fi
5011
5012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5013       conftest$ac_exeext conftest.$ac_ext
5014 LIBS=$ac_check_lib_save_LIBS
5015 fi
5016 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5017 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5018 if test $ac_cv_lib_posix_remove = yes; then
5019   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5020 fi
5021
5022     fi
5023
5024     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5025     { echo "$as_me:$LINENO: checking for shmat" >&5
5026 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5027 if test "${ac_cv_func_shmat+set}" = set; then
5028   echo $ECHO_N "(cached) $ECHO_C" >&6
5029 else
5030   cat >conftest.$ac_ext <<_ACEOF
5031 /* confdefs.h.  */
5032 _ACEOF
5033 cat confdefs.h >>conftest.$ac_ext
5034 cat >>conftest.$ac_ext <<_ACEOF
5035 /* end confdefs.h.  */
5036 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5037    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5038 #define shmat innocuous_shmat
5039
5040 /* System header to define __stub macros and hopefully few prototypes,
5041     which can conflict with char shmat (); below.
5042     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5043     <limits.h> exists even on freestanding compilers.  */
5044
5045 #ifdef __STDC__
5046 # include <limits.h>
5047 #else
5048 # include <assert.h>
5049 #endif
5050
5051 #undef shmat
5052
5053 /* Override any GCC internal prototype to avoid an error.
5054    Use char because int might match the return type of a GCC
5055    builtin and then its argument prototype would still apply.  */
5056 #ifdef __cplusplus
5057 extern "C"
5058 #endif
5059 char shmat ();
5060 /* The GNU C library defines this for functions which it implements
5061     to always fail with ENOSYS.  Some functions are actually named
5062     something starting with __ and the normal name is an alias.  */
5063 #if defined __stub_shmat || defined __stub___shmat
5064 choke me
5065 #endif
5066
5067 int
5068 main ()
5069 {
5070 return shmat ();
5071   ;
5072   return 0;
5073 }
5074 _ACEOF
5075 rm -f conftest.$ac_objext conftest$ac_exeext
5076 if { (ac_try="$ac_link"
5077 case "(($ac_try" in
5078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5079   *) ac_try_echo=$ac_try;;
5080 esac
5081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5082   (eval "$ac_link") 2>conftest.er1
5083   ac_status=$?
5084   grep -v '^ *+' conftest.er1 >conftest.err
5085   rm -f conftest.er1
5086   cat conftest.err >&5
5087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088   (exit $ac_status); } && {
5089          test -z "$ac_c_werror_flag" ||
5090          test ! -s conftest.err
5091        } && test -s conftest$ac_exeext &&
5092        $as_test_x conftest$ac_exeext; then
5093   ac_cv_func_shmat=yes
5094 else
5095   echo "$as_me: failed program was:" >&5
5096 sed 's/^/| /' conftest.$ac_ext >&5
5097
5098         ac_cv_func_shmat=no
5099 fi
5100
5101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5102       conftest$ac_exeext conftest.$ac_ext
5103 fi
5104 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5105 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5106
5107     if test $ac_cv_func_shmat = no; then
5108       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5109 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5110 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5111   echo $ECHO_N "(cached) $ECHO_C" >&6
5112 else
5113   ac_check_lib_save_LIBS=$LIBS
5114 LIBS="-lipc  $LIBS"
5115 cat >conftest.$ac_ext <<_ACEOF
5116 /* confdefs.h.  */
5117 _ACEOF
5118 cat confdefs.h >>conftest.$ac_ext
5119 cat >>conftest.$ac_ext <<_ACEOF
5120 /* end confdefs.h.  */
5121
5122 /* Override any GCC internal prototype to avoid an error.
5123    Use char because int might match the return type of a GCC
5124    builtin and then its argument prototype would still apply.  */
5125 #ifdef __cplusplus
5126 extern "C"
5127 #endif
5128 char shmat ();
5129 int
5130 main ()
5131 {
5132 return shmat ();
5133   ;
5134   return 0;
5135 }
5136 _ACEOF
5137 rm -f conftest.$ac_objext conftest$ac_exeext
5138 if { (ac_try="$ac_link"
5139 case "(($ac_try" in
5140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5141   *) ac_try_echo=$ac_try;;
5142 esac
5143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5144   (eval "$ac_link") 2>conftest.er1
5145   ac_status=$?
5146   grep -v '^ *+' conftest.er1 >conftest.err
5147   rm -f conftest.er1
5148   cat conftest.err >&5
5149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5150   (exit $ac_status); } && {
5151          test -z "$ac_c_werror_flag" ||
5152          test ! -s conftest.err
5153        } && test -s conftest$ac_exeext &&
5154        $as_test_x conftest$ac_exeext; then
5155   ac_cv_lib_ipc_shmat=yes
5156 else
5157   echo "$as_me: failed program was:" >&5
5158 sed 's/^/| /' conftest.$ac_ext >&5
5159
5160         ac_cv_lib_ipc_shmat=no
5161 fi
5162
5163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5164       conftest$ac_exeext conftest.$ac_ext
5165 LIBS=$ac_check_lib_save_LIBS
5166 fi
5167 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5168 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5169 if test $ac_cv_lib_ipc_shmat = yes; then
5170   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5171 fi
5172
5173     fi
5174   fi
5175
5176   # Check for libraries that X11R6 Xt/Xaw programs need.
5177   ac_save_LDFLAGS=$LDFLAGS
5178   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5179   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5180   # check for ICE first), but we must link in the order -lSM -lICE or
5181   # we get undefined symbols.  So assume we have SM if we have ICE.
5182   # These have to be linked with before -lX11, unlike the other
5183   # libraries we check for below, so use a different variable.
5184   # John Interrante, Karl Berry
5185   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5186 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5187 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5188   echo $ECHO_N "(cached) $ECHO_C" >&6
5189 else
5190   ac_check_lib_save_LIBS=$LIBS
5191 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5192 cat >conftest.$ac_ext <<_ACEOF
5193 /* confdefs.h.  */
5194 _ACEOF
5195 cat confdefs.h >>conftest.$ac_ext
5196 cat >>conftest.$ac_ext <<_ACEOF
5197 /* end confdefs.h.  */
5198
5199 /* Override any GCC internal prototype to avoid an error.
5200    Use char because int might match the return type of a GCC
5201    builtin and then its argument prototype would still apply.  */
5202 #ifdef __cplusplus
5203 extern "C"
5204 #endif
5205 char IceConnectionNumber ();
5206 int
5207 main ()
5208 {
5209 return IceConnectionNumber ();
5210   ;
5211   return 0;
5212 }
5213 _ACEOF
5214 rm -f conftest.$ac_objext conftest$ac_exeext
5215 if { (ac_try="$ac_link"
5216 case "(($ac_try" in
5217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5218   *) ac_try_echo=$ac_try;;
5219 esac
5220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5221   (eval "$ac_link") 2>conftest.er1
5222   ac_status=$?
5223   grep -v '^ *+' conftest.er1 >conftest.err
5224   rm -f conftest.er1
5225   cat conftest.err >&5
5226   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5227   (exit $ac_status); } && {
5228          test -z "$ac_c_werror_flag" ||
5229          test ! -s conftest.err
5230        } && test -s conftest$ac_exeext &&
5231        $as_test_x conftest$ac_exeext; then
5232   ac_cv_lib_ICE_IceConnectionNumber=yes
5233 else
5234   echo "$as_me: failed program was:" >&5
5235 sed 's/^/| /' conftest.$ac_ext >&5
5236
5237         ac_cv_lib_ICE_IceConnectionNumber=no
5238 fi
5239
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241       conftest$ac_exeext conftest.$ac_ext
5242 LIBS=$ac_check_lib_save_LIBS
5243 fi
5244 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5245 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5246 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5247   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5248 fi
5249
5250   LDFLAGS=$ac_save_LDFLAGS
5251
5252 fi
5253
5254
5255 for ac_prog in flex
5256 do
5257   # Extract the first word of "$ac_prog", so it can be a program name with args.
5258 set dummy $ac_prog; ac_word=$2
5259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5261 if test "${ac_cv_prog_FLEX+set}" = set; then
5262   echo $ECHO_N "(cached) $ECHO_C" >&6
5263 else
5264   if test -n "$FLEX"; then
5265   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5266 else
5267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5268 for as_dir in $PATH
5269 do
5270   IFS=$as_save_IFS
5271   test -z "$as_dir" && as_dir=.
5272   for ac_exec_ext in '' $ac_executable_extensions; do
5273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5274     ac_cv_prog_FLEX="$ac_prog"
5275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5276     break 2
5277   fi
5278 done
5279 done
5280 IFS=$as_save_IFS
5281
5282 fi
5283 fi
5284 FLEX=$ac_cv_prog_FLEX
5285 if test -n "$FLEX"; then
5286   { echo "$as_me:$LINENO: result: $FLEX" >&5
5287 echo "${ECHO_T}$FLEX" >&6; }
5288 else
5289   { echo "$as_me:$LINENO: result: no" >&5
5290 echo "${ECHO_T}no" >&6; }
5291 fi
5292
5293
5294   test -n "$FLEX" && break
5295 done
5296 test -n "$FLEX" || FLEX="none"
5297
5298 if test "$FLEX" = "none"
5299 then
5300   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5301 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5302    { (exit 1); exit 1; }; }
5303 fi
5304
5305 for ac_prog in bison
5306 do
5307   # Extract the first word of "$ac_prog", so it can be a program name with args.
5308 set dummy $ac_prog; ac_word=$2
5309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5311 if test "${ac_cv_prog_BISON+set}" = set; then
5312   echo $ECHO_N "(cached) $ECHO_C" >&6
5313 else
5314   if test -n "$BISON"; then
5315   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5316 else
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318 for as_dir in $PATH
5319 do
5320   IFS=$as_save_IFS
5321   test -z "$as_dir" && as_dir=.
5322   for ac_exec_ext in '' $ac_executable_extensions; do
5323   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5324     ac_cv_prog_BISON="$ac_prog"
5325     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5326     break 2
5327   fi
5328 done
5329 done
5330 IFS=$as_save_IFS
5331
5332 fi
5333 fi
5334 BISON=$ac_cv_prog_BISON
5335 if test -n "$BISON"; then
5336   { echo "$as_me:$LINENO: result: $BISON" >&5
5337 echo "${ECHO_T}$BISON" >&6; }
5338 else
5339   { echo "$as_me:$LINENO: result: no" >&5
5340 echo "${ECHO_T}no" >&6; }
5341 fi
5342
5343
5344   test -n "$BISON" && break
5345 done
5346 test -n "$BISON" || BISON="none"
5347
5348 if test "$BISON" = "none"
5349 then
5350   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5351 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5352    { (exit 1); exit 1; }; }
5353 fi
5354
5355 if test -n "$ac_tool_prefix"; then
5356   for ac_prog in gas as
5357   do
5358     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5359 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5362 if test "${ac_cv_prog_AS+set}" = set; then
5363   echo $ECHO_N "(cached) $ECHO_C" >&6
5364 else
5365   if test -n "$AS"; then
5366   ac_cv_prog_AS="$AS" # Let the user override the test.
5367 else
5368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5369 for as_dir in $PATH
5370 do
5371   IFS=$as_save_IFS
5372   test -z "$as_dir" && as_dir=.
5373   for ac_exec_ext in '' $ac_executable_extensions; do
5374   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5375     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5376     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5377     break 2
5378   fi
5379 done
5380 done
5381 IFS=$as_save_IFS
5382
5383 fi
5384 fi
5385 AS=$ac_cv_prog_AS
5386 if test -n "$AS"; then
5387   { echo "$as_me:$LINENO: result: $AS" >&5
5388 echo "${ECHO_T}$AS" >&6; }
5389 else
5390   { echo "$as_me:$LINENO: result: no" >&5
5391 echo "${ECHO_T}no" >&6; }
5392 fi
5393
5394
5395     test -n "$AS" && break
5396   done
5397 fi
5398 if test -z "$AS"; then
5399   ac_ct_AS=$AS
5400   for ac_prog in gas as
5401 do
5402   # Extract the first word of "$ac_prog", so it can be a program name with args.
5403 set dummy $ac_prog; ac_word=$2
5404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5406 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5407   echo $ECHO_N "(cached) $ECHO_C" >&6
5408 else
5409   if test -n "$ac_ct_AS"; then
5410   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5411 else
5412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5413 for as_dir in $PATH
5414 do
5415   IFS=$as_save_IFS
5416   test -z "$as_dir" && as_dir=.
5417   for ac_exec_ext in '' $ac_executable_extensions; do
5418   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5419     ac_cv_prog_ac_ct_AS="$ac_prog"
5420     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5421     break 2
5422   fi
5423 done
5424 done
5425 IFS=$as_save_IFS
5426
5427 fi
5428 fi
5429 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5430 if test -n "$ac_ct_AS"; then
5431   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5432 echo "${ECHO_T}$ac_ct_AS" >&6; }
5433 else
5434   { echo "$as_me:$LINENO: result: no" >&5
5435 echo "${ECHO_T}no" >&6; }
5436 fi
5437
5438
5439   test -n "$ac_ct_AS" && break
5440 done
5441
5442   if test "x$ac_ct_AS" = x; then
5443     AS="as"
5444   else
5445     case $cross_compiling:$ac_tool_warned in
5446 yes:)
5447 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5448 whose name does not start with the host triplet.  If you think this
5449 configuration is useful to you, please write to autoconf@gnu.org." >&5
5450 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5451 whose name does not start with the host triplet.  If you think this
5452 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5453 ac_tool_warned=yes ;;
5454 esac
5455     AS=$ac_ct_AS
5456   fi
5457 fi
5458
5459 if test -n "$ac_tool_prefix"; then
5460   for ac_prog in ld gld
5461   do
5462     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5463 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5464 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5466 if test "${ac_cv_prog_LD+set}" = set; then
5467   echo $ECHO_N "(cached) $ECHO_C" >&6
5468 else
5469   if test -n "$LD"; then
5470   ac_cv_prog_LD="$LD" # Let the user override the test.
5471 else
5472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5473 for as_dir in $PATH
5474 do
5475   IFS=$as_save_IFS
5476   test -z "$as_dir" && as_dir=.
5477   for ac_exec_ext in '' $ac_executable_extensions; do
5478   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5479     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5480     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5481     break 2
5482   fi
5483 done
5484 done
5485 IFS=$as_save_IFS
5486
5487 fi
5488 fi
5489 LD=$ac_cv_prog_LD
5490 if test -n "$LD"; then
5491   { echo "$as_me:$LINENO: result: $LD" >&5
5492 echo "${ECHO_T}$LD" >&6; }
5493 else
5494   { echo "$as_me:$LINENO: result: no" >&5
5495 echo "${ECHO_T}no" >&6; }
5496 fi
5497
5498
5499     test -n "$LD" && break
5500   done
5501 fi
5502 if test -z "$LD"; then
5503   ac_ct_LD=$LD
5504   for ac_prog in ld gld
5505 do
5506   # Extract the first word of "$ac_prog", so it can be a program name with args.
5507 set dummy $ac_prog; ac_word=$2
5508 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5509 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5510 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5511   echo $ECHO_N "(cached) $ECHO_C" >&6
5512 else
5513   if test -n "$ac_ct_LD"; then
5514   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5515 else
5516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5517 for as_dir in $PATH
5518 do
5519   IFS=$as_save_IFS
5520   test -z "$as_dir" && as_dir=.
5521   for ac_exec_ext in '' $ac_executable_extensions; do
5522   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5523     ac_cv_prog_ac_ct_LD="$ac_prog"
5524     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5525     break 2
5526   fi
5527 done
5528 done
5529 IFS=$as_save_IFS
5530
5531 fi
5532 fi
5533 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5534 if test -n "$ac_ct_LD"; then
5535   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5536 echo "${ECHO_T}$ac_ct_LD" >&6; }
5537 else
5538   { echo "$as_me:$LINENO: result: no" >&5
5539 echo "${ECHO_T}no" >&6; }
5540 fi
5541
5542
5543   test -n "$ac_ct_LD" && break
5544 done
5545
5546   if test "x$ac_ct_LD" = x; then
5547     LD="ld"
5548   else
5549     case $cross_compiling:$ac_tool_warned in
5550 yes:)
5551 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5552 whose name does not start with the host triplet.  If you think this
5553 configuration is useful to you, please write to autoconf@gnu.org." >&5
5554 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5555 whose name does not start with the host triplet.  If you think this
5556 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5557 ac_tool_warned=yes ;;
5558 esac
5559     LD=$ac_ct_LD
5560   fi
5561 fi
5562
5563 if test -n "$ac_tool_prefix"; then
5564   for ac_prog in nm gnm
5565   do
5566     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5567 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5568 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5570 if test "${ac_cv_prog_NM+set}" = set; then
5571   echo $ECHO_N "(cached) $ECHO_C" >&6
5572 else
5573   if test -n "$NM"; then
5574   ac_cv_prog_NM="$NM" # Let the user override the test.
5575 else
5576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5577 for as_dir in $PATH
5578 do
5579   IFS=$as_save_IFS
5580   test -z "$as_dir" && as_dir=.
5581   for ac_exec_ext in '' $ac_executable_extensions; do
5582   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5583     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5584     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5585     break 2
5586   fi
5587 done
5588 done
5589 IFS=$as_save_IFS
5590
5591 fi
5592 fi
5593 NM=$ac_cv_prog_NM
5594 if test -n "$NM"; then
5595   { echo "$as_me:$LINENO: result: $NM" >&5
5596 echo "${ECHO_T}$NM" >&6; }
5597 else
5598   { echo "$as_me:$LINENO: result: no" >&5
5599 echo "${ECHO_T}no" >&6; }
5600 fi
5601
5602
5603     test -n "$NM" && break
5604   done
5605 fi
5606 if test -z "$NM"; then
5607   ac_ct_NM=$NM
5608   for ac_prog in nm gnm
5609 do
5610   # Extract the first word of "$ac_prog", so it can be a program name with args.
5611 set dummy $ac_prog; ac_word=$2
5612 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5613 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5614 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5615   echo $ECHO_N "(cached) $ECHO_C" >&6
5616 else
5617   if test -n "$ac_ct_NM"; then
5618   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5619 else
5620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5621 for as_dir in $PATH
5622 do
5623   IFS=$as_save_IFS
5624   test -z "$as_dir" && as_dir=.
5625   for ac_exec_ext in '' $ac_executable_extensions; do
5626   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5627     ac_cv_prog_ac_ct_NM="$ac_prog"
5628     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5629     break 2
5630   fi
5631 done
5632 done
5633 IFS=$as_save_IFS
5634
5635 fi
5636 fi
5637 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5638 if test -n "$ac_ct_NM"; then
5639   { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5640 echo "${ECHO_T}$ac_ct_NM" >&6; }
5641 else
5642   { echo "$as_me:$LINENO: result: no" >&5
5643 echo "${ECHO_T}no" >&6; }
5644 fi
5645
5646
5647   test -n "$ac_ct_NM" && break
5648 done
5649
5650   if test "x$ac_ct_NM" = x; then
5651     NM="nm"
5652   else
5653     case $cross_compiling:$ac_tool_warned in
5654 yes:)
5655 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5656 whose name does not start with the host triplet.  If you think this
5657 configuration is useful to you, please write to autoconf@gnu.org." >&5
5658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5659 whose name does not start with the host triplet.  If you think this
5660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5661 ac_tool_warned=yes ;;
5662 esac
5663     NM=$ac_ct_NM
5664   fi
5665 fi
5666
5667 if test -n "$ac_tool_prefix"; then
5668   for ac_prog in ar gar
5669   do
5670     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5671 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5672 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5674 if test "${ac_cv_prog_AR+set}" = set; then
5675   echo $ECHO_N "(cached) $ECHO_C" >&6
5676 else
5677   if test -n "$AR"; then
5678   ac_cv_prog_AR="$AR" # Let the user override the test.
5679 else
5680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5681 for as_dir in $PATH
5682 do
5683   IFS=$as_save_IFS
5684   test -z "$as_dir" && as_dir=.
5685   for ac_exec_ext in '' $ac_executable_extensions; do
5686   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5687     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5688     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5689     break 2
5690   fi
5691 done
5692 done
5693 IFS=$as_save_IFS
5694
5695 fi
5696 fi
5697 AR=$ac_cv_prog_AR
5698 if test -n "$AR"; then
5699   { echo "$as_me:$LINENO: result: $AR" >&5
5700 echo "${ECHO_T}$AR" >&6; }
5701 else
5702   { echo "$as_me:$LINENO: result: no" >&5
5703 echo "${ECHO_T}no" >&6; }
5704 fi
5705
5706
5707     test -n "$AR" && break
5708   done
5709 fi
5710 if test -z "$AR"; then
5711   ac_ct_AR=$AR
5712   for ac_prog in ar gar
5713 do
5714   # Extract the first word of "$ac_prog", so it can be a program name with args.
5715 set dummy $ac_prog; ac_word=$2
5716 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5718 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5719   echo $ECHO_N "(cached) $ECHO_C" >&6
5720 else
5721   if test -n "$ac_ct_AR"; then
5722   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5723 else
5724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5725 for as_dir in $PATH
5726 do
5727   IFS=$as_save_IFS
5728   test -z "$as_dir" && as_dir=.
5729   for ac_exec_ext in '' $ac_executable_extensions; do
5730   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5731     ac_cv_prog_ac_ct_AR="$ac_prog"
5732     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5733     break 2
5734   fi
5735 done
5736 done
5737 IFS=$as_save_IFS
5738
5739 fi
5740 fi
5741 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5742 if test -n "$ac_ct_AR"; then
5743   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5744 echo "${ECHO_T}$ac_ct_AR" >&6; }
5745 else
5746   { echo "$as_me:$LINENO: result: no" >&5
5747 echo "${ECHO_T}no" >&6; }
5748 fi
5749
5750
5751   test -n "$ac_ct_AR" && break
5752 done
5753
5754   if test "x$ac_ct_AR" = x; then
5755     AR="ar"
5756   else
5757     case $cross_compiling:$ac_tool_warned in
5758 yes:)
5759 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5760 whose name does not start with the host triplet.  If you think this
5761 configuration is useful to you, please write to autoconf@gnu.org." >&5
5762 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5763 whose name does not start with the host triplet.  If you think this
5764 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5765 ac_tool_warned=yes ;;
5766 esac
5767     AR=$ac_ct_AR
5768   fi
5769 fi
5770
5771 ARFLAGS=rc
5772
5773 if test -n "$ac_tool_prefix"; then
5774   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5775 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5776 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5778 if test "${ac_cv_prog_RANLIB+set}" = set; then
5779   echo $ECHO_N "(cached) $ECHO_C" >&6
5780 else
5781   if test -n "$RANLIB"; then
5782   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5783 else
5784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5785 for as_dir in $PATH
5786 do
5787   IFS=$as_save_IFS
5788   test -z "$as_dir" && as_dir=.
5789   for ac_exec_ext in '' $ac_executable_extensions; do
5790   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5791     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5792     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5793     break 2
5794   fi
5795 done
5796 done
5797 IFS=$as_save_IFS
5798
5799 fi
5800 fi
5801 RANLIB=$ac_cv_prog_RANLIB
5802 if test -n "$RANLIB"; then
5803   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5804 echo "${ECHO_T}$RANLIB" >&6; }
5805 else
5806   { echo "$as_me:$LINENO: result: no" >&5
5807 echo "${ECHO_T}no" >&6; }
5808 fi
5809
5810
5811 fi
5812 if test -z "$ac_cv_prog_RANLIB"; then
5813   ac_ct_RANLIB=$RANLIB
5814   # Extract the first word of "ranlib", so it can be a program name with args.
5815 set dummy ranlib; ac_word=$2
5816 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5818 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5819   echo $ECHO_N "(cached) $ECHO_C" >&6
5820 else
5821   if test -n "$ac_ct_RANLIB"; then
5822   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5823 else
5824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5825 for as_dir in $PATH
5826 do
5827   IFS=$as_save_IFS
5828   test -z "$as_dir" && as_dir=.
5829   for ac_exec_ext in '' $ac_executable_extensions; do
5830   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5831     ac_cv_prog_ac_ct_RANLIB="ranlib"
5832     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5833     break 2
5834   fi
5835 done
5836 done
5837 IFS=$as_save_IFS
5838
5839 fi
5840 fi
5841 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5842 if test -n "$ac_ct_RANLIB"; then
5843   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5844 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5845 else
5846   { echo "$as_me:$LINENO: result: no" >&5
5847 echo "${ECHO_T}no" >&6; }
5848 fi
5849
5850   if test "x$ac_ct_RANLIB" = x; then
5851     RANLIB=":"
5852   else
5853     case $cross_compiling:$ac_tool_warned in
5854 yes:)
5855 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5856 whose name does not start with the host triplet.  If you think this
5857 configuration is useful to you, please write to autoconf@gnu.org." >&5
5858 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5859 whose name does not start with the host triplet.  If you think this
5860 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5861 ac_tool_warned=yes ;;
5862 esac
5863     RANLIB=$ac_ct_RANLIB
5864   fi
5865 else
5866   RANLIB="$ac_cv_prog_RANLIB"
5867 fi
5868
5869 if test -n "$ac_tool_prefix"; then
5870   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5871 set dummy ${ac_tool_prefix}strip; ac_word=$2
5872 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5874 if test "${ac_cv_prog_STRIP+set}" = set; then
5875   echo $ECHO_N "(cached) $ECHO_C" >&6
5876 else
5877   if test -n "$STRIP"; then
5878   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5879 else
5880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 for as_dir in $PATH
5882 do
5883   IFS=$as_save_IFS
5884   test -z "$as_dir" && as_dir=.
5885   for ac_exec_ext in '' $ac_executable_extensions; do
5886   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5888     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5889     break 2
5890   fi
5891 done
5892 done
5893 IFS=$as_save_IFS
5894
5895 fi
5896 fi
5897 STRIP=$ac_cv_prog_STRIP
5898 if test -n "$STRIP"; then
5899   { echo "$as_me:$LINENO: result: $STRIP" >&5
5900 echo "${ECHO_T}$STRIP" >&6; }
5901 else
5902   { echo "$as_me:$LINENO: result: no" >&5
5903 echo "${ECHO_T}no" >&6; }
5904 fi
5905
5906
5907 fi
5908 if test -z "$ac_cv_prog_STRIP"; then
5909   ac_ct_STRIP=$STRIP
5910   # Extract the first word of "strip", so it can be a program name with args.
5911 set dummy strip; ac_word=$2
5912 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5914 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5915   echo $ECHO_N "(cached) $ECHO_C" >&6
5916 else
5917   if test -n "$ac_ct_STRIP"; then
5918   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5919 else
5920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921 for as_dir in $PATH
5922 do
5923   IFS=$as_save_IFS
5924   test -z "$as_dir" && as_dir=.
5925   for ac_exec_ext in '' $ac_executable_extensions; do
5926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927     ac_cv_prog_ac_ct_STRIP="strip"
5928     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5929     break 2
5930   fi
5931 done
5932 done
5933 IFS=$as_save_IFS
5934
5935 fi
5936 fi
5937 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5938 if test -n "$ac_ct_STRIP"; then
5939   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5940 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5941 else
5942   { echo "$as_me:$LINENO: result: no" >&5
5943 echo "${ECHO_T}no" >&6; }
5944 fi
5945
5946   if test "x$ac_ct_STRIP" = x; then
5947     STRIP="strip"
5948   else
5949     case $cross_compiling:$ac_tool_warned in
5950 yes:)
5951 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5952 whose name does not start with the host triplet.  If you think this
5953 configuration is useful to you, please write to autoconf@gnu.org." >&5
5954 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5955 whose name does not start with the host triplet.  If you think this
5956 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5957 ac_tool_warned=yes ;;
5958 esac
5959     STRIP=$ac_ct_STRIP
5960   fi
5961 else
5962   STRIP="$ac_cv_prog_STRIP"
5963 fi
5964
5965 if test -n "$ac_tool_prefix"; then
5966   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5967 set dummy ${ac_tool_prefix}windres; ac_word=$2
5968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5970 if test "${ac_cv_prog_WINDRES+set}" = set; then
5971   echo $ECHO_N "(cached) $ECHO_C" >&6
5972 else
5973   if test -n "$WINDRES"; then
5974   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5975 else
5976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5977 for as_dir in $PATH
5978 do
5979   IFS=$as_save_IFS
5980   test -z "$as_dir" && as_dir=.
5981   for ac_exec_ext in '' $ac_executable_extensions; do
5982   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5983     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5984     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5985     break 2
5986   fi
5987 done
5988 done
5989 IFS=$as_save_IFS
5990
5991 fi
5992 fi
5993 WINDRES=$ac_cv_prog_WINDRES
5994 if test -n "$WINDRES"; then
5995   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5996 echo "${ECHO_T}$WINDRES" >&6; }
5997 else
5998   { echo "$as_me:$LINENO: result: no" >&5
5999 echo "${ECHO_T}no" >&6; }
6000 fi
6001
6002
6003 fi
6004 if test -z "$ac_cv_prog_WINDRES"; then
6005   ac_ct_WINDRES=$WINDRES
6006   # Extract the first word of "windres", so it can be a program name with args.
6007 set dummy windres; ac_word=$2
6008 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6010 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6011   echo $ECHO_N "(cached) $ECHO_C" >&6
6012 else
6013   if test -n "$ac_ct_WINDRES"; then
6014   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6015 else
6016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6017 for as_dir in $PATH
6018 do
6019   IFS=$as_save_IFS
6020   test -z "$as_dir" && as_dir=.
6021   for ac_exec_ext in '' $ac_executable_extensions; do
6022   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6023     ac_cv_prog_ac_ct_WINDRES="windres"
6024     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6025     break 2
6026   fi
6027 done
6028 done
6029 IFS=$as_save_IFS
6030
6031 fi
6032 fi
6033 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6034 if test -n "$ac_ct_WINDRES"; then
6035   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6036 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6037 else
6038   { echo "$as_me:$LINENO: result: no" >&5
6039 echo "${ECHO_T}no" >&6; }
6040 fi
6041
6042   if test "x$ac_ct_WINDRES" = x; then
6043     WINDRES="false"
6044   else
6045     case $cross_compiling:$ac_tool_warned in
6046 yes:)
6047 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6048 whose name does not start with the host triplet.  If you think this
6049 configuration is useful to you, please write to autoconf@gnu.org." >&5
6050 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6051 whose name does not start with the host triplet.  If you think this
6052 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6053 ac_tool_warned=yes ;;
6054 esac
6055     WINDRES=$ac_ct_WINDRES
6056   fi
6057 else
6058   WINDRES="$ac_cv_prog_WINDRES"
6059 fi
6060
6061 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6062 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6063 LN_S=$as_ln_s
6064 if test "$LN_S" = "ln -s"; then
6065   { echo "$as_me:$LINENO: result: yes" >&5
6066 echo "${ECHO_T}yes" >&6; }
6067 else
6068   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6069 echo "${ECHO_T}no, using $LN_S" >&6; }
6070 fi
6071
6072 { echo "$as_me:$LINENO: checking whether ln works" >&5
6073 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6074 rm -f conf$$ conf$$.file
6075 echo >conf$$.file
6076 if ln conf$$.file conf$$ 2>/dev/null; then
6077   LN=ln
6078
6079   { echo "$as_me:$LINENO: result: yes" >&5
6080 echo "${ECHO_T}yes" >&6; }
6081 else
6082   LN="cp -p"
6083
6084   { echo "$as_me:$LINENO: result: no, using $LN" >&5
6085 echo "${ECHO_T}no, using $LN" >&6; }
6086 fi
6087 rm -f conf$$ conf$$.file
6088 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6089 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6090 if test "${ac_cv_path_GREP+set}" = set; then
6091   echo $ECHO_N "(cached) $ECHO_C" >&6
6092 else
6093   # Extract the first word of "grep ggrep" to use in msg output
6094 if test -z "$GREP"; then
6095 set dummy grep ggrep; ac_prog_name=$2
6096 if test "${ac_cv_path_GREP+set}" = set; then
6097   echo $ECHO_N "(cached) $ECHO_C" >&6
6098 else
6099   ac_path_GREP_found=false
6100 # Loop through the user's path and test for each of PROGNAME-LIST
6101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6102 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6103 do
6104   IFS=$as_save_IFS
6105   test -z "$as_dir" && as_dir=.
6106   for ac_prog in grep ggrep; do
6107   for ac_exec_ext in '' $ac_executable_extensions; do
6108     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6109     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6110     # Check for GNU ac_path_GREP and select it if it is found.
6111   # Check for GNU $ac_path_GREP
6112 case `"$ac_path_GREP" --version 2>&1` in
6113 *GNU*)
6114   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6115 *)
6116   ac_count=0
6117   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6118   while :
6119   do
6120     cat "conftest.in" "conftest.in" >"conftest.tmp"
6121     mv "conftest.tmp" "conftest.in"
6122     cp "conftest.in" "conftest.nl"
6123     echo 'GREP' >> "conftest.nl"
6124     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6125     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6126     ac_count=`expr $ac_count + 1`
6127     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6128       # Best one so far, save it but keep looking for a better one
6129       ac_cv_path_GREP="$ac_path_GREP"
6130       ac_path_GREP_max=$ac_count
6131     fi
6132     # 10*(2^10) chars as input seems more than enough
6133     test $ac_count -gt 10 && break
6134   done
6135   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6136 esac
6137
6138
6139     $ac_path_GREP_found && break 3
6140   done
6141 done
6142
6143 done
6144 IFS=$as_save_IFS
6145
6146
6147 fi
6148
6149 GREP="$ac_cv_path_GREP"
6150 if test -z "$GREP"; then
6151   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6152 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6153    { (exit 1); exit 1; }; }
6154 fi
6155
6156 else
6157   ac_cv_path_GREP=$GREP
6158 fi
6159
6160
6161 fi
6162 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6163 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6164  GREP="$ac_cv_path_GREP"
6165
6166
6167 { echo "$as_me:$LINENO: checking for egrep" >&5
6168 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170   echo $ECHO_N "(cached) $ECHO_C" >&6
6171 else
6172   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6173    then ac_cv_path_EGREP="$GREP -E"
6174    else
6175      # Extract the first word of "egrep" to use in msg output
6176 if test -z "$EGREP"; then
6177 set dummy egrep; ac_prog_name=$2
6178 if test "${ac_cv_path_EGREP+set}" = set; then
6179   echo $ECHO_N "(cached) $ECHO_C" >&6
6180 else
6181   ac_path_EGREP_found=false
6182 # Loop through the user's path and test for each of PROGNAME-LIST
6183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6184 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6185 do
6186   IFS=$as_save_IFS
6187   test -z "$as_dir" && as_dir=.
6188   for ac_prog in egrep; do
6189   for ac_exec_ext in '' $ac_executable_extensions; do
6190     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6191     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6192     # Check for GNU ac_path_EGREP and select it if it is found.
6193   # Check for GNU $ac_path_EGREP
6194 case `"$ac_path_EGREP" --version 2>&1` in
6195 *GNU*)
6196   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6197 *)
6198   ac_count=0
6199   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6200   while :
6201   do
6202     cat "conftest.in" "conftest.in" >"conftest.tmp"
6203     mv "conftest.tmp" "conftest.in"
6204     cp "conftest.in" "conftest.nl"
6205     echo 'EGREP' >> "conftest.nl"
6206     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6207     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6208     ac_count=`expr $ac_count + 1`
6209     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6210       # Best one so far, save it but keep looking for a better one
6211       ac_cv_path_EGREP="$ac_path_EGREP"
6212       ac_path_EGREP_max=$ac_count
6213     fi
6214     # 10*(2^10) chars as input seems more than enough
6215     test $ac_count -gt 10 && break
6216   done
6217   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6218 esac
6219
6220
6221     $ac_path_EGREP_found && break 3
6222   done
6223 done
6224
6225 done
6226 IFS=$as_save_IFS
6227
6228
6229 fi
6230
6231 EGREP="$ac_cv_path_EGREP"
6232 if test -z "$EGREP"; then
6233   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6234 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6235    { (exit 1); exit 1; }; }
6236 fi
6237
6238 else
6239   ac_cv_path_EGREP=$EGREP
6240 fi
6241
6242
6243    fi
6244 fi
6245 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6246 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6247  EGREP="$ac_cv_path_EGREP"
6248
6249
6250 # Extract the first word of "ldconfig", so it can be a program name with args.
6251 set dummy ldconfig; ac_word=$2
6252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6254 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6255   echo $ECHO_N "(cached) $ECHO_C" >&6
6256 else
6257   case $LDCONFIG in
6258   [\\/]* | ?:[\\/]*)
6259   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6260   ;;
6261   *)
6262   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 for as_dir in /sbin /usr/sbin $PATH
6264 do
6265   IFS=$as_save_IFS
6266   test -z "$as_dir" && as_dir=.
6267   for ac_exec_ext in '' $ac_executable_extensions; do
6268   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6270     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6271     break 2
6272   fi
6273 done
6274 done
6275 IFS=$as_save_IFS
6276
6277   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6278   ;;
6279 esac
6280 fi
6281 LDCONFIG=$ac_cv_path_LDCONFIG
6282 if test -n "$LDCONFIG"; then
6283   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6284 echo "${ECHO_T}$LDCONFIG" >&6; }
6285 else
6286   { echo "$as_me:$LINENO: result: no" >&5
6287 echo "${ECHO_T}no" >&6; }
6288 fi
6289
6290
6291 # Find a good install program.  We prefer a C program (faster),
6292 # so one script is as good as another.  But avoid the broken or
6293 # incompatible versions:
6294 # SysV /etc/install, /usr/sbin/install
6295 # SunOS /usr/etc/install
6296 # IRIX /sbin/install
6297 # AIX /bin/install
6298 # AmigaOS /C/install, which installs bootblocks on floppy discs
6299 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6300 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6301 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6302 # OS/2's system install, which has a completely different semantic
6303 # ./install, which can be erroneously created by make from ./install.sh.
6304 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6305 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6306 if test -z "$INSTALL"; then
6307 if test "${ac_cv_path_install+set}" = set; then
6308   echo $ECHO_N "(cached) $ECHO_C" >&6
6309 else
6310   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6312 do
6313   IFS=$as_save_IFS
6314   test -z "$as_dir" && as_dir=.
6315   # Account for people who put trailing slashes in PATH elements.
6316 case $as_dir/ in
6317   ./ | .// | /cC/* | \
6318   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6319   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6320   /usr/ucb/* ) ;;
6321   *)
6322     # OSF1 and SCO ODT 3.0 have their own names for install.
6323     # Don't use installbsd from OSF since it installs stuff as root
6324     # by default.
6325     for ac_prog in ginstall scoinst install; do
6326       for ac_exec_ext in '' $ac_executable_extensions; do
6327         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6328           if test $ac_prog = install &&
6329             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6330             # AIX install.  It has an incompatible calling convention.
6331             :
6332           elif test $ac_prog = install &&
6333             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6334             # program-specific install script used by HP pwplus--don't use.
6335             :
6336           else
6337             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6338             break 3
6339           fi
6340         fi
6341       done
6342     done
6343     ;;
6344 esac
6345 done
6346 IFS=$as_save_IFS
6347
6348
6349 fi
6350   if test "${ac_cv_path_install+set}" = set; then
6351     INSTALL=$ac_cv_path_install
6352   else
6353     # As a last resort, use the slow shell script.  Don't cache a
6354     # value for INSTALL within a source directory, because that will
6355     # break other packages using the cache if that directory is
6356     # removed, or if the value is a relative name.
6357     INSTALL=$ac_install_sh
6358   fi
6359 fi
6360 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6361 echo "${ECHO_T}$INSTALL" >&6; }
6362
6363 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6364 # It thinks the first close brace ends the variable substitution.
6365 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6366
6367 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6368
6369 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6370
6371 case "$INSTALL" in
6372   [\\/$]* | ?:[\\/]* ) ;;
6373   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6374 esac
6375
6376 for ac_prog in lclint lint
6377 do
6378   # Extract the first word of "$ac_prog", so it can be a program name with args.
6379 set dummy $ac_prog; ac_word=$2
6380 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6382 if test "${ac_cv_prog_LINT+set}" = set; then
6383   echo $ECHO_N "(cached) $ECHO_C" >&6
6384 else
6385   if test -n "$LINT"; then
6386   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6387 else
6388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6389 for as_dir in $PATH
6390 do
6391   IFS=$as_save_IFS
6392   test -z "$as_dir" && as_dir=.
6393   for ac_exec_ext in '' $ac_executable_extensions; do
6394   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6395     ac_cv_prog_LINT="$ac_prog"
6396     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6397     break 2
6398   fi
6399 done
6400 done
6401 IFS=$as_save_IFS
6402
6403 fi
6404 fi
6405 LINT=$ac_cv_prog_LINT
6406 if test -n "$LINT"; then
6407   { echo "$as_me:$LINENO: result: $LINT" >&5
6408 echo "${ECHO_T}$LINT" >&6; }
6409 else
6410   { echo "$as_me:$LINENO: result: no" >&5
6411 echo "${ECHO_T}no" >&6; }
6412 fi
6413
6414
6415   test -n "$LINT" && break
6416 done
6417
6418 if test "$LINT" = "lint"
6419 then
6420   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6421   fi
6422
6423
6424
6425 for ac_prog in fontforge
6426 do
6427   # Extract the first word of "$ac_prog", so it can be a program name with args.
6428 set dummy $ac_prog; ac_word=$2
6429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6431 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6432   echo $ECHO_N "(cached) $ECHO_C" >&6
6433 else
6434   if test -n "$FONTFORGE"; then
6435   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6436 else
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH
6439 do
6440   IFS=$as_save_IFS
6441   test -z "$as_dir" && as_dir=.
6442   for ac_exec_ext in '' $ac_executable_extensions; do
6443   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6444     ac_cv_prog_FONTFORGE="$ac_prog"
6445     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6446     break 2
6447   fi
6448 done
6449 done
6450 IFS=$as_save_IFS
6451
6452 fi
6453 fi
6454 FONTFORGE=$ac_cv_prog_FONTFORGE
6455 if test -n "$FONTFORGE"; then
6456   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6457 echo "${ECHO_T}$FONTFORGE" >&6; }
6458 else
6459   { echo "$as_me:$LINENO: result: no" >&5
6460 echo "${ECHO_T}no" >&6; }
6461 fi
6462
6463
6464   test -n "$FONTFORGE" && break
6465 done
6466 test -n "$FONTFORGE" || FONTFORGE="false"
6467
6468 for ac_prog in pkg-config
6469 do
6470   # Extract the first word of "$ac_prog", so it can be a program name with args.
6471 set dummy $ac_prog; ac_word=$2
6472 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6474 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6475   echo $ECHO_N "(cached) $ECHO_C" >&6
6476 else
6477   if test -n "$PKG_CONFIG"; then
6478   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6479 else
6480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6481 for as_dir in $PATH
6482 do
6483   IFS=$as_save_IFS
6484   test -z "$as_dir" && as_dir=.
6485   for ac_exec_ext in '' $ac_executable_extensions; do
6486   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6487     ac_cv_prog_PKG_CONFIG="$ac_prog"
6488     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6489     break 2
6490   fi
6491 done
6492 done
6493 IFS=$as_save_IFS
6494
6495 fi
6496 fi
6497 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6498 if test -n "$PKG_CONFIG"; then
6499   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6500 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6501 else
6502   { echo "$as_me:$LINENO: result: no" >&5
6503 echo "${ECHO_T}no" >&6; }
6504 fi
6505
6506
6507   test -n "$PKG_CONFIG" && break
6508 done
6509 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6510
6511 for ac_prog in rsvg
6512 do
6513   # Extract the first word of "$ac_prog", so it can be a program name with args.
6514 set dummy $ac_prog; ac_word=$2
6515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6517 if test "${ac_cv_prog_RSVG+set}" = set; then
6518   echo $ECHO_N "(cached) $ECHO_C" >&6
6519 else
6520   if test -n "$RSVG"; then
6521   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6522 else
6523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6524 for as_dir in $PATH
6525 do
6526   IFS=$as_save_IFS
6527   test -z "$as_dir" && as_dir=.
6528   for ac_exec_ext in '' $ac_executable_extensions; do
6529   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6530     ac_cv_prog_RSVG="$ac_prog"
6531     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6532     break 2
6533   fi
6534 done
6535 done
6536 IFS=$as_save_IFS
6537
6538 fi
6539 fi
6540 RSVG=$ac_cv_prog_RSVG
6541 if test -n "$RSVG"; then
6542   { echo "$as_me:$LINENO: result: $RSVG" >&5
6543 echo "${ECHO_T}$RSVG" >&6; }
6544 else
6545   { echo "$as_me:$LINENO: result: no" >&5
6546 echo "${ECHO_T}no" >&6; }
6547 fi
6548
6549
6550   test -n "$RSVG" && break
6551 done
6552 test -n "$RSVG" || RSVG="false"
6553
6554 for ac_prog in icotool
6555 do
6556   # Extract the first word of "$ac_prog", so it can be a program name with args.
6557 set dummy $ac_prog; ac_word=$2
6558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6560 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6561   echo $ECHO_N "(cached) $ECHO_C" >&6
6562 else
6563   if test -n "$ICOTOOL"; then
6564   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6565 else
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567 for as_dir in $PATH
6568 do
6569   IFS=$as_save_IFS
6570   test -z "$as_dir" && as_dir=.
6571   for ac_exec_ext in '' $ac_executable_extensions; do
6572   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573     ac_cv_prog_ICOTOOL="$ac_prog"
6574     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6575     break 2
6576   fi
6577 done
6578 done
6579 IFS=$as_save_IFS
6580
6581 fi
6582 fi
6583 ICOTOOL=$ac_cv_prog_ICOTOOL
6584 if test -n "$ICOTOOL"; then
6585   { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6586 echo "${ECHO_T}$ICOTOOL" >&6; }
6587 else
6588   { echo "$as_me:$LINENO: result: no" >&5
6589 echo "${ECHO_T}no" >&6; }
6590 fi
6591
6592
6593   test -n "$ICOTOOL" && break
6594 done
6595 test -n "$ICOTOOL" || ICOTOOL="false"
6596
6597
6598 if test "${enable_maintainer_mode+set}" = set
6599 then
6600   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6601   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6602   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6603 fi
6604
6605 case $host_cpu in
6606   *i[3456789]86*)
6607     # Extract the first word of "prelink", so it can be a program name with args.
6608 set dummy prelink; ac_word=$2
6609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6611 if test "${ac_cv_path_PRELINK+set}" = set; then
6612   echo $ECHO_N "(cached) $ECHO_C" >&6
6613 else
6614   case $PRELINK in
6615   [\\/]* | ?:[\\/]*)
6616   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6617   ;;
6618   *)
6619   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6620 for as_dir in /sbin /usr/sbin $PATH
6621 do
6622   IFS=$as_save_IFS
6623   test -z "$as_dir" && as_dir=.
6624   for ac_exec_ext in '' $ac_executable_extensions; do
6625   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6626     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6627     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6628     break 2
6629   fi
6630 done
6631 done
6632 IFS=$as_save_IFS
6633
6634   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6635   ;;
6636 esac
6637 fi
6638 PRELINK=$ac_cv_path_PRELINK
6639 if test -n "$PRELINK"; then
6640   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6641 echo "${ECHO_T}$PRELINK" >&6; }
6642 else
6643   { echo "$as_me:$LINENO: result: no" >&5
6644 echo "${ECHO_T}no" >&6; }
6645 fi
6646
6647
6648     ;;
6649 esac
6650
6651
6652
6653 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6654 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6655 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6656   echo $ECHO_N "(cached) $ECHO_C" >&6
6657 else
6658   ac_check_lib_save_LIBS=$LIBS
6659 LIBS="-li386  $LIBS"
6660 cat >conftest.$ac_ext <<_ACEOF
6661 /* confdefs.h.  */
6662 _ACEOF
6663 cat confdefs.h >>conftest.$ac_ext
6664 cat >>conftest.$ac_ext <<_ACEOF
6665 /* end confdefs.h.  */
6666
6667 /* Override any GCC internal prototype to avoid an error.
6668    Use char because int might match the return type of a GCC
6669    builtin and then its argument prototype would still apply.  */
6670 #ifdef __cplusplus
6671 extern "C"
6672 #endif
6673 char i386_set_ldt ();
6674 int
6675 main ()
6676 {
6677 return i386_set_ldt ();
6678   ;
6679   return 0;
6680 }
6681 _ACEOF
6682 rm -f conftest.$ac_objext conftest$ac_exeext
6683 if { (ac_try="$ac_link"
6684 case "(($ac_try" in
6685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6686   *) ac_try_echo=$ac_try;;
6687 esac
6688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6689   (eval "$ac_link") 2>conftest.er1
6690   ac_status=$?
6691   grep -v '^ *+' conftest.er1 >conftest.err
6692   rm -f conftest.er1
6693   cat conftest.err >&5
6694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695   (exit $ac_status); } && {
6696          test -z "$ac_c_werror_flag" ||
6697          test ! -s conftest.err
6698        } && test -s conftest$ac_exeext &&
6699        $as_test_x conftest$ac_exeext; then
6700   ac_cv_lib_i386_i386_set_ldt=yes
6701 else
6702   echo "$as_me: failed program was:" >&5
6703 sed 's/^/| /' conftest.$ac_ext >&5
6704
6705         ac_cv_lib_i386_i386_set_ldt=no
6706 fi
6707
6708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6709       conftest$ac_exeext conftest.$ac_ext
6710 LIBS=$ac_check_lib_save_LIBS
6711 fi
6712 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6713 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6714 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6715   cat >>confdefs.h <<_ACEOF
6716 #define HAVE_LIBI386 1
6717 _ACEOF
6718
6719   LIBS="-li386 $LIBS"
6720
6721 fi
6722
6723
6724 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6725 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6726 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6727   echo $ECHO_N "(cached) $ECHO_C" >&6
6728 else
6729   ac_check_lib_save_LIBS=$LIBS
6730 LIBS="-lossaudio  $LIBS"
6731 cat >conftest.$ac_ext <<_ACEOF
6732 /* confdefs.h.  */
6733 _ACEOF
6734 cat confdefs.h >>conftest.$ac_ext
6735 cat >>conftest.$ac_ext <<_ACEOF
6736 /* end confdefs.h.  */
6737
6738 /* Override any GCC internal prototype to avoid an error.
6739    Use char because int might match the return type of a GCC
6740    builtin and then its argument prototype would still apply.  */
6741 #ifdef __cplusplus
6742 extern "C"
6743 #endif
6744 char _oss_ioctl ();
6745 int
6746 main ()
6747 {
6748 return _oss_ioctl ();
6749   ;
6750   return 0;
6751 }
6752 _ACEOF
6753 rm -f conftest.$ac_objext conftest$ac_exeext
6754 if { (ac_try="$ac_link"
6755 case "(($ac_try" in
6756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6757   *) ac_try_echo=$ac_try;;
6758 esac
6759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6760   (eval "$ac_link") 2>conftest.er1
6761   ac_status=$?
6762   grep -v '^ *+' conftest.er1 >conftest.err
6763   rm -f conftest.er1
6764   cat conftest.err >&5
6765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6766   (exit $ac_status); } && {
6767          test -z "$ac_c_werror_flag" ||
6768          test ! -s conftest.err
6769        } && test -s conftest$ac_exeext &&
6770        $as_test_x conftest$ac_exeext; then
6771   ac_cv_lib_ossaudio__oss_ioctl=yes
6772 else
6773   echo "$as_me: failed program was:" >&5
6774 sed 's/^/| /' conftest.$ac_ext >&5
6775
6776         ac_cv_lib_ossaudio__oss_ioctl=no
6777 fi
6778
6779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6780       conftest$ac_exeext conftest.$ac_ext
6781 LIBS=$ac_check_lib_save_LIBS
6782 fi
6783 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6784 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6785 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6786   cat >>confdefs.h <<_ACEOF
6787 #define HAVE_LIBOSSAUDIO 1
6788 _ACEOF
6789
6790   LIBS="-lossaudio $LIBS"
6791
6792 fi
6793
6794 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6795 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6796 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6797   echo $ECHO_N "(cached) $ECHO_C" >&6
6798 else
6799   ac_check_lib_save_LIBS=$LIBS
6800 LIBS="-lpthread  $LIBS"
6801 cat >conftest.$ac_ext <<_ACEOF
6802 /* confdefs.h.  */
6803 _ACEOF
6804 cat confdefs.h >>conftest.$ac_ext
6805 cat >>conftest.$ac_ext <<_ACEOF
6806 /* end confdefs.h.  */
6807
6808 /* Override any GCC internal prototype to avoid an error.
6809    Use char because int might match the return type of a GCC
6810    builtin and then its argument prototype would still apply.  */
6811 #ifdef __cplusplus
6812 extern "C"
6813 #endif
6814 char pthread_create ();
6815 int
6816 main ()
6817 {
6818 return pthread_create ();
6819   ;
6820   return 0;
6821 }
6822 _ACEOF
6823 rm -f conftest.$ac_objext conftest$ac_exeext
6824 if { (ac_try="$ac_link"
6825 case "(($ac_try" in
6826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6827   *) ac_try_echo=$ac_try;;
6828 esac
6829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6830   (eval "$ac_link") 2>conftest.er1
6831   ac_status=$?
6832   grep -v '^ *+' conftest.er1 >conftest.err
6833   rm -f conftest.er1
6834   cat conftest.err >&5
6835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836   (exit $ac_status); } && {
6837          test -z "$ac_c_werror_flag" ||
6838          test ! -s conftest.err
6839        } && test -s conftest$ac_exeext &&
6840        $as_test_x conftest$ac_exeext; then
6841   ac_cv_lib_pthread_pthread_create=yes
6842 else
6843   echo "$as_me: failed program was:" >&5
6844 sed 's/^/| /' conftest.$ac_ext >&5
6845
6846         ac_cv_lib_pthread_pthread_create=no
6847 fi
6848
6849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6850       conftest$ac_exeext conftest.$ac_ext
6851 LIBS=$ac_check_lib_save_LIBS
6852 fi
6853 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6854 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6855 if test $ac_cv_lib_pthread_pthread_create = yes; then
6856   LIBPTHREAD="-lpthread"
6857
6858 fi
6859
6860
6861 XLIB=""
6862
6863 OPENGL_LIBS=""
6864
6865
6866
6867 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6868 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6869 if test "${ac_cv_header_stdc+set}" = set; then
6870   echo $ECHO_N "(cached) $ECHO_C" >&6
6871 else
6872   cat >conftest.$ac_ext <<_ACEOF
6873 /* confdefs.h.  */
6874 _ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h.  */
6878 #include <stdlib.h>
6879 #include <stdarg.h>
6880 #include <string.h>
6881 #include <float.h>
6882
6883 int
6884 main ()
6885 {
6886
6887   ;
6888   return 0;
6889 }
6890 _ACEOF
6891 rm -f conftest.$ac_objext
6892 if { (ac_try="$ac_compile"
6893 case "(($ac_try" in
6894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6895   *) ac_try_echo=$ac_try;;
6896 esac
6897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6898   (eval "$ac_compile") 2>conftest.er1
6899   ac_status=$?
6900   grep -v '^ *+' conftest.er1 >conftest.err
6901   rm -f conftest.er1
6902   cat conftest.err >&5
6903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6904   (exit $ac_status); } && {
6905          test -z "$ac_c_werror_flag" ||
6906          test ! -s conftest.err
6907        } && test -s conftest.$ac_objext; then
6908   ac_cv_header_stdc=yes
6909 else
6910   echo "$as_me: failed program was:" >&5
6911 sed 's/^/| /' conftest.$ac_ext >&5
6912
6913         ac_cv_header_stdc=no
6914 fi
6915
6916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6917
6918 if test $ac_cv_header_stdc = yes; then
6919   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6920   cat >conftest.$ac_ext <<_ACEOF
6921 /* confdefs.h.  */
6922 _ACEOF
6923 cat confdefs.h >>conftest.$ac_ext
6924 cat >>conftest.$ac_ext <<_ACEOF
6925 /* end confdefs.h.  */
6926 #include <string.h>
6927
6928 _ACEOF
6929 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6930   $EGREP "memchr" >/dev/null 2>&1; then
6931   :
6932 else
6933   ac_cv_header_stdc=no
6934 fi
6935 rm -f conftest*
6936
6937 fi
6938
6939 if test $ac_cv_header_stdc = yes; then
6940   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6941   cat >conftest.$ac_ext <<_ACEOF
6942 /* confdefs.h.  */
6943 _ACEOF
6944 cat confdefs.h >>conftest.$ac_ext
6945 cat >>conftest.$ac_ext <<_ACEOF
6946 /* end confdefs.h.  */
6947 #include <stdlib.h>
6948
6949 _ACEOF
6950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6951   $EGREP "free" >/dev/null 2>&1; then
6952   :
6953 else
6954   ac_cv_header_stdc=no
6955 fi
6956 rm -f conftest*
6957
6958 fi
6959
6960 if test $ac_cv_header_stdc = yes; then
6961   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6962   if test "$cross_compiling" = yes; then
6963   :
6964 else
6965   cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h.  */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h.  */
6971 #include <ctype.h>
6972 #include <stdlib.h>
6973 #if ((' ' & 0x0FF) == 0x020)
6974 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6975 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6976 #else
6977 # define ISLOWER(c) \
6978                    (('a' <= (c) && (c) <= 'i') \
6979                      || ('j' <= (c) && (c) <= 'r') \
6980                      || ('s' <= (c) && (c) <= 'z'))
6981 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6982 #endif
6983
6984 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6985 int
6986 main ()
6987 {
6988   int i;
6989   for (i = 0; i < 256; i++)
6990     if (XOR (islower (i), ISLOWER (i))
6991         || toupper (i) != TOUPPER (i))
6992       return 2;
6993   return 0;
6994 }
6995 _ACEOF
6996 rm -f conftest$ac_exeext
6997 if { (ac_try="$ac_link"
6998 case "(($ac_try" in
6999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7000   *) ac_try_echo=$ac_try;;
7001 esac
7002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7003   (eval "$ac_link") 2>&5
7004   ac_status=$?
7005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7007   { (case "(($ac_try" in
7008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7009   *) ac_try_echo=$ac_try;;
7010 esac
7011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7012   (eval "$ac_try") 2>&5
7013   ac_status=$?
7014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015   (exit $ac_status); }; }; then
7016   :
7017 else
7018   echo "$as_me: program exited with status $ac_status" >&5
7019 echo "$as_me: failed program was:" >&5
7020 sed 's/^/| /' conftest.$ac_ext >&5
7021
7022 ( exit $ac_status )
7023 ac_cv_header_stdc=no
7024 fi
7025 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7026 fi
7027
7028
7029 fi
7030 fi
7031 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7032 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7033 if test $ac_cv_header_stdc = yes; then
7034
7035 cat >>confdefs.h <<\_ACEOF
7036 #define STDC_HEADERS 1
7037 _ACEOF
7038
7039 fi
7040
7041 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7052                   inttypes.h stdint.h unistd.h
7053 do
7054 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7055 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7057 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7058   echo $ECHO_N "(cached) $ECHO_C" >&6
7059 else
7060   cat >conftest.$ac_ext <<_ACEOF
7061 /* confdefs.h.  */
7062 _ACEOF
7063 cat confdefs.h >>conftest.$ac_ext
7064 cat >>conftest.$ac_ext <<_ACEOF
7065 /* end confdefs.h.  */
7066 $ac_includes_default
7067
7068 #include <$ac_header>
7069 _ACEOF
7070 rm -f conftest.$ac_objext
7071 if { (ac_try="$ac_compile"
7072 case "(($ac_try" in
7073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7074   *) ac_try_echo=$ac_try;;
7075 esac
7076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7077   (eval "$ac_compile") 2>conftest.er1
7078   ac_status=$?
7079   grep -v '^ *+' conftest.er1 >conftest.err
7080   rm -f conftest.er1
7081   cat conftest.err >&5
7082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083   (exit $ac_status); } && {
7084          test -z "$ac_c_werror_flag" ||
7085          test ! -s conftest.err
7086        } && test -s conftest.$ac_objext; then
7087   eval "$as_ac_Header=yes"
7088 else
7089   echo "$as_me: failed program was:" >&5
7090 sed 's/^/| /' conftest.$ac_ext >&5
7091
7092         eval "$as_ac_Header=no"
7093 fi
7094
7095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096 fi
7097 ac_res=`eval echo '${'$as_ac_Header'}'`
7098                { echo "$as_me:$LINENO: result: $ac_res" >&5
7099 echo "${ECHO_T}$ac_res" >&6; }
7100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7101   cat >>confdefs.h <<_ACEOF
7102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7103 _ACEOF
7104
7105 fi
7106
7107 done
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222 for ac_header in \
7223         AudioUnit/AudioUnit.h \
7224         Carbon/Carbon.h \
7225         CoreAudio/CoreAudio.h \
7226         DiskArbitration/DiskArbitration.h \
7227         IOKit/IOKitLib.h \
7228         alias.h \
7229         alsa/asoundlib.h \
7230         arpa/inet.h \
7231         arpa/nameser.h \
7232         asm/types.h \
7233         capi20.h \
7234         curses.h \
7235         direct.h \
7236         dirent.h \
7237         dlfcn.h \
7238         elf.h \
7239         float.h \
7240         fontconfig/fontconfig.h \
7241         getopt.h \
7242         ieeefp.h \
7243         io.h \
7244         jack/jack.h \
7245         jpeglib.h \
7246         lber.h \
7247         lcms.h \
7248         lcms/lcms.h \
7249         ldap.h \
7250         libaudioio.h \
7251         link.h \
7252         linux/cdrom.h \
7253         linux/compiler.h \
7254         linux/hdreg.h \
7255         linux/input.h \
7256         linux/ioctl.h \
7257         linux/joystick.h \
7258         linux/major.h \
7259         linux/param.h \
7260         linux/serial.h \
7261         linux/ucdrom.h \
7262         mach/mach.h \
7263         mach/machine.h \
7264         machine/cpu.h \
7265         machine/limits.h \
7266         machine/soundcard.h \
7267         mntent.h \
7268         ncurses.h \
7269         netdb.h \
7270         netinet/in.h \
7271         netinet/in_systm.h \
7272         netinet/tcp.h \
7273         netinet/tcp_fsm.h \
7274         openssl/err.h \
7275         openssl/ssl.h \
7276         png.h \
7277         poll.h \
7278         process.h \
7279         pthread.h \
7280         pwd.h \
7281         regex.h \
7282         sched.h \
7283         scsi/scsi.h \
7284         scsi/scsi_ioctl.h \
7285         scsi/sg.h \
7286         soundcard.h \
7287         stdint.h \
7288         strings.h \
7289         sys/asoundlib.h \
7290         sys/cdio.h \
7291         sys/elf32.h \
7292         sys/epoll.h \
7293         sys/errno.h \
7294         sys/event.h \
7295         sys/exec_elf.h \
7296         sys/filio.h \
7297         sys/ioctl.h \
7298         sys/ipc.h \
7299         sys/limits.h \
7300         sys/link.h \
7301         sys/lwp.h \
7302         sys/mman.h \
7303         sys/modem.h \
7304         sys/msg.h \
7305         sys/mtio.h \
7306         sys/param.h \
7307         sys/poll.h \
7308         sys/prctl.h \
7309         sys/ptrace.h \
7310         sys/reg.h \
7311         sys/resource.h \
7312         sys/scsiio.h \
7313         sys/shm.h \
7314         sys/signal.h \
7315         sys/socket.h \
7316         sys/socketvar.h \
7317         sys/sockio.h \
7318         sys/soundcard.h \
7319         sys/statvfs.h \
7320         sys/strtio.h \
7321         sys/syscall.h \
7322         sys/sysctl.h \
7323         sys/time.h \
7324         sys/times.h \
7325         sys/uio.h \
7326         sys/un.h \
7327         sys/vm86.h \
7328         sys/wait.h \
7329         syscall.h \
7330         termios.h \
7331         unistd.h \
7332         utime.h \
7333         valgrind/memcheck.h \
7334         valgrind/valgrind.h
7335
7336 do
7337 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7342   echo $ECHO_N "(cached) $ECHO_C" >&6
7343 fi
7344 ac_res=`eval echo '${'$as_ac_Header'}'`
7345                { echo "$as_me:$LINENO: result: $ac_res" >&5
7346 echo "${ECHO_T}$ac_res" >&6; }
7347 else
7348   # Is the header compilable?
7349 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7350 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7351 cat >conftest.$ac_ext <<_ACEOF
7352 /* confdefs.h.  */
7353 _ACEOF
7354 cat confdefs.h >>conftest.$ac_ext
7355 cat >>conftest.$ac_ext <<_ACEOF
7356 /* end confdefs.h.  */
7357 $ac_includes_default
7358 #include <$ac_header>
7359 _ACEOF
7360 rm -f conftest.$ac_objext
7361 if { (ac_try="$ac_compile"
7362 case "(($ac_try" in
7363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7364   *) ac_try_echo=$ac_try;;
7365 esac
7366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7367   (eval "$ac_compile") 2>conftest.er1
7368   ac_status=$?
7369   grep -v '^ *+' conftest.er1 >conftest.err
7370   rm -f conftest.er1
7371   cat conftest.err >&5
7372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373   (exit $ac_status); } && {
7374          test -z "$ac_c_werror_flag" ||
7375          test ! -s conftest.err
7376        } && test -s conftest.$ac_objext; then
7377   ac_header_compiler=yes
7378 else
7379   echo "$as_me: failed program was:" >&5
7380 sed 's/^/| /' conftest.$ac_ext >&5
7381
7382         ac_header_compiler=no
7383 fi
7384
7385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7386 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7387 echo "${ECHO_T}$ac_header_compiler" >&6; }
7388
7389 # Is the header present?
7390 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7391 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7392 cat >conftest.$ac_ext <<_ACEOF
7393 /* confdefs.h.  */
7394 _ACEOF
7395 cat confdefs.h >>conftest.$ac_ext
7396 cat >>conftest.$ac_ext <<_ACEOF
7397 /* end confdefs.h.  */
7398 #include <$ac_header>
7399 _ACEOF
7400 if { (ac_try="$ac_cpp conftest.$ac_ext"
7401 case "(($ac_try" in
7402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7403   *) ac_try_echo=$ac_try;;
7404 esac
7405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7406   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7407   ac_status=$?
7408   grep -v '^ *+' conftest.er1 >conftest.err
7409   rm -f conftest.er1
7410   cat conftest.err >&5
7411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412   (exit $ac_status); } >/dev/null && {
7413          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7414          test ! -s conftest.err
7415        }; then
7416   ac_header_preproc=yes
7417 else
7418   echo "$as_me: failed program was:" >&5
7419 sed 's/^/| /' conftest.$ac_ext >&5
7420
7421   ac_header_preproc=no
7422 fi
7423
7424 rm -f conftest.err conftest.$ac_ext
7425 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7426 echo "${ECHO_T}$ac_header_preproc" >&6; }
7427
7428 # So?  What about this header?
7429 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7430   yes:no: )
7431     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7432 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7433     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7434 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7435     ac_header_preproc=yes
7436     ;;
7437   no:yes:* )
7438     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7439 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7440     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7441 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7442     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7443 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7444     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7445 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7446     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7447 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7448     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7449 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7450     ( cat <<\_ASBOX
7451 ## ------------------------------------ ##
7452 ## Report this to wine-devel@winehq.org ##
7453 ## ------------------------------------ ##
7454 _ASBOX
7455      ) | sed "s/^/$as_me: WARNING:     /" >&2
7456     ;;
7457 esac
7458 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7461   echo $ECHO_N "(cached) $ECHO_C" >&6
7462 else
7463   eval "$as_ac_Header=\$ac_header_preproc"
7464 fi
7465 ac_res=`eval echo '${'$as_ac_Header'}'`
7466                { echo "$as_me:$LINENO: result: $ac_res" >&5
7467 echo "${ECHO_T}$ac_res" >&6; }
7468
7469 fi
7470 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7471   cat >>confdefs.h <<_ACEOF
7472 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7473 _ACEOF
7474
7475 fi
7476
7477 done
7478
7479 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7480 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7481 if test "${ac_cv_header_stat_broken+set}" = set; then
7482   echo $ECHO_N "(cached) $ECHO_C" >&6
7483 else
7484   cat >conftest.$ac_ext <<_ACEOF
7485 /* confdefs.h.  */
7486 _ACEOF
7487 cat confdefs.h >>conftest.$ac_ext
7488 cat >>conftest.$ac_ext <<_ACEOF
7489 /* end confdefs.h.  */
7490 #include <sys/types.h>
7491 #include <sys/stat.h>
7492
7493 #if defined S_ISBLK && defined S_IFDIR
7494 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7495 #endif
7496
7497 #if defined S_ISBLK && defined S_IFCHR
7498 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7499 #endif
7500
7501 #if defined S_ISLNK && defined S_IFREG
7502 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7503 #endif
7504
7505 #if defined S_ISSOCK && defined S_IFREG
7506 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7507 #endif
7508
7509 _ACEOF
7510 rm -f conftest.$ac_objext
7511 if { (ac_try="$ac_compile"
7512 case "(($ac_try" in
7513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7514   *) ac_try_echo=$ac_try;;
7515 esac
7516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7517   (eval "$ac_compile") 2>conftest.er1
7518   ac_status=$?
7519   grep -v '^ *+' conftest.er1 >conftest.err
7520   rm -f conftest.er1
7521   cat conftest.err >&5
7522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7523   (exit $ac_status); } && {
7524          test -z "$ac_c_werror_flag" ||
7525          test ! -s conftest.err
7526        } && test -s conftest.$ac_objext; then
7527   ac_cv_header_stat_broken=no
7528 else
7529   echo "$as_me: failed program was:" >&5
7530 sed 's/^/| /' conftest.$ac_ext >&5
7531
7532         ac_cv_header_stat_broken=yes
7533 fi
7534
7535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7536 fi
7537 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7538 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7539 if test $ac_cv_header_stat_broken = yes; then
7540
7541 cat >>confdefs.h <<\_ACEOF
7542 #define STAT_MACROS_BROKEN 1
7543 _ACEOF
7544
7545 fi
7546
7547
7548
7549
7550
7551
7552
7553 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7554 do
7555 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7559   echo $ECHO_N "(cached) $ECHO_C" >&6
7560 else
7561   cat >conftest.$ac_ext <<_ACEOF
7562 /* confdefs.h.  */
7563 _ACEOF
7564 cat confdefs.h >>conftest.$ac_ext
7565 cat >>conftest.$ac_ext <<_ACEOF
7566 /* end confdefs.h.  */
7567 #include <sys/types.h>
7568      #ifdef HAVE_SYS_PARAM_H
7569      # include <sys/param.h>
7570      #endif
7571
7572 #include <$ac_header>
7573 _ACEOF
7574 rm -f conftest.$ac_objext
7575 if { (ac_try="$ac_compile"
7576 case "(($ac_try" in
7577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7578   *) ac_try_echo=$ac_try;;
7579 esac
7580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7581   (eval "$ac_compile") 2>conftest.er1
7582   ac_status=$?
7583   grep -v '^ *+' conftest.er1 >conftest.err
7584   rm -f conftest.er1
7585   cat conftest.err >&5
7586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587   (exit $ac_status); } && {
7588          test -z "$ac_c_werror_flag" ||
7589          test ! -s conftest.err
7590        } && test -s conftest.$ac_objext; then
7591   eval "$as_ac_Header=yes"
7592 else
7593   echo "$as_me: failed program was:" >&5
7594 sed 's/^/| /' conftest.$ac_ext >&5
7595
7596         eval "$as_ac_Header=no"
7597 fi
7598
7599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7600 fi
7601 ac_res=`eval echo '${'$as_ac_Header'}'`
7602                { echo "$as_me:$LINENO: result: $ac_res" >&5
7603 echo "${ECHO_T}$ac_res" >&6; }
7604 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7605   cat >>confdefs.h <<_ACEOF
7606 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7607 _ACEOF
7608
7609 fi
7610
7611 done
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
7624
7625
7626 for ac_header in \
7627         netinet/ip.h \
7628         net/if.h \
7629         net/if_arp.h \
7630         net/if_dl.h \
7631         net/if_types.h \
7632         net/route.h \
7633         netinet/if_ether.h \
7634         netinet/in_pcb.h \
7635         netinet/ip_icmp.h \
7636         netinet/ip_var.h \
7637         netinet/udp.h \
7638         netipx/ipx.h \
7639
7640 do
7641 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7642 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7643 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7644 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7645   echo $ECHO_N "(cached) $ECHO_C" >&6
7646 else
7647   cat >conftest.$ac_ext <<_ACEOF
7648 /* confdefs.h.  */
7649 _ACEOF
7650 cat confdefs.h >>conftest.$ac_ext
7651 cat >>conftest.$ac_ext <<_ACEOF
7652 /* end confdefs.h.  */
7653 #include <sys/types.h>
7654      #ifdef HAVE_SYS_SOCKET_H
7655      # include <sys/socket.h>
7656      #endif
7657      #ifdef HAVE_SYS_SOCKETVAR_H
7658      # include <sys/socketvar.h>
7659      #endif
7660      #ifdef HAVE_NETINET_IN_H
7661      # include <netinet/in.h>
7662      #endif
7663      #ifdef HAVE_NETINET_IP_H
7664      # include <netinet/ip.h>
7665      #endif
7666
7667 #include <$ac_header>
7668 _ACEOF
7669 rm -f conftest.$ac_objext
7670 if { (ac_try="$ac_compile"
7671 case "(($ac_try" in
7672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7673   *) ac_try_echo=$ac_try;;
7674 esac
7675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7676   (eval "$ac_compile") 2>conftest.er1
7677   ac_status=$?
7678   grep -v '^ *+' conftest.er1 >conftest.err
7679   rm -f conftest.er1
7680   cat conftest.err >&5
7681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682   (exit $ac_status); } && {
7683          test -z "$ac_c_werror_flag" ||
7684          test ! -s conftest.err
7685        } && test -s conftest.$ac_objext; then
7686   eval "$as_ac_Header=yes"
7687 else
7688   echo "$as_me: failed program was:" >&5
7689 sed 's/^/| /' conftest.$ac_ext >&5
7690
7691         eval "$as_ac_Header=no"
7692 fi
7693
7694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7695 fi
7696 ac_res=`eval echo '${'$as_ac_Header'}'`
7697                { echo "$as_me:$LINENO: result: $ac_res" >&5
7698 echo "${ECHO_T}$ac_res" >&6; }
7699 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7700   cat >>confdefs.h <<_ACEOF
7701 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7702 _ACEOF
7703
7704 fi
7705
7706 done
7707
7708
7709
7710
7711
7712
7713 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7714 do
7715 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7716 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7719   echo $ECHO_N "(cached) $ECHO_C" >&6
7720 else
7721   cat >conftest.$ac_ext <<_ACEOF
7722 /* confdefs.h.  */
7723 _ACEOF
7724 cat confdefs.h >>conftest.$ac_ext
7725 cat >>conftest.$ac_ext <<_ACEOF
7726 /* end confdefs.h.  */
7727 #include <sys/types.h>
7728      #ifdef HAVE_ALIAS_H
7729      # include <alias.h>
7730      #endif
7731      #ifdef HAVE_SYS_SOCKET_H
7732      # include <sys/socket.h>
7733      #endif
7734      #ifdef HAVE_SYS_SOCKETVAR_H
7735      # include <sys/socketvar.h>
7736      #endif
7737      #ifdef HAVE_NETINET_IN_H
7738      # include <netinet/in.h>
7739      #endif
7740      #ifdef HAVE_NETINET_IP_H
7741      # include <netinet/ip.h>
7742      #endif
7743      #ifdef HAVE_NETINET_IP_VAR_H
7744      # include <netinet/ip_var.h>
7745      #endif
7746      #ifdef HAVE_NETINET_IP_ICMP_H
7747      # include <netinet/ip_icmp.h>
7748      #endif
7749      #ifdef HAVE_NETINET_UDP_H
7750      # include <netinet/udp.h>
7751      #endif
7752      #ifdef HAVE_NETINET_TCP_H
7753      # include <netinet/tcp.h>
7754      #endif
7755
7756 #include <$ac_header>
7757 _ACEOF
7758 rm -f conftest.$ac_objext
7759 if { (ac_try="$ac_compile"
7760 case "(($ac_try" in
7761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7762   *) ac_try_echo=$ac_try;;
7763 esac
7764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7765   (eval "$ac_compile") 2>conftest.er1
7766   ac_status=$?
7767   grep -v '^ *+' conftest.er1 >conftest.err
7768   rm -f conftest.er1
7769   cat conftest.err >&5
7770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771   (exit $ac_status); } && {
7772          test -z "$ac_c_werror_flag" ||
7773          test ! -s conftest.err
7774        } && test -s conftest.$ac_objext; then
7775   eval "$as_ac_Header=yes"
7776 else
7777   echo "$as_me: failed program was:" >&5
7778 sed 's/^/| /' conftest.$ac_ext >&5
7779
7780         eval "$as_ac_Header=no"
7781 fi
7782
7783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7784 fi
7785 ac_res=`eval echo '${'$as_ac_Header'}'`
7786                { echo "$as_me:$LINENO: result: $ac_res" >&5
7787 echo "${ECHO_T}$ac_res" >&6; }
7788 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7789   cat >>confdefs.h <<_ACEOF
7790 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7791 _ACEOF
7792
7793 fi
7794
7795 done
7796
7797
7798
7799 for ac_header in linux/ipx.h
7800 do
7801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7805   echo $ECHO_N "(cached) $ECHO_C" >&6
7806 else
7807   cat >conftest.$ac_ext <<_ACEOF
7808 /* confdefs.h.  */
7809 _ACEOF
7810 cat confdefs.h >>conftest.$ac_ext
7811 cat >>conftest.$ac_ext <<_ACEOF
7812 /* end confdefs.h.  */
7813 #include <sys/types.h>
7814      #ifdef HAVE_ASM_TYPES_H
7815      # include <asm/types.h>
7816      #endif
7817      #ifdef HAVE_SYS_SOCKET_H
7818      # include <sys/socket.h>
7819      #endif
7820
7821 #include <$ac_header>
7822 _ACEOF
7823 rm -f conftest.$ac_objext
7824 if { (ac_try="$ac_compile"
7825 case "(($ac_try" in
7826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7827   *) ac_try_echo=$ac_try;;
7828 esac
7829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7830   (eval "$ac_compile") 2>conftest.er1
7831   ac_status=$?
7832   grep -v '^ *+' conftest.er1 >conftest.err
7833   rm -f conftest.er1
7834   cat conftest.err >&5
7835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836   (exit $ac_status); } && {
7837          test -z "$ac_c_werror_flag" ||
7838          test ! -s conftest.err
7839        } && test -s conftest.$ac_objext; then
7840   eval "$as_ac_Header=yes"
7841 else
7842   echo "$as_me: failed program was:" >&5
7843 sed 's/^/| /' conftest.$ac_ext >&5
7844
7845         eval "$as_ac_Header=no"
7846 fi
7847
7848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7849 fi
7850 ac_res=`eval echo '${'$as_ac_Header'}'`
7851                { echo "$as_me:$LINENO: result: $ac_res" >&5
7852 echo "${ECHO_T}$ac_res" >&6; }
7853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7854   cat >>confdefs.h <<_ACEOF
7855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7856 _ACEOF
7857
7858 fi
7859
7860 done
7861
7862
7863
7864 for ac_header in resolv.h
7865 do
7866 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7870   echo $ECHO_N "(cached) $ECHO_C" >&6
7871 else
7872   cat >conftest.$ac_ext <<_ACEOF
7873 /* confdefs.h.  */
7874 _ACEOF
7875 cat confdefs.h >>conftest.$ac_ext
7876 cat >>conftest.$ac_ext <<_ACEOF
7877 /* end confdefs.h.  */
7878 #include <sys/types.h>
7879      #ifdef HAVE_SYS_SOCKET_H
7880      # include <sys/socket.h>
7881      #endif
7882      #ifdef HAVE_NETINET_IN_H
7883      # include <netinet/in.h>
7884      #endif
7885      #ifdef HAVE_ARPA_NAMESER_H
7886      # include <arpa/nameser.h>
7887      #endif
7888
7889 #include <$ac_header>
7890 _ACEOF
7891 rm -f conftest.$ac_objext
7892 if { (ac_try="$ac_compile"
7893 case "(($ac_try" in
7894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7895   *) ac_try_echo=$ac_try;;
7896 esac
7897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7898   (eval "$ac_compile") 2>conftest.er1
7899   ac_status=$?
7900   grep -v '^ *+' conftest.er1 >conftest.err
7901   rm -f conftest.er1
7902   cat conftest.err >&5
7903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7904   (exit $ac_status); } && {
7905          test -z "$ac_c_werror_flag" ||
7906          test ! -s conftest.err
7907        } && test -s conftest.$ac_objext; then
7908   eval "$as_ac_Header=yes"
7909 else
7910   echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7912
7913         eval "$as_ac_Header=no"
7914 fi
7915
7916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7917 fi
7918 ac_res=`eval echo '${'$as_ac_Header'}'`
7919                { echo "$as_me:$LINENO: result: $ac_res" >&5
7920 echo "${ECHO_T}$ac_res" >&6; }
7921 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7922   cat >>confdefs.h <<_ACEOF
7923 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7924 _ACEOF
7925
7926 fi
7927
7928 done
7929
7930
7931
7932 for ac_header in ucontext.h
7933 do
7934 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7935 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7936 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7938   echo $ECHO_N "(cached) $ECHO_C" >&6
7939 else
7940   cat >conftest.$ac_ext <<_ACEOF
7941 /* confdefs.h.  */
7942 _ACEOF
7943 cat confdefs.h >>conftest.$ac_ext
7944 cat >>conftest.$ac_ext <<_ACEOF
7945 /* end confdefs.h.  */
7946 #include <signal.h>
7947
7948 #include <$ac_header>
7949 _ACEOF
7950 rm -f conftest.$ac_objext
7951 if { (ac_try="$ac_compile"
7952 case "(($ac_try" in
7953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7954   *) ac_try_echo=$ac_try;;
7955 esac
7956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7957   (eval "$ac_compile") 2>conftest.er1
7958   ac_status=$?
7959   grep -v '^ *+' conftest.er1 >conftest.err
7960   rm -f conftest.er1
7961   cat conftest.err >&5
7962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7963   (exit $ac_status); } && {
7964          test -z "$ac_c_werror_flag" ||
7965          test ! -s conftest.err
7966        } && test -s conftest.$ac_objext; then
7967   eval "$as_ac_Header=yes"
7968 else
7969   echo "$as_me: failed program was:" >&5
7970 sed 's/^/| /' conftest.$ac_ext >&5
7971
7972         eval "$as_ac_Header=no"
7973 fi
7974
7975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7976 fi
7977 ac_res=`eval echo '${'$as_ac_Header'}'`
7978                { echo "$as_me:$LINENO: result: $ac_res" >&5
7979 echo "${ECHO_T}$ac_res" >&6; }
7980 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7981   cat >>confdefs.h <<_ACEOF
7982 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7983 _ACEOF
7984
7985 fi
7986
7987 done
7988
7989
7990
7991 for ac_header in sys/thr.h
7992 do
7993 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7997   echo $ECHO_N "(cached) $ECHO_C" >&6
7998 else
7999   cat >conftest.$ac_ext <<_ACEOF
8000 /* confdefs.h.  */
8001 _ACEOF
8002 cat confdefs.h >>conftest.$ac_ext
8003 cat >>conftest.$ac_ext <<_ACEOF
8004 /* end confdefs.h.  */
8005 #include <sys/types.h>
8006 #ifdef HAVE_UCONTEXT_H
8007 #include <ucontext.h>
8008 #endif
8009
8010 #include <$ac_header>
8011 _ACEOF
8012 rm -f conftest.$ac_objext
8013 if { (ac_try="$ac_compile"
8014 case "(($ac_try" in
8015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8016   *) ac_try_echo=$ac_try;;
8017 esac
8018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8019   (eval "$ac_compile") 2>conftest.er1
8020   ac_status=$?
8021   grep -v '^ *+' conftest.er1 >conftest.err
8022   rm -f conftest.er1
8023   cat conftest.err >&5
8024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8025   (exit $ac_status); } && {
8026          test -z "$ac_c_werror_flag" ||
8027          test ! -s conftest.err
8028        } && test -s conftest.$ac_objext; then
8029   eval "$as_ac_Header=yes"
8030 else
8031   echo "$as_me: failed program was:" >&5
8032 sed 's/^/| /' conftest.$ac_ext >&5
8033
8034         eval "$as_ac_Header=no"
8035 fi
8036
8037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8038 fi
8039 ac_res=`eval echo '${'$as_ac_Header'}'`
8040                { echo "$as_me:$LINENO: result: $ac_res" >&5
8041 echo "${ECHO_T}$ac_res" >&6; }
8042 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8043   cat >>confdefs.h <<_ACEOF
8044 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8045 _ACEOF
8046
8047 fi
8048
8049 done
8050
8051
8052
8053 for ac_header in pthread_np.h
8054 do
8055 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8056 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8057 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8059   echo $ECHO_N "(cached) $ECHO_C" >&6
8060 else
8061   cat >conftest.$ac_ext <<_ACEOF
8062 /* confdefs.h.  */
8063 _ACEOF
8064 cat confdefs.h >>conftest.$ac_ext
8065 cat >>conftest.$ac_ext <<_ACEOF
8066 /* end confdefs.h.  */
8067 #ifdef HAVE_PTHREAD_H
8068 #include <pthread.h>
8069 #endif
8070
8071 #include <$ac_header>
8072 _ACEOF
8073 rm -f conftest.$ac_objext
8074 if { (ac_try="$ac_compile"
8075 case "(($ac_try" in
8076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8077   *) ac_try_echo=$ac_try;;
8078 esac
8079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8080   (eval "$ac_compile") 2>conftest.er1
8081   ac_status=$?
8082   grep -v '^ *+' conftest.er1 >conftest.err
8083   rm -f conftest.er1
8084   cat conftest.err >&5
8085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8086   (exit $ac_status); } && {
8087          test -z "$ac_c_werror_flag" ||
8088          test ! -s conftest.err
8089        } && test -s conftest.$ac_objext; then
8090   eval "$as_ac_Header=yes"
8091 else
8092   echo "$as_me: failed program was:" >&5
8093 sed 's/^/| /' conftest.$ac_ext >&5
8094
8095         eval "$as_ac_Header=no"
8096 fi
8097
8098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8099 fi
8100 ac_res=`eval echo '${'$as_ac_Header'}'`
8101                { echo "$as_me:$LINENO: result: $ac_res" >&5
8102 echo "${ECHO_T}$ac_res" >&6; }
8103 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8104   cat >>confdefs.h <<_ACEOF
8105 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8106 _ACEOF
8107
8108 fi
8109
8110 done
8111
8112
8113
8114 for ac_header in linux/videodev.h
8115 do
8116 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8120   echo $ECHO_N "(cached) $ECHO_C" >&6
8121 else
8122   cat >conftest.$ac_ext <<_ACEOF
8123 /* confdefs.h.  */
8124 _ACEOF
8125 cat confdefs.h >>conftest.$ac_ext
8126 cat >>conftest.$ac_ext <<_ACEOF
8127 /* end confdefs.h.  */
8128 #ifdef HAVE_SYS_TIME_H
8129 #include <sys/time.h>
8130 #endif
8131 #include <sys/types.h>
8132 #ifdef HAVE_ASM_TYPES_H
8133 #include <asm/types.h>
8134 #endif
8135
8136 #include <$ac_header>
8137 _ACEOF
8138 rm -f conftest.$ac_objext
8139 if { (ac_try="$ac_compile"
8140 case "(($ac_try" in
8141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8142   *) ac_try_echo=$ac_try;;
8143 esac
8144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8145   (eval "$ac_compile") 2>conftest.er1
8146   ac_status=$?
8147   grep -v '^ *+' conftest.er1 >conftest.err
8148   rm -f conftest.er1
8149   cat conftest.err >&5
8150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8151   (exit $ac_status); } && {
8152          test -z "$ac_c_werror_flag" ||
8153          test ! -s conftest.err
8154        } && test -s conftest.$ac_objext; then
8155   eval "$as_ac_Header=yes"
8156 else
8157   echo "$as_me: failed program was:" >&5
8158 sed 's/^/| /' conftest.$ac_ext >&5
8159
8160         eval "$as_ac_Header=no"
8161 fi
8162
8163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8164 fi
8165 ac_res=`eval echo '${'$as_ac_Header'}'`
8166                { echo "$as_me:$LINENO: result: $ac_res" >&5
8167 echo "${ECHO_T}$ac_res" >&6; }
8168 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8169   cat >>confdefs.h <<_ACEOF
8170 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8171 _ACEOF
8172
8173 fi
8174
8175 done
8176
8177
8178
8179 for ac_header in linux/capi.h
8180 do
8181 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8182 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8183 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8184 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8185   echo $ECHO_N "(cached) $ECHO_C" >&6
8186 else
8187   cat >conftest.$ac_ext <<_ACEOF
8188 /* confdefs.h.  */
8189 _ACEOF
8190 cat confdefs.h >>conftest.$ac_ext
8191 cat >>conftest.$ac_ext <<_ACEOF
8192 /* end confdefs.h.  */
8193 #define __user
8194
8195 #include <$ac_header>
8196 _ACEOF
8197 rm -f conftest.$ac_objext
8198 if { (ac_try="$ac_compile"
8199 case "(($ac_try" in
8200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8201   *) ac_try_echo=$ac_try;;
8202 esac
8203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8204   (eval "$ac_compile") 2>conftest.er1
8205   ac_status=$?
8206   grep -v '^ *+' conftest.er1 >conftest.err
8207   rm -f conftest.er1
8208   cat conftest.err >&5
8209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8210   (exit $ac_status); } && {
8211          test -z "$ac_c_werror_flag" ||
8212          test ! -s conftest.err
8213        } && test -s conftest.$ac_objext; then
8214   eval "$as_ac_Header=yes"
8215 else
8216   echo "$as_me: failed program was:" >&5
8217 sed 's/^/| /' conftest.$ac_ext >&5
8218
8219         eval "$as_ac_Header=no"
8220 fi
8221
8222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8223 fi
8224 ac_res=`eval echo '${'$as_ac_Header'}'`
8225                { echo "$as_me:$LINENO: result: $ac_res" >&5
8226 echo "${ECHO_T}$ac_res" >&6; }
8227 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8228   cat >>confdefs.h <<_ACEOF
8229 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8230 _ACEOF
8231
8232 fi
8233
8234 done
8235
8236
8237
8238 DLLEXT=""
8239
8240 DLLFLAGS="-D_REENTRANT"
8241
8242 LDSHARED=""
8243
8244 LDDLLFLAGS=""
8245
8246 LIBEXT="so"
8247
8248 IMPLIBEXT="def"
8249
8250 LDRPATH_INSTALL=""
8251
8252 LDRPATH_LOCAL=""
8253
8254 # Extract the first word of "ldd", so it can be a program name with args.
8255 set dummy ldd; ac_word=$2
8256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8258 if test "${ac_cv_path_LDD+set}" = set; then
8259   echo $ECHO_N "(cached) $ECHO_C" >&6
8260 else
8261   case $LDD in
8262   [\\/]* | ?:[\\/]*)
8263   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8264   ;;
8265   *)
8266   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267 as_dummy="/sbin:/usr/sbin:$PATH"
8268 for as_dir in $as_dummy
8269 do
8270   IFS=$as_save_IFS
8271   test -z "$as_dir" && as_dir=.
8272   for ac_exec_ext in '' $ac_executable_extensions; do
8273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8274     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8276     break 2
8277   fi
8278 done
8279 done
8280 IFS=$as_save_IFS
8281
8282   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8283   ;;
8284 esac
8285 fi
8286 LDD=$ac_cv_path_LDD
8287 if test -n "$LDD"; then
8288   { echo "$as_me:$LINENO: result: $LDD" >&5
8289 echo "${ECHO_T}$LDD" >&6; }
8290 else
8291   { echo "$as_me:$LINENO: result: no" >&5
8292 echo "${ECHO_T}no" >&6; }
8293 fi
8294
8295
8296
8297 case $host_os in
8298   cygwin*|mingw32*)
8299     if test -n "$ac_tool_prefix"; then
8300   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8301 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8304 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8305   echo $ECHO_N "(cached) $ECHO_C" >&6
8306 else
8307   if test -n "$DLLTOOL"; then
8308   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8309 else
8310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8311 for as_dir in $PATH
8312 do
8313   IFS=$as_save_IFS
8314   test -z "$as_dir" && as_dir=.
8315   for ac_exec_ext in '' $ac_executable_extensions; do
8316   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8317     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8318     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8319     break 2
8320   fi
8321 done
8322 done
8323 IFS=$as_save_IFS
8324
8325 fi
8326 fi
8327 DLLTOOL=$ac_cv_prog_DLLTOOL
8328 if test -n "$DLLTOOL"; then
8329   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8330 echo "${ECHO_T}$DLLTOOL" >&6; }
8331 else
8332   { echo "$as_me:$LINENO: result: no" >&5
8333 echo "${ECHO_T}no" >&6; }
8334 fi
8335
8336
8337 fi
8338 if test -z "$ac_cv_prog_DLLTOOL"; then
8339   ac_ct_DLLTOOL=$DLLTOOL
8340   # Extract the first word of "dlltool", so it can be a program name with args.
8341 set dummy dlltool; ac_word=$2
8342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8344 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8345   echo $ECHO_N "(cached) $ECHO_C" >&6
8346 else
8347   if test -n "$ac_ct_DLLTOOL"; then
8348   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8349 else
8350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8351 for as_dir in $PATH
8352 do
8353   IFS=$as_save_IFS
8354   test -z "$as_dir" && as_dir=.
8355   for ac_exec_ext in '' $ac_executable_extensions; do
8356   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8357     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8358     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8359     break 2
8360   fi
8361 done
8362 done
8363 IFS=$as_save_IFS
8364
8365 fi
8366 fi
8367 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8368 if test -n "$ac_ct_DLLTOOL"; then
8369   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8370 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8371 else
8372   { echo "$as_me:$LINENO: result: no" >&5
8373 echo "${ECHO_T}no" >&6; }
8374 fi
8375
8376   if test "x$ac_ct_DLLTOOL" = x; then
8377     DLLTOOL="false"
8378   else
8379     case $cross_compiling:$ac_tool_warned in
8380 yes:)
8381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8382 whose name does not start with the host triplet.  If you think this
8383 configuration is useful to you, please write to autoconf@gnu.org." >&5
8384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8385 whose name does not start with the host triplet.  If you think this
8386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8387 ac_tool_warned=yes ;;
8388 esac
8389     DLLTOOL=$ac_ct_DLLTOOL
8390   fi
8391 else
8392   DLLTOOL="$ac_cv_prog_DLLTOOL"
8393 fi
8394
8395     if test -n "$ac_tool_prefix"; then
8396   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8397 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8398 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8400 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8401   echo $ECHO_N "(cached) $ECHO_C" >&6
8402 else
8403   if test -n "$DLLWRAP"; then
8404   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8405 else
8406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8407 for as_dir in $PATH
8408 do
8409   IFS=$as_save_IFS
8410   test -z "$as_dir" && as_dir=.
8411   for ac_exec_ext in '' $ac_executable_extensions; do
8412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8413     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8414     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8415     break 2
8416   fi
8417 done
8418 done
8419 IFS=$as_save_IFS
8420
8421 fi
8422 fi
8423 DLLWRAP=$ac_cv_prog_DLLWRAP
8424 if test -n "$DLLWRAP"; then
8425   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8426 echo "${ECHO_T}$DLLWRAP" >&6; }
8427 else
8428   { echo "$as_me:$LINENO: result: no" >&5
8429 echo "${ECHO_T}no" >&6; }
8430 fi
8431
8432
8433 fi
8434 if test -z "$ac_cv_prog_DLLWRAP"; then
8435   ac_ct_DLLWRAP=$DLLWRAP
8436   # Extract the first word of "dllwrap", so it can be a program name with args.
8437 set dummy dllwrap; ac_word=$2
8438 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8440 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8441   echo $ECHO_N "(cached) $ECHO_C" >&6
8442 else
8443   if test -n "$ac_ct_DLLWRAP"; then
8444   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8445 else
8446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8447 for as_dir in $PATH
8448 do
8449   IFS=$as_save_IFS
8450   test -z "$as_dir" && as_dir=.
8451   for ac_exec_ext in '' $ac_executable_extensions; do
8452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8453     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8454     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8455     break 2
8456   fi
8457 done
8458 done
8459 IFS=$as_save_IFS
8460
8461 fi
8462 fi
8463 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8464 if test -n "$ac_ct_DLLWRAP"; then
8465   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8466 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8467 else
8468   { echo "$as_me:$LINENO: result: no" >&5
8469 echo "${ECHO_T}no" >&6; }
8470 fi
8471
8472   if test "x$ac_ct_DLLWRAP" = x; then
8473     DLLWRAP="false"
8474   else
8475     case $cross_compiling:$ac_tool_warned in
8476 yes:)
8477 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8478 whose name does not start with the host triplet.  If you think this
8479 configuration is useful to you, please write to autoconf@gnu.org." >&5
8480 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8481 whose name does not start with the host triplet.  If you think this
8482 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8483 ac_tool_warned=yes ;;
8484 esac
8485     DLLWRAP=$ac_ct_DLLWRAP
8486   fi
8487 else
8488   DLLWRAP="$ac_cv_prog_DLLWRAP"
8489 fi
8490
8491     if test -n "$ac_tool_prefix"; then
8492   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8493 set dummy ${ac_tool_prefix}ar; ac_word=$2
8494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8496 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8497   echo $ECHO_N "(cached) $ECHO_C" >&6
8498 else
8499   if test -n "$MINGWAR"; then
8500   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8501 else
8502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8503 for as_dir in $PATH
8504 do
8505   IFS=$as_save_IFS
8506   test -z "$as_dir" && as_dir=.
8507   for ac_exec_ext in '' $ac_executable_extensions; do
8508   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8509     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8510     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8511     break 2
8512   fi
8513 done
8514 done
8515 IFS=$as_save_IFS
8516
8517 fi
8518 fi
8519 MINGWAR=$ac_cv_prog_MINGWAR
8520 if test -n "$MINGWAR"; then
8521   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8522 echo "${ECHO_T}$MINGWAR" >&6; }
8523 else
8524   { echo "$as_me:$LINENO: result: no" >&5
8525 echo "${ECHO_T}no" >&6; }
8526 fi
8527
8528
8529 fi
8530 if test -z "$ac_cv_prog_MINGWAR"; then
8531   ac_ct_MINGWAR=$MINGWAR
8532   # Extract the first word of "ar", so it can be a program name with args.
8533 set dummy ar; ac_word=$2
8534 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8535 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8536 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8537   echo $ECHO_N "(cached) $ECHO_C" >&6
8538 else
8539   if test -n "$ac_ct_MINGWAR"; then
8540   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8541 else
8542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8543 for as_dir in $PATH
8544 do
8545   IFS=$as_save_IFS
8546   test -z "$as_dir" && as_dir=.
8547   for ac_exec_ext in '' $ac_executable_extensions; do
8548   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8549     ac_cv_prog_ac_ct_MINGWAR="ar"
8550     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8551     break 2
8552   fi
8553 done
8554 done
8555 IFS=$as_save_IFS
8556
8557 fi
8558 fi
8559 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8560 if test -n "$ac_ct_MINGWAR"; then
8561   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8562 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8563 else
8564   { echo "$as_me:$LINENO: result: no" >&5
8565 echo "${ECHO_T}no" >&6; }
8566 fi
8567
8568   if test "x$ac_ct_MINGWAR" = x; then
8569     MINGWAR="false"
8570   else
8571     case $cross_compiling:$ac_tool_warned in
8572 yes:)
8573 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8574 whose name does not start with the host triplet.  If you think this
8575 configuration is useful to you, please write to autoconf@gnu.org." >&5
8576 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8577 whose name does not start with the host triplet.  If you think this
8578 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8579 ac_tool_warned=yes ;;
8580 esac
8581     MINGWAR=$ac_ct_MINGWAR
8582   fi
8583 else
8584   MINGWAR="$ac_cv_prog_MINGWAR"
8585 fi
8586
8587     if test "$DLLWRAP" = "false"; then
8588       LIBEXT="a"
8589     else
8590             LIBEXT="dll"
8591     fi
8592     IMPLIBEXT="a"
8593         WIN16_FILES=""
8594     WIN16_INSTALL=""
8595         enable_iphlpapi=${enable_iphlpapi:-no}
8596     enable_kernel32=${enable_kernel32:-no}
8597     enable_msvcrt=${enable_msvcrt:-no}
8598     enable_ntdll=${enable_ntdll:-no}
8599     enable_ws2_32=${enable_ws2_32:-no}
8600     enable_loader=${enable_loader:-no}
8601     enable_server=${enable_server:-no}
8602     ;;
8603   darwin*|macosx*)
8604     DLLEXT=".so"
8605     LIBEXT="dylib"
8606     DLLFLAGS="$DLLFLAGS -fPIC"
8607     LDDLLFLAGS="-bundle -multiply_defined suppress"
8608     LIBWINE_LDFLAGS="-multiply_defined suppress"
8609     LDSHARED="\$(CC) -dynamiclib"
8610     STRIP="$STRIP -x"
8611     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8612         SECURITYLIB="-framework Security -framework CoreFoundation"
8613
8614     COREFOUNDATIONLIB="-framework CoreFoundation"
8615
8616     IOKITLIB="-framework IOKit -framework CoreFoundation"
8617
8618     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8619
8620     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8621     then
8622                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8623
8624     fi
8625     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8626     then
8627                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8628
8629     fi
8630     case $host_cpu in
8631       *powerpc*)
8632         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8633     esac
8634         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8635     then
8636         CARBONLIB="-framework Carbon"
8637
8638         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8639     fi
8640     ;;
8641   *)
8642     DLLFLAGS="$DLLFLAGS -fPIC"
8643     DLLEXT=".so"
8644     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8645 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8646 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8647   echo $ECHO_N "(cached) $ECHO_C" >&6
8648 else
8649   ac_wine_try_cflags_saved=$CFLAGS
8650 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8651 cat >conftest.$ac_ext <<_ACEOF
8652 void myfunc() {}
8653 _ACEOF
8654 rm -f conftest.$ac_objext conftest$ac_exeext
8655 if { (ac_try="$ac_link"
8656 case "(($ac_try" in
8657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8658   *) ac_try_echo=$ac_try;;
8659 esac
8660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8661   (eval "$ac_link") 2>conftest.er1
8662   ac_status=$?
8663   grep -v '^ *+' conftest.er1 >conftest.err
8664   rm -f conftest.er1
8665   cat conftest.err >&5
8666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667   (exit $ac_status); } && {
8668          test -z "$ac_c_werror_flag" ||
8669          test ! -s conftest.err
8670        } && test -s conftest$ac_exeext &&
8671        $as_test_x conftest$ac_exeext; then
8672   ac_cv_c_dll_gnuelf="yes"
8673 else
8674   echo "$as_me: failed program was:" >&5
8675 sed 's/^/| /' conftest.$ac_ext >&5
8676
8677         ac_cv_c_dll_gnuelf="no"
8678 fi
8679
8680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8681       conftest$ac_exeext conftest.$ac_ext
8682 CFLAGS=$ac_wine_try_cflags_saved
8683 fi
8684 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8685 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8686     if test "$ac_cv_c_dll_gnuelf" = "yes"
8687     then
8688       LDSHARED="\$(CC) -shared"
8689       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8690       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8691 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8692 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8693   echo $ECHO_N "(cached) $ECHO_C" >&6
8694 else
8695   ac_wine_try_cflags_saved=$CFLAGS
8696 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8697 cat >conftest.$ac_ext <<_ACEOF
8698 /* confdefs.h.  */
8699 _ACEOF
8700 cat confdefs.h >>conftest.$ac_ext
8701 cat >>conftest.$ac_ext <<_ACEOF
8702 /* end confdefs.h.  */
8703
8704 int
8705 main ()
8706 {
8707
8708   ;
8709   return 0;
8710 }
8711 _ACEOF
8712 rm -f conftest.$ac_objext conftest$ac_exeext
8713 if { (ac_try="$ac_link"
8714 case "(($ac_try" in
8715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8716   *) ac_try_echo=$ac_try;;
8717 esac
8718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8719   (eval "$ac_link") 2>conftest.er1
8720   ac_status=$?
8721   grep -v '^ *+' conftest.er1 >conftest.err
8722   rm -f conftest.er1
8723   cat conftest.err >&5
8724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725   (exit $ac_status); } && {
8726          test -z "$ac_c_werror_flag" ||
8727          test ! -s conftest.err
8728        } && test -s conftest$ac_exeext &&
8729        $as_test_x conftest$ac_exeext; then
8730   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8731 else
8732   echo "$as_me: failed program was:" >&5
8733 sed 's/^/| /' conftest.$ac_ext >&5
8734
8735         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8736 fi
8737
8738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8739       conftest$ac_exeext conftest.$ac_ext
8740 CFLAGS=$ac_wine_try_cflags_saved
8741 fi
8742 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8743 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8744 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8745   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8746 else
8747   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8748 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8749 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8750   echo $ECHO_N "(cached) $ECHO_C" >&6
8751 else
8752   ac_wine_try_cflags_saved=$CFLAGS
8753 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8754 cat >conftest.$ac_ext <<_ACEOF
8755 /* confdefs.h.  */
8756 _ACEOF
8757 cat confdefs.h >>conftest.$ac_ext
8758 cat >>conftest.$ac_ext <<_ACEOF
8759 /* end confdefs.h.  */
8760
8761 int
8762 main ()
8763 {
8764
8765   ;
8766   return 0;
8767 }
8768 _ACEOF
8769 rm -f conftest.$ac_objext conftest$ac_exeext
8770 if { (ac_try="$ac_link"
8771 case "(($ac_try" in
8772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8773   *) ac_try_echo=$ac_try;;
8774 esac
8775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8776   (eval "$ac_link") 2>conftest.er1
8777   ac_status=$?
8778   grep -v '^ *+' conftest.er1 >conftest.err
8779   rm -f conftest.er1
8780   cat conftest.err >&5
8781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782   (exit $ac_status); } && {
8783          test -z "$ac_c_werror_flag" ||
8784          test ! -s conftest.err
8785        } && test -s conftest$ac_exeext &&
8786        $as_test_x conftest$ac_exeext; then
8787   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8788 else
8789   echo "$as_me: failed program was:" >&5
8790 sed 's/^/| /' conftest.$ac_ext >&5
8791
8792         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8793 fi
8794
8795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8796       conftest$ac_exeext conftest.$ac_ext
8797 CFLAGS=$ac_wine_try_cflags_saved
8798 fi
8799 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8800 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8801 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8802   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8803 fi
8804
8805 fi
8806
8807
8808       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8809 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8810 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8811   echo $ECHO_N "(cached) $ECHO_C" >&6
8812 else
8813   ac_wine_try_cflags_saved=$CFLAGS
8814 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8815 cat >conftest.$ac_ext <<_ACEOF
8816 /* confdefs.h.  */
8817 _ACEOF
8818 cat confdefs.h >>conftest.$ac_ext
8819 cat >>conftest.$ac_ext <<_ACEOF
8820 /* end confdefs.h.  */
8821
8822 int
8823 main ()
8824 {
8825
8826   ;
8827   return 0;
8828 }
8829 _ACEOF
8830 rm -f conftest.$ac_objext conftest$ac_exeext
8831 if { (ac_try="$ac_link"
8832 case "(($ac_try" in
8833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8834   *) ac_try_echo=$ac_try;;
8835 esac
8836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8837   (eval "$ac_link") 2>conftest.er1
8838   ac_status=$?
8839   grep -v '^ *+' conftest.er1 >conftest.err
8840   rm -f conftest.er1
8841   cat conftest.err >&5
8842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8843   (exit $ac_status); } && {
8844          test -z "$ac_c_werror_flag" ||
8845          test ! -s conftest.err
8846        } && test -s conftest$ac_exeext &&
8847        $as_test_x conftest$ac_exeext; then
8848   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8849 else
8850   echo "$as_me: failed program was:" >&5
8851 sed 's/^/| /' conftest.$ac_ext >&5
8852
8853         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8854 fi
8855
8856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8857       conftest$ac_exeext conftest.$ac_ext
8858 CFLAGS=$ac_wine_try_cflags_saved
8859 fi
8860 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8861 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8862 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8863   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8864 fi
8865
8866
8867       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8868 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8869 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8870   echo $ECHO_N "(cached) $ECHO_C" >&6
8871 else
8872   ac_wine_try_cflags_saved=$CFLAGS
8873 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8874 cat >conftest.$ac_ext <<_ACEOF
8875 /* confdefs.h.  */
8876 _ACEOF
8877 cat confdefs.h >>conftest.$ac_ext
8878 cat >>conftest.$ac_ext <<_ACEOF
8879 /* end confdefs.h.  */
8880
8881 int
8882 main ()
8883 {
8884
8885   ;
8886   return 0;
8887 }
8888 _ACEOF
8889 rm -f conftest.$ac_objext conftest$ac_exeext
8890 if { (ac_try="$ac_link"
8891 case "(($ac_try" in
8892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8893   *) ac_try_echo=$ac_try;;
8894 esac
8895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8896   (eval "$ac_link") 2>conftest.er1
8897   ac_status=$?
8898   grep -v '^ *+' conftest.er1 >conftest.err
8899   rm -f conftest.er1
8900   cat conftest.err >&5
8901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8902   (exit $ac_status); } && {
8903          test -z "$ac_c_werror_flag" ||
8904          test ! -s conftest.err
8905        } && test -s conftest$ac_exeext &&
8906        $as_test_x conftest$ac_exeext; then
8907   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8908 else
8909   echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.$ac_ext >&5
8911
8912         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8913 fi
8914
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916       conftest$ac_exeext conftest.$ac_ext
8917 CFLAGS=$ac_wine_try_cflags_saved
8918 fi
8919 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8920 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8921 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8922   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8923 fi
8924
8925
8926       echo '{ global: *; };' >conftest.map
8927       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8928 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8929 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8930   echo $ECHO_N "(cached) $ECHO_C" >&6
8931 else
8932   ac_wine_try_cflags_saved=$CFLAGS
8933 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8934 cat >conftest.$ac_ext <<_ACEOF
8935 /* confdefs.h.  */
8936 _ACEOF
8937 cat confdefs.h >>conftest.$ac_ext
8938 cat >>conftest.$ac_ext <<_ACEOF
8939 /* end confdefs.h.  */
8940
8941 int
8942 main ()
8943 {
8944
8945   ;
8946   return 0;
8947 }
8948 _ACEOF
8949 rm -f conftest.$ac_objext conftest$ac_exeext
8950 if { (ac_try="$ac_link"
8951 case "(($ac_try" in
8952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8953   *) ac_try_echo=$ac_try;;
8954 esac
8955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8956   (eval "$ac_link") 2>conftest.er1
8957   ac_status=$?
8958   grep -v '^ *+' conftest.er1 >conftest.err
8959   rm -f conftest.er1
8960   cat conftest.err >&5
8961   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962   (exit $ac_status); } && {
8963          test -z "$ac_c_werror_flag" ||
8964          test ! -s conftest.err
8965        } && test -s conftest$ac_exeext &&
8966        $as_test_x conftest$ac_exeext; then
8967   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8968 else
8969   echo "$as_me: failed program was:" >&5
8970 sed 's/^/| /' conftest.$ac_ext >&5
8971
8972         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8973 fi
8974
8975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8976       conftest$ac_exeext conftest.$ac_ext
8977 CFLAGS=$ac_wine_try_cflags_saved
8978 fi
8979 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8980 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8981 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8982   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8983 fi
8984
8985       rm -f conftest.map
8986
8987       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8988 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8989 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8990   echo $ECHO_N "(cached) $ECHO_C" >&6
8991 else
8992   ac_wine_try_cflags_saved=$CFLAGS
8993 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8994 cat >conftest.$ac_ext <<_ACEOF
8995 /* confdefs.h.  */
8996 _ACEOF
8997 cat confdefs.h >>conftest.$ac_ext
8998 cat >>conftest.$ac_ext <<_ACEOF
8999 /* end confdefs.h.  */
9000
9001 int
9002 main ()
9003 {
9004
9005   ;
9006   return 0;
9007 }
9008 _ACEOF
9009 rm -f conftest.$ac_objext conftest$ac_exeext
9010 if { (ac_try="$ac_link"
9011 case "(($ac_try" in
9012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9013   *) ac_try_echo=$ac_try;;
9014 esac
9015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9016   (eval "$ac_link") 2>conftest.er1
9017   ac_status=$?
9018   grep -v '^ *+' conftest.er1 >conftest.err
9019   rm -f conftest.er1
9020   cat conftest.err >&5
9021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022   (exit $ac_status); } && {
9023          test -z "$ac_c_werror_flag" ||
9024          test ! -s conftest.err
9025        } && test -s conftest$ac_exeext &&
9026        $as_test_x conftest$ac_exeext; then
9027   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9028 else
9029   echo "$as_me: failed program was:" >&5
9030 sed 's/^/| /' conftest.$ac_ext >&5
9031
9032         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9033 fi
9034
9035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9036       conftest$ac_exeext conftest.$ac_ext
9037 CFLAGS=$ac_wine_try_cflags_saved
9038 fi
9039 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9040 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9041 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9042   LDEXECFLAGS="-Wl,--export-dynamic"
9043
9044 fi
9045
9046
9047       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9048 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9049 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9050 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9051   echo $ECHO_N "(cached) $ECHO_C" >&6
9052 else
9053   ac_wine_try_cflags_saved=$CFLAGS
9054 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9055 cat >conftest.$ac_ext <<_ACEOF
9056 /* confdefs.h.  */
9057 _ACEOF
9058 cat confdefs.h >>conftest.$ac_ext
9059 cat >>conftest.$ac_ext <<_ACEOF
9060 /* end confdefs.h.  */
9061
9062 int
9063 main ()
9064 {
9065
9066   ;
9067   return 0;
9068 }
9069 _ACEOF
9070 rm -f conftest.$ac_objext conftest$ac_exeext
9071 if { (ac_try="$ac_link"
9072 case "(($ac_try" in
9073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9074   *) ac_try_echo=$ac_try;;
9075 esac
9076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9077   (eval "$ac_link") 2>conftest.er1
9078   ac_status=$?
9079   grep -v '^ *+' conftest.er1 >conftest.err
9080   rm -f conftest.er1
9081   cat conftest.err >&5
9082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083   (exit $ac_status); } && {
9084          test -z "$ac_c_werror_flag" ||
9085          test ! -s conftest.err
9086        } && test -s conftest$ac_exeext &&
9087        $as_test_x conftest$ac_exeext; then
9088   eval "$as_ac_var=yes"
9089 else
9090   echo "$as_me: failed program was:" >&5
9091 sed 's/^/| /' conftest.$ac_ext >&5
9092
9093         eval "$as_ac_var=no"
9094 fi
9095
9096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9097       conftest$ac_exeext conftest.$ac_ext
9098 CFLAGS=$ac_wine_try_cflags_saved
9099 fi
9100 ac_res=`eval echo '${'$as_ac_var'}'`
9101                { echo "$as_me:$LINENO: result: $ac_res" >&5
9102 echo "${ECHO_T}$ac_res" >&6; }
9103 if test `eval echo '${'$as_ac_var'}'` = yes; then
9104   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9105                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9106 else
9107   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9108 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9109 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9110 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9111   echo $ECHO_N "(cached) $ECHO_C" >&6
9112 else
9113   ac_wine_try_cflags_saved=$CFLAGS
9114 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9115 cat >conftest.$ac_ext <<_ACEOF
9116 /* confdefs.h.  */
9117 _ACEOF
9118 cat confdefs.h >>conftest.$ac_ext
9119 cat >>conftest.$ac_ext <<_ACEOF
9120 /* end confdefs.h.  */
9121
9122 int
9123 main ()
9124 {
9125
9126   ;
9127   return 0;
9128 }
9129 _ACEOF
9130 rm -f conftest.$ac_objext conftest$ac_exeext
9131 if { (ac_try="$ac_link"
9132 case "(($ac_try" in
9133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9134   *) ac_try_echo=$ac_try;;
9135 esac
9136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9137   (eval "$ac_link") 2>conftest.er1
9138   ac_status=$?
9139   grep -v '^ *+' conftest.er1 >conftest.err
9140   rm -f conftest.er1
9141   cat conftest.err >&5
9142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143   (exit $ac_status); } && {
9144          test -z "$ac_c_werror_flag" ||
9145          test ! -s conftest.err
9146        } && test -s conftest$ac_exeext &&
9147        $as_test_x conftest$ac_exeext; then
9148   eval "$as_ac_var=yes"
9149 else
9150   echo "$as_me: failed program was:" >&5
9151 sed 's/^/| /' conftest.$ac_ext >&5
9152
9153         eval "$as_ac_var=no"
9154 fi
9155
9156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9157       conftest$ac_exeext conftest.$ac_ext
9158 CFLAGS=$ac_wine_try_cflags_saved
9159 fi
9160 ac_res=`eval echo '${'$as_ac_var'}'`
9161                { echo "$as_me:$LINENO: result: $ac_res" >&5
9162 echo "${ECHO_T}$ac_res" >&6; }
9163 if test `eval echo '${'$as_ac_var'}'` = yes; then
9164   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9165                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9166 fi
9167
9168 fi
9169
9170
9171       { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9172 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9173 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9174   echo $ECHO_N "(cached) $ECHO_C" >&6
9175 else
9176   ac_wine_try_cflags_saved=$CFLAGS
9177 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9178 cat >conftest.$ac_ext <<_ACEOF
9179 /* confdefs.h.  */
9180 _ACEOF
9181 cat confdefs.h >>conftest.$ac_ext
9182 cat >>conftest.$ac_ext <<_ACEOF
9183 /* end confdefs.h.  */
9184
9185 int
9186 main ()
9187 {
9188
9189   ;
9190   return 0;
9191 }
9192 _ACEOF
9193 rm -f conftest.$ac_objext conftest$ac_exeext
9194 if { (ac_try="$ac_link"
9195 case "(($ac_try" in
9196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9197   *) ac_try_echo=$ac_try;;
9198 esac
9199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9200   (eval "$ac_link") 2>conftest.er1
9201   ac_status=$?
9202   grep -v '^ *+' conftest.er1 >conftest.err
9203   rm -f conftest.er1
9204   cat conftest.err >&5
9205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206   (exit $ac_status); } && {
9207          test -z "$ac_c_werror_flag" ||
9208          test ! -s conftest.err
9209        } && test -s conftest$ac_exeext &&
9210        $as_test_x conftest$ac_exeext; then
9211   ac_cv_cflags__Wl___enable_new_dtags=yes
9212 else
9213   echo "$as_me: failed program was:" >&5
9214 sed 's/^/| /' conftest.$ac_ext >&5
9215
9216         ac_cv_cflags__Wl___enable_new_dtags=no
9217 fi
9218
9219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9220       conftest$ac_exeext conftest.$ac_ext
9221 CFLAGS=$ac_wine_try_cflags_saved
9222 fi
9223 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9224 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9225 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9226   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9227 fi
9228
9229
9230       case $host_cpu in
9231         *i[3456789]86* | x86_64)
9232           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9233 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9234 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9235   echo $ECHO_N "(cached) $ECHO_C" >&6
9236 else
9237   ac_wine_try_cflags_saved=$CFLAGS
9238 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9239 cat >conftest.$ac_ext <<_ACEOF
9240 /* confdefs.h.  */
9241 _ACEOF
9242 cat confdefs.h >>conftest.$ac_ext
9243 cat >>conftest.$ac_ext <<_ACEOF
9244 /* end confdefs.h.  */
9245
9246 int
9247 main ()
9248 {
9249
9250   ;
9251   return 0;
9252 }
9253 _ACEOF
9254 rm -f conftest.$ac_objext conftest$ac_exeext
9255 if { (ac_try="$ac_link"
9256 case "(($ac_try" in
9257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9258   *) ac_try_echo=$ac_try;;
9259 esac
9260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9261   (eval "$ac_link") 2>conftest.er1
9262   ac_status=$?
9263   grep -v '^ *+' conftest.er1 >conftest.err
9264   rm -f conftest.er1
9265   cat conftest.err >&5
9266   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9267   (exit $ac_status); } && {
9268          test -z "$ac_c_werror_flag" ||
9269          test ! -s conftest.err
9270        } && test -s conftest$ac_exeext &&
9271        $as_test_x conftest$ac_exeext; then
9272   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9273 else
9274   echo "$as_me: failed program was:" >&5
9275 sed 's/^/| /' conftest.$ac_ext >&5
9276
9277         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9278 fi
9279
9280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9281       conftest$ac_exeext conftest.$ac_ext
9282 CFLAGS=$ac_wine_try_cflags_saved
9283 fi
9284 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9285 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9286 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9287   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9288 fi
9289
9290           ;;
9291       esac
9292
9293     else
9294       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9295 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9296 if test "${ac_cv_c_dll_unixware+set}" = set; then
9297   echo $ECHO_N "(cached) $ECHO_C" >&6
9298 else
9299   ac_wine_try_cflags_saved=$CFLAGS
9300 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9301 cat >conftest.$ac_ext <<_ACEOF
9302 void myfunc() {}
9303 _ACEOF
9304 rm -f conftest.$ac_objext conftest$ac_exeext
9305 if { (ac_try="$ac_link"
9306 case "(($ac_try" in
9307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9308   *) ac_try_echo=$ac_try;;
9309 esac
9310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9311   (eval "$ac_link") 2>conftest.er1
9312   ac_status=$?
9313   grep -v '^ *+' conftest.er1 >conftest.err
9314   rm -f conftest.er1
9315   cat conftest.err >&5
9316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9317   (exit $ac_status); } && {
9318          test -z "$ac_c_werror_flag" ||
9319          test ! -s conftest.err
9320        } && test -s conftest$ac_exeext &&
9321        $as_test_x conftest$ac_exeext; then
9322   ac_cv_c_dll_unixware="yes"
9323 else
9324   echo "$as_me: failed program was:" >&5
9325 sed 's/^/| /' conftest.$ac_ext >&5
9326
9327         ac_cv_c_dll_unixware="no"
9328 fi
9329
9330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9331       conftest$ac_exeext conftest.$ac_ext
9332 CFLAGS=$ac_wine_try_cflags_saved
9333 fi
9334 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9335 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9336       if test "$ac_cv_c_dll_unixware" = "yes"
9337       then
9338         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9339         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9340
9341       else
9342         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9343 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9344 if test "${ac_cv_c_dll_hpux+set}" = set; then
9345   echo $ECHO_N "(cached) $ECHO_C" >&6
9346 else
9347   ac_wine_try_cflags_saved=$CFLAGS
9348 CFLAGS="$CFLAGS -shared"
9349 cat >conftest.$ac_ext <<_ACEOF
9350 void myfunc() {}
9351 _ACEOF
9352 rm -f conftest.$ac_objext conftest$ac_exeext
9353 if { (ac_try="$ac_link"
9354 case "(($ac_try" in
9355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9356   *) ac_try_echo=$ac_try;;
9357 esac
9358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9359   (eval "$ac_link") 2>conftest.er1
9360   ac_status=$?
9361   grep -v '^ *+' conftest.er1 >conftest.err
9362   rm -f conftest.er1
9363   cat conftest.err >&5
9364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365   (exit $ac_status); } && {
9366          test -z "$ac_c_werror_flag" ||
9367          test ! -s conftest.err
9368        } && test -s conftest$ac_exeext &&
9369        $as_test_x conftest$ac_exeext; then
9370   ac_cv_c_dll_hpux="yes"
9371 else
9372   echo "$as_me: failed program was:" >&5
9373 sed 's/^/| /' conftest.$ac_ext >&5
9374
9375         ac_cv_c_dll_hpux="no"
9376 fi
9377
9378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9379       conftest$ac_exeext conftest.$ac_ext
9380 CFLAGS=$ac_wine_try_cflags_saved
9381 fi
9382 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9383 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9384         if test "$ac_cv_c_dll_hpux" = "yes"
9385         then
9386           LIBEXT="sl"
9387           DLLEXT=".sl"
9388           LDDLLFLAGS="-shared -fPIC"
9389           LDSHARED="\$(CC) -shared"
9390         fi
9391       fi
9392     fi
9393     ;;
9394 esac
9395
9396 enable_winequartz_drv=${enable_winequartz_drv:-no}
9397
9398 if test "$LIBEXT" = "a"; then
9399   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9400 It is currently not possible to build Wine without shared library
9401 (.so) support to allow transparent switch between .so and .dll files.
9402 If you are using Linux, you will need a newer binutils.
9403 " >&5
9404 echo "$as_me: error: could not find a way to build shared libraries.
9405 It is currently not possible to build Wine without shared library
9406 (.so) support to allow transparent switch between .so and .dll files.
9407 If you are using Linux, you will need a newer binutils.
9408 " >&2;}
9409    { (exit 1); exit 1; }; }
9410 fi
9411
9412 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9413 then
9414     for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9415 do
9416   # Extract the first word of "$ac_prog", so it can be a program name with args.
9417 set dummy $ac_prog; ac_word=$2
9418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9420 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9421   echo $ECHO_N "(cached) $ECHO_C" >&6
9422 else
9423   if test -n "$CROSSCC"; then
9424   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9425 else
9426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9427 for as_dir in $PATH
9428 do
9429   IFS=$as_save_IFS
9430   test -z "$as_dir" && as_dir=.
9431   for ac_exec_ext in '' $ac_executable_extensions; do
9432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9433     ac_cv_prog_CROSSCC="$ac_prog"
9434     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9435     break 2
9436   fi
9437 done
9438 done
9439 IFS=$as_save_IFS
9440
9441 fi
9442 fi
9443 CROSSCC=$ac_cv_prog_CROSSCC
9444 if test -n "$CROSSCC"; then
9445   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9446 echo "${ECHO_T}$CROSSCC" >&6; }
9447 else
9448   { echo "$as_me:$LINENO: result: no" >&5
9449 echo "${ECHO_T}no" >&6; }
9450 fi
9451
9452
9453   test -n "$CROSSCC" && break
9454 done
9455 test -n "$CROSSCC" || CROSSCC="false"
9456
9457     for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9458 do
9459   # Extract the first word of "$ac_prog", so it can be a program name with args.
9460 set dummy $ac_prog; ac_word=$2
9461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9463 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9464   echo $ECHO_N "(cached) $ECHO_C" >&6
9465 else
9466   if test -n "$DLLTOOL"; then
9467   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9468 else
9469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9470 for as_dir in $PATH
9471 do
9472   IFS=$as_save_IFS
9473   test -z "$as_dir" && as_dir=.
9474   for ac_exec_ext in '' $ac_executable_extensions; do
9475   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9476     ac_cv_prog_DLLTOOL="$ac_prog"
9477     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9478     break 2
9479   fi
9480 done
9481 done
9482 IFS=$as_save_IFS
9483
9484 fi
9485 fi
9486 DLLTOOL=$ac_cv_prog_DLLTOOL
9487 if test -n "$DLLTOOL"; then
9488   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9489 echo "${ECHO_T}$DLLTOOL" >&6; }
9490 else
9491   { echo "$as_me:$LINENO: result: no" >&5
9492 echo "${ECHO_T}no" >&6; }
9493 fi
9494
9495
9496   test -n "$DLLTOOL" && break
9497 done
9498 test -n "$DLLTOOL" || DLLTOOL="false"
9499
9500     for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9501 do
9502   # Extract the first word of "$ac_prog", so it can be a program name with args.
9503 set dummy $ac_prog; ac_word=$2
9504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9506 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9507   echo $ECHO_N "(cached) $ECHO_C" >&6
9508 else
9509   if test -n "$CROSSWINDRES"; then
9510   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9511 else
9512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513 for as_dir in $PATH
9514 do
9515   IFS=$as_save_IFS
9516   test -z "$as_dir" && as_dir=.
9517   for ac_exec_ext in '' $ac_executable_extensions; do
9518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9519     ac_cv_prog_CROSSWINDRES="$ac_prog"
9520     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9521     break 2
9522   fi
9523 done
9524 done
9525 IFS=$as_save_IFS
9526
9527 fi
9528 fi
9529 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9530 if test -n "$CROSSWINDRES"; then
9531   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9532 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9533 else
9534   { echo "$as_me:$LINENO: result: no" >&5
9535 echo "${ECHO_T}no" >&6; }
9536 fi
9537
9538
9539   test -n "$CROSSWINDRES" && break
9540 done
9541 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9542
9543     for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9544 do
9545   # Extract the first word of "$ac_prog", so it can be a program name with args.
9546 set dummy $ac_prog; ac_word=$2
9547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9549 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9550   echo $ECHO_N "(cached) $ECHO_C" >&6
9551 else
9552   if test -n "$MINGWAR"; then
9553   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9554 else
9555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9556 for as_dir in $PATH
9557 do
9558   IFS=$as_save_IFS
9559   test -z "$as_dir" && as_dir=.
9560   for ac_exec_ext in '' $ac_executable_extensions; do
9561   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9562     ac_cv_prog_MINGWAR="$ac_prog"
9563     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9564     break 2
9565   fi
9566 done
9567 done
9568 IFS=$as_save_IFS
9569
9570 fi
9571 fi
9572 MINGWAR=$ac_cv_prog_MINGWAR
9573 if test -n "$MINGWAR"; then
9574   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9575 echo "${ECHO_T}$MINGWAR" >&6; }
9576 else
9577   { echo "$as_me:$LINENO: result: no" >&5
9578 echo "${ECHO_T}no" >&6; }
9579 fi
9580
9581
9582   test -n "$MINGWAR" && break
9583 done
9584 test -n "$MINGWAR" || MINGWAR="false"
9585
9586     if test "$CROSSCC" != "false"
9587     then
9588         CROSSTEST="\$(CROSSTEST)"
9589
9590     fi
9591 fi
9592
9593
9594 if test "$have_x" = "yes"
9595 then
9596     XLIB="-lXext -lX11"
9597     ac_save_CPPFLAGS="$CPPFLAGS"
9598     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9599
9600     { echo "$as_me:$LINENO: checking for -lX11" >&5
9601 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9602 if test "${ac_cv_lib_soname_X11+set}" = set; then
9603   echo $ECHO_N "(cached) $ECHO_C" >&6
9604 else
9605   ac_check_soname_save_LIBS=$LIBS
9606 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607   cat >conftest.$ac_ext <<_ACEOF
9608 /* confdefs.h.  */
9609 _ACEOF
9610 cat confdefs.h >>conftest.$ac_ext
9611 cat >>conftest.$ac_ext <<_ACEOF
9612 /* end confdefs.h.  */
9613
9614 /* Override any GCC internal prototype to avoid an error.
9615    Use char because int might match the return type of a GCC
9616    builtin and then its argument prototype would still apply.  */
9617 #ifdef __cplusplus
9618 extern "C"
9619 #endif
9620 char XCreateWindow ();
9621 int
9622 main ()
9623 {
9624 return XCreateWindow ();
9625   ;
9626   return 0;
9627 }
9628 _ACEOF
9629 rm -f conftest.$ac_objext conftest$ac_exeext
9630 if { (ac_try="$ac_link"
9631 case "(($ac_try" in
9632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9633   *) ac_try_echo=$ac_try;;
9634 esac
9635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9636   (eval "$ac_link") 2>conftest.er1
9637   ac_status=$?
9638   grep -v '^ *+' conftest.er1 >conftest.err
9639   rm -f conftest.er1
9640   cat conftest.err >&5
9641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642   (exit $ac_status); } && {
9643          test -z "$ac_c_werror_flag" ||
9644          test ! -s conftest.err
9645        } && test -s conftest$ac_exeext &&
9646        $as_test_x conftest$ac_exeext; then
9647   case "$LIBEXT" in
9648     dll) ;;
9649     dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9650     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9651   esac
9652 else
9653   echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.$ac_ext >&5
9655
9656
9657 fi
9658
9659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9660       conftest$ac_exeext conftest.$ac_ext
9661   LIBS=$ac_check_soname_save_LIBS
9662 fi
9663 if test "x$ac_cv_lib_soname_X11" = "x"; then
9664   { echo "$as_me:$LINENO: result: not found" >&5
9665 echo "${ECHO_T}not found" >&6; }
9666
9667 else
9668   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9669 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9670
9671 cat >>confdefs.h <<_ACEOF
9672 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9673 _ACEOF
9674
9675
9676 fi
9677
9678     { echo "$as_me:$LINENO: checking for -lXext" >&5
9679 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9680 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9681   echo $ECHO_N "(cached) $ECHO_C" >&6
9682 else
9683   ac_check_soname_save_LIBS=$LIBS
9684 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9685   cat >conftest.$ac_ext <<_ACEOF
9686 /* confdefs.h.  */
9687 _ACEOF
9688 cat confdefs.h >>conftest.$ac_ext
9689 cat >>conftest.$ac_ext <<_ACEOF
9690 /* end confdefs.h.  */
9691
9692 /* Override any GCC internal prototype to avoid an error.
9693    Use char because int might match the return type of a GCC
9694    builtin and then its argument prototype would still apply.  */
9695 #ifdef __cplusplus
9696 extern "C"
9697 #endif
9698 char XextCreateExtension ();
9699 int
9700 main ()
9701 {
9702 return XextCreateExtension ();
9703   ;
9704   return 0;
9705 }
9706 _ACEOF
9707 rm -f conftest.$ac_objext conftest$ac_exeext
9708 if { (ac_try="$ac_link"
9709 case "(($ac_try" in
9710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9711   *) ac_try_echo=$ac_try;;
9712 esac
9713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9714   (eval "$ac_link") 2>conftest.er1
9715   ac_status=$?
9716   grep -v '^ *+' conftest.er1 >conftest.err
9717   rm -f conftest.er1
9718   cat conftest.err >&5
9719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9720   (exit $ac_status); } && {
9721          test -z "$ac_c_werror_flag" ||
9722          test ! -s conftest.err
9723        } && test -s conftest$ac_exeext &&
9724        $as_test_x conftest$ac_exeext; then
9725   case "$LIBEXT" in
9726     dll) ;;
9727     dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9728     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9729   esac
9730 else
9731   echo "$as_me: failed program was:" >&5
9732 sed 's/^/| /' conftest.$ac_ext >&5
9733
9734
9735 fi
9736
9737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9738       conftest$ac_exeext conftest.$ac_ext
9739   LIBS=$ac_check_soname_save_LIBS
9740 fi
9741 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9742   { echo "$as_me:$LINENO: result: not found" >&5
9743 echo "${ECHO_T}not found" >&6; }
9744
9745 else
9746   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9747 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9748
9749 cat >>confdefs.h <<_ACEOF
9750 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9751 _ACEOF
9752
9753
9754 fi
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769 for ac_header in X11/Xlib.h \
9770                       X11/XKBlib.h \
9771                       X11/Xutil.h \
9772                       X11/Xcursor/Xcursor.h \
9773                       X11/extensions/shape.h \
9774                       X11/extensions/XInput.h \
9775                       X11/extensions/XShm.h \
9776                       X11/extensions/Xcomposite.h \
9777                       X11/extensions/Xinerama.h \
9778                       X11/extensions/Xrandr.h \
9779                       X11/extensions/Xrender.h \
9780                       X11/extensions/xf86vmode.h
9781 do
9782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9783 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9786   echo $ECHO_N "(cached) $ECHO_C" >&6
9787 else
9788   cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h.  */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h.  */
9794 #ifdef HAVE_X11_XLIB_H
9795 # include <X11/Xlib.h>
9796 #endif
9797 #ifdef HAVE_X11_XUTIL_H
9798 # include <X11/Xutil.h>
9799 #endif
9800
9801 #include <$ac_header>
9802 _ACEOF
9803 rm -f conftest.$ac_objext
9804 if { (ac_try="$ac_compile"
9805 case "(($ac_try" in
9806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9807   *) ac_try_echo=$ac_try;;
9808 esac
9809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9810   (eval "$ac_compile") 2>conftest.er1
9811   ac_status=$?
9812   grep -v '^ *+' conftest.er1 >conftest.err
9813   rm -f conftest.er1
9814   cat conftest.err >&5
9815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9816   (exit $ac_status); } && {
9817          test -z "$ac_c_werror_flag" ||
9818          test ! -s conftest.err
9819        } && test -s conftest.$ac_objext; then
9820   eval "$as_ac_Header=yes"
9821 else
9822   echo "$as_me: failed program was:" >&5
9823 sed 's/^/| /' conftest.$ac_ext >&5
9824
9825         eval "$as_ac_Header=no"
9826 fi
9827
9828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9829 fi
9830 ac_res=`eval echo '${'$as_ac_Header'}'`
9831                { echo "$as_me:$LINENO: result: $ac_res" >&5
9832 echo "${ECHO_T}$ac_res" >&6; }
9833 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9834   cat >>confdefs.h <<_ACEOF
9835 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9836 _ACEOF
9837
9838 fi
9839
9840 done
9841
9842
9843                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9844         then
9845               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9846 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9847 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9848   echo $ECHO_N "(cached) $ECHO_C" >&6
9849 else
9850   ac_check_lib_save_LIBS=$LIBS
9851 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9852 cat >conftest.$ac_ext <<_ACEOF
9853 /* confdefs.h.  */
9854 _ACEOF
9855 cat confdefs.h >>conftest.$ac_ext
9856 cat >>conftest.$ac_ext <<_ACEOF
9857 /* end confdefs.h.  */
9858
9859 /* Override any GCC internal prototype to avoid an error.
9860    Use char because int might match the return type of a GCC
9861    builtin and then its argument prototype would still apply.  */
9862 #ifdef __cplusplus
9863 extern "C"
9864 #endif
9865 char XkbQueryExtension ();
9866 int
9867 main ()
9868 {
9869 return XkbQueryExtension ();
9870   ;
9871   return 0;
9872 }
9873 _ACEOF
9874 rm -f conftest.$ac_objext conftest$ac_exeext
9875 if { (ac_try="$ac_link"
9876 case "(($ac_try" in
9877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9878   *) ac_try_echo=$ac_try;;
9879 esac
9880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9881   (eval "$ac_link") 2>conftest.er1
9882   ac_status=$?
9883   grep -v '^ *+' conftest.er1 >conftest.err
9884   rm -f conftest.er1
9885   cat conftest.err >&5
9886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887   (exit $ac_status); } && {
9888          test -z "$ac_c_werror_flag" ||
9889          test ! -s conftest.err
9890        } && test -s conftest$ac_exeext &&
9891        $as_test_x conftest$ac_exeext; then
9892   ac_cv_lib_X11_XkbQueryExtension=yes
9893 else
9894   echo "$as_me: failed program was:" >&5
9895 sed 's/^/| /' conftest.$ac_ext >&5
9896
9897         ac_cv_lib_X11_XkbQueryExtension=no
9898 fi
9899
9900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9901       conftest$ac_exeext conftest.$ac_ext
9902 LIBS=$ac_check_lib_save_LIBS
9903 fi
9904 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9905 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9906 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9907
9908 cat >>confdefs.h <<\_ACEOF
9909 #define HAVE_XKB 1
9910 _ACEOF
9911
9912 fi
9913
9914         fi
9915
9916                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9917         then
9918             { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9919 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9920 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9921   echo $ECHO_N "(cached) $ECHO_C" >&6
9922 else
9923   ac_check_soname_save_LIBS=$LIBS
9924 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9925   cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h.  */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h.  */
9931
9932 /* Override any GCC internal prototype to avoid an error.
9933    Use char because int might match the return type of a GCC
9934    builtin and then its argument prototype would still apply.  */
9935 #ifdef __cplusplus
9936 extern "C"
9937 #endif
9938 char XcursorImageLoadCursor ();
9939 int
9940 main ()
9941 {
9942 return XcursorImageLoadCursor ();
9943   ;
9944   return 0;
9945 }
9946 _ACEOF
9947 rm -f conftest.$ac_objext conftest$ac_exeext
9948 if { (ac_try="$ac_link"
9949 case "(($ac_try" in
9950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9951   *) ac_try_echo=$ac_try;;
9952 esac
9953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9954   (eval "$ac_link") 2>conftest.er1
9955   ac_status=$?
9956   grep -v '^ *+' conftest.er1 >conftest.err
9957   rm -f conftest.er1
9958   cat conftest.err >&5
9959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9960   (exit $ac_status); } && {
9961          test -z "$ac_c_werror_flag" ||
9962          test ! -s conftest.err
9963        } && test -s conftest$ac_exeext &&
9964        $as_test_x conftest$ac_exeext; then
9965   case "$LIBEXT" in
9966     dll) ;;
9967     dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9968     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9969   esac
9970 else
9971   echo "$as_me: failed program was:" >&5
9972 sed 's/^/| /' conftest.$ac_ext >&5
9973
9974
9975 fi
9976
9977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9978       conftest$ac_exeext conftest.$ac_ext
9979   LIBS=$ac_check_soname_save_LIBS
9980 fi
9981 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9982   { echo "$as_me:$LINENO: result: not found" >&5
9983 echo "${ECHO_T}not found" >&6; }
9984
9985 else
9986   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9987 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9988
9989 cat >>confdefs.h <<_ACEOF
9990 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9991 _ACEOF
9992
9993
9994 fi
9995
9996         fi
9997         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9998   case "x$with_xcursor" in
9999   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10000   xno) ;;
10001   *)   { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10002 This is an error since --with-xcursor was requested." >&5
10003 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10004 This is an error since --with-xcursor was requested." >&2;}
10005    { (exit 1); exit 1; }; } ;;
10006 esac
10007 fi
10008
10009
10010                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10011         then
10012             { echo "$as_me:$LINENO: checking for -lXi" >&5
10013 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10014 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10015   echo $ECHO_N "(cached) $ECHO_C" >&6
10016 else
10017   ac_check_soname_save_LIBS=$LIBS
10018 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10019   cat >conftest.$ac_ext <<_ACEOF
10020 /* confdefs.h.  */
10021 _ACEOF
10022 cat confdefs.h >>conftest.$ac_ext
10023 cat >>conftest.$ac_ext <<_ACEOF
10024 /* end confdefs.h.  */
10025
10026 /* Override any GCC internal prototype to avoid an error.
10027    Use char because int might match the return type of a GCC
10028    builtin and then its argument prototype would still apply.  */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char XOpenDevice ();
10033 int
10034 main ()
10035 {
10036 return XOpenDevice ();
10037   ;
10038   return 0;
10039 }
10040 _ACEOF
10041 rm -f conftest.$ac_objext conftest$ac_exeext
10042 if { (ac_try="$ac_link"
10043 case "(($ac_try" in
10044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10045   *) ac_try_echo=$ac_try;;
10046 esac
10047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10048   (eval "$ac_link") 2>conftest.er1
10049   ac_status=$?
10050   grep -v '^ *+' conftest.er1 >conftest.err
10051   rm -f conftest.er1
10052   cat conftest.err >&5
10053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054   (exit $ac_status); } && {
10055          test -z "$ac_c_werror_flag" ||
10056          test ! -s conftest.err
10057        } && test -s conftest$ac_exeext &&
10058        $as_test_x conftest$ac_exeext; then
10059   case "$LIBEXT" in
10060     dll) ;;
10061     dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10062     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10063   esac
10064 else
10065   echo "$as_me: failed program was:" >&5
10066 sed 's/^/| /' conftest.$ac_ext >&5
10067
10068
10069 fi
10070
10071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10072       conftest$ac_exeext conftest.$ac_ext
10073   LIBS=$ac_check_soname_save_LIBS
10074 fi
10075 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10076   { echo "$as_me:$LINENO: result: not found" >&5
10077 echo "${ECHO_T}not found" >&6; }
10078
10079 else
10080   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10081 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10082
10083 cat >>confdefs.h <<_ACEOF
10084 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10085 _ACEOF
10086
10087
10088 fi
10089
10090         fi
10091         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10092   case "x$with_xinput" in
10093   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10094   xno) ;;
10095   *)   { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10096 This is an error since --with-xinput was requested." >&5
10097 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10098 This is an error since --with-xinput was requested." >&2;}
10099    { (exit 1); exit 1; }; } ;;
10100 esac
10101 fi
10102
10103
10104                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10105         then
10106               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10107 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10108 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10109   echo $ECHO_N "(cached) $ECHO_C" >&6
10110 else
10111   ac_check_lib_save_LIBS=$LIBS
10112 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10113 cat >conftest.$ac_ext <<_ACEOF
10114 /* confdefs.h.  */
10115 _ACEOF
10116 cat confdefs.h >>conftest.$ac_ext
10117 cat >>conftest.$ac_ext <<_ACEOF
10118 /* end confdefs.h.  */
10119
10120 /* Override any GCC internal prototype to avoid an error.
10121    Use char because int might match the return type of a GCC
10122    builtin and then its argument prototype would still apply.  */
10123 #ifdef __cplusplus
10124 extern "C"
10125 #endif
10126 char XShmQueryExtension ();
10127 int
10128 main ()
10129 {
10130 return XShmQueryExtension ();
10131   ;
10132   return 0;
10133 }
10134 _ACEOF
10135 rm -f conftest.$ac_objext conftest$ac_exeext
10136 if { (ac_try="$ac_link"
10137 case "(($ac_try" in
10138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10139   *) ac_try_echo=$ac_try;;
10140 esac
10141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10142   (eval "$ac_link") 2>conftest.er1
10143   ac_status=$?
10144   grep -v '^ *+' conftest.er1 >conftest.err
10145   rm -f conftest.er1
10146   cat conftest.err >&5
10147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148   (exit $ac_status); } && {
10149          test -z "$ac_c_werror_flag" ||
10150          test ! -s conftest.err
10151        } && test -s conftest$ac_exeext &&
10152        $as_test_x conftest$ac_exeext; then
10153   ac_cv_lib_Xext_XShmQueryExtension=yes
10154 else
10155   echo "$as_me: failed program was:" >&5
10156 sed 's/^/| /' conftest.$ac_ext >&5
10157
10158         ac_cv_lib_Xext_XShmQueryExtension=no
10159 fi
10160
10161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10162       conftest$ac_exeext conftest.$ac_ext
10163 LIBS=$ac_check_lib_save_LIBS
10164 fi
10165 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10166 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10167 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10168
10169 cat >>confdefs.h <<\_ACEOF
10170 #define HAVE_LIBXXSHM 1
10171 _ACEOF
10172
10173 fi
10174
10175         fi
10176         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10177   case "x$with_xshm" in
10178   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10179   xno) ;;
10180   *)   { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10181 This is an error since --with-xshm was requested." >&5
10182 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10183 This is an error since --with-xshm was requested." >&2;}
10184    { (exit 1); exit 1; }; } ;;
10185 esac
10186 fi
10187
10188
10189                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10190         then
10191               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10192 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10193 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10194   echo $ECHO_N "(cached) $ECHO_C" >&6
10195 else
10196   ac_check_lib_save_LIBS=$LIBS
10197 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10198 cat >conftest.$ac_ext <<_ACEOF
10199 /* confdefs.h.  */
10200 _ACEOF
10201 cat confdefs.h >>conftest.$ac_ext
10202 cat >>conftest.$ac_ext <<_ACEOF
10203 /* end confdefs.h.  */
10204
10205 /* Override any GCC internal prototype to avoid an error.
10206    Use char because int might match the return type of a GCC
10207    builtin and then its argument prototype would still apply.  */
10208 #ifdef __cplusplus
10209 extern "C"
10210 #endif
10211 char XShapeQueryExtension ();
10212 int
10213 main ()
10214 {
10215 return XShapeQueryExtension ();
10216   ;
10217   return 0;
10218 }
10219 _ACEOF
10220 rm -f conftest.$ac_objext conftest$ac_exeext
10221 if { (ac_try="$ac_link"
10222 case "(($ac_try" in
10223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10224   *) ac_try_echo=$ac_try;;
10225 esac
10226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10227   (eval "$ac_link") 2>conftest.er1
10228   ac_status=$?
10229   grep -v '^ *+' conftest.er1 >conftest.err
10230   rm -f conftest.er1
10231   cat conftest.err >&5
10232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10233   (exit $ac_status); } && {
10234          test -z "$ac_c_werror_flag" ||
10235          test ! -s conftest.err
10236        } && test -s conftest$ac_exeext &&
10237        $as_test_x conftest$ac_exeext; then
10238   ac_cv_lib_Xext_XShapeQueryExtension=yes
10239 else
10240   echo "$as_me: failed program was:" >&5
10241 sed 's/^/| /' conftest.$ac_ext >&5
10242
10243         ac_cv_lib_Xext_XShapeQueryExtension=no
10244 fi
10245
10246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10247       conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_lib_save_LIBS
10249 fi
10250 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10251 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10252 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10253
10254 cat >>confdefs.h <<\_ACEOF
10255 #define HAVE_LIBXSHAPE 1
10256 _ACEOF
10257
10258 fi
10259
10260         fi
10261         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10262   case "x$with_xshape" in
10263   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10264   xno) ;;
10265   *)   { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10266 This is an error since --with-xshape was requested." >&5
10267 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10268 This is an error since --with-xshape was requested." >&2;}
10269    { (exit 1); exit 1; }; } ;;
10270 esac
10271 fi
10272
10273
10274                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10275         then
10276             { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10277 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10278 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10279   echo $ECHO_N "(cached) $ECHO_C" >&6
10280 else
10281   ac_check_soname_save_LIBS=$LIBS
10282 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10283   cat >conftest.$ac_ext <<_ACEOF
10284 /* confdefs.h.  */
10285 _ACEOF
10286 cat confdefs.h >>conftest.$ac_ext
10287 cat >>conftest.$ac_ext <<_ACEOF
10288 /* end confdefs.h.  */
10289
10290 /* Override any GCC internal prototype to avoid an error.
10291    Use char because int might match the return type of a GCC
10292    builtin and then its argument prototype would still apply.  */
10293 #ifdef __cplusplus
10294 extern "C"
10295 #endif
10296 char XF86VidModeQueryExtension ();
10297 int
10298 main ()
10299 {
10300 return XF86VidModeQueryExtension ();
10301   ;
10302   return 0;
10303 }
10304 _ACEOF
10305 rm -f conftest.$ac_objext conftest$ac_exeext
10306 if { (ac_try="$ac_link"
10307 case "(($ac_try" in
10308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10309   *) ac_try_echo=$ac_try;;
10310 esac
10311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10312   (eval "$ac_link") 2>conftest.er1
10313   ac_status=$?
10314   grep -v '^ *+' conftest.er1 >conftest.err
10315   rm -f conftest.er1
10316   cat conftest.err >&5
10317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10318   (exit $ac_status); } && {
10319          test -z "$ac_c_werror_flag" ||
10320          test ! -s conftest.err
10321        } && test -s conftest$ac_exeext &&
10322        $as_test_x conftest$ac_exeext; then
10323   case "$LIBEXT" in
10324     dll) ;;
10325     dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10326     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10327   esac
10328 else
10329   echo "$as_me: failed program was:" >&5
10330 sed 's/^/| /' conftest.$ac_ext >&5
10331
10332
10333 fi
10334
10335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10336       conftest$ac_exeext conftest.$ac_ext
10337   LIBS=$ac_check_soname_save_LIBS
10338 fi
10339 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10340   { echo "$as_me:$LINENO: result: not found" >&5
10341 echo "${ECHO_T}not found" >&6; }
10342
10343 else
10344   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10345 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10346
10347 cat >>confdefs.h <<_ACEOF
10348 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10349 _ACEOF
10350
10351
10352 fi
10353
10354         fi
10355         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10356   case "x$with_xxf86vm" in
10357   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10358   xno) ;;
10359   *)   { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10360 This is an error since --with-xxf86vm was requested." >&5
10361 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10362 This is an error since --with-xxf86vm was requested." >&2;}
10363    { (exit 1); exit 1; }; } ;;
10364 esac
10365 fi
10366
10367
10368                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10369         then
10370             { echo "$as_me:$LINENO: checking for -lXrender" >&5
10371 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10372 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10373   echo $ECHO_N "(cached) $ECHO_C" >&6
10374 else
10375   ac_check_soname_save_LIBS=$LIBS
10376 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10377   cat >conftest.$ac_ext <<_ACEOF
10378 /* confdefs.h.  */
10379 _ACEOF
10380 cat confdefs.h >>conftest.$ac_ext
10381 cat >>conftest.$ac_ext <<_ACEOF
10382 /* end confdefs.h.  */
10383
10384 /* Override any GCC internal prototype to avoid an error.
10385    Use char because int might match the return type of a GCC
10386    builtin and then its argument prototype would still apply.  */
10387 #ifdef __cplusplus
10388 extern "C"
10389 #endif
10390 char XRenderQueryExtension ();
10391 int
10392 main ()
10393 {
10394 return XRenderQueryExtension ();
10395   ;
10396   return 0;
10397 }
10398 _ACEOF
10399 rm -f conftest.$ac_objext conftest$ac_exeext
10400 if { (ac_try="$ac_link"
10401 case "(($ac_try" in
10402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10403   *) ac_try_echo=$ac_try;;
10404 esac
10405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10406   (eval "$ac_link") 2>conftest.er1
10407   ac_status=$?
10408   grep -v '^ *+' conftest.er1 >conftest.err
10409   rm -f conftest.er1
10410   cat conftest.err >&5
10411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10412   (exit $ac_status); } && {
10413          test -z "$ac_c_werror_flag" ||
10414          test ! -s conftest.err
10415        } && test -s conftest$ac_exeext &&
10416        $as_test_x conftest$ac_exeext; then
10417   case "$LIBEXT" in
10418     dll) ;;
10419     dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10420     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10421   esac
10422 else
10423   echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.$ac_ext >&5
10425
10426
10427 fi
10428
10429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10430       conftest$ac_exeext conftest.$ac_ext
10431   LIBS=$ac_check_soname_save_LIBS
10432 fi
10433 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10434   { echo "$as_me:$LINENO: result: not found" >&5
10435 echo "${ECHO_T}not found" >&6; }
10436
10437 else
10438   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10439 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10440
10441 cat >>confdefs.h <<_ACEOF
10442 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10443 _ACEOF
10444
10445        { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10446 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10447 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10448   echo $ECHO_N "(cached) $ECHO_C" >&6
10449 else
10450   ac_check_lib_save_LIBS=$LIBS
10451 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10452 cat >conftest.$ac_ext <<_ACEOF
10453 /* confdefs.h.  */
10454 _ACEOF
10455 cat confdefs.h >>conftest.$ac_ext
10456 cat >>conftest.$ac_ext <<_ACEOF
10457 /* end confdefs.h.  */
10458
10459 /* Override any GCC internal prototype to avoid an error.
10460    Use char because int might match the return type of a GCC
10461    builtin and then its argument prototype would still apply.  */
10462 #ifdef __cplusplus
10463 extern "C"
10464 #endif
10465 char XRenderSetPictureTransform ();
10466 int
10467 main ()
10468 {
10469 return XRenderSetPictureTransform ();
10470   ;
10471   return 0;
10472 }
10473 _ACEOF
10474 rm -f conftest.$ac_objext conftest$ac_exeext
10475 if { (ac_try="$ac_link"
10476 case "(($ac_try" in
10477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10478   *) ac_try_echo=$ac_try;;
10479 esac
10480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10481   (eval "$ac_link") 2>conftest.er1
10482   ac_status=$?
10483   grep -v '^ *+' conftest.er1 >conftest.err
10484   rm -f conftest.er1
10485   cat conftest.err >&5
10486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487   (exit $ac_status); } && {
10488          test -z "$ac_c_werror_flag" ||
10489          test ! -s conftest.err
10490        } && test -s conftest$ac_exeext &&
10491        $as_test_x conftest$ac_exeext; then
10492   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10493 else
10494   echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10496
10497         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10498 fi
10499
10500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10501       conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_lib_save_LIBS
10503 fi
10504 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10505 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10506 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10507
10508 cat >>confdefs.h <<\_ACEOF
10509 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10510 _ACEOF
10511
10512 fi
10513
10514 fi
10515
10516
10517         fi
10518         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10519   case "x$with_xrender" in
10520   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10521   xno) ;;
10522   *)   { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10523 This is an error since --with-xrender was requested." >&5
10524 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10525 This is an error since --with-xrender was requested." >&2;}
10526    { (exit 1); exit 1; }; } ;;
10527 esac
10528 fi
10529
10530
10531                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10532         then
10533                 cat >conftest.$ac_ext <<_ACEOF
10534 /* confdefs.h.  */
10535 _ACEOF
10536 cat confdefs.h >>conftest.$ac_ext
10537 cat >>conftest.$ac_ext <<_ACEOF
10538 /* end confdefs.h.  */
10539 #include <X11/Xlib.h>
10540 #include <X11/extensions/Xrandr.h>
10541 int
10542 main ()
10543 {
10544 static typeof(XRRSetScreenConfigAndRate) * func;
10545   ;
10546   return 0;
10547 }
10548 _ACEOF
10549 rm -f conftest.$ac_objext
10550 if { (ac_try="$ac_compile"
10551 case "(($ac_try" in
10552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10553   *) ac_try_echo=$ac_try;;
10554 esac
10555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10556   (eval "$ac_compile") 2>conftest.er1
10557   ac_status=$?
10558   grep -v '^ *+' conftest.er1 >conftest.err
10559   rm -f conftest.er1
10560   cat conftest.err >&5
10561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562   (exit $ac_status); } && {
10563          test -z "$ac_c_werror_flag" ||
10564          test ! -s conftest.err
10565        } && test -s conftest.$ac_objext; then
10566   { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10567 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10568 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10569   echo $ECHO_N "(cached) $ECHO_C" >&6
10570 else
10571   ac_check_soname_save_LIBS=$LIBS
10572 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573   cat >conftest.$ac_ext <<_ACEOF
10574 /* confdefs.h.  */
10575 _ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h.  */
10579
10580 /* Override any GCC internal prototype to avoid an error.
10581    Use char because int might match the return type of a GCC
10582    builtin and then its argument prototype would still apply.  */
10583 #ifdef __cplusplus
10584 extern "C"
10585 #endif
10586 char XRRQueryExtension ();
10587 int
10588 main ()
10589 {
10590 return XRRQueryExtension ();
10591   ;
10592   return 0;
10593 }
10594 _ACEOF
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599   *) ac_try_echo=$ac_try;;
10600 esac
10601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602   (eval "$ac_link") 2>conftest.er1
10603   ac_status=$?
10604   grep -v '^ *+' conftest.er1 >conftest.err
10605   rm -f conftest.er1
10606   cat conftest.err >&5
10607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10608   (exit $ac_status); } && {
10609          test -z "$ac_c_werror_flag" ||
10610          test ! -s conftest.err
10611        } && test -s conftest$ac_exeext &&
10612        $as_test_x conftest$ac_exeext; then
10613   case "$LIBEXT" in
10614     dll) ;;
10615     dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10616     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10617   esac
10618 else
10619   echo "$as_me: failed program was:" >&5
10620 sed 's/^/| /' conftest.$ac_ext >&5
10621
10622
10623 fi
10624
10625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10626       conftest$ac_exeext conftest.$ac_ext
10627   LIBS=$ac_check_soname_save_LIBS
10628 fi
10629 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10630   { echo "$as_me:$LINENO: result: not found" >&5
10631 echo "${ECHO_T}not found" >&6; }
10632
10633 else
10634   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10635 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10636
10637 cat >>confdefs.h <<_ACEOF
10638 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10639 _ACEOF
10640
10641
10642 fi
10643
10644 else
10645   echo "$as_me: failed program was:" >&5
10646 sed 's/^/| /' conftest.$ac_ext >&5
10647
10648
10649 fi
10650
10651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10652         fi
10653         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10654   case "x$with_xrandr" in
10655   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10656   xno) ;;
10657   *)   { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10658 This is an error since --with-xrandr was requested." >&5
10659 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10660 This is an error since --with-xrandr was requested." >&2;}
10661    { (exit 1); exit 1; }; } ;;
10662 esac
10663 fi
10664
10665
10666                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10667         then
10668                 cat >conftest.$ac_ext <<_ACEOF
10669 /* confdefs.h.  */
10670 _ACEOF
10671 cat confdefs.h >>conftest.$ac_ext
10672 cat >>conftest.$ac_ext <<_ACEOF
10673 /* end confdefs.h.  */
10674 #include <X11/Xlib.h>
10675 #include <X11/extensions/Xinerama.h>
10676 int
10677 main ()
10678 {
10679 static typeof(XineramaQueryScreens) * func;
10680   ;
10681   return 0;
10682 }
10683 _ACEOF
10684 rm -f conftest.$ac_objext
10685 if { (ac_try="$ac_compile"
10686 case "(($ac_try" in
10687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688   *) ac_try_echo=$ac_try;;
10689 esac
10690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10691   (eval "$ac_compile") 2>conftest.er1
10692   ac_status=$?
10693   grep -v '^ *+' conftest.er1 >conftest.err
10694   rm -f conftest.er1
10695   cat conftest.err >&5
10696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10697   (exit $ac_status); } && {
10698          test -z "$ac_c_werror_flag" ||
10699          test ! -s conftest.err
10700        } && test -s conftest.$ac_objext; then
10701   { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10702 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10703 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10704   echo $ECHO_N "(cached) $ECHO_C" >&6
10705 else
10706   ac_check_soname_save_LIBS=$LIBS
10707 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10708   cat >conftest.$ac_ext <<_ACEOF
10709 /* confdefs.h.  */
10710 _ACEOF
10711 cat confdefs.h >>conftest.$ac_ext
10712 cat >>conftest.$ac_ext <<_ACEOF
10713 /* end confdefs.h.  */
10714
10715 /* Override any GCC internal prototype to avoid an error.
10716    Use char because int might match the return type of a GCC
10717    builtin and then its argument prototype would still apply.  */
10718 #ifdef __cplusplus
10719 extern "C"
10720 #endif
10721 char XineramaQueryScreens ();
10722 int
10723 main ()
10724 {
10725 return XineramaQueryScreens ();
10726   ;
10727   return 0;
10728 }
10729 _ACEOF
10730 rm -f conftest.$ac_objext conftest$ac_exeext
10731 if { (ac_try="$ac_link"
10732 case "(($ac_try" in
10733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10734   *) ac_try_echo=$ac_try;;
10735 esac
10736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10737   (eval "$ac_link") 2>conftest.er1
10738   ac_status=$?
10739   grep -v '^ *+' conftest.er1 >conftest.err
10740   rm -f conftest.er1
10741   cat conftest.err >&5
10742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743   (exit $ac_status); } && {
10744          test -z "$ac_c_werror_flag" ||
10745          test ! -s conftest.err
10746        } && test -s conftest$ac_exeext &&
10747        $as_test_x conftest$ac_exeext; then
10748   case "$LIBEXT" in
10749     dll) ;;
10750     dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10751     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10752   esac
10753 else
10754   echo "$as_me: failed program was:" >&5
10755 sed 's/^/| /' conftest.$ac_ext >&5
10756
10757
10758 fi
10759
10760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10761       conftest$ac_exeext conftest.$ac_ext
10762   LIBS=$ac_check_soname_save_LIBS
10763 fi
10764 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10765   { echo "$as_me:$LINENO: result: not found" >&5
10766 echo "${ECHO_T}not found" >&6; }
10767
10768 else
10769   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10770 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10771
10772 cat >>confdefs.h <<_ACEOF
10773 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10774 _ACEOF
10775
10776
10777 fi
10778
10779 else
10780   echo "$as_me: failed program was:" >&5
10781 sed 's/^/| /' conftest.$ac_ext >&5
10782
10783
10784 fi
10785
10786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10787         fi
10788         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10789   case "x$with_xinerama" in
10790   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10791   xno) ;;
10792   *)   { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10793 This is an error since --with-xinerama was requested." >&5
10794 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10795 This is an error since --with-xinerama was requested." >&2;}
10796    { (exit 1); exit 1; }; } ;;
10797 esac
10798 fi
10799
10800
10801                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10802         then
10803             { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10804 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10805 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10806   echo $ECHO_N "(cached) $ECHO_C" >&6
10807 else
10808   ac_check_soname_save_LIBS=$LIBS
10809 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10810   cat >conftest.$ac_ext <<_ACEOF
10811 /* confdefs.h.  */
10812 _ACEOF
10813 cat confdefs.h >>conftest.$ac_ext
10814 cat >>conftest.$ac_ext <<_ACEOF
10815 /* end confdefs.h.  */
10816
10817 /* Override any GCC internal prototype to avoid an error.
10818    Use char because int might match the return type of a GCC
10819    builtin and then its argument prototype would still apply.  */
10820 #ifdef __cplusplus
10821 extern "C"
10822 #endif
10823 char XCompositeRedirectWindow ();
10824 int
10825 main ()
10826 {
10827 return XCompositeRedirectWindow ();
10828   ;
10829   return 0;
10830 }
10831 _ACEOF
10832 rm -f conftest.$ac_objext conftest$ac_exeext
10833 if { (ac_try="$ac_link"
10834 case "(($ac_try" in
10835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10836   *) ac_try_echo=$ac_try;;
10837 esac
10838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10839   (eval "$ac_link") 2>conftest.er1
10840   ac_status=$?
10841   grep -v '^ *+' conftest.er1 >conftest.err
10842   rm -f conftest.er1
10843   cat conftest.err >&5
10844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10845   (exit $ac_status); } && {
10846          test -z "$ac_c_werror_flag" ||
10847          test ! -s conftest.err
10848        } && test -s conftest$ac_exeext &&
10849        $as_test_x conftest$ac_exeext; then
10850   case "$LIBEXT" in
10851     dll) ;;
10852     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10853     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10854   esac
10855 else
10856   echo "$as_me: failed program was:" >&5
10857 sed 's/^/| /' conftest.$ac_ext >&5
10858
10859
10860 fi
10861
10862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10863       conftest$ac_exeext conftest.$ac_ext
10864   LIBS=$ac_check_soname_save_LIBS
10865 fi
10866 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10867   { echo "$as_me:$LINENO: result: not found" >&5
10868 echo "${ECHO_T}not found" >&6; }
10869
10870 else
10871   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10872 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10873
10874 cat >>confdefs.h <<_ACEOF
10875 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10876 _ACEOF
10877
10878
10879 fi
10880
10881         fi
10882         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10883   case "x$with_xcomposite" in
10884   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10885   xno) ;;
10886   *)   { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10887 This is an error since --with-xcomposite was requested." >&5
10888 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10889 This is an error since --with-xcomposite was requested." >&2;}
10890    { (exit 1); exit 1; }; } ;;
10891 esac
10892 fi
10893
10894
10895                 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10896 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10897 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10898   echo $ECHO_N "(cached) $ECHO_C" >&6
10899 else
10900   cat >conftest.$ac_ext <<_ACEOF
10901 /* confdefs.h.  */
10902 _ACEOF
10903 cat confdefs.h >>conftest.$ac_ext
10904 cat >>conftest.$ac_ext <<_ACEOF
10905 /* end confdefs.h.  */
10906 #ifdef HAVE_X11_XLIB_H
10907 #include <X11/Xlib.h>
10908 #endif
10909
10910 int
10911 main ()
10912 {
10913 static XICCallback ac_aggr;
10914 if (ac_aggr.callback)
10915 return 0;
10916   ;
10917   return 0;
10918 }
10919 _ACEOF
10920 rm -f conftest.$ac_objext
10921 if { (ac_try="$ac_compile"
10922 case "(($ac_try" in
10923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10924   *) ac_try_echo=$ac_try;;
10925 esac
10926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10927   (eval "$ac_compile") 2>conftest.er1
10928   ac_status=$?
10929   grep -v '^ *+' conftest.er1 >conftest.err
10930   rm -f conftest.er1
10931   cat conftest.err >&5
10932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933   (exit $ac_status); } && {
10934          test -z "$ac_c_werror_flag" ||
10935          test ! -s conftest.err
10936        } && test -s conftest.$ac_objext; then
10937   ac_cv_member_XICCallback_callback=yes
10938 else
10939   echo "$as_me: failed program was:" >&5
10940 sed 's/^/| /' conftest.$ac_ext >&5
10941
10942         cat >conftest.$ac_ext <<_ACEOF
10943 /* confdefs.h.  */
10944 _ACEOF
10945 cat confdefs.h >>conftest.$ac_ext
10946 cat >>conftest.$ac_ext <<_ACEOF
10947 /* end confdefs.h.  */
10948 #ifdef HAVE_X11_XLIB_H
10949 #include <X11/Xlib.h>
10950 #endif
10951
10952 int
10953 main ()
10954 {
10955 static XICCallback ac_aggr;
10956 if (sizeof ac_aggr.callback)
10957 return 0;
10958   ;
10959   return 0;
10960 }
10961 _ACEOF
10962 rm -f conftest.$ac_objext
10963 if { (ac_try="$ac_compile"
10964 case "(($ac_try" in
10965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10966   *) ac_try_echo=$ac_try;;
10967 esac
10968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10969   (eval "$ac_compile") 2>conftest.er1
10970   ac_status=$?
10971   grep -v '^ *+' conftest.er1 >conftest.err
10972   rm -f conftest.er1
10973   cat conftest.err >&5
10974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975   (exit $ac_status); } && {
10976          test -z "$ac_c_werror_flag" ||
10977          test ! -s conftest.err
10978        } && test -s conftest.$ac_objext; then
10979   ac_cv_member_XICCallback_callback=yes
10980 else
10981   echo "$as_me: failed program was:" >&5
10982 sed 's/^/| /' conftest.$ac_ext >&5
10983
10984         ac_cv_member_XICCallback_callback=no
10985 fi
10986
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10988 fi
10989
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10991 fi
10992 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10993 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10994 if test $ac_cv_member_XICCallback_callback = yes; then
10995
10996 cat >>confdefs.h <<_ACEOF
10997 #define HAVE_XICCALLBACK_CALLBACK 1
10998 _ACEOF
10999
11000
11001 fi
11002
11003
11004
11005         opengl_msg=""
11006     if test "x$with_opengl" != "xno"
11007     then
11008
11009
11010
11011
11012 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11013 do
11014 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11015 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11018   echo $ECHO_N "(cached) $ECHO_C" >&6
11019 else
11020   cat >conftest.$ac_ext <<_ACEOF
11021 /* confdefs.h.  */
11022 _ACEOF
11023 cat confdefs.h >>conftest.$ac_ext
11024 cat >>conftest.$ac_ext <<_ACEOF
11025 /* end confdefs.h.  */
11026 #ifdef HAVE_GL_GLX_H
11027 # include <GL/glx.h>
11028 #endif
11029
11030 #include <$ac_header>
11031 _ACEOF
11032 rm -f conftest.$ac_objext
11033 if { (ac_try="$ac_compile"
11034 case "(($ac_try" in
11035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11036   *) ac_try_echo=$ac_try;;
11037 esac
11038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039   (eval "$ac_compile") 2>conftest.er1
11040   ac_status=$?
11041   grep -v '^ *+' conftest.er1 >conftest.err
11042   rm -f conftest.er1
11043   cat conftest.err >&5
11044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045   (exit $ac_status); } && {
11046          test -z "$ac_c_werror_flag" ||
11047          test ! -s conftest.err
11048        } && test -s conftest.$ac_objext; then
11049   eval "$as_ac_Header=yes"
11050 else
11051   echo "$as_me: failed program was:" >&5
11052 sed 's/^/| /' conftest.$ac_ext >&5
11053
11054         eval "$as_ac_Header=no"
11055 fi
11056
11057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11058 fi
11059 ac_res=`eval echo '${'$as_ac_Header'}'`
11060                { echo "$as_me:$LINENO: result: $ac_res" >&5
11061 echo "${ECHO_T}$ac_res" >&6; }
11062 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11063   cat >>confdefs.h <<_ACEOF
11064 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11065 _ACEOF
11066
11067 fi
11068
11069 done
11070
11071         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11072         then
11073                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11074 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11075 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11076   echo $ECHO_N "(cached) $ECHO_C" >&6
11077 else
11078   cat >conftest.$ac_ext <<_ACEOF
11079 /* confdefs.h.  */
11080 _ACEOF
11081 cat confdefs.h >>conftest.$ac_ext
11082 cat >>conftest.$ac_ext <<_ACEOF
11083 /* end confdefs.h.  */
11084 #include <GL/gl.h>
11085 int
11086 main ()
11087 {
11088 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11089   ;
11090   return 0;
11091 }
11092 _ACEOF
11093 rm -f conftest.$ac_objext
11094 if { (ac_try="$ac_compile"
11095 case "(($ac_try" in
11096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11097   *) ac_try_echo=$ac_try;;
11098 esac
11099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11100   (eval "$ac_compile") 2>conftest.er1
11101   ac_status=$?
11102   grep -v '^ *+' conftest.er1 >conftest.err
11103   rm -f conftest.er1
11104   cat conftest.err >&5
11105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106   (exit $ac_status); } && {
11107          test -z "$ac_c_werror_flag" ||
11108          test ! -s conftest.err
11109        } && test -s conftest.$ac_objext; then
11110   wine_cv_opengl_header_version_OK="yes"
11111 else
11112   echo "$as_me: failed program was:" >&5
11113 sed 's/^/| /' conftest.$ac_ext >&5
11114
11115         wine_cv_opengl_header_version_OK="no"
11116 fi
11117
11118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11119 fi
11120 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11121 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11122
11123             if test "$wine_cv_opengl_header_version_OK" = "yes"
11124             then
11125                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
11126 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11127 if test "${ac_cv_lib_soname_GL+set}" = set; then
11128   echo $ECHO_N "(cached) $ECHO_C" >&6
11129 else
11130   ac_check_soname_save_LIBS=$LIBS
11131 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11132   cat >conftest.$ac_ext <<_ACEOF
11133 /* confdefs.h.  */
11134 _ACEOF
11135 cat confdefs.h >>conftest.$ac_ext
11136 cat >>conftest.$ac_ext <<_ACEOF
11137 /* end confdefs.h.  */
11138
11139 /* Override any GCC internal prototype to avoid an error.
11140    Use char because int might match the return type of a GCC
11141    builtin and then its argument prototype would still apply.  */
11142 #ifdef __cplusplus
11143 extern "C"
11144 #endif
11145 char glXCreateContext ();
11146 int
11147 main ()
11148 {
11149 return glXCreateContext ();
11150   ;
11151   return 0;
11152 }
11153 _ACEOF
11154 rm -f conftest.$ac_objext conftest$ac_exeext
11155 if { (ac_try="$ac_link"
11156 case "(($ac_try" in
11157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11158   *) ac_try_echo=$ac_try;;
11159 esac
11160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11161   (eval "$ac_link") 2>conftest.er1
11162   ac_status=$?
11163   grep -v '^ *+' conftest.er1 >conftest.err
11164   rm -f conftest.er1
11165   cat conftest.err >&5
11166   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167   (exit $ac_status); } && {
11168          test -z "$ac_c_werror_flag" ||
11169          test ! -s conftest.err
11170        } && test -s conftest$ac_exeext &&
11171        $as_test_x conftest$ac_exeext; then
11172   case "$LIBEXT" in
11173     dll) ;;
11174     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11175     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11176   esac
11177 else
11178   echo "$as_me: failed program was:" >&5
11179 sed 's/^/| /' conftest.$ac_ext >&5
11180
11181
11182 fi
11183
11184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11185       conftest$ac_exeext conftest.$ac_ext
11186   LIBS=$ac_check_soname_save_LIBS
11187 fi
11188 if test "x$ac_cv_lib_soname_GL" = "x"; then
11189   { echo "$as_me:$LINENO: result: not found" >&5
11190 echo "${ECHO_T}not found" >&6; }
11191        { echo "$as_me:$LINENO: checking for -lGL" >&5
11192 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11193 if test "${ac_cv_lib_soname_GL+set}" = set; then
11194   echo $ECHO_N "(cached) $ECHO_C" >&6
11195 else
11196   ac_check_soname_save_LIBS=$LIBS
11197 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11198   cat >conftest.$ac_ext <<_ACEOF
11199 /* confdefs.h.  */
11200 _ACEOF
11201 cat confdefs.h >>conftest.$ac_ext
11202 cat >>conftest.$ac_ext <<_ACEOF
11203 /* end confdefs.h.  */
11204
11205 /* Override any GCC internal prototype to avoid an error.
11206    Use char because int might match the return type of a GCC
11207    builtin and then its argument prototype would still apply.  */
11208 #ifdef __cplusplus
11209 extern "C"
11210 #endif
11211 char glXCreateContext ();
11212 int
11213 main ()
11214 {
11215 return glXCreateContext ();
11216   ;
11217   return 0;
11218 }
11219 _ACEOF
11220 rm -f conftest.$ac_objext conftest$ac_exeext
11221 if { (ac_try="$ac_link"
11222 case "(($ac_try" in
11223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11224   *) ac_try_echo=$ac_try;;
11225 esac
11226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11227   (eval "$ac_link") 2>conftest.er1
11228   ac_status=$?
11229   grep -v '^ *+' conftest.er1 >conftest.err
11230   rm -f conftest.er1
11231   cat conftest.err >&5
11232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233   (exit $ac_status); } && {
11234          test -z "$ac_c_werror_flag" ||
11235          test ! -s conftest.err
11236        } && test -s conftest$ac_exeext &&
11237        $as_test_x conftest$ac_exeext; then
11238   case "$LIBEXT" in
11239     dll) ;;
11240     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11241     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11242   esac
11243 else
11244   echo "$as_me: failed program was:" >&5
11245 sed 's/^/| /' conftest.$ac_ext >&5
11246
11247
11248 fi
11249
11250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11251       conftest$ac_exeext conftest.$ac_ext
11252   LIBS=$ac_check_soname_save_LIBS
11253 fi
11254 if test "x$ac_cv_lib_soname_GL" = "x"; then
11255   { echo "$as_me:$LINENO: result: not found" >&5
11256 echo "${ECHO_T}not found" >&6; }
11257        if test -f /usr/X11R6/lib/libGL.a
11258                                     then
11259                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11260 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11261                                     else
11262                                         opengl_msg="No OpenGL library found on this system."
11263                                     fi
11264 else
11265   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11266 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11267
11268 cat >>confdefs.h <<_ACEOF
11269 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11270 _ACEOF
11271
11272        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11273
11274 cat >>confdefs.h <<\_ACEOF
11275 #define HAVE_OPENGL 1
11276 _ACEOF
11277
11278 fi
11279
11280 else
11281   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11282 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11283
11284 cat >>confdefs.h <<_ACEOF
11285 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11286 _ACEOF
11287
11288        OPENGL_LIBS="-lGL"
11289
11290 cat >>confdefs.h <<\_ACEOF
11291 #define HAVE_OPENGL 1
11292 _ACEOF
11293
11294 fi
11295
11296                  if test "$ac_cv_header_GL_glu_h" = "yes"
11297                  then
11298                     { echo "$as_me:$LINENO: checking for -lGLU" >&5
11299 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11300 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11301   echo $ECHO_N "(cached) $ECHO_C" >&6
11302 else
11303   ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11305   cat >conftest.$ac_ext <<_ACEOF
11306 /* confdefs.h.  */
11307 _ACEOF
11308 cat confdefs.h >>conftest.$ac_ext
11309 cat >>conftest.$ac_ext <<_ACEOF
11310 /* end confdefs.h.  */
11311
11312 /* Override any GCC internal prototype to avoid an error.
11313    Use char because int might match the return type of a GCC
11314    builtin and then its argument prototype would still apply.  */
11315 #ifdef __cplusplus
11316 extern "C"
11317 #endif
11318 char gluLookAt ();
11319 int
11320 main ()
11321 {
11322 return gluLookAt ();
11323   ;
11324   return 0;
11325 }
11326 _ACEOF
11327 rm -f conftest.$ac_objext conftest$ac_exeext
11328 if { (ac_try="$ac_link"
11329 case "(($ac_try" in
11330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11331   *) ac_try_echo=$ac_try;;
11332 esac
11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11334   (eval "$ac_link") 2>conftest.er1
11335   ac_status=$?
11336   grep -v '^ *+' conftest.er1 >conftest.err
11337   rm -f conftest.er1
11338   cat conftest.err >&5
11339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340   (exit $ac_status); } && {
11341          test -z "$ac_c_werror_flag" ||
11342          test ! -s conftest.err
11343        } && test -s conftest$ac_exeext &&
11344        $as_test_x conftest$ac_exeext; then
11345   case "$LIBEXT" in
11346     dll) ;;
11347     dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11348     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11349   esac
11350 else
11351   echo "$as_me: failed program was:" >&5
11352 sed 's/^/| /' conftest.$ac_ext >&5
11353
11354
11355 fi
11356
11357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11358       conftest$ac_exeext conftest.$ac_ext
11359   LIBS=$ac_check_soname_save_LIBS
11360 fi
11361 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11362   { echo "$as_me:$LINENO: result: not found" >&5
11363 echo "${ECHO_T}not found" >&6; }
11364
11365 else
11366   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11367 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11368
11369 cat >>confdefs.h <<_ACEOF
11370 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11371 _ACEOF
11372
11373
11374 fi
11375
11376                  fi
11377                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11378   case "x$with_glu" in
11379   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11380   xno) ;;
11381   *)   { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11382 This is an error since --with-glu was requested." >&5
11383 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11384 This is an error since --with-glu was requested." >&2;}
11385    { (exit 1); exit 1; }; } ;;
11386 esac
11387 fi
11388
11389              else
11390                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11391              fi
11392          else
11393              opengl_msg="OpenGL development headers not found."
11394          fi
11395          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11396          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11397     else
11398          enable_opengl32=${enable_opengl32:-no}
11399          enable_glu32=${enable_glu32:-no}
11400     fi
11401     if test -n "$opengl_msg"; then
11402   case "x$with_opengl" in
11403   x)   wine_warnings="$wine_warnings|$opengl_msg
11404 OpenGL and Direct3D won't be supported." ;;
11405   xno) ;;
11406   *)   { { echo "$as_me:$LINENO: error: $opengl_msg
11407 OpenGL and Direct3D won't be supported.
11408 This is an error since --with-opengl was requested." >&5
11409 echo "$as_me: error: $opengl_msg
11410 OpenGL and Direct3D won't be supported.
11411 This is an error since --with-opengl was requested." >&2;}
11412    { (exit 1); exit 1; }; } ;;
11413 esac
11414 fi
11415
11416
11417         NASLIBS=""
11418
11419
11420 for ac_header in audio/audiolib.h
11421 do
11422 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11427   echo $ECHO_N "(cached) $ECHO_C" >&6
11428 fi
11429 ac_res=`eval echo '${'$as_ac_Header'}'`
11430                { echo "$as_me:$LINENO: result: $ac_res" >&5
11431 echo "${ECHO_T}$ac_res" >&6; }
11432 else
11433   # Is the header compilable?
11434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11436 cat >conftest.$ac_ext <<_ACEOF
11437 /* confdefs.h.  */
11438 _ACEOF
11439 cat confdefs.h >>conftest.$ac_ext
11440 cat >>conftest.$ac_ext <<_ACEOF
11441 /* end confdefs.h.  */
11442 $ac_includes_default
11443 #include <$ac_header>
11444 _ACEOF
11445 rm -f conftest.$ac_objext
11446 if { (ac_try="$ac_compile"
11447 case "(($ac_try" in
11448   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11449   *) ac_try_echo=$ac_try;;
11450 esac
11451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11452   (eval "$ac_compile") 2>conftest.er1
11453   ac_status=$?
11454   grep -v '^ *+' conftest.er1 >conftest.err
11455   rm -f conftest.er1
11456   cat conftest.err >&5
11457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11458   (exit $ac_status); } && {
11459          test -z "$ac_c_werror_flag" ||
11460          test ! -s conftest.err
11461        } && test -s conftest.$ac_objext; then
11462   ac_header_compiler=yes
11463 else
11464   echo "$as_me: failed program was:" >&5
11465 sed 's/^/| /' conftest.$ac_ext >&5
11466
11467         ac_header_compiler=no
11468 fi
11469
11470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11472 echo "${ECHO_T}$ac_header_compiler" >&6; }
11473
11474 # Is the header present?
11475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11477 cat >conftest.$ac_ext <<_ACEOF
11478 /* confdefs.h.  */
11479 _ACEOF
11480 cat confdefs.h >>conftest.$ac_ext
11481 cat >>conftest.$ac_ext <<_ACEOF
11482 /* end confdefs.h.  */
11483 #include <$ac_header>
11484 _ACEOF
11485 if { (ac_try="$ac_cpp conftest.$ac_ext"
11486 case "(($ac_try" in
11487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11488   *) ac_try_echo=$ac_try;;
11489 esac
11490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11491   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11492   ac_status=$?
11493   grep -v '^ *+' conftest.er1 >conftest.err
11494   rm -f conftest.er1
11495   cat conftest.err >&5
11496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11497   (exit $ac_status); } >/dev/null && {
11498          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11499          test ! -s conftest.err
11500        }; then
11501   ac_header_preproc=yes
11502 else
11503   echo "$as_me: failed program was:" >&5
11504 sed 's/^/| /' conftest.$ac_ext >&5
11505
11506   ac_header_preproc=no
11507 fi
11508
11509 rm -f conftest.err conftest.$ac_ext
11510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11511 echo "${ECHO_T}$ac_header_preproc" >&6; }
11512
11513 # So?  What about this header?
11514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11515   yes:no: )
11516     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11518     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11520     ac_header_preproc=yes
11521     ;;
11522   no:yes:* )
11523     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11525     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11526 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11527     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11529     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11530 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11531     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11533     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11535     ( cat <<\_ASBOX
11536 ## ------------------------------------ ##
11537 ## Report this to wine-devel@winehq.org ##
11538 ## ------------------------------------ ##
11539 _ASBOX
11540      ) | sed "s/^/$as_me: WARNING:     /" >&2
11541     ;;
11542 esac
11543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11546   echo $ECHO_N "(cached) $ECHO_C" >&6
11547 else
11548   eval "$as_ac_Header=\$ac_header_preproc"
11549 fi
11550 ac_res=`eval echo '${'$as_ac_Header'}'`
11551                { echo "$as_me:$LINENO: result: $ac_res" >&5
11552 echo "${ECHO_T}$ac_res" >&6; }
11553
11554 fi
11555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11556   cat >>confdefs.h <<_ACEOF
11557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11558 _ACEOF
11559
11560 for ac_header in audio/soundlib.h
11561 do
11562 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11563 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11566   echo $ECHO_N "(cached) $ECHO_C" >&6
11567 else
11568   cat >conftest.$ac_ext <<_ACEOF
11569 /* confdefs.h.  */
11570 _ACEOF
11571 cat confdefs.h >>conftest.$ac_ext
11572 cat >>conftest.$ac_ext <<_ACEOF
11573 /* end confdefs.h.  */
11574 #include <audio/audiolib.h>
11575
11576 #include <$ac_header>
11577 _ACEOF
11578 rm -f conftest.$ac_objext
11579 if { (ac_try="$ac_compile"
11580 case "(($ac_try" in
11581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11582   *) ac_try_echo=$ac_try;;
11583 esac
11584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11585   (eval "$ac_compile") 2>conftest.er1
11586   ac_status=$?
11587   grep -v '^ *+' conftest.er1 >conftest.err
11588   rm -f conftest.er1
11589   cat conftest.err >&5
11590   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591   (exit $ac_status); } && {
11592          test -z "$ac_c_werror_flag" ||
11593          test ! -s conftest.err
11594        } && test -s conftest.$ac_objext; then
11595   eval "$as_ac_Header=yes"
11596 else
11597   echo "$as_me: failed program was:" >&5
11598 sed 's/^/| /' conftest.$ac_ext >&5
11599
11600         eval "$as_ac_Header=no"
11601 fi
11602
11603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11604 fi
11605 ac_res=`eval echo '${'$as_ac_Header'}'`
11606                { echo "$as_me:$LINENO: result: $ac_res" >&5
11607 echo "${ECHO_T}$ac_res" >&6; }
11608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11609   cat >>confdefs.h <<_ACEOF
11610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11611 _ACEOF
11612
11613 fi
11614
11615 done
11616
11617           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11618 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11619 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11620   echo $ECHO_N "(cached) $ECHO_C" >&6
11621 else
11622   ac_check_lib_save_LIBS=$LIBS
11623 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11624 cat >conftest.$ac_ext <<_ACEOF
11625 /* confdefs.h.  */
11626 _ACEOF
11627 cat confdefs.h >>conftest.$ac_ext
11628 cat >>conftest.$ac_ext <<_ACEOF
11629 /* end confdefs.h.  */
11630
11631 /* Override any GCC internal prototype to avoid an error.
11632    Use char because int might match the return type of a GCC
11633    builtin and then its argument prototype would still apply.  */
11634 #ifdef __cplusplus
11635 extern "C"
11636 #endif
11637 char AuCreateFlow ();
11638 int
11639 main ()
11640 {
11641 return AuCreateFlow ();
11642   ;
11643   return 0;
11644 }
11645 _ACEOF
11646 rm -f conftest.$ac_objext conftest$ac_exeext
11647 if { (ac_try="$ac_link"
11648 case "(($ac_try" in
11649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11650   *) ac_try_echo=$ac_try;;
11651 esac
11652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11653   (eval "$ac_link") 2>conftest.er1
11654   ac_status=$?
11655   grep -v '^ *+' conftest.er1 >conftest.err
11656   rm -f conftest.er1
11657   cat conftest.err >&5
11658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659   (exit $ac_status); } && {
11660          test -z "$ac_c_werror_flag" ||
11661          test ! -s conftest.err
11662        } && test -s conftest$ac_exeext &&
11663        $as_test_x conftest$ac_exeext; then
11664   ac_cv_lib_audio_AuCreateFlow=yes
11665 else
11666   echo "$as_me: failed program was:" >&5
11667 sed 's/^/| /' conftest.$ac_ext >&5
11668
11669         ac_cv_lib_audio_AuCreateFlow=no
11670 fi
11671
11672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11673       conftest$ac_exeext conftest.$ac_ext
11674 LIBS=$ac_check_lib_save_LIBS
11675 fi
11676 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11677 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11678 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11679
11680 cat >>confdefs.h <<\_ACEOF
11681 #define HAVE_NAS 1
11682 _ACEOF
11683
11684                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11685 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11686 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11687   echo $ECHO_N "(cached) $ECHO_C" >&6
11688 else
11689   ac_check_lib_save_LIBS=$LIBS
11690 LIBS="-lXau $X_LIBS $LIBS"
11691 cat >conftest.$ac_ext <<_ACEOF
11692 /* confdefs.h.  */
11693 _ACEOF
11694 cat confdefs.h >>conftest.$ac_ext
11695 cat >>conftest.$ac_ext <<_ACEOF
11696 /* end confdefs.h.  */
11697
11698 /* Override any GCC internal prototype to avoid an error.
11699    Use char because int might match the return type of a GCC
11700    builtin and then its argument prototype would still apply.  */
11701 #ifdef __cplusplus
11702 extern "C"
11703 #endif
11704 char XauGetBestAuthByAddr ();
11705 int
11706 main ()
11707 {
11708 return XauGetBestAuthByAddr ();
11709   ;
11710   return 0;
11711 }
11712 _ACEOF
11713 rm -f conftest.$ac_objext conftest$ac_exeext
11714 if { (ac_try="$ac_link"
11715 case "(($ac_try" in
11716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11717   *) ac_try_echo=$ac_try;;
11718 esac
11719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11720   (eval "$ac_link") 2>conftest.er1
11721   ac_status=$?
11722   grep -v '^ *+' conftest.er1 >conftest.err
11723   rm -f conftest.er1
11724   cat conftest.err >&5
11725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726   (exit $ac_status); } && {
11727          test -z "$ac_c_werror_flag" ||
11728          test ! -s conftest.err
11729        } && test -s conftest$ac_exeext &&
11730        $as_test_x conftest$ac_exeext; then
11731   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11732 else
11733   echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11735
11736         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11737 fi
11738
11739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11740       conftest$ac_exeext conftest.$ac_ext
11741 LIBS=$ac_check_lib_save_LIBS
11742 fi
11743 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11744 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11745 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11746   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11747 else
11748   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11749 fi
11750
11751
11752 fi
11753
11754 fi
11755
11756 done
11757
11758
11759     CPPFLAGS="$ac_save_CPPFLAGS"
11760 else
11761     XLIB=""
11762     X_CFLAGS=""
11763     X_LIBS=""
11764     enable_winex11_drv=${enable_winex11_drv:-no}
11765     enable_opengl32=${enable_opengl32:-no}
11766     enable_glu32=${enable_glu32:-no}
11767 fi
11768 if test "x$XLIB" = "x"; then
11769   case "x$with_x" in
11770   xno) ;;
11771   *)   { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11772 without X support, which probably isn't what you want. You will need to install
11773 development packages of Xlib/Xfree86 at the very least.
11774 Use the --without-x option if you really want this." >&5
11775 echo "$as_me: error: X development files not found. Wine will be built
11776 without X support, which probably isn't what you want. You will need to install
11777 development packages of Xlib/Xfree86 at the very least.
11778 Use the --without-x option if you really want this." >&2;}
11779    { (exit 1); exit 1; }; } ;;
11780 esac
11781 fi
11782
11783
11784
11785 XML2LIBS=""
11786
11787 XML2INCL=""
11788
11789 XSLTLIBS=""
11790
11791 XSLTINCL=""
11792
11793 if test "x$with_xml" != "xno"
11794 then
11795     ac_save_CPPFLAGS="$CPPFLAGS"
11796     if test "$PKG_CONFIG" != "false"
11797     then
11798         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11799         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11800     else
11801         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11802         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
11803     fi
11804     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11805
11806 for ac_header in libxml/parser.h
11807 do
11808 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11810   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11813   echo $ECHO_N "(cached) $ECHO_C" >&6
11814 fi
11815 ac_res=`eval echo '${'$as_ac_Header'}'`
11816                { echo "$as_me:$LINENO: result: $ac_res" >&5
11817 echo "${ECHO_T}$ac_res" >&6; }
11818 else
11819   # Is the header compilable?
11820 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11821 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11822 cat >conftest.$ac_ext <<_ACEOF
11823 /* confdefs.h.  */
11824 _ACEOF
11825 cat confdefs.h >>conftest.$ac_ext
11826 cat >>conftest.$ac_ext <<_ACEOF
11827 /* end confdefs.h.  */
11828 $ac_includes_default
11829 #include <$ac_header>
11830 _ACEOF
11831 rm -f conftest.$ac_objext
11832 if { (ac_try="$ac_compile"
11833 case "(($ac_try" in
11834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835   *) ac_try_echo=$ac_try;;
11836 esac
11837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11838   (eval "$ac_compile") 2>conftest.er1
11839   ac_status=$?
11840   grep -v '^ *+' conftest.er1 >conftest.err
11841   rm -f conftest.er1
11842   cat conftest.err >&5
11843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11844   (exit $ac_status); } && {
11845          test -z "$ac_c_werror_flag" ||
11846          test ! -s conftest.err
11847        } && test -s conftest.$ac_objext; then
11848   ac_header_compiler=yes
11849 else
11850   echo "$as_me: failed program was:" >&5
11851 sed 's/^/| /' conftest.$ac_ext >&5
11852
11853         ac_header_compiler=no
11854 fi
11855
11856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11857 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11858 echo "${ECHO_T}$ac_header_compiler" >&6; }
11859
11860 # Is the header present?
11861 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11862 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11863 cat >conftest.$ac_ext <<_ACEOF
11864 /* confdefs.h.  */
11865 _ACEOF
11866 cat confdefs.h >>conftest.$ac_ext
11867 cat >>conftest.$ac_ext <<_ACEOF
11868 /* end confdefs.h.  */
11869 #include <$ac_header>
11870 _ACEOF
11871 if { (ac_try="$ac_cpp conftest.$ac_ext"
11872 case "(($ac_try" in
11873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11874   *) ac_try_echo=$ac_try;;
11875 esac
11876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11877   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11878   ac_status=$?
11879   grep -v '^ *+' conftest.er1 >conftest.err
11880   rm -f conftest.er1
11881   cat conftest.err >&5
11882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883   (exit $ac_status); } >/dev/null && {
11884          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11885          test ! -s conftest.err
11886        }; then
11887   ac_header_preproc=yes
11888 else
11889   echo "$as_me: failed program was:" >&5
11890 sed 's/^/| /' conftest.$ac_ext >&5
11891
11892   ac_header_preproc=no
11893 fi
11894
11895 rm -f conftest.err conftest.$ac_ext
11896 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11897 echo "${ECHO_T}$ac_header_preproc" >&6; }
11898
11899 # So?  What about this header?
11900 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11901   yes:no: )
11902     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11903 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11904     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11905 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11906     ac_header_preproc=yes
11907     ;;
11908   no:yes:* )
11909     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11910 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11911     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11912 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11913     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11914 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11915     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11916 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11917     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11918 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11919     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11920 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11921     ( cat <<\_ASBOX
11922 ## ------------------------------------ ##
11923 ## Report this to wine-devel@winehq.org ##
11924 ## ------------------------------------ ##
11925 _ASBOX
11926      ) | sed "s/^/$as_me: WARNING:     /" >&2
11927     ;;
11928 esac
11929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11932   echo $ECHO_N "(cached) $ECHO_C" >&6
11933 else
11934   eval "$as_ac_Header=\$ac_header_preproc"
11935 fi
11936 ac_res=`eval echo '${'$as_ac_Header'}'`
11937                { echo "$as_me:$LINENO: result: $ac_res" >&5
11938 echo "${ECHO_T}$ac_res" >&6; }
11939
11940 fi
11941 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11942   cat >>confdefs.h <<_ACEOF
11943 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11944 _ACEOF
11945  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11946 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11947 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11948   echo $ECHO_N "(cached) $ECHO_C" >&6
11949 else
11950   ac_check_lib_save_LIBS=$LIBS
11951 LIBS="-lxml2 $ac_xml_libs $LIBS"
11952 cat >conftest.$ac_ext <<_ACEOF
11953 /* confdefs.h.  */
11954 _ACEOF
11955 cat confdefs.h >>conftest.$ac_ext
11956 cat >>conftest.$ac_ext <<_ACEOF
11957 /* end confdefs.h.  */
11958
11959 /* Override any GCC internal prototype to avoid an error.
11960    Use char because int might match the return type of a GCC
11961    builtin and then its argument prototype would still apply.  */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char xmlParseMemory ();
11966 int
11967 main ()
11968 {
11969 return xmlParseMemory ();
11970   ;
11971   return 0;
11972 }
11973 _ACEOF
11974 rm -f conftest.$ac_objext conftest$ac_exeext
11975 if { (ac_try="$ac_link"
11976 case "(($ac_try" in
11977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11978   *) ac_try_echo=$ac_try;;
11979 esac
11980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11981   (eval "$ac_link") 2>conftest.er1
11982   ac_status=$?
11983   grep -v '^ *+' conftest.er1 >conftest.err
11984   rm -f conftest.er1
11985   cat conftest.err >&5
11986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987   (exit $ac_status); } && {
11988          test -z "$ac_c_werror_flag" ||
11989          test ! -s conftest.err
11990        } && test -s conftest$ac_exeext &&
11991        $as_test_x conftest$ac_exeext; then
11992   ac_cv_lib_xml2_xmlParseMemory=yes
11993 else
11994   echo "$as_me: failed program was:" >&5
11995 sed 's/^/| /' conftest.$ac_ext >&5
11996
11997         ac_cv_lib_xml2_xmlParseMemory=no
11998 fi
11999
12000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12001       conftest$ac_exeext conftest.$ac_ext
12002 LIBS=$ac_check_lib_save_LIBS
12003 fi
12004 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12005 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12006 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12007
12008 cat >>confdefs.h <<\_ACEOF
12009 #define HAVE_LIBXML2 1
12010 _ACEOF
12011
12012                  XML2LIBS="$ac_xml_libs"
12013                  XML2INCL="$ac_xml_cflags"
12014 fi
12015
12016              { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12017 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12018 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12019   echo $ECHO_N "(cached) $ECHO_C" >&6
12020 else
12021   ac_check_lib_save_LIBS=$LIBS
12022 LIBS="-lxml2 $ac_xml_libs $LIBS"
12023 cat >conftest.$ac_ext <<_ACEOF
12024 /* confdefs.h.  */
12025 _ACEOF
12026 cat confdefs.h >>conftest.$ac_ext
12027 cat >>conftest.$ac_ext <<_ACEOF
12028 /* end confdefs.h.  */
12029
12030 /* Override any GCC internal prototype to avoid an error.
12031    Use char because int might match the return type of a GCC
12032    builtin and then its argument prototype would still apply.  */
12033 #ifdef __cplusplus
12034 extern "C"
12035 #endif
12036 char xmlReadMemory ();
12037 int
12038 main ()
12039 {
12040 return xmlReadMemory ();
12041   ;
12042   return 0;
12043 }
12044 _ACEOF
12045 rm -f conftest.$ac_objext conftest$ac_exeext
12046 if { (ac_try="$ac_link"
12047 case "(($ac_try" in
12048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12049   *) ac_try_echo=$ac_try;;
12050 esac
12051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12052   (eval "$ac_link") 2>conftest.er1
12053   ac_status=$?
12054   grep -v '^ *+' conftest.er1 >conftest.err
12055   rm -f conftest.er1
12056   cat conftest.err >&5
12057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058   (exit $ac_status); } && {
12059          test -z "$ac_c_werror_flag" ||
12060          test ! -s conftest.err
12061        } && test -s conftest$ac_exeext &&
12062        $as_test_x conftest$ac_exeext; then
12063   ac_cv_lib_xml2_xmlReadMemory=yes
12064 else
12065   echo "$as_me: failed program was:" >&5
12066 sed 's/^/| /' conftest.$ac_ext >&5
12067
12068         ac_cv_lib_xml2_xmlReadMemory=no
12069 fi
12070
12071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12072       conftest$ac_exeext conftest.$ac_ext
12073 LIBS=$ac_check_lib_save_LIBS
12074 fi
12075 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12076 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12077 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12078
12079 cat >>confdefs.h <<\_ACEOF
12080 #define HAVE_XMLREADMEMORY 1
12081 _ACEOF
12082
12083 fi
12084
12085              { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12086 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12087 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12088   echo $ECHO_N "(cached) $ECHO_C" >&6
12089 else
12090   ac_check_lib_save_LIBS=$LIBS
12091 LIBS="-lxml2 $ac_xml_libs $LIBS"
12092 cat >conftest.$ac_ext <<_ACEOF
12093 /* confdefs.h.  */
12094 _ACEOF
12095 cat confdefs.h >>conftest.$ac_ext
12096 cat >>conftest.$ac_ext <<_ACEOF
12097 /* end confdefs.h.  */
12098
12099 /* Override any GCC internal prototype to avoid an error.
12100    Use char because int might match the return type of a GCC
12101    builtin and then its argument prototype would still apply.  */
12102 #ifdef __cplusplus
12103 extern "C"
12104 #endif
12105 char xmlNewDocPI ();
12106 int
12107 main ()
12108 {
12109 return xmlNewDocPI ();
12110   ;
12111   return 0;
12112 }
12113 _ACEOF
12114 rm -f conftest.$ac_objext conftest$ac_exeext
12115 if { (ac_try="$ac_link"
12116 case "(($ac_try" in
12117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12118   *) ac_try_echo=$ac_try;;
12119 esac
12120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12121   (eval "$ac_link") 2>conftest.er1
12122   ac_status=$?
12123   grep -v '^ *+' conftest.er1 >conftest.err
12124   rm -f conftest.er1
12125   cat conftest.err >&5
12126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12127   (exit $ac_status); } && {
12128          test -z "$ac_c_werror_flag" ||
12129          test ! -s conftest.err
12130        } && test -s conftest$ac_exeext &&
12131        $as_test_x conftest$ac_exeext; then
12132   ac_cv_lib_xml2_xmlNewDocPI=yes
12133 else
12134   echo "$as_me: failed program was:" >&5
12135 sed 's/^/| /' conftest.$ac_ext >&5
12136
12137         ac_cv_lib_xml2_xmlNewDocPI=no
12138 fi
12139
12140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12141       conftest$ac_exeext conftest.$ac_ext
12142 LIBS=$ac_check_lib_save_LIBS
12143 fi
12144 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12145 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12146 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12147
12148 cat >>confdefs.h <<\_ACEOF
12149 #define HAVE_XMLNEWDOCPI 1
12150 _ACEOF
12151
12152 fi
12153
12154
12155 fi
12156
12157 done
12158
12159     CPPFLAGS="$ac_save_CPPFLAGS"
12160 fi
12161 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12162   case "x$with_xml" in
12163   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12164   xno) ;;
12165   *)   { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12166 This is an error since --with-xml was requested." >&5
12167 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12168 This is an error since --with-xml was requested." >&2;}
12169    { (exit 1); exit 1; }; } ;;
12170 esac
12171 fi
12172
12173
12174 if test "x$with_xslt" != "xno"
12175 then
12176     if test "$PKG_CONFIG" != "false"
12177     then
12178         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12179         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12180     else
12181         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12182         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12183     fi
12184     ac_save_CPPFLAGS="$CPPFLAGS"
12185     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12186
12187
12188 for ac_header in libxslt/pattern.h libxslt/transform.h
12189 do
12190 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12191 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12194   echo $ECHO_N "(cached) $ECHO_C" >&6
12195 else
12196   cat >conftest.$ac_ext <<_ACEOF
12197 /* confdefs.h.  */
12198 _ACEOF
12199 cat confdefs.h >>conftest.$ac_ext
12200 cat >>conftest.$ac_ext <<_ACEOF
12201 /* end confdefs.h.  */
12202 #ifdef HAVE_LIBXSLT_PATTERN_H
12203 # include <libxslt/pattern.h>
12204 #endif
12205
12206 #include <$ac_header>
12207 _ACEOF
12208 rm -f conftest.$ac_objext
12209 if { (ac_try="$ac_compile"
12210 case "(($ac_try" in
12211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12212   *) ac_try_echo=$ac_try;;
12213 esac
12214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12215   (eval "$ac_compile") 2>conftest.er1
12216   ac_status=$?
12217   grep -v '^ *+' conftest.er1 >conftest.err
12218   rm -f conftest.er1
12219   cat conftest.err >&5
12220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221   (exit $ac_status); } && {
12222          test -z "$ac_c_werror_flag" ||
12223          test ! -s conftest.err
12224        } && test -s conftest.$ac_objext; then
12225   eval "$as_ac_Header=yes"
12226 else
12227   echo "$as_me: failed program was:" >&5
12228 sed 's/^/| /' conftest.$ac_ext >&5
12229
12230         eval "$as_ac_Header=no"
12231 fi
12232
12233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12234 fi
12235 ac_res=`eval echo '${'$as_ac_Header'}'`
12236                { echo "$as_me:$LINENO: result: $ac_res" >&5
12237 echo "${ECHO_T}$ac_res" >&6; }
12238 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12239   cat >>confdefs.h <<_ACEOF
12240 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12241 _ACEOF
12242
12243 fi
12244
12245 done
12246
12247     CPPFLAGS="$ac_save_CPPFLAGS"
12248     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12249     then
12250         { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12251 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12252 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12253   echo $ECHO_N "(cached) $ECHO_C" >&6
12254 else
12255   ac_check_lib_save_LIBS=$LIBS
12256 LIBS="-lxslt $ac_xslt_libs $LIBS"
12257 cat >conftest.$ac_ext <<_ACEOF
12258 /* confdefs.h.  */
12259 _ACEOF
12260 cat confdefs.h >>conftest.$ac_ext
12261 cat >>conftest.$ac_ext <<_ACEOF
12262 /* end confdefs.h.  */
12263
12264 /* Override any GCC internal prototype to avoid an error.
12265    Use char because int might match the return type of a GCC
12266    builtin and then its argument prototype would still apply.  */
12267 #ifdef __cplusplus
12268 extern "C"
12269 #endif
12270 char xsltCompilePattern ();
12271 int
12272 main ()
12273 {
12274 return xsltCompilePattern ();
12275   ;
12276   return 0;
12277 }
12278 _ACEOF
12279 rm -f conftest.$ac_objext conftest$ac_exeext
12280 if { (ac_try="$ac_link"
12281 case "(($ac_try" in
12282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12283   *) ac_try_echo=$ac_try;;
12284 esac
12285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12286   (eval "$ac_link") 2>conftest.er1
12287   ac_status=$?
12288   grep -v '^ *+' conftest.er1 >conftest.err
12289   rm -f conftest.er1
12290   cat conftest.err >&5
12291   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12292   (exit $ac_status); } && {
12293          test -z "$ac_c_werror_flag" ||
12294          test ! -s conftest.err
12295        } && test -s conftest$ac_exeext &&
12296        $as_test_x conftest$ac_exeext; then
12297   ac_cv_lib_xslt_xsltCompilePattern=yes
12298 else
12299   echo "$as_me: failed program was:" >&5
12300 sed 's/^/| /' conftest.$ac_ext >&5
12301
12302         ac_cv_lib_xslt_xsltCompilePattern=no
12303 fi
12304
12305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12306       conftest$ac_exeext conftest.$ac_ext
12307 LIBS=$ac_check_lib_save_LIBS
12308 fi
12309 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12310 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12311 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12312
12313 cat >>confdefs.h <<\_ACEOF
12314 #define HAVE_LIBXSLT 1
12315 _ACEOF
12316
12317              XSLTLIBS="$ac_xslt_libs"
12318              XSLTINCL="$ac_xslt_cflags"
12319              ac_save_LIBS="$LIBS"
12320              LIBS="$LIBS $ac_xslt_libs"
12321
12322 for ac_func in xsltInit
12323 do
12324 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12325 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12326 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12327 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12328   echo $ECHO_N "(cached) $ECHO_C" >&6
12329 else
12330   cat >conftest.$ac_ext <<_ACEOF
12331 /* confdefs.h.  */
12332 _ACEOF
12333 cat confdefs.h >>conftest.$ac_ext
12334 cat >>conftest.$ac_ext <<_ACEOF
12335 /* end confdefs.h.  */
12336 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12337    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12338 #define $ac_func innocuous_$ac_func
12339
12340 /* System header to define __stub macros and hopefully few prototypes,
12341     which can conflict with char $ac_func (); below.
12342     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12343     <limits.h> exists even on freestanding compilers.  */
12344
12345 #ifdef __STDC__
12346 # include <limits.h>
12347 #else
12348 # include <assert.h>
12349 #endif
12350
12351 #undef $ac_func
12352
12353 /* Override any GCC internal prototype to avoid an error.
12354    Use char because int might match the return type of a GCC
12355    builtin and then its argument prototype would still apply.  */
12356 #ifdef __cplusplus
12357 extern "C"
12358 #endif
12359 char $ac_func ();
12360 /* The GNU C library defines this for functions which it implements
12361     to always fail with ENOSYS.  Some functions are actually named
12362     something starting with __ and the normal name is an alias.  */
12363 #if defined __stub_$ac_func || defined __stub___$ac_func
12364 choke me
12365 #endif
12366
12367 int
12368 main ()
12369 {
12370 return $ac_func ();
12371   ;
12372   return 0;
12373 }
12374 _ACEOF
12375 rm -f conftest.$ac_objext conftest$ac_exeext
12376 if { (ac_try="$ac_link"
12377 case "(($ac_try" in
12378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12379   *) ac_try_echo=$ac_try;;
12380 esac
12381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12382   (eval "$ac_link") 2>conftest.er1
12383   ac_status=$?
12384   grep -v '^ *+' conftest.er1 >conftest.err
12385   rm -f conftest.er1
12386   cat conftest.err >&5
12387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388   (exit $ac_status); } && {
12389          test -z "$ac_c_werror_flag" ||
12390          test ! -s conftest.err
12391        } && test -s conftest$ac_exeext &&
12392        $as_test_x conftest$ac_exeext; then
12393   eval "$as_ac_var=yes"
12394 else
12395   echo "$as_me: failed program was:" >&5
12396 sed 's/^/| /' conftest.$ac_ext >&5
12397
12398         eval "$as_ac_var=no"
12399 fi
12400
12401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12402       conftest$ac_exeext conftest.$ac_ext
12403 fi
12404 ac_res=`eval echo '${'$as_ac_var'}'`
12405                { echo "$as_me:$LINENO: result: $ac_res" >&5
12406 echo "${ECHO_T}$ac_res" >&6; }
12407 if test `eval echo '${'$as_ac_var'}'` = yes; then
12408   cat >>confdefs.h <<_ACEOF
12409 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12410 _ACEOF
12411
12412 fi
12413 done
12414
12415              LIBS="$ac_save_LIBS"
12416 fi
12417
12418     fi
12419 fi
12420 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12421   case "x$with_xslt" in
12422   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12423   xno) ;;
12424   *)   { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12425 This is an error since --with-xslt was requested." >&5
12426 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12427 This is an error since --with-xslt was requested." >&2;}
12428    { (exit 1); exit 1; }; } ;;
12429 esac
12430 fi
12431
12432
12433 HALINCL=""
12434
12435 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12436 then
12437     ac_save_CPPFLAGS="$CPPFLAGS"
12438     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12439     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12440     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12441
12442
12443 for ac_header in dbus/dbus.h hal/libhal.h
12444 do
12445 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12447   { echo "$as_me:$LINENO: checking for $ac_header" >&5
12448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12450   echo $ECHO_N "(cached) $ECHO_C" >&6
12451 fi
12452 ac_res=`eval echo '${'$as_ac_Header'}'`
12453                { echo "$as_me:$LINENO: result: $ac_res" >&5
12454 echo "${ECHO_T}$ac_res" >&6; }
12455 else
12456   # Is the header compilable?
12457 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12458 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12459 cat >conftest.$ac_ext <<_ACEOF
12460 /* confdefs.h.  */
12461 _ACEOF
12462 cat confdefs.h >>conftest.$ac_ext
12463 cat >>conftest.$ac_ext <<_ACEOF
12464 /* end confdefs.h.  */
12465 $ac_includes_default
12466 #include <$ac_header>
12467 _ACEOF
12468 rm -f conftest.$ac_objext
12469 if { (ac_try="$ac_compile"
12470 case "(($ac_try" in
12471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12472   *) ac_try_echo=$ac_try;;
12473 esac
12474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12475   (eval "$ac_compile") 2>conftest.er1
12476   ac_status=$?
12477   grep -v '^ *+' conftest.er1 >conftest.err
12478   rm -f conftest.er1
12479   cat conftest.err >&5
12480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481   (exit $ac_status); } && {
12482          test -z "$ac_c_werror_flag" ||
12483          test ! -s conftest.err
12484        } && test -s conftest.$ac_objext; then
12485   ac_header_compiler=yes
12486 else
12487   echo "$as_me: failed program was:" >&5
12488 sed 's/^/| /' conftest.$ac_ext >&5
12489
12490         ac_header_compiler=no
12491 fi
12492
12493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12494 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12495 echo "${ECHO_T}$ac_header_compiler" >&6; }
12496
12497 # Is the header present?
12498 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12499 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12500 cat >conftest.$ac_ext <<_ACEOF
12501 /* confdefs.h.  */
12502 _ACEOF
12503 cat confdefs.h >>conftest.$ac_ext
12504 cat >>conftest.$ac_ext <<_ACEOF
12505 /* end confdefs.h.  */
12506 #include <$ac_header>
12507 _ACEOF
12508 if { (ac_try="$ac_cpp conftest.$ac_ext"
12509 case "(($ac_try" in
12510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12511   *) ac_try_echo=$ac_try;;
12512 esac
12513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12514   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12515   ac_status=$?
12516   grep -v '^ *+' conftest.er1 >conftest.err
12517   rm -f conftest.er1
12518   cat conftest.err >&5
12519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12520   (exit $ac_status); } >/dev/null && {
12521          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12522          test ! -s conftest.err
12523        }; then
12524   ac_header_preproc=yes
12525 else
12526   echo "$as_me: failed program was:" >&5
12527 sed 's/^/| /' conftest.$ac_ext >&5
12528
12529   ac_header_preproc=no
12530 fi
12531
12532 rm -f conftest.err conftest.$ac_ext
12533 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12534 echo "${ECHO_T}$ac_header_preproc" >&6; }
12535
12536 # So?  What about this header?
12537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12538   yes:no: )
12539     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12540 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12541     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12542 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12543     ac_header_preproc=yes
12544     ;;
12545   no:yes:* )
12546     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12547 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12548     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12549 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12550     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12551 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12552     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12553 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12554     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12555 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12556     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12557 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12558     ( cat <<\_ASBOX
12559 ## ------------------------------------ ##
12560 ## Report this to wine-devel@winehq.org ##
12561 ## ------------------------------------ ##
12562 _ASBOX
12563      ) | sed "s/^/$as_me: WARNING:     /" >&2
12564     ;;
12565 esac
12566 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12569   echo $ECHO_N "(cached) $ECHO_C" >&6
12570 else
12571   eval "$as_ac_Header=\$ac_header_preproc"
12572 fi
12573 ac_res=`eval echo '${'$as_ac_Header'}'`
12574                { echo "$as_me:$LINENO: result: $ac_res" >&5
12575 echo "${ECHO_T}$ac_res" >&6; }
12576
12577 fi
12578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12579   cat >>confdefs.h <<_ACEOF
12580 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12581 _ACEOF
12582
12583 fi
12584
12585 done
12586
12587     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12588     then
12589         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12590 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12591 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12592   echo $ECHO_N "(cached) $ECHO_C" >&6
12593 else
12594   ac_check_lib_save_LIBS=$LIBS
12595 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12596 cat >conftest.$ac_ext <<_ACEOF
12597 /* confdefs.h.  */
12598 _ACEOF
12599 cat confdefs.h >>conftest.$ac_ext
12600 cat >>conftest.$ac_ext <<_ACEOF
12601 /* end confdefs.h.  */
12602
12603 /* Override any GCC internal prototype to avoid an error.
12604    Use char because int might match the return type of a GCC
12605    builtin and then its argument prototype would still apply.  */
12606 #ifdef __cplusplus
12607 extern "C"
12608 #endif
12609 char dbus_connection_close ();
12610 int
12611 main ()
12612 {
12613 return dbus_connection_close ();
12614   ;
12615   return 0;
12616 }
12617 _ACEOF
12618 rm -f conftest.$ac_objext conftest$ac_exeext
12619 if { (ac_try="$ac_link"
12620 case "(($ac_try" in
12621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12622   *) ac_try_echo=$ac_try;;
12623 esac
12624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12625   (eval "$ac_link") 2>conftest.er1
12626   ac_status=$?
12627   grep -v '^ *+' conftest.er1 >conftest.err
12628   rm -f conftest.er1
12629   cat conftest.err >&5
12630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12631   (exit $ac_status); } && {
12632          test -z "$ac_c_werror_flag" ||
12633          test ! -s conftest.err
12634        } && test -s conftest$ac_exeext &&
12635        $as_test_x conftest$ac_exeext; then
12636   ac_cv_lib_dbus_1_dbus_connection_close=yes
12637 else
12638   echo "$as_me: failed program was:" >&5
12639 sed 's/^/| /' conftest.$ac_ext >&5
12640
12641         ac_cv_lib_dbus_1_dbus_connection_close=no
12642 fi
12643
12644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12645       conftest$ac_exeext conftest.$ac_ext
12646 LIBS=$ac_check_lib_save_LIBS
12647 fi
12648 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12649 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12650 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12651   { echo "$as_me:$LINENO: checking for -lhal" >&5
12652 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12653 if test "${ac_cv_lib_soname_hal+set}" = set; then
12654   echo $ECHO_N "(cached) $ECHO_C" >&6
12655 else
12656   ac_check_soname_save_LIBS=$LIBS
12657 LIBS="-lhal $ac_hal_libs $LIBS"
12658   cat >conftest.$ac_ext <<_ACEOF
12659 /* confdefs.h.  */
12660 _ACEOF
12661 cat confdefs.h >>conftest.$ac_ext
12662 cat >>conftest.$ac_ext <<_ACEOF
12663 /* end confdefs.h.  */
12664
12665 /* Override any GCC internal prototype to avoid an error.
12666    Use char because int might match the return type of a GCC
12667    builtin and then its argument prototype would still apply.  */
12668 #ifdef __cplusplus
12669 extern "C"
12670 #endif
12671 char libhal_ctx_new ();
12672 int
12673 main ()
12674 {
12675 return libhal_ctx_new ();
12676   ;
12677   return 0;
12678 }
12679 _ACEOF
12680 rm -f conftest.$ac_objext conftest$ac_exeext
12681 if { (ac_try="$ac_link"
12682 case "(($ac_try" in
12683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12684   *) ac_try_echo=$ac_try;;
12685 esac
12686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12687   (eval "$ac_link") 2>conftest.er1
12688   ac_status=$?
12689   grep -v '^ *+' conftest.er1 >conftest.err
12690   rm -f conftest.er1
12691   cat conftest.err >&5
12692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693   (exit $ac_status); } && {
12694          test -z "$ac_c_werror_flag" ||
12695          test ! -s conftest.err
12696        } && test -s conftest$ac_exeext &&
12697        $as_test_x conftest$ac_exeext; then
12698   case "$LIBEXT" in
12699     dll) ;;
12700     dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12701     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12702   esac
12703 else
12704   echo "$as_me: failed program was:" >&5
12705 sed 's/^/| /' conftest.$ac_ext >&5
12706
12707
12708 fi
12709
12710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12711       conftest$ac_exeext conftest.$ac_ext
12712   LIBS=$ac_check_soname_save_LIBS
12713 fi
12714 if test "x$ac_cv_lib_soname_hal" = "x"; then
12715   { echo "$as_me:$LINENO: result: not found" >&5
12716 echo "${ECHO_T}not found" >&6; }
12717
12718 else
12719   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12720 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12721
12722 cat >>confdefs.h <<_ACEOF
12723 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12724 _ACEOF
12725
12726        HALINCL="$ac_hal_cflags"
12727 fi
12728
12729 fi
12730
12731     fi
12732     CPPFLAGS="$ac_save_CPPFLAGS"
12733 fi
12734 if test "x$ac_cv_lib_soname_hal" = "x"; then
12735   case "x$with_hal" in
12736   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12737   xno) ;;
12738   *)   { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12739 This is an error since --with-hal was requested." >&5
12740 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12741 This is an error since --with-hal was requested." >&2;}
12742    { (exit 1); exit 1; }; } ;;
12743 esac
12744 fi
12745
12746
12747 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12748 then
12749     ac_save_CPPFLAGS="$CPPFLAGS"
12750     ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12751     ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12752     CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12753     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12754   { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12755 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12756 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12757   echo $ECHO_N "(cached) $ECHO_C" >&6
12758 fi
12759 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12760 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12761 else
12762   # Is the header compilable?
12763 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12764 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12765 cat >conftest.$ac_ext <<_ACEOF
12766 /* confdefs.h.  */
12767 _ACEOF
12768 cat confdefs.h >>conftest.$ac_ext
12769 cat >>conftest.$ac_ext <<_ACEOF
12770 /* end confdefs.h.  */
12771 $ac_includes_default
12772 #include <gnutls/gnutls.h>
12773 _ACEOF
12774 rm -f conftest.$ac_objext
12775 if { (ac_try="$ac_compile"
12776 case "(($ac_try" in
12777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12778   *) ac_try_echo=$ac_try;;
12779 esac
12780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12781   (eval "$ac_compile") 2>conftest.er1
12782   ac_status=$?
12783   grep -v '^ *+' conftest.er1 >conftest.err
12784   rm -f conftest.er1
12785   cat conftest.err >&5
12786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12787   (exit $ac_status); } && {
12788          test -z "$ac_c_werror_flag" ||
12789          test ! -s conftest.err
12790        } && test -s conftest.$ac_objext; then
12791   ac_header_compiler=yes
12792 else
12793   echo "$as_me: failed program was:" >&5
12794 sed 's/^/| /' conftest.$ac_ext >&5
12795
12796         ac_header_compiler=no
12797 fi
12798
12799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12800 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12801 echo "${ECHO_T}$ac_header_compiler" >&6; }
12802
12803 # Is the header present?
12804 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12805 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12806 cat >conftest.$ac_ext <<_ACEOF
12807 /* confdefs.h.  */
12808 _ACEOF
12809 cat confdefs.h >>conftest.$ac_ext
12810 cat >>conftest.$ac_ext <<_ACEOF
12811 /* end confdefs.h.  */
12812 #include <gnutls/gnutls.h>
12813 _ACEOF
12814 if { (ac_try="$ac_cpp conftest.$ac_ext"
12815 case "(($ac_try" in
12816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12817   *) ac_try_echo=$ac_try;;
12818 esac
12819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12820   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12821   ac_status=$?
12822   grep -v '^ *+' conftest.er1 >conftest.err
12823   rm -f conftest.er1
12824   cat conftest.err >&5
12825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826   (exit $ac_status); } >/dev/null && {
12827          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12828          test ! -s conftest.err
12829        }; then
12830   ac_header_preproc=yes
12831 else
12832   echo "$as_me: failed program was:" >&5
12833 sed 's/^/| /' conftest.$ac_ext >&5
12834
12835   ac_header_preproc=no
12836 fi
12837
12838 rm -f conftest.err conftest.$ac_ext
12839 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12840 echo "${ECHO_T}$ac_header_preproc" >&6; }
12841
12842 # So?  What about this header?
12843 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12844   yes:no: )
12845     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12846 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12847     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12848 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12849     ac_header_preproc=yes
12850     ;;
12851   no:yes:* )
12852     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12853 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12854     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
12855 echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
12856     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12857 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12858     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
12859 echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12860     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12861 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12862     { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12863 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12864     ( cat <<\_ASBOX
12865 ## ------------------------------------ ##
12866 ## Report this to wine-devel@winehq.org ##
12867 ## ------------------------------------ ##
12868 _ASBOX
12869      ) | sed "s/^/$as_me: WARNING:     /" >&2
12870     ;;
12871 esac
12872 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12873 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12874 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12875   echo $ECHO_N "(cached) $ECHO_C" >&6
12876 else
12877   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12878 fi
12879 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12880 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12881
12882 fi
12883 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12884   cat >conftest.$ac_ext <<_ACEOF
12885 /* confdefs.h.  */
12886 _ACEOF
12887 cat confdefs.h >>conftest.$ac_ext
12888 cat >>conftest.$ac_ext <<_ACEOF
12889 /* end confdefs.h.  */
12890 #include <gnutls/gnutls.h>
12891 int
12892 main ()
12893 {
12894 typeof(gnutls_transport_set_errno) *pfunc;
12895   ;
12896   return 0;
12897 }
12898 _ACEOF
12899 rm -f conftest.$ac_objext
12900 if { (ac_try="$ac_compile"
12901 case "(($ac_try" in
12902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12903   *) ac_try_echo=$ac_try;;
12904 esac
12905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12906   (eval "$ac_compile") 2>conftest.er1
12907   ac_status=$?
12908   grep -v '^ *+' conftest.er1 >conftest.err
12909   rm -f conftest.er1
12910   cat conftest.err >&5
12911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912   (exit $ac_status); } && {
12913          test -z "$ac_c_werror_flag" ||
12914          test ! -s conftest.err
12915        } && test -s conftest.$ac_objext; then
12916   { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12917 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12918 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12919   echo $ECHO_N "(cached) $ECHO_C" >&6
12920 else
12921   ac_check_soname_save_LIBS=$LIBS
12922 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12923   cat >conftest.$ac_ext <<_ACEOF
12924 /* confdefs.h.  */
12925 _ACEOF
12926 cat confdefs.h >>conftest.$ac_ext
12927 cat >>conftest.$ac_ext <<_ACEOF
12928 /* end confdefs.h.  */
12929
12930 /* Override any GCC internal prototype to avoid an error.
12931    Use char because int might match the return type of a GCC
12932    builtin and then its argument prototype would still apply.  */
12933 #ifdef __cplusplus
12934 extern "C"
12935 #endif
12936 char gnutls_global_init ();
12937 int
12938 main ()
12939 {
12940 return gnutls_global_init ();
12941   ;
12942   return 0;
12943 }
12944 _ACEOF
12945 rm -f conftest.$ac_objext conftest$ac_exeext
12946 if { (ac_try="$ac_link"
12947 case "(($ac_try" in
12948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12949   *) ac_try_echo=$ac_try;;
12950 esac
12951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12952   (eval "$ac_link") 2>conftest.er1
12953   ac_status=$?
12954   grep -v '^ *+' conftest.er1 >conftest.err
12955   rm -f conftest.er1
12956   cat conftest.err >&5
12957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12958   (exit $ac_status); } && {
12959          test -z "$ac_c_werror_flag" ||
12960          test ! -s conftest.err
12961        } && test -s conftest$ac_exeext &&
12962        $as_test_x conftest$ac_exeext; then
12963   case "$LIBEXT" in
12964     dll) ;;
12965     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'` ;;
12966     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
12967   esac
12968 else
12969   echo "$as_me: failed program was:" >&5
12970 sed 's/^/| /' conftest.$ac_ext >&5
12971
12972
12973 fi
12974
12975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12976       conftest$ac_exeext conftest.$ac_ext
12977   LIBS=$ac_check_soname_save_LIBS
12978 fi
12979 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12980   { echo "$as_me:$LINENO: result: not found" >&5
12981 echo "${ECHO_T}not found" >&6; }
12982
12983 else
12984   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12985 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12986
12987 cat >>confdefs.h <<_ACEOF
12988 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12989 _ACEOF
12990
12991        GNUTLSINCL="$ac_gnutls_cflags"
12992
12993 fi
12994
12995 else
12996   echo "$as_me: failed program was:" >&5
12997 sed 's/^/| /' conftest.$ac_ext >&5
12998
12999
13000 fi
13001
13002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13003 fi
13004
13005
13006     CPPFLAGS="$ac_save_CPPFLAGS"
13007 fi
13008 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13009   case "x$with_gnutls" in
13010   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13011   xno) ;;
13012   *)   { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13013 This is an error since --with-gnutls was requested." >&5
13014 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13015 This is an error since --with-gnutls was requested." >&2;}
13016    { (exit 1); exit 1; }; } ;;
13017 esac
13018 fi
13019
13020
13021 CURSESLIBS=""
13022 if test "$ac_cv_header_ncurses_h" = "yes"
13023 then
13024     { echo "$as_me:$LINENO: checking for -lncurses" >&5
13025 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13026 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13027   echo $ECHO_N "(cached) $ECHO_C" >&6
13028 else
13029   ac_check_soname_save_LIBS=$LIBS
13030 LIBS="-lncurses  $LIBS"
13031   cat >conftest.$ac_ext <<_ACEOF
13032 /* confdefs.h.  */
13033 _ACEOF
13034 cat confdefs.h >>conftest.$ac_ext
13035 cat >>conftest.$ac_ext <<_ACEOF
13036 /* end confdefs.h.  */
13037
13038 /* Override any GCC internal prototype to avoid an error.
13039    Use char because int might match the return type of a GCC
13040    builtin and then its argument prototype would still apply.  */
13041 #ifdef __cplusplus
13042 extern "C"
13043 #endif
13044 char waddch ();
13045 int
13046 main ()
13047 {
13048 return waddch ();
13049   ;
13050   return 0;
13051 }
13052 _ACEOF
13053 rm -f conftest.$ac_objext conftest$ac_exeext
13054 if { (ac_try="$ac_link"
13055 case "(($ac_try" in
13056   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13057   *) ac_try_echo=$ac_try;;
13058 esac
13059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13060   (eval "$ac_link") 2>conftest.er1
13061   ac_status=$?
13062   grep -v '^ *+' conftest.er1 >conftest.err
13063   rm -f conftest.er1
13064   cat conftest.err >&5
13065   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13066   (exit $ac_status); } && {
13067          test -z "$ac_c_werror_flag" ||
13068          test ! -s conftest.err
13069        } && test -s conftest$ac_exeext &&
13070        $as_test_x conftest$ac_exeext; then
13071   case "$LIBEXT" in
13072     dll) ;;
13073     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'` ;;
13074     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13075   esac
13076 else
13077   echo "$as_me: failed program was:" >&5
13078 sed 's/^/| /' conftest.$ac_ext >&5
13079
13080
13081 fi
13082
13083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13084       conftest$ac_exeext conftest.$ac_ext
13085   LIBS=$ac_check_soname_save_LIBS
13086 fi
13087 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13088   { echo "$as_me:$LINENO: result: not found" >&5
13089 echo "${ECHO_T}not found" >&6; }
13090
13091 else
13092   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13093 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13094
13095 cat >>confdefs.h <<_ACEOF
13096 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13097 _ACEOF
13098
13099        CURSESLIBS="-lncurses"
13100 fi
13101
13102 elif test "$ac_cv_header_curses_h" = "yes"
13103 then
13104     { echo "$as_me:$LINENO: checking for -lcurses" >&5
13105 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13106 if test "${ac_cv_lib_soname_curses+set}" = set; then
13107   echo $ECHO_N "(cached) $ECHO_C" >&6
13108 else
13109   ac_check_soname_save_LIBS=$LIBS
13110 LIBS="-lcurses  $LIBS"
13111   cat >conftest.$ac_ext <<_ACEOF
13112 /* confdefs.h.  */
13113 _ACEOF
13114 cat confdefs.h >>conftest.$ac_ext
13115 cat >>conftest.$ac_ext <<_ACEOF
13116 /* end confdefs.h.  */
13117
13118 /* Override any GCC internal prototype to avoid an error.
13119    Use char because int might match the return type of a GCC
13120    builtin and then its argument prototype would still apply.  */
13121 #ifdef __cplusplus
13122 extern "C"
13123 #endif
13124 char waddch ();
13125 int
13126 main ()
13127 {
13128 return waddch ();
13129   ;
13130   return 0;
13131 }
13132 _ACEOF
13133 rm -f conftest.$ac_objext conftest$ac_exeext
13134 if { (ac_try="$ac_link"
13135 case "(($ac_try" in
13136   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13137   *) ac_try_echo=$ac_try;;
13138 esac
13139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13140   (eval "$ac_link") 2>conftest.er1
13141   ac_status=$?
13142   grep -v '^ *+' conftest.er1 >conftest.err
13143   rm -f conftest.er1
13144   cat conftest.err >&5
13145   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13146   (exit $ac_status); } && {
13147          test -z "$ac_c_werror_flag" ||
13148          test ! -s conftest.err
13149        } && test -s conftest$ac_exeext &&
13150        $as_test_x conftest$ac_exeext; then
13151   case "$LIBEXT" in
13152     dll) ;;
13153     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'` ;;
13154     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13155   esac
13156 else
13157   echo "$as_me: failed program was:" >&5
13158 sed 's/^/| /' conftest.$ac_ext >&5
13159
13160
13161 fi
13162
13163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13164       conftest$ac_exeext conftest.$ac_ext
13165   LIBS=$ac_check_soname_save_LIBS
13166 fi
13167 if test "x$ac_cv_lib_soname_curses" = "x"; then
13168   { echo "$as_me:$LINENO: result: not found" >&5
13169 echo "${ECHO_T}not found" >&6; }
13170
13171 else
13172   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13173 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13174
13175 cat >>confdefs.h <<_ACEOF
13176 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13177 _ACEOF
13178
13179        CURSESLIBS="-lcurses"
13180 fi
13181
13182 fi
13183 ac_save_LIBS="$LIBS"
13184 LIBS="$LIBS $CURSESLIBS"
13185
13186 for ac_func in mousemask
13187 do
13188 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13189 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13190 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13191 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13192   echo $ECHO_N "(cached) $ECHO_C" >&6
13193 else
13194   cat >conftest.$ac_ext <<_ACEOF
13195 /* confdefs.h.  */
13196 _ACEOF
13197 cat confdefs.h >>conftest.$ac_ext
13198 cat >>conftest.$ac_ext <<_ACEOF
13199 /* end confdefs.h.  */
13200 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13201    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13202 #define $ac_func innocuous_$ac_func
13203
13204 /* System header to define __stub macros and hopefully few prototypes,
13205     which can conflict with char $ac_func (); below.
13206     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13207     <limits.h> exists even on freestanding compilers.  */
13208
13209 #ifdef __STDC__
13210 # include <limits.h>
13211 #else
13212 # include <assert.h>
13213 #endif
13214
13215 #undef $ac_func
13216
13217 /* Override any GCC internal prototype to avoid an error.
13218    Use char because int might match the return type of a GCC
13219    builtin and then its argument prototype would still apply.  */
13220 #ifdef __cplusplus
13221 extern "C"
13222 #endif
13223 char $ac_func ();
13224 /* The GNU C library defines this for functions which it implements
13225     to always fail with ENOSYS.  Some functions are actually named
13226     something starting with __ and the normal name is an alias.  */
13227 #if defined __stub_$ac_func || defined __stub___$ac_func
13228 choke me
13229 #endif
13230
13231 int
13232 main ()
13233 {
13234 return $ac_func ();
13235   ;
13236   return 0;
13237 }
13238 _ACEOF
13239 rm -f conftest.$ac_objext conftest$ac_exeext
13240 if { (ac_try="$ac_link"
13241 case "(($ac_try" in
13242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13243   *) ac_try_echo=$ac_try;;
13244 esac
13245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13246   (eval "$ac_link") 2>conftest.er1
13247   ac_status=$?
13248   grep -v '^ *+' conftest.er1 >conftest.err
13249   rm -f conftest.er1
13250   cat conftest.err >&5
13251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252   (exit $ac_status); } && {
13253          test -z "$ac_c_werror_flag" ||
13254          test ! -s conftest.err
13255        } && test -s conftest$ac_exeext &&
13256        $as_test_x conftest$ac_exeext; then
13257   eval "$as_ac_var=yes"
13258 else
13259   echo "$as_me: failed program was:" >&5
13260 sed 's/^/| /' conftest.$ac_ext >&5
13261
13262         eval "$as_ac_var=no"
13263 fi
13264
13265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13266       conftest$ac_exeext conftest.$ac_ext
13267 fi
13268 ac_res=`eval echo '${'$as_ac_var'}'`
13269                { echo "$as_me:$LINENO: result: $ac_res" >&5
13270 echo "${ECHO_T}$ac_res" >&6; }
13271 if test `eval echo '${'$as_ac_var'}'` = yes; then
13272   cat >>confdefs.h <<_ACEOF
13273 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13274 _ACEOF
13275
13276 fi
13277 done
13278
13279 LIBS="$ac_save_LIBS"
13280 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13281   case "x$with_curses" in
13282   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13283   xno) ;;
13284   *)   { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13285 This is an error since --with-curses was requested." >&5
13286 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13287 This is an error since --with-curses was requested." >&2;}
13288    { (exit 1); exit 1; }; } ;;
13289 esac
13290 fi
13291
13292
13293 # Extract the first word of "sane-config", so it can be a program name with args.
13294 set dummy sane-config; ac_word=$2
13295 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13296 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13297 if test "${ac_cv_prog_sane_devel+set}" = set; then
13298   echo $ECHO_N "(cached) $ECHO_C" >&6
13299 else
13300   if test -n "$sane_devel"; then
13301   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13302 else
13303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13304 for as_dir in $PATH
13305 do
13306   IFS=$as_save_IFS
13307   test -z "$as_dir" && as_dir=.
13308   for ac_exec_ext in '' $ac_executable_extensions; do
13309   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13310     ac_cv_prog_sane_devel="sane-config"
13311     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13312     break 2
13313   fi
13314 done
13315 done
13316 IFS=$as_save_IFS
13317
13318   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13319 fi
13320 fi
13321 sane_devel=$ac_cv_prog_sane_devel
13322 if test -n "$sane_devel"; then
13323   { echo "$as_me:$LINENO: result: $sane_devel" >&5
13324 echo "${ECHO_T}$sane_devel" >&6; }
13325 else
13326   { echo "$as_me:$LINENO: result: no" >&5
13327 echo "${ECHO_T}no" >&6; }
13328 fi
13329
13330
13331 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13332 then
13333     ac_sane_incl="`$sane_devel --cflags`"
13334     ac_sane_libs="`$sane_devel --ldflags`"
13335     ac_save_CPPFLAGS="$CPPFLAGS"
13336     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13337     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13338   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13339 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13340 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13341   echo $ECHO_N "(cached) $ECHO_C" >&6
13342 fi
13343 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13344 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13345 else
13346   # Is the header compilable?
13347 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13348 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13349 cat >conftest.$ac_ext <<_ACEOF
13350 /* confdefs.h.  */
13351 _ACEOF
13352 cat confdefs.h >>conftest.$ac_ext
13353 cat >>conftest.$ac_ext <<_ACEOF
13354 /* end confdefs.h.  */
13355 $ac_includes_default
13356 #include <sane/sane.h>
13357 _ACEOF
13358 rm -f conftest.$ac_objext
13359 if { (ac_try="$ac_compile"
13360 case "(($ac_try" in
13361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13362   *) ac_try_echo=$ac_try;;
13363 esac
13364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13365   (eval "$ac_compile") 2>conftest.er1
13366   ac_status=$?
13367   grep -v '^ *+' conftest.er1 >conftest.err
13368   rm -f conftest.er1
13369   cat conftest.err >&5
13370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13371   (exit $ac_status); } && {
13372          test -z "$ac_c_werror_flag" ||
13373          test ! -s conftest.err
13374        } && test -s conftest.$ac_objext; then
13375   ac_header_compiler=yes
13376 else
13377   echo "$as_me: failed program was:" >&5
13378 sed 's/^/| /' conftest.$ac_ext >&5
13379
13380         ac_header_compiler=no
13381 fi
13382
13383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13384 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13385 echo "${ECHO_T}$ac_header_compiler" >&6; }
13386
13387 # Is the header present?
13388 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13389 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13390 cat >conftest.$ac_ext <<_ACEOF
13391 /* confdefs.h.  */
13392 _ACEOF
13393 cat confdefs.h >>conftest.$ac_ext
13394 cat >>conftest.$ac_ext <<_ACEOF
13395 /* end confdefs.h.  */
13396 #include <sane/sane.h>
13397 _ACEOF
13398 if { (ac_try="$ac_cpp conftest.$ac_ext"
13399 case "(($ac_try" in
13400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13401   *) ac_try_echo=$ac_try;;
13402 esac
13403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13404   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13405   ac_status=$?
13406   grep -v '^ *+' conftest.er1 >conftest.err
13407   rm -f conftest.er1
13408   cat conftest.err >&5
13409   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13410   (exit $ac_status); } >/dev/null && {
13411          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13412          test ! -s conftest.err
13413        }; then
13414   ac_header_preproc=yes
13415 else
13416   echo "$as_me: failed program was:" >&5
13417 sed 's/^/| /' conftest.$ac_ext >&5
13418
13419   ac_header_preproc=no
13420 fi
13421
13422 rm -f conftest.err conftest.$ac_ext
13423 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13424 echo "${ECHO_T}$ac_header_preproc" >&6; }
13425
13426 # So?  What about this header?
13427 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13428   yes:no: )
13429     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13430 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13431     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13432 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13433     ac_header_preproc=yes
13434     ;;
13435   no:yes:* )
13436     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13437 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13438     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13439 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13440     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13441 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13442     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13443 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13444     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13445 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13446     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13447 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13448     ( cat <<\_ASBOX
13449 ## ------------------------------------ ##
13450 ## Report this to wine-devel@winehq.org ##
13451 ## ------------------------------------ ##
13452 _ASBOX
13453      ) | sed "s/^/$as_me: WARNING:     /" >&2
13454     ;;
13455 esac
13456 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13457 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13458 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13459   echo $ECHO_N "(cached) $ECHO_C" >&6
13460 else
13461   ac_cv_header_sane_sane_h=$ac_header_preproc
13462 fi
13463 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13464 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13465
13466 fi
13467 if test $ac_cv_header_sane_sane_h = yes; then
13468   { echo "$as_me:$LINENO: checking for -lsane" >&5
13469 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13470 if test "${ac_cv_lib_soname_sane+set}" = set; then
13471   echo $ECHO_N "(cached) $ECHO_C" >&6
13472 else
13473   ac_check_soname_save_LIBS=$LIBS
13474 LIBS="-lsane $ac_sane_libs $LIBS"
13475   cat >conftest.$ac_ext <<_ACEOF
13476 /* confdefs.h.  */
13477 _ACEOF
13478 cat confdefs.h >>conftest.$ac_ext
13479 cat >>conftest.$ac_ext <<_ACEOF
13480 /* end confdefs.h.  */
13481
13482 /* Override any GCC internal prototype to avoid an error.
13483    Use char because int might match the return type of a GCC
13484    builtin and then its argument prototype would still apply.  */
13485 #ifdef __cplusplus
13486 extern "C"
13487 #endif
13488 char sane_init ();
13489 int
13490 main ()
13491 {
13492 return sane_init ();
13493   ;
13494   return 0;
13495 }
13496 _ACEOF
13497 rm -f conftest.$ac_objext conftest$ac_exeext
13498 if { (ac_try="$ac_link"
13499 case "(($ac_try" in
13500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13501   *) ac_try_echo=$ac_try;;
13502 esac
13503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13504   (eval "$ac_link") 2>conftest.er1
13505   ac_status=$?
13506   grep -v '^ *+' conftest.er1 >conftest.err
13507   rm -f conftest.er1
13508   cat conftest.err >&5
13509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510   (exit $ac_status); } && {
13511          test -z "$ac_c_werror_flag" ||
13512          test ! -s conftest.err
13513        } && test -s conftest$ac_exeext &&
13514        $as_test_x conftest$ac_exeext; then
13515   case "$LIBEXT" in
13516     dll) ;;
13517     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'` ;;
13518     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13519   esac
13520 else
13521   echo "$as_me: failed program was:" >&5
13522 sed 's/^/| /' conftest.$ac_ext >&5
13523
13524
13525 fi
13526
13527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13528       conftest$ac_exeext conftest.$ac_ext
13529   LIBS=$ac_check_soname_save_LIBS
13530 fi
13531 if test "x$ac_cv_lib_soname_sane" = "x"; then
13532   { echo "$as_me:$LINENO: result: not found" >&5
13533 echo "${ECHO_T}not found" >&6; }
13534
13535 else
13536   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13537 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13538
13539 cat >>confdefs.h <<_ACEOF
13540 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13541 _ACEOF
13542
13543        SANEINCL="$ac_sane_incl"
13544
13545 fi
13546
13547 fi
13548
13549
13550     CPPFLAGS="$ac_save_CPPFLAGS"
13551 fi
13552 if test "x$ac_cv_lib_soname_sane" = "x"; then
13553   case "x$with_sane" in
13554   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13555   xno) ;;
13556   *)   { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13557 This is an error since --with-sane was requested." >&5
13558 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13559 This is an error since --with-sane was requested." >&2;}
13560    { (exit 1); exit 1; }; } ;;
13561 esac
13562 fi
13563
13564
13565 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13566 set dummy gphoto2-config; ac_word=$2
13567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13569 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13570   echo $ECHO_N "(cached) $ECHO_C" >&6
13571 else
13572   if test -n "$gphoto2_devel"; then
13573   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13574 else
13575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13576 for as_dir in $PATH
13577 do
13578   IFS=$as_save_IFS
13579   test -z "$as_dir" && as_dir=.
13580   for ac_exec_ext in '' $ac_executable_extensions; do
13581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13582     ac_cv_prog_gphoto2_devel="gphoto2-config"
13583     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13584     break 2
13585   fi
13586 done
13587 done
13588 IFS=$as_save_IFS
13589
13590   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13591 fi
13592 fi
13593 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13594 if test -n "$gphoto2_devel"; then
13595   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13596 echo "${ECHO_T}$gphoto2_devel" >&6; }
13597 else
13598   { echo "$as_me:$LINENO: result: no" >&5
13599 echo "${ECHO_T}no" >&6; }
13600 fi
13601
13602
13603 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13604 set dummy gphoto2-port-config; ac_word=$2
13605 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13607 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13608   echo $ECHO_N "(cached) $ECHO_C" >&6
13609 else
13610   if test -n "$gphoto2port_devel"; then
13611   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13612 else
13613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13614 for as_dir in $PATH
13615 do
13616   IFS=$as_save_IFS
13617   test -z "$as_dir" && as_dir=.
13618   for ac_exec_ext in '' $ac_executable_extensions; do
13619   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13620     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13621     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13622     break 2
13623   fi
13624 done
13625 done
13626 IFS=$as_save_IFS
13627
13628   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13629 fi
13630 fi
13631 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13632 if test -n "$gphoto2port_devel"; then
13633   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13634 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13635 else
13636   { echo "$as_me:$LINENO: result: no" >&5
13637 echo "${ECHO_T}no" >&6; }
13638 fi
13639
13640
13641 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13642 then
13643     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13644     ac_gphoto2_libs=""
13645     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13646     do
13647       case "$i" in
13648         -L/usr/lib|-L/usr/lib64) ;;
13649         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13650       esac
13651     done
13652     ac_save_CPPFLAGS="$CPPFLAGS"
13653     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13654     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13655   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13656 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13657 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13658   echo $ECHO_N "(cached) $ECHO_C" >&6
13659 fi
13660 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13661 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13662 else
13663   # Is the header compilable?
13664 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13665 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13666 cat >conftest.$ac_ext <<_ACEOF
13667 /* confdefs.h.  */
13668 _ACEOF
13669 cat confdefs.h >>conftest.$ac_ext
13670 cat >>conftest.$ac_ext <<_ACEOF
13671 /* end confdefs.h.  */
13672 $ac_includes_default
13673 #include <gphoto2-camera.h>
13674 _ACEOF
13675 rm -f conftest.$ac_objext
13676 if { (ac_try="$ac_compile"
13677 case "(($ac_try" in
13678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13679   *) ac_try_echo=$ac_try;;
13680 esac
13681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13682   (eval "$ac_compile") 2>conftest.er1
13683   ac_status=$?
13684   grep -v '^ *+' conftest.er1 >conftest.err
13685   rm -f conftest.er1
13686   cat conftest.err >&5
13687   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13688   (exit $ac_status); } && {
13689          test -z "$ac_c_werror_flag" ||
13690          test ! -s conftest.err
13691        } && test -s conftest.$ac_objext; then
13692   ac_header_compiler=yes
13693 else
13694   echo "$as_me: failed program was:" >&5
13695 sed 's/^/| /' conftest.$ac_ext >&5
13696
13697         ac_header_compiler=no
13698 fi
13699
13700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13701 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13702 echo "${ECHO_T}$ac_header_compiler" >&6; }
13703
13704 # Is the header present?
13705 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13706 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13707 cat >conftest.$ac_ext <<_ACEOF
13708 /* confdefs.h.  */
13709 _ACEOF
13710 cat confdefs.h >>conftest.$ac_ext
13711 cat >>conftest.$ac_ext <<_ACEOF
13712 /* end confdefs.h.  */
13713 #include <gphoto2-camera.h>
13714 _ACEOF
13715 if { (ac_try="$ac_cpp conftest.$ac_ext"
13716 case "(($ac_try" in
13717   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13718   *) ac_try_echo=$ac_try;;
13719 esac
13720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13721   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13722   ac_status=$?
13723   grep -v '^ *+' conftest.er1 >conftest.err
13724   rm -f conftest.er1
13725   cat conftest.err >&5
13726   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13727   (exit $ac_status); } >/dev/null && {
13728          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13729          test ! -s conftest.err
13730        }; then
13731   ac_header_preproc=yes
13732 else
13733   echo "$as_me: failed program was:" >&5
13734 sed 's/^/| /' conftest.$ac_ext >&5
13735
13736   ac_header_preproc=no
13737 fi
13738
13739 rm -f conftest.err conftest.$ac_ext
13740 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13741 echo "${ECHO_T}$ac_header_preproc" >&6; }
13742
13743 # So?  What about this header?
13744 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13745   yes:no: )
13746     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13747 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13748     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13749 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13750     ac_header_preproc=yes
13751     ;;
13752   no:yes:* )
13753     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13754 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13755     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
13756 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
13757     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13758 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13759     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
13760 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13761     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13762 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13763     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13764 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13765     ( cat <<\_ASBOX
13766 ## ------------------------------------ ##
13767 ## Report this to wine-devel@winehq.org ##
13768 ## ------------------------------------ ##
13769 _ASBOX
13770      ) | sed "s/^/$as_me: WARNING:     /" >&2
13771     ;;
13772 esac
13773 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13774 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13775 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13776   echo $ECHO_N "(cached) $ECHO_C" >&6
13777 else
13778   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13779 fi
13780 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13781 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13782
13783 fi
13784 if test $ac_cv_header_gphoto2_camera_h = yes; then
13785   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13786 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13787 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13788   echo $ECHO_N "(cached) $ECHO_C" >&6
13789 else
13790   ac_check_lib_save_LIBS=$LIBS
13791 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13792 cat >conftest.$ac_ext <<_ACEOF
13793 /* confdefs.h.  */
13794 _ACEOF
13795 cat confdefs.h >>conftest.$ac_ext
13796 cat >>conftest.$ac_ext <<_ACEOF
13797 /* end confdefs.h.  */
13798
13799 /* Override any GCC internal prototype to avoid an error.
13800    Use char because int might match the return type of a GCC
13801    builtin and then its argument prototype would still apply.  */
13802 #ifdef __cplusplus
13803 extern "C"
13804 #endif
13805 char gp_camera_new ();
13806 int
13807 main ()
13808 {
13809 return gp_camera_new ();
13810   ;
13811   return 0;
13812 }
13813 _ACEOF
13814 rm -f conftest.$ac_objext conftest$ac_exeext
13815 if { (ac_try="$ac_link"
13816 case "(($ac_try" in
13817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13818   *) ac_try_echo=$ac_try;;
13819 esac
13820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13821   (eval "$ac_link") 2>conftest.er1
13822   ac_status=$?
13823   grep -v '^ *+' conftest.er1 >conftest.err
13824   rm -f conftest.er1
13825   cat conftest.err >&5
13826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13827   (exit $ac_status); } && {
13828          test -z "$ac_c_werror_flag" ||
13829          test ! -s conftest.err
13830        } && test -s conftest$ac_exeext &&
13831        $as_test_x conftest$ac_exeext; then
13832   ac_cv_lib_gphoto2_gp_camera_new=yes
13833 else
13834   echo "$as_me: failed program was:" >&5
13835 sed 's/^/| /' conftest.$ac_ext >&5
13836
13837         ac_cv_lib_gphoto2_gp_camera_new=no
13838 fi
13839
13840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13841       conftest$ac_exeext conftest.$ac_ext
13842 LIBS=$ac_check_lib_save_LIBS
13843 fi
13844 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13845 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13846 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13847
13848 cat >>confdefs.h <<\_ACEOF
13849 #define HAVE_GPHOTO2 1
13850 _ACEOF
13851
13852                                    GPHOTO2LIBS="$ac_gphoto2_libs"
13853
13854                                    GPHOTO2INCL="$ac_gphoto2_incl"
13855
13856 fi
13857
13858 fi
13859
13860
13861     CPPFLAGS="$ac_save_CPPFLAGS"
13862 fi
13863 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13864   case "x$with_gphoto" in
13865   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13866   xno) ;;
13867   *)   { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13868 This is an error since --with-gphoto was requested." >&5
13869 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13870 This is an error since --with-gphoto was requested." >&2;}
13871    { (exit 1); exit 1; }; } ;;
13872 esac
13873 fi
13874
13875
13876
13877 RESOLVLIBS=""
13878
13879 if test "$ac_cv_header_resolv_h" = "yes"
13880 then
13881     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13882 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13883 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13884   echo $ECHO_N "(cached) $ECHO_C" >&6
13885 else
13886   ac_check_lib_save_LIBS=$LIBS
13887 LIBS="-lresolv  $LIBS"
13888 cat >conftest.$ac_ext <<_ACEOF
13889 /* confdefs.h.  */
13890 _ACEOF
13891 cat confdefs.h >>conftest.$ac_ext
13892 cat >>conftest.$ac_ext <<_ACEOF
13893 /* end confdefs.h.  */
13894
13895 /* Override any GCC internal prototype to avoid an error.
13896    Use char because int might match the return type of a GCC
13897    builtin and then its argument prototype would still apply.  */
13898 #ifdef __cplusplus
13899 extern "C"
13900 #endif
13901 char res_query ();
13902 int
13903 main ()
13904 {
13905 return res_query ();
13906   ;
13907   return 0;
13908 }
13909 _ACEOF
13910 rm -f conftest.$ac_objext conftest$ac_exeext
13911 if { (ac_try="$ac_link"
13912 case "(($ac_try" in
13913   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13914   *) ac_try_echo=$ac_try;;
13915 esac
13916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13917   (eval "$ac_link") 2>conftest.er1
13918   ac_status=$?
13919   grep -v '^ *+' conftest.er1 >conftest.err
13920   rm -f conftest.er1
13921   cat conftest.err >&5
13922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13923   (exit $ac_status); } && {
13924          test -z "$ac_c_werror_flag" ||
13925          test ! -s conftest.err
13926        } && test -s conftest$ac_exeext &&
13927        $as_test_x conftest$ac_exeext; then
13928   ac_cv_lib_resolv_res_query=yes
13929 else
13930   echo "$as_me: failed program was:" >&5
13931 sed 's/^/| /' conftest.$ac_ext >&5
13932
13933         ac_cv_lib_resolv_res_query=no
13934 fi
13935
13936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13937       conftest$ac_exeext conftest.$ac_ext
13938 LIBS=$ac_check_lib_save_LIBS
13939 fi
13940 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13941 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13942 if test $ac_cv_lib_resolv_res_query = yes; then
13943
13944 cat >>confdefs.h <<\_ACEOF
13945 #define HAVE_RESOLV 1
13946 _ACEOF
13947
13948          RESOLVLIBS="-lresolv"
13949 fi
13950
13951 fi
13952
13953 LCMSLIBS=""
13954
13955 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13956 then
13957     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13958 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13959 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13960   echo $ECHO_N "(cached) $ECHO_C" >&6
13961 else
13962   ac_check_lib_save_LIBS=$LIBS
13963 LIBS="-llcms  $LIBS"
13964 cat >conftest.$ac_ext <<_ACEOF
13965 /* confdefs.h.  */
13966 _ACEOF
13967 cat confdefs.h >>conftest.$ac_ext
13968 cat >>conftest.$ac_ext <<_ACEOF
13969 /* end confdefs.h.  */
13970
13971 /* Override any GCC internal prototype to avoid an error.
13972    Use char because int might match the return type of a GCC
13973    builtin and then its argument prototype would still apply.  */
13974 #ifdef __cplusplus
13975 extern "C"
13976 #endif
13977 char cmsOpenProfileFromFile ();
13978 int
13979 main ()
13980 {
13981 return cmsOpenProfileFromFile ();
13982   ;
13983   return 0;
13984 }
13985 _ACEOF
13986 rm -f conftest.$ac_objext conftest$ac_exeext
13987 if { (ac_try="$ac_link"
13988 case "(($ac_try" in
13989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13990   *) ac_try_echo=$ac_try;;
13991 esac
13992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13993   (eval "$ac_link") 2>conftest.er1
13994   ac_status=$?
13995   grep -v '^ *+' conftest.er1 >conftest.err
13996   rm -f conftest.er1
13997   cat conftest.err >&5
13998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13999   (exit $ac_status); } && {
14000          test -z "$ac_c_werror_flag" ||
14001          test ! -s conftest.err
14002        } && test -s conftest$ac_exeext &&
14003        $as_test_x conftest$ac_exeext; then
14004   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14005 else
14006   echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14008
14009         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14010 fi
14011
14012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14013       conftest$ac_exeext conftest.$ac_ext
14014 LIBS=$ac_check_lib_save_LIBS
14015 fi
14016 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14017 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14018 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14019
14020 cat >>confdefs.h <<\_ACEOF
14021 #define HAVE_LCMS 1
14022 _ACEOF
14023
14024          LCMSLIBS="-llcms"
14025 fi
14026
14027 fi
14028 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14029   case "x$with_cms" in
14030   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14031   xno) ;;
14032   *)   { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14033 This is an error since --with-cms was requested." >&5
14034 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14035 This is an error since --with-cms was requested." >&2;}
14036    { (exit 1); exit 1; }; } ;;
14037 esac
14038 fi
14039
14040
14041 for ac_prog in freetype-config freetype2-config
14042 do
14043   # Extract the first word of "$ac_prog", so it can be a program name with args.
14044 set dummy $ac_prog; ac_word=$2
14045 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14047 if test "${ac_cv_prog_ft_devel+set}" = set; then
14048   echo $ECHO_N "(cached) $ECHO_C" >&6
14049 else
14050   if test -n "$ft_devel"; then
14051   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14052 else
14053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14054 for as_dir in $PATH
14055 do
14056   IFS=$as_save_IFS
14057   test -z "$as_dir" && as_dir=.
14058   for ac_exec_ext in '' $ac_executable_extensions; do
14059   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14060     ac_cv_prog_ft_devel="$ac_prog"
14061     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14062     break 2
14063   fi
14064 done
14065 done
14066 IFS=$as_save_IFS
14067
14068 fi
14069 fi
14070 ft_devel=$ac_cv_prog_ft_devel
14071 if test -n "$ft_devel"; then
14072   { echo "$as_me:$LINENO: result: $ft_devel" >&5
14073 echo "${ECHO_T}$ft_devel" >&6; }
14074 else
14075   { echo "$as_me:$LINENO: result: no" >&5
14076 echo "${ECHO_T}no" >&6; }
14077 fi
14078
14079
14080   test -n "$ft_devel" && break
14081 done
14082 test -n "$ft_devel" || ft_devel="false"
14083
14084 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14085 then
14086     ac_freetype_libs=`$ft_devel --libs`
14087     ac_freetype_incl=`$ft_devel --cflags`
14088     { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14089 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14090 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14091   echo $ECHO_N "(cached) $ECHO_C" >&6
14092 else
14093   ac_check_soname_save_LIBS=$LIBS
14094 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14095   cat >conftest.$ac_ext <<_ACEOF
14096 /* confdefs.h.  */
14097 _ACEOF
14098 cat confdefs.h >>conftest.$ac_ext
14099 cat >>conftest.$ac_ext <<_ACEOF
14100 /* end confdefs.h.  */
14101
14102 /* Override any GCC internal prototype to avoid an error.
14103    Use char because int might match the return type of a GCC
14104    builtin and then its argument prototype would still apply.  */
14105 #ifdef __cplusplus
14106 extern "C"
14107 #endif
14108 char FT_Init_FreeType ();
14109 int
14110 main ()
14111 {
14112 return FT_Init_FreeType ();
14113   ;
14114   return 0;
14115 }
14116 _ACEOF
14117 rm -f conftest.$ac_objext conftest$ac_exeext
14118 if { (ac_try="$ac_link"
14119 case "(($ac_try" in
14120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14121   *) ac_try_echo=$ac_try;;
14122 esac
14123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14124   (eval "$ac_link") 2>conftest.er1
14125   ac_status=$?
14126   grep -v '^ *+' conftest.er1 >conftest.err
14127   rm -f conftest.er1
14128   cat conftest.err >&5
14129   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14130   (exit $ac_status); } && {
14131          test -z "$ac_c_werror_flag" ||
14132          test ! -s conftest.err
14133        } && test -s conftest$ac_exeext &&
14134        $as_test_x conftest$ac_exeext; then
14135   case "$LIBEXT" in
14136     dll) ;;
14137     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'` ;;
14138     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14139   esac
14140 else
14141   echo "$as_me: failed program was:" >&5
14142 sed 's/^/| /' conftest.$ac_ext >&5
14143
14144
14145 fi
14146
14147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14148       conftest$ac_exeext conftest.$ac_ext
14149   LIBS=$ac_check_soname_save_LIBS
14150 fi
14151 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14152   { echo "$as_me:$LINENO: result: not found" >&5
14153 echo "${ECHO_T}not found" >&6; }
14154        ft_lib=no
14155 else
14156   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14157 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14158
14159 cat >>confdefs.h <<_ACEOF
14160 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14161 _ACEOF
14162
14163        ft_lib=yes
14164 fi
14165
14166     if test "$ft_lib" = "yes"
14167     then
14168         ac_save_CPPFLAGS="$CPPFLAGS"
14169         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14170
14171
14172
14173
14174
14175
14176
14177
14178
14179
14180
14181
14182 for ac_header in ft2build.h \
14183                          freetype/freetype.h \
14184                          freetype/ftglyph.h \
14185                          freetype/fttypes.h \
14186                          freetype/tttables.h \
14187                          freetype/ftnames.h \
14188                          freetype/ftsnames.h \
14189                          freetype/ttnameid.h \
14190                          freetype/ftoutln.h \
14191                          freetype/ftwinfnt.h \
14192                          freetype/ftmodapi.h \
14193                          freetype/internal/sfnt.h
14194 do
14195 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14196 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14198 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14199   echo $ECHO_N "(cached) $ECHO_C" >&6
14200 else
14201   cat >conftest.$ac_ext <<_ACEOF
14202 /* confdefs.h.  */
14203 _ACEOF
14204 cat confdefs.h >>conftest.$ac_ext
14205 cat >>conftest.$ac_ext <<_ACEOF
14206 /* end confdefs.h.  */
14207 #ifdef HAVE_FT2BUILD_H
14208                           # include <ft2build.h>
14209                           #endif
14210
14211 #include <$ac_header>
14212 _ACEOF
14213 rm -f conftest.$ac_objext
14214 if { (ac_try="$ac_compile"
14215 case "(($ac_try" in
14216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14217   *) ac_try_echo=$ac_try;;
14218 esac
14219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14220   (eval "$ac_compile") 2>conftest.er1
14221   ac_status=$?
14222   grep -v '^ *+' conftest.er1 >conftest.err
14223   rm -f conftest.er1
14224   cat conftest.err >&5
14225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14226   (exit $ac_status); } && {
14227          test -z "$ac_c_werror_flag" ||
14228          test ! -s conftest.err
14229        } && test -s conftest.$ac_objext; then
14230   eval "$as_ac_Header=yes"
14231 else
14232   echo "$as_me: failed program was:" >&5
14233 sed 's/^/| /' conftest.$ac_ext >&5
14234
14235         eval "$as_ac_Header=no"
14236 fi
14237
14238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14239 fi
14240 ac_res=`eval echo '${'$as_ac_Header'}'`
14241                { echo "$as_me:$LINENO: result: $ac_res" >&5
14242 echo "${ECHO_T}$ac_res" >&6; }
14243 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14244   cat >>confdefs.h <<_ACEOF
14245 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14246 _ACEOF
14247
14248 fi
14249
14250 done
14251
14252         cat >conftest.$ac_ext <<_ACEOF
14253 /* confdefs.h.  */
14254 _ACEOF
14255 cat confdefs.h >>conftest.$ac_ext
14256 cat >>conftest.$ac_ext <<_ACEOF
14257 /* end confdefs.h.  */
14258 #include <ft2build.h>
14259                     #include <freetype/fttrigon.h>
14260 _ACEOF
14261 if { (ac_try="$ac_cpp conftest.$ac_ext"
14262 case "(($ac_try" in
14263   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14264   *) ac_try_echo=$ac_try;;
14265 esac
14266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14267   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14268   ac_status=$?
14269   grep -v '^ *+' conftest.er1 >conftest.err
14270   rm -f conftest.er1
14271   cat conftest.err >&5
14272   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273   (exit $ac_status); } >/dev/null && {
14274          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14275          test ! -s conftest.err
14276        }; then
14277
14278 cat >>confdefs.h <<\_ACEOF
14279 #define HAVE_FREETYPE_FTTRIGON_H 1
14280 _ACEOF
14281
14282                     wine_cv_fttrigon=yes
14283 else
14284   echo "$as_me: failed program was:" >&5
14285 sed 's/^/| /' conftest.$ac_ext >&5
14286
14287   wine_cv_fttrigon=no
14288 fi
14289
14290 rm -f conftest.err conftest.$ac_ext
14291         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14292 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14293 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14294   echo $ECHO_N "(cached) $ECHO_C" >&6
14295 else
14296   cat >conftest.$ac_ext <<_ACEOF
14297 /* confdefs.h.  */
14298 _ACEOF
14299 cat confdefs.h >>conftest.$ac_ext
14300 cat >>conftest.$ac_ext <<_ACEOF
14301 /* end confdefs.h.  */
14302 #include <freetype/ftmodapi.h>
14303
14304 typedef FT_TrueTypeEngineType ac__type_new_;
14305 int
14306 main ()
14307 {
14308 if ((ac__type_new_ *) 0)
14309   return 0;
14310 if (sizeof (ac__type_new_))
14311   return 0;
14312   ;
14313   return 0;
14314 }
14315 _ACEOF
14316 rm -f conftest.$ac_objext
14317 if { (ac_try="$ac_compile"
14318 case "(($ac_try" in
14319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14320   *) ac_try_echo=$ac_try;;
14321 esac
14322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14323   (eval "$ac_compile") 2>conftest.er1
14324   ac_status=$?
14325   grep -v '^ *+' conftest.er1 >conftest.err
14326   rm -f conftest.er1
14327   cat conftest.err >&5
14328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14329   (exit $ac_status); } && {
14330          test -z "$ac_c_werror_flag" ||
14331          test ! -s conftest.err
14332        } && test -s conftest.$ac_objext; then
14333   ac_cv_type_FT_TrueTypeEngineType=yes
14334 else
14335   echo "$as_me: failed program was:" >&5
14336 sed 's/^/| /' conftest.$ac_ext >&5
14337
14338         ac_cv_type_FT_TrueTypeEngineType=no
14339 fi
14340
14341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14342 fi
14343 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14344 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14345 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14346
14347 cat >>confdefs.h <<_ACEOF
14348 #define HAVE_FT_TRUETYPEENGINETYPE 1
14349 _ACEOF
14350
14351
14352 fi
14353
14354         ac_save_CFLAGS="$CFLAGS"
14355         CFLAGS="$CFLAGS $ac_freetype_libs"
14356
14357 for ac_func in FT_Load_Sfnt_Table
14358 do
14359 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14360 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14361 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14362 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14363   echo $ECHO_N "(cached) $ECHO_C" >&6
14364 else
14365   cat >conftest.$ac_ext <<_ACEOF
14366 /* confdefs.h.  */
14367 _ACEOF
14368 cat confdefs.h >>conftest.$ac_ext
14369 cat >>conftest.$ac_ext <<_ACEOF
14370 /* end confdefs.h.  */
14371 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14372    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14373 #define $ac_func innocuous_$ac_func
14374
14375 /* System header to define __stub macros and hopefully few prototypes,
14376     which can conflict with char $ac_func (); below.
14377     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14378     <limits.h> exists even on freestanding compilers.  */
14379
14380 #ifdef __STDC__
14381 # include <limits.h>
14382 #else
14383 # include <assert.h>
14384 #endif
14385
14386 #undef $ac_func
14387
14388 /* Override any GCC internal prototype to avoid an error.
14389    Use char because int might match the return type of a GCC
14390    builtin and then its argument prototype would still apply.  */
14391 #ifdef __cplusplus
14392 extern "C"
14393 #endif
14394 char $ac_func ();
14395 /* The GNU C library defines this for functions which it implements
14396     to always fail with ENOSYS.  Some functions are actually named
14397     something starting with __ and the normal name is an alias.  */
14398 #if defined __stub_$ac_func || defined __stub___$ac_func
14399 choke me
14400 #endif
14401
14402 int
14403 main ()
14404 {
14405 return $ac_func ();
14406   ;
14407   return 0;
14408 }
14409 _ACEOF
14410 rm -f conftest.$ac_objext conftest$ac_exeext
14411 if { (ac_try="$ac_link"
14412 case "(($ac_try" in
14413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14414   *) ac_try_echo=$ac_try;;
14415 esac
14416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14417   (eval "$ac_link") 2>conftest.er1
14418   ac_status=$?
14419   grep -v '^ *+' conftest.er1 >conftest.err
14420   rm -f conftest.er1
14421   cat conftest.err >&5
14422   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14423   (exit $ac_status); } && {
14424          test -z "$ac_c_werror_flag" ||
14425          test ! -s conftest.err
14426        } && test -s conftest$ac_exeext &&
14427        $as_test_x conftest$ac_exeext; then
14428   eval "$as_ac_var=yes"
14429 else
14430   echo "$as_me: failed program was:" >&5
14431 sed 's/^/| /' conftest.$ac_ext >&5
14432
14433         eval "$as_ac_var=no"
14434 fi
14435
14436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14437       conftest$ac_exeext conftest.$ac_ext
14438 fi
14439 ac_res=`eval echo '${'$as_ac_var'}'`
14440                { echo "$as_me:$LINENO: result: $ac_res" >&5
14441 echo "${ECHO_T}$ac_res" >&6; }
14442 if test `eval echo '${'$as_ac_var'}'` = yes; then
14443   cat >>confdefs.h <<_ACEOF
14444 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14445 _ACEOF
14446
14447 fi
14448 done
14449
14450         CFLAGS="$ac_save_CFLAGS"
14451         CPPFLAGS="$ac_save_CPPFLAGS"
14452                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14453         then
14454
14455 cat >>confdefs.h <<\_ACEOF
14456 #define HAVE_FREETYPE 1
14457 _ACEOF
14458
14459             FREETYPELIBS="$ac_freetype_libs"
14460
14461             FREETYPEINCL="$ac_freetype_incl"
14462
14463         fi
14464     fi
14465 fi
14466 if test "x$FREETYPELIBS" = "x"; then
14467   case "x$with_freetype" in
14468   xno) ;;
14469   *)   { { echo "$as_me:$LINENO: error: FreeType development files not found.
14470 Fonts will not be built. Dialog text may be invisible or unaligned.
14471 Use the --without-freetype option if you really want this." >&5
14472 echo "$as_me: error: FreeType development files not found.
14473 Fonts will not be built. Dialog text may be invisible or unaligned.
14474 Use the --without-freetype option if you really want this." >&2;}
14475    { (exit 1); exit 1; }; } ;;
14476 esac
14477 fi
14478
14479 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14480
14481 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14482 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14483 if test "${ac_cv_c_ppdev+set}" = set; then
14484   echo $ECHO_N "(cached) $ECHO_C" >&6
14485 else
14486   cat >conftest.$ac_ext <<_ACEOF
14487 /* confdefs.h.  */
14488 _ACEOF
14489 cat confdefs.h >>conftest.$ac_ext
14490 cat >>conftest.$ac_ext <<_ACEOF
14491 /* end confdefs.h.  */
14492 #include <linux/ppdev.h>
14493 int
14494 main ()
14495 {
14496 ioctl (1,PPCLAIM,0)
14497   ;
14498   return 0;
14499 }
14500 _ACEOF
14501 rm -f conftest.$ac_objext
14502 if { (ac_try="$ac_compile"
14503 case "(($ac_try" in
14504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14505   *) ac_try_echo=$ac_try;;
14506 esac
14507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14508   (eval "$ac_compile") 2>conftest.er1
14509   ac_status=$?
14510   grep -v '^ *+' conftest.er1 >conftest.err
14511   rm -f conftest.er1
14512   cat conftest.err >&5
14513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14514   (exit $ac_status); } && {
14515          test -z "$ac_c_werror_flag" ||
14516          test ! -s conftest.err
14517        } && test -s conftest.$ac_objext; then
14518   ac_cv_c_ppdev="yes"
14519 else
14520   echo "$as_me: failed program was:" >&5
14521 sed 's/^/| /' conftest.$ac_ext >&5
14522
14523         ac_cv_c_ppdev="no"
14524 fi
14525
14526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14527 fi
14528 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14529 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14530 if test "$ac_cv_c_ppdev" = "yes"
14531 then
14532
14533 cat >>confdefs.h <<\_ACEOF
14534 #define HAVE_PPDEV 1
14535 _ACEOF
14536
14537 fi
14538
14539 { echo "$as_me:$LINENO: checking for va_copy" >&5
14540 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14541 if test "${ac_cv_c_va_copy+set}" = set; then
14542   echo $ECHO_N "(cached) $ECHO_C" >&6
14543 else
14544   cat >conftest.$ac_ext <<_ACEOF
14545 /* confdefs.h.  */
14546 _ACEOF
14547 cat confdefs.h >>conftest.$ac_ext
14548 cat >>conftest.$ac_ext <<_ACEOF
14549 /* end confdefs.h.  */
14550 #include <stdarg.h>
14551 int
14552 main ()
14553 {
14554 va_list ap1, ap2; va_copy(ap1,ap2);
14555   ;
14556   return 0;
14557 }
14558 _ACEOF
14559 rm -f conftest.$ac_objext conftest$ac_exeext
14560 if { (ac_try="$ac_link"
14561 case "(($ac_try" in
14562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14563   *) ac_try_echo=$ac_try;;
14564 esac
14565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14566   (eval "$ac_link") 2>conftest.er1
14567   ac_status=$?
14568   grep -v '^ *+' conftest.er1 >conftest.err
14569   rm -f conftest.er1
14570   cat conftest.err >&5
14571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572   (exit $ac_status); } && {
14573          test -z "$ac_c_werror_flag" ||
14574          test ! -s conftest.err
14575        } && test -s conftest$ac_exeext &&
14576        $as_test_x conftest$ac_exeext; then
14577   ac_cv_c_va_copy="yes"
14578 else
14579   echo "$as_me: failed program was:" >&5
14580 sed 's/^/| /' conftest.$ac_ext >&5
14581
14582         ac_cv_c_va_copy="no"
14583 fi
14584
14585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14586       conftest$ac_exeext conftest.$ac_ext
14587
14588 fi
14589 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14590 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14591 if test "$ac_cv_c_va_copy" = "yes"
14592 then
14593
14594 cat >>confdefs.h <<\_ACEOF
14595 #define HAVE_VA_COPY 1
14596 _ACEOF
14597
14598 fi
14599 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14600 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14601 if test "${ac_cv_c___va_copy+set}" = set; then
14602   echo $ECHO_N "(cached) $ECHO_C" >&6
14603 else
14604   cat >conftest.$ac_ext <<_ACEOF
14605 /* confdefs.h.  */
14606 _ACEOF
14607 cat confdefs.h >>conftest.$ac_ext
14608 cat >>conftest.$ac_ext <<_ACEOF
14609 /* end confdefs.h.  */
14610 #include <stdarg.h>
14611 int
14612 main ()
14613 {
14614 va_list ap1, ap2; __va_copy(ap1,ap2);
14615   ;
14616   return 0;
14617 }
14618 _ACEOF
14619 rm -f conftest.$ac_objext conftest$ac_exeext
14620 if { (ac_try="$ac_link"
14621 case "(($ac_try" in
14622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14623   *) ac_try_echo=$ac_try;;
14624 esac
14625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14626   (eval "$ac_link") 2>conftest.er1
14627   ac_status=$?
14628   grep -v '^ *+' conftest.er1 >conftest.err
14629   rm -f conftest.er1
14630   cat conftest.err >&5
14631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14632   (exit $ac_status); } && {
14633          test -z "$ac_c_werror_flag" ||
14634          test ! -s conftest.err
14635        } && test -s conftest$ac_exeext &&
14636        $as_test_x conftest$ac_exeext; then
14637   ac_cv_c___va_copy="yes"
14638 else
14639   echo "$as_me: failed program was:" >&5
14640 sed 's/^/| /' conftest.$ac_ext >&5
14641
14642         ac_cv_c___va_copy="no"
14643 fi
14644
14645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14646       conftest$ac_exeext conftest.$ac_ext
14647
14648 fi
14649 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14650 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14651 if test "$ac_cv_c___va_copy" = "yes"
14652 then
14653
14654 cat >>confdefs.h <<\_ACEOF
14655 #define HAVE___VA_COPY 1
14656 _ACEOF
14657
14658 fi
14659
14660 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14661 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14662 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14663   echo $ECHO_N "(cached) $ECHO_C" >&6
14664 else
14665   cat >conftest.$ac_ext <<_ACEOF
14666 /* confdefs.h.  */
14667 _ACEOF
14668 cat confdefs.h >>conftest.$ac_ext
14669 cat >>conftest.$ac_ext <<_ACEOF
14670 /* end confdefs.h.  */
14671 #define _GNU_SOURCE
14672 #include <pthread.h>
14673
14674 typedef pthread_rwlock_t ac__type_new_;
14675 int
14676 main ()
14677 {
14678 if ((ac__type_new_ *) 0)
14679   return 0;
14680 if (sizeof (ac__type_new_))
14681   return 0;
14682   ;
14683   return 0;
14684 }
14685 _ACEOF
14686 rm -f conftest.$ac_objext
14687 if { (ac_try="$ac_compile"
14688 case "(($ac_try" in
14689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14690   *) ac_try_echo=$ac_try;;
14691 esac
14692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14693   (eval "$ac_compile") 2>conftest.er1
14694   ac_status=$?
14695   grep -v '^ *+' conftest.er1 >conftest.err
14696   rm -f conftest.er1
14697   cat conftest.err >&5
14698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699   (exit $ac_status); } && {
14700          test -z "$ac_c_werror_flag" ||
14701          test ! -s conftest.err
14702        } && test -s conftest.$ac_objext; then
14703   ac_cv_type_pthread_rwlock_t=yes
14704 else
14705   echo "$as_me: failed program was:" >&5
14706 sed 's/^/| /' conftest.$ac_ext >&5
14707
14708         ac_cv_type_pthread_rwlock_t=no
14709 fi
14710
14711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14712 fi
14713 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14714 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14715 if test $ac_cv_type_pthread_rwlock_t = yes; then
14716
14717 cat >>confdefs.h <<_ACEOF
14718 #define HAVE_PTHREAD_RWLOCK_T 1
14719 _ACEOF
14720
14721
14722 fi
14723 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14724 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14725 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14726   echo $ECHO_N "(cached) $ECHO_C" >&6
14727 else
14728   cat >conftest.$ac_ext <<_ACEOF
14729 /* confdefs.h.  */
14730 _ACEOF
14731 cat confdefs.h >>conftest.$ac_ext
14732 cat >>conftest.$ac_ext <<_ACEOF
14733 /* end confdefs.h.  */
14734 #define _GNU_SOURCE
14735 #include <pthread.h>
14736
14737 typedef pthread_rwlockattr_t ac__type_new_;
14738 int
14739 main ()
14740 {
14741 if ((ac__type_new_ *) 0)
14742   return 0;
14743 if (sizeof (ac__type_new_))
14744   return 0;
14745   ;
14746   return 0;
14747 }
14748 _ACEOF
14749 rm -f conftest.$ac_objext
14750 if { (ac_try="$ac_compile"
14751 case "(($ac_try" in
14752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14753   *) ac_try_echo=$ac_try;;
14754 esac
14755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14756   (eval "$ac_compile") 2>conftest.er1
14757   ac_status=$?
14758   grep -v '^ *+' conftest.er1 >conftest.err
14759   rm -f conftest.er1
14760   cat conftest.err >&5
14761   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14762   (exit $ac_status); } && {
14763          test -z "$ac_c_werror_flag" ||
14764          test ! -s conftest.err
14765        } && test -s conftest.$ac_objext; then
14766   ac_cv_type_pthread_rwlockattr_t=yes
14767 else
14768   echo "$as_me: failed program was:" >&5
14769 sed 's/^/| /' conftest.$ac_ext >&5
14770
14771         ac_cv_type_pthread_rwlockattr_t=no
14772 fi
14773
14774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14775 fi
14776 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14777 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14778 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14779
14780 cat >>confdefs.h <<_ACEOF
14781 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14782 _ACEOF
14783
14784
14785 fi
14786
14787
14788 ac_wine_check_funcs_save_LIBS="$LIBS"
14789 LIBS="$LIBS $LIBPTHREAD"
14790
14791
14792
14793
14794 for ac_func in \
14795         pthread_attr_get_np \
14796         pthread_getattr_np \
14797         pthread_get_stackaddr_np \
14798         pthread_get_stacksize_np
14799 do
14800 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14801 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14802 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14803 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14804   echo $ECHO_N "(cached) $ECHO_C" >&6
14805 else
14806   cat >conftest.$ac_ext <<_ACEOF
14807 /* confdefs.h.  */
14808 _ACEOF
14809 cat confdefs.h >>conftest.$ac_ext
14810 cat >>conftest.$ac_ext <<_ACEOF
14811 /* end confdefs.h.  */
14812 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14813    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14814 #define $ac_func innocuous_$ac_func
14815
14816 /* System header to define __stub macros and hopefully few prototypes,
14817     which can conflict with char $ac_func (); below.
14818     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14819     <limits.h> exists even on freestanding compilers.  */
14820
14821 #ifdef __STDC__
14822 # include <limits.h>
14823 #else
14824 # include <assert.h>
14825 #endif
14826
14827 #undef $ac_func
14828
14829 /* Override any GCC internal prototype to avoid an error.
14830    Use char because int might match the return type of a GCC
14831    builtin and then its argument prototype would still apply.  */
14832 #ifdef __cplusplus
14833 extern "C"
14834 #endif
14835 char $ac_func ();
14836 /* The GNU C library defines this for functions which it implements
14837     to always fail with ENOSYS.  Some functions are actually named
14838     something starting with __ and the normal name is an alias.  */
14839 #if defined __stub_$ac_func || defined __stub___$ac_func
14840 choke me
14841 #endif
14842
14843 int
14844 main ()
14845 {
14846 return $ac_func ();
14847   ;
14848   return 0;
14849 }
14850 _ACEOF
14851 rm -f conftest.$ac_objext conftest$ac_exeext
14852 if { (ac_try="$ac_link"
14853 case "(($ac_try" in
14854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14855   *) ac_try_echo=$ac_try;;
14856 esac
14857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14858   (eval "$ac_link") 2>conftest.er1
14859   ac_status=$?
14860   grep -v '^ *+' conftest.er1 >conftest.err
14861   rm -f conftest.er1
14862   cat conftest.err >&5
14863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14864   (exit $ac_status); } && {
14865          test -z "$ac_c_werror_flag" ||
14866          test ! -s conftest.err
14867        } && test -s conftest$ac_exeext &&
14868        $as_test_x conftest$ac_exeext; then
14869   eval "$as_ac_var=yes"
14870 else
14871   echo "$as_me: failed program was:" >&5
14872 sed 's/^/| /' conftest.$ac_ext >&5
14873
14874         eval "$as_ac_var=no"
14875 fi
14876
14877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14878       conftest$ac_exeext conftest.$ac_ext
14879 fi
14880 ac_res=`eval echo '${'$as_ac_var'}'`
14881                { echo "$as_me:$LINENO: result: $ac_res" >&5
14882 echo "${ECHO_T}$ac_res" >&6; }
14883 if test `eval echo '${'$as_ac_var'}'` = yes; then
14884   cat >>confdefs.h <<_ACEOF
14885 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14886 _ACEOF
14887
14888 fi
14889 done
14890
14891 LIBS="$ac_wine_check_funcs_save_LIBS"
14892
14893 # Extract the first word of "esd-config", so it can be a program name with args.
14894 set dummy esd-config; ac_word=$2
14895 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14897 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14898   echo $ECHO_N "(cached) $ECHO_C" >&6
14899 else
14900   case $ESDCONFIG in
14901   [\\/]* | ?:[\\/]*)
14902   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14903   ;;
14904   *)
14905   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14906 for as_dir in $PATH
14907 do
14908   IFS=$as_save_IFS
14909   test -z "$as_dir" && as_dir=.
14910   for ac_exec_ext in '' $ac_executable_extensions; do
14911   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14912     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14913     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14914     break 2
14915   fi
14916 done
14917 done
14918 IFS=$as_save_IFS
14919
14920   ;;
14921 esac
14922 fi
14923 ESDCONFIG=$ac_cv_path_ESDCONFIG
14924 if test -n "$ESDCONFIG"; then
14925   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14926 echo "${ECHO_T}$ESDCONFIG" >&6; }
14927 else
14928   { echo "$as_me:$LINENO: result: no" >&5
14929 echo "${ECHO_T}no" >&6; }
14930 fi
14931
14932
14933 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14934 then
14935     ac_esd_incl=""
14936     for i in `$ESDCONFIG --cflags`
14937     do
14938       case "$i" in
14939         -I*) ac_esd_incl="$ac_esd_incl $i";;
14940       esac
14941     done
14942     ac_esd_libs=`$ESDCONFIG --libs`
14943     save_CFLAGS="$CFLAGS"
14944     CFLAGS="$CFLAGS $ac_esd_incl"
14945     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14946 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14947 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14948   echo $ECHO_N "(cached) $ECHO_C" >&6
14949 else
14950   ac_check_lib_save_LIBS=$LIBS
14951 LIBS="-lesd $ac_esd_libs $LIBS"
14952 cat >conftest.$ac_ext <<_ACEOF
14953 /* confdefs.h.  */
14954 _ACEOF
14955 cat confdefs.h >>conftest.$ac_ext
14956 cat >>conftest.$ac_ext <<_ACEOF
14957 /* end confdefs.h.  */
14958
14959 /* Override any GCC internal prototype to avoid an error.
14960    Use char because int might match the return type of a GCC
14961    builtin and then its argument prototype would still apply.  */
14962 #ifdef __cplusplus
14963 extern "C"
14964 #endif
14965 char esd_open_sound ();
14966 int
14967 main ()
14968 {
14969 return esd_open_sound ();
14970   ;
14971   return 0;
14972 }
14973 _ACEOF
14974 rm -f conftest.$ac_objext conftest$ac_exeext
14975 if { (ac_try="$ac_link"
14976 case "(($ac_try" in
14977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14978   *) ac_try_echo=$ac_try;;
14979 esac
14980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14981   (eval "$ac_link") 2>conftest.er1
14982   ac_status=$?
14983   grep -v '^ *+' conftest.er1 >conftest.err
14984   rm -f conftest.er1
14985   cat conftest.err >&5
14986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14987   (exit $ac_status); } && {
14988          test -z "$ac_c_werror_flag" ||
14989          test ! -s conftest.err
14990        } && test -s conftest$ac_exeext &&
14991        $as_test_x conftest$ac_exeext; then
14992   ac_cv_lib_esd_esd_open_sound=yes
14993 else
14994   echo "$as_me: failed program was:" >&5
14995 sed 's/^/| /' conftest.$ac_ext >&5
14996
14997         ac_cv_lib_esd_esd_open_sound=no
14998 fi
14999
15000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15001       conftest$ac_exeext conftest.$ac_ext
15002 LIBS=$ac_check_lib_save_LIBS
15003 fi
15004 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15005 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15006 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15007   ESDINCL="$ac_esd_incl"
15008
15009          ESDLIBS="$ac_esd_libs"
15010
15011
15012 cat >>confdefs.h <<\_ACEOF
15013 #define HAVE_ESD 1
15014 _ACEOF
15015
15016 fi
15017
15018     CFLAGS="$save_CFLAGS"
15019 fi
15020
15021 ALSALIBS=""
15022
15023 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15024 then
15025     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15026 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15027 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15028   echo $ECHO_N "(cached) $ECHO_C" >&6
15029 else
15030   ac_check_lib_save_LIBS=$LIBS
15031 LIBS="-lasound  $LIBS"
15032 cat >conftest.$ac_ext <<_ACEOF
15033 /* confdefs.h.  */
15034 _ACEOF
15035 cat confdefs.h >>conftest.$ac_ext
15036 cat >>conftest.$ac_ext <<_ACEOF
15037 /* end confdefs.h.  */
15038
15039 /* Override any GCC internal prototype to avoid an error.
15040    Use char because int might match the return type of a GCC
15041    builtin and then its argument prototype would still apply.  */
15042 #ifdef __cplusplus
15043 extern "C"
15044 #endif
15045 char snd_pcm_hw_params_get_access ();
15046 int
15047 main ()
15048 {
15049 return snd_pcm_hw_params_get_access ();
15050   ;
15051   return 0;
15052 }
15053 _ACEOF
15054 rm -f conftest.$ac_objext conftest$ac_exeext
15055 if { (ac_try="$ac_link"
15056 case "(($ac_try" in
15057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15058   *) ac_try_echo=$ac_try;;
15059 esac
15060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15061   (eval "$ac_link") 2>conftest.er1
15062   ac_status=$?
15063   grep -v '^ *+' conftest.er1 >conftest.err
15064   rm -f conftest.er1
15065   cat conftest.err >&5
15066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15067   (exit $ac_status); } && {
15068          test -z "$ac_c_werror_flag" ||
15069          test ! -s conftest.err
15070        } && test -s conftest$ac_exeext &&
15071        $as_test_x conftest$ac_exeext; then
15072   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15073 else
15074   echo "$as_me: failed program was:" >&5
15075 sed 's/^/| /' conftest.$ac_ext >&5
15076
15077         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15078 fi
15079
15080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15081       conftest$ac_exeext conftest.$ac_ext
15082 LIBS=$ac_check_lib_save_LIBS
15083 fi
15084 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15085 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15086 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15087   cat >conftest.$ac_ext <<_ACEOF
15088 /* confdefs.h.  */
15089 _ACEOF
15090 cat confdefs.h >>conftest.$ac_ext
15091 cat >>conftest.$ac_ext <<_ACEOF
15092 /* end confdefs.h.  */
15093 #ifdef HAVE_ALSA_ASOUNDLIB_H
15094 #include <alsa/asoundlib.h>
15095 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15096 #include <sys/asoundlib.h>
15097 #endif
15098 int
15099 main ()
15100 {
15101 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15102   ;
15103   return 0;
15104 }
15105 _ACEOF
15106 rm -f conftest.$ac_objext
15107 if { (ac_try="$ac_compile"
15108 case "(($ac_try" in
15109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15110   *) ac_try_echo=$ac_try;;
15111 esac
15112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15113   (eval "$ac_compile") 2>conftest.er1
15114   ac_status=$?
15115   grep -v '^ *+' conftest.er1 >conftest.err
15116   rm -f conftest.er1
15117   cat conftest.err >&5
15118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15119   (exit $ac_status); } && {
15120          test -z "$ac_c_werror_flag" ||
15121          test ! -s conftest.err
15122        } && test -s conftest.$ac_objext; then
15123
15124 cat >>confdefs.h <<\_ACEOF
15125 #define HAVE_ALSA 1
15126 _ACEOF
15127
15128                          ALSALIBS="-lasound"
15129 else
15130   echo "$as_me: failed program was:" >&5
15131 sed 's/^/| /' conftest.$ac_ext >&5
15132
15133
15134 fi
15135
15136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15137 fi
15138
15139 fi
15140
15141 AUDIOIOLIBS=""
15142
15143 if test "$ac_cv_header_libaudioio_h" = "yes"
15144 then
15145     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15146 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15147 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15148   echo $ECHO_N "(cached) $ECHO_C" >&6
15149 else
15150   ac_check_lib_save_LIBS=$LIBS
15151 LIBS="-laudioio  $LIBS"
15152 cat >conftest.$ac_ext <<_ACEOF
15153 /* confdefs.h.  */
15154 _ACEOF
15155 cat confdefs.h >>conftest.$ac_ext
15156 cat >>conftest.$ac_ext <<_ACEOF
15157 /* end confdefs.h.  */
15158
15159 /* Override any GCC internal prototype to avoid an error.
15160    Use char because int might match the return type of a GCC
15161    builtin and then its argument prototype would still apply.  */
15162 #ifdef __cplusplus
15163 extern "C"
15164 #endif
15165 char AudioIOGetVersion ();
15166 int
15167 main ()
15168 {
15169 return AudioIOGetVersion ();
15170   ;
15171   return 0;
15172 }
15173 _ACEOF
15174 rm -f conftest.$ac_objext conftest$ac_exeext
15175 if { (ac_try="$ac_link"
15176 case "(($ac_try" in
15177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15178   *) ac_try_echo=$ac_try;;
15179 esac
15180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15181   (eval "$ac_link") 2>conftest.er1
15182   ac_status=$?
15183   grep -v '^ *+' conftest.er1 >conftest.err
15184   rm -f conftest.er1
15185   cat conftest.err >&5
15186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15187   (exit $ac_status); } && {
15188          test -z "$ac_c_werror_flag" ||
15189          test ! -s conftest.err
15190        } && test -s conftest$ac_exeext &&
15191        $as_test_x conftest$ac_exeext; then
15192   ac_cv_lib_audioio_AudioIOGetVersion=yes
15193 else
15194   echo "$as_me: failed program was:" >&5
15195 sed 's/^/| /' conftest.$ac_ext >&5
15196
15197         ac_cv_lib_audioio_AudioIOGetVersion=no
15198 fi
15199
15200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15201       conftest$ac_exeext conftest.$ac_ext
15202 LIBS=$ac_check_lib_save_LIBS
15203 fi
15204 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15205 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15206 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15207   AUDIOIOLIBS="-laudioio"
15208
15209 cat >>confdefs.h <<\_ACEOF
15210 #define HAVE_LIBAUDIOIO 1
15211 _ACEOF
15212
15213 fi
15214
15215 fi
15216
15217
15218 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15219 then
15220     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15221 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15222 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15223   echo $ECHO_N "(cached) $ECHO_C" >&6
15224 else
15225   ac_check_soname_save_LIBS=$LIBS
15226 LIBS="-lcapi20  $LIBS"
15227   cat >conftest.$ac_ext <<_ACEOF
15228 /* confdefs.h.  */
15229 _ACEOF
15230 cat confdefs.h >>conftest.$ac_ext
15231 cat >>conftest.$ac_ext <<_ACEOF
15232 /* end confdefs.h.  */
15233
15234 /* Override any GCC internal prototype to avoid an error.
15235    Use char because int might match the return type of a GCC
15236    builtin and then its argument prototype would still apply.  */
15237 #ifdef __cplusplus
15238 extern "C"
15239 #endif
15240 char capi20_register ();
15241 int
15242 main ()
15243 {
15244 return capi20_register ();
15245   ;
15246   return 0;
15247 }
15248 _ACEOF
15249 rm -f conftest.$ac_objext conftest$ac_exeext
15250 if { (ac_try="$ac_link"
15251 case "(($ac_try" in
15252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15253   *) ac_try_echo=$ac_try;;
15254 esac
15255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15256   (eval "$ac_link") 2>conftest.er1
15257   ac_status=$?
15258   grep -v '^ *+' conftest.er1 >conftest.err
15259   rm -f conftest.er1
15260   cat conftest.err >&5
15261   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262   (exit $ac_status); } && {
15263          test -z "$ac_c_werror_flag" ||
15264          test ! -s conftest.err
15265        } && test -s conftest$ac_exeext &&
15266        $as_test_x conftest$ac_exeext; then
15267   case "$LIBEXT" in
15268     dll) ;;
15269     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'` ;;
15270     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15271   esac
15272 else
15273   echo "$as_me: failed program was:" >&5
15274 sed 's/^/| /' conftest.$ac_ext >&5
15275
15276
15277 fi
15278
15279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15280       conftest$ac_exeext conftest.$ac_ext
15281   LIBS=$ac_check_soname_save_LIBS
15282 fi
15283 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15284   { echo "$as_me:$LINENO: result: not found" >&5
15285 echo "${ECHO_T}not found" >&6; }
15286
15287 else
15288   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15289 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15290
15291 cat >>confdefs.h <<_ACEOF
15292 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15293 _ACEOF
15294
15295
15296 fi
15297
15298 fi
15299 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15300   case "x$with_capi" in
15301   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15302   xno) ;;
15303   *)   { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15304 This is an error since --with-capi was requested." >&5
15305 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15306 This is an error since --with-capi was requested." >&2;}
15307    { (exit 1); exit 1; }; } ;;
15308 esac
15309 fi
15310
15311
15312 CUPSINCL=""
15313
15314 if test "x$with_cups" != "xno"
15315 then
15316     ac_save_CPPFLAGS="$CPPFLAGS"
15317     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15318     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15319     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15320
15321 for ac_header in cups/cups.h
15322 do
15323 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15325   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15326 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15328   echo $ECHO_N "(cached) $ECHO_C" >&6
15329 fi
15330 ac_res=`eval echo '${'$as_ac_Header'}'`
15331                { echo "$as_me:$LINENO: result: $ac_res" >&5
15332 echo "${ECHO_T}$ac_res" >&6; }
15333 else
15334   # Is the header compilable?
15335 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15336 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15337 cat >conftest.$ac_ext <<_ACEOF
15338 /* confdefs.h.  */
15339 _ACEOF
15340 cat confdefs.h >>conftest.$ac_ext
15341 cat >>conftest.$ac_ext <<_ACEOF
15342 /* end confdefs.h.  */
15343 $ac_includes_default
15344 #include <$ac_header>
15345 _ACEOF
15346 rm -f conftest.$ac_objext
15347 if { (ac_try="$ac_compile"
15348 case "(($ac_try" in
15349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15350   *) ac_try_echo=$ac_try;;
15351 esac
15352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15353   (eval "$ac_compile") 2>conftest.er1
15354   ac_status=$?
15355   grep -v '^ *+' conftest.er1 >conftest.err
15356   rm -f conftest.er1
15357   cat conftest.err >&5
15358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15359   (exit $ac_status); } && {
15360          test -z "$ac_c_werror_flag" ||
15361          test ! -s conftest.err
15362        } && test -s conftest.$ac_objext; then
15363   ac_header_compiler=yes
15364 else
15365   echo "$as_me: failed program was:" >&5
15366 sed 's/^/| /' conftest.$ac_ext >&5
15367
15368         ac_header_compiler=no
15369 fi
15370
15371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15372 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15373 echo "${ECHO_T}$ac_header_compiler" >&6; }
15374
15375 # Is the header present?
15376 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15377 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15378 cat >conftest.$ac_ext <<_ACEOF
15379 /* confdefs.h.  */
15380 _ACEOF
15381 cat confdefs.h >>conftest.$ac_ext
15382 cat >>conftest.$ac_ext <<_ACEOF
15383 /* end confdefs.h.  */
15384 #include <$ac_header>
15385 _ACEOF
15386 if { (ac_try="$ac_cpp conftest.$ac_ext"
15387 case "(($ac_try" in
15388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15389   *) ac_try_echo=$ac_try;;
15390 esac
15391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15392   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15393   ac_status=$?
15394   grep -v '^ *+' conftest.er1 >conftest.err
15395   rm -f conftest.er1
15396   cat conftest.err >&5
15397   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15398   (exit $ac_status); } >/dev/null && {
15399          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15400          test ! -s conftest.err
15401        }; then
15402   ac_header_preproc=yes
15403 else
15404   echo "$as_me: failed program was:" >&5
15405 sed 's/^/| /' conftest.$ac_ext >&5
15406
15407   ac_header_preproc=no
15408 fi
15409
15410 rm -f conftest.err conftest.$ac_ext
15411 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15412 echo "${ECHO_T}$ac_header_preproc" >&6; }
15413
15414 # So?  What about this header?
15415 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15416   yes:no: )
15417     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15418 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15419     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15420 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15421     ac_header_preproc=yes
15422     ;;
15423   no:yes:* )
15424     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15425 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15426     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15427 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15428     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15429 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15430     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15431 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15432     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15433 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15434     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15435 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15436     ( cat <<\_ASBOX
15437 ## ------------------------------------ ##
15438 ## Report this to wine-devel@winehq.org ##
15439 ## ------------------------------------ ##
15440 _ASBOX
15441      ) | sed "s/^/$as_me: WARNING:     /" >&2
15442     ;;
15443 esac
15444 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15445 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15447   echo $ECHO_N "(cached) $ECHO_C" >&6
15448 else
15449   eval "$as_ac_Header=\$ac_header_preproc"
15450 fi
15451 ac_res=`eval echo '${'$as_ac_Header'}'`
15452                { echo "$as_me:$LINENO: result: $ac_res" >&5
15453 echo "${ECHO_T}$ac_res" >&6; }
15454
15455 fi
15456 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15457   cat >>confdefs.h <<_ACEOF
15458 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15459 _ACEOF
15460  { echo "$as_me:$LINENO: checking for -lcups" >&5
15461 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15462 if test "${ac_cv_lib_soname_cups+set}" = set; then
15463   echo $ECHO_N "(cached) $ECHO_C" >&6
15464 else
15465   ac_check_soname_save_LIBS=$LIBS
15466 LIBS="-lcups $ac_cups_libs $LIBS"
15467   cat >conftest.$ac_ext <<_ACEOF
15468 /* confdefs.h.  */
15469 _ACEOF
15470 cat confdefs.h >>conftest.$ac_ext
15471 cat >>conftest.$ac_ext <<_ACEOF
15472 /* end confdefs.h.  */
15473
15474 /* Override any GCC internal prototype to avoid an error.
15475    Use char because int might match the return type of a GCC
15476    builtin and then its argument prototype would still apply.  */
15477 #ifdef __cplusplus
15478 extern "C"
15479 #endif
15480 char cupsGetDefault ();
15481 int
15482 main ()
15483 {
15484 return cupsGetDefault ();
15485   ;
15486   return 0;
15487 }
15488 _ACEOF
15489 rm -f conftest.$ac_objext conftest$ac_exeext
15490 if { (ac_try="$ac_link"
15491 case "(($ac_try" in
15492   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15493   *) ac_try_echo=$ac_try;;
15494 esac
15495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15496   (eval "$ac_link") 2>conftest.er1
15497   ac_status=$?
15498   grep -v '^ *+' conftest.er1 >conftest.err
15499   rm -f conftest.er1
15500   cat conftest.err >&5
15501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15502   (exit $ac_status); } && {
15503          test -z "$ac_c_werror_flag" ||
15504          test ! -s conftest.err
15505        } && test -s conftest$ac_exeext &&
15506        $as_test_x conftest$ac_exeext; then
15507   case "$LIBEXT" in
15508     dll) ;;
15509     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'` ;;
15510     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15511   esac
15512 else
15513   echo "$as_me: failed program was:" >&5
15514 sed 's/^/| /' conftest.$ac_ext >&5
15515
15516
15517 fi
15518
15519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15520       conftest$ac_exeext conftest.$ac_ext
15521   LIBS=$ac_check_soname_save_LIBS
15522 fi
15523 if test "x$ac_cv_lib_soname_cups" = "x"; then
15524   { echo "$as_me:$LINENO: result: not found" >&5
15525 echo "${ECHO_T}not found" >&6; }
15526
15527 else
15528   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15529 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15530
15531 cat >>confdefs.h <<_ACEOF
15532 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15533 _ACEOF
15534
15535        CUPSINCL="$ac_cups_cflags"
15536 fi
15537
15538 fi
15539
15540 done
15541
15542     CPPFLAGS="$ac_save_CPPFLAGS"
15543 fi
15544 if test "x$ac_cv_lib_soname_cups" = "x"; then
15545   case "x$with_cups" in
15546   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15547   xno) ;;
15548   *)   { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15549 This is an error since --with-cups was requested." >&5
15550 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15551 This is an error since --with-cups was requested." >&2;}
15552    { (exit 1); exit 1; }; } ;;
15553 esac
15554 fi
15555
15556
15557 if test "$ac_cv_header_jack_jack_h" = "yes"
15558 then
15559     { echo "$as_me:$LINENO: checking for -ljack" >&5
15560 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15561 if test "${ac_cv_lib_soname_jack+set}" = set; then
15562   echo $ECHO_N "(cached) $ECHO_C" >&6
15563 else
15564   ac_check_soname_save_LIBS=$LIBS
15565 LIBS="-ljack  $LIBS"
15566   cat >conftest.$ac_ext <<_ACEOF
15567 /* confdefs.h.  */
15568 _ACEOF
15569 cat confdefs.h >>conftest.$ac_ext
15570 cat >>conftest.$ac_ext <<_ACEOF
15571 /* end confdefs.h.  */
15572
15573 /* Override any GCC internal prototype to avoid an error.
15574    Use char because int might match the return type of a GCC
15575    builtin and then its argument prototype would still apply.  */
15576 #ifdef __cplusplus
15577 extern "C"
15578 #endif
15579 char jack_client_new ();
15580 int
15581 main ()
15582 {
15583 return jack_client_new ();
15584   ;
15585   return 0;
15586 }
15587 _ACEOF
15588 rm -f conftest.$ac_objext conftest$ac_exeext
15589 if { (ac_try="$ac_link"
15590 case "(($ac_try" in
15591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15592   *) ac_try_echo=$ac_try;;
15593 esac
15594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15595   (eval "$ac_link") 2>conftest.er1
15596   ac_status=$?
15597   grep -v '^ *+' conftest.er1 >conftest.err
15598   rm -f conftest.er1
15599   cat conftest.err >&5
15600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601   (exit $ac_status); } && {
15602          test -z "$ac_c_werror_flag" ||
15603          test ! -s conftest.err
15604        } && test -s conftest$ac_exeext &&
15605        $as_test_x conftest$ac_exeext; then
15606   case "$LIBEXT" in
15607     dll) ;;
15608     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'` ;;
15609     *) 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'` ;;
15610   esac
15611 else
15612   echo "$as_me: failed program was:" >&5
15613 sed 's/^/| /' conftest.$ac_ext >&5
15614
15615
15616 fi
15617
15618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15619       conftest$ac_exeext conftest.$ac_ext
15620   LIBS=$ac_check_soname_save_LIBS
15621 fi
15622 if test "x$ac_cv_lib_soname_jack" = "x"; then
15623   { echo "$as_me:$LINENO: result: not found" >&5
15624 echo "${ECHO_T}not found" >&6; }
15625
15626 else
15627   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15628 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15629
15630 cat >>confdefs.h <<_ACEOF
15631 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15632 _ACEOF
15633
15634
15635 fi
15636
15637 fi
15638
15639 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15640 then
15641     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15642 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15643 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15644   echo $ECHO_N "(cached) $ECHO_C" >&6
15645 else
15646   ac_check_soname_save_LIBS=$LIBS
15647 LIBS="-lfontconfig  $LIBS"
15648   cat >conftest.$ac_ext <<_ACEOF
15649 /* confdefs.h.  */
15650 _ACEOF
15651 cat confdefs.h >>conftest.$ac_ext
15652 cat >>conftest.$ac_ext <<_ACEOF
15653 /* end confdefs.h.  */
15654
15655 /* Override any GCC internal prototype to avoid an error.
15656    Use char because int might match the return type of a GCC
15657    builtin and then its argument prototype would still apply.  */
15658 #ifdef __cplusplus
15659 extern "C"
15660 #endif
15661 char FcInit ();
15662 int
15663 main ()
15664 {
15665 return FcInit ();
15666   ;
15667   return 0;
15668 }
15669 _ACEOF
15670 rm -f conftest.$ac_objext conftest$ac_exeext
15671 if { (ac_try="$ac_link"
15672 case "(($ac_try" in
15673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15674   *) ac_try_echo=$ac_try;;
15675 esac
15676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15677   (eval "$ac_link") 2>conftest.er1
15678   ac_status=$?
15679   grep -v '^ *+' conftest.er1 >conftest.err
15680   rm -f conftest.er1
15681   cat conftest.err >&5
15682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15683   (exit $ac_status); } && {
15684          test -z "$ac_c_werror_flag" ||
15685          test ! -s conftest.err
15686        } && test -s conftest$ac_exeext &&
15687        $as_test_x conftest$ac_exeext; then
15688   case "$LIBEXT" in
15689     dll) ;;
15690     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'` ;;
15691     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15692   esac
15693 else
15694   echo "$as_me: failed program was:" >&5
15695 sed 's/^/| /' conftest.$ac_ext >&5
15696
15697
15698 fi
15699
15700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15701       conftest$ac_exeext conftest.$ac_ext
15702   LIBS=$ac_check_soname_save_LIBS
15703 fi
15704 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15705   { echo "$as_me:$LINENO: result: not found" >&5
15706 echo "${ECHO_T}not found" >&6; }
15707
15708 else
15709   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15710 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15711
15712 cat >>confdefs.h <<_ACEOF
15713 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15714 _ACEOF
15715
15716
15717 fi
15718
15719 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15720 then
15721         ac_save_CPPFLAGS="$CPPFLAGS"
15722     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15723     $as_unset ac_cv_header_fontconfig_fontconfig_h
15724
15725 for ac_header in fontconfig/fontconfig.h
15726 do
15727 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15729   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15730 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15732   echo $ECHO_N "(cached) $ECHO_C" >&6
15733 fi
15734 ac_res=`eval echo '${'$as_ac_Header'}'`
15735                { echo "$as_me:$LINENO: result: $ac_res" >&5
15736 echo "${ECHO_T}$ac_res" >&6; }
15737 else
15738   # Is the header compilable?
15739 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15740 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15741 cat >conftest.$ac_ext <<_ACEOF
15742 /* confdefs.h.  */
15743 _ACEOF
15744 cat confdefs.h >>conftest.$ac_ext
15745 cat >>conftest.$ac_ext <<_ACEOF
15746 /* end confdefs.h.  */
15747 $ac_includes_default
15748 #include <$ac_header>
15749 _ACEOF
15750 rm -f conftest.$ac_objext
15751 if { (ac_try="$ac_compile"
15752 case "(($ac_try" in
15753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15754   *) ac_try_echo=$ac_try;;
15755 esac
15756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15757   (eval "$ac_compile") 2>conftest.er1
15758   ac_status=$?
15759   grep -v '^ *+' conftest.er1 >conftest.err
15760   rm -f conftest.er1
15761   cat conftest.err >&5
15762   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15763   (exit $ac_status); } && {
15764          test -z "$ac_c_werror_flag" ||
15765          test ! -s conftest.err
15766        } && test -s conftest.$ac_objext; then
15767   ac_header_compiler=yes
15768 else
15769   echo "$as_me: failed program was:" >&5
15770 sed 's/^/| /' conftest.$ac_ext >&5
15771
15772         ac_header_compiler=no
15773 fi
15774
15775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15776 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15777 echo "${ECHO_T}$ac_header_compiler" >&6; }
15778
15779 # Is the header present?
15780 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15781 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15782 cat >conftest.$ac_ext <<_ACEOF
15783 /* confdefs.h.  */
15784 _ACEOF
15785 cat confdefs.h >>conftest.$ac_ext
15786 cat >>conftest.$ac_ext <<_ACEOF
15787 /* end confdefs.h.  */
15788 #include <$ac_header>
15789 _ACEOF
15790 if { (ac_try="$ac_cpp conftest.$ac_ext"
15791 case "(($ac_try" in
15792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15793   *) ac_try_echo=$ac_try;;
15794 esac
15795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15796   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15797   ac_status=$?
15798   grep -v '^ *+' conftest.er1 >conftest.err
15799   rm -f conftest.er1
15800   cat conftest.err >&5
15801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802   (exit $ac_status); } >/dev/null && {
15803          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15804          test ! -s conftest.err
15805        }; then
15806   ac_header_preproc=yes
15807 else
15808   echo "$as_me: failed program was:" >&5
15809 sed 's/^/| /' conftest.$ac_ext >&5
15810
15811   ac_header_preproc=no
15812 fi
15813
15814 rm -f conftest.err conftest.$ac_ext
15815 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15816 echo "${ECHO_T}$ac_header_preproc" >&6; }
15817
15818 # So?  What about this header?
15819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15820   yes:no: )
15821     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15822 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15823     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15824 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15825     ac_header_preproc=yes
15826     ;;
15827   no:yes:* )
15828     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15829 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15830     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15831 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15832     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15833 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15834     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15835 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15836     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15837 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15838     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15839 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15840     ( cat <<\_ASBOX
15841 ## ------------------------------------ ##
15842 ## Report this to wine-devel@winehq.org ##
15843 ## ------------------------------------ ##
15844 _ASBOX
15845      ) | sed "s/^/$as_me: WARNING:     /" >&2
15846     ;;
15847 esac
15848 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15849 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15851   echo $ECHO_N "(cached) $ECHO_C" >&6
15852 else
15853   eval "$as_ac_Header=\$ac_header_preproc"
15854 fi
15855 ac_res=`eval echo '${'$as_ac_Header'}'`
15856                { echo "$as_me:$LINENO: result: $ac_res" >&5
15857 echo "${ECHO_T}$ac_res" >&6; }
15858
15859 fi
15860 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15861   cat >>confdefs.h <<_ACEOF
15862 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15863 _ACEOF
15864
15865 fi
15866
15867 done
15868
15869     CPPFLAGS="$ac_save_CPPFLAGS"
15870     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15871     then
15872         FONTCONFIGINCL="$X_CFLAGS"
15873
15874         { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15875 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15876 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15877   echo $ECHO_N "(cached) $ECHO_C" >&6
15878 else
15879   ac_check_soname_save_LIBS=$LIBS
15880 LIBS="-lfontconfig $X_LIBS $LIBS"
15881   cat >conftest.$ac_ext <<_ACEOF
15882 /* confdefs.h.  */
15883 _ACEOF
15884 cat confdefs.h >>conftest.$ac_ext
15885 cat >>conftest.$ac_ext <<_ACEOF
15886 /* end confdefs.h.  */
15887
15888 /* Override any GCC internal prototype to avoid an error.
15889    Use char because int might match the return type of a GCC
15890    builtin and then its argument prototype would still apply.  */
15891 #ifdef __cplusplus
15892 extern "C"
15893 #endif
15894 char FcInit ();
15895 int
15896 main ()
15897 {
15898 return FcInit ();
15899   ;
15900   return 0;
15901 }
15902 _ACEOF
15903 rm -f conftest.$ac_objext conftest$ac_exeext
15904 if { (ac_try="$ac_link"
15905 case "(($ac_try" in
15906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15907   *) ac_try_echo=$ac_try;;
15908 esac
15909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15910   (eval "$ac_link") 2>conftest.er1
15911   ac_status=$?
15912   grep -v '^ *+' conftest.er1 >conftest.err
15913   rm -f conftest.er1
15914   cat conftest.err >&5
15915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15916   (exit $ac_status); } && {
15917          test -z "$ac_c_werror_flag" ||
15918          test ! -s conftest.err
15919        } && test -s conftest$ac_exeext &&
15920        $as_test_x conftest$ac_exeext; then
15921   case "$LIBEXT" in
15922     dll) ;;
15923     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'` ;;
15924     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15925   esac
15926 else
15927   echo "$as_me: failed program was:" >&5
15928 sed 's/^/| /' conftest.$ac_ext >&5
15929
15930
15931 fi
15932
15933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15934       conftest$ac_exeext conftest.$ac_ext
15935   LIBS=$ac_check_soname_save_LIBS
15936 fi
15937 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15938   { echo "$as_me:$LINENO: result: not found" >&5
15939 echo "${ECHO_T}not found" >&6; }
15940
15941 else
15942   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15943 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15944
15945 cat >>confdefs.h <<_ACEOF
15946 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15947 _ACEOF
15948
15949
15950 fi
15951
15952     fi
15953 fi
15954 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15955   case "x$with_fontconfig" in
15956   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15957   xno) ;;
15958   *)   { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15959 This is an error since --with-fontconfig was requested." >&5
15960 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15961 This is an error since --with-fontconfig was requested." >&2;}
15962    { (exit 1); exit 1; }; } ;;
15963 esac
15964 fi
15965
15966
15967 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15968 then
15969     { echo "$as_me:$LINENO: checking for -lssl" >&5
15970 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15971 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15972   echo $ECHO_N "(cached) $ECHO_C" >&6
15973 else
15974   ac_check_soname_save_LIBS=$LIBS
15975 LIBS="-lssl  $LIBS"
15976   cat >conftest.$ac_ext <<_ACEOF
15977 /* confdefs.h.  */
15978 _ACEOF
15979 cat confdefs.h >>conftest.$ac_ext
15980 cat >>conftest.$ac_ext <<_ACEOF
15981 /* end confdefs.h.  */
15982
15983 /* Override any GCC internal prototype to avoid an error.
15984    Use char because int might match the return type of a GCC
15985    builtin and then its argument prototype would still apply.  */
15986 #ifdef __cplusplus
15987 extern "C"
15988 #endif
15989 char SSL_library_init ();
15990 int
15991 main ()
15992 {
15993 return SSL_library_init ();
15994   ;
15995   return 0;
15996 }
15997 _ACEOF
15998 rm -f conftest.$ac_objext conftest$ac_exeext
15999 if { (ac_try="$ac_link"
16000 case "(($ac_try" in
16001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16002   *) ac_try_echo=$ac_try;;
16003 esac
16004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16005   (eval "$ac_link") 2>conftest.er1
16006   ac_status=$?
16007   grep -v '^ *+' conftest.er1 >conftest.err
16008   rm -f conftest.er1
16009   cat conftest.err >&5
16010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16011   (exit $ac_status); } && {
16012          test -z "$ac_c_werror_flag" ||
16013          test ! -s conftest.err
16014        } && test -s conftest$ac_exeext &&
16015        $as_test_x conftest$ac_exeext; then
16016   case "$LIBEXT" in
16017     dll) ;;
16018     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'` ;;
16019     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16020   esac
16021 else
16022   echo "$as_me: failed program was:" >&5
16023 sed 's/^/| /' conftest.$ac_ext >&5
16024
16025
16026 fi
16027
16028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16029       conftest$ac_exeext conftest.$ac_ext
16030   LIBS=$ac_check_soname_save_LIBS
16031 fi
16032 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16033   { echo "$as_me:$LINENO: result: not found" >&5
16034 echo "${ECHO_T}not found" >&6; }
16035
16036 else
16037   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16038 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16039
16040 cat >>confdefs.h <<_ACEOF
16041 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16042 _ACEOF
16043
16044
16045 fi
16046
16047     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16048 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16049 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16050   echo $ECHO_N "(cached) $ECHO_C" >&6
16051 else
16052   ac_check_soname_save_LIBS=$LIBS
16053 LIBS="-lcrypto  $LIBS"
16054   cat >conftest.$ac_ext <<_ACEOF
16055 /* confdefs.h.  */
16056 _ACEOF
16057 cat confdefs.h >>conftest.$ac_ext
16058 cat >>conftest.$ac_ext <<_ACEOF
16059 /* end confdefs.h.  */
16060
16061 /* Override any GCC internal prototype to avoid an error.
16062    Use char because int might match the return type of a GCC
16063    builtin and then its argument prototype would still apply.  */
16064 #ifdef __cplusplus
16065 extern "C"
16066 #endif
16067 char BIO_new_socket ();
16068 int
16069 main ()
16070 {
16071 return BIO_new_socket ();
16072   ;
16073   return 0;
16074 }
16075 _ACEOF
16076 rm -f conftest.$ac_objext conftest$ac_exeext
16077 if { (ac_try="$ac_link"
16078 case "(($ac_try" in
16079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16080   *) ac_try_echo=$ac_try;;
16081 esac
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083   (eval "$ac_link") 2>conftest.er1
16084   ac_status=$?
16085   grep -v '^ *+' conftest.er1 >conftest.err
16086   rm -f conftest.er1
16087   cat conftest.err >&5
16088   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089   (exit $ac_status); } && {
16090          test -z "$ac_c_werror_flag" ||
16091          test ! -s conftest.err
16092        } && test -s conftest$ac_exeext &&
16093        $as_test_x conftest$ac_exeext; then
16094   case "$LIBEXT" in
16095     dll) ;;
16096     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'` ;;
16097     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16098   esac
16099 else
16100   echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16102
16103
16104 fi
16105
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107       conftest$ac_exeext conftest.$ac_ext
16108   LIBS=$ac_check_soname_save_LIBS
16109 fi
16110 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16111   { echo "$as_me:$LINENO: result: not found" >&5
16112 echo "${ECHO_T}not found" >&6; }
16113
16114 else
16115   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16116 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16117
16118 cat >>confdefs.h <<_ACEOF
16119 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16120 _ACEOF
16121
16122
16123 fi
16124
16125 fi
16126 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16127   case "x$with_openssl" in
16128   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16129   xno) ;;
16130   *)   { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16131 This is an error since --with-openssl was requested." >&5
16132 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16133 This is an error since --with-openssl was requested." >&2;}
16134    { (exit 1); exit 1; }; } ;;
16135 esac
16136 fi
16137
16138
16139 if test "$ac_cv_header_jpeglib_h" = "yes"
16140 then
16141     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16142 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16143 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16144   echo $ECHO_N "(cached) $ECHO_C" >&6
16145 else
16146   ac_check_soname_save_LIBS=$LIBS
16147 LIBS="-ljpeg  $LIBS"
16148   cat >conftest.$ac_ext <<_ACEOF
16149 /* confdefs.h.  */
16150 _ACEOF
16151 cat confdefs.h >>conftest.$ac_ext
16152 cat >>conftest.$ac_ext <<_ACEOF
16153 /* end confdefs.h.  */
16154
16155 /* Override any GCC internal prototype to avoid an error.
16156    Use char because int might match the return type of a GCC
16157    builtin and then its argument prototype would still apply.  */
16158 #ifdef __cplusplus
16159 extern "C"
16160 #endif
16161 char jpeg_start_decompress ();
16162 int
16163 main ()
16164 {
16165 return jpeg_start_decompress ();
16166   ;
16167   return 0;
16168 }
16169 _ACEOF
16170 rm -f conftest.$ac_objext conftest$ac_exeext
16171 if { (ac_try="$ac_link"
16172 case "(($ac_try" in
16173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16174   *) ac_try_echo=$ac_try;;
16175 esac
16176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16177   (eval "$ac_link") 2>conftest.er1
16178   ac_status=$?
16179   grep -v '^ *+' conftest.er1 >conftest.err
16180   rm -f conftest.er1
16181   cat conftest.err >&5
16182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183   (exit $ac_status); } && {
16184          test -z "$ac_c_werror_flag" ||
16185          test ! -s conftest.err
16186        } && test -s conftest$ac_exeext &&
16187        $as_test_x conftest$ac_exeext; then
16188   case "$LIBEXT" in
16189     dll) ;;
16190     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'` ;;
16191     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16192   esac
16193 else
16194   echo "$as_me: failed program was:" >&5
16195 sed 's/^/| /' conftest.$ac_ext >&5
16196
16197
16198 fi
16199
16200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16201       conftest$ac_exeext conftest.$ac_ext
16202   LIBS=$ac_check_soname_save_LIBS
16203 fi
16204 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16205   { echo "$as_me:$LINENO: result: not found" >&5
16206 echo "${ECHO_T}not found" >&6; }
16207
16208 else
16209   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16210 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16211
16212 cat >>confdefs.h <<_ACEOF
16213 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16214 _ACEOF
16215
16216
16217 fi
16218
16219 fi
16220 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16221   case "x$with_jpeg" in
16222   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16223   xno) ;;
16224   *)   { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16225 This is an error since --with-jpeg was requested." >&5
16226 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16227 This is an error since --with-jpeg was requested." >&2;}
16228    { (exit 1); exit 1; }; } ;;
16229 esac
16230 fi
16231
16232
16233 if test "$ac_cv_header_png_h" = "yes"
16234 then
16235     { echo "$as_me:$LINENO: checking for -lpng" >&5
16236 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16237 if test "${ac_cv_lib_soname_png+set}" = set; then
16238   echo $ECHO_N "(cached) $ECHO_C" >&6
16239 else
16240   ac_check_soname_save_LIBS=$LIBS
16241 LIBS="-lpng -lm $LIBS"
16242   cat >conftest.$ac_ext <<_ACEOF
16243 /* confdefs.h.  */
16244 _ACEOF
16245 cat confdefs.h >>conftest.$ac_ext
16246 cat >>conftest.$ac_ext <<_ACEOF
16247 /* end confdefs.h.  */
16248
16249 /* Override any GCC internal prototype to avoid an error.
16250    Use char because int might match the return type of a GCC
16251    builtin and then its argument prototype would still apply.  */
16252 #ifdef __cplusplus
16253 extern "C"
16254 #endif
16255 char png_create_read_struct ();
16256 int
16257 main ()
16258 {
16259 return png_create_read_struct ();
16260   ;
16261   return 0;
16262 }
16263 _ACEOF
16264 rm -f conftest.$ac_objext conftest$ac_exeext
16265 if { (ac_try="$ac_link"
16266 case "(($ac_try" in
16267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16268   *) ac_try_echo=$ac_try;;
16269 esac
16270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16271   (eval "$ac_link") 2>conftest.er1
16272   ac_status=$?
16273   grep -v '^ *+' conftest.er1 >conftest.err
16274   rm -f conftest.er1
16275   cat conftest.err >&5
16276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16277   (exit $ac_status); } && {
16278          test -z "$ac_c_werror_flag" ||
16279          test ! -s conftest.err
16280        } && test -s conftest$ac_exeext &&
16281        $as_test_x conftest$ac_exeext; then
16282   case "$LIBEXT" in
16283     dll) ;;
16284     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'` ;;
16285     *) 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'` ;;
16286   esac
16287 else
16288   echo "$as_me: failed program was:" >&5
16289 sed 's/^/| /' conftest.$ac_ext >&5
16290
16291
16292 fi
16293
16294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16295       conftest$ac_exeext conftest.$ac_ext
16296   LIBS=$ac_check_soname_save_LIBS
16297 fi
16298 if test "x$ac_cv_lib_soname_png" = "x"; then
16299   { echo "$as_me:$LINENO: result: not found" >&5
16300 echo "${ECHO_T}not found" >&6; }
16301
16302 else
16303   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16304 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16305
16306 cat >>confdefs.h <<_ACEOF
16307 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16308 _ACEOF
16309
16310
16311 fi
16312
16313 fi
16314 if test "x$ac_cv_lib_soname_png" = "x"; then
16315   case "x$with_png" in
16316   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16317   xno) ;;
16318   *)   { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16319 This is an error since --with-png was requested." >&5
16320 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16321 This is an error since --with-png was requested." >&2;}
16322    { (exit 1); exit 1; }; } ;;
16323 esac
16324 fi
16325
16326
16327 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16328 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16329 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16330   echo $ECHO_N "(cached) $ECHO_C" >&6
16331 else
16332   ac_check_soname_save_LIBS=$LIBS
16333 LIBS="-lodbc  $LIBS"
16334   cat >conftest.$ac_ext <<_ACEOF
16335 /* confdefs.h.  */
16336 _ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h.  */
16340
16341 /* Override any GCC internal prototype to avoid an error.
16342    Use char because int might match the return type of a GCC
16343    builtin and then its argument prototype would still apply.  */
16344 #ifdef __cplusplus
16345 extern "C"
16346 #endif
16347 char SQLConnect ();
16348 int
16349 main ()
16350 {
16351 return SQLConnect ();
16352   ;
16353   return 0;
16354 }
16355 _ACEOF
16356 rm -f conftest.$ac_objext conftest$ac_exeext
16357 if { (ac_try="$ac_link"
16358 case "(($ac_try" in
16359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16360   *) ac_try_echo=$ac_try;;
16361 esac
16362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16363   (eval "$ac_link") 2>conftest.er1
16364   ac_status=$?
16365   grep -v '^ *+' conftest.er1 >conftest.err
16366   rm -f conftest.er1
16367   cat conftest.err >&5
16368   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16369   (exit $ac_status); } && {
16370          test -z "$ac_c_werror_flag" ||
16371          test ! -s conftest.err
16372        } && test -s conftest$ac_exeext &&
16373        $as_test_x conftest$ac_exeext; then
16374   case "$LIBEXT" in
16375     dll) ;;
16376     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'` ;;
16377     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16378   esac
16379 else
16380   echo "$as_me: failed program was:" >&5
16381 sed 's/^/| /' conftest.$ac_ext >&5
16382
16383
16384 fi
16385
16386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16387       conftest$ac_exeext conftest.$ac_ext
16388   LIBS=$ac_check_soname_save_LIBS
16389 fi
16390 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16391   { echo "$as_me:$LINENO: result: not found" >&5
16392 echo "${ECHO_T}not found" >&6; }
16393        cat >>confdefs.h <<_ACEOF
16394 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16395 _ACEOF
16396
16397 else
16398   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16399 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16400
16401 cat >>confdefs.h <<_ACEOF
16402 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16403 _ACEOF
16404
16405
16406 fi
16407
16408
16409 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16410         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16411         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16412         "$ac_cv_header_soundcard_h" != "yes" -a \
16413         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16414 then
16415     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16416 fi
16417
16418
16419 EXTRACFLAGS=""
16420
16421 if test "x${GCC}" = "xyes"
16422 then
16423   EXTRACFLAGS="-Wall -pipe"
16424
16425     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16426 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16427 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16428   echo $ECHO_N "(cached) $ECHO_C" >&6
16429 else
16430   if test "$cross_compiling" = yes; then
16431   ac_cv_c_gcc_strength_bug="yes"
16432 else
16433   cat >conftest.$ac_ext <<_ACEOF
16434 /* confdefs.h.  */
16435 _ACEOF
16436 cat confdefs.h >>conftest.$ac_ext
16437 cat >>conftest.$ac_ext <<_ACEOF
16438 /* end confdefs.h.  */
16439 int L[4] = {0,1,2,3};
16440 int
16441 main ()
16442 {
16443 static int Array[3];
16444   unsigned int B = 3;
16445   int i;
16446   for(i=0; i<B; i++) Array[i] = i - 3;
16447   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16448   L[i] = 4;
16449   exit( Array[1] != -2 || L[2] != 3)
16450   ;
16451   return 0;
16452 }
16453 _ACEOF
16454 rm -f conftest$ac_exeext
16455 if { (ac_try="$ac_link"
16456 case "(($ac_try" in
16457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16458   *) ac_try_echo=$ac_try;;
16459 esac
16460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16461   (eval "$ac_link") 2>&5
16462   ac_status=$?
16463   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16464   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16465   { (case "(($ac_try" in
16466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16467   *) ac_try_echo=$ac_try;;
16468 esac
16469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16470   (eval "$ac_try") 2>&5
16471   ac_status=$?
16472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16473   (exit $ac_status); }; }; then
16474   ac_cv_c_gcc_strength_bug="no"
16475 else
16476   echo "$as_me: program exited with status $ac_status" >&5
16477 echo "$as_me: failed program was:" >&5
16478 sed 's/^/| /' conftest.$ac_ext >&5
16479
16480 ( exit $ac_status )
16481 ac_cv_c_gcc_strength_bug="yes"
16482 fi
16483 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16484 fi
16485
16486
16487 fi
16488 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16489 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16490   if test "$ac_cv_c_gcc_strength_bug" = "yes"
16491   then
16492     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16493   fi
16494
16495
16496   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16497 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16498 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16499   echo $ECHO_N "(cached) $ECHO_C" >&6
16500 else
16501   ac_wine_try_cflags_saved=$CFLAGS
16502 CFLAGS="$CFLAGS -fshort-wchar"
16503 cat >conftest.$ac_ext <<_ACEOF
16504 /* confdefs.h.  */
16505 _ACEOF
16506 cat confdefs.h >>conftest.$ac_ext
16507 cat >>conftest.$ac_ext <<_ACEOF
16508 /* end confdefs.h.  */
16509
16510 int
16511 main ()
16512 {
16513
16514   ;
16515   return 0;
16516 }
16517 _ACEOF
16518 rm -f conftest.$ac_objext conftest$ac_exeext
16519 if { (ac_try="$ac_link"
16520 case "(($ac_try" in
16521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16522   *) ac_try_echo=$ac_try;;
16523 esac
16524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16525   (eval "$ac_link") 2>conftest.er1
16526   ac_status=$?
16527   grep -v '^ *+' conftest.er1 >conftest.err
16528   rm -f conftest.er1
16529   cat conftest.err >&5
16530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16531   (exit $ac_status); } && {
16532          test -z "$ac_c_werror_flag" ||
16533          test ! -s conftest.err
16534        } && test -s conftest$ac_exeext &&
16535        $as_test_x conftest$ac_exeext; then
16536   ac_cv_cflags__fshort_wchar=yes
16537 else
16538   echo "$as_me: failed program was:" >&5
16539 sed 's/^/| /' conftest.$ac_ext >&5
16540
16541         ac_cv_cflags__fshort_wchar=no
16542 fi
16543
16544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16545       conftest$ac_exeext conftest.$ac_ext
16546 CFLAGS=$ac_wine_try_cflags_saved
16547 fi
16548 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16549 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16550 if test $ac_cv_cflags__fshort_wchar = yes; then
16551
16552 cat >>confdefs.h <<\_ACEOF
16553 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16554 _ACEOF
16555
16556 fi
16557
16558   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16559 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16560 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16561   echo $ECHO_N "(cached) $ECHO_C" >&6
16562 else
16563   ac_wine_try_cflags_saved=$CFLAGS
16564 CFLAGS="$CFLAGS -fno-builtin"
16565 cat >conftest.$ac_ext <<_ACEOF
16566 /* confdefs.h.  */
16567 _ACEOF
16568 cat confdefs.h >>conftest.$ac_ext
16569 cat >>conftest.$ac_ext <<_ACEOF
16570 /* end confdefs.h.  */
16571
16572 int
16573 main ()
16574 {
16575
16576   ;
16577   return 0;
16578 }
16579 _ACEOF
16580 rm -f conftest.$ac_objext conftest$ac_exeext
16581 if { (ac_try="$ac_link"
16582 case "(($ac_try" in
16583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16584   *) ac_try_echo=$ac_try;;
16585 esac
16586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16587   (eval "$ac_link") 2>conftest.er1
16588   ac_status=$?
16589   grep -v '^ *+' conftest.er1 >conftest.err
16590   rm -f conftest.er1
16591   cat conftest.err >&5
16592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593   (exit $ac_status); } && {
16594          test -z "$ac_c_werror_flag" ||
16595          test ! -s conftest.err
16596        } && test -s conftest$ac_exeext &&
16597        $as_test_x conftest$ac_exeext; then
16598   ac_cv_cflags__fno_builtin=yes
16599 else
16600   echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16602
16603         ac_cv_cflags__fno_builtin=no
16604 fi
16605
16606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16607       conftest$ac_exeext conftest.$ac_ext
16608 CFLAGS=$ac_wine_try_cflags_saved
16609 fi
16610 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16611 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16612 if test $ac_cv_cflags__fno_builtin = yes; then
16613   BUILTINFLAG="-fno-builtin"
16614
16615 fi
16616
16617   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16618 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16619 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16620   echo $ECHO_N "(cached) $ECHO_C" >&6
16621 else
16622   ac_wine_try_cflags_saved=$CFLAGS
16623 CFLAGS="$CFLAGS -fno-strict-aliasing"
16624 cat >conftest.$ac_ext <<_ACEOF
16625 /* confdefs.h.  */
16626 _ACEOF
16627 cat confdefs.h >>conftest.$ac_ext
16628 cat >>conftest.$ac_ext <<_ACEOF
16629 /* end confdefs.h.  */
16630
16631 int
16632 main ()
16633 {
16634
16635   ;
16636   return 0;
16637 }
16638 _ACEOF
16639 rm -f conftest.$ac_objext conftest$ac_exeext
16640 if { (ac_try="$ac_link"
16641 case "(($ac_try" in
16642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16643   *) ac_try_echo=$ac_try;;
16644 esac
16645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16646   (eval "$ac_link") 2>conftest.er1
16647   ac_status=$?
16648   grep -v '^ *+' conftest.er1 >conftest.err
16649   rm -f conftest.er1
16650   cat conftest.err >&5
16651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652   (exit $ac_status); } && {
16653          test -z "$ac_c_werror_flag" ||
16654          test ! -s conftest.err
16655        } && test -s conftest$ac_exeext &&
16656        $as_test_x conftest$ac_exeext; then
16657   ac_cv_cflags__fno_strict_aliasing=yes
16658 else
16659   echo "$as_me: failed program was:" >&5
16660 sed 's/^/| /' conftest.$ac_ext >&5
16661
16662         ac_cv_cflags__fno_strict_aliasing=no
16663 fi
16664
16665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16666       conftest$ac_exeext conftest.$ac_ext
16667 CFLAGS=$ac_wine_try_cflags_saved
16668 fi
16669 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16670 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16671 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16672   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16673 fi
16674
16675   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16676 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16677 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16678   echo $ECHO_N "(cached) $ECHO_C" >&6
16679 else
16680   ac_wine_try_cflags_saved=$CFLAGS
16681 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16682 cat >conftest.$ac_ext <<_ACEOF
16683 /* confdefs.h.  */
16684 _ACEOF
16685 cat confdefs.h >>conftest.$ac_ext
16686 cat >>conftest.$ac_ext <<_ACEOF
16687 /* end confdefs.h.  */
16688
16689 int
16690 main ()
16691 {
16692
16693   ;
16694   return 0;
16695 }
16696 _ACEOF
16697 rm -f conftest.$ac_objext conftest$ac_exeext
16698 if { (ac_try="$ac_link"
16699 case "(($ac_try" in
16700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16701   *) ac_try_echo=$ac_try;;
16702 esac
16703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16704   (eval "$ac_link") 2>conftest.er1
16705   ac_status=$?
16706   grep -v '^ *+' conftest.er1 >conftest.err
16707   rm -f conftest.er1
16708   cat conftest.err >&5
16709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16710   (exit $ac_status); } && {
16711          test -z "$ac_c_werror_flag" ||
16712          test ! -s conftest.err
16713        } && test -s conftest$ac_exeext &&
16714        $as_test_x conftest$ac_exeext; then
16715   ac_cv_cflags__Wdeclaration_after_statement=yes
16716 else
16717   echo "$as_me: failed program was:" >&5
16718 sed 's/^/| /' conftest.$ac_ext >&5
16719
16720         ac_cv_cflags__Wdeclaration_after_statement=no
16721 fi
16722
16723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16724       conftest$ac_exeext conftest.$ac_ext
16725 CFLAGS=$ac_wine_try_cflags_saved
16726 fi
16727 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16728 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16729 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16730   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16731 fi
16732
16733   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16734 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16735 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16736   echo $ECHO_N "(cached) $ECHO_C" >&6
16737 else
16738   ac_wine_try_cflags_saved=$CFLAGS
16739 CFLAGS="$CFLAGS -Wwrite-strings"
16740 cat >conftest.$ac_ext <<_ACEOF
16741 /* confdefs.h.  */
16742 _ACEOF
16743 cat confdefs.h >>conftest.$ac_ext
16744 cat >>conftest.$ac_ext <<_ACEOF
16745 /* end confdefs.h.  */
16746
16747 int
16748 main ()
16749 {
16750
16751   ;
16752   return 0;
16753 }
16754 _ACEOF
16755 rm -f conftest.$ac_objext conftest$ac_exeext
16756 if { (ac_try="$ac_link"
16757 case "(($ac_try" in
16758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16759   *) ac_try_echo=$ac_try;;
16760 esac
16761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16762   (eval "$ac_link") 2>conftest.er1
16763   ac_status=$?
16764   grep -v '^ *+' conftest.er1 >conftest.err
16765   rm -f conftest.er1
16766   cat conftest.err >&5
16767   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16768   (exit $ac_status); } && {
16769          test -z "$ac_c_werror_flag" ||
16770          test ! -s conftest.err
16771        } && test -s conftest$ac_exeext &&
16772        $as_test_x conftest$ac_exeext; then
16773   ac_cv_cflags__Wwrite_strings=yes
16774 else
16775   echo "$as_me: failed program was:" >&5
16776 sed 's/^/| /' conftest.$ac_ext >&5
16777
16778         ac_cv_cflags__Wwrite_strings=no
16779 fi
16780
16781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16782       conftest$ac_exeext conftest.$ac_ext
16783 CFLAGS=$ac_wine_try_cflags_saved
16784 fi
16785 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16786 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16787 if test $ac_cv_cflags__Wwrite_strings = yes; then
16788   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16789 fi
16790
16791   { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16792 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16793 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16794   echo $ECHO_N "(cached) $ECHO_C" >&6
16795 else
16796   ac_wine_try_cflags_saved=$CFLAGS
16797 CFLAGS="$CFLAGS -Wtype-limits"
16798 cat >conftest.$ac_ext <<_ACEOF
16799 /* confdefs.h.  */
16800 _ACEOF
16801 cat confdefs.h >>conftest.$ac_ext
16802 cat >>conftest.$ac_ext <<_ACEOF
16803 /* end confdefs.h.  */
16804
16805 int
16806 main ()
16807 {
16808
16809   ;
16810   return 0;
16811 }
16812 _ACEOF
16813 rm -f conftest.$ac_objext conftest$ac_exeext
16814 if { (ac_try="$ac_link"
16815 case "(($ac_try" in
16816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16817   *) ac_try_echo=$ac_try;;
16818 esac
16819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16820   (eval "$ac_link") 2>conftest.er1
16821   ac_status=$?
16822   grep -v '^ *+' conftest.er1 >conftest.err
16823   rm -f conftest.er1
16824   cat conftest.err >&5
16825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16826   (exit $ac_status); } && {
16827          test -z "$ac_c_werror_flag" ||
16828          test ! -s conftest.err
16829        } && test -s conftest$ac_exeext &&
16830        $as_test_x conftest$ac_exeext; then
16831   ac_cv_cflags__Wtype_limits=yes
16832 else
16833   echo "$as_me: failed program was:" >&5
16834 sed 's/^/| /' conftest.$ac_ext >&5
16835
16836         ac_cv_cflags__Wtype_limits=no
16837 fi
16838
16839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16840       conftest$ac_exeext conftest.$ac_ext
16841 CFLAGS=$ac_wine_try_cflags_saved
16842 fi
16843 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16844 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16845 if test $ac_cv_cflags__Wtype_limits = yes; then
16846   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16847 fi
16848
16849
16850     saved_CFLAGS="$CFLAGS"
16851   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16852   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16853 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16854 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16855   echo $ECHO_N "(cached) $ECHO_C" >&6
16856 else
16857   cat >conftest.$ac_ext <<_ACEOF
16858 /* confdefs.h.  */
16859 _ACEOF
16860 cat confdefs.h >>conftest.$ac_ext
16861 cat >>conftest.$ac_ext <<_ACEOF
16862 /* end confdefs.h.  */
16863 #include <string.h>
16864 int
16865 main ()
16866 {
16867
16868   ;
16869   return 0;
16870 }
16871 _ACEOF
16872 rm -f conftest.$ac_objext
16873 if { (ac_try="$ac_compile"
16874 case "(($ac_try" in
16875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16876   *) ac_try_echo=$ac_try;;
16877 esac
16878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16879   (eval "$ac_compile") 2>conftest.er1
16880   ac_status=$?
16881   grep -v '^ *+' conftest.er1 >conftest.err
16882   rm -f conftest.er1
16883   cat conftest.err >&5
16884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16885   (exit $ac_status); } && {
16886          test -z "$ac_c_werror_flag" ||
16887          test ! -s conftest.err
16888        } && test -s conftest.$ac_objext; then
16889   ac_cv_c_string_h_warnings=no
16890 else
16891   echo "$as_me: failed program was:" >&5
16892 sed 's/^/| /' conftest.$ac_ext >&5
16893
16894         ac_cv_c_string_h_warnings=yes
16895 fi
16896
16897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16898 fi
16899 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16900 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16901   CFLAGS="$saved_CFLAGS"
16902   if test "$ac_cv_c_string_h_warnings" = "no"
16903   then
16904     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16905   fi
16906 fi
16907
16908
16909 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16910 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16911 if test "${ac_cv_asm_func_def+set}" = set; then
16912   echo $ECHO_N "(cached) $ECHO_C" >&6
16913 else
16914   cat >conftest.$ac_ext <<_ACEOF
16915 /* confdefs.h.  */
16916 _ACEOF
16917 cat confdefs.h >>conftest.$ac_ext
16918 cat >>conftest.$ac_ext <<_ACEOF
16919 /* end confdefs.h.  */
16920
16921 int
16922 main ()
16923 {
16924 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16925   ;
16926   return 0;
16927 }
16928 _ACEOF
16929 rm -f conftest.$ac_objext conftest$ac_exeext
16930 if { (ac_try="$ac_link"
16931 case "(($ac_try" in
16932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16933   *) ac_try_echo=$ac_try;;
16934 esac
16935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16936   (eval "$ac_link") 2>conftest.er1
16937   ac_status=$?
16938   grep -v '^ *+' conftest.er1 >conftest.err
16939   rm -f conftest.er1
16940   cat conftest.err >&5
16941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16942   (exit $ac_status); } && {
16943          test -z "$ac_c_werror_flag" ||
16944          test ! -s conftest.err
16945        } && test -s conftest$ac_exeext &&
16946        $as_test_x conftest$ac_exeext; then
16947   ac_cv_asm_func_def=".def"
16948 else
16949   echo "$as_me: failed program was:" >&5
16950 sed 's/^/| /' conftest.$ac_ext >&5
16951
16952         cat >conftest.$ac_ext <<_ACEOF
16953 /* confdefs.h.  */
16954 _ACEOF
16955 cat confdefs.h >>conftest.$ac_ext
16956 cat >>conftest.$ac_ext <<_ACEOF
16957 /* end confdefs.h.  */
16958
16959 int
16960 main ()
16961 {
16962 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16963   ;
16964   return 0;
16965 }
16966 _ACEOF
16967 rm -f conftest.$ac_objext conftest$ac_exeext
16968 if { (ac_try="$ac_link"
16969 case "(($ac_try" in
16970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16971   *) ac_try_echo=$ac_try;;
16972 esac
16973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16974   (eval "$ac_link") 2>conftest.er1
16975   ac_status=$?
16976   grep -v '^ *+' conftest.er1 >conftest.err
16977   rm -f conftest.er1
16978   cat conftest.err >&5
16979   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16980   (exit $ac_status); } && {
16981          test -z "$ac_c_werror_flag" ||
16982          test ! -s conftest.err
16983        } && test -s conftest$ac_exeext &&
16984        $as_test_x conftest$ac_exeext; then
16985   ac_cv_asm_func_def=".type @function"
16986 else
16987   echo "$as_me: failed program was:" >&5
16988 sed 's/^/| /' conftest.$ac_ext >&5
16989
16990         cat >conftest.$ac_ext <<_ACEOF
16991 /* confdefs.h.  */
16992 _ACEOF
16993 cat confdefs.h >>conftest.$ac_ext
16994 cat >>conftest.$ac_ext <<_ACEOF
16995 /* end confdefs.h.  */
16996
16997 int
16998 main ()
16999 {
17000 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17001   ;
17002   return 0;
17003 }
17004 _ACEOF
17005 rm -f conftest.$ac_objext conftest$ac_exeext
17006 if { (ac_try="$ac_link"
17007 case "(($ac_try" in
17008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17009   *) ac_try_echo=$ac_try;;
17010 esac
17011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17012   (eval "$ac_link") 2>conftest.er1
17013   ac_status=$?
17014   grep -v '^ *+' conftest.er1 >conftest.err
17015   rm -f conftest.er1
17016   cat conftest.err >&5
17017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018   (exit $ac_status); } && {
17019          test -z "$ac_c_werror_flag" ||
17020          test ! -s conftest.err
17021        } && test -s conftest$ac_exeext &&
17022        $as_test_x conftest$ac_exeext; then
17023   ac_cv_asm_func_def=".type 2"
17024 else
17025   echo "$as_me: failed program was:" >&5
17026 sed 's/^/| /' conftest.$ac_ext >&5
17027
17028         ac_cv_asm_func_def="unknown"
17029 fi
17030
17031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17032       conftest$ac_exeext conftest.$ac_ext
17033 fi
17034
17035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17036       conftest$ac_exeext conftest.$ac_ext
17037 fi
17038
17039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17040       conftest$ac_exeext conftest.$ac_ext
17041 fi
17042 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17043 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17044
17045
17046
17047 case "$ac_cv_asm_func_def" in
17048   ".def")
17049      cat >>confdefs.h <<\_ACEOF
17050 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17051 _ACEOF
17052  ;;
17053   ".type @function")
17054      cat >>confdefs.h <<\_ACEOF
17055 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17056 _ACEOF
17057  ;;
17058   ".type 2")
17059      cat >>confdefs.h <<\_ACEOF
17060 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17061 _ACEOF
17062  ;;
17063   *)
17064      cat >>confdefs.h <<\_ACEOF
17065 #define __ASM_FUNC(name) ""
17066 _ACEOF
17067  ;;
17068 esac
17069
17070
17071 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17072 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17073 if test "${ac_cv_c_extern_prefix+set}" = set; then
17074   echo $ECHO_N "(cached) $ECHO_C" >&6
17075 else
17076   cat >conftest.$ac_ext <<_ACEOF
17077 /* confdefs.h.  */
17078 _ACEOF
17079 cat confdefs.h >>conftest.$ac_ext
17080 cat >>conftest.$ac_ext <<_ACEOF
17081 /* end confdefs.h.  */
17082 extern int ac_test;
17083 int
17084 main ()
17085 {
17086 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17087   ;
17088   return 0;
17089 }
17090 _ACEOF
17091 rm -f conftest.$ac_objext conftest$ac_exeext
17092 if { (ac_try="$ac_link"
17093 case "(($ac_try" in
17094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17095   *) ac_try_echo=$ac_try;;
17096 esac
17097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17098   (eval "$ac_link") 2>conftest.er1
17099   ac_status=$?
17100   grep -v '^ *+' conftest.er1 >conftest.err
17101   rm -f conftest.er1
17102   cat conftest.err >&5
17103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17104   (exit $ac_status); } && {
17105          test -z "$ac_c_werror_flag" ||
17106          test ! -s conftest.err
17107        } && test -s conftest$ac_exeext &&
17108        $as_test_x conftest$ac_exeext; then
17109   ac_cv_c_extern_prefix="yes"
17110 else
17111   echo "$as_me: failed program was:" >&5
17112 sed 's/^/| /' conftest.$ac_ext >&5
17113
17114         ac_cv_c_extern_prefix="no"
17115 fi
17116
17117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17118       conftest$ac_exeext conftest.$ac_ext
17119 fi
17120 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17121 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17122
17123
17124
17125 if test "$ac_cv_c_extern_prefix" = "yes"
17126 then
17127   cat >>confdefs.h <<\_ACEOF
17128 #define __ASM_NAME(name) "_" name
17129 _ACEOF
17130
17131 else
17132   cat >>confdefs.h <<\_ACEOF
17133 #define __ASM_NAME(name) name
17134 _ACEOF
17135
17136 fi
17137
17138
17139 LDPATH=""
17140
17141 case $build_os in
17142   cygwin*|mingw32*)
17143     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17144     ;;
17145   darwin*|macosx*)
17146     ;;
17147   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17148     then
17149       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17150     fi
17151     ;;
17152   *)
17153     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17154     ;;
17155 esac
17156
17157 case $host_os in
17158   mingw32*)
17159     CRTLIBS="-lmsvcrt"
17160
17161     SOCKETLIBS="-lws2_32"
17162
17163     ;;
17164 esac
17165
17166 MAIN_BINARY="wine-pthread"
17167   case $host_cpu in
17168   *i[3456789]86*)
17169     case $host_os in
17170       linux* | k*bsd*-gnu)
17171         MAIN_BINARY="wine-glibc"
17172
17173         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17174  ;;
17175       freebsd*)
17176         MAIN_BINARY="wine-freebsd"
17177
17178         EXTRA_BINARIES="wine-pthread"
17179  ;;
17180     esac
17181     ;;
17182 esac
17183
17184
17185
17186
17187
17188
17189
17190
17191
17192
17193
17194
17195
17196
17197
17198
17199
17200
17201
17202
17203
17204
17205
17206
17207
17208
17209
17210
17211
17212
17213
17214
17215
17216
17217
17218
17219
17220
17221
17222
17223
17224
17225
17226
17227
17228
17229
17230
17231
17232
17233
17234
17235
17236
17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
17248
17249
17250
17251
17252
17253
17254
17255 for ac_func in \
17256         _pclose \
17257         _popen \
17258         _snprintf \
17259         _spawnvp \
17260         _strdup \
17261         _stricmp \
17262         _strnicmp \
17263         _strtoi64 \
17264         _strtoui64 \
17265         _vsnprintf \
17266         asctime_r \
17267         chsize \
17268         clone \
17269         dlopen \
17270         epoll_create \
17271         ffs \
17272         finite \
17273         fork \
17274         fpclass \
17275         fstatfs \
17276         fstatvfs \
17277         ftruncate \
17278         futimes \
17279         futimesat \
17280         getdirentries \
17281         getopt_long \
17282         getpagesize \
17283         getpwuid \
17284         gettid \
17285         gettimeofday \
17286         getuid \
17287         inet_pton \
17288         kqueue \
17289         lstat \
17290         memmove \
17291         mmap \
17292         pclose \
17293         poll \
17294         popen \
17295         prctl \
17296         pread \
17297         pwrite \
17298         readdir \
17299         readlink \
17300         rfork \
17301         sched_yield \
17302         select \
17303         setproctitle \
17304         setrlimit \
17305         settimeofday \
17306         sigaltstack \
17307         sigprocmask \
17308         snprintf \
17309         spawnvp \
17310         statfs \
17311         statvfs \
17312         strcasecmp \
17313         strdup \
17314         strerror \
17315         strncasecmp \
17316         strtold \
17317         strtoll \
17318         strtoull \
17319         tcgetattr \
17320         thr_kill2 \
17321         timegm \
17322         usleep \
17323         vsnprintf \
17324         wait4 \
17325         waitpid \
17326
17327 do
17328 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17329 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17330 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17331 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17332   echo $ECHO_N "(cached) $ECHO_C" >&6
17333 else
17334   cat >conftest.$ac_ext <<_ACEOF
17335 /* confdefs.h.  */
17336 _ACEOF
17337 cat confdefs.h >>conftest.$ac_ext
17338 cat >>conftest.$ac_ext <<_ACEOF
17339 /* end confdefs.h.  */
17340 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17341    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17342 #define $ac_func innocuous_$ac_func
17343
17344 /* System header to define __stub macros and hopefully few prototypes,
17345     which can conflict with char $ac_func (); below.
17346     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17347     <limits.h> exists even on freestanding compilers.  */
17348
17349 #ifdef __STDC__
17350 # include <limits.h>
17351 #else
17352 # include <assert.h>
17353 #endif
17354
17355 #undef $ac_func
17356
17357 /* Override any GCC internal prototype to avoid an error.
17358    Use char because int might match the return type of a GCC
17359    builtin and then its argument prototype would still apply.  */
17360 #ifdef __cplusplus
17361 extern "C"
17362 #endif
17363 char $ac_func ();
17364 /* The GNU C library defines this for functions which it implements
17365     to always fail with ENOSYS.  Some functions are actually named
17366     something starting with __ and the normal name is an alias.  */
17367 #if defined __stub_$ac_func || defined __stub___$ac_func
17368 choke me
17369 #endif
17370
17371 int
17372 main ()
17373 {
17374 return $ac_func ();
17375   ;
17376   return 0;
17377 }
17378 _ACEOF
17379 rm -f conftest.$ac_objext conftest$ac_exeext
17380 if { (ac_try="$ac_link"
17381 case "(($ac_try" in
17382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17383   *) ac_try_echo=$ac_try;;
17384 esac
17385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17386   (eval "$ac_link") 2>conftest.er1
17387   ac_status=$?
17388   grep -v '^ *+' conftest.er1 >conftest.err
17389   rm -f conftest.er1
17390   cat conftest.err >&5
17391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17392   (exit $ac_status); } && {
17393          test -z "$ac_c_werror_flag" ||
17394          test ! -s conftest.err
17395        } && test -s conftest$ac_exeext &&
17396        $as_test_x conftest$ac_exeext; then
17397   eval "$as_ac_var=yes"
17398 else
17399   echo "$as_me: failed program was:" >&5
17400 sed 's/^/| /' conftest.$ac_ext >&5
17401
17402         eval "$as_ac_var=no"
17403 fi
17404
17405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17406       conftest$ac_exeext conftest.$ac_ext
17407 fi
17408 ac_res=`eval echo '${'$as_ac_var'}'`
17409                { echo "$as_me:$LINENO: result: $ac_res" >&5
17410 echo "${ECHO_T}$ac_res" >&6; }
17411 if test `eval echo '${'$as_ac_var'}'` = yes; then
17412   cat >>confdefs.h <<_ACEOF
17413 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17414 _ACEOF
17415
17416 fi
17417 done
17418
17419
17420 if test "$ac_cv_func_dlopen" = no
17421 then
17422     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17423 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17424 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17425   echo $ECHO_N "(cached) $ECHO_C" >&6
17426 else
17427   ac_check_lib_save_LIBS=$LIBS
17428 LIBS="-ldl  $LIBS"
17429 cat >conftest.$ac_ext <<_ACEOF
17430 /* confdefs.h.  */
17431 _ACEOF
17432 cat confdefs.h >>conftest.$ac_ext
17433 cat >>conftest.$ac_ext <<_ACEOF
17434 /* end confdefs.h.  */
17435
17436 /* Override any GCC internal prototype to avoid an error.
17437    Use char because int might match the return type of a GCC
17438    builtin and then its argument prototype would still apply.  */
17439 #ifdef __cplusplus
17440 extern "C"
17441 #endif
17442 char dlopen ();
17443 int
17444 main ()
17445 {
17446 return dlopen ();
17447   ;
17448   return 0;
17449 }
17450 _ACEOF
17451 rm -f conftest.$ac_objext conftest$ac_exeext
17452 if { (ac_try="$ac_link"
17453 case "(($ac_try" in
17454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17455   *) ac_try_echo=$ac_try;;
17456 esac
17457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17458   (eval "$ac_link") 2>conftest.er1
17459   ac_status=$?
17460   grep -v '^ *+' conftest.er1 >conftest.err
17461   rm -f conftest.er1
17462   cat conftest.err >&5
17463   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17464   (exit $ac_status); } && {
17465          test -z "$ac_c_werror_flag" ||
17466          test ! -s conftest.err
17467        } && test -s conftest$ac_exeext &&
17468        $as_test_x conftest$ac_exeext; then
17469   ac_cv_lib_dl_dlopen=yes
17470 else
17471   echo "$as_me: failed program was:" >&5
17472 sed 's/^/| /' conftest.$ac_ext >&5
17473
17474         ac_cv_lib_dl_dlopen=no
17475 fi
17476
17477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17478       conftest$ac_exeext conftest.$ac_ext
17479 LIBS=$ac_check_lib_save_LIBS
17480 fi
17481 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17482 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17483 if test $ac_cv_lib_dl_dlopen = yes; then
17484   cat >>confdefs.h <<\_ACEOF
17485 #define HAVE_DLOPEN 1
17486 _ACEOF
17487  LIBDL="-ldl"
17488
17489 fi
17490
17491 fi
17492 ac_wine_check_funcs_save_LIBS="$LIBS"
17493 LIBS="$LIBS $LIBDL"
17494
17495 for ac_func in dladdr
17496 do
17497 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17498 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17499 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17500 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17501   echo $ECHO_N "(cached) $ECHO_C" >&6
17502 else
17503   cat >conftest.$ac_ext <<_ACEOF
17504 /* confdefs.h.  */
17505 _ACEOF
17506 cat confdefs.h >>conftest.$ac_ext
17507 cat >>conftest.$ac_ext <<_ACEOF
17508 /* end confdefs.h.  */
17509 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17510    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17511 #define $ac_func innocuous_$ac_func
17512
17513 /* System header to define __stub macros and hopefully few prototypes,
17514     which can conflict with char $ac_func (); below.
17515     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17516     <limits.h> exists even on freestanding compilers.  */
17517
17518 #ifdef __STDC__
17519 # include <limits.h>
17520 #else
17521 # include <assert.h>
17522 #endif
17523
17524 #undef $ac_func
17525
17526 /* Override any GCC internal prototype to avoid an error.
17527    Use char because int might match the return type of a GCC
17528    builtin and then its argument prototype would still apply.  */
17529 #ifdef __cplusplus
17530 extern "C"
17531 #endif
17532 char $ac_func ();
17533 /* The GNU C library defines this for functions which it implements
17534     to always fail with ENOSYS.  Some functions are actually named
17535     something starting with __ and the normal name is an alias.  */
17536 #if defined __stub_$ac_func || defined __stub___$ac_func
17537 choke me
17538 #endif
17539
17540 int
17541 main ()
17542 {
17543 return $ac_func ();
17544   ;
17545   return 0;
17546 }
17547 _ACEOF
17548 rm -f conftest.$ac_objext conftest$ac_exeext
17549 if { (ac_try="$ac_link"
17550 case "(($ac_try" in
17551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17552   *) ac_try_echo=$ac_try;;
17553 esac
17554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17555   (eval "$ac_link") 2>conftest.er1
17556   ac_status=$?
17557   grep -v '^ *+' conftest.er1 >conftest.err
17558   rm -f conftest.er1
17559   cat conftest.err >&5
17560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17561   (exit $ac_status); } && {
17562          test -z "$ac_c_werror_flag" ||
17563          test ! -s conftest.err
17564        } && test -s conftest$ac_exeext &&
17565        $as_test_x conftest$ac_exeext; then
17566   eval "$as_ac_var=yes"
17567 else
17568   echo "$as_me: failed program was:" >&5
17569 sed 's/^/| /' conftest.$ac_ext >&5
17570
17571         eval "$as_ac_var=no"
17572 fi
17573
17574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17575       conftest$ac_exeext conftest.$ac_ext
17576 fi
17577 ac_res=`eval echo '${'$as_ac_var'}'`
17578                { echo "$as_me:$LINENO: result: $ac_res" >&5
17579 echo "${ECHO_T}$ac_res" >&6; }
17580 if test `eval echo '${'$as_ac_var'}'` = yes; then
17581   cat >>confdefs.h <<_ACEOF
17582 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17583 _ACEOF
17584
17585 fi
17586 done
17587
17588 LIBS="$ac_wine_check_funcs_save_LIBS"
17589
17590 if test "$ac_cv_func_poll" = no
17591 then
17592     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17593 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17594 if test "${ac_cv_lib_poll_poll+set}" = set; then
17595   echo $ECHO_N "(cached) $ECHO_C" >&6
17596 else
17597   ac_check_lib_save_LIBS=$LIBS
17598 LIBS="-lpoll  $LIBS"
17599 cat >conftest.$ac_ext <<_ACEOF
17600 /* confdefs.h.  */
17601 _ACEOF
17602 cat confdefs.h >>conftest.$ac_ext
17603 cat >>conftest.$ac_ext <<_ACEOF
17604 /* end confdefs.h.  */
17605
17606 /* Override any GCC internal prototype to avoid an error.
17607    Use char because int might match the return type of a GCC
17608    builtin and then its argument prototype would still apply.  */
17609 #ifdef __cplusplus
17610 extern "C"
17611 #endif
17612 char poll ();
17613 int
17614 main ()
17615 {
17616 return poll ();
17617   ;
17618   return 0;
17619 }
17620 _ACEOF
17621 rm -f conftest.$ac_objext conftest$ac_exeext
17622 if { (ac_try="$ac_link"
17623 case "(($ac_try" in
17624   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17625   *) ac_try_echo=$ac_try;;
17626 esac
17627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17628   (eval "$ac_link") 2>conftest.er1
17629   ac_status=$?
17630   grep -v '^ *+' conftest.er1 >conftest.err
17631   rm -f conftest.er1
17632   cat conftest.err >&5
17633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17634   (exit $ac_status); } && {
17635          test -z "$ac_c_werror_flag" ||
17636          test ! -s conftest.err
17637        } && test -s conftest$ac_exeext &&
17638        $as_test_x conftest$ac_exeext; then
17639   ac_cv_lib_poll_poll=yes
17640 else
17641   echo "$as_me: failed program was:" >&5
17642 sed 's/^/| /' conftest.$ac_ext >&5
17643
17644         ac_cv_lib_poll_poll=no
17645 fi
17646
17647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17648       conftest$ac_exeext conftest.$ac_ext
17649 LIBS=$ac_check_lib_save_LIBS
17650 fi
17651 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17652 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17653 if test $ac_cv_lib_poll_poll = yes; then
17654   cat >>confdefs.h <<\_ACEOF
17655 #define HAVE_POLL 1
17656 _ACEOF
17657  LIBPOLL="-lpoll"
17658
17659 fi
17660
17661 fi
17662
17663 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17664 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17665 if test "${ac_cv_search_gethostbyname+set}" = set; then
17666   echo $ECHO_N "(cached) $ECHO_C" >&6
17667 else
17668   ac_func_search_save_LIBS=$LIBS
17669 cat >conftest.$ac_ext <<_ACEOF
17670 /* confdefs.h.  */
17671 _ACEOF
17672 cat confdefs.h >>conftest.$ac_ext
17673 cat >>conftest.$ac_ext <<_ACEOF
17674 /* end confdefs.h.  */
17675
17676 /* Override any GCC internal prototype to avoid an error.
17677    Use char because int might match the return type of a GCC
17678    builtin and then its argument prototype would still apply.  */
17679 #ifdef __cplusplus
17680 extern "C"
17681 #endif
17682 char gethostbyname ();
17683 int
17684 main ()
17685 {
17686 return gethostbyname ();
17687   ;
17688   return 0;
17689 }
17690 _ACEOF
17691 for ac_lib in '' nsl; do
17692   if test -z "$ac_lib"; then
17693     ac_res="none required"
17694   else
17695     ac_res=-l$ac_lib
17696     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17697   fi
17698   rm -f conftest.$ac_objext conftest$ac_exeext
17699 if { (ac_try="$ac_link"
17700 case "(($ac_try" in
17701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17702   *) ac_try_echo=$ac_try;;
17703 esac
17704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17705   (eval "$ac_link") 2>conftest.er1
17706   ac_status=$?
17707   grep -v '^ *+' conftest.er1 >conftest.err
17708   rm -f conftest.er1
17709   cat conftest.err >&5
17710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17711   (exit $ac_status); } && {
17712          test -z "$ac_c_werror_flag" ||
17713          test ! -s conftest.err
17714        } && test -s conftest$ac_exeext &&
17715        $as_test_x conftest$ac_exeext; then
17716   ac_cv_search_gethostbyname=$ac_res
17717 else
17718   echo "$as_me: failed program was:" >&5
17719 sed 's/^/| /' conftest.$ac_ext >&5
17720
17721
17722 fi
17723
17724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17725       conftest$ac_exeext
17726   if test "${ac_cv_search_gethostbyname+set}" = set; then
17727   break
17728 fi
17729 done
17730 if test "${ac_cv_search_gethostbyname+set}" = set; then
17731   :
17732 else
17733   ac_cv_search_gethostbyname=no
17734 fi
17735 rm conftest.$ac_ext
17736 LIBS=$ac_func_search_save_LIBS
17737 fi
17738 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17739 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17740 ac_res=$ac_cv_search_gethostbyname
17741 if test "$ac_res" != no; then
17742   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17743
17744 fi
17745
17746
17747 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17748 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17749 if test "${ac_cv_search_connect+set}" = set; then
17750   echo $ECHO_N "(cached) $ECHO_C" >&6
17751 else
17752   ac_func_search_save_LIBS=$LIBS
17753 cat >conftest.$ac_ext <<_ACEOF
17754 /* confdefs.h.  */
17755 _ACEOF
17756 cat confdefs.h >>conftest.$ac_ext
17757 cat >>conftest.$ac_ext <<_ACEOF
17758 /* end confdefs.h.  */
17759
17760 /* Override any GCC internal prototype to avoid an error.
17761    Use char because int might match the return type of a GCC
17762    builtin and then its argument prototype would still apply.  */
17763 #ifdef __cplusplus
17764 extern "C"
17765 #endif
17766 char connect ();
17767 int
17768 main ()
17769 {
17770 return connect ();
17771   ;
17772   return 0;
17773 }
17774 _ACEOF
17775 for ac_lib in '' socket; do
17776   if test -z "$ac_lib"; then
17777     ac_res="none required"
17778   else
17779     ac_res=-l$ac_lib
17780     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17781   fi
17782   rm -f conftest.$ac_objext conftest$ac_exeext
17783 if { (ac_try="$ac_link"
17784 case "(($ac_try" in
17785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17786   *) ac_try_echo=$ac_try;;
17787 esac
17788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17789   (eval "$ac_link") 2>conftest.er1
17790   ac_status=$?
17791   grep -v '^ *+' conftest.er1 >conftest.err
17792   rm -f conftest.er1
17793   cat conftest.err >&5
17794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17795   (exit $ac_status); } && {
17796          test -z "$ac_c_werror_flag" ||
17797          test ! -s conftest.err
17798        } && test -s conftest$ac_exeext &&
17799        $as_test_x conftest$ac_exeext; then
17800   ac_cv_search_connect=$ac_res
17801 else
17802   echo "$as_me: failed program was:" >&5
17803 sed 's/^/| /' conftest.$ac_ext >&5
17804
17805
17806 fi
17807
17808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17809       conftest$ac_exeext
17810   if test "${ac_cv_search_connect+set}" = set; then
17811   break
17812 fi
17813 done
17814 if test "${ac_cv_search_connect+set}" = set; then
17815   :
17816 else
17817   ac_cv_search_connect=no
17818 fi
17819 rm conftest.$ac_ext
17820 LIBS=$ac_func_search_save_LIBS
17821 fi
17822 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17823 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17824 ac_res=$ac_cv_search_connect
17825 if test "$ac_res" != no; then
17826   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17827
17828 fi
17829
17830
17831 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17832 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17833 if test "${ac_cv_search_inet_aton+set}" = set; then
17834   echo $ECHO_N "(cached) $ECHO_C" >&6
17835 else
17836   ac_func_search_save_LIBS=$LIBS
17837 cat >conftest.$ac_ext <<_ACEOF
17838 /* confdefs.h.  */
17839 _ACEOF
17840 cat confdefs.h >>conftest.$ac_ext
17841 cat >>conftest.$ac_ext <<_ACEOF
17842 /* end confdefs.h.  */
17843
17844 /* Override any GCC internal prototype to avoid an error.
17845    Use char because int might match the return type of a GCC
17846    builtin and then its argument prototype would still apply.  */
17847 #ifdef __cplusplus
17848 extern "C"
17849 #endif
17850 char inet_aton ();
17851 int
17852 main ()
17853 {
17854 return inet_aton ();
17855   ;
17856   return 0;
17857 }
17858 _ACEOF
17859 for ac_lib in '' resolv; do
17860   if test -z "$ac_lib"; then
17861     ac_res="none required"
17862   else
17863     ac_res=-l$ac_lib
17864     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17865   fi
17866   rm -f conftest.$ac_objext conftest$ac_exeext
17867 if { (ac_try="$ac_link"
17868 case "(($ac_try" in
17869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17870   *) ac_try_echo=$ac_try;;
17871 esac
17872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17873   (eval "$ac_link") 2>conftest.er1
17874   ac_status=$?
17875   grep -v '^ *+' conftest.er1 >conftest.err
17876   rm -f conftest.er1
17877   cat conftest.err >&5
17878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17879   (exit $ac_status); } && {
17880          test -z "$ac_c_werror_flag" ||
17881          test ! -s conftest.err
17882        } && test -s conftest$ac_exeext &&
17883        $as_test_x conftest$ac_exeext; then
17884   ac_cv_search_inet_aton=$ac_res
17885 else
17886   echo "$as_me: failed program was:" >&5
17887 sed 's/^/| /' conftest.$ac_ext >&5
17888
17889
17890 fi
17891
17892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17893       conftest$ac_exeext
17894   if test "${ac_cv_search_inet_aton+set}" = set; then
17895   break
17896 fi
17897 done
17898 if test "${ac_cv_search_inet_aton+set}" = set; then
17899   :
17900 else
17901   ac_cv_search_inet_aton=no
17902 fi
17903 rm conftest.$ac_ext
17904 LIBS=$ac_func_search_save_LIBS
17905 fi
17906 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17907 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17908 ac_res=$ac_cv_search_inet_aton
17909 if test "$ac_res" != no; then
17910   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17911
17912 fi
17913
17914
17915
17916
17917
17918
17919
17920
17921
17922
17923 for ac_func in \
17924         getaddrinfo \
17925         getnameinfo \
17926         getnetbyname \
17927         getprotobyname \
17928         getprotobynumber \
17929         getservbyport \
17930         inet_network \
17931         sendmsg \
17932
17933 do
17934 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17935 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17936 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17937 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17938   echo $ECHO_N "(cached) $ECHO_C" >&6
17939 else
17940   cat >conftest.$ac_ext <<_ACEOF
17941 /* confdefs.h.  */
17942 _ACEOF
17943 cat confdefs.h >>conftest.$ac_ext
17944 cat >>conftest.$ac_ext <<_ACEOF
17945 /* end confdefs.h.  */
17946 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17947    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17948 #define $ac_func innocuous_$ac_func
17949
17950 /* System header to define __stub macros and hopefully few prototypes,
17951     which can conflict with char $ac_func (); below.
17952     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17953     <limits.h> exists even on freestanding compilers.  */
17954
17955 #ifdef __STDC__
17956 # include <limits.h>
17957 #else
17958 # include <assert.h>
17959 #endif
17960
17961 #undef $ac_func
17962
17963 /* Override any GCC internal prototype to avoid an error.
17964    Use char because int might match the return type of a GCC
17965    builtin and then its argument prototype would still apply.  */
17966 #ifdef __cplusplus
17967 extern "C"
17968 #endif
17969 char $ac_func ();
17970 /* The GNU C library defines this for functions which it implements
17971     to always fail with ENOSYS.  Some functions are actually named
17972     something starting with __ and the normal name is an alias.  */
17973 #if defined __stub_$ac_func || defined __stub___$ac_func
17974 choke me
17975 #endif
17976
17977 int
17978 main ()
17979 {
17980 return $ac_func ();
17981   ;
17982   return 0;
17983 }
17984 _ACEOF
17985 rm -f conftest.$ac_objext conftest$ac_exeext
17986 if { (ac_try="$ac_link"
17987 case "(($ac_try" in
17988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17989   *) ac_try_echo=$ac_try;;
17990 esac
17991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17992   (eval "$ac_link") 2>conftest.er1
17993   ac_status=$?
17994   grep -v '^ *+' conftest.er1 >conftest.err
17995   rm -f conftest.er1
17996   cat conftest.err >&5
17997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17998   (exit $ac_status); } && {
17999          test -z "$ac_c_werror_flag" ||
18000          test ! -s conftest.err
18001        } && test -s conftest$ac_exeext &&
18002        $as_test_x conftest$ac_exeext; then
18003   eval "$as_ac_var=yes"
18004 else
18005   echo "$as_me: failed program was:" >&5
18006 sed 's/^/| /' conftest.$ac_ext >&5
18007
18008         eval "$as_ac_var=no"
18009 fi
18010
18011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18012       conftest$ac_exeext conftest.$ac_ext
18013 fi
18014 ac_res=`eval echo '${'$as_ac_var'}'`
18015                { echo "$as_me:$LINENO: result: $ac_res" >&5
18016 echo "${ECHO_T}$ac_res" >&6; }
18017 if test `eval echo '${'$as_ac_var'}'` = yes; then
18018   cat >>confdefs.h <<_ACEOF
18019 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18020 _ACEOF
18021
18022 fi
18023 done
18024
18025
18026 LDAPLIBS=""
18027
18028 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18029 then
18030     { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18031 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18032 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18033   echo $ECHO_N "(cached) $ECHO_C" >&6
18034 else
18035   cat >conftest.$ac_ext <<_ACEOF
18036 /* confdefs.h.  */
18037 _ACEOF
18038 cat confdefs.h >>conftest.$ac_ext
18039 cat >>conftest.$ac_ext <<_ACEOF
18040 /* end confdefs.h.  */
18041 #include <ldap.h>
18042
18043 typedef LDAPSortKey ac__type_new_;
18044 int
18045 main ()
18046 {
18047 if ((ac__type_new_ *) 0)
18048   return 0;
18049 if (sizeof (ac__type_new_))
18050   return 0;
18051   ;
18052   return 0;
18053 }
18054 _ACEOF
18055 rm -f conftest.$ac_objext
18056 if { (ac_try="$ac_compile"
18057 case "(($ac_try" in
18058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18059   *) ac_try_echo=$ac_try;;
18060 esac
18061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18062   (eval "$ac_compile") 2>conftest.er1
18063   ac_status=$?
18064   grep -v '^ *+' conftest.er1 >conftest.err
18065   rm -f conftest.er1
18066   cat conftest.err >&5
18067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18068   (exit $ac_status); } && {
18069          test -z "$ac_c_werror_flag" ||
18070          test ! -s conftest.err
18071        } && test -s conftest.$ac_objext; then
18072   ac_cv_type_LDAPSortKey=yes
18073 else
18074   echo "$as_me: failed program was:" >&5
18075 sed 's/^/| /' conftest.$ac_ext >&5
18076
18077         ac_cv_type_LDAPSortKey=no
18078 fi
18079
18080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18081 fi
18082 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18083 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18084 if test $ac_cv_type_LDAPSortKey = yes; then
18085   { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18086 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18087 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18088   echo $ECHO_N "(cached) $ECHO_C" >&6
18089 else
18090   ac_check_lib_save_LIBS=$LIBS
18091 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18092 cat >conftest.$ac_ext <<_ACEOF
18093 /* confdefs.h.  */
18094 _ACEOF
18095 cat confdefs.h >>conftest.$ac_ext
18096 cat >>conftest.$ac_ext <<_ACEOF
18097 /* end confdefs.h.  */
18098
18099 /* Override any GCC internal prototype to avoid an error.
18100    Use char because int might match the return type of a GCC
18101    builtin and then its argument prototype would still apply.  */
18102 #ifdef __cplusplus
18103 extern "C"
18104 #endif
18105 char ldap_initialize ();
18106 int
18107 main ()
18108 {
18109 return ldap_initialize ();
18110   ;
18111   return 0;
18112 }
18113 _ACEOF
18114 rm -f conftest.$ac_objext conftest$ac_exeext
18115 if { (ac_try="$ac_link"
18116 case "(($ac_try" in
18117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18118   *) ac_try_echo=$ac_try;;
18119 esac
18120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18121   (eval "$ac_link") 2>conftest.er1
18122   ac_status=$?
18123   grep -v '^ *+' conftest.er1 >conftest.err
18124   rm -f conftest.er1
18125   cat conftest.err >&5
18126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18127   (exit $ac_status); } && {
18128          test -z "$ac_c_werror_flag" ||
18129          test ! -s conftest.err
18130        } && test -s conftest$ac_exeext &&
18131        $as_test_x conftest$ac_exeext; then
18132   ac_cv_lib_ldap_r_ldap_initialize=yes
18133 else
18134   echo "$as_me: failed program was:" >&5
18135 sed 's/^/| /' conftest.$ac_ext >&5
18136
18137         ac_cv_lib_ldap_r_ldap_initialize=no
18138 fi
18139
18140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18141       conftest$ac_exeext conftest.$ac_ext
18142 LIBS=$ac_check_lib_save_LIBS
18143 fi
18144 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18145 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18146 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18147   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18148 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18149 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18150   echo $ECHO_N "(cached) $ECHO_C" >&6
18151 else
18152   ac_check_lib_save_LIBS=$LIBS
18153 LIBS="-llber $LIBPTHREAD $LIBS"
18154 cat >conftest.$ac_ext <<_ACEOF
18155 /* confdefs.h.  */
18156 _ACEOF
18157 cat confdefs.h >>conftest.$ac_ext
18158 cat >>conftest.$ac_ext <<_ACEOF
18159 /* end confdefs.h.  */
18160
18161 /* Override any GCC internal prototype to avoid an error.
18162    Use char because int might match the return type of a GCC
18163    builtin and then its argument prototype would still apply.  */
18164 #ifdef __cplusplus
18165 extern "C"
18166 #endif
18167 char ber_init ();
18168 int
18169 main ()
18170 {
18171 return ber_init ();
18172   ;
18173   return 0;
18174 }
18175 _ACEOF
18176 rm -f conftest.$ac_objext conftest$ac_exeext
18177 if { (ac_try="$ac_link"
18178 case "(($ac_try" in
18179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18180   *) ac_try_echo=$ac_try;;
18181 esac
18182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18183   (eval "$ac_link") 2>conftest.er1
18184   ac_status=$?
18185   grep -v '^ *+' conftest.er1 >conftest.err
18186   rm -f conftest.er1
18187   cat conftest.err >&5
18188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18189   (exit $ac_status); } && {
18190          test -z "$ac_c_werror_flag" ||
18191          test ! -s conftest.err
18192        } && test -s conftest$ac_exeext &&
18193        $as_test_x conftest$ac_exeext; then
18194   ac_cv_lib_lber_ber_init=yes
18195 else
18196   echo "$as_me: failed program was:" >&5
18197 sed 's/^/| /' conftest.$ac_ext >&5
18198
18199         ac_cv_lib_lber_ber_init=no
18200 fi
18201
18202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18203       conftest$ac_exeext conftest.$ac_ext
18204 LIBS=$ac_check_lib_save_LIBS
18205 fi
18206 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18207 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18208 if test $ac_cv_lib_lber_ber_init = yes; then
18209
18210 cat >>confdefs.h <<\_ACEOF
18211 #define HAVE_LDAP 1
18212 _ACEOF
18213
18214                  LDAPLIBS="-lldap_r -llber"
18215 fi
18216
18217 fi
18218
18219 fi
18220
18221     ac_wine_check_funcs_save_LIBS="$LIBS"
18222 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18223
18224
18225
18226
18227
18228
18229
18230
18231 for ac_func in \
18232         ldap_count_references \
18233         ldap_first_reference \
18234         ldap_next_reference \
18235         ldap_parse_reference \
18236         ldap_parse_sort_control \
18237         ldap_parse_sortresponse_control \
18238         ldap_parse_vlv_control \
18239         ldap_parse_vlvresponse_control
18240 do
18241 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18242 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18243 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18244 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18245   echo $ECHO_N "(cached) $ECHO_C" >&6
18246 else
18247   cat >conftest.$ac_ext <<_ACEOF
18248 /* confdefs.h.  */
18249 _ACEOF
18250 cat confdefs.h >>conftest.$ac_ext
18251 cat >>conftest.$ac_ext <<_ACEOF
18252 /* end confdefs.h.  */
18253 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18254    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18255 #define $ac_func innocuous_$ac_func
18256
18257 /* System header to define __stub macros and hopefully few prototypes,
18258     which can conflict with char $ac_func (); below.
18259     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18260     <limits.h> exists even on freestanding compilers.  */
18261
18262 #ifdef __STDC__
18263 # include <limits.h>
18264 #else
18265 # include <assert.h>
18266 #endif
18267
18268 #undef $ac_func
18269
18270 /* Override any GCC internal prototype to avoid an error.
18271    Use char because int might match the return type of a GCC
18272    builtin and then its argument prototype would still apply.  */
18273 #ifdef __cplusplus
18274 extern "C"
18275 #endif
18276 char $ac_func ();
18277 /* The GNU C library defines this for functions which it implements
18278     to always fail with ENOSYS.  Some functions are actually named
18279     something starting with __ and the normal name is an alias.  */
18280 #if defined __stub_$ac_func || defined __stub___$ac_func
18281 choke me
18282 #endif
18283
18284 int
18285 main ()
18286 {
18287 return $ac_func ();
18288   ;
18289   return 0;
18290 }
18291 _ACEOF
18292 rm -f conftest.$ac_objext conftest$ac_exeext
18293 if { (ac_try="$ac_link"
18294 case "(($ac_try" in
18295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18296   *) ac_try_echo=$ac_try;;
18297 esac
18298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18299   (eval "$ac_link") 2>conftest.er1
18300   ac_status=$?
18301   grep -v '^ *+' conftest.er1 >conftest.err
18302   rm -f conftest.er1
18303   cat conftest.err >&5
18304   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18305   (exit $ac_status); } && {
18306          test -z "$ac_c_werror_flag" ||
18307          test ! -s conftest.err
18308        } && test -s conftest$ac_exeext &&
18309        $as_test_x conftest$ac_exeext; then
18310   eval "$as_ac_var=yes"
18311 else
18312   echo "$as_me: failed program was:" >&5
18313 sed 's/^/| /' conftest.$ac_ext >&5
18314
18315         eval "$as_ac_var=no"
18316 fi
18317
18318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18319       conftest$ac_exeext conftest.$ac_ext
18320 fi
18321 ac_res=`eval echo '${'$as_ac_var'}'`
18322                { echo "$as_me:$LINENO: result: $ac_res" >&5
18323 echo "${ECHO_T}$ac_res" >&6; }
18324 if test `eval echo '${'$as_ac_var'}'` = yes; then
18325   cat >>confdefs.h <<_ACEOF
18326 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18327 _ACEOF
18328
18329 fi
18330 done
18331
18332 LIBS="$ac_wine_check_funcs_save_LIBS"
18333 fi
18334 if test "x$LDAPLIBS" = "x"; then
18335   case "x$with_ldap" in
18336   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18337   xno) ;;
18338   *)   { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18339 This is an error since --with-ldap was requested." >&5
18340 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18341 This is an error since --with-ldap was requested." >&2;}
18342    { (exit 1); exit 1; }; } ;;
18343 esac
18344 fi
18345
18346
18347
18348 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18349 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18350 if test "${ac_cv_c_const+set}" = set; then
18351   echo $ECHO_N "(cached) $ECHO_C" >&6
18352 else
18353   cat >conftest.$ac_ext <<_ACEOF
18354 /* confdefs.h.  */
18355 _ACEOF
18356 cat confdefs.h >>conftest.$ac_ext
18357 cat >>conftest.$ac_ext <<_ACEOF
18358 /* end confdefs.h.  */
18359
18360 int
18361 main ()
18362 {
18363 /* FIXME: Include the comments suggested by Paul. */
18364 #ifndef __cplusplus
18365   /* Ultrix mips cc rejects this.  */
18366   typedef int charset[2];
18367   const charset cs;
18368   /* SunOS 4.1.1 cc rejects this.  */
18369   char const *const *pcpcc;
18370   char **ppc;
18371   /* NEC SVR4.0.2 mips cc rejects this.  */
18372   struct point {int x, y;};
18373   static struct point const zero = {0,0};
18374   /* AIX XL C 1.02.0.0 rejects this.
18375      It does not let you subtract one const X* pointer from another in
18376      an arm of an if-expression whose if-part is not a constant
18377      expression */
18378   const char *g = "string";
18379   pcpcc = &g + (g ? g-g : 0);
18380   /* HPUX 7.0 cc rejects these. */
18381   ++pcpcc;
18382   ppc = (char**) pcpcc;
18383   pcpcc = (char const *const *) ppc;
18384   { /* SCO 3.2v4 cc rejects this.  */
18385     char *t;
18386     char const *s = 0 ? (char *) 0 : (char const *) 0;
18387
18388     *t++ = 0;
18389     if (s) return 0;
18390   }
18391   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
18392     int x[] = {25, 17};
18393     const int *foo = &x[0];
18394     ++foo;
18395   }
18396   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18397     typedef const int *iptr;
18398     iptr p = 0;
18399     ++p;
18400   }
18401   { /* AIX XL C 1.02.0.0 rejects this saying
18402        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18403     struct s { int j; const int *ap[3]; };
18404     struct s *b; b->j = 5;
18405   }
18406   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18407     const int foo = 10;
18408     if (!foo) return 0;
18409   }
18410   return !cs[0] && !zero.x;
18411 #endif
18412
18413   ;
18414   return 0;
18415 }
18416 _ACEOF
18417 rm -f conftest.$ac_objext
18418 if { (ac_try="$ac_compile"
18419 case "(($ac_try" in
18420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18421   *) ac_try_echo=$ac_try;;
18422 esac
18423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18424   (eval "$ac_compile") 2>conftest.er1
18425   ac_status=$?
18426   grep -v '^ *+' conftest.er1 >conftest.err
18427   rm -f conftest.er1
18428   cat conftest.err >&5
18429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18430   (exit $ac_status); } && {
18431          test -z "$ac_c_werror_flag" ||
18432          test ! -s conftest.err
18433        } && test -s conftest.$ac_objext; then
18434   ac_cv_c_const=yes
18435 else
18436   echo "$as_me: failed program was:" >&5
18437 sed 's/^/| /' conftest.$ac_ext >&5
18438
18439         ac_cv_c_const=no
18440 fi
18441
18442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18443 fi
18444 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18445 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18446 if test $ac_cv_c_const = no; then
18447
18448 cat >>confdefs.h <<\_ACEOF
18449 #define const
18450 _ACEOF
18451
18452 fi
18453
18454 { echo "$as_me:$LINENO: checking for inline" >&5
18455 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18456 if test "${ac_cv_c_inline+set}" = set; then
18457   echo $ECHO_N "(cached) $ECHO_C" >&6
18458 else
18459   ac_cv_c_inline=no
18460 for ac_kw in inline __inline__ __inline; do
18461   cat >conftest.$ac_ext <<_ACEOF
18462 /* confdefs.h.  */
18463 _ACEOF
18464 cat confdefs.h >>conftest.$ac_ext
18465 cat >>conftest.$ac_ext <<_ACEOF
18466 /* end confdefs.h.  */
18467 #ifndef __cplusplus
18468 typedef int foo_t;
18469 static $ac_kw foo_t static_foo () {return 0; }
18470 $ac_kw foo_t foo () {return 0; }
18471 #endif
18472
18473 _ACEOF
18474 rm -f conftest.$ac_objext
18475 if { (ac_try="$ac_compile"
18476 case "(($ac_try" in
18477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18478   *) ac_try_echo=$ac_try;;
18479 esac
18480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18481   (eval "$ac_compile") 2>conftest.er1
18482   ac_status=$?
18483   grep -v '^ *+' conftest.er1 >conftest.err
18484   rm -f conftest.er1
18485   cat conftest.err >&5
18486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18487   (exit $ac_status); } && {
18488          test -z "$ac_c_werror_flag" ||
18489          test ! -s conftest.err
18490        } && test -s conftest.$ac_objext; then
18491   ac_cv_c_inline=$ac_kw
18492 else
18493   echo "$as_me: failed program was:" >&5
18494 sed 's/^/| /' conftest.$ac_ext >&5
18495
18496
18497 fi
18498
18499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18500   test "$ac_cv_c_inline" != no && break
18501 done
18502
18503 fi
18504 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18505 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18506
18507
18508 case $ac_cv_c_inline in
18509   inline | yes) ;;
18510   *)
18511     case $ac_cv_c_inline in
18512       no) ac_val=;;
18513       *) ac_val=$ac_cv_c_inline;;
18514     esac
18515     cat >>confdefs.h <<_ACEOF
18516 #ifndef __cplusplus
18517 #define inline $ac_val
18518 #endif
18519 _ACEOF
18520     ;;
18521 esac
18522
18523 { echo "$as_me:$LINENO: checking for mode_t" >&5
18524 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18525 if test "${ac_cv_type_mode_t+set}" = set; then
18526   echo $ECHO_N "(cached) $ECHO_C" >&6
18527 else
18528   cat >conftest.$ac_ext <<_ACEOF
18529 /* confdefs.h.  */
18530 _ACEOF
18531 cat confdefs.h >>conftest.$ac_ext
18532 cat >>conftest.$ac_ext <<_ACEOF
18533 /* end confdefs.h.  */
18534 $ac_includes_default
18535 typedef mode_t ac__type_new_;
18536 int
18537 main ()
18538 {
18539 if ((ac__type_new_ *) 0)
18540   return 0;
18541 if (sizeof (ac__type_new_))
18542   return 0;
18543   ;
18544   return 0;
18545 }
18546 _ACEOF
18547 rm -f conftest.$ac_objext
18548 if { (ac_try="$ac_compile"
18549 case "(($ac_try" in
18550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18551   *) ac_try_echo=$ac_try;;
18552 esac
18553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18554   (eval "$ac_compile") 2>conftest.er1
18555   ac_status=$?
18556   grep -v '^ *+' conftest.er1 >conftest.err
18557   rm -f conftest.er1
18558   cat conftest.err >&5
18559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18560   (exit $ac_status); } && {
18561          test -z "$ac_c_werror_flag" ||
18562          test ! -s conftest.err
18563        } && test -s conftest.$ac_objext; then
18564   ac_cv_type_mode_t=yes
18565 else
18566   echo "$as_me: failed program was:" >&5
18567 sed 's/^/| /' conftest.$ac_ext >&5
18568
18569         ac_cv_type_mode_t=no
18570 fi
18571
18572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18573 fi
18574 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18575 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18576 if test $ac_cv_type_mode_t = yes; then
18577
18578 cat >>confdefs.h <<_ACEOF
18579 #define HAVE_MODE_T 1
18580 _ACEOF
18581
18582
18583 fi
18584 { echo "$as_me:$LINENO: checking for off_t" >&5
18585 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18586 if test "${ac_cv_type_off_t+set}" = set; then
18587   echo $ECHO_N "(cached) $ECHO_C" >&6
18588 else
18589   cat >conftest.$ac_ext <<_ACEOF
18590 /* confdefs.h.  */
18591 _ACEOF
18592 cat confdefs.h >>conftest.$ac_ext
18593 cat >>conftest.$ac_ext <<_ACEOF
18594 /* end confdefs.h.  */
18595 $ac_includes_default
18596 typedef off_t ac__type_new_;
18597 int
18598 main ()
18599 {
18600 if ((ac__type_new_ *) 0)
18601   return 0;
18602 if (sizeof (ac__type_new_))
18603   return 0;
18604   ;
18605   return 0;
18606 }
18607 _ACEOF
18608 rm -f conftest.$ac_objext
18609 if { (ac_try="$ac_compile"
18610 case "(($ac_try" in
18611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18612   *) ac_try_echo=$ac_try;;
18613 esac
18614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18615   (eval "$ac_compile") 2>conftest.er1
18616   ac_status=$?
18617   grep -v '^ *+' conftest.er1 >conftest.err
18618   rm -f conftest.er1
18619   cat conftest.err >&5
18620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18621   (exit $ac_status); } && {
18622          test -z "$ac_c_werror_flag" ||
18623          test ! -s conftest.err
18624        } && test -s conftest.$ac_objext; then
18625   ac_cv_type_off_t=yes
18626 else
18627   echo "$as_me: failed program was:" >&5
18628 sed 's/^/| /' conftest.$ac_ext >&5
18629
18630         ac_cv_type_off_t=no
18631 fi
18632
18633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18634 fi
18635 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18636 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18637 if test $ac_cv_type_off_t = yes; then
18638
18639 cat >>confdefs.h <<_ACEOF
18640 #define HAVE_OFF_T 1
18641 _ACEOF
18642
18643
18644 fi
18645 { echo "$as_me:$LINENO: checking for pid_t" >&5
18646 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18647 if test "${ac_cv_type_pid_t+set}" = set; then
18648   echo $ECHO_N "(cached) $ECHO_C" >&6
18649 else
18650   cat >conftest.$ac_ext <<_ACEOF
18651 /* confdefs.h.  */
18652 _ACEOF
18653 cat confdefs.h >>conftest.$ac_ext
18654 cat >>conftest.$ac_ext <<_ACEOF
18655 /* end confdefs.h.  */
18656 $ac_includes_default
18657 typedef pid_t ac__type_new_;
18658 int
18659 main ()
18660 {
18661 if ((ac__type_new_ *) 0)
18662   return 0;
18663 if (sizeof (ac__type_new_))
18664   return 0;
18665   ;
18666   return 0;
18667 }
18668 _ACEOF
18669 rm -f conftest.$ac_objext
18670 if { (ac_try="$ac_compile"
18671 case "(($ac_try" in
18672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18673   *) ac_try_echo=$ac_try;;
18674 esac
18675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18676   (eval "$ac_compile") 2>conftest.er1
18677   ac_status=$?
18678   grep -v '^ *+' conftest.er1 >conftest.err
18679   rm -f conftest.er1
18680   cat conftest.err >&5
18681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18682   (exit $ac_status); } && {
18683          test -z "$ac_c_werror_flag" ||
18684          test ! -s conftest.err
18685        } && test -s conftest.$ac_objext; then
18686   ac_cv_type_pid_t=yes
18687 else
18688   echo "$as_me: failed program was:" >&5
18689 sed 's/^/| /' conftest.$ac_ext >&5
18690
18691         ac_cv_type_pid_t=no
18692 fi
18693
18694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18695 fi
18696 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18697 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18698 if test $ac_cv_type_pid_t = yes; then
18699
18700 cat >>confdefs.h <<_ACEOF
18701 #define HAVE_PID_T 1
18702 _ACEOF
18703
18704
18705 fi
18706 { echo "$as_me:$LINENO: checking for size_t" >&5
18707 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18708 if test "${ac_cv_type_size_t+set}" = set; then
18709   echo $ECHO_N "(cached) $ECHO_C" >&6
18710 else
18711   cat >conftest.$ac_ext <<_ACEOF
18712 /* confdefs.h.  */
18713 _ACEOF
18714 cat confdefs.h >>conftest.$ac_ext
18715 cat >>conftest.$ac_ext <<_ACEOF
18716 /* end confdefs.h.  */
18717 $ac_includes_default
18718 typedef size_t ac__type_new_;
18719 int
18720 main ()
18721 {
18722 if ((ac__type_new_ *) 0)
18723   return 0;
18724 if (sizeof (ac__type_new_))
18725   return 0;
18726   ;
18727   return 0;
18728 }
18729 _ACEOF
18730 rm -f conftest.$ac_objext
18731 if { (ac_try="$ac_compile"
18732 case "(($ac_try" in
18733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18734   *) ac_try_echo=$ac_try;;
18735 esac
18736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18737   (eval "$ac_compile") 2>conftest.er1
18738   ac_status=$?
18739   grep -v '^ *+' conftest.er1 >conftest.err
18740   rm -f conftest.er1
18741   cat conftest.err >&5
18742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18743   (exit $ac_status); } && {
18744          test -z "$ac_c_werror_flag" ||
18745          test ! -s conftest.err
18746        } && test -s conftest.$ac_objext; then
18747   ac_cv_type_size_t=yes
18748 else
18749   echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.$ac_ext >&5
18751
18752         ac_cv_type_size_t=no
18753 fi
18754
18755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18756 fi
18757 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18758 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18759 if test $ac_cv_type_size_t = yes; then
18760
18761 cat >>confdefs.h <<_ACEOF
18762 #define HAVE_SIZE_T 1
18763 _ACEOF
18764
18765
18766 fi
18767 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18768 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18769 if test "${ac_cv_type_ssize_t+set}" = set; then
18770   echo $ECHO_N "(cached) $ECHO_C" >&6
18771 else
18772   cat >conftest.$ac_ext <<_ACEOF
18773 /* confdefs.h.  */
18774 _ACEOF
18775 cat confdefs.h >>conftest.$ac_ext
18776 cat >>conftest.$ac_ext <<_ACEOF
18777 /* end confdefs.h.  */
18778 $ac_includes_default
18779 typedef ssize_t ac__type_new_;
18780 int
18781 main ()
18782 {
18783 if ((ac__type_new_ *) 0)
18784   return 0;
18785 if (sizeof (ac__type_new_))
18786   return 0;
18787   ;
18788   return 0;
18789 }
18790 _ACEOF
18791 rm -f conftest.$ac_objext
18792 if { (ac_try="$ac_compile"
18793 case "(($ac_try" in
18794   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18795   *) ac_try_echo=$ac_try;;
18796 esac
18797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18798   (eval "$ac_compile") 2>conftest.er1
18799   ac_status=$?
18800   grep -v '^ *+' conftest.er1 >conftest.err
18801   rm -f conftest.er1
18802   cat conftest.err >&5
18803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18804   (exit $ac_status); } && {
18805          test -z "$ac_c_werror_flag" ||
18806          test ! -s conftest.err
18807        } && test -s conftest.$ac_objext; then
18808   ac_cv_type_ssize_t=yes
18809 else
18810   echo "$as_me: failed program was:" >&5
18811 sed 's/^/| /' conftest.$ac_ext >&5
18812
18813         ac_cv_type_ssize_t=no
18814 fi
18815
18816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18817 fi
18818 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18819 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18820 if test $ac_cv_type_ssize_t = yes; then
18821
18822 cat >>confdefs.h <<_ACEOF
18823 #define HAVE_SSIZE_T 1
18824 _ACEOF
18825
18826
18827 fi
18828 { echo "$as_me:$LINENO: checking for long long" >&5
18829 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18830 if test "${ac_cv_type_long_long+set}" = set; then
18831   echo $ECHO_N "(cached) $ECHO_C" >&6
18832 else
18833   cat >conftest.$ac_ext <<_ACEOF
18834 /* confdefs.h.  */
18835 _ACEOF
18836 cat confdefs.h >>conftest.$ac_ext
18837 cat >>conftest.$ac_ext <<_ACEOF
18838 /* end confdefs.h.  */
18839 $ac_includes_default
18840 typedef long long ac__type_new_;
18841 int
18842 main ()
18843 {
18844 if ((ac__type_new_ *) 0)
18845   return 0;
18846 if (sizeof (ac__type_new_))
18847   return 0;
18848   ;
18849   return 0;
18850 }
18851 _ACEOF
18852 rm -f conftest.$ac_objext
18853 if { (ac_try="$ac_compile"
18854 case "(($ac_try" in
18855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18856   *) ac_try_echo=$ac_try;;
18857 esac
18858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18859   (eval "$ac_compile") 2>conftest.er1
18860   ac_status=$?
18861   grep -v '^ *+' conftest.er1 >conftest.err
18862   rm -f conftest.er1
18863   cat conftest.err >&5
18864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18865   (exit $ac_status); } && {
18866          test -z "$ac_c_werror_flag" ||
18867          test ! -s conftest.err
18868        } && test -s conftest.$ac_objext; then
18869   ac_cv_type_long_long=yes
18870 else
18871   echo "$as_me: failed program was:" >&5
18872 sed 's/^/| /' conftest.$ac_ext >&5
18873
18874         ac_cv_type_long_long=no
18875 fi
18876
18877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18878 fi
18879 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18880 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18881 if test $ac_cv_type_long_long = yes; then
18882
18883 cat >>confdefs.h <<_ACEOF
18884 #define HAVE_LONG_LONG 1
18885 _ACEOF
18886
18887
18888 fi
18889 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18890 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18891 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18892   echo $ECHO_N "(cached) $ECHO_C" >&6
18893 else
18894   cat >conftest.$ac_ext <<_ACEOF
18895 /* confdefs.h.  */
18896 _ACEOF
18897 cat confdefs.h >>conftest.$ac_ext
18898 cat >>conftest.$ac_ext <<_ACEOF
18899 /* end confdefs.h.  */
18900 $ac_includes_default
18901 typedef fsblkcnt_t ac__type_new_;
18902 int
18903 main ()
18904 {
18905 if ((ac__type_new_ *) 0)
18906   return 0;
18907 if (sizeof (ac__type_new_))
18908   return 0;
18909   ;
18910   return 0;
18911 }
18912 _ACEOF
18913 rm -f conftest.$ac_objext
18914 if { (ac_try="$ac_compile"
18915 case "(($ac_try" in
18916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18917   *) ac_try_echo=$ac_try;;
18918 esac
18919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18920   (eval "$ac_compile") 2>conftest.er1
18921   ac_status=$?
18922   grep -v '^ *+' conftest.er1 >conftest.err
18923   rm -f conftest.er1
18924   cat conftest.err >&5
18925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18926   (exit $ac_status); } && {
18927          test -z "$ac_c_werror_flag" ||
18928          test ! -s conftest.err
18929        } && test -s conftest.$ac_objext; then
18930   ac_cv_type_fsblkcnt_t=yes
18931 else
18932   echo "$as_me: failed program was:" >&5
18933 sed 's/^/| /' conftest.$ac_ext >&5
18934
18935         ac_cv_type_fsblkcnt_t=no
18936 fi
18937
18938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18939 fi
18940 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18941 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18942 if test $ac_cv_type_fsblkcnt_t = yes; then
18943
18944 cat >>confdefs.h <<_ACEOF
18945 #define HAVE_FSBLKCNT_T 1
18946 _ACEOF
18947
18948
18949 fi
18950 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18951 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18952 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18953   echo $ECHO_N "(cached) $ECHO_C" >&6
18954 else
18955   cat >conftest.$ac_ext <<_ACEOF
18956 /* confdefs.h.  */
18957 _ACEOF
18958 cat confdefs.h >>conftest.$ac_ext
18959 cat >>conftest.$ac_ext <<_ACEOF
18960 /* end confdefs.h.  */
18961 $ac_includes_default
18962 typedef fsfilcnt_t ac__type_new_;
18963 int
18964 main ()
18965 {
18966 if ((ac__type_new_ *) 0)
18967   return 0;
18968 if (sizeof (ac__type_new_))
18969   return 0;
18970   ;
18971   return 0;
18972 }
18973 _ACEOF
18974 rm -f conftest.$ac_objext
18975 if { (ac_try="$ac_compile"
18976 case "(($ac_try" in
18977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18978   *) ac_try_echo=$ac_try;;
18979 esac
18980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18981   (eval "$ac_compile") 2>conftest.er1
18982   ac_status=$?
18983   grep -v '^ *+' conftest.er1 >conftest.err
18984   rm -f conftest.er1
18985   cat conftest.err >&5
18986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987   (exit $ac_status); } && {
18988          test -z "$ac_c_werror_flag" ||
18989          test ! -s conftest.err
18990        } && test -s conftest.$ac_objext; then
18991   ac_cv_type_fsfilcnt_t=yes
18992 else
18993   echo "$as_me: failed program was:" >&5
18994 sed 's/^/| /' conftest.$ac_ext >&5
18995
18996         ac_cv_type_fsfilcnt_t=no
18997 fi
18998
18999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19000 fi
19001 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19002 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19003 if test $ac_cv_type_fsfilcnt_t = yes; then
19004
19005 cat >>confdefs.h <<_ACEOF
19006 #define HAVE_FSFILCNT_T 1
19007 _ACEOF
19008
19009
19010 fi
19011
19012 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19013 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19014 if test "${ac_cv_type_sigset_t+set}" = set; then
19015   echo $ECHO_N "(cached) $ECHO_C" >&6
19016 else
19017   cat >conftest.$ac_ext <<_ACEOF
19018 /* confdefs.h.  */
19019 _ACEOF
19020 cat confdefs.h >>conftest.$ac_ext
19021 cat >>conftest.$ac_ext <<_ACEOF
19022 /* end confdefs.h.  */
19023 #include <sys/types.h>
19024 #include <signal.h>
19025
19026 typedef sigset_t ac__type_new_;
19027 int
19028 main ()
19029 {
19030 if ((ac__type_new_ *) 0)
19031   return 0;
19032 if (sizeof (ac__type_new_))
19033   return 0;
19034   ;
19035   return 0;
19036 }
19037 _ACEOF
19038 rm -f conftest.$ac_objext
19039 if { (ac_try="$ac_compile"
19040 case "(($ac_try" in
19041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19042   *) ac_try_echo=$ac_try;;
19043 esac
19044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19045   (eval "$ac_compile") 2>conftest.er1
19046   ac_status=$?
19047   grep -v '^ *+' conftest.er1 >conftest.err
19048   rm -f conftest.er1
19049   cat conftest.err >&5
19050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19051   (exit $ac_status); } && {
19052          test -z "$ac_c_werror_flag" ||
19053          test ! -s conftest.err
19054        } && test -s conftest.$ac_objext; then
19055   ac_cv_type_sigset_t=yes
19056 else
19057   echo "$as_me: failed program was:" >&5
19058 sed 's/^/| /' conftest.$ac_ext >&5
19059
19060         ac_cv_type_sigset_t=no
19061 fi
19062
19063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19064 fi
19065 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19066 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19067 if test $ac_cv_type_sigset_t = yes; then
19068
19069 cat >>confdefs.h <<_ACEOF
19070 #define HAVE_SIGSET_T 1
19071 _ACEOF
19072
19073
19074 fi
19075
19076 { echo "$as_me:$LINENO: checking for request_sense" >&5
19077 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19078 if test "${ac_cv_type_request_sense+set}" = set; then
19079   echo $ECHO_N "(cached) $ECHO_C" >&6
19080 else
19081   cat >conftest.$ac_ext <<_ACEOF
19082 /* confdefs.h.  */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h.  */
19087 #include <linux/cdrom.h>
19088
19089 typedef request_sense ac__type_new_;
19090 int
19091 main ()
19092 {
19093 if ((ac__type_new_ *) 0)
19094   return 0;
19095 if (sizeof (ac__type_new_))
19096   return 0;
19097   ;
19098   return 0;
19099 }
19100 _ACEOF
19101 rm -f conftest.$ac_objext
19102 if { (ac_try="$ac_compile"
19103 case "(($ac_try" in
19104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19105   *) ac_try_echo=$ac_try;;
19106 esac
19107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19108   (eval "$ac_compile") 2>conftest.er1
19109   ac_status=$?
19110   grep -v '^ *+' conftest.er1 >conftest.err
19111   rm -f conftest.er1
19112   cat conftest.err >&5
19113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19114   (exit $ac_status); } && {
19115          test -z "$ac_c_werror_flag" ||
19116          test ! -s conftest.err
19117        } && test -s conftest.$ac_objext; then
19118   ac_cv_type_request_sense=yes
19119 else
19120   echo "$as_me: failed program was:" >&5
19121 sed 's/^/| /' conftest.$ac_ext >&5
19122
19123         ac_cv_type_request_sense=no
19124 fi
19125
19126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19127 fi
19128 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19129 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19130 if test $ac_cv_type_request_sense = yes; then
19131
19132 cat >>confdefs.h <<_ACEOF
19133 #define HAVE_REQUEST_SENSE 1
19134 _ACEOF
19135
19136
19137 fi
19138
19139
19140 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19141 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19142 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19143   echo $ECHO_N "(cached) $ECHO_C" >&6
19144 else
19145   cat >conftest.$ac_ext <<_ACEOF
19146 /* confdefs.h.  */
19147 _ACEOF
19148 cat confdefs.h >>conftest.$ac_ext
19149 cat >>conftest.$ac_ext <<_ACEOF
19150 /* end confdefs.h.  */
19151 #ifdef HAVE_LINUX_INPUT_H
19152 #include <linux/input.h>
19153 #endif
19154
19155 int
19156 main ()
19157 {
19158 static struct ff_effect ac_aggr;
19159 if (ac_aggr.direction)
19160 return 0;
19161   ;
19162   return 0;
19163 }
19164 _ACEOF
19165 rm -f conftest.$ac_objext
19166 if { (ac_try="$ac_compile"
19167 case "(($ac_try" in
19168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19169   *) ac_try_echo=$ac_try;;
19170 esac
19171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19172   (eval "$ac_compile") 2>conftest.er1
19173   ac_status=$?
19174   grep -v '^ *+' conftest.er1 >conftest.err
19175   rm -f conftest.er1
19176   cat conftest.err >&5
19177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19178   (exit $ac_status); } && {
19179          test -z "$ac_c_werror_flag" ||
19180          test ! -s conftest.err
19181        } && test -s conftest.$ac_objext; then
19182   ac_cv_member_struct_ff_effect_direction=yes
19183 else
19184   echo "$as_me: failed program was:" >&5
19185 sed 's/^/| /' conftest.$ac_ext >&5
19186
19187         cat >conftest.$ac_ext <<_ACEOF
19188 /* confdefs.h.  */
19189 _ACEOF
19190 cat confdefs.h >>conftest.$ac_ext
19191 cat >>conftest.$ac_ext <<_ACEOF
19192 /* end confdefs.h.  */
19193 #ifdef HAVE_LINUX_INPUT_H
19194 #include <linux/input.h>
19195 #endif
19196
19197 int
19198 main ()
19199 {
19200 static struct ff_effect ac_aggr;
19201 if (sizeof ac_aggr.direction)
19202 return 0;
19203   ;
19204   return 0;
19205 }
19206 _ACEOF
19207 rm -f conftest.$ac_objext
19208 if { (ac_try="$ac_compile"
19209 case "(($ac_try" in
19210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19211   *) ac_try_echo=$ac_try;;
19212 esac
19213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19214   (eval "$ac_compile") 2>conftest.er1
19215   ac_status=$?
19216   grep -v '^ *+' conftest.er1 >conftest.err
19217   rm -f conftest.er1
19218   cat conftest.err >&5
19219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220   (exit $ac_status); } && {
19221          test -z "$ac_c_werror_flag" ||
19222          test ! -s conftest.err
19223        } && test -s conftest.$ac_objext; then
19224   ac_cv_member_struct_ff_effect_direction=yes
19225 else
19226   echo "$as_me: failed program was:" >&5
19227 sed 's/^/| /' conftest.$ac_ext >&5
19228
19229         ac_cv_member_struct_ff_effect_direction=no
19230 fi
19231
19232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19233 fi
19234
19235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19236 fi
19237 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19238 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19239 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19240
19241 cat >>confdefs.h <<_ACEOF
19242 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19243 _ACEOF
19244
19245
19246 fi
19247
19248
19249 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19250 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19251 if test "${wine_cv_have_sigaddset+set}" = set; then
19252   echo $ECHO_N "(cached) $ECHO_C" >&6
19253 else
19254   cat >conftest.$ac_ext <<_ACEOF
19255 /* confdefs.h.  */
19256 _ACEOF
19257 cat confdefs.h >>conftest.$ac_ext
19258 cat >>conftest.$ac_ext <<_ACEOF
19259 /* end confdefs.h.  */
19260 #include <signal.h>
19261 int
19262 main ()
19263 {
19264 sigset_t set; sigaddset(&set,SIGTERM);
19265   ;
19266   return 0;
19267 }
19268 _ACEOF
19269 rm -f conftest.$ac_objext conftest$ac_exeext
19270 if { (ac_try="$ac_link"
19271 case "(($ac_try" in
19272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19273   *) ac_try_echo=$ac_try;;
19274 esac
19275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19276   (eval "$ac_link") 2>conftest.er1
19277   ac_status=$?
19278   grep -v '^ *+' conftest.er1 >conftest.err
19279   rm -f conftest.er1
19280   cat conftest.err >&5
19281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19282   (exit $ac_status); } && {
19283          test -z "$ac_c_werror_flag" ||
19284          test ! -s conftest.err
19285        } && test -s conftest$ac_exeext &&
19286        $as_test_x conftest$ac_exeext; then
19287   wine_cv_have_sigaddset=yes
19288 else
19289   echo "$as_me: failed program was:" >&5
19290 sed 's/^/| /' conftest.$ac_ext >&5
19291
19292         wine_cv_have_sigaddset=no
19293 fi
19294
19295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19296       conftest$ac_exeext conftest.$ac_ext
19297 fi
19298 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19299 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19300 if test "$wine_cv_have_sigaddset" = "yes"
19301 then
19302
19303 cat >>confdefs.h <<\_ACEOF
19304 #define HAVE_SIGADDSET 1
19305 _ACEOF
19306
19307 fi
19308
19309
19310 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19311 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19312 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19313   echo $ECHO_N "(cached) $ECHO_C" >&6
19314 else
19315   cat >conftest.$ac_ext <<_ACEOF
19316 /* confdefs.h.  */
19317 _ACEOF
19318 cat confdefs.h >>conftest.$ac_ext
19319 cat >>conftest.$ac_ext <<_ACEOF
19320 /* end confdefs.h.  */
19321 #include <netdb.h>
19322 int
19323 main ()
19324 {
19325
19326     char *name=0;
19327     struct hostent he;
19328     struct hostent *result;
19329     char *buf=0;
19330     int bufsize=0;
19331     int res,errnr;
19332     char *addr=0;
19333     int addrlen=0;
19334     int addrtype=0;
19335     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19336     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19337
19338   ;
19339   return 0;
19340 }
19341 _ACEOF
19342 rm -f conftest.$ac_objext conftest$ac_exeext
19343 if { (ac_try="$ac_link"
19344 case "(($ac_try" in
19345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19346   *) ac_try_echo=$ac_try;;
19347 esac
19348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19349   (eval "$ac_link") 2>conftest.er1
19350   ac_status=$?
19351   grep -v '^ *+' conftest.er1 >conftest.err
19352   rm -f conftest.er1
19353   cat conftest.err >&5
19354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19355   (exit $ac_status); } && {
19356          test -z "$ac_c_werror_flag" ||
19357          test ! -s conftest.err
19358        } && test -s conftest$ac_exeext &&
19359        $as_test_x conftest$ac_exeext; then
19360   wine_cv_linux_gethostbyname_r_6=yes
19361 else
19362   echo "$as_me: failed program was:" >&5
19363 sed 's/^/| /' conftest.$ac_ext >&5
19364
19365         wine_cv_linux_gethostbyname_r_6=no
19366
19367 fi
19368
19369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19370       conftest$ac_exeext conftest.$ac_ext
19371
19372 fi
19373 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19374 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19375    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19376    then
19377
19378 cat >>confdefs.h <<\_ACEOF
19379 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19380 _ACEOF
19381
19382    fi
19383
19384 if test "$ac_cv_header_linux_joystick_h" = "yes"
19385 then
19386    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19387 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19388 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19389   echo $ECHO_N "(cached) $ECHO_C" >&6
19390 else
19391   cat >conftest.$ac_ext <<_ACEOF
19392 /* confdefs.h.  */
19393 _ACEOF
19394 cat confdefs.h >>conftest.$ac_ext
19395 cat >>conftest.$ac_ext <<_ACEOF
19396 /* end confdefs.h.  */
19397
19398         #include <sys/ioctl.h>
19399         #include <sys/types.h>
19400         #include <linux/joystick.h>
19401
19402         struct js_event blub;
19403         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19404         #error "no 2.2 header"
19405         #endif
19406
19407 int
19408 main ()
19409 {
19410 /*empty*/
19411   ;
19412   return 0;
19413 }
19414 _ACEOF
19415 rm -f conftest.$ac_objext
19416 if { (ac_try="$ac_compile"
19417 case "(($ac_try" in
19418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19419   *) ac_try_echo=$ac_try;;
19420 esac
19421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19422   (eval "$ac_compile") 2>conftest.er1
19423   ac_status=$?
19424   grep -v '^ *+' conftest.er1 >conftest.err
19425   rm -f conftest.er1
19426   cat conftest.err >&5
19427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19428   (exit $ac_status); } && {
19429          test -z "$ac_c_werror_flag" ||
19430          test ! -s conftest.err
19431        } && test -s conftest.$ac_objext; then
19432   wine_cv_linux_joystick_22_api=yes
19433 else
19434   echo "$as_me: failed program was:" >&5
19435 sed 's/^/| /' conftest.$ac_ext >&5
19436
19437         wine_cv_linux_joystick_22_api=no
19438 fi
19439
19440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19441
19442 fi
19443 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19444 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19445    if test "$wine_cv_linux_joystick_22_api" = "yes"
19446    then
19447
19448 cat >>confdefs.h <<\_ACEOF
19449 #define HAVE_LINUX_22_JOYSTICK_API 1
19450 _ACEOF
19451
19452    fi
19453 fi
19454
19455
19456 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19457 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19458 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19459   echo $ECHO_N "(cached) $ECHO_C" >&6
19460 else
19461   cat >conftest.$ac_ext <<_ACEOF
19462 /* confdefs.h.  */
19463 _ACEOF
19464 cat confdefs.h >>conftest.$ac_ext
19465 cat >>conftest.$ac_ext <<_ACEOF
19466 /* end confdefs.h.  */
19467 #include <sys/types.h>
19468 #ifdef HAVE_SYS_PARAM_H
19469 # include <sys/param.h>
19470 #endif
19471 #ifdef HAVE_SYS_MOUNT_H
19472 # include <sys/mount.h>
19473 #endif
19474 #ifdef HAVE_SYS_VFS_H
19475 # include <sys/vfs.h>
19476 #endif
19477 #ifdef HAVE_SYS_STATFS_H
19478 # include <sys/statfs.h>
19479 #endif
19480
19481 int
19482 main ()
19483 {
19484 static struct statfs ac_aggr;
19485 if (ac_aggr.f_bfree)
19486 return 0;
19487   ;
19488   return 0;
19489 }
19490 _ACEOF
19491 rm -f conftest.$ac_objext
19492 if { (ac_try="$ac_compile"
19493 case "(($ac_try" in
19494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19495   *) ac_try_echo=$ac_try;;
19496 esac
19497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19498   (eval "$ac_compile") 2>conftest.er1
19499   ac_status=$?
19500   grep -v '^ *+' conftest.er1 >conftest.err
19501   rm -f conftest.er1
19502   cat conftest.err >&5
19503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19504   (exit $ac_status); } && {
19505          test -z "$ac_c_werror_flag" ||
19506          test ! -s conftest.err
19507        } && test -s conftest.$ac_objext; then
19508   ac_cv_member_struct_statfs_f_bfree=yes
19509 else
19510   echo "$as_me: failed program was:" >&5
19511 sed 's/^/| /' conftest.$ac_ext >&5
19512
19513         cat >conftest.$ac_ext <<_ACEOF
19514 /* confdefs.h.  */
19515 _ACEOF
19516 cat confdefs.h >>conftest.$ac_ext
19517 cat >>conftest.$ac_ext <<_ACEOF
19518 /* end confdefs.h.  */
19519 #include <sys/types.h>
19520 #ifdef HAVE_SYS_PARAM_H
19521 # include <sys/param.h>
19522 #endif
19523 #ifdef HAVE_SYS_MOUNT_H
19524 # include <sys/mount.h>
19525 #endif
19526 #ifdef HAVE_SYS_VFS_H
19527 # include <sys/vfs.h>
19528 #endif
19529 #ifdef HAVE_SYS_STATFS_H
19530 # include <sys/statfs.h>
19531 #endif
19532
19533 int
19534 main ()
19535 {
19536 static struct statfs ac_aggr;
19537 if (sizeof ac_aggr.f_bfree)
19538 return 0;
19539   ;
19540   return 0;
19541 }
19542 _ACEOF
19543 rm -f conftest.$ac_objext
19544 if { (ac_try="$ac_compile"
19545 case "(($ac_try" in
19546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19547   *) ac_try_echo=$ac_try;;
19548 esac
19549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19550   (eval "$ac_compile") 2>conftest.er1
19551   ac_status=$?
19552   grep -v '^ *+' conftest.er1 >conftest.err
19553   rm -f conftest.er1
19554   cat conftest.err >&5
19555   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19556   (exit $ac_status); } && {
19557          test -z "$ac_c_werror_flag" ||
19558          test ! -s conftest.err
19559        } && test -s conftest.$ac_objext; then
19560   ac_cv_member_struct_statfs_f_bfree=yes
19561 else
19562   echo "$as_me: failed program was:" >&5
19563 sed 's/^/| /' conftest.$ac_ext >&5
19564
19565         ac_cv_member_struct_statfs_f_bfree=no
19566 fi
19567
19568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19569 fi
19570
19571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19572 fi
19573 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19574 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19575 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19576
19577 cat >>confdefs.h <<_ACEOF
19578 #define HAVE_STRUCT_STATFS_F_BFREE 1
19579 _ACEOF
19580
19581
19582 fi
19583 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19584 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19585 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19586   echo $ECHO_N "(cached) $ECHO_C" >&6
19587 else
19588   cat >conftest.$ac_ext <<_ACEOF
19589 /* confdefs.h.  */
19590 _ACEOF
19591 cat confdefs.h >>conftest.$ac_ext
19592 cat >>conftest.$ac_ext <<_ACEOF
19593 /* end confdefs.h.  */
19594 #include <sys/types.h>
19595 #ifdef HAVE_SYS_PARAM_H
19596 # include <sys/param.h>
19597 #endif
19598 #ifdef HAVE_SYS_MOUNT_H
19599 # include <sys/mount.h>
19600 #endif
19601 #ifdef HAVE_SYS_VFS_H
19602 # include <sys/vfs.h>
19603 #endif
19604 #ifdef HAVE_SYS_STATFS_H
19605 # include <sys/statfs.h>
19606 #endif
19607
19608 int
19609 main ()
19610 {
19611 static struct statfs ac_aggr;
19612 if (ac_aggr.f_bavail)
19613 return 0;
19614   ;
19615   return 0;
19616 }
19617 _ACEOF
19618 rm -f conftest.$ac_objext
19619 if { (ac_try="$ac_compile"
19620 case "(($ac_try" in
19621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19622   *) ac_try_echo=$ac_try;;
19623 esac
19624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19625   (eval "$ac_compile") 2>conftest.er1
19626   ac_status=$?
19627   grep -v '^ *+' conftest.er1 >conftest.err
19628   rm -f conftest.er1
19629   cat conftest.err >&5
19630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19631   (exit $ac_status); } && {
19632          test -z "$ac_c_werror_flag" ||
19633          test ! -s conftest.err
19634        } && test -s conftest.$ac_objext; then
19635   ac_cv_member_struct_statfs_f_bavail=yes
19636 else
19637   echo "$as_me: failed program was:" >&5
19638 sed 's/^/| /' conftest.$ac_ext >&5
19639
19640         cat >conftest.$ac_ext <<_ACEOF
19641 /* confdefs.h.  */
19642 _ACEOF
19643 cat confdefs.h >>conftest.$ac_ext
19644 cat >>conftest.$ac_ext <<_ACEOF
19645 /* end confdefs.h.  */
19646 #include <sys/types.h>
19647 #ifdef HAVE_SYS_PARAM_H
19648 # include <sys/param.h>
19649 #endif
19650 #ifdef HAVE_SYS_MOUNT_H
19651 # include <sys/mount.h>
19652 #endif
19653 #ifdef HAVE_SYS_VFS_H
19654 # include <sys/vfs.h>
19655 #endif
19656 #ifdef HAVE_SYS_STATFS_H
19657 # include <sys/statfs.h>
19658 #endif
19659
19660 int
19661 main ()
19662 {
19663 static struct statfs ac_aggr;
19664 if (sizeof ac_aggr.f_bavail)
19665 return 0;
19666   ;
19667   return 0;
19668 }
19669 _ACEOF
19670 rm -f conftest.$ac_objext
19671 if { (ac_try="$ac_compile"
19672 case "(($ac_try" in
19673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19674   *) ac_try_echo=$ac_try;;
19675 esac
19676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19677   (eval "$ac_compile") 2>conftest.er1
19678   ac_status=$?
19679   grep -v '^ *+' conftest.er1 >conftest.err
19680   rm -f conftest.er1
19681   cat conftest.err >&5
19682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19683   (exit $ac_status); } && {
19684          test -z "$ac_c_werror_flag" ||
19685          test ! -s conftest.err
19686        } && test -s conftest.$ac_objext; then
19687   ac_cv_member_struct_statfs_f_bavail=yes
19688 else
19689   echo "$as_me: failed program was:" >&5
19690 sed 's/^/| /' conftest.$ac_ext >&5
19691
19692         ac_cv_member_struct_statfs_f_bavail=no
19693 fi
19694
19695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19696 fi
19697
19698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19699 fi
19700 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19701 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19702 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19703
19704 cat >>confdefs.h <<_ACEOF
19705 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19706 _ACEOF
19707
19708
19709 fi
19710 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19711 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19712 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19713   echo $ECHO_N "(cached) $ECHO_C" >&6
19714 else
19715   cat >conftest.$ac_ext <<_ACEOF
19716 /* confdefs.h.  */
19717 _ACEOF
19718 cat confdefs.h >>conftest.$ac_ext
19719 cat >>conftest.$ac_ext <<_ACEOF
19720 /* end confdefs.h.  */
19721 #include <sys/types.h>
19722 #ifdef HAVE_SYS_PARAM_H
19723 # include <sys/param.h>
19724 #endif
19725 #ifdef HAVE_SYS_MOUNT_H
19726 # include <sys/mount.h>
19727 #endif
19728 #ifdef HAVE_SYS_VFS_H
19729 # include <sys/vfs.h>
19730 #endif
19731 #ifdef HAVE_SYS_STATFS_H
19732 # include <sys/statfs.h>
19733 #endif
19734
19735 int
19736 main ()
19737 {
19738 static struct statfs ac_aggr;
19739 if (ac_aggr.f_frsize)
19740 return 0;
19741   ;
19742   return 0;
19743 }
19744 _ACEOF
19745 rm -f conftest.$ac_objext
19746 if { (ac_try="$ac_compile"
19747 case "(($ac_try" in
19748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19749   *) ac_try_echo=$ac_try;;
19750 esac
19751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19752   (eval "$ac_compile") 2>conftest.er1
19753   ac_status=$?
19754   grep -v '^ *+' conftest.er1 >conftest.err
19755   rm -f conftest.er1
19756   cat conftest.err >&5
19757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19758   (exit $ac_status); } && {
19759          test -z "$ac_c_werror_flag" ||
19760          test ! -s conftest.err
19761        } && test -s conftest.$ac_objext; then
19762   ac_cv_member_struct_statfs_f_frsize=yes
19763 else
19764   echo "$as_me: failed program was:" >&5
19765 sed 's/^/| /' conftest.$ac_ext >&5
19766
19767         cat >conftest.$ac_ext <<_ACEOF
19768 /* confdefs.h.  */
19769 _ACEOF
19770 cat confdefs.h >>conftest.$ac_ext
19771 cat >>conftest.$ac_ext <<_ACEOF
19772 /* end confdefs.h.  */
19773 #include <sys/types.h>
19774 #ifdef HAVE_SYS_PARAM_H
19775 # include <sys/param.h>
19776 #endif
19777 #ifdef HAVE_SYS_MOUNT_H
19778 # include <sys/mount.h>
19779 #endif
19780 #ifdef HAVE_SYS_VFS_H
19781 # include <sys/vfs.h>
19782 #endif
19783 #ifdef HAVE_SYS_STATFS_H
19784 # include <sys/statfs.h>
19785 #endif
19786
19787 int
19788 main ()
19789 {
19790 static struct statfs ac_aggr;
19791 if (sizeof ac_aggr.f_frsize)
19792 return 0;
19793   ;
19794   return 0;
19795 }
19796 _ACEOF
19797 rm -f conftest.$ac_objext
19798 if { (ac_try="$ac_compile"
19799 case "(($ac_try" in
19800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19801   *) ac_try_echo=$ac_try;;
19802 esac
19803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19804   (eval "$ac_compile") 2>conftest.er1
19805   ac_status=$?
19806   grep -v '^ *+' conftest.er1 >conftest.err
19807   rm -f conftest.er1
19808   cat conftest.err >&5
19809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19810   (exit $ac_status); } && {
19811          test -z "$ac_c_werror_flag" ||
19812          test ! -s conftest.err
19813        } && test -s conftest.$ac_objext; then
19814   ac_cv_member_struct_statfs_f_frsize=yes
19815 else
19816   echo "$as_me: failed program was:" >&5
19817 sed 's/^/| /' conftest.$ac_ext >&5
19818
19819         ac_cv_member_struct_statfs_f_frsize=no
19820 fi
19821
19822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19823 fi
19824
19825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19826 fi
19827 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19828 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19829 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19830
19831 cat >>confdefs.h <<_ACEOF
19832 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19833 _ACEOF
19834
19835
19836 fi
19837 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19838 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19839 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19840   echo $ECHO_N "(cached) $ECHO_C" >&6
19841 else
19842   cat >conftest.$ac_ext <<_ACEOF
19843 /* confdefs.h.  */
19844 _ACEOF
19845 cat confdefs.h >>conftest.$ac_ext
19846 cat >>conftest.$ac_ext <<_ACEOF
19847 /* end confdefs.h.  */
19848 #include <sys/types.h>
19849 #ifdef HAVE_SYS_PARAM_H
19850 # include <sys/param.h>
19851 #endif
19852 #ifdef HAVE_SYS_MOUNT_H
19853 # include <sys/mount.h>
19854 #endif
19855 #ifdef HAVE_SYS_VFS_H
19856 # include <sys/vfs.h>
19857 #endif
19858 #ifdef HAVE_SYS_STATFS_H
19859 # include <sys/statfs.h>
19860 #endif
19861
19862 int
19863 main ()
19864 {
19865 static struct statfs ac_aggr;
19866 if (ac_aggr.f_ffree)
19867 return 0;
19868   ;
19869   return 0;
19870 }
19871 _ACEOF
19872 rm -f conftest.$ac_objext
19873 if { (ac_try="$ac_compile"
19874 case "(($ac_try" in
19875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19876   *) ac_try_echo=$ac_try;;
19877 esac
19878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19879   (eval "$ac_compile") 2>conftest.er1
19880   ac_status=$?
19881   grep -v '^ *+' conftest.er1 >conftest.err
19882   rm -f conftest.er1
19883   cat conftest.err >&5
19884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19885   (exit $ac_status); } && {
19886          test -z "$ac_c_werror_flag" ||
19887          test ! -s conftest.err
19888        } && test -s conftest.$ac_objext; then
19889   ac_cv_member_struct_statfs_f_ffree=yes
19890 else
19891   echo "$as_me: failed program was:" >&5
19892 sed 's/^/| /' conftest.$ac_ext >&5
19893
19894         cat >conftest.$ac_ext <<_ACEOF
19895 /* confdefs.h.  */
19896 _ACEOF
19897 cat confdefs.h >>conftest.$ac_ext
19898 cat >>conftest.$ac_ext <<_ACEOF
19899 /* end confdefs.h.  */
19900 #include <sys/types.h>
19901 #ifdef HAVE_SYS_PARAM_H
19902 # include <sys/param.h>
19903 #endif
19904 #ifdef HAVE_SYS_MOUNT_H
19905 # include <sys/mount.h>
19906 #endif
19907 #ifdef HAVE_SYS_VFS_H
19908 # include <sys/vfs.h>
19909 #endif
19910 #ifdef HAVE_SYS_STATFS_H
19911 # include <sys/statfs.h>
19912 #endif
19913
19914 int
19915 main ()
19916 {
19917 static struct statfs ac_aggr;
19918 if (sizeof ac_aggr.f_ffree)
19919 return 0;
19920   ;
19921   return 0;
19922 }
19923 _ACEOF
19924 rm -f conftest.$ac_objext
19925 if { (ac_try="$ac_compile"
19926 case "(($ac_try" in
19927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19928   *) ac_try_echo=$ac_try;;
19929 esac
19930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19931   (eval "$ac_compile") 2>conftest.er1
19932   ac_status=$?
19933   grep -v '^ *+' conftest.er1 >conftest.err
19934   rm -f conftest.er1
19935   cat conftest.err >&5
19936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19937   (exit $ac_status); } && {
19938          test -z "$ac_c_werror_flag" ||
19939          test ! -s conftest.err
19940        } && test -s conftest.$ac_objext; then
19941   ac_cv_member_struct_statfs_f_ffree=yes
19942 else
19943   echo "$as_me: failed program was:" >&5
19944 sed 's/^/| /' conftest.$ac_ext >&5
19945
19946         ac_cv_member_struct_statfs_f_ffree=no
19947 fi
19948
19949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19950 fi
19951
19952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19953 fi
19954 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19955 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19956 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19957
19958 cat >>confdefs.h <<_ACEOF
19959 #define HAVE_STRUCT_STATFS_F_FFREE 1
19960 _ACEOF
19961
19962
19963 fi
19964 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19965 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19966 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19967   echo $ECHO_N "(cached) $ECHO_C" >&6
19968 else
19969   cat >conftest.$ac_ext <<_ACEOF
19970 /* confdefs.h.  */
19971 _ACEOF
19972 cat confdefs.h >>conftest.$ac_ext
19973 cat >>conftest.$ac_ext <<_ACEOF
19974 /* end confdefs.h.  */
19975 #include <sys/types.h>
19976 #ifdef HAVE_SYS_PARAM_H
19977 # include <sys/param.h>
19978 #endif
19979 #ifdef HAVE_SYS_MOUNT_H
19980 # include <sys/mount.h>
19981 #endif
19982 #ifdef HAVE_SYS_VFS_H
19983 # include <sys/vfs.h>
19984 #endif
19985 #ifdef HAVE_SYS_STATFS_H
19986 # include <sys/statfs.h>
19987 #endif
19988
19989 int
19990 main ()
19991 {
19992 static struct statfs ac_aggr;
19993 if (ac_aggr.f_favail)
19994 return 0;
19995   ;
19996   return 0;
19997 }
19998 _ACEOF
19999 rm -f conftest.$ac_objext
20000 if { (ac_try="$ac_compile"
20001 case "(($ac_try" in
20002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20003   *) ac_try_echo=$ac_try;;
20004 esac
20005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20006   (eval "$ac_compile") 2>conftest.er1
20007   ac_status=$?
20008   grep -v '^ *+' conftest.er1 >conftest.err
20009   rm -f conftest.er1
20010   cat conftest.err >&5
20011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20012   (exit $ac_status); } && {
20013          test -z "$ac_c_werror_flag" ||
20014          test ! -s conftest.err
20015        } && test -s conftest.$ac_objext; then
20016   ac_cv_member_struct_statfs_f_favail=yes
20017 else
20018   echo "$as_me: failed program was:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20020
20021         cat >conftest.$ac_ext <<_ACEOF
20022 /* confdefs.h.  */
20023 _ACEOF
20024 cat confdefs.h >>conftest.$ac_ext
20025 cat >>conftest.$ac_ext <<_ACEOF
20026 /* end confdefs.h.  */
20027 #include <sys/types.h>
20028 #ifdef HAVE_SYS_PARAM_H
20029 # include <sys/param.h>
20030 #endif
20031 #ifdef HAVE_SYS_MOUNT_H
20032 # include <sys/mount.h>
20033 #endif
20034 #ifdef HAVE_SYS_VFS_H
20035 # include <sys/vfs.h>
20036 #endif
20037 #ifdef HAVE_SYS_STATFS_H
20038 # include <sys/statfs.h>
20039 #endif
20040
20041 int
20042 main ()
20043 {
20044 static struct statfs ac_aggr;
20045 if (sizeof ac_aggr.f_favail)
20046 return 0;
20047   ;
20048   return 0;
20049 }
20050 _ACEOF
20051 rm -f conftest.$ac_objext
20052 if { (ac_try="$ac_compile"
20053 case "(($ac_try" in
20054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20055   *) ac_try_echo=$ac_try;;
20056 esac
20057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20058   (eval "$ac_compile") 2>conftest.er1
20059   ac_status=$?
20060   grep -v '^ *+' conftest.er1 >conftest.err
20061   rm -f conftest.er1
20062   cat conftest.err >&5
20063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20064   (exit $ac_status); } && {
20065          test -z "$ac_c_werror_flag" ||
20066          test ! -s conftest.err
20067        } && test -s conftest.$ac_objext; then
20068   ac_cv_member_struct_statfs_f_favail=yes
20069 else
20070   echo "$as_me: failed program was:" >&5
20071 sed 's/^/| /' conftest.$ac_ext >&5
20072
20073         ac_cv_member_struct_statfs_f_favail=no
20074 fi
20075
20076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20077 fi
20078
20079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20080 fi
20081 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20082 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20083 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20084
20085 cat >>confdefs.h <<_ACEOF
20086 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20087 _ACEOF
20088
20089
20090 fi
20091 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20092 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20093 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20094   echo $ECHO_N "(cached) $ECHO_C" >&6
20095 else
20096   cat >conftest.$ac_ext <<_ACEOF
20097 /* confdefs.h.  */
20098 _ACEOF
20099 cat confdefs.h >>conftest.$ac_ext
20100 cat >>conftest.$ac_ext <<_ACEOF
20101 /* end confdefs.h.  */
20102 #include <sys/types.h>
20103 #ifdef HAVE_SYS_PARAM_H
20104 # include <sys/param.h>
20105 #endif
20106 #ifdef HAVE_SYS_MOUNT_H
20107 # include <sys/mount.h>
20108 #endif
20109 #ifdef HAVE_SYS_VFS_H
20110 # include <sys/vfs.h>
20111 #endif
20112 #ifdef HAVE_SYS_STATFS_H
20113 # include <sys/statfs.h>
20114 #endif
20115
20116 int
20117 main ()
20118 {
20119 static struct statfs ac_aggr;
20120 if (ac_aggr.f_namelen)
20121 return 0;
20122   ;
20123   return 0;
20124 }
20125 _ACEOF
20126 rm -f conftest.$ac_objext
20127 if { (ac_try="$ac_compile"
20128 case "(($ac_try" in
20129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20130   *) ac_try_echo=$ac_try;;
20131 esac
20132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20133   (eval "$ac_compile") 2>conftest.er1
20134   ac_status=$?
20135   grep -v '^ *+' conftest.er1 >conftest.err
20136   rm -f conftest.er1
20137   cat conftest.err >&5
20138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139   (exit $ac_status); } && {
20140          test -z "$ac_c_werror_flag" ||
20141          test ! -s conftest.err
20142        } && test -s conftest.$ac_objext; then
20143   ac_cv_member_struct_statfs_f_namelen=yes
20144 else
20145   echo "$as_me: failed program was:" >&5
20146 sed 's/^/| /' conftest.$ac_ext >&5
20147
20148         cat >conftest.$ac_ext <<_ACEOF
20149 /* confdefs.h.  */
20150 _ACEOF
20151 cat confdefs.h >>conftest.$ac_ext
20152 cat >>conftest.$ac_ext <<_ACEOF
20153 /* end confdefs.h.  */
20154 #include <sys/types.h>
20155 #ifdef HAVE_SYS_PARAM_H
20156 # include <sys/param.h>
20157 #endif
20158 #ifdef HAVE_SYS_MOUNT_H
20159 # include <sys/mount.h>
20160 #endif
20161 #ifdef HAVE_SYS_VFS_H
20162 # include <sys/vfs.h>
20163 #endif
20164 #ifdef HAVE_SYS_STATFS_H
20165 # include <sys/statfs.h>
20166 #endif
20167
20168 int
20169 main ()
20170 {
20171 static struct statfs ac_aggr;
20172 if (sizeof ac_aggr.f_namelen)
20173 return 0;
20174   ;
20175   return 0;
20176 }
20177 _ACEOF
20178 rm -f conftest.$ac_objext
20179 if { (ac_try="$ac_compile"
20180 case "(($ac_try" in
20181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20182   *) ac_try_echo=$ac_try;;
20183 esac
20184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20185   (eval "$ac_compile") 2>conftest.er1
20186   ac_status=$?
20187   grep -v '^ *+' conftest.er1 >conftest.err
20188   rm -f conftest.er1
20189   cat conftest.err >&5
20190   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20191   (exit $ac_status); } && {
20192          test -z "$ac_c_werror_flag" ||
20193          test ! -s conftest.err
20194        } && test -s conftest.$ac_objext; then
20195   ac_cv_member_struct_statfs_f_namelen=yes
20196 else
20197   echo "$as_me: failed program was:" >&5
20198 sed 's/^/| /' conftest.$ac_ext >&5
20199
20200         ac_cv_member_struct_statfs_f_namelen=no
20201 fi
20202
20203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20204 fi
20205
20206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20207 fi
20208 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20209 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20210 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20211
20212 cat >>confdefs.h <<_ACEOF
20213 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20214 _ACEOF
20215
20216
20217 fi
20218
20219
20220 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20221 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20222 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20223   echo $ECHO_N "(cached) $ECHO_C" >&6
20224 else
20225   cat >conftest.$ac_ext <<_ACEOF
20226 /* confdefs.h.  */
20227 _ACEOF
20228 cat confdefs.h >>conftest.$ac_ext
20229 cat >>conftest.$ac_ext <<_ACEOF
20230 /* end confdefs.h.  */
20231 #ifdef HAVE_SYS_STATVFS_H
20232 #include <sys/statvfs.h>
20233 #endif
20234
20235 int
20236 main ()
20237 {
20238 static struct statvfs ac_aggr;
20239 if (ac_aggr.f_blocks)
20240 return 0;
20241   ;
20242   return 0;
20243 }
20244 _ACEOF
20245 rm -f conftest.$ac_objext
20246 if { (ac_try="$ac_compile"
20247 case "(($ac_try" in
20248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20249   *) ac_try_echo=$ac_try;;
20250 esac
20251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20252   (eval "$ac_compile") 2>conftest.er1
20253   ac_status=$?
20254   grep -v '^ *+' conftest.er1 >conftest.err
20255   rm -f conftest.er1
20256   cat conftest.err >&5
20257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20258   (exit $ac_status); } && {
20259          test -z "$ac_c_werror_flag" ||
20260          test ! -s conftest.err
20261        } && test -s conftest.$ac_objext; then
20262   ac_cv_member_struct_statvfs_f_blocks=yes
20263 else
20264   echo "$as_me: failed program was:" >&5
20265 sed 's/^/| /' conftest.$ac_ext >&5
20266
20267         cat >conftest.$ac_ext <<_ACEOF
20268 /* confdefs.h.  */
20269 _ACEOF
20270 cat confdefs.h >>conftest.$ac_ext
20271 cat >>conftest.$ac_ext <<_ACEOF
20272 /* end confdefs.h.  */
20273 #ifdef HAVE_SYS_STATVFS_H
20274 #include <sys/statvfs.h>
20275 #endif
20276
20277 int
20278 main ()
20279 {
20280 static struct statvfs ac_aggr;
20281 if (sizeof ac_aggr.f_blocks)
20282 return 0;
20283   ;
20284   return 0;
20285 }
20286 _ACEOF
20287 rm -f conftest.$ac_objext
20288 if { (ac_try="$ac_compile"
20289 case "(($ac_try" in
20290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20291   *) ac_try_echo=$ac_try;;
20292 esac
20293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20294   (eval "$ac_compile") 2>conftest.er1
20295   ac_status=$?
20296   grep -v '^ *+' conftest.er1 >conftest.err
20297   rm -f conftest.er1
20298   cat conftest.err >&5
20299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20300   (exit $ac_status); } && {
20301          test -z "$ac_c_werror_flag" ||
20302          test ! -s conftest.err
20303        } && test -s conftest.$ac_objext; then
20304   ac_cv_member_struct_statvfs_f_blocks=yes
20305 else
20306   echo "$as_me: failed program was:" >&5
20307 sed 's/^/| /' conftest.$ac_ext >&5
20308
20309         ac_cv_member_struct_statvfs_f_blocks=no
20310 fi
20311
20312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20313 fi
20314
20315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20316 fi
20317 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20318 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20319 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20320
20321 cat >>confdefs.h <<_ACEOF
20322 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20323 _ACEOF
20324
20325
20326 fi
20327
20328
20329 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20330 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20331 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20332   echo $ECHO_N "(cached) $ECHO_C" >&6
20333 else
20334   cat >conftest.$ac_ext <<_ACEOF
20335 /* confdefs.h.  */
20336 _ACEOF
20337 cat confdefs.h >>conftest.$ac_ext
20338 cat >>conftest.$ac_ext <<_ACEOF
20339 /* end confdefs.h.  */
20340 #include <sys/types.h>
20341 #ifdef HAVE_SYS_SOCKET_H
20342 # include <sys/socket.h>
20343 #endif
20344 #ifdef HAVE_SYS_UN_H
20345 # include <sys/un.h>
20346 #endif
20347
20348 int
20349 main ()
20350 {
20351 static struct msghdr ac_aggr;
20352 if (ac_aggr.msg_accrights)
20353 return 0;
20354   ;
20355   return 0;
20356 }
20357 _ACEOF
20358 rm -f conftest.$ac_objext
20359 if { (ac_try="$ac_compile"
20360 case "(($ac_try" in
20361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20362   *) ac_try_echo=$ac_try;;
20363 esac
20364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20365   (eval "$ac_compile") 2>conftest.er1
20366   ac_status=$?
20367   grep -v '^ *+' conftest.er1 >conftest.err
20368   rm -f conftest.er1
20369   cat conftest.err >&5
20370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20371   (exit $ac_status); } && {
20372          test -z "$ac_c_werror_flag" ||
20373          test ! -s conftest.err
20374        } && test -s conftest.$ac_objext; then
20375   ac_cv_member_struct_msghdr_msg_accrights=yes
20376 else
20377   echo "$as_me: failed program was:" >&5
20378 sed 's/^/| /' conftest.$ac_ext >&5
20379
20380         cat >conftest.$ac_ext <<_ACEOF
20381 /* confdefs.h.  */
20382 _ACEOF
20383 cat confdefs.h >>conftest.$ac_ext
20384 cat >>conftest.$ac_ext <<_ACEOF
20385 /* end confdefs.h.  */
20386 #include <sys/types.h>
20387 #ifdef HAVE_SYS_SOCKET_H
20388 # include <sys/socket.h>
20389 #endif
20390 #ifdef HAVE_SYS_UN_H
20391 # include <sys/un.h>
20392 #endif
20393
20394 int
20395 main ()
20396 {
20397 static struct msghdr ac_aggr;
20398 if (sizeof ac_aggr.msg_accrights)
20399 return 0;
20400   ;
20401   return 0;
20402 }
20403 _ACEOF
20404 rm -f conftest.$ac_objext
20405 if { (ac_try="$ac_compile"
20406 case "(($ac_try" in
20407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20408   *) ac_try_echo=$ac_try;;
20409 esac
20410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20411   (eval "$ac_compile") 2>conftest.er1
20412   ac_status=$?
20413   grep -v '^ *+' conftest.er1 >conftest.err
20414   rm -f conftest.er1
20415   cat conftest.err >&5
20416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417   (exit $ac_status); } && {
20418          test -z "$ac_c_werror_flag" ||
20419          test ! -s conftest.err
20420        } && test -s conftest.$ac_objext; then
20421   ac_cv_member_struct_msghdr_msg_accrights=yes
20422 else
20423   echo "$as_me: failed program was:" >&5
20424 sed 's/^/| /' conftest.$ac_ext >&5
20425
20426         ac_cv_member_struct_msghdr_msg_accrights=no
20427 fi
20428
20429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20430 fi
20431
20432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20433 fi
20434 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20435 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20436 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20437
20438 cat >>confdefs.h <<_ACEOF
20439 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20440 _ACEOF
20441
20442
20443 fi
20444 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20445 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20446 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20447   echo $ECHO_N "(cached) $ECHO_C" >&6
20448 else
20449   cat >conftest.$ac_ext <<_ACEOF
20450 /* confdefs.h.  */
20451 _ACEOF
20452 cat confdefs.h >>conftest.$ac_ext
20453 cat >>conftest.$ac_ext <<_ACEOF
20454 /* end confdefs.h.  */
20455 #include <sys/types.h>
20456 #ifdef HAVE_SYS_SOCKET_H
20457 # include <sys/socket.h>
20458 #endif
20459 #ifdef HAVE_SYS_UN_H
20460 # include <sys/un.h>
20461 #endif
20462
20463 int
20464 main ()
20465 {
20466 static struct sockaddr ac_aggr;
20467 if (ac_aggr.sa_len)
20468 return 0;
20469   ;
20470   return 0;
20471 }
20472 _ACEOF
20473 rm -f conftest.$ac_objext
20474 if { (ac_try="$ac_compile"
20475 case "(($ac_try" in
20476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20477   *) ac_try_echo=$ac_try;;
20478 esac
20479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20480   (eval "$ac_compile") 2>conftest.er1
20481   ac_status=$?
20482   grep -v '^ *+' conftest.er1 >conftest.err
20483   rm -f conftest.er1
20484   cat conftest.err >&5
20485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20486   (exit $ac_status); } && {
20487          test -z "$ac_c_werror_flag" ||
20488          test ! -s conftest.err
20489        } && test -s conftest.$ac_objext; then
20490   ac_cv_member_struct_sockaddr_sa_len=yes
20491 else
20492   echo "$as_me: failed program was:" >&5
20493 sed 's/^/| /' conftest.$ac_ext >&5
20494
20495         cat >conftest.$ac_ext <<_ACEOF
20496 /* confdefs.h.  */
20497 _ACEOF
20498 cat confdefs.h >>conftest.$ac_ext
20499 cat >>conftest.$ac_ext <<_ACEOF
20500 /* end confdefs.h.  */
20501 #include <sys/types.h>
20502 #ifdef HAVE_SYS_SOCKET_H
20503 # include <sys/socket.h>
20504 #endif
20505 #ifdef HAVE_SYS_UN_H
20506 # include <sys/un.h>
20507 #endif
20508
20509 int
20510 main ()
20511 {
20512 static struct sockaddr ac_aggr;
20513 if (sizeof ac_aggr.sa_len)
20514 return 0;
20515   ;
20516   return 0;
20517 }
20518 _ACEOF
20519 rm -f conftest.$ac_objext
20520 if { (ac_try="$ac_compile"
20521 case "(($ac_try" in
20522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20523   *) ac_try_echo=$ac_try;;
20524 esac
20525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20526   (eval "$ac_compile") 2>conftest.er1
20527   ac_status=$?
20528   grep -v '^ *+' conftest.er1 >conftest.err
20529   rm -f conftest.er1
20530   cat conftest.err >&5
20531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20532   (exit $ac_status); } && {
20533          test -z "$ac_c_werror_flag" ||
20534          test ! -s conftest.err
20535        } && test -s conftest.$ac_objext; then
20536   ac_cv_member_struct_sockaddr_sa_len=yes
20537 else
20538   echo "$as_me: failed program was:" >&5
20539 sed 's/^/| /' conftest.$ac_ext >&5
20540
20541         ac_cv_member_struct_sockaddr_sa_len=no
20542 fi
20543
20544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20545 fi
20546
20547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20548 fi
20549 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20550 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20551 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20552
20553 cat >>confdefs.h <<_ACEOF
20554 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20555 _ACEOF
20556
20557
20558 fi
20559 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20560 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20561 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20562   echo $ECHO_N "(cached) $ECHO_C" >&6
20563 else
20564   cat >conftest.$ac_ext <<_ACEOF
20565 /* confdefs.h.  */
20566 _ACEOF
20567 cat confdefs.h >>conftest.$ac_ext
20568 cat >>conftest.$ac_ext <<_ACEOF
20569 /* end confdefs.h.  */
20570 #include <sys/types.h>
20571 #ifdef HAVE_SYS_SOCKET_H
20572 # include <sys/socket.h>
20573 #endif
20574 #ifdef HAVE_SYS_UN_H
20575 # include <sys/un.h>
20576 #endif
20577
20578 int
20579 main ()
20580 {
20581 static struct sockaddr_un ac_aggr;
20582 if (ac_aggr.sun_len)
20583 return 0;
20584   ;
20585   return 0;
20586 }
20587 _ACEOF
20588 rm -f conftest.$ac_objext
20589 if { (ac_try="$ac_compile"
20590 case "(($ac_try" in
20591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20592   *) ac_try_echo=$ac_try;;
20593 esac
20594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20595   (eval "$ac_compile") 2>conftest.er1
20596   ac_status=$?
20597   grep -v '^ *+' conftest.er1 >conftest.err
20598   rm -f conftest.er1
20599   cat conftest.err >&5
20600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20601   (exit $ac_status); } && {
20602          test -z "$ac_c_werror_flag" ||
20603          test ! -s conftest.err
20604        } && test -s conftest.$ac_objext; then
20605   ac_cv_member_struct_sockaddr_un_sun_len=yes
20606 else
20607   echo "$as_me: failed program was:" >&5
20608 sed 's/^/| /' conftest.$ac_ext >&5
20609
20610         cat >conftest.$ac_ext <<_ACEOF
20611 /* confdefs.h.  */
20612 _ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h.  */
20616 #include <sys/types.h>
20617 #ifdef HAVE_SYS_SOCKET_H
20618 # include <sys/socket.h>
20619 #endif
20620 #ifdef HAVE_SYS_UN_H
20621 # include <sys/un.h>
20622 #endif
20623
20624 int
20625 main ()
20626 {
20627 static struct sockaddr_un ac_aggr;
20628 if (sizeof ac_aggr.sun_len)
20629 return 0;
20630   ;
20631   return 0;
20632 }
20633 _ACEOF
20634 rm -f conftest.$ac_objext
20635 if { (ac_try="$ac_compile"
20636 case "(($ac_try" in
20637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20638   *) ac_try_echo=$ac_try;;
20639 esac
20640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20641   (eval "$ac_compile") 2>conftest.er1
20642   ac_status=$?
20643   grep -v '^ *+' conftest.er1 >conftest.err
20644   rm -f conftest.er1
20645   cat conftest.err >&5
20646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647   (exit $ac_status); } && {
20648          test -z "$ac_c_werror_flag" ||
20649          test ! -s conftest.err
20650        } && test -s conftest.$ac_objext; then
20651   ac_cv_member_struct_sockaddr_un_sun_len=yes
20652 else
20653   echo "$as_me: failed program was:" >&5
20654 sed 's/^/| /' conftest.$ac_ext >&5
20655
20656         ac_cv_member_struct_sockaddr_un_sun_len=no
20657 fi
20658
20659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20660 fi
20661
20662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20663 fi
20664 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20665 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20666 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20667
20668 cat >>confdefs.h <<_ACEOF
20669 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20670 _ACEOF
20671
20672
20673 fi
20674
20675
20676 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20677 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20678 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20679   echo $ECHO_N "(cached) $ECHO_C" >&6
20680 else
20681   cat >conftest.$ac_ext <<_ACEOF
20682 /* confdefs.h.  */
20683 _ACEOF
20684 cat confdefs.h >>conftest.$ac_ext
20685 cat >>conftest.$ac_ext <<_ACEOF
20686 /* end confdefs.h.  */
20687 #include <sys/types.h>
20688 #ifdef HAVE_SCSI_SG_H
20689 #include <scsi/sg.h>
20690 #endif
20691
20692 int
20693 main ()
20694 {
20695 static scsireq_t ac_aggr;
20696 if (ac_aggr.cmd)
20697 return 0;
20698   ;
20699   return 0;
20700 }
20701 _ACEOF
20702 rm -f conftest.$ac_objext
20703 if { (ac_try="$ac_compile"
20704 case "(($ac_try" in
20705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20706   *) ac_try_echo=$ac_try;;
20707 esac
20708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20709   (eval "$ac_compile") 2>conftest.er1
20710   ac_status=$?
20711   grep -v '^ *+' conftest.er1 >conftest.err
20712   rm -f conftest.er1
20713   cat conftest.err >&5
20714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715   (exit $ac_status); } && {
20716          test -z "$ac_c_werror_flag" ||
20717          test ! -s conftest.err
20718        } && test -s conftest.$ac_objext; then
20719   ac_cv_member_scsireq_t_cmd=yes
20720 else
20721   echo "$as_me: failed program was:" >&5
20722 sed 's/^/| /' conftest.$ac_ext >&5
20723
20724         cat >conftest.$ac_ext <<_ACEOF
20725 /* confdefs.h.  */
20726 _ACEOF
20727 cat confdefs.h >>conftest.$ac_ext
20728 cat >>conftest.$ac_ext <<_ACEOF
20729 /* end confdefs.h.  */
20730 #include <sys/types.h>
20731 #ifdef HAVE_SCSI_SG_H
20732 #include <scsi/sg.h>
20733 #endif
20734
20735 int
20736 main ()
20737 {
20738 static scsireq_t ac_aggr;
20739 if (sizeof ac_aggr.cmd)
20740 return 0;
20741   ;
20742   return 0;
20743 }
20744 _ACEOF
20745 rm -f conftest.$ac_objext
20746 if { (ac_try="$ac_compile"
20747 case "(($ac_try" in
20748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20749   *) ac_try_echo=$ac_try;;
20750 esac
20751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20752   (eval "$ac_compile") 2>conftest.er1
20753   ac_status=$?
20754   grep -v '^ *+' conftest.er1 >conftest.err
20755   rm -f conftest.er1
20756   cat conftest.err >&5
20757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20758   (exit $ac_status); } && {
20759          test -z "$ac_c_werror_flag" ||
20760          test ! -s conftest.err
20761        } && test -s conftest.$ac_objext; then
20762   ac_cv_member_scsireq_t_cmd=yes
20763 else
20764   echo "$as_me: failed program was:" >&5
20765 sed 's/^/| /' conftest.$ac_ext >&5
20766
20767         ac_cv_member_scsireq_t_cmd=no
20768 fi
20769
20770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20771 fi
20772
20773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20774 fi
20775 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20776 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20777 if test $ac_cv_member_scsireq_t_cmd = yes; then
20778
20779 cat >>confdefs.h <<_ACEOF
20780 #define HAVE_SCSIREQ_T_CMD 1
20781 _ACEOF
20782
20783
20784 fi
20785 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20786 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20787 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20788   echo $ECHO_N "(cached) $ECHO_C" >&6
20789 else
20790   cat >conftest.$ac_ext <<_ACEOF
20791 /* confdefs.h.  */
20792 _ACEOF
20793 cat confdefs.h >>conftest.$ac_ext
20794 cat >>conftest.$ac_ext <<_ACEOF
20795 /* end confdefs.h.  */
20796 #include <sys/types.h>
20797 #ifdef HAVE_SCSI_SG_H
20798 #include <scsi/sg.h>
20799 #endif
20800
20801 int
20802 main ()
20803 {
20804 static sg_io_hdr_t ac_aggr;
20805 if (ac_aggr.interface_id)
20806 return 0;
20807   ;
20808   return 0;
20809 }
20810 _ACEOF
20811 rm -f conftest.$ac_objext
20812 if { (ac_try="$ac_compile"
20813 case "(($ac_try" in
20814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20815   *) ac_try_echo=$ac_try;;
20816 esac
20817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20818   (eval "$ac_compile") 2>conftest.er1
20819   ac_status=$?
20820   grep -v '^ *+' conftest.er1 >conftest.err
20821   rm -f conftest.er1
20822   cat conftest.err >&5
20823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824   (exit $ac_status); } && {
20825          test -z "$ac_c_werror_flag" ||
20826          test ! -s conftest.err
20827        } && test -s conftest.$ac_objext; then
20828   ac_cv_member_sg_io_hdr_t_interface_id=yes
20829 else
20830   echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.$ac_ext >&5
20832
20833         cat >conftest.$ac_ext <<_ACEOF
20834 /* confdefs.h.  */
20835 _ACEOF
20836 cat confdefs.h >>conftest.$ac_ext
20837 cat >>conftest.$ac_ext <<_ACEOF
20838 /* end confdefs.h.  */
20839 #include <sys/types.h>
20840 #ifdef HAVE_SCSI_SG_H
20841 #include <scsi/sg.h>
20842 #endif
20843
20844 int
20845 main ()
20846 {
20847 static sg_io_hdr_t ac_aggr;
20848 if (sizeof ac_aggr.interface_id)
20849 return 0;
20850   ;
20851   return 0;
20852 }
20853 _ACEOF
20854 rm -f conftest.$ac_objext
20855 if { (ac_try="$ac_compile"
20856 case "(($ac_try" in
20857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20858   *) ac_try_echo=$ac_try;;
20859 esac
20860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20861   (eval "$ac_compile") 2>conftest.er1
20862   ac_status=$?
20863   grep -v '^ *+' conftest.er1 >conftest.err
20864   rm -f conftest.er1
20865   cat conftest.err >&5
20866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20867   (exit $ac_status); } && {
20868          test -z "$ac_c_werror_flag" ||
20869          test ! -s conftest.err
20870        } && test -s conftest.$ac_objext; then
20871   ac_cv_member_sg_io_hdr_t_interface_id=yes
20872 else
20873   echo "$as_me: failed program was:" >&5
20874 sed 's/^/| /' conftest.$ac_ext >&5
20875
20876         ac_cv_member_sg_io_hdr_t_interface_id=no
20877 fi
20878
20879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20880 fi
20881
20882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20883 fi
20884 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20885 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20886 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20887
20888 cat >>confdefs.h <<_ACEOF
20889 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20890 _ACEOF
20891
20892
20893 fi
20894
20895
20896 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20897 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20898 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20899   echo $ECHO_N "(cached) $ECHO_C" >&6
20900 else
20901   cat >conftest.$ac_ext <<_ACEOF
20902 /* confdefs.h.  */
20903 _ACEOF
20904 cat confdefs.h >>conftest.$ac_ext
20905 cat >>conftest.$ac_ext <<_ACEOF
20906 /* end confdefs.h.  */
20907 #include <signal.h>
20908
20909 int
20910 main ()
20911 {
20912 static siginfo_t ac_aggr;
20913 if (ac_aggr.si_fd)
20914 return 0;
20915   ;
20916   return 0;
20917 }
20918 _ACEOF
20919 rm -f conftest.$ac_objext
20920 if { (ac_try="$ac_compile"
20921 case "(($ac_try" in
20922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20923   *) ac_try_echo=$ac_try;;
20924 esac
20925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20926   (eval "$ac_compile") 2>conftest.er1
20927   ac_status=$?
20928   grep -v '^ *+' conftest.er1 >conftest.err
20929   rm -f conftest.er1
20930   cat conftest.err >&5
20931   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20932   (exit $ac_status); } && {
20933          test -z "$ac_c_werror_flag" ||
20934          test ! -s conftest.err
20935        } && test -s conftest.$ac_objext; then
20936   ac_cv_member_siginfo_t_si_fd=yes
20937 else
20938   echo "$as_me: failed program was:" >&5
20939 sed 's/^/| /' conftest.$ac_ext >&5
20940
20941         cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h.  */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h.  */
20947 #include <signal.h>
20948
20949 int
20950 main ()
20951 {
20952 static siginfo_t ac_aggr;
20953 if (sizeof ac_aggr.si_fd)
20954 return 0;
20955   ;
20956   return 0;
20957 }
20958 _ACEOF
20959 rm -f conftest.$ac_objext
20960 if { (ac_try="$ac_compile"
20961 case "(($ac_try" in
20962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20963   *) ac_try_echo=$ac_try;;
20964 esac
20965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20966   (eval "$ac_compile") 2>conftest.er1
20967   ac_status=$?
20968   grep -v '^ *+' conftest.er1 >conftest.err
20969   rm -f conftest.er1
20970   cat conftest.err >&5
20971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20972   (exit $ac_status); } && {
20973          test -z "$ac_c_werror_flag" ||
20974          test ! -s conftest.err
20975        } && test -s conftest.$ac_objext; then
20976   ac_cv_member_siginfo_t_si_fd=yes
20977 else
20978   echo "$as_me: failed program was:" >&5
20979 sed 's/^/| /' conftest.$ac_ext >&5
20980
20981         ac_cv_member_siginfo_t_si_fd=no
20982 fi
20983
20984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20985 fi
20986
20987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20988 fi
20989 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20990 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20991 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20992
20993 cat >>confdefs.h <<_ACEOF
20994 #define HAVE_SIGINFO_T_SI_FD 1
20995 _ACEOF
20996
20997
20998 fi
20999
21000
21001 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21002 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21003 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21004   echo $ECHO_N "(cached) $ECHO_C" >&6
21005 else
21006   cat >conftest.$ac_ext <<_ACEOF
21007 /* confdefs.h.  */
21008 _ACEOF
21009 cat confdefs.h >>conftest.$ac_ext
21010 cat >>conftest.$ac_ext <<_ACEOF
21011 /* end confdefs.h.  */
21012 #include <sys/types.h>
21013 #ifdef HAVE_SYS_MTIO_H
21014 #include <sys/mtio.h>
21015 #endif
21016
21017 int
21018 main ()
21019 {
21020 static struct mtget ac_aggr;
21021 if (ac_aggr.mt_blksiz)
21022 return 0;
21023   ;
21024   return 0;
21025 }
21026 _ACEOF
21027 rm -f conftest.$ac_objext
21028 if { (ac_try="$ac_compile"
21029 case "(($ac_try" in
21030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21031   *) ac_try_echo=$ac_try;;
21032 esac
21033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21034   (eval "$ac_compile") 2>conftest.er1
21035   ac_status=$?
21036   grep -v '^ *+' conftest.er1 >conftest.err
21037   rm -f conftest.er1
21038   cat conftest.err >&5
21039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040   (exit $ac_status); } && {
21041          test -z "$ac_c_werror_flag" ||
21042          test ! -s conftest.err
21043        } && test -s conftest.$ac_objext; then
21044   ac_cv_member_struct_mtget_mt_blksiz=yes
21045 else
21046   echo "$as_me: failed program was:" >&5
21047 sed 's/^/| /' conftest.$ac_ext >&5
21048
21049         cat >conftest.$ac_ext <<_ACEOF
21050 /* confdefs.h.  */
21051 _ACEOF
21052 cat confdefs.h >>conftest.$ac_ext
21053 cat >>conftest.$ac_ext <<_ACEOF
21054 /* end confdefs.h.  */
21055 #include <sys/types.h>
21056 #ifdef HAVE_SYS_MTIO_H
21057 #include <sys/mtio.h>
21058 #endif
21059
21060 int
21061 main ()
21062 {
21063 static struct mtget ac_aggr;
21064 if (sizeof ac_aggr.mt_blksiz)
21065 return 0;
21066   ;
21067   return 0;
21068 }
21069 _ACEOF
21070 rm -f conftest.$ac_objext
21071 if { (ac_try="$ac_compile"
21072 case "(($ac_try" in
21073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21074   *) ac_try_echo=$ac_try;;
21075 esac
21076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21077   (eval "$ac_compile") 2>conftest.er1
21078   ac_status=$?
21079   grep -v '^ *+' conftest.er1 >conftest.err
21080   rm -f conftest.er1
21081   cat conftest.err >&5
21082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21083   (exit $ac_status); } && {
21084          test -z "$ac_c_werror_flag" ||
21085          test ! -s conftest.err
21086        } && test -s conftest.$ac_objext; then
21087   ac_cv_member_struct_mtget_mt_blksiz=yes
21088 else
21089   echo "$as_me: failed program was:" >&5
21090 sed 's/^/| /' conftest.$ac_ext >&5
21091
21092         ac_cv_member_struct_mtget_mt_blksiz=no
21093 fi
21094
21095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21096 fi
21097
21098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21099 fi
21100 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21101 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21102 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21103
21104 cat >>confdefs.h <<_ACEOF
21105 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21106 _ACEOF
21107
21108
21109 fi
21110 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21111 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21112 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21113   echo $ECHO_N "(cached) $ECHO_C" >&6
21114 else
21115   cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h.  */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h.  */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_MTIO_H
21123 #include <sys/mtio.h>
21124 #endif
21125
21126 int
21127 main ()
21128 {
21129 static struct mtget ac_aggr;
21130 if (ac_aggr.mt_gstat)
21131 return 0;
21132   ;
21133   return 0;
21134 }
21135 _ACEOF
21136 rm -f conftest.$ac_objext
21137 if { (ac_try="$ac_compile"
21138 case "(($ac_try" in
21139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21140   *) ac_try_echo=$ac_try;;
21141 esac
21142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21143   (eval "$ac_compile") 2>conftest.er1
21144   ac_status=$?
21145   grep -v '^ *+' conftest.er1 >conftest.err
21146   rm -f conftest.er1
21147   cat conftest.err >&5
21148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21149   (exit $ac_status); } && {
21150          test -z "$ac_c_werror_flag" ||
21151          test ! -s conftest.err
21152        } && test -s conftest.$ac_objext; then
21153   ac_cv_member_struct_mtget_mt_gstat=yes
21154 else
21155   echo "$as_me: failed program was:" >&5
21156 sed 's/^/| /' conftest.$ac_ext >&5
21157
21158         cat >conftest.$ac_ext <<_ACEOF
21159 /* confdefs.h.  */
21160 _ACEOF
21161 cat confdefs.h >>conftest.$ac_ext
21162 cat >>conftest.$ac_ext <<_ACEOF
21163 /* end confdefs.h.  */
21164 #include <sys/types.h>
21165 #ifdef HAVE_SYS_MTIO_H
21166 #include <sys/mtio.h>
21167 #endif
21168
21169 int
21170 main ()
21171 {
21172 static struct mtget ac_aggr;
21173 if (sizeof ac_aggr.mt_gstat)
21174 return 0;
21175   ;
21176   return 0;
21177 }
21178 _ACEOF
21179 rm -f conftest.$ac_objext
21180 if { (ac_try="$ac_compile"
21181 case "(($ac_try" in
21182   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21183   *) ac_try_echo=$ac_try;;
21184 esac
21185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21186   (eval "$ac_compile") 2>conftest.er1
21187   ac_status=$?
21188   grep -v '^ *+' conftest.er1 >conftest.err
21189   rm -f conftest.er1
21190   cat conftest.err >&5
21191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21192   (exit $ac_status); } && {
21193          test -z "$ac_c_werror_flag" ||
21194          test ! -s conftest.err
21195        } && test -s conftest.$ac_objext; then
21196   ac_cv_member_struct_mtget_mt_gstat=yes
21197 else
21198   echo "$as_me: failed program was:" >&5
21199 sed 's/^/| /' conftest.$ac_ext >&5
21200
21201         ac_cv_member_struct_mtget_mt_gstat=no
21202 fi
21203
21204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21205 fi
21206
21207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21208 fi
21209 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21210 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21211 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21212
21213 cat >>confdefs.h <<_ACEOF
21214 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21215 _ACEOF
21216
21217
21218 fi
21219 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21220 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21221 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21222   echo $ECHO_N "(cached) $ECHO_C" >&6
21223 else
21224   cat >conftest.$ac_ext <<_ACEOF
21225 /* confdefs.h.  */
21226 _ACEOF
21227 cat confdefs.h >>conftest.$ac_ext
21228 cat >>conftest.$ac_ext <<_ACEOF
21229 /* end confdefs.h.  */
21230 #include <sys/types.h>
21231 #ifdef HAVE_SYS_MTIO_H
21232 #include <sys/mtio.h>
21233 #endif
21234
21235 int
21236 main ()
21237 {
21238 static struct mtget ac_aggr;
21239 if (ac_aggr.mt_blkno)
21240 return 0;
21241   ;
21242   return 0;
21243 }
21244 _ACEOF
21245 rm -f conftest.$ac_objext
21246 if { (ac_try="$ac_compile"
21247 case "(($ac_try" in
21248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21249   *) ac_try_echo=$ac_try;;
21250 esac
21251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21252   (eval "$ac_compile") 2>conftest.er1
21253   ac_status=$?
21254   grep -v '^ *+' conftest.er1 >conftest.err
21255   rm -f conftest.er1
21256   cat conftest.err >&5
21257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21258   (exit $ac_status); } && {
21259          test -z "$ac_c_werror_flag" ||
21260          test ! -s conftest.err
21261        } && test -s conftest.$ac_objext; then
21262   ac_cv_member_struct_mtget_mt_blkno=yes
21263 else
21264   echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.$ac_ext >&5
21266
21267         cat >conftest.$ac_ext <<_ACEOF
21268 /* confdefs.h.  */
21269 _ACEOF
21270 cat confdefs.h >>conftest.$ac_ext
21271 cat >>conftest.$ac_ext <<_ACEOF
21272 /* end confdefs.h.  */
21273 #include <sys/types.h>
21274 #ifdef HAVE_SYS_MTIO_H
21275 #include <sys/mtio.h>
21276 #endif
21277
21278 int
21279 main ()
21280 {
21281 static struct mtget ac_aggr;
21282 if (sizeof ac_aggr.mt_blkno)
21283 return 0;
21284   ;
21285   return 0;
21286 }
21287 _ACEOF
21288 rm -f conftest.$ac_objext
21289 if { (ac_try="$ac_compile"
21290 case "(($ac_try" in
21291   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21292   *) ac_try_echo=$ac_try;;
21293 esac
21294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21295   (eval "$ac_compile") 2>conftest.er1
21296   ac_status=$?
21297   grep -v '^ *+' conftest.er1 >conftest.err
21298   rm -f conftest.er1
21299   cat conftest.err >&5
21300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21301   (exit $ac_status); } && {
21302          test -z "$ac_c_werror_flag" ||
21303          test ! -s conftest.err
21304        } && test -s conftest.$ac_objext; then
21305   ac_cv_member_struct_mtget_mt_blkno=yes
21306 else
21307   echo "$as_me: failed program was:" >&5
21308 sed 's/^/| /' conftest.$ac_ext >&5
21309
21310         ac_cv_member_struct_mtget_mt_blkno=no
21311 fi
21312
21313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21314 fi
21315
21316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21317 fi
21318 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21319 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21320 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21321
21322 cat >>confdefs.h <<_ACEOF
21323 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21324 _ACEOF
21325
21326
21327 fi
21328
21329
21330 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21331 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21332 if test "${ac_cv_member_struct_option_name+set}" = set; then
21333   echo $ECHO_N "(cached) $ECHO_C" >&6
21334 else
21335   cat >conftest.$ac_ext <<_ACEOF
21336 /* confdefs.h.  */
21337 _ACEOF
21338 cat confdefs.h >>conftest.$ac_ext
21339 cat >>conftest.$ac_ext <<_ACEOF
21340 /* end confdefs.h.  */
21341 #ifdef HAVE_GETOPT_H
21342 #include <getopt.h>
21343 #endif
21344
21345 int
21346 main ()
21347 {
21348 static struct option ac_aggr;
21349 if (ac_aggr.name)
21350 return 0;
21351   ;
21352   return 0;
21353 }
21354 _ACEOF
21355 rm -f conftest.$ac_objext
21356 if { (ac_try="$ac_compile"
21357 case "(($ac_try" in
21358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21359   *) ac_try_echo=$ac_try;;
21360 esac
21361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21362   (eval "$ac_compile") 2>conftest.er1
21363   ac_status=$?
21364   grep -v '^ *+' conftest.er1 >conftest.err
21365   rm -f conftest.er1
21366   cat conftest.err >&5
21367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21368   (exit $ac_status); } && {
21369          test -z "$ac_c_werror_flag" ||
21370          test ! -s conftest.err
21371        } && test -s conftest.$ac_objext; then
21372   ac_cv_member_struct_option_name=yes
21373 else
21374   echo "$as_me: failed program was:" >&5
21375 sed 's/^/| /' conftest.$ac_ext >&5
21376
21377         cat >conftest.$ac_ext <<_ACEOF
21378 /* confdefs.h.  */
21379 _ACEOF
21380 cat confdefs.h >>conftest.$ac_ext
21381 cat >>conftest.$ac_ext <<_ACEOF
21382 /* end confdefs.h.  */
21383 #ifdef HAVE_GETOPT_H
21384 #include <getopt.h>
21385 #endif
21386
21387 int
21388 main ()
21389 {
21390 static struct option ac_aggr;
21391 if (sizeof ac_aggr.name)
21392 return 0;
21393   ;
21394   return 0;
21395 }
21396 _ACEOF
21397 rm -f conftest.$ac_objext
21398 if { (ac_try="$ac_compile"
21399 case "(($ac_try" in
21400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21401   *) ac_try_echo=$ac_try;;
21402 esac
21403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21404   (eval "$ac_compile") 2>conftest.er1
21405   ac_status=$?
21406   grep -v '^ *+' conftest.er1 >conftest.err
21407   rm -f conftest.er1
21408   cat conftest.err >&5
21409   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21410   (exit $ac_status); } && {
21411          test -z "$ac_c_werror_flag" ||
21412          test ! -s conftest.err
21413        } && test -s conftest.$ac_objext; then
21414   ac_cv_member_struct_option_name=yes
21415 else
21416   echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21418
21419         ac_cv_member_struct_option_name=no
21420 fi
21421
21422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21423 fi
21424
21425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21426 fi
21427 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21428 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21429 if test $ac_cv_member_struct_option_name = yes; then
21430
21431 cat >>confdefs.h <<_ACEOF
21432 #define HAVE_STRUCT_OPTION_NAME 1
21433 _ACEOF
21434
21435
21436 fi
21437
21438
21439 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21440 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21441 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21442   echo $ECHO_N "(cached) $ECHO_C" >&6
21443 else
21444   cat >conftest.$ac_ext <<_ACEOF
21445 /* confdefs.h.  */
21446 _ACEOF
21447 cat confdefs.h >>conftest.$ac_ext
21448 cat >>conftest.$ac_ext <<_ACEOF
21449 /* end confdefs.h.  */
21450 $ac_includes_default
21451 int
21452 main ()
21453 {
21454 static struct stat ac_aggr;
21455 if (ac_aggr.st_blocks)
21456 return 0;
21457   ;
21458   return 0;
21459 }
21460 _ACEOF
21461 rm -f conftest.$ac_objext
21462 if { (ac_try="$ac_compile"
21463 case "(($ac_try" in
21464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21465   *) ac_try_echo=$ac_try;;
21466 esac
21467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21468   (eval "$ac_compile") 2>conftest.er1
21469   ac_status=$?
21470   grep -v '^ *+' conftest.er1 >conftest.err
21471   rm -f conftest.er1
21472   cat conftest.err >&5
21473   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21474   (exit $ac_status); } && {
21475          test -z "$ac_c_werror_flag" ||
21476          test ! -s conftest.err
21477        } && test -s conftest.$ac_objext; then
21478   ac_cv_member_struct_stat_st_blocks=yes
21479 else
21480   echo "$as_me: failed program was:" >&5
21481 sed 's/^/| /' conftest.$ac_ext >&5
21482
21483         cat >conftest.$ac_ext <<_ACEOF
21484 /* confdefs.h.  */
21485 _ACEOF
21486 cat confdefs.h >>conftest.$ac_ext
21487 cat >>conftest.$ac_ext <<_ACEOF
21488 /* end confdefs.h.  */
21489 $ac_includes_default
21490 int
21491 main ()
21492 {
21493 static struct stat ac_aggr;
21494 if (sizeof ac_aggr.st_blocks)
21495 return 0;
21496   ;
21497   return 0;
21498 }
21499 _ACEOF
21500 rm -f conftest.$ac_objext
21501 if { (ac_try="$ac_compile"
21502 case "(($ac_try" in
21503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21504   *) ac_try_echo=$ac_try;;
21505 esac
21506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21507   (eval "$ac_compile") 2>conftest.er1
21508   ac_status=$?
21509   grep -v '^ *+' conftest.er1 >conftest.err
21510   rm -f conftest.er1
21511   cat conftest.err >&5
21512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21513   (exit $ac_status); } && {
21514          test -z "$ac_c_werror_flag" ||
21515          test ! -s conftest.err
21516        } && test -s conftest.$ac_objext; then
21517   ac_cv_member_struct_stat_st_blocks=yes
21518 else
21519   echo "$as_me: failed program was:" >&5
21520 sed 's/^/| /' conftest.$ac_ext >&5
21521
21522         ac_cv_member_struct_stat_st_blocks=no
21523 fi
21524
21525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21526 fi
21527
21528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21529 fi
21530 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21531 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21532 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21533
21534 cat >>confdefs.h <<_ACEOF
21535 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21536 _ACEOF
21537
21538
21539 fi
21540 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21541 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21542 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21543   echo $ECHO_N "(cached) $ECHO_C" >&6
21544 else
21545   cat >conftest.$ac_ext <<_ACEOF
21546 /* confdefs.h.  */
21547 _ACEOF
21548 cat confdefs.h >>conftest.$ac_ext
21549 cat >>conftest.$ac_ext <<_ACEOF
21550 /* end confdefs.h.  */
21551 $ac_includes_default
21552 int
21553 main ()
21554 {
21555 static struct stat ac_aggr;
21556 if (ac_aggr.st_mtim)
21557 return 0;
21558   ;
21559   return 0;
21560 }
21561 _ACEOF
21562 rm -f conftest.$ac_objext
21563 if { (ac_try="$ac_compile"
21564 case "(($ac_try" in
21565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21566   *) ac_try_echo=$ac_try;;
21567 esac
21568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21569   (eval "$ac_compile") 2>conftest.er1
21570   ac_status=$?
21571   grep -v '^ *+' conftest.er1 >conftest.err
21572   rm -f conftest.er1
21573   cat conftest.err >&5
21574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21575   (exit $ac_status); } && {
21576          test -z "$ac_c_werror_flag" ||
21577          test ! -s conftest.err
21578        } && test -s conftest.$ac_objext; then
21579   ac_cv_member_struct_stat_st_mtim=yes
21580 else
21581   echo "$as_me: failed program was:" >&5
21582 sed 's/^/| /' conftest.$ac_ext >&5
21583
21584         cat >conftest.$ac_ext <<_ACEOF
21585 /* confdefs.h.  */
21586 _ACEOF
21587 cat confdefs.h >>conftest.$ac_ext
21588 cat >>conftest.$ac_ext <<_ACEOF
21589 /* end confdefs.h.  */
21590 $ac_includes_default
21591 int
21592 main ()
21593 {
21594 static struct stat ac_aggr;
21595 if (sizeof ac_aggr.st_mtim)
21596 return 0;
21597   ;
21598   return 0;
21599 }
21600 _ACEOF
21601 rm -f conftest.$ac_objext
21602 if { (ac_try="$ac_compile"
21603 case "(($ac_try" in
21604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21605   *) ac_try_echo=$ac_try;;
21606 esac
21607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21608   (eval "$ac_compile") 2>conftest.er1
21609   ac_status=$?
21610   grep -v '^ *+' conftest.er1 >conftest.err
21611   rm -f conftest.er1
21612   cat conftest.err >&5
21613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21614   (exit $ac_status); } && {
21615          test -z "$ac_c_werror_flag" ||
21616          test ! -s conftest.err
21617        } && test -s conftest.$ac_objext; then
21618   ac_cv_member_struct_stat_st_mtim=yes
21619 else
21620   echo "$as_me: failed program was:" >&5
21621 sed 's/^/| /' conftest.$ac_ext >&5
21622
21623         ac_cv_member_struct_stat_st_mtim=no
21624 fi
21625
21626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21627 fi
21628
21629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21630 fi
21631 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21632 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21633 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21634
21635 cat >>confdefs.h <<_ACEOF
21636 #define HAVE_STRUCT_STAT_ST_MTIM 1
21637 _ACEOF
21638
21639
21640 fi
21641 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21642 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21643 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21644   echo $ECHO_N "(cached) $ECHO_C" >&6
21645 else
21646   cat >conftest.$ac_ext <<_ACEOF
21647 /* confdefs.h.  */
21648 _ACEOF
21649 cat confdefs.h >>conftest.$ac_ext
21650 cat >>conftest.$ac_ext <<_ACEOF
21651 /* end confdefs.h.  */
21652 $ac_includes_default
21653 int
21654 main ()
21655 {
21656 static struct stat ac_aggr;
21657 if (ac_aggr.st_ctim)
21658 return 0;
21659   ;
21660   return 0;
21661 }
21662 _ACEOF
21663 rm -f conftest.$ac_objext
21664 if { (ac_try="$ac_compile"
21665 case "(($ac_try" in
21666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21667   *) ac_try_echo=$ac_try;;
21668 esac
21669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21670   (eval "$ac_compile") 2>conftest.er1
21671   ac_status=$?
21672   grep -v '^ *+' conftest.er1 >conftest.err
21673   rm -f conftest.er1
21674   cat conftest.err >&5
21675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21676   (exit $ac_status); } && {
21677          test -z "$ac_c_werror_flag" ||
21678          test ! -s conftest.err
21679        } && test -s conftest.$ac_objext; then
21680   ac_cv_member_struct_stat_st_ctim=yes
21681 else
21682   echo "$as_me: failed program was:" >&5
21683 sed 's/^/| /' conftest.$ac_ext >&5
21684
21685         cat >conftest.$ac_ext <<_ACEOF
21686 /* confdefs.h.  */
21687 _ACEOF
21688 cat confdefs.h >>conftest.$ac_ext
21689 cat >>conftest.$ac_ext <<_ACEOF
21690 /* end confdefs.h.  */
21691 $ac_includes_default
21692 int
21693 main ()
21694 {
21695 static struct stat ac_aggr;
21696 if (sizeof ac_aggr.st_ctim)
21697 return 0;
21698   ;
21699   return 0;
21700 }
21701 _ACEOF
21702 rm -f conftest.$ac_objext
21703 if { (ac_try="$ac_compile"
21704 case "(($ac_try" in
21705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21706   *) ac_try_echo=$ac_try;;
21707 esac
21708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21709   (eval "$ac_compile") 2>conftest.er1
21710   ac_status=$?
21711   grep -v '^ *+' conftest.er1 >conftest.err
21712   rm -f conftest.er1
21713   cat conftest.err >&5
21714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21715   (exit $ac_status); } && {
21716          test -z "$ac_c_werror_flag" ||
21717          test ! -s conftest.err
21718        } && test -s conftest.$ac_objext; then
21719   ac_cv_member_struct_stat_st_ctim=yes
21720 else
21721   echo "$as_me: failed program was:" >&5
21722 sed 's/^/| /' conftest.$ac_ext >&5
21723
21724         ac_cv_member_struct_stat_st_ctim=no
21725 fi
21726
21727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21728 fi
21729
21730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21731 fi
21732 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21733 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21734 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21735
21736 cat >>confdefs.h <<_ACEOF
21737 #define HAVE_STRUCT_STAT_ST_CTIM 1
21738 _ACEOF
21739
21740
21741 fi
21742 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21743 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21744 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21745   echo $ECHO_N "(cached) $ECHO_C" >&6
21746 else
21747   cat >conftest.$ac_ext <<_ACEOF
21748 /* confdefs.h.  */
21749 _ACEOF
21750 cat confdefs.h >>conftest.$ac_ext
21751 cat >>conftest.$ac_ext <<_ACEOF
21752 /* end confdefs.h.  */
21753 $ac_includes_default
21754 int
21755 main ()
21756 {
21757 static struct stat ac_aggr;
21758 if (ac_aggr.st_atim)
21759 return 0;
21760   ;
21761   return 0;
21762 }
21763 _ACEOF
21764 rm -f conftest.$ac_objext
21765 if { (ac_try="$ac_compile"
21766 case "(($ac_try" in
21767   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21768   *) ac_try_echo=$ac_try;;
21769 esac
21770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21771   (eval "$ac_compile") 2>conftest.er1
21772   ac_status=$?
21773   grep -v '^ *+' conftest.er1 >conftest.err
21774   rm -f conftest.er1
21775   cat conftest.err >&5
21776   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21777   (exit $ac_status); } && {
21778          test -z "$ac_c_werror_flag" ||
21779          test ! -s conftest.err
21780        } && test -s conftest.$ac_objext; then
21781   ac_cv_member_struct_stat_st_atim=yes
21782 else
21783   echo "$as_me: failed program was:" >&5
21784 sed 's/^/| /' conftest.$ac_ext >&5
21785
21786         cat >conftest.$ac_ext <<_ACEOF
21787 /* confdefs.h.  */
21788 _ACEOF
21789 cat confdefs.h >>conftest.$ac_ext
21790 cat >>conftest.$ac_ext <<_ACEOF
21791 /* end confdefs.h.  */
21792 $ac_includes_default
21793 int
21794 main ()
21795 {
21796 static struct stat ac_aggr;
21797 if (sizeof ac_aggr.st_atim)
21798 return 0;
21799   ;
21800   return 0;
21801 }
21802 _ACEOF
21803 rm -f conftest.$ac_objext
21804 if { (ac_try="$ac_compile"
21805 case "(($ac_try" in
21806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21807   *) ac_try_echo=$ac_try;;
21808 esac
21809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21810   (eval "$ac_compile") 2>conftest.er1
21811   ac_status=$?
21812   grep -v '^ *+' conftest.er1 >conftest.err
21813   rm -f conftest.er1
21814   cat conftest.err >&5
21815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21816   (exit $ac_status); } && {
21817          test -z "$ac_c_werror_flag" ||
21818          test ! -s conftest.err
21819        } && test -s conftest.$ac_objext; then
21820   ac_cv_member_struct_stat_st_atim=yes
21821 else
21822   echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.$ac_ext >&5
21824
21825         ac_cv_member_struct_stat_st_atim=no
21826 fi
21827
21828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21829 fi
21830
21831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21832 fi
21833 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21834 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21835 if test $ac_cv_member_struct_stat_st_atim = yes; then
21836
21837 cat >>confdefs.h <<_ACEOF
21838 #define HAVE_STRUCT_STAT_ST_ATIM 1
21839 _ACEOF
21840
21841
21842 fi
21843
21844
21845 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21846 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21847 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21848   echo $ECHO_N "(cached) $ECHO_C" >&6
21849 else
21850   cat >conftest.$ac_ext <<_ACEOF
21851 /* confdefs.h.  */
21852 _ACEOF
21853 cat confdefs.h >>conftest.$ac_ext
21854 cat >>conftest.$ac_ext <<_ACEOF
21855 /* end confdefs.h.  */
21856 #ifdef HAVE_SYS_TYPES_H
21857 #include <sys/types.h>
21858 #endif
21859 #ifdef HAVE_NETINET_IN_H
21860 #include <netinet/in.h>
21861 #endif
21862
21863 int
21864 main ()
21865 {
21866 static struct sockaddr_in6 ac_aggr;
21867 if (ac_aggr.sin6_scope_id)
21868 return 0;
21869   ;
21870   return 0;
21871 }
21872 _ACEOF
21873 rm -f conftest.$ac_objext
21874 if { (ac_try="$ac_compile"
21875 case "(($ac_try" in
21876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21877   *) ac_try_echo=$ac_try;;
21878 esac
21879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21880   (eval "$ac_compile") 2>conftest.er1
21881   ac_status=$?
21882   grep -v '^ *+' conftest.er1 >conftest.err
21883   rm -f conftest.er1
21884   cat conftest.err >&5
21885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21886   (exit $ac_status); } && {
21887          test -z "$ac_c_werror_flag" ||
21888          test ! -s conftest.err
21889        } && test -s conftest.$ac_objext; then
21890   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21891 else
21892   echo "$as_me: failed program was:" >&5
21893 sed 's/^/| /' conftest.$ac_ext >&5
21894
21895         cat >conftest.$ac_ext <<_ACEOF
21896 /* confdefs.h.  */
21897 _ACEOF
21898 cat confdefs.h >>conftest.$ac_ext
21899 cat >>conftest.$ac_ext <<_ACEOF
21900 /* end confdefs.h.  */
21901 #ifdef HAVE_SYS_TYPES_H
21902 #include <sys/types.h>
21903 #endif
21904 #ifdef HAVE_NETINET_IN_H
21905 #include <netinet/in.h>
21906 #endif
21907
21908 int
21909 main ()
21910 {
21911 static struct sockaddr_in6 ac_aggr;
21912 if (sizeof ac_aggr.sin6_scope_id)
21913 return 0;
21914   ;
21915   return 0;
21916 }
21917 _ACEOF
21918 rm -f conftest.$ac_objext
21919 if { (ac_try="$ac_compile"
21920 case "(($ac_try" in
21921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21922   *) ac_try_echo=$ac_try;;
21923 esac
21924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21925   (eval "$ac_compile") 2>conftest.er1
21926   ac_status=$?
21927   grep -v '^ *+' conftest.er1 >conftest.err
21928   rm -f conftest.er1
21929   cat conftest.err >&5
21930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21931   (exit $ac_status); } && {
21932          test -z "$ac_c_werror_flag" ||
21933          test ! -s conftest.err
21934        } && test -s conftest.$ac_objext; then
21935   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21936 else
21937   echo "$as_me: failed program was:" >&5
21938 sed 's/^/| /' conftest.$ac_ext >&5
21939
21940         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21941 fi
21942
21943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21944 fi
21945
21946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21947 fi
21948 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21949 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21950 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21951
21952 cat >>confdefs.h <<_ACEOF
21953 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21954 _ACEOF
21955
21956
21957 fi
21958
21959
21960 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21961 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21962 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21963   echo $ECHO_N "(cached) $ECHO_C" >&6
21964 else
21965   cat >conftest.$ac_ext <<_ACEOF
21966 /* confdefs.h.  */
21967 _ACEOF
21968 cat confdefs.h >>conftest.$ac_ext
21969 cat >>conftest.$ac_ext <<_ACEOF
21970 /* end confdefs.h.  */
21971 #ifdef HAVE_SYS_TYPES_H
21972 #include <sys/types.h>
21973 #endif
21974 #ifdef HAVE_NETINET_IN_H
21975 # include <netinet/in.h>
21976 #endif
21977 #ifdef HAVE_ARPA_NAMESER_H
21978 # include <arpa/nameser.h>
21979 #endif
21980
21981 int
21982 main ()
21983 {
21984 static ns_msg ac_aggr;
21985 if (ac_aggr._msg_ptr)
21986 return 0;
21987   ;
21988   return 0;
21989 }
21990 _ACEOF
21991 rm -f conftest.$ac_objext
21992 if { (ac_try="$ac_compile"
21993 case "(($ac_try" in
21994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21995   *) ac_try_echo=$ac_try;;
21996 esac
21997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21998   (eval "$ac_compile") 2>conftest.er1
21999   ac_status=$?
22000   grep -v '^ *+' conftest.er1 >conftest.err
22001   rm -f conftest.er1
22002   cat conftest.err >&5
22003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22004   (exit $ac_status); } && {
22005          test -z "$ac_c_werror_flag" ||
22006          test ! -s conftest.err
22007        } && test -s conftest.$ac_objext; then
22008   ac_cv_member_ns_msg__msg_ptr=yes
22009 else
22010   echo "$as_me: failed program was:" >&5
22011 sed 's/^/| /' conftest.$ac_ext >&5
22012
22013         cat >conftest.$ac_ext <<_ACEOF
22014 /* confdefs.h.  */
22015 _ACEOF
22016 cat confdefs.h >>conftest.$ac_ext
22017 cat >>conftest.$ac_ext <<_ACEOF
22018 /* end confdefs.h.  */
22019 #ifdef HAVE_SYS_TYPES_H
22020 #include <sys/types.h>
22021 #endif
22022 #ifdef HAVE_NETINET_IN_H
22023 # include <netinet/in.h>
22024 #endif
22025 #ifdef HAVE_ARPA_NAMESER_H
22026 # include <arpa/nameser.h>
22027 #endif
22028
22029 int
22030 main ()
22031 {
22032 static ns_msg ac_aggr;
22033 if (sizeof ac_aggr._msg_ptr)
22034 return 0;
22035   ;
22036   return 0;
22037 }
22038 _ACEOF
22039 rm -f conftest.$ac_objext
22040 if { (ac_try="$ac_compile"
22041 case "(($ac_try" in
22042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22043   *) ac_try_echo=$ac_try;;
22044 esac
22045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22046   (eval "$ac_compile") 2>conftest.er1
22047   ac_status=$?
22048   grep -v '^ *+' conftest.er1 >conftest.err
22049   rm -f conftest.er1
22050   cat conftest.err >&5
22051   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22052   (exit $ac_status); } && {
22053          test -z "$ac_c_werror_flag" ||
22054          test ! -s conftest.err
22055        } && test -s conftest.$ac_objext; then
22056   ac_cv_member_ns_msg__msg_ptr=yes
22057 else
22058   echo "$as_me: failed program was:" >&5
22059 sed 's/^/| /' conftest.$ac_ext >&5
22060
22061         ac_cv_member_ns_msg__msg_ptr=no
22062 fi
22063
22064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22065 fi
22066
22067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22068 fi
22069 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22070 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22071 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22072
22073 cat >>confdefs.h <<_ACEOF
22074 #define HAVE_NS_MSG__MSG_PTR 1
22075 _ACEOF
22076
22077
22078 fi
22079
22080
22081 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22082 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22083 if test "${ac_cv_have_timezone+set}" = set; then
22084   echo $ECHO_N "(cached) $ECHO_C" >&6
22085 else
22086   cat >conftest.$ac_ext <<_ACEOF
22087 /* confdefs.h.  */
22088 _ACEOF
22089 cat confdefs.h >>conftest.$ac_ext
22090 cat >>conftest.$ac_ext <<_ACEOF
22091 /* end confdefs.h.  */
22092 #include <time.h>
22093 int
22094 main ()
22095 {
22096 timezone = 1
22097   ;
22098   return 0;
22099 }
22100 _ACEOF
22101 rm -f conftest.$ac_objext conftest$ac_exeext
22102 if { (ac_try="$ac_link"
22103 case "(($ac_try" in
22104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22105   *) ac_try_echo=$ac_try;;
22106 esac
22107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22108   (eval "$ac_link") 2>conftest.er1
22109   ac_status=$?
22110   grep -v '^ *+' conftest.er1 >conftest.err
22111   rm -f conftest.er1
22112   cat conftest.err >&5
22113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22114   (exit $ac_status); } && {
22115          test -z "$ac_c_werror_flag" ||
22116          test ! -s conftest.err
22117        } && test -s conftest$ac_exeext &&
22118        $as_test_x conftest$ac_exeext; then
22119   ac_cv_have_timezone="yes"
22120 else
22121   echo "$as_me: failed program was:" >&5
22122 sed 's/^/| /' conftest.$ac_ext >&5
22123
22124         ac_cv_have_timezone="no"
22125 fi
22126
22127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22128       conftest$ac_exeext conftest.$ac_ext
22129 fi
22130 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22131 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22132 if test "$ac_cv_have_timezone" = "yes"
22133 then
22134
22135 cat >>confdefs.h <<\_ACEOF
22136 #define HAVE_TIMEZONE 1
22137 _ACEOF
22138
22139 fi
22140 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22141 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22142 if test "${ac_cv_have_daylight+set}" = set; then
22143   echo $ECHO_N "(cached) $ECHO_C" >&6
22144 else
22145   cat >conftest.$ac_ext <<_ACEOF
22146 /* confdefs.h.  */
22147 _ACEOF
22148 cat confdefs.h >>conftest.$ac_ext
22149 cat >>conftest.$ac_ext <<_ACEOF
22150 /* end confdefs.h.  */
22151 #include <time.h>
22152 int
22153 main ()
22154 {
22155 daylight = 1
22156   ;
22157   return 0;
22158 }
22159 _ACEOF
22160 rm -f conftest.$ac_objext conftest$ac_exeext
22161 if { (ac_try="$ac_link"
22162 case "(($ac_try" in
22163   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22164   *) ac_try_echo=$ac_try;;
22165 esac
22166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22167   (eval "$ac_link") 2>conftest.er1
22168   ac_status=$?
22169   grep -v '^ *+' conftest.er1 >conftest.err
22170   rm -f conftest.er1
22171   cat conftest.err >&5
22172   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22173   (exit $ac_status); } && {
22174          test -z "$ac_c_werror_flag" ||
22175          test ! -s conftest.err
22176        } && test -s conftest$ac_exeext &&
22177        $as_test_x conftest$ac_exeext; then
22178   ac_cv_have_daylight="yes"
22179 else
22180   echo "$as_me: failed program was:" >&5
22181 sed 's/^/| /' conftest.$ac_ext >&5
22182
22183         ac_cv_have_daylight="no"
22184 fi
22185
22186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22187       conftest$ac_exeext conftest.$ac_ext
22188 fi
22189 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22190 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22191 if test "$ac_cv_have_daylight" = "yes"
22192 then
22193
22194 cat >>confdefs.h <<\_ACEOF
22195 #define HAVE_DAYLIGHT 1
22196 _ACEOF
22197
22198 fi
22199
22200 { echo "$as_me:$LINENO: checking for isinf" >&5
22201 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22202 if test "${ac_cv_have_isinf+set}" = set; then
22203   echo $ECHO_N "(cached) $ECHO_C" >&6
22204 else
22205   cat >conftest.$ac_ext <<_ACEOF
22206 /* confdefs.h.  */
22207 _ACEOF
22208 cat confdefs.h >>conftest.$ac_ext
22209 cat >>conftest.$ac_ext <<_ACEOF
22210 /* end confdefs.h.  */
22211 #include <math.h>
22212 int
22213 main ()
22214 {
22215 float f = 0.0; int i=isinf(f)
22216   ;
22217   return 0;
22218 }
22219 _ACEOF
22220 rm -f conftest.$ac_objext conftest$ac_exeext
22221 if { (ac_try="$ac_link"
22222 case "(($ac_try" in
22223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22224   *) ac_try_echo=$ac_try;;
22225 esac
22226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22227   (eval "$ac_link") 2>conftest.er1
22228   ac_status=$?
22229   grep -v '^ *+' conftest.er1 >conftest.err
22230   rm -f conftest.er1
22231   cat conftest.err >&5
22232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22233   (exit $ac_status); } && {
22234          test -z "$ac_c_werror_flag" ||
22235          test ! -s conftest.err
22236        } && test -s conftest$ac_exeext &&
22237        $as_test_x conftest$ac_exeext; then
22238   ac_cv_have_isinf="yes"
22239 else
22240   echo "$as_me: failed program was:" >&5
22241 sed 's/^/| /' conftest.$ac_ext >&5
22242
22243         ac_cv_have_isinf="no"
22244 fi
22245
22246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22247       conftest$ac_exeext conftest.$ac_ext
22248 fi
22249 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22250 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22251 if test "$ac_cv_have_isinf" = "yes"
22252 then
22253
22254 cat >>confdefs.h <<\_ACEOF
22255 #define HAVE_ISINF 1
22256 _ACEOF
22257
22258 fi
22259
22260 { echo "$as_me:$LINENO: checking for isnan" >&5
22261 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22262 if test "${ac_cv_have_isnan+set}" = set; then
22263   echo $ECHO_N "(cached) $ECHO_C" >&6
22264 else
22265   cat >conftest.$ac_ext <<_ACEOF
22266 /* confdefs.h.  */
22267 _ACEOF
22268 cat confdefs.h >>conftest.$ac_ext
22269 cat >>conftest.$ac_ext <<_ACEOF
22270 /* end confdefs.h.  */
22271 #include <math.h>
22272 int
22273 main ()
22274 {
22275 float f = 0.0; int i=isnan(f)
22276   ;
22277   return 0;
22278 }
22279 _ACEOF
22280 rm -f conftest.$ac_objext conftest$ac_exeext
22281 if { (ac_try="$ac_link"
22282 case "(($ac_try" in
22283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22284   *) ac_try_echo=$ac_try;;
22285 esac
22286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22287   (eval "$ac_link") 2>conftest.er1
22288   ac_status=$?
22289   grep -v '^ *+' conftest.er1 >conftest.err
22290   rm -f conftest.er1
22291   cat conftest.err >&5
22292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293   (exit $ac_status); } && {
22294          test -z "$ac_c_werror_flag" ||
22295          test ! -s conftest.err
22296        } && test -s conftest$ac_exeext &&
22297        $as_test_x conftest$ac_exeext; then
22298   ac_cv_have_isnan="yes"
22299 else
22300   echo "$as_me: failed program was:" >&5
22301 sed 's/^/| /' conftest.$ac_ext >&5
22302
22303         ac_cv_have_isnan="no"
22304 fi
22305
22306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22307       conftest$ac_exeext conftest.$ac_ext
22308 fi
22309 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22310 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22311 if test "$ac_cv_have_isnan" = "yes"
22312 then
22313
22314 cat >>confdefs.h <<\_ACEOF
22315 #define HAVE_ISNAN 1
22316 _ACEOF
22317
22318 fi
22319
22320
22321 case $host_cpu in
22322   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22323 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22324 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22325   echo $ECHO_N "(cached) $ECHO_C" >&6
22326 else
22327   cat >conftest.$ac_ext <<_ACEOF
22328 /* confdefs.h.  */
22329 _ACEOF
22330 cat confdefs.h >>conftest.$ac_ext
22331 cat >>conftest.$ac_ext <<_ACEOF
22332 /* end confdefs.h.  */
22333 #ifndef __i386__
22334 yes
22335 #endif
22336 _ACEOF
22337 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22338   $EGREP "yes" >/dev/null 2>&1; then
22339   ac_cv_cpp_def___i386__=yes
22340 else
22341   ac_cv_cpp_def___i386__=no
22342 fi
22343 rm -f conftest*
22344
22345 fi
22346 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22347 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22348 if test $ac_cv_cpp_def___i386__ = yes; then
22349   CFLAGS="$CFLAGS -D__i386__"
22350   LINTFLAGS="$LINTFLAGS -D__i386__"
22351 fi
22352  ;;
22353   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22354 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22355 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22356   echo $ECHO_N "(cached) $ECHO_C" >&6
22357 else
22358   cat >conftest.$ac_ext <<_ACEOF
22359 /* confdefs.h.  */
22360 _ACEOF
22361 cat confdefs.h >>conftest.$ac_ext
22362 cat >>conftest.$ac_ext <<_ACEOF
22363 /* end confdefs.h.  */
22364 #ifndef __x86_64__
22365 yes
22366 #endif
22367 _ACEOF
22368 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22369   $EGREP "yes" >/dev/null 2>&1; then
22370   ac_cv_cpp_def___x86_64__=yes
22371 else
22372   ac_cv_cpp_def___x86_64__=no
22373 fi
22374 rm -f conftest*
22375
22376 fi
22377 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22378 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22379 if test $ac_cv_cpp_def___x86_64__ = yes; then
22380   CFLAGS="$CFLAGS -D__x86_64__"
22381   LINTFLAGS="$LINTFLAGS -D__x86_64__"
22382 fi
22383  ;;
22384   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22385 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22386 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22387   echo $ECHO_N "(cached) $ECHO_C" >&6
22388 else
22389   cat >conftest.$ac_ext <<_ACEOF
22390 /* confdefs.h.  */
22391 _ACEOF
22392 cat confdefs.h >>conftest.$ac_ext
22393 cat >>conftest.$ac_ext <<_ACEOF
22394 /* end confdefs.h.  */
22395 #ifndef __ALPHA__
22396 yes
22397 #endif
22398 _ACEOF
22399 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22400   $EGREP "yes" >/dev/null 2>&1; then
22401   ac_cv_cpp_def___ALPHA__=yes
22402 else
22403   ac_cv_cpp_def___ALPHA__=no
22404 fi
22405 rm -f conftest*
22406
22407 fi
22408 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22409 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22410 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22411   CFLAGS="$CFLAGS -D__ALPHA__"
22412   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22413 fi
22414  ;;
22415   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22416 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22417 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22418   echo $ECHO_N "(cached) $ECHO_C" >&6
22419 else
22420   cat >conftest.$ac_ext <<_ACEOF
22421 /* confdefs.h.  */
22422 _ACEOF
22423 cat confdefs.h >>conftest.$ac_ext
22424 cat >>conftest.$ac_ext <<_ACEOF
22425 /* end confdefs.h.  */
22426 #ifndef __sparc__
22427 yes
22428 #endif
22429 _ACEOF
22430 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22431   $EGREP "yes" >/dev/null 2>&1; then
22432   ac_cv_cpp_def___sparc__=yes
22433 else
22434   ac_cv_cpp_def___sparc__=no
22435 fi
22436 rm -f conftest*
22437
22438 fi
22439 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22440 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22441 if test $ac_cv_cpp_def___sparc__ = yes; then
22442   CFLAGS="$CFLAGS -D__sparc__"
22443   LINTFLAGS="$LINTFLAGS -D__sparc__"
22444 fi
22445  ;;
22446   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22447 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22448 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22449   echo $ECHO_N "(cached) $ECHO_C" >&6
22450 else
22451   cat >conftest.$ac_ext <<_ACEOF
22452 /* confdefs.h.  */
22453 _ACEOF
22454 cat confdefs.h >>conftest.$ac_ext
22455 cat >>conftest.$ac_ext <<_ACEOF
22456 /* end confdefs.h.  */
22457 #ifndef __powerpc__
22458 yes
22459 #endif
22460 _ACEOF
22461 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22462   $EGREP "yes" >/dev/null 2>&1; then
22463   ac_cv_cpp_def___powerpc__=yes
22464 else
22465   ac_cv_cpp_def___powerpc__=no
22466 fi
22467 rm -f conftest*
22468
22469 fi
22470 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22471 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22472 if test $ac_cv_cpp_def___powerpc__ = yes; then
22473   CFLAGS="$CFLAGS -D__powerpc__"
22474   LINTFLAGS="$LINTFLAGS -D__powerpc__"
22475 fi
22476  ;;
22477 esac
22478
22479 case $host_vendor in
22480   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22481 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22482 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22483   echo $ECHO_N "(cached) $ECHO_C" >&6
22484 else
22485   cat >conftest.$ac_ext <<_ACEOF
22486 /* confdefs.h.  */
22487 _ACEOF
22488 cat confdefs.h >>conftest.$ac_ext
22489 cat >>conftest.$ac_ext <<_ACEOF
22490 /* end confdefs.h.  */
22491 #ifndef __sun__
22492 yes
22493 #endif
22494 _ACEOF
22495 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22496   $EGREP "yes" >/dev/null 2>&1; then
22497   ac_cv_cpp_def___sun__=yes
22498 else
22499   ac_cv_cpp_def___sun__=no
22500 fi
22501 rm -f conftest*
22502
22503 fi
22504 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22505 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22506 if test $ac_cv_cpp_def___sun__ = yes; then
22507   CFLAGS="$CFLAGS -D__sun__"
22508   LINTFLAGS="$LINTFLAGS -D__sun__"
22509 fi
22510  ;;
22511 esac
22512
22513
22514 DEPENDENCIES="### Dependencies:
22515
22516 .INIT: Makefile
22517 .BEGIN: Makefile
22518 Makefile: dummy
22519         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22520
22521 \$(OBJS): \$(IDL_GEN_HEADERS)
22522 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22523 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22524 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22525 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22526
22527
22528 ALL_MAKERULES=""
22529
22530 ALL_MAKEFILES=""
22531
22532 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22533
22534
22535 ALL_TOP_DIRS=""
22536
22537 ALL_DLL_DIRS=""
22538
22539 ALL_IMPLIB_DIRS=""
22540
22541 ALL_TEST_DIRS=""
22542
22543 ALL_PROGRAM_DIRS=""
22544
22545 ALL_PROGRAM_INSTALL_DIRS=""
22546
22547 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22548
22549
22550
22551
22552
22553 ac_config_commands="$ac_config_commands include/stamp-h"
22554
22555
22556 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22557
22558 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22559
22560 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22561
22562 ac_config_commands="$ac_config_commands dlls/user32/resources"
22563
22564 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22565
22566 ac_config_commands="$ac_config_commands include/wine"
22567
22568
22569 ALL_MAKERULES="$ALL_MAKERULES \\
22570         Make.rules"
22571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22572 Make.rules: Make.rules.in"
22573 MAKE_RULES=Make.rules
22574 ac_config_files="$ac_config_files Make.rules"
22575
22576 ALL_MAKERULES="$ALL_MAKERULES \\
22577         dlls/Makedll.rules"
22578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22579 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22580 MAKE_DLL_RULES=dlls/Makedll.rules
22581 ac_config_files="$ac_config_files dlls/Makedll.rules"
22582
22583 ALL_MAKERULES="$ALL_MAKERULES \\
22584         dlls/Makeimplib.rules"
22585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22586 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22587 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22588 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22589
22590 ALL_MAKERULES="$ALL_MAKERULES \\
22591         dlls/Maketest.rules"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22594 MAKE_TEST_RULES=dlls/Maketest.rules
22595 ac_config_files="$ac_config_files dlls/Maketest.rules"
22596
22597 ALL_MAKERULES="$ALL_MAKERULES \\
22598         programs/Makeprog.rules"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22601 MAKE_PROG_RULES=programs/Makeprog.rules
22602 ac_config_files="$ac_config_files programs/Makeprog.rules"
22603
22604
22605
22606
22607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22608 Makefile: Makefile.in Make.rules"
22609 ac_config_files="$ac_config_files Makefile"
22610
22611 ALL_MAKEFILES="$ALL_MAKEFILES \\
22612         dlls/Makefile"
22613 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22614         dlls"
22615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22616 dlls/Makefile: dlls/Makefile.in Make.rules"
22617 ac_config_files="$ac_config_files dlls/Makefile"
22618
22619 ALL_MAKEFILES="$ALL_MAKEFILES \\
22620         dlls/acledit/Makefile"
22621 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22622         acledit"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22625 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22626
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628         dlls/activeds/Makefile"
22629 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22630         activeds"
22631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22632 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22633 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22634
22635 ALL_MAKEFILES="$ALL_MAKEFILES \\
22636         dlls/actxprxy/Makefile"
22637 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22638         actxprxy"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22641 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22642
22643 ALL_MAKEFILES="$ALL_MAKEFILES \\
22644         dlls/adsiid/Makefile"
22645 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22646         adsiid"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22649 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22650
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652         dlls/advapi32/Makefile"
22653 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22654         advapi32"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22657 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22658
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660         dlls/advapi32/tests/Makefile"
22661 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22662         advapi32/tests"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22665 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22666
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668         dlls/advpack/Makefile"
22669 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22670         advpack"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22674
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676         dlls/advpack/tests/Makefile"
22677 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22678         advpack/tests"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22681 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22682
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684         dlls/amstream/Makefile"
22685 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686         amstream"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22690
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692         dlls/appwiz.cpl/Makefile"
22693 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22694         appwiz.cpl"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22697 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22698
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700         dlls/atl/Makefile"
22701 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702         atl"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/atl/Makefile"
22706
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708         dlls/avicap32/Makefile"
22709 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22710         avicap32"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22713 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22714
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716         dlls/avifil32/Makefile"
22717 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718         avifil32"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22722
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724         dlls/browseui/Makefile"
22725 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22726         browseui"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22729 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22730
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732         dlls/browseui/tests/Makefile"
22733 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22734         browseui/tests"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22737 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22738
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740         dlls/cabinet/Makefile"
22741 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742         cabinet"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22746
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748         dlls/cabinet/tests/Makefile"
22749 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22750         cabinet/tests"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22753 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22754
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756         dlls/capi2032/Makefile"
22757 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22758         capi2032"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22761 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22762
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764         dlls/cards/Makefile"
22765 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22766         cards"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/cards/Makefile"
22770
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772         dlls/cfgmgr32/Makefile"
22773 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22774         cfgmgr32"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22777 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22778
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780         dlls/clusapi/Makefile"
22781 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22782         clusapi"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22785 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22786
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788         dlls/comcat/Makefile"
22789 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22790         comcat"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22793 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22794
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796         dlls/comcat/tests/Makefile"
22797 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22798         comcat/tests"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22801 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22802
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804         dlls/comctl32/Makefile"
22805 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22806         comctl32"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22809 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22810
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812         dlls/comctl32/tests/Makefile"
22813 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22814         comctl32/tests"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22817 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22818
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820         dlls/comdlg32/Makefile"
22821 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22822         comdlg32"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22825 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22826
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828         dlls/comdlg32/tests/Makefile"
22829 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22830         comdlg32/tests"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22833 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22834
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836         dlls/compstui/Makefile"
22837 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22838         compstui"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22841 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22842
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844         dlls/credui/Makefile"
22845 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22846         credui"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22849 ac_config_files="$ac_config_files dlls/credui/Makefile"
22850
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852         dlls/credui/tests/Makefile"
22853 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22854         credui/tests"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22857 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22858
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860         dlls/crtdll/Makefile"
22861 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22862         crtdll"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22865 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22866
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868         dlls/crypt32/Makefile"
22869 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22870         crypt32"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22873 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22874
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876         dlls/crypt32/tests/Makefile"
22877 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22878         crypt32/tests"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22881 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22882
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884         dlls/cryptdlg/Makefile"
22885 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886         cryptdlg"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22890
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892         dlls/cryptdll/Makefile"
22893 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894         cryptdll"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22898
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900         dlls/cryptnet/Makefile"
22901 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22902         cryptnet"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22905 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22906
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908         dlls/cryptnet/tests/Makefile"
22909 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22910         cryptnet/tests"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22913 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22914
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916         dlls/cryptui/Makefile"
22917 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22918         cryptui"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22921 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22922
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924         dlls/cryptui/tests/Makefile"
22925 test "x$enable_cryptui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22926         cryptui/tests"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
22929 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
22930
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932         dlls/ctapi32/Makefile"
22933 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22934         ctapi32"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22938
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940         dlls/ctl3d32/Makefile"
22941 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942         ctl3d32"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22946
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948         dlls/d3d10/Makefile"
22949 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22950         d3d10"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22953 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22954
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956         dlls/d3d8/Makefile"
22957 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22958         d3d8"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22961 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22962
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964         dlls/d3d8/tests/Makefile"
22965 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22966         d3d8/tests"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22969 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22970
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972         dlls/d3d9/Makefile"
22973 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22974         d3d9"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22977 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22978
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980         dlls/d3d9/tests/Makefile"
22981 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22982         d3d9/tests"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22985 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22986
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988         dlls/d3dim/Makefile"
22989 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22990         d3dim"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22993 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22994
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996         dlls/d3drm/Makefile"
22997 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998         d3drm"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23002
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004         dlls/d3drm/tests/Makefile"
23005 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23006         d3drm/tests"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23009 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23010
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012         dlls/d3dx8/Makefile"
23013 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014         d3dx8"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23018
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020         dlls/d3dx8/tests/Makefile"
23021 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23022         d3dx8/tests"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23025 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23026
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028         dlls/d3dx9_24/Makefile"
23029 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030         d3dx9_24"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23034
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036         dlls/d3dx9_25/Makefile"
23037 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038         d3dx9_25"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23042
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044         dlls/d3dx9_26/Makefile"
23045 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046         d3dx9_26"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23050
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052         dlls/d3dx9_27/Makefile"
23053 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054         d3dx9_27"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23058
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060         dlls/d3dx9_28/Makefile"
23061 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062         d3dx9_28"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23066
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068         dlls/d3dx9_29/Makefile"
23069 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070         d3dx9_29"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23074
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076         dlls/d3dx9_30/Makefile"
23077 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078         d3dx9_30"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23082
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084         dlls/d3dx9_31/Makefile"
23085 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23086         d3dx9_31"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23089 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23090
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092         dlls/d3dx9_32/Makefile"
23093 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23094         d3dx9_32"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23097 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23098
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100         dlls/d3dx9_33/Makefile"
23101 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102         d3dx9_33"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23106
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108         dlls/d3dx9_34/Makefile"
23109 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23110         d3dx9_34"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23113 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23114
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116         dlls/d3dx9_35/Makefile"
23117 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118         d3dx9_35"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23122
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124         dlls/d3dx9_36/Makefile"
23125 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126         d3dx9_36"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23130
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132         dlls/d3dx9_36/tests/Makefile"
23133 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23134         d3dx9_36/tests"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23137 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23138
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140         dlls/d3dx9_37/Makefile"
23141 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23142         d3dx9_37"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23145 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23146
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148         dlls/d3dxof/Makefile"
23149 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150         d3dxof"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23154
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156         dlls/d3dxof/tests/Makefile"
23157 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23158         d3dxof/tests"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23161 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23162
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164         dlls/dbghelp/Makefile"
23165 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166         dbghelp"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23170
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172         dlls/dciman32/Makefile"
23173 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174         dciman32"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23178
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180         dlls/ddraw/Makefile"
23181 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182         ddraw"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23186
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188         dlls/ddraw/tests/Makefile"
23189 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23190         ddraw/tests"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23193 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23194
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196         dlls/ddrawex/Makefile"
23197 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23198         ddrawex"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23201 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23202
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204         dlls/devenum/Makefile"
23205 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206         devenum"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23210
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212         dlls/dinput/Makefile"
23213 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214         dinput"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23218
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220         dlls/dinput/tests/Makefile"
23221 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23222         dinput/tests"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23225 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23226
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228         dlls/dinput8/Makefile"
23229 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23230         dinput8"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23233 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23234
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236         dlls/dmband/Makefile"
23237 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238         dmband"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23242
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244         dlls/dmcompos/Makefile"
23245 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246         dmcompos"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23250
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252         dlls/dmime/Makefile"
23253 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254         dmime"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23258
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260         dlls/dmloader/Makefile"
23261 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262         dmloader"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23266
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268         dlls/dmscript/Makefile"
23269 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270         dmscript"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23274
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276         dlls/dmstyle/Makefile"
23277 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278         dmstyle"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23282
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284         dlls/dmsynth/Makefile"
23285 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286         dmsynth"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23290
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292         dlls/dmusic/Makefile"
23293 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23294         dmusic"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23297 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23298
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300         dlls/dmusic32/Makefile"
23301 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302         dmusic32"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23306
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308         dlls/dnsapi/Makefile"
23309 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23310         dnsapi"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23313 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23314
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316         dlls/dnsapi/tests/Makefile"
23317 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23318         dnsapi/tests"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23321 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23322
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324         dlls/dplay/Makefile"
23325 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23326         dplay"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23329 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23330
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332         dlls/dplayx/Makefile"
23333 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334         dplayx"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23338
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340         dlls/dplayx/tests/Makefile"
23341 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23342         dplayx/tests"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23345 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23346
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348         dlls/dpnaddr/Makefile"
23349 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350         dpnaddr"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23354
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356         dlls/dpnet/Makefile"
23357 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358         dpnet"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23362
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364         dlls/dpnhpast/Makefile"
23365 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366         dpnhpast"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23370
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372         dlls/dpnlobby/Makefile"
23373 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374         dpnlobby"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23378
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380         dlls/dpwsockx/Makefile"
23381 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382         dpwsockx"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23386
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388         dlls/dsound/Makefile"
23389 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23390         dsound"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23393 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23394
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396         dlls/dsound/tests/Makefile"
23397 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23398         dsound/tests"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23401 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23402
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404         dlls/dssenh/Makefile"
23405 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406         dssenh"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23410
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412         dlls/dswave/Makefile"
23413 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23414         dswave"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23418
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420         dlls/dwmapi/Makefile"
23421 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422         dwmapi"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23426
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428         dlls/dxdiagn/Makefile"
23429 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430         dxdiagn"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23434
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436         dlls/dxerr8/Makefile"
23437 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23438         dxerr8"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23441 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23442
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444         dlls/dxerr9/Makefile"
23445 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23446         dxerr9"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23449 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23450
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452         dlls/dxgi/Makefile"
23453 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23454         dxgi"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23457 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23458
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460         dlls/dxguid/Makefile"
23461 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23462         dxguid"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23465 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23466
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468         dlls/faultrep/Makefile"
23469 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23470         faultrep"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23473 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23474
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476         dlls/fusion/Makefile"
23477 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478         fusion"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23482
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484         dlls/fusion/tests/Makefile"
23485 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23486         fusion/tests"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23489 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23490
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492         dlls/gdi32/Makefile"
23493 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494         gdi32"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23498
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500         dlls/gdi32/tests/Makefile"
23501 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23502         gdi32/tests"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23505 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23506
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508         dlls/gdiplus/Makefile"
23509 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510         gdiplus"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23514
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516         dlls/gdiplus/tests/Makefile"
23517 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23518         gdiplus/tests"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23521 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23522
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524         dlls/glu32/Makefile"
23525 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526         glu32"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23530
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532         dlls/gphoto2.ds/Makefile"
23533 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534         gphoto2.ds"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23538
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540         dlls/gpkcsp/Makefile"
23541 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542         gpkcsp"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23546
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548         dlls/hal/Makefile"
23549 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550         hal"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/hal/Makefile"
23554
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556         dlls/hhctrl.ocx/Makefile"
23557 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558         hhctrl.ocx"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23562
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564         dlls/hid/Makefile"
23565 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566         hid"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/hid/Makefile"
23570
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572         dlls/hlink/Makefile"
23573 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574         hlink"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23578
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580         dlls/hlink/tests/Makefile"
23581 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23582         hlink/tests"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23585 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23586
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588         dlls/hnetcfg/Makefile"
23589 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590         hnetcfg"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23594
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596         dlls/iccvid/Makefile"
23597 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598         iccvid"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23602
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604         dlls/icmp/Makefile"
23605 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606         icmp"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23610
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612         dlls/ifsmgr.vxd/Makefile"
23613 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614         ifsmgr.vxd"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23618
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620         dlls/imaadp32.acm/Makefile"
23621 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622         imaadp32.acm"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23626
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628         dlls/imagehlp/Makefile"
23629 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630         imagehlp"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23634
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636         dlls/imm32/Makefile"
23637 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638         imm32"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23642
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644         dlls/imm32/tests/Makefile"
23645 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23646         imm32/tests"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23649 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23650
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652         dlls/inetcomm/Makefile"
23653 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654         inetcomm"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23658
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660         dlls/inetcomm/tests/Makefile"
23661 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23662         inetcomm/tests"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23665 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23666
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668         dlls/inetmib1/Makefile"
23669 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670         inetmib1"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23674
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676         dlls/inetmib1/tests/Makefile"
23677 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23678         inetmib1/tests"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23681 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23682
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684         dlls/infosoft/Makefile"
23685 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23686         infosoft"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23689 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23690
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692         dlls/infosoft/tests/Makefile"
23693 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23694         infosoft/tests"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23697 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23698
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700         dlls/initpki/Makefile"
23701 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23702         initpki"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23706
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708         dlls/inkobj/Makefile"
23709 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710         inkobj"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23714
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716         dlls/inseng/Makefile"
23717 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718         inseng"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23722
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724         dlls/iphlpapi/Makefile"
23725 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726         iphlpapi"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23730
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732         dlls/iphlpapi/tests/Makefile"
23733 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23734         iphlpapi/tests"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23737 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23738
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740         dlls/itircl/Makefile"
23741 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742         itircl"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23746
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748         dlls/itss/Makefile"
23749 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750         itss"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/itss/Makefile"
23754
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756         dlls/itss/tests/Makefile"
23757 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23758         itss/tests"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23761 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23762
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764         dlls/jscript/Makefile"
23765 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766         jscript"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23770
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772         dlls/jscript/tests/Makefile"
23773 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23774         jscript/tests"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23778
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780         dlls/kernel32/Makefile"
23781 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23782         kernel32"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23785 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23786
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788         dlls/kernel32/tests/Makefile"
23789 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23790         kernel32/tests"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23793 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23794
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796         dlls/localspl/Makefile"
23797 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23798         localspl"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23802
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804         dlls/localspl/tests/Makefile"
23805 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23806         localspl/tests"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23809 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23810
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812         dlls/localui/Makefile"
23813 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814         localui"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/localui/Makefile"
23818
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820         dlls/localui/tests/Makefile"
23821 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23822         localui/tests"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23825 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23826
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828         dlls/lz32/Makefile"
23829 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830         lz32"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23834
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836         dlls/lz32/tests/Makefile"
23837 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23838         lz32/tests"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23841 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23842
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844         dlls/mapi32/Makefile"
23845 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846         mapi32"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23850
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852         dlls/mapi32/tests/Makefile"
23853 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23854         mapi32/tests"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23857 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23858
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860         dlls/mciavi32/Makefile"
23861 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23862         mciavi32"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23865 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23866
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868         dlls/mcicda/Makefile"
23869 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870         mcicda"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23874
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876         dlls/mciseq/Makefile"
23877 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878         mciseq"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23882
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884         dlls/mciwave/Makefile"
23885 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886         mciwave"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23890
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892         dlls/midimap/Makefile"
23893 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894         midimap"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23898
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900         dlls/mlang/Makefile"
23901 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902         mlang"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23906
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908         dlls/mlang/tests/Makefile"
23909 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23910         mlang/tests"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23913 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23914
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916         dlls/mmdevldr.vxd/Makefile"
23917 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918         mmdevldr.vxd"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23922
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924         dlls/monodebg.vxd/Makefile"
23925 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926         monodebg.vxd"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23930
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932         dlls/mountmgr.sys/Makefile"
23933 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934         mountmgr.sys"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23938
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940         dlls/mpr/Makefile"
23941 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942         mpr"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23946
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948         dlls/mprapi/Makefile"
23949 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950         mprapi"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23954
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956         dlls/msacm32.drv/Makefile"
23957 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958         msacm32.drv"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23962
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964         dlls/msacm32/Makefile"
23965 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966         msacm32"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23970
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972         dlls/msacm32/tests/Makefile"
23973 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23974         msacm32/tests"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23977 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23978
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980         dlls/msadp32.acm/Makefile"
23981 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982         msadp32.acm"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23986
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988         dlls/mscat32/Makefile"
23989 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990         mscat32"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23994
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996         dlls/mscms/Makefile"
23997 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998         mscms"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24002
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004         dlls/mscms/tests/Makefile"
24005 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24006         mscms/tests"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24009 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24010
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012         dlls/mscoree/Makefile"
24013 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24014         mscoree"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24017 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24018
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020         dlls/msdmo/Makefile"
24021 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022         msdmo"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24026
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028         dlls/msftedit/Makefile"
24029 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030         msftedit"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24034
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036         dlls/msg711.acm/Makefile"
24037 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038         msg711.acm"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24042
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044         dlls/mshtml.tlb/Makefile"
24045 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046         mshtml.tlb"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24050
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052         dlls/mshtml/Makefile"
24053 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054         mshtml"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24058
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060         dlls/mshtml/tests/Makefile"
24061 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24062         mshtml/tests"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24065 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24066
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068         dlls/msi/Makefile"
24069 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070         msi"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/msi/Makefile"
24074
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076         dlls/msi/tests/Makefile"
24077 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24078         msi/tests"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24081 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24082
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084         dlls/msimg32/Makefile"
24085 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086         msimg32"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24090
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092         dlls/msimtf/Makefile"
24093 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094         msimtf"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24098
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100         dlls/msisip/Makefile"
24101 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102         msisip"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24106
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108         dlls/msisys.ocx/Makefile"
24109 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110         msisys.ocx"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24114
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116         dlls/msnet32/Makefile"
24117 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118         msnet32"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24122
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124         dlls/msrle32/Makefile"
24125 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126         msrle32"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24130
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132         dlls/mssip32/Makefile"
24133 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134         mssip32"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24138
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140         dlls/mstask/Makefile"
24141 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142         mstask"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24146
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148         dlls/mstask/tests/Makefile"
24149 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24150         mstask/tests"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24153 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24154
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156         dlls/msvcirt/Makefile"
24157 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158         msvcirt"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24162
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164         dlls/msvcr71/Makefile"
24165 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166         msvcr71"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24170
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172         dlls/msvcrt/Makefile"
24173 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174         msvcrt"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24178
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180         dlls/msvcrt/tests/Makefile"
24181 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24182         msvcrt/tests"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24185 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24186
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188         dlls/msvcrt20/Makefile"
24189 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190         msvcrt20"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24194
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196         dlls/msvcrt40/Makefile"
24197 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198         msvcrt40"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24202
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204         dlls/msvcrtd/Makefile"
24205 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206         msvcrtd"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24210
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212         dlls/msvcrtd/tests/Makefile"
24213 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24214         msvcrtd/tests"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24217 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24218
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220         dlls/msvfw32/Makefile"
24221 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222         msvfw32"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24226
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228         dlls/msvidc32/Makefile"
24229 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230         msvidc32"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24234
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236         dlls/mswsock/Makefile"
24237 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238         mswsock"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24242
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244         dlls/msxml3/Makefile"
24245 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246         msxml3"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24250
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252         dlls/msxml3/tests/Makefile"
24253 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24254         msxml3/tests"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24258
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260         dlls/nddeapi/Makefile"
24261 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262         nddeapi"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24266
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268         dlls/netapi32/Makefile"
24269 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270         netapi32"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24274
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276         dlls/netapi32/tests/Makefile"
24277 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24278         netapi32/tests"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24281 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24282
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284         dlls/newdev/Makefile"
24285 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286         newdev"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24290
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292         dlls/ntdll/Makefile"
24293 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294         ntdll"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24298
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300         dlls/ntdll/tests/Makefile"
24301 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24302         ntdll/tests"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24305 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24306
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308         dlls/ntdsapi/Makefile"
24309 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310         ntdsapi"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24314
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316         dlls/ntdsapi/tests/Makefile"
24317 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24318         ntdsapi/tests"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24321 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24322
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324         dlls/ntoskrnl.exe/Makefile"
24325 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326         ntoskrnl.exe"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24330
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332         dlls/ntprint/Makefile"
24333 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334         ntprint"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24338
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340         dlls/ntprint/tests/Makefile"
24341 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24342         ntprint/tests"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24345 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24346
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348         dlls/objsel/Makefile"
24349 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350         objsel"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24354
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356         dlls/odbc32/Makefile"
24357 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358         odbc32"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24362
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364         dlls/odbccp32/Makefile"
24365 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366         odbccp32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24370
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372         dlls/odbccp32/tests/Makefile"
24373 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374         odbccp32/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24378
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380         dlls/ole32/Makefile"
24381 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382         ole32"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24386
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388         dlls/ole32/tests/Makefile"
24389 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24390         ole32/tests"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24393 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24394
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396         dlls/oleacc/Makefile"
24397 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398         oleacc"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24402
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404         dlls/oleacc/tests/Makefile"
24405 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24406         oleacc/tests"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24409 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24410
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412         dlls/oleaut32/Makefile"
24413 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414         oleaut32"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24418
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420         dlls/oleaut32/tests/Makefile"
24421 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24422         oleaut32/tests"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24425 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24426
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428         dlls/olecli32/Makefile"
24429 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430         olecli32"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24434
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436         dlls/oledlg/Makefile"
24437 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438         oledlg"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24442
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444         dlls/olepro32/Makefile"
24445 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446         olepro32"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24450
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452         dlls/olesvr32/Makefile"
24453 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454         olesvr32"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24458
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460         dlls/olethk32/Makefile"
24461 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462         olethk32"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24466
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468         dlls/opengl32/Makefile"
24469 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470         opengl32"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24474
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476         dlls/opengl32/tests/Makefile"
24477 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24478         opengl32/tests"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24481 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24482
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484         dlls/pdh/Makefile"
24485 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486         pdh"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24490
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492         dlls/pdh/tests/Makefile"
24493 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24494         pdh/tests"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24497 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24498
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500         dlls/powrprof/Makefile"
24501 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502         powrprof"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24506
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508         dlls/printui/Makefile"
24509 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510         printui"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/printui/Makefile"
24514
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516         dlls/propsys/Makefile"
24517 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518         propsys"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24522
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524         dlls/psapi/Makefile"
24525 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526         psapi"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24530
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532         dlls/psapi/tests/Makefile"
24533 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534         psapi/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24538
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540         dlls/pstorec/Makefile"
24541 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542         pstorec"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24546
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548         dlls/qcap/Makefile"
24549 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550         qcap"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24554
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556         dlls/qedit/Makefile"
24557 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558         qedit"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24562
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564         dlls/qedit/tests/Makefile"
24565 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24566         qedit/tests"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24569 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24570
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572         dlls/qmgr/Makefile"
24573 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574         qmgr"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24578
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580         dlls/qmgr/tests/Makefile"
24581 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24582         qmgr/tests"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24586
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588         dlls/qmgrprxy/Makefile"
24589 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590         qmgrprxy"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24594
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596         dlls/quartz/Makefile"
24597 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598         quartz"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24602
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604         dlls/quartz/tests/Makefile"
24605 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24606         quartz/tests"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24609 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24610
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612         dlls/query/Makefile"
24613 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614         query"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/query/Makefile"
24618
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620         dlls/rasapi32/Makefile"
24621 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622         rasapi32"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24626
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628         dlls/rasapi32/tests/Makefile"
24629 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24630         rasapi32/tests"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24633 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24634
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636         dlls/resutils/Makefile"
24637 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638         resutils"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24642
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644         dlls/riched20/Makefile"
24645 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646         riched20"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24650
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652         dlls/riched20/tests/Makefile"
24653 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24654         riched20/tests"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24657 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24658
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660         dlls/riched32/Makefile"
24661 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662         riched32"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24666
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668         dlls/riched32/tests/Makefile"
24669 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670         riched32/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24674
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676         dlls/rpcrt4/Makefile"
24677 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678         rpcrt4"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24682
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684         dlls/rpcrt4/tests/Makefile"
24685 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24686         rpcrt4/tests"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24689 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24690
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692         dlls/rsabase/Makefile"
24693 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694         rsabase"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24698
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700         dlls/rsaenh/Makefile"
24701 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702         rsaenh"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24706
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708         dlls/rsaenh/tests/Makefile"
24709 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710         rsaenh/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24714
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716         dlls/sane.ds/Makefile"
24717 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718         sane.ds"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24722
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724         dlls/sccbase/Makefile"
24725 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726         sccbase"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24730
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732         dlls/schannel/Makefile"
24733 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734         schannel"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24738
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740         dlls/schannel/tests/Makefile"
24741 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742         schannel/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24746
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748         dlls/secur32/Makefile"
24749 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750         secur32"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24754
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756         dlls/secur32/tests/Makefile"
24757 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24758         secur32/tests"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24762
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764         dlls/security/Makefile"
24765 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766         security"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/security/Makefile"
24770
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772         dlls/sensapi/Makefile"
24773 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774         sensapi"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24778
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780         dlls/serialui/Makefile"
24781 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782         serialui"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24786
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788         dlls/serialui/tests/Makefile"
24789 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24790         serialui/tests"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24793 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24794
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796         dlls/setupapi/Makefile"
24797 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798         setupapi"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24802
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804         dlls/setupapi/tests/Makefile"
24805 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24806         setupapi/tests"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24809 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24810
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812         dlls/sfc/Makefile"
24813 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814         sfc"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24818
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820         dlls/sfc_os/Makefile"
24821 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822         sfc_os"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24826
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828         dlls/shdoclc/Makefile"
24829 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830         shdoclc"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24834
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836         dlls/shdocvw/Makefile"
24837 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838         shdocvw"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24842
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844         dlls/shdocvw/tests/Makefile"
24845 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24846         shdocvw/tests"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24849 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24850
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852         dlls/shell32/Makefile"
24853 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854         shell32"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24858
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860         dlls/shell32/tests/Makefile"
24861 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24862         shell32/tests"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24865 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24866
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868         dlls/shfolder/Makefile"
24869 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870         shfolder"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24874
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876         dlls/shlwapi/Makefile"
24877 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878         shlwapi"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24882
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884         dlls/shlwapi/tests/Makefile"
24885 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24886         shlwapi/tests"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24889 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24890
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892         dlls/slbcsp/Makefile"
24893 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894         slbcsp"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24898
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900         dlls/slc/Makefile"
24901 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902         slc"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/slc/Makefile"
24906
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908         dlls/snmpapi/Makefile"
24909 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910         snmpapi"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24914
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916         dlls/snmpapi/tests/Makefile"
24917 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24918         snmpapi/tests"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24921 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24922
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924         dlls/softpub/Makefile"
24925 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926         softpub"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24930
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932         dlls/spoolss/Makefile"
24933 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934         spoolss"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24938
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940         dlls/spoolss/tests/Makefile"
24941 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942         spoolss/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24946
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948         dlls/stdole2.tlb/Makefile"
24949 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950         stdole2.tlb"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24954
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956         dlls/stdole32.tlb/Makefile"
24957 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958         stdole32.tlb"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24962
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964         dlls/sti/Makefile"
24965 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966         sti"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/sti/Makefile"
24970
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972         dlls/strmiids/Makefile"
24973 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24974         strmiids"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24977 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24978
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980         dlls/svrapi/Makefile"
24981 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982         svrapi"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24986
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988         dlls/sxs/Makefile"
24989 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990         sxs"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24994
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996         dlls/tapi32/Makefile"
24997 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998         tapi32"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25002
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004         dlls/twain_32/Makefile"
25005 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006         twain_32"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25010
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012         dlls/unicows/Makefile"
25013 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014         unicows"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25018
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020         dlls/url/Makefile"
25021 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022         url"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/url/Makefile"
25026
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028         dlls/urlmon/Makefile"
25029 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030         urlmon"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25034
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036         dlls/urlmon/tests/Makefile"
25037 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038         urlmon/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25042
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044         dlls/user32/Makefile"
25045 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046         user32"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/user32/Makefile"
25050
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052         dlls/user32/tests/Makefile"
25053 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054         user32/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25058
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060         dlls/userenv/Makefile"
25061 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062         userenv"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25066
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068         dlls/userenv/tests/Makefile"
25069 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25070         userenv/tests"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25073 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25074
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076         dlls/usp10/Makefile"
25077 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078         usp10"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25082
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084         dlls/usp10/tests/Makefile"
25085 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25086         usp10/tests"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25089 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25090
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092         dlls/uuid/Makefile"
25093 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25094         uuid"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25097 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25098
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100         dlls/uxtheme/Makefile"
25101 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102         uxtheme"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25106
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108         dlls/uxtheme/tests/Makefile"
25109 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25110         uxtheme/tests"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25113 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25114
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116         dlls/vdhcp.vxd/Makefile"
25117 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118         vdhcp.vxd"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25122
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124         dlls/vdmdbg/Makefile"
25125 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126         vdmdbg"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25130
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132         dlls/version/Makefile"
25133 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134         version"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/version/Makefile"
25138
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140         dlls/version/tests/Makefile"
25141 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25142         version/tests"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25145 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25146
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148         dlls/vmm.vxd/Makefile"
25149 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150         vmm.vxd"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25154
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156         dlls/vnbt.vxd/Makefile"
25157 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158         vnbt.vxd"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25162
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164         dlls/vnetbios.vxd/Makefile"
25165 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166         vnetbios.vxd"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25170
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172         dlls/vtdapi.vxd/Makefile"
25173 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174         vtdapi.vxd"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25178
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180         dlls/vwin32.vxd/Makefile"
25181 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182         vwin32.vxd"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25186
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188         dlls/w32skrnl/Makefile"
25189 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190         w32skrnl"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25194
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196         dlls/winealsa.drv/Makefile"
25197 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198         winealsa.drv"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25202
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204         dlls/wineaudioio.drv/Makefile"
25205 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206         wineaudioio.drv"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25210
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212         dlls/winecoreaudio.drv/Makefile"
25213 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214         winecoreaudio.drv"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25218
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220         dlls/winecrt0/Makefile"
25221 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25222         winecrt0"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25225 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25226
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228         dlls/wined3d/Makefile"
25229 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230         wined3d"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25234
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236         dlls/winedos/Makefile"
25237 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238         winedos"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25242
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244         dlls/wineesd.drv/Makefile"
25245 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246         wineesd.drv"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25250
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252         dlls/winejack.drv/Makefile"
25253 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254         winejack.drv"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25258
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260         dlls/winejoystick.drv/Makefile"
25261 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262         winejoystick.drv"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25266
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268         dlls/winemp3.acm/Makefile"
25269 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270         winemp3.acm"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25274
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276         dlls/winenas.drv/Makefile"
25277 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278         winenas.drv"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25282
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284         dlls/wineoss.drv/Makefile"
25285 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286         wineoss.drv"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25290
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292         dlls/wineps.drv/Makefile"
25293 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294         wineps.drv"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25298
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300         dlls/winequartz.drv/Makefile"
25301 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302         winequartz.drv"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25306
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308         dlls/winex11.drv/Makefile"
25309 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310         winex11.drv"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25314
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316         dlls/wing32/Makefile"
25317 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318         wing32"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25322
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324         dlls/winhttp/Makefile"
25325 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326         winhttp"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25330
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332         dlls/winhttp/tests/Makefile"
25333 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25334         winhttp/tests"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25337 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25338
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340         dlls/wininet/Makefile"
25341 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342         wininet"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25346
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348         dlls/wininet/tests/Makefile"
25349 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25350         wininet/tests"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25353 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25354
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356         dlls/winmm/Makefile"
25357 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358         winmm"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25362
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364         dlls/winmm/tests/Makefile"
25365 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25366         winmm/tests"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25369 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25370
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372         dlls/winnls32/Makefile"
25373 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374         winnls32"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25378
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380         dlls/winscard/Makefile"
25381 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382         winscard"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25386
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388         dlls/winspool.drv/Makefile"
25389 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390         winspool.drv"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25394
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396         dlls/winspool.drv/tests/Makefile"
25397 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25398         winspool.drv/tests"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25401 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25402
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404         dlls/wintab32/Makefile"
25405 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406         wintab32"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25410
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412         dlls/wintrust/Makefile"
25413 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414         wintrust"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25418
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420         dlls/wintrust/tests/Makefile"
25421 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25422         wintrust/tests"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25425 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25426
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428         dlls/wldap32/Makefile"
25429 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430         wldap32"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25434
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436         dlls/wldap32/tests/Makefile"
25437 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25438         wldap32/tests"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25441 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25442
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444         dlls/wmi/Makefile"
25445 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446         wmi"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25450
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452         dlls/wnaspi32/Makefile"
25453 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454         wnaspi32"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25458
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460         dlls/wow32/Makefile"
25461 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462         wow32"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25466
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468         dlls/ws2_32/Makefile"
25469 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470         ws2_32"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25474
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476         dlls/ws2_32/tests/Makefile"
25477 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25478         ws2_32/tests"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25481 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25482
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484         dlls/wsock32/Makefile"
25485 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486         wsock32"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25490
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492         dlls/wtsapi32/Makefile"
25493 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494         wtsapi32"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25498
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500         documentation/Makefile"
25501 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25502         documentation"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 documentation/Makefile: documentation/Makefile.in Make.rules"
25505 ac_config_files="$ac_config_files documentation/Makefile"
25506
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508         fonts/Makefile"
25509 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25510         fonts"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 fonts/Makefile: fonts/Makefile.in Make.rules"
25513 ac_config_files="$ac_config_files fonts/Makefile"
25514
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516         include/Makefile"
25517 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25518         include"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 include/Makefile: include/Makefile.in Make.rules"
25521 ac_config_files="$ac_config_files include/Makefile"
25522
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524         libs/Makefile"
25525 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25526         libs"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 libs/Makefile: libs/Makefile.in Make.rules"
25529 ac_config_files="$ac_config_files libs/Makefile"
25530
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532         libs/port/Makefile"
25533
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25536 ac_config_files="$ac_config_files libs/port/Makefile"
25537
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539         libs/wine/Makefile"
25540
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25543 ac_config_files="$ac_config_files libs/wine/Makefile"
25544
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546         libs/wpp/Makefile"
25547
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25550 ac_config_files="$ac_config_files libs/wpp/Makefile"
25551
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553         loader/Makefile"
25554 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25555         loader"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 loader/Makefile: loader/Makefile.in Make.rules"
25558 ac_config_files="$ac_config_files loader/Makefile"
25559
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561         programs/Makefile"
25562 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25563         programs"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 programs/Makefile: programs/Makefile.in Make.rules"
25566 ac_config_files="$ac_config_files programs/Makefile"
25567
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569         programs/clock/Makefile"
25570 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25571         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25572         clock"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25575 ac_config_files="$ac_config_files programs/clock/Makefile"
25576
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578         programs/cmd/Makefile"
25579 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25580         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25581         cmd"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25584 ac_config_files="$ac_config_files programs/cmd/Makefile"
25585
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587         programs/cmdlgtst/Makefile"
25588 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25589         cmdlgtst"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25592 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25593
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595         programs/control/Makefile"
25596 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25597         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25598         control"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25601 ac_config_files="$ac_config_files programs/control/Makefile"
25602
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604         programs/eject/Makefile"
25605 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25606         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25607         eject"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25610 ac_config_files="$ac_config_files programs/eject/Makefile"
25611
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613         programs/expand/Makefile"
25614 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25615         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25616         expand"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25619 ac_config_files="$ac_config_files programs/expand/Makefile"
25620
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622         programs/explorer/Makefile"
25623 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25624         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25625         explorer"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25628 ac_config_files="$ac_config_files programs/explorer/Makefile"
25629
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631         programs/hh/Makefile"
25632 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25633         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25634         hh"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25637 ac_config_files="$ac_config_files programs/hh/Makefile"
25638
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640         programs/icinfo/Makefile"
25641 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25642         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25643         icinfo"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25646 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25647
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649         programs/iexplore/Makefile"
25650 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25651         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25652         iexplore"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25655 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25656
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658         programs/msiexec/Makefile"
25659 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25660         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25661         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25662         msiexec"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25665 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25666
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668         programs/net/Makefile"
25669 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25670         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25671         net"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25674 ac_config_files="$ac_config_files programs/net/Makefile"
25675
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677         programs/notepad/Makefile"
25678 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25679         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25680         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25681         notepad"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25684 ac_config_files="$ac_config_files programs/notepad/Makefile"
25685
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687         programs/oleview/Makefile"
25688 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25689         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25690         oleview"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25693 ac_config_files="$ac_config_files programs/oleview/Makefile"
25694
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696         programs/progman/Makefile"
25697 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25698         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25699         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25700         progman"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25703 ac_config_files="$ac_config_files programs/progman/Makefile"
25704
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706         programs/reg/Makefile"
25707 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25708         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25709         reg"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25712 ac_config_files="$ac_config_files programs/reg/Makefile"
25713
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715         programs/regedit/Makefile"
25716 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25717         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25718         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25719         regedit"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25722 ac_config_files="$ac_config_files programs/regedit/Makefile"
25723
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725         programs/regsvr32/Makefile"
25726 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25727         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25728         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25729         regsvr32"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25732 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25733
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735         programs/rpcss/Makefile"
25736 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25737         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25738         rpcss"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25741 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25742
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744         programs/rundll32/Makefile"
25745 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25746         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25747         rundll32"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25750 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25751
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753         programs/secedit/Makefile"
25754 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25755         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25756         secedit"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25759 ac_config_files="$ac_config_files programs/secedit/Makefile"
25760
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762         programs/services/Makefile"
25763 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25764         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25765         services"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25768 ac_config_files="$ac_config_files programs/services/Makefile"
25769
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771         programs/spoolsv/Makefile"
25772 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25773         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25774         spoolsv"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25777 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25778
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780         programs/start/Makefile"
25781 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25782         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25783         start"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25786 ac_config_files="$ac_config_files programs/start/Makefile"
25787
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789         programs/svchost/Makefile"
25790 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25791         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25792         svchost"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25795 ac_config_files="$ac_config_files programs/svchost/Makefile"
25796
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798         programs/taskmgr/Makefile"
25799 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25800         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25801         taskmgr"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25804 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25805
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807         programs/uninstaller/Makefile"
25808 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25809         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25810         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25811         uninstaller"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25814 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25815
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817         programs/view/Makefile"
25818 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25819         view"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25822 ac_config_files="$ac_config_files programs/view/Makefile"
25823
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825         programs/wineboot/Makefile"
25826 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25827         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25828         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25829         wineboot"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25832 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25833
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835         programs/winebrowser/Makefile"
25836 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25837         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25838         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25839         winebrowser"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25842 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25843
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845         programs/winecfg/Makefile"
25846 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25847         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25848         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25849         winecfg"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25852 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25853
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855         programs/wineconsole/Makefile"
25856 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25857         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25858         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25859         wineconsole"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25862 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25863
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865         programs/winedbg/Makefile"
25866 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25867         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25868         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25869         winedbg"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25872 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25873
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875         programs/winedevice/Makefile"
25876 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25877         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25878         winedevice"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25881 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25882
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884         programs/winefile/Makefile"
25885 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25886         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25887         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25888         winefile"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25891 ac_config_files="$ac_config_files programs/winefile/Makefile"
25892
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894         programs/winemenubuilder/Makefile"
25895 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25896         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25897         winemenubuilder"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25900 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25901
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903         programs/winemine/Makefile"
25904 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25905         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25906         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25907         winemine"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25910 ac_config_files="$ac_config_files programs/winemine/Makefile"
25911
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913         programs/winepath/Makefile"
25914 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25915         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25916         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25917         winepath"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25920 ac_config_files="$ac_config_files programs/winepath/Makefile"
25921
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923         programs/winetest/Makefile"
25924 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25925         winetest"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25928 ac_config_files="$ac_config_files programs/winetest/Makefile"
25929
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931         programs/winevdm/Makefile"
25932 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25933         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25934         winevdm"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25937 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25938
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940         programs/winhlp32/Makefile"
25941 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25942         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25943         winhlp32"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25946 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25947
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949         programs/winver/Makefile"
25950 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25951         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25952         winver"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25955 ac_config_files="$ac_config_files programs/winver/Makefile"
25956
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958         programs/wordpad/Makefile"
25959 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25960         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25961         wordpad"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25964 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25965
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967         programs/write/Makefile"
25968 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25969         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25970         write"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25973 ac_config_files="$ac_config_files programs/write/Makefile"
25974
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976         programs/xcopy/Makefile"
25977 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25978         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25979         xcopy"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25982 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25983
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985         server/Makefile"
25986 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25987         server"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 server/Makefile: server/Makefile.in Make.rules"
25990 ac_config_files="$ac_config_files server/Makefile"
25991
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993         tools/Makefile"
25994 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25995         tools"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 tools/Makefile: tools/Makefile.in Make.rules"
25998 ac_config_files="$ac_config_files tools/Makefile"
25999
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001         tools/widl/Makefile"
26002
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26005 ac_config_files="$ac_config_files tools/widl/Makefile"
26006
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008         tools/winebuild/Makefile"
26009
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26012 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26013
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015         tools/winedump/Makefile"
26016
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26019 ac_config_files="$ac_config_files tools/winedump/Makefile"
26020
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022         tools/winegcc/Makefile"
26023
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26026 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26027
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029         tools/wmc/Makefile"
26030
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26033 ac_config_files="$ac_config_files tools/wmc/Makefile"
26034
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036         tools/wrc/Makefile"
26037
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26040 ac_config_files="$ac_config_files tools/wrc/Makefile"
26041
26042
26043
26044 ALL_WINETEST_DEPENDS="# Test binaries"
26045
26046 for dir in $ALL_TEST_DIRS
26047 do
26048     if test "$dir" != "\\"
26049     then
26050         testname=`expr $dir : '\(.*\)/tests'`_test.exe
26051         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26052 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26053         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26054     fi
26055 done
26056
26057 cat >confcache <<\_ACEOF
26058 # This file is a shell script that caches the results of configure
26059 # tests run on this system so they can be shared between configure
26060 # scripts and configure runs, see configure's option --config-cache.
26061 # It is not useful on other systems.  If it contains results you don't
26062 # want to keep, you may remove or edit it.
26063 #
26064 # config.status only pays attention to the cache file if you give it
26065 # the --recheck option to rerun configure.
26066 #
26067 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26068 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26069 # following values.
26070
26071 _ACEOF
26072
26073 # The following way of writing the cache mishandles newlines in values,
26074 # but we know of no workaround that is simple, portable, and efficient.
26075 # So, we kill variables containing newlines.
26076 # Ultrix sh set writes to stderr and can't be redirected directly,
26077 # and sets the high bit in the cache file unless we assign to the vars.
26078 (
26079   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26080     eval ac_val=\$$ac_var
26081     case $ac_val in #(
26082     *${as_nl}*)
26083       case $ac_var in #(
26084       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26085 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26086       esac
26087       case $ac_var in #(
26088       _ | IFS | as_nl) ;; #(
26089       *) $as_unset $ac_var ;;
26090       esac ;;
26091     esac
26092   done
26093
26094   (set) 2>&1 |
26095     case $as_nl`(ac_space=' '; set) 2>&1` in #(
26096     *${as_nl}ac_space=\ *)
26097       # `set' does not quote correctly, so add quotes (double-quote
26098       # substitution turns \\\\ into \\, and sed turns \\ into \).
26099       sed -n \
26100         "s/'/'\\\\''/g;
26101           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26102       ;; #(
26103     *)
26104       # `set' quotes correctly as required by POSIX, so do not add quotes.
26105       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26106       ;;
26107     esac |
26108     sort
26109 ) |
26110   sed '
26111      /^ac_cv_env_/b end
26112      t clear
26113      :clear
26114      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26115      t end
26116      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26117      :end' >>confcache
26118 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26119   if test -w "$cache_file"; then
26120     test "x$cache_file" != "x/dev/null" &&
26121       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26122 echo "$as_me: updating cache $cache_file" >&6;}
26123     cat confcache >$cache_file
26124   else
26125     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26126 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26127   fi
26128 fi
26129 rm -f confcache
26130
26131 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26132 # Let make expand exec_prefix.
26133 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26134
26135 DEFS=-DHAVE_CONFIG_H
26136
26137 ac_libobjs=
26138 ac_ltlibobjs=
26139 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26140   # 1. Remove the extension, and $U if already installed.
26141   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26142   ac_i=`echo "$ac_i" | sed "$ac_script"`
26143   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
26144   #    will be set to the directory where LIBOBJS objects are built.
26145   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26146   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26147 done
26148 LIBOBJS=$ac_libobjs
26149
26150 LTLIBOBJS=$ac_ltlibobjs
26151
26152
26153
26154 : ${CONFIG_STATUS=./config.status}
26155 ac_clean_files_save=$ac_clean_files
26156 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26157 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26158 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26159 cat >$CONFIG_STATUS <<_ACEOF
26160 #! $SHELL
26161 # Generated by $as_me.
26162 # Run this file to recreate the current configuration.
26163 # Compiler output produced by configure, useful for debugging
26164 # configure, is in config.log if it exists.
26165
26166 debug=false
26167 ac_cs_recheck=false
26168 ac_cs_silent=false
26169 SHELL=\${CONFIG_SHELL-$SHELL}
26170 _ACEOF
26171
26172 cat >>$CONFIG_STATUS <<\_ACEOF
26173 ## --------------------- ##
26174 ## M4sh Initialization.  ##
26175 ## --------------------- ##
26176
26177 # Be more Bourne compatible
26178 DUALCASE=1; export DUALCASE # for MKS sh
26179 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26180   emulate sh
26181   NULLCMD=:
26182   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26183   # is contrary to our usage.  Disable this feature.
26184   alias -g '${1+"$@"}'='"$@"'
26185   setopt NO_GLOB_SUBST
26186 else
26187   case `(set -o) 2>/dev/null` in
26188   *posix*) set -o posix ;;
26189 esac
26190
26191 fi
26192
26193
26194
26195
26196 # PATH needs CR
26197 # Avoid depending upon Character Ranges.
26198 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26199 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26200 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26201 as_cr_digits='0123456789'
26202 as_cr_alnum=$as_cr_Letters$as_cr_digits
26203
26204 # The user is always right.
26205 if test "${PATH_SEPARATOR+set}" != set; then
26206   echo "#! /bin/sh" >conf$$.sh
26207   echo  "exit 0"   >>conf$$.sh
26208   chmod +x conf$$.sh
26209   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26210     PATH_SEPARATOR=';'
26211   else
26212     PATH_SEPARATOR=:
26213   fi
26214   rm -f conf$$.sh
26215 fi
26216
26217 # Support unset when possible.
26218 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26219   as_unset=unset
26220 else
26221   as_unset=false
26222 fi
26223
26224
26225 # IFS
26226 # We need space, tab and new line, in precisely that order.  Quoting is
26227 # there to prevent editors from complaining about space-tab.
26228 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26229 # splitting by setting IFS to empty value.)
26230 as_nl='
26231 '
26232 IFS=" ""        $as_nl"
26233
26234 # Find who we are.  Look in the path if we contain no directory separator.
26235 case $0 in
26236   *[\\/]* ) as_myself=$0 ;;
26237   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26238 for as_dir in $PATH
26239 do
26240   IFS=$as_save_IFS
26241   test -z "$as_dir" && as_dir=.
26242   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26243 done
26244 IFS=$as_save_IFS
26245
26246      ;;
26247 esac
26248 # We did not find ourselves, most probably we were run as `sh COMMAND'
26249 # in which case we are not to be found in the path.
26250 if test "x$as_myself" = x; then
26251   as_myself=$0
26252 fi
26253 if test ! -f "$as_myself"; then
26254   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26255   { (exit 1); exit 1; }
26256 fi
26257
26258 # Work around bugs in pre-3.0 UWIN ksh.
26259 for as_var in ENV MAIL MAILPATH
26260 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26261 done
26262 PS1='$ '
26263 PS2='> '
26264 PS4='+ '
26265
26266 # NLS nuisances.
26267 for as_var in \
26268   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26269   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26270   LC_TELEPHONE LC_TIME
26271 do
26272   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26273     eval $as_var=C; export $as_var
26274   else
26275     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26276   fi
26277 done
26278
26279 # Required to use basename.
26280 if expr a : '\(a\)' >/dev/null 2>&1 &&
26281    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26282   as_expr=expr
26283 else
26284   as_expr=false
26285 fi
26286
26287 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26288   as_basename=basename
26289 else
26290   as_basename=false
26291 fi
26292
26293
26294 # Name of the executable.
26295 as_me=`$as_basename -- "$0" ||
26296 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26297          X"$0" : 'X\(//\)$' \| \
26298          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26299 echo X/"$0" |
26300     sed '/^.*\/\([^/][^/]*\)\/*$/{
26301             s//\1/
26302             q
26303           }
26304           /^X\/\(\/\/\)$/{
26305             s//\1/
26306             q
26307           }
26308           /^X\/\(\/\).*/{
26309             s//\1/
26310             q
26311           }
26312           s/.*/./; q'`
26313
26314 # CDPATH.
26315 $as_unset CDPATH
26316
26317
26318
26319   as_lineno_1=$LINENO
26320   as_lineno_2=$LINENO
26321   test "x$as_lineno_1" != "x$as_lineno_2" &&
26322   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26323
26324   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26325   # uniformly replaced by the line number.  The first 'sed' inserts a
26326   # line-number line after each line using $LINENO; the second 'sed'
26327   # does the real work.  The second script uses 'N' to pair each
26328   # line-number line with the line containing $LINENO, and appends
26329   # trailing '-' during substitution so that $LINENO is not a special
26330   # case at line end.
26331   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26332   # scripts with optimization help from Paolo Bonzini.  Blame Lee
26333   # E. McMahon (1931-1989) for sed's syntax.  :-)
26334   sed -n '
26335     p
26336     /[$]LINENO/=
26337   ' <$as_myself |
26338     sed '
26339       s/[$]LINENO.*/&-/
26340       t lineno
26341       b
26342       :lineno
26343       N
26344       :loop
26345       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26346       t loop
26347       s/-\n.*//
26348     ' >$as_me.lineno &&
26349   chmod +x "$as_me.lineno" ||
26350     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26351    { (exit 1); exit 1; }; }
26352
26353   # Don't try to exec as it changes $[0], causing all sort of problems
26354   # (the dirname of $[0] is not the place where we might find the
26355   # original and so on.  Autoconf is especially sensitive to this).
26356   . "./$as_me.lineno"
26357   # Exit status is that of the last command.
26358   exit
26359 }
26360
26361
26362 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26363   as_dirname=dirname
26364 else
26365   as_dirname=false
26366 fi
26367
26368 ECHO_C= ECHO_N= ECHO_T=
26369 case `echo -n x` in
26370 -n*)
26371   case `echo 'x\c'` in
26372   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
26373   *)   ECHO_C='\c';;
26374   esac;;
26375 *)
26376   ECHO_N='-n';;
26377 esac
26378
26379 if expr a : '\(a\)' >/dev/null 2>&1 &&
26380    test "X`expr 00001 : '.*\(...\)'`" = X001; then
26381   as_expr=expr
26382 else
26383   as_expr=false
26384 fi
26385
26386 rm -f conf$$ conf$$.exe conf$$.file
26387 if test -d conf$$.dir; then
26388   rm -f conf$$.dir/conf$$.file
26389 else
26390   rm -f conf$$.dir
26391   mkdir conf$$.dir
26392 fi
26393 echo >conf$$.file
26394 if ln -s conf$$.file conf$$ 2>/dev/null; then
26395   as_ln_s='ln -s'
26396   # ... but there are two gotchas:
26397   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26398   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26399   # In both cases, we have to default to `cp -p'.
26400   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26401     as_ln_s='cp -p'
26402 elif ln conf$$.file conf$$ 2>/dev/null; then
26403   as_ln_s=ln
26404 else
26405   as_ln_s='cp -p'
26406 fi
26407 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26408 rmdir conf$$.dir 2>/dev/null
26409
26410 if mkdir -p . 2>/dev/null; then
26411   as_mkdir_p=:
26412 else
26413   test -d ./-p && rmdir ./-p
26414   as_mkdir_p=false
26415 fi
26416
26417 if test -x / >/dev/null 2>&1; then
26418   as_test_x='test -x'
26419 else
26420   if ls -dL / >/dev/null 2>&1; then
26421     as_ls_L_option=L
26422   else
26423     as_ls_L_option=
26424   fi
26425   as_test_x='
26426     eval sh -c '\''
26427       if test -d "$1"; then
26428         test -d "$1/.";
26429       else
26430         case $1 in
26431         -*)set "./$1";;
26432         esac;
26433         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26434         ???[sx]*):;;*)false;;esac;fi
26435     '\'' sh
26436   '
26437 fi
26438 as_executable_p=$as_test_x
26439
26440 # Sed expression to map a string onto a valid CPP name.
26441 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26442
26443 # Sed expression to map a string onto a valid variable name.
26444 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26445
26446
26447 exec 6>&1
26448
26449 # Save the log message, to keep $[0] and so on meaningful, and to
26450 # report actual input values of CONFIG_FILES etc. instead of their
26451 # values after options handling.
26452 ac_log="
26453 This file was extended by Wine $as_me 1.1.7, which was
26454 generated by GNU Autoconf 2.61.  Invocation command line was
26455
26456   CONFIG_FILES    = $CONFIG_FILES
26457   CONFIG_HEADERS  = $CONFIG_HEADERS
26458   CONFIG_LINKS    = $CONFIG_LINKS
26459   CONFIG_COMMANDS = $CONFIG_COMMANDS
26460   $ $0 $@
26461
26462 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26463 "
26464
26465 _ACEOF
26466
26467 cat >>$CONFIG_STATUS <<_ACEOF
26468 # Files that config.status was made for.
26469 config_files="$ac_config_files"
26470 config_headers="$ac_config_headers"
26471 config_commands="$ac_config_commands"
26472
26473 _ACEOF
26474
26475 cat >>$CONFIG_STATUS <<\_ACEOF
26476 ac_cs_usage="\
26477 \`$as_me' instantiates files from templates according to the
26478 current configuration.
26479
26480 Usage: $0 [OPTIONS] [FILE]...
26481
26482   -h, --help       print this help, then exit
26483   -V, --version    print version number and configuration settings, then exit
26484   -q, --quiet      do not print progress messages
26485   -d, --debug      don't remove temporary files
26486       --recheck    update $as_me by reconfiguring in the same conditions
26487   --file=FILE[:TEMPLATE]
26488                    instantiate the configuration file FILE
26489   --header=FILE[:TEMPLATE]
26490                    instantiate the configuration header FILE
26491
26492 Configuration files:
26493 $config_files
26494
26495 Configuration headers:
26496 $config_headers
26497
26498 Configuration commands:
26499 $config_commands
26500
26501 Report bugs to <bug-autoconf@gnu.org>."
26502
26503 _ACEOF
26504 cat >>$CONFIG_STATUS <<_ACEOF
26505 ac_cs_version="\\
26506 Wine config.status 1.1.7
26507 configured by $0, generated by GNU Autoconf 2.61,
26508   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26509
26510 Copyright (C) 2006 Free Software Foundation, Inc.
26511 This config.status script is free software; the Free Software Foundation
26512 gives unlimited permission to copy, distribute and modify it."
26513
26514 ac_pwd='$ac_pwd'
26515 srcdir='$srcdir'
26516 INSTALL='$INSTALL'
26517 _ACEOF
26518
26519 cat >>$CONFIG_STATUS <<\_ACEOF
26520 # If no file are specified by the user, then we need to provide default
26521 # value.  By we need to know if files were specified by the user.
26522 ac_need_defaults=:
26523 while test $# != 0
26524 do
26525   case $1 in
26526   --*=*)
26527     ac_option=`expr "X$1" : 'X\([^=]*\)='`
26528     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26529     ac_shift=:
26530     ;;
26531   *)
26532     ac_option=$1
26533     ac_optarg=$2
26534     ac_shift=shift
26535     ;;
26536   esac
26537
26538   case $ac_option in
26539   # Handling of the options.
26540   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26541     ac_cs_recheck=: ;;
26542   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26543     echo "$ac_cs_version"; exit ;;
26544   --debug | --debu | --deb | --de | --d | -d )
26545     debug=: ;;
26546   --file | --fil | --fi | --f )
26547     $ac_shift
26548     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26549     ac_need_defaults=false;;
26550   --header | --heade | --head | --hea )
26551     $ac_shift
26552     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26553     ac_need_defaults=false;;
26554   --he | --h)
26555     # Conflict between --help and --header
26556     { echo "$as_me: error: ambiguous option: $1
26557 Try \`$0 --help' for more information." >&2
26558    { (exit 1); exit 1; }; };;
26559   --help | --hel | -h )
26560     echo "$ac_cs_usage"; exit ;;
26561   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26562   | -silent | --silent | --silen | --sile | --sil | --si | --s)
26563     ac_cs_silent=: ;;
26564
26565   # This is an error.
26566   -*) { echo "$as_me: error: unrecognized option: $1
26567 Try \`$0 --help' for more information." >&2
26568    { (exit 1); exit 1; }; } ;;
26569
26570   *) ac_config_targets="$ac_config_targets $1"
26571      ac_need_defaults=false ;;
26572
26573   esac
26574   shift
26575 done
26576
26577 ac_configure_extra_args=
26578
26579 if $ac_cs_silent; then
26580   exec 6>/dev/null
26581   ac_configure_extra_args="$ac_configure_extra_args --silent"
26582 fi
26583
26584 _ACEOF
26585 cat >>$CONFIG_STATUS <<_ACEOF
26586 if \$ac_cs_recheck; then
26587   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26588   CONFIG_SHELL=$SHELL
26589   export CONFIG_SHELL
26590   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26591 fi
26592
26593 _ACEOF
26594 cat >>$CONFIG_STATUS <<\_ACEOF
26595 exec 5>>config.log
26596 {
26597   echo
26598   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26599 ## Running $as_me. ##
26600 _ASBOX
26601   echo "$ac_log"
26602 } >&5
26603
26604 _ACEOF
26605 cat >>$CONFIG_STATUS <<_ACEOF
26606 _ACEOF
26607
26608 cat >>$CONFIG_STATUS <<\_ACEOF
26609
26610 # Handling of arguments.
26611 for ac_config_target in $ac_config_targets
26612 do
26613   case $ac_config_target in
26614     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26615     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26616     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26617     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26618     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26619     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26620     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26621     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26622     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26623     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26624     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26625     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26626     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26627     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26628     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26629     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26630     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26631     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26632     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26633     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26634     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26635     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26636     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26637     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26638     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26639     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26640     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26641     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26642     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26643     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26644     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26645     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26646     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26647     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26648     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26649     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26650     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26651     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26652     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26653     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26654     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26655     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26656     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26657     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26658     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26659     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26660     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26661     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26662     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26663     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26664     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26665     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26666     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26667     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
26668     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26669     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26670     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26671     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26672     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26673     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26674     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26675     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26676     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26677     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26678     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26679     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26680     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26681     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26682     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26683     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26684     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26685     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26686     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26687     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26688     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26689     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26690     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26691     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26692     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26693     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26694     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26695     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26696     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26697     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26698     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26699     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26700     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26701     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26702     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26703     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26704     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26705     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26706     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26707     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26708     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26709     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26710     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26711     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26712     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26713     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26714     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26715     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26716     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26717     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26718     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26719     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26720     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26721     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26722     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26723     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26724     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26725     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26726     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26727     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26728     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26729     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26730     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26731     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26732     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26733     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26734     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26735     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26736     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26737     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26738     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26739     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26740     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26741     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26742     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26743     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26744     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26745     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26746     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26747     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26748     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26749     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26750     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26751     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26752     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26753     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26754     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26755     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26756     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26757     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26758     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26759     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26760     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26761     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26762     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26763     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26764     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26765     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26766     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26767     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26768     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26769     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26770     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26771     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26772     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26773     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26774     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26775     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26776     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26777     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26778     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26779     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26780     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26781     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26782     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26783     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26784     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26785     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26786     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26787     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26788     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26789     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26790     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26791     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26792     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26793     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26794     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26795     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26796     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26797     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26798     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26799     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26800     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26801     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26802     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26803     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26804     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26805     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26806     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26807     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26808     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26809     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26810     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26811     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26812     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26813     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26814     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26815     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26816     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26817     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26818     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26819     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26820     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26821     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26822     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26823     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26824     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26825     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26826     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26827     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26828     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26829     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26830     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26831     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26832     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26833     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26834     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26835     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26836     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26837     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26838     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26839     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26840     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26841     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26842     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26843     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26844     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26845     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26846     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26847     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26848     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26849     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26850     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26851     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26852     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26853     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26854     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26855     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26856     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26857     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26858     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26859     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26860     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26861     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26862     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26863     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26864     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26865     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26866     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26867     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26868     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26869     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26870     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26871     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26872     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26873     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26874     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26875     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26876     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26877     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26878     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26879     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26880     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26881     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26882     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26883     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26884     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26885     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26886     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26887     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26888     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26889     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26890     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26891     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26892     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26893     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26894     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26895     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26896     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26897     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26898     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26899     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26900     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26901     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26902     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26903     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26904     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26905     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26906     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26907     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26908     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26909     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26910     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26911     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26912     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26913     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26914     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26915     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26916     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26917     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26918     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26919     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26920     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26921     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26922     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26923     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26924     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26925     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26926     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26927     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26928     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26929     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26930     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26931     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26932     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26933     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26934     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26935     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26936     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26937     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26938     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26939     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26940     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26941     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26942     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26943     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26944     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26945     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26946     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26947     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26948     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26949     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26950     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26951     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26952     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26953     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26954     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26955     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26956     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26957     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26958     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26959     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26960     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26961     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26962     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26963     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26964     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26965     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26966     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26967     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26968     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26969     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26970     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26971     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26972     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26973     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26974     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26975     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26976     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26977     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26978     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26979     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26980     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26981     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26982     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26983     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26984     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26985     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26986     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26987     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26988     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26989     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26990     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26991     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26992     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26993     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26994     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26995     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26996     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26997     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26998     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26999     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27000     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27001     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27002     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27003     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27004     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27005     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27006     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27007     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27008     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27009     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27010     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27011     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27012     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27013     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27014     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27015     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27016     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27017     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27018     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27019     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27020     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27021     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27022     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27023     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27024     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27025     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27026     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27027     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27028     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27029     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27030     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27031     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27032     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27033     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27034     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27035     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27036     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27037     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27038     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27039     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27040     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27041     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27042     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27043     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27044     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27045     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27046     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27047     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27048     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27049     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27050     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27051
27052   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27053 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27054    { (exit 1); exit 1; }; };;
27055   esac
27056 done
27057
27058
27059 # If the user did not use the arguments to specify the items to instantiate,
27060 # then the envvar interface is used.  Set only those that are not.
27061 # We use the long form for the default assignment because of an extremely
27062 # bizarre bug on SunOS 4.1.3.
27063 if $ac_need_defaults; then
27064   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27065   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27066   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27067 fi
27068
27069 # Have a temporary directory for convenience.  Make it in the build tree
27070 # simply because there is no reason against having it here, and in addition,
27071 # creating and moving files from /tmp can sometimes cause problems.
27072 # Hook for its removal unless debugging.
27073 # Note that there is a small window in which the directory will not be cleaned:
27074 # after its creation but before its name has been assigned to `$tmp'.
27075 $debug ||
27076 {
27077   tmp=
27078   trap 'exit_status=$?
27079   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27080 ' 0
27081   trap '{ (exit 1); exit 1; }' 1 2 13 15
27082 }
27083 # Create a (secure) tmp directory for tmp files.
27084
27085 {
27086   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27087   test -n "$tmp" && test -d "$tmp"
27088 }  ||
27089 {
27090   tmp=./conf$$-$RANDOM
27091   (umask 077 && mkdir "$tmp")
27092 } ||
27093 {
27094    echo "$me: cannot create a temporary directory in ." >&2
27095    { (exit 1); exit 1; }
27096 }
27097
27098 #
27099 # Set up the sed scripts for CONFIG_FILES section.
27100 #
27101
27102 # No need to generate the scripts if there are no CONFIG_FILES.
27103 # This happens for instance when ./config.status config.h
27104 if test -n "$CONFIG_FILES"; then
27105
27106 _ACEOF
27107
27108 # Create sed commands to just substitute file output variables.
27109
27110 # Remaining file output variables are in a fragment that also has non-file
27111 # output varibles.
27112
27113
27114
27115 ac_delim='%!_!# '
27116 for ac_last_try in false false false false false :; do
27117   cat >conf$$subs.sed <<_ACEOF
27118 SHELL!$SHELL$ac_delim
27119 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27120 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27121 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27122 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27123 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27124 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27125 exec_prefix!$exec_prefix$ac_delim
27126 prefix!$prefix$ac_delim
27127 program_transform_name!$program_transform_name$ac_delim
27128 bindir!$bindir$ac_delim
27129 sbindir!$sbindir$ac_delim
27130 libexecdir!$libexecdir$ac_delim
27131 datarootdir!$datarootdir$ac_delim
27132 datadir!$datadir$ac_delim
27133 sysconfdir!$sysconfdir$ac_delim
27134 sharedstatedir!$sharedstatedir$ac_delim
27135 localstatedir!$localstatedir$ac_delim
27136 includedir!$includedir$ac_delim
27137 oldincludedir!$oldincludedir$ac_delim
27138 docdir!$docdir$ac_delim
27139 infodir!$infodir$ac_delim
27140 htmldir!$htmldir$ac_delim
27141 dvidir!$dvidir$ac_delim
27142 pdfdir!$pdfdir$ac_delim
27143 psdir!$psdir$ac_delim
27144 libdir!$libdir$ac_delim
27145 localedir!$localedir$ac_delim
27146 mandir!$mandir$ac_delim
27147 DEFS!$DEFS$ac_delim
27148 ECHO_C!$ECHO_C$ac_delim
27149 ECHO_N!$ECHO_N$ac_delim
27150 ECHO_T!$ECHO_T$ac_delim
27151 LIBS!$LIBS$ac_delim
27152 build_alias!$build_alias$ac_delim
27153 host_alias!$host_alias$ac_delim
27154 target_alias!$target_alias$ac_delim
27155 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27156 build!$build$ac_delim
27157 build_cpu!$build_cpu$ac_delim
27158 build_vendor!$build_vendor$ac_delim
27159 build_os!$build_os$ac_delim
27160 host!$host$ac_delim
27161 host_cpu!$host_cpu$ac_delim
27162 host_vendor!$host_vendor$ac_delim
27163 host_os!$host_os$ac_delim
27164 WIN16_FILES!$WIN16_FILES$ac_delim
27165 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27166 SET_MAKE!$SET_MAKE$ac_delim
27167 CC!$CC$ac_delim
27168 CFLAGS!$CFLAGS$ac_delim
27169 LDFLAGS!$LDFLAGS$ac_delim
27170 CPPFLAGS!$CPPFLAGS$ac_delim
27171 ac_ct_CC!$ac_ct_CC$ac_delim
27172 EXEEXT!$EXEEXT$ac_delim
27173 OBJEXT!$OBJEXT$ac_delim
27174 CXX!$CXX$ac_delim
27175 CXXFLAGS!$CXXFLAGS$ac_delim
27176 ac_ct_CXX!$ac_ct_CXX$ac_delim
27177 CPPBIN!$CPPBIN$ac_delim
27178 TOOLSDIR!$TOOLSDIR$ac_delim
27179 XMKMF!$XMKMF$ac_delim
27180 CPP!$CPP$ac_delim
27181 X_CFLAGS!$X_CFLAGS$ac_delim
27182 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27183 X_LIBS!$X_LIBS$ac_delim
27184 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27185 FLEX!$FLEX$ac_delim
27186 BISON!$BISON$ac_delim
27187 AS!$AS$ac_delim
27188 ac_ct_AS!$ac_ct_AS$ac_delim
27189 LD!$LD$ac_delim
27190 ac_ct_LD!$ac_ct_LD$ac_delim
27191 NM!$NM$ac_delim
27192 ac_ct_NM!$ac_ct_NM$ac_delim
27193 AR!$AR$ac_delim
27194 ac_ct_AR!$ac_ct_AR$ac_delim
27195 ARFLAGS!$ARFLAGS$ac_delim
27196 RANLIB!$RANLIB$ac_delim
27197 STRIP!$STRIP$ac_delim
27198 WINDRES!$WINDRES$ac_delim
27199 LN_S!$LN_S$ac_delim
27200 _ACEOF
27201
27202   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27203     break
27204   elif $ac_last_try; then
27205     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27206 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27207    { (exit 1); exit 1; }; }
27208   else
27209     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27210   fi
27211 done
27212
27213 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27214 if test -n "$ac_eof"; then
27215   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27216   ac_eof=`expr $ac_eof + 1`
27217 fi
27218
27219 cat >>$CONFIG_STATUS <<_ACEOF
27220 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27221 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27222 /^[      ]*@MAKE_RULES@[         ]*$/{
27223 r $MAKE_RULES
27224 d
27225 }
27226 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
27227 r $MAKE_DLL_RULES
27228 d
27229 }
27230 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
27231 r $MAKE_IMPLIB_RULES
27232 d
27233 }
27234 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
27235 r $MAKE_TEST_RULES
27236 d
27237 }
27238 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
27239 r $MAKE_PROG_RULES
27240 d
27241 }
27242 _ACEOF
27243 sed '
27244 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27245 s/^/s,@/; s/!/@,|#_!!_#|/
27246 :n
27247 t n
27248 s/'"$ac_delim"'$/,g/; t
27249 s/$/\\/; p
27250 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27251 ' >>$CONFIG_STATUS <conf$$subs.sed
27252 rm -f conf$$subs.sed
27253 cat >>$CONFIG_STATUS <<_ACEOF
27254 CEOF$ac_eof
27255 _ACEOF
27256
27257
27258 ac_delim='%!_!# '
27259 for ac_last_try in false false false false false :; do
27260   cat >conf$$subs.sed <<_ACEOF
27261 LN!$LN$ac_delim
27262 GREP!$GREP$ac_delim
27263 EGREP!$EGREP$ac_delim
27264 LDCONFIG!$LDCONFIG$ac_delim
27265 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27266 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27267 INSTALL_DATA!$INSTALL_DATA$ac_delim
27268 LINT!$LINT$ac_delim
27269 LINTFLAGS!$LINTFLAGS$ac_delim
27270 FONTFORGE!$FONTFORGE$ac_delim
27271 PKG_CONFIG!$PKG_CONFIG$ac_delim
27272 RSVG!$RSVG$ac_delim
27273 ICOTOOL!$ICOTOOL$ac_delim
27274 PRELINK!$PRELINK$ac_delim
27275 LIBPTHREAD!$LIBPTHREAD$ac_delim
27276 XLIB!$XLIB$ac_delim
27277 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27278 DLLEXT!$DLLEXT$ac_delim
27279 DLLFLAGS!$DLLFLAGS$ac_delim
27280 LDSHARED!$LDSHARED$ac_delim
27281 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27282 LIBEXT!$LIBEXT$ac_delim
27283 IMPLIBEXT!$IMPLIBEXT$ac_delim
27284 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27285 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27286 LDD!$LDD$ac_delim
27287 DLLTOOL!$DLLTOOL$ac_delim
27288 DLLWRAP!$DLLWRAP$ac_delim
27289 MINGWAR!$MINGWAR$ac_delim
27290 SECURITYLIB!$SECURITYLIB$ac_delim
27291 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27292 IOKITLIB!$IOKITLIB$ac_delim
27293 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27294 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27295 COREAUDIO!$COREAUDIO$ac_delim
27296 CARBONLIB!$CARBONLIB$ac_delim
27297 CROSSCC!$CROSSCC$ac_delim
27298 CROSSWINDRES!$CROSSWINDRES$ac_delim
27299 CROSSTEST!$CROSSTEST$ac_delim
27300 NASLIBS!$NASLIBS$ac_delim
27301 XML2LIBS!$XML2LIBS$ac_delim
27302 XML2INCL!$XML2INCL$ac_delim
27303 XSLTLIBS!$XSLTLIBS$ac_delim
27304 XSLTINCL!$XSLTINCL$ac_delim
27305 HALINCL!$HALINCL$ac_delim
27306 GNUTLSINCL!$GNUTLSINCL$ac_delim
27307 sane_devel!$sane_devel$ac_delim
27308 SANEINCL!$SANEINCL$ac_delim
27309 gphoto2_devel!$gphoto2_devel$ac_delim
27310 gphoto2port_devel!$gphoto2port_devel$ac_delim
27311 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27312 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27313 RESOLVLIBS!$RESOLVLIBS$ac_delim
27314 LCMSLIBS!$LCMSLIBS$ac_delim
27315 ft_devel!$ft_devel$ac_delim
27316 FREETYPELIBS!$FREETYPELIBS$ac_delim
27317 FREETYPEINCL!$FREETYPEINCL$ac_delim
27318 ESDCONFIG!$ESDCONFIG$ac_delim
27319 ESDINCL!$ESDINCL$ac_delim
27320 ESDLIBS!$ESDLIBS$ac_delim
27321 ALSALIBS!$ALSALIBS$ac_delim
27322 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27323 CUPSINCL!$CUPSINCL$ac_delim
27324 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27325 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27326 BUILTINFLAG!$BUILTINFLAG$ac_delim
27327 LDPATH!$LDPATH$ac_delim
27328 CRTLIBS!$CRTLIBS$ac_delim
27329 SOCKETLIBS!$SOCKETLIBS$ac_delim
27330 MAIN_BINARY!$MAIN_BINARY$ac_delim
27331 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27332 LIBDL!$LIBDL$ac_delim
27333 LIBPOLL!$LIBPOLL$ac_delim
27334 LDAPLIBS!$LDAPLIBS$ac_delim
27335 DEPENDENCIES!$DEPENDENCIES$ac_delim
27336 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27337 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27338 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27339 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27340 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27341 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27342 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27343 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27344 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27345 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27346 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27347 LIBOBJS!$LIBOBJS$ac_delim
27348 LTLIBOBJS!$LTLIBOBJS$ac_delim
27349 _ACEOF
27350
27351   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27352     break
27353   elif $ac_last_try; then
27354     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27355 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27356    { (exit 1); exit 1; }; }
27357   else
27358     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27359   fi
27360 done
27361
27362 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27363 if test -n "$ac_eof"; then
27364   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27365   ac_eof=`expr $ac_eof + 1`
27366 fi
27367
27368 cat >>$CONFIG_STATUS <<_ACEOF
27369 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27370 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27371 _ACEOF
27372 sed '
27373 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27374 s/^/s,@/; s/!/@,|#_!!_#|/
27375 :n
27376 t n
27377 s/'"$ac_delim"'$/,g/; t
27378 s/$/\\/; p
27379 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27380 ' >>$CONFIG_STATUS <conf$$subs.sed
27381 rm -f conf$$subs.sed
27382 cat >>$CONFIG_STATUS <<_ACEOF
27383 :end
27384 s/|#_!!_#|//g
27385 CEOF$ac_eof
27386 _ACEOF
27387
27388
27389 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27390 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27391 # trailing colons and then remove the whole line if VPATH becomes empty
27392 # (actually we leave an empty line to preserve line numbers).
27393 if test "x$srcdir" = x.; then
27394   ac_vpsub='/^[  ]*VPATH[        ]*=/{
27395 s/:*\$(srcdir):*/:/
27396 s/:*\${srcdir}:*/:/
27397 s/:*@srcdir@:*/:/
27398 s/^\([^=]*=[     ]*\):*/\1/
27399 s/:*$//
27400 s/^[^=]*=[       ]*$//
27401 }'
27402 fi
27403
27404 cat >>$CONFIG_STATUS <<\_ACEOF
27405 fi # test -n "$CONFIG_FILES"
27406
27407
27408 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
27409 do
27410   case $ac_tag in
27411   :[FHLC]) ac_mode=$ac_tag; continue;;
27412   esac
27413   case $ac_mode$ac_tag in
27414   :[FHL]*:*);;
27415   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27416 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27417    { (exit 1); exit 1; }; };;
27418   :[FH]-) ac_tag=-:-;;
27419   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27420   esac
27421   ac_save_IFS=$IFS
27422   IFS=:
27423   set x $ac_tag
27424   IFS=$ac_save_IFS
27425   shift
27426   ac_file=$1
27427   shift
27428
27429   case $ac_mode in
27430   :L) ac_source=$1;;
27431   :[FH])
27432     ac_file_inputs=
27433     for ac_f
27434     do
27435       case $ac_f in
27436       -) ac_f="$tmp/stdin";;
27437       *) # Look for the file first in the build tree, then in the source tree
27438          # (if the path is not absolute).  The absolute path cannot be DOS-style,
27439          # because $ac_f cannot contain `:'.
27440          test -f "$ac_f" ||
27441            case $ac_f in
27442            [\\/$]*) false;;
27443            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27444            esac ||
27445            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27446 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27447    { (exit 1); exit 1; }; };;
27448       esac
27449       ac_file_inputs="$ac_file_inputs $ac_f"
27450     done
27451
27452     # Let's still pretend it is `configure' which instantiates (i.e., don't
27453     # use $as_me), people would be surprised to read:
27454     #    /* config.h.  Generated by config.status.  */
27455     configure_input="Generated from "`IFS=:
27456           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27457     if test x"$ac_file" != x-; then
27458       configure_input="$ac_file.  $configure_input"
27459       { echo "$as_me:$LINENO: creating $ac_file" >&5
27460 echo "$as_me: creating $ac_file" >&6;}
27461     fi
27462
27463     case $ac_tag in
27464     *:-:* | *:-) cat >"$tmp/stdin";;
27465     esac
27466     ;;
27467   esac
27468
27469   ac_dir=`$as_dirname -- "$ac_file" ||
27470 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27471          X"$ac_file" : 'X\(//\)[^/]' \| \
27472          X"$ac_file" : 'X\(//\)$' \| \
27473          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27474 echo X"$ac_file" |
27475     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27476             s//\1/
27477             q
27478           }
27479           /^X\(\/\/\)[^/].*/{
27480             s//\1/
27481             q
27482           }
27483           /^X\(\/\/\)$/{
27484             s//\1/
27485             q
27486           }
27487           /^X\(\/\).*/{
27488             s//\1/
27489             q
27490           }
27491           s/.*/./; q'`
27492   { as_dir="$ac_dir"
27493   case $as_dir in #(
27494   -*) as_dir=./$as_dir;;
27495   esac
27496   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27497     as_dirs=
27498     while :; do
27499       case $as_dir in #(
27500       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27501       *) as_qdir=$as_dir;;
27502       esac
27503       as_dirs="'$as_qdir' $as_dirs"
27504       as_dir=`$as_dirname -- "$as_dir" ||
27505 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27506          X"$as_dir" : 'X\(//\)[^/]' \| \
27507          X"$as_dir" : 'X\(//\)$' \| \
27508          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27509 echo X"$as_dir" |
27510     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27511             s//\1/
27512             q
27513           }
27514           /^X\(\/\/\)[^/].*/{
27515             s//\1/
27516             q
27517           }
27518           /^X\(\/\/\)$/{
27519             s//\1/
27520             q
27521           }
27522           /^X\(\/\).*/{
27523             s//\1/
27524             q
27525           }
27526           s/.*/./; q'`
27527       test -d "$as_dir" && break
27528     done
27529     test -z "$as_dirs" || eval "mkdir $as_dirs"
27530   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27531 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27532    { (exit 1); exit 1; }; }; }
27533   ac_builddir=.
27534
27535 case "$ac_dir" in
27536 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27537 *)
27538   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27539   # A ".." for each directory in $ac_dir_suffix.
27540   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27541   case $ac_top_builddir_sub in
27542   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27543   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27544   esac ;;
27545 esac
27546 ac_abs_top_builddir=$ac_pwd
27547 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27548 # for backward compatibility:
27549 ac_top_builddir=$ac_top_build_prefix
27550
27551 case $srcdir in
27552   .)  # We are building in place.
27553     ac_srcdir=.
27554     ac_top_srcdir=$ac_top_builddir_sub
27555     ac_abs_top_srcdir=$ac_pwd ;;
27556   [\\/]* | ?:[\\/]* )  # Absolute name.
27557     ac_srcdir=$srcdir$ac_dir_suffix;
27558     ac_top_srcdir=$srcdir
27559     ac_abs_top_srcdir=$srcdir ;;
27560   *) # Relative name.
27561     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27562     ac_top_srcdir=$ac_top_build_prefix$srcdir
27563     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27564 esac
27565 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27566
27567
27568   case $ac_mode in
27569   :F)
27570   #
27571   # CONFIG_FILE
27572   #
27573
27574   case $INSTALL in
27575   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27576   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27577   esac
27578 _ACEOF
27579
27580 cat >>$CONFIG_STATUS <<\_ACEOF
27581 # If the template does not know about datarootdir, expand it.
27582 # FIXME: This hack should be removed a few years after 2.60.
27583 ac_datarootdir_hack=; ac_datarootdir_seen=
27584
27585 case `sed -n '/datarootdir/ {
27586   p
27587   q
27588 }
27589 /@datadir@/p
27590 /@docdir@/p
27591 /@infodir@/p
27592 /@localedir@/p
27593 /@mandir@/p
27594 ' $ac_file_inputs` in
27595 *datarootdir*) ac_datarootdir_seen=yes;;
27596 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27597   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27598 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27599 _ACEOF
27600 cat >>$CONFIG_STATUS <<_ACEOF
27601   ac_datarootdir_hack='
27602   s&@datadir@&$datadir&g
27603   s&@docdir@&$docdir&g
27604   s&@infodir@&$infodir&g
27605   s&@localedir@&$localedir&g
27606   s&@mandir@&$mandir&g
27607     s&\\\${datarootdir}&$datarootdir&g' ;;
27608 esac
27609 _ACEOF
27610
27611 # Neutralize VPATH when `$srcdir' = `.'.
27612 # Shell code in configure.ac might set extrasub.
27613 # FIXME: do we really want to maintain this feature?
27614 cat >>$CONFIG_STATUS <<_ACEOF
27615   sed "$ac_vpsub
27616 $extrasub
27617 _ACEOF
27618 cat >>$CONFIG_STATUS <<\_ACEOF
27619 :t
27620 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27621 s&@configure_input@&$configure_input&;t t
27622 s&@top_builddir@&$ac_top_builddir_sub&;t t
27623 s&@srcdir@&$ac_srcdir&;t t
27624 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27625 s&@top_srcdir@&$ac_top_srcdir&;t t
27626 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27627 s&@builddir@&$ac_builddir&;t t
27628 s&@abs_builddir@&$ac_abs_builddir&;t t
27629 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27630 s&@INSTALL@&$ac_INSTALL&;t t
27631 $ac_datarootdir_hack
27632 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27633
27634 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27635   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27636   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27637   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27638 which seems to be undefined.  Please make sure it is defined." >&5
27639 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27640 which seems to be undefined.  Please make sure it is defined." >&2;}
27641
27642   rm -f "$tmp/stdin"
27643   case $ac_file in
27644   -) cat "$tmp/out"; rm -f "$tmp/out";;
27645   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27646   esac
27647  ;;
27648   :H)
27649   #
27650   # CONFIG_HEADER
27651   #
27652 _ACEOF
27653
27654 # Transform confdefs.h into a sed script `conftest.defines', that
27655 # substitutes the proper values into config.h.in to produce config.h.
27656 rm -f conftest.defines conftest.tail
27657 # First, append a space to every undef/define line, to ease matching.
27658 echo 's/$/ /' >conftest.defines
27659 # Then, protect against being on the right side of a sed subst, or in
27660 # an unquoted here document, in config.status.  If some macros were
27661 # called several times there might be several #defines for the same
27662 # symbol, which is useless.  But do not sort them, since the last
27663 # AC_DEFINE must be honored.
27664 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27665 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27666 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27667 # PARAMS is the parameter list in the macro definition--in most cases, it's
27668 # just an empty string.
27669 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
27670 ac_dB='\\)[      (].*,\\1define\\2'
27671 ac_dC=' '
27672 ac_dD=' ,'
27673
27674 uniq confdefs.h |
27675   sed -n '
27676         t rset
27677         :rset
27678         s/^[     ]*#[    ]*define[       ][      ]*//
27679         t ok
27680         d
27681         :ok
27682         s/[\\&,]/\\&/g
27683         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27684         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27685   ' >>conftest.defines
27686
27687 # Remove the space that was appended to ease matching.
27688 # Then replace #undef with comments.  This is necessary, for
27689 # example, in the case of _POSIX_SOURCE, which is predefined and required
27690 # on some systems where configure will not decide to define it.
27691 # (The regexp can be short, since the line contains either #define or #undef.)
27692 echo 's/ $//
27693 s,^[     #]*u.*,/* & */,' >>conftest.defines
27694
27695 # Break up conftest.defines:
27696 ac_max_sed_lines=50
27697
27698 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27699 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27700 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27701 # et cetera.
27702 ac_in='$ac_file_inputs'
27703 ac_out='"$tmp/out1"'
27704 ac_nxt='"$tmp/out2"'
27705
27706 while :
27707 do
27708   # Write a here document:
27709     cat >>$CONFIG_STATUS <<_ACEOF
27710     # First, check the format of the line:
27711     cat >"\$tmp/defines.sed" <<\\CEOF
27712 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
27713 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
27714 b
27715 :def
27716 _ACEOF
27717   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27718   echo 'CEOF
27719     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27720   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27721   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27722   grep . conftest.tail >/dev/null || break
27723   rm -f conftest.defines
27724   mv conftest.tail conftest.defines
27725 done
27726 rm -f conftest.defines conftest.tail
27727
27728 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27729 cat >>$CONFIG_STATUS <<\_ACEOF
27730   if test x"$ac_file" != x-; then
27731     echo "/* $configure_input  */" >"$tmp/config.h"
27732     cat "$ac_result" >>"$tmp/config.h"
27733     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27734       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27735 echo "$as_me: $ac_file is unchanged" >&6;}
27736     else
27737       rm -f $ac_file
27738       mv "$tmp/config.h" $ac_file
27739     fi
27740   else
27741     echo "/* $configure_input  */"
27742     cat "$ac_result"
27743   fi
27744   rm -f "$tmp/out12"
27745  ;;
27746
27747   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27748 echo "$as_me: executing $ac_file commands" >&6;}
27749  ;;
27750   esac
27751
27752
27753   case $ac_file$ac_mode in
27754     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27755     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27756 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27757     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27758 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27759     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27760 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27761     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27762 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27763     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27764 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27765     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27766 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27767
27768   esac
27769 done # for ac_tag
27770
27771
27772 { (exit 0); exit 0; }
27773 _ACEOF
27774 chmod +x $CONFIG_STATUS
27775 ac_clean_files=$ac_clean_files_save
27776
27777
27778 # configure is writing to config.log, and then calls config.status.
27779 # config.status does its own redirection, appending to config.log.
27780 # Unfortunately, on DOS this fails, as config.log is still kept open
27781 # by configure, so config.status won't be able to write to it; its
27782 # output is simply discarded.  So we exec the FD to /dev/null,
27783 # effectively closing config.log, so it can be properly (re)opened and
27784 # appended to by config.status.  When coming back to configure, we
27785 # need to make the FD available again.
27786 if test "$no_create" != yes; then
27787   ac_cs_success=:
27788   ac_config_status_args=
27789   test "$silent" = yes &&
27790     ac_config_status_args="$ac_config_status_args --quiet"
27791   exec 5>/dev/null
27792   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27793   exec 5>>config.log
27794   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27795   # would make configure fail if this is the last instruction.
27796   $ac_cs_success || { (exit 1); exit 1; }
27797 fi
27798
27799
27800 if test "$no_create" = "yes"
27801 then
27802   exit 0
27803 fi
27804
27805 ac_save_IFS="$IFS"
27806 if test "x$wine_notices != "x; then
27807     echo >&6
27808     IFS="|"
27809     for msg in $wine_notices; do
27810         IFS="$ac_save_IFS"
27811         if test -n "$msg"; then
27812             { echo "$as_me:$LINENO: $msg" >&5
27813 echo "$as_me: $msg" >&6;}
27814         fi
27815     done
27816 fi
27817 IFS="|"
27818 for msg in $wine_warnings; do
27819     IFS="$ac_save_IFS"
27820     if test -n "$msg"; then
27821         echo >&2
27822         { echo "$as_me:$LINENO: WARNING: $msg" >&5
27823 echo "$as_me: WARNING: $msg" >&2;}
27824     fi
27825 done
27826 IFS="$ac_save_IFS"
27827
27828 echo "
27829 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
27830 " >&6
27831