ntdll: Fix a failing test in NT4.
[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.3.
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.3'
578 PACKAGE_STRING='Wine 1.1.3'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
580
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 #  include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 #  include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
617
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
667 CC
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
674 CXX
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
680 CPP
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
687 AS
688 ac_ct_AS
689 LD
690 ac_ct_LD
691 NM
692 ac_ct_NM
693 AR
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
700 LN
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
725 LDD
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSTEST
737 CROSSCC
738 CROSSWINDRES
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 sane_devel
746 SANEINCL
747 gphoto2_devel
748 gphoto2port_devel
749 GPHOTO2LIBS
750 GPHOTO2INCL
751 RESOLVLIBS
752 LCMSLIBS
753 ft_devel
754 FREETYPELIBS
755 FREETYPEINCL
756 ESDCONFIG
757 ESDINCL
758 ESDLIBS
759 ALSALIBS
760 AUDIOIOLIBS
761 CUPSINCL
762 FONTCONFIGINCL
763 EXTRACFLAGS
764 BUILTINFLAG
765 LDPATH
766 CRTLIBS
767 SOCKETLIBS
768 MAIN_BINARY
769 EXTRA_BINARIES
770 LIBDL
771 LIBPOLL
772 LDAPLIBS
773 DEPENDENCIES
774 ALL_MAKERULES
775 ALL_MAKEFILES
776 ALL_MAKEFILE_DEPENDS
777 ALL_TOP_DIRS
778 ALL_DLL_DIRS
779 ALL_IMPLIB_DIRS
780 ALL_TEST_DIRS
781 ALL_PROGRAM_DIRS
782 ALL_PROGRAM_INSTALL_DIRS
783 ALL_PROGRAM_BIN_INSTALL_DIRS
784 ALL_WINETEST_DEPENDS
785 LIBOBJS
786 LTLIBOBJS'
787 ac_subst_files='MAKE_RULES
788 MAKE_DLL_RULES
789 MAKE_IMPLIB_RULES
790 MAKE_TEST_RULES
791 MAKE_PROG_RULES'
792       ac_precious_vars='build_alias
793 host_alias
794 target_alias
795 CC
796 CFLAGS
797 LDFLAGS
798 LIBS
799 CPPFLAGS
800 CXX
801 CXXFLAGS
802 CCC
803 XMKMF
804 CPP'
805
806
807 # Initialize some variables set by options.
808 ac_init_help=
809 ac_init_version=false
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
812 cache_file=/dev/null
813 exec_prefix=NONE
814 no_create=
815 no_recursion=
816 prefix=NONE
817 program_prefix=NONE
818 program_suffix=NONE
819 program_transform_name=s,x,x,
820 silent=
821 site=
822 srcdir=
823 verbose=
824 x_includes=NONE
825 x_libraries=NONE
826
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir='${exec_prefix}/bin'
834 sbindir='${exec_prefix}/sbin'
835 libexecdir='${exec_prefix}/libexec'
836 datarootdir='${prefix}/share'
837 datadir='${datarootdir}'
838 sysconfdir='${prefix}/etc'
839 sharedstatedir='${prefix}/com'
840 localstatedir='${prefix}/var'
841 includedir='${prefix}/include'
842 oldincludedir='/usr/include'
843 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
844 infodir='${datarootdir}/info'
845 htmldir='${docdir}'
846 dvidir='${docdir}'
847 pdfdir='${docdir}'
848 psdir='${docdir}'
849 libdir='${exec_prefix}/lib'
850 localedir='${datarootdir}/locale'
851 mandir='${datarootdir}/man'
852
853 ac_prev=
854 ac_dashdash=
855 for ac_option
856 do
857   # If the previous option needs an argument, assign it.
858   if test -n "$ac_prev"; then
859     eval $ac_prev=\$ac_option
860     ac_prev=
861     continue
862   fi
863
864   case $ac_option in
865   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
866   *)    ac_optarg=yes ;;
867   esac
868
869   # Accept the important Cygnus configure options, so we can diagnose typos.
870
871   case $ac_dashdash$ac_option in
872   --)
873     ac_dashdash=yes ;;
874
875   -bindir | --bindir | --bindi | --bind | --bin | --bi)
876     ac_prev=bindir ;;
877   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
878     bindir=$ac_optarg ;;
879
880   -build | --build | --buil | --bui | --bu)
881     ac_prev=build_alias ;;
882   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
883     build_alias=$ac_optarg ;;
884
885   -cache-file | --cache-file | --cache-fil | --cache-fi \
886   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
887     ac_prev=cache_file ;;
888   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
889   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
890     cache_file=$ac_optarg ;;
891
892   --config-cache | -C)
893     cache_file=config.cache ;;
894
895   -datadir | --datadir | --datadi | --datad)
896     ac_prev=datadir ;;
897   -datadir=* | --datadir=* | --datadi=* | --datad=*)
898     datadir=$ac_optarg ;;
899
900   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
901   | --dataroo | --dataro | --datar)
902     ac_prev=datarootdir ;;
903   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
904   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
905     datarootdir=$ac_optarg ;;
906
907   -disable-* | --disable-*)
908     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
909     # Reject names that are not valid shell variable names.
910     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
911       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
912    { (exit 1); exit 1; }; }
913     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
914     eval enable_$ac_feature=no ;;
915
916   -docdir | --docdir | --docdi | --doc | --do)
917     ac_prev=docdir ;;
918   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919     docdir=$ac_optarg ;;
920
921   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922     ac_prev=dvidir ;;
923   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924     dvidir=$ac_optarg ;;
925
926   -enable-* | --enable-*)
927     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928     # Reject names that are not valid shell variable names.
929     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
930       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
931    { (exit 1); exit 1; }; }
932     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
933     eval enable_$ac_feature=\$ac_optarg ;;
934
935   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
936   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
937   | --exec | --exe | --ex)
938     ac_prev=exec_prefix ;;
939   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
940   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
941   | --exec=* | --exe=* | --ex=*)
942     exec_prefix=$ac_optarg ;;
943
944   -gas | --gas | --ga | --g)
945     # Obsolete; use --with-gas.
946     with_gas=yes ;;
947
948   -help | --help | --hel | --he | -h)
949     ac_init_help=long ;;
950   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
951     ac_init_help=recursive ;;
952   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
953     ac_init_help=short ;;
954
955   -host | --host | --hos | --ho)
956     ac_prev=host_alias ;;
957   -host=* | --host=* | --hos=* | --ho=*)
958     host_alias=$ac_optarg ;;
959
960   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
961     ac_prev=htmldir ;;
962   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
963   | --ht=*)
964     htmldir=$ac_optarg ;;
965
966   -includedir | --includedir | --includedi | --included | --include \
967   | --includ | --inclu | --incl | --inc)
968     ac_prev=includedir ;;
969   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
970   | --includ=* | --inclu=* | --incl=* | --inc=*)
971     includedir=$ac_optarg ;;
972
973   -infodir | --infodir | --infodi | --infod | --info | --inf)
974     ac_prev=infodir ;;
975   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
976     infodir=$ac_optarg ;;
977
978   -libdir | --libdir | --libdi | --libd)
979     ac_prev=libdir ;;
980   -libdir=* | --libdir=* | --libdi=* | --libd=*)
981     libdir=$ac_optarg ;;
982
983   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
984   | --libexe | --libex | --libe)
985     ac_prev=libexecdir ;;
986   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
987   | --libexe=* | --libex=* | --libe=*)
988     libexecdir=$ac_optarg ;;
989
990   -localedir | --localedir | --localedi | --localed | --locale)
991     ac_prev=localedir ;;
992   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
993     localedir=$ac_optarg ;;
994
995   -localstatedir | --localstatedir | --localstatedi | --localstated \
996   | --localstate | --localstat | --localsta | --localst | --locals)
997     ac_prev=localstatedir ;;
998   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
999   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1000     localstatedir=$ac_optarg ;;
1001
1002   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1003     ac_prev=mandir ;;
1004   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1005     mandir=$ac_optarg ;;
1006
1007   -nfp | --nfp | --nf)
1008     # Obsolete; use --without-fp.
1009     with_fp=no ;;
1010
1011   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1012   | --no-cr | --no-c | -n)
1013     no_create=yes ;;
1014
1015   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1016   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1017     no_recursion=yes ;;
1018
1019   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1020   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1021   | --oldin | --oldi | --old | --ol | --o)
1022     ac_prev=oldincludedir ;;
1023   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1024   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1025   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1026     oldincludedir=$ac_optarg ;;
1027
1028   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1029     ac_prev=prefix ;;
1030   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1031     prefix=$ac_optarg ;;
1032
1033   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1034   | --program-pre | --program-pr | --program-p)
1035     ac_prev=program_prefix ;;
1036   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1037   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1038     program_prefix=$ac_optarg ;;
1039
1040   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1041   | --program-suf | --program-su | --program-s)
1042     ac_prev=program_suffix ;;
1043   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1044   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1045     program_suffix=$ac_optarg ;;
1046
1047   -program-transform-name | --program-transform-name \
1048   | --program-transform-nam | --program-transform-na \
1049   | --program-transform-n | --program-transform- \
1050   | --program-transform | --program-transfor \
1051   | --program-transfo | --program-transf \
1052   | --program-trans | --program-tran \
1053   | --progr-tra | --program-tr | --program-t)
1054     ac_prev=program_transform_name ;;
1055   -program-transform-name=* | --program-transform-name=* \
1056   | --program-transform-nam=* | --program-transform-na=* \
1057   | --program-transform-n=* | --program-transform-=* \
1058   | --program-transform=* | --program-transfor=* \
1059   | --program-transfo=* | --program-transf=* \
1060   | --program-trans=* | --program-tran=* \
1061   | --progr-tra=* | --program-tr=* | --program-t=*)
1062     program_transform_name=$ac_optarg ;;
1063
1064   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1065     ac_prev=pdfdir ;;
1066   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1067     pdfdir=$ac_optarg ;;
1068
1069   -psdir | --psdir | --psdi | --psd | --ps)
1070     ac_prev=psdir ;;
1071   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1072     psdir=$ac_optarg ;;
1073
1074   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1075   | -silent | --silent | --silen | --sile | --sil)
1076     silent=yes ;;
1077
1078   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1079     ac_prev=sbindir ;;
1080   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1081   | --sbi=* | --sb=*)
1082     sbindir=$ac_optarg ;;
1083
1084   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1085   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1086   | --sharedst | --shareds | --shared | --share | --shar \
1087   | --sha | --sh)
1088     ac_prev=sharedstatedir ;;
1089   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1090   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1091   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1092   | --sha=* | --sh=*)
1093     sharedstatedir=$ac_optarg ;;
1094
1095   -site | --site | --sit)
1096     ac_prev=site ;;
1097   -site=* | --site=* | --sit=*)
1098     site=$ac_optarg ;;
1099
1100   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1101     ac_prev=srcdir ;;
1102   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1103     srcdir=$ac_optarg ;;
1104
1105   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1106   | --syscon | --sysco | --sysc | --sys | --sy)
1107     ac_prev=sysconfdir ;;
1108   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1109   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1110     sysconfdir=$ac_optarg ;;
1111
1112   -target | --target | --targe | --targ | --tar | --ta | --t)
1113     ac_prev=target_alias ;;
1114   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1115     target_alias=$ac_optarg ;;
1116
1117   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1118     verbose=yes ;;
1119
1120   -version | --version | --versio | --versi | --vers | -V)
1121     ac_init_version=: ;;
1122
1123   -with-* | --with-*)
1124     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125     # Reject names that are not valid shell variable names.
1126     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1127       { echo "$as_me: error: invalid package name: $ac_package" >&2
1128    { (exit 1); exit 1; }; }
1129     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1130     eval with_$ac_package=\$ac_optarg ;;
1131
1132   -without-* | --without-*)
1133     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134     # Reject names that are not valid shell variable names.
1135     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1136       { echo "$as_me: error: invalid package name: $ac_package" >&2
1137    { (exit 1); exit 1; }; }
1138     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1139     eval with_$ac_package=no ;;
1140
1141   --x)
1142     # Obsolete; use --with-x.
1143     with_x=yes ;;
1144
1145   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146   | --x-incl | --x-inc | --x-in | --x-i)
1147     ac_prev=x_includes ;;
1148   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1150     x_includes=$ac_optarg ;;
1151
1152   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154     ac_prev=x_libraries ;;
1155   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1157     x_libraries=$ac_optarg ;;
1158
1159   -*) { echo "$as_me: error: unrecognized option: $ac_option
1160 Try \`$0 --help' for more information." >&2
1161    { (exit 1); exit 1; }; }
1162     ;;
1163
1164   *=*)
1165     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1166     # Reject names that are not valid shell variable names.
1167     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1168       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1169    { (exit 1); exit 1; }; }
1170     eval $ac_envvar=\$ac_optarg
1171     export $ac_envvar ;;
1172
1173   *)
1174     # FIXME: should be removed in autoconf 3.0.
1175     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1177       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1179     ;;
1180
1181   esac
1182 done
1183
1184 if test -n "$ac_prev"; then
1185   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1186   { echo "$as_me: error: missing argument to $ac_option" >&2
1187    { (exit 1); exit 1; }; }
1188 fi
1189
1190 # Be sure to have absolute directory names.
1191 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1192                 datadir sysconfdir sharedstatedir localstatedir includedir \
1193                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1194                 libdir localedir mandir
1195 do
1196   eval ac_val=\$$ac_var
1197   case $ac_val in
1198     [\\/$]* | ?:[\\/]* )  continue;;
1199     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1200   esac
1201   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1202    { (exit 1); exit 1; }; }
1203 done
1204
1205 # There might be people who depend on the old broken behavior: `$host'
1206 # used to hold the argument of --host etc.
1207 # FIXME: To remove some day.
1208 build=$build_alias
1209 host=$host_alias
1210 target=$target_alias
1211
1212 # FIXME: To remove some day.
1213 if test "x$host_alias" != x; then
1214   if test "x$build_alias" = x; then
1215     cross_compiling=maybe
1216     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1217     If a cross compiler is detected then cross compile mode will be used." >&2
1218   elif test "x$build_alias" != "x$host_alias"; then
1219     cross_compiling=yes
1220   fi
1221 fi
1222
1223 ac_tool_prefix=
1224 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1225
1226 test "$silent" = yes && exec 6>/dev/null
1227
1228
1229 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1230 ac_ls_di=`ls -di .` &&
1231 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1232   { echo "$as_me: error: Working directory cannot be determined" >&2
1233    { (exit 1); exit 1; }; }
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235   { echo "$as_me: error: pwd does not report name of working directory" >&2
1236    { (exit 1); exit 1; }; }
1237
1238
1239 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then
1241   ac_srcdir_defaulted=yes
1242   # Try the directory containing this script, then the parent directory.
1243   ac_confdir=`$as_dirname -- "$0" ||
1244 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245          X"$0" : 'X\(//\)[^/]' \| \
1246          X"$0" : 'X\(//\)$' \| \
1247          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1248 echo X"$0" |
1249     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1250             s//\1/
1251             q
1252           }
1253           /^X\(\/\/\)[^/].*/{
1254             s//\1/
1255             q
1256           }
1257           /^X\(\/\/\)$/{
1258             s//\1/
1259             q
1260           }
1261           /^X\(\/\).*/{
1262             s//\1/
1263             q
1264           }
1265           s/.*/./; q'`
1266   srcdir=$ac_confdir
1267   if test ! -r "$srcdir/$ac_unique_file"; then
1268     srcdir=..
1269   fi
1270 else
1271   ac_srcdir_defaulted=no
1272 fi
1273 if test ! -r "$srcdir/$ac_unique_file"; then
1274   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1275   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1276    { (exit 1); exit 1; }; }
1277 fi
1278 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1279 ac_abs_confdir=`(
1280         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1281    { (exit 1); exit 1; }; }
1282         pwd)`
1283 # When building in place, set srcdir=.
1284 if test "$ac_abs_confdir" = "$ac_pwd"; then
1285   srcdir=.
1286 fi
1287 # Remove unnecessary trailing slashes from srcdir.
1288 # Double slashes in file names in object file debugging info
1289 # mess up M-x gdb in Emacs.
1290 case $srcdir in
1291 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1292 esac
1293 for ac_var in $ac_precious_vars; do
1294   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1295   eval ac_env_${ac_var}_value=\$${ac_var}
1296   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1297   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1298 done
1299
1300 #
1301 # Report the --help message.
1302 #
1303 if test "$ac_init_help" = "long"; then
1304   # Omit some internal or obsolete options to make the list less imposing.
1305   # This message is too long to be a string in the A/UX 3.1 sh.
1306   cat <<_ACEOF
1307 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1308
1309 Usage: $0 [OPTION]... [VAR=VALUE]...
1310
1311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1312 VAR=VALUE.  See below for descriptions of some of the useful variables.
1313
1314 Defaults for the options are specified in brackets.
1315
1316 Configuration:
1317   -h, --help              display this help and exit
1318       --help=short        display options specific to this package
1319       --help=recursive    display the short help of all the included packages
1320   -V, --version           display version information and exit
1321   -q, --quiet, --silent   do not print \`checking...' messages
1322       --cache-file=FILE   cache test results in FILE [disabled]
1323   -C, --config-cache      alias for \`--cache-file=config.cache'
1324   -n, --no-create         do not create output files
1325       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1326
1327 Installation directories:
1328   --prefix=PREFIX         install architecture-independent files in PREFIX
1329                           [$ac_default_prefix]
1330   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1331                           [PREFIX]
1332
1333 By default, \`make install' will install all the files in
1334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1336 for instance \`--prefix=\$HOME'.
1337
1338 For better control, use the options below.
1339
1340 Fine tuning of the installation directories:
1341   --bindir=DIR           user executables [EPREFIX/bin]
1342   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1343   --libexecdir=DIR       program executables [EPREFIX/libexec]
1344   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1345   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1346   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1347   --libdir=DIR           object code libraries [EPREFIX/lib]
1348   --includedir=DIR       C header files [PREFIX/include]
1349   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1350   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1351   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1352   --infodir=DIR          info documentation [DATAROOTDIR/info]
1353   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1354   --mandir=DIR           man documentation [DATAROOTDIR/man]
1355   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1356   --htmldir=DIR          html documentation [DOCDIR]
1357   --dvidir=DIR           dvi documentation [DOCDIR]
1358   --pdfdir=DIR           pdf documentation [DOCDIR]
1359   --psdir=DIR            ps documentation [DOCDIR]
1360 _ACEOF
1361
1362   cat <<\_ACEOF
1363
1364 X features:
1365   --x-includes=DIR    X include files are in DIR
1366   --x-libraries=DIR   X library files are in DIR
1367
1368 System types:
1369   --build=BUILD     configure for building on BUILD [guessed]
1370   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1371 _ACEOF
1372 fi
1373
1374 if test -n "$ac_init_help"; then
1375   case $ac_init_help in
1376      short | recursive ) echo "Configuration of Wine 1.1.3:";;
1377    esac
1378   cat <<\_ACEOF
1379
1380 Optional Features:
1381   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1382   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1383   --disable-win16         do not include Win16 support
1384   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1385                           binaries)
1386   --enable-maintainer-mode
1387                           enable maintainer-specific build rules
1388
1389 Optional Packages:
1390   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1391   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1392   --without-alsa          do not use the Alsa sound support
1393   --without-audioio       do not use the AudioIO sound support
1394   --without-capi          do not use CAPI (ISDN support)
1395   --without-cms           do not use CMS (color management support)
1396   --without-coreaudio     do not use the CoreAudio sound support
1397   --without-cups          do not use CUPS
1398   --without-curses        do not use (n)curses
1399   --without-esd           do not use the EsounD sound support
1400   --without-fontconfig    do not use fontconfig
1401   --without-freetype      do not use the FreeType library
1402   --without-gphoto        do not use gphoto (Digital Camera support)
1403   --without-glu           do not use the GLU library
1404   --without-hal           do not use HAL (dynamic device support)
1405   --without-jack          do not use the Jack sound support
1406   --without-jpeg          do not use JPEG
1407   --without-ldap          do not use LDAP
1408   --without-nas           do not use the NAS sound support
1409   --without-opengl        do not use OpenGL
1410   --without-openssl       do not use OpenSSL
1411   --without-oss           do not use the OSS sound support
1412   --without-png           do not use PNG
1413   --without-sane          do not use SANE (scanner support)
1414   --without-xcomposite    do not use the Xcomposite extension
1415   --without-xcursor       do not use the Xcursor extension
1416   --without-xinerama      do not use Xinerama (multi-monitor support)
1417   --without-xinput        do not use the Xinput extension
1418   --without-xml           do not use XML
1419   --without-xrandr        do not use Xrandr (resolution changes)
1420   --without-xrender       do not use the Xrender extension
1421   --without-xshape        do not use the Xshape extension
1422   --without-xshm          do not use XShm (shared memory extension)
1423   --without-xslt          do not use XSLT
1424   --without-xxf86vm       do not use XFree video mode extension
1425   --with-wine-tools=DIR   use Wine tools from directory DIR
1426   --with-x                use the X Window System
1427
1428 Some influential environment variables:
1429   CC          C compiler command
1430   CFLAGS      C compiler flags
1431   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1432               nonstandard directory <lib dir>
1433   LIBS        libraries to pass to the linker, e.g. -l<library>
1434   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1435               you have headers in a nonstandard directory <include dir>
1436   CXX         C++ compiler command
1437   CXXFLAGS    C++ compiler flags
1438   XMKMF       Path to xmkmf, Makefile generator for X Window System
1439   CPP         C preprocessor
1440
1441 Use these variables to override the choices made by `configure' or to help
1442 it to find libraries and programs with nonstandard names/locations.
1443
1444 Report bugs to <wine-devel@winehq.org>.
1445 _ACEOF
1446 ac_status=$?
1447 fi
1448
1449 if test "$ac_init_help" = "recursive"; then
1450   # If there are subdirs, report their specific --help.
1451   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1452     test -d "$ac_dir" || continue
1453     ac_builddir=.
1454
1455 case "$ac_dir" in
1456 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 *)
1458   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1459   # A ".." for each directory in $ac_dir_suffix.
1460   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1461   case $ac_top_builddir_sub in
1462   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464   esac ;;
1465 esac
1466 ac_abs_top_builddir=$ac_pwd
1467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir=$ac_top_build_prefix
1470
1471 case $srcdir in
1472   .)  # We are building in place.
1473     ac_srcdir=.
1474     ac_top_srcdir=$ac_top_builddir_sub
1475     ac_abs_top_srcdir=$ac_pwd ;;
1476   [\\/]* | ?:[\\/]* )  # Absolute name.
1477     ac_srcdir=$srcdir$ac_dir_suffix;
1478     ac_top_srcdir=$srcdir
1479     ac_abs_top_srcdir=$srcdir ;;
1480   *) # Relative name.
1481     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482     ac_top_srcdir=$ac_top_build_prefix$srcdir
1483     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484 esac
1485 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486
1487     cd "$ac_dir" || { ac_status=$?; continue; }
1488     # Check for guested configure.
1489     if test -f "$ac_srcdir/configure.gnu"; then
1490       echo &&
1491       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492     elif test -f "$ac_srcdir/configure"; then
1493       echo &&
1494       $SHELL "$ac_srcdir/configure" --help=recursive
1495     else
1496       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497     fi || ac_status=$?
1498     cd "$ac_pwd" || { ac_status=$?; break; }
1499   done
1500 fi
1501
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1504   cat <<\_ACEOF
1505 Wine configure 1.1.3
1506 generated by GNU Autoconf 2.61
1507
1508 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1509 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1510 This configure script is free software; the Free Software Foundation
1511 gives unlimited permission to copy, distribute and modify it.
1512 _ACEOF
1513   exit
1514 fi
1515 cat >config.log <<_ACEOF
1516 This file contains any messages produced by compilers while
1517 running configure, to aid debugging if configure makes a mistake.
1518
1519 It was created by Wine $as_me 1.1.3, which was
1520 generated by GNU Autoconf 2.61.  Invocation command line was
1521
1522   $ $0 $@
1523
1524 _ACEOF
1525 exec 5>>config.log
1526 {
1527 cat <<_ASUNAME
1528 ## --------- ##
1529 ## Platform. ##
1530 ## --------- ##
1531
1532 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1533 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1534 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1535 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1536 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1537
1538 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1539 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1540
1541 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1542 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1543 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1544 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1545 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1546 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1547 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1548
1549 _ASUNAME
1550
1551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1552 for as_dir in $PATH
1553 do
1554   IFS=$as_save_IFS
1555   test -z "$as_dir" && as_dir=.
1556   echo "PATH: $as_dir"
1557 done
1558 IFS=$as_save_IFS
1559
1560 } >&5
1561
1562 cat >&5 <<_ACEOF
1563
1564
1565 ## ----------- ##
1566 ## Core tests. ##
1567 ## ----------- ##
1568
1569 _ACEOF
1570
1571
1572 # Keep a trace of the command line.
1573 # Strip out --no-create and --no-recursion so they do not pile up.
1574 # Strip out --silent because we don't want to record it for future runs.
1575 # Also quote any args containing shell meta-characters.
1576 # Make two passes to allow for proper duplicate-argument suppression.
1577 ac_configure_args=
1578 ac_configure_args0=
1579 ac_configure_args1=
1580 ac_must_keep_next=false
1581 for ac_pass in 1 2
1582 do
1583   for ac_arg
1584   do
1585     case $ac_arg in
1586     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1587     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1588     | -silent | --silent | --silen | --sile | --sil)
1589       continue ;;
1590     *\'*)
1591       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1592     esac
1593     case $ac_pass in
1594     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1595     2)
1596       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1597       if test $ac_must_keep_next = true; then
1598         ac_must_keep_next=false # Got value, back to normal.
1599       else
1600         case $ac_arg in
1601           *=* | --config-cache | -C | -disable-* | --disable-* \
1602           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1603           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1604           | -with-* | --with-* | -without-* | --without-* | --x)
1605             case "$ac_configure_args0 " in
1606               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1607             esac
1608             ;;
1609           -* ) ac_must_keep_next=true ;;
1610         esac
1611       fi
1612       ac_configure_args="$ac_configure_args '$ac_arg'"
1613       ;;
1614     esac
1615   done
1616 done
1617 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1618 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1619
1620 # When interrupted or exit'd, cleanup temporary files, and complete
1621 # config.log.  We remove comments because anyway the quotes in there
1622 # would cause problems or look ugly.
1623 # WARNING: Use '\'' to represent an apostrophe within the trap.
1624 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1625 trap 'exit_status=$?
1626   # Save into config.log some information that might help in debugging.
1627   {
1628     echo
1629
1630     cat <<\_ASBOX
1631 ## ---------------- ##
1632 ## Cache variables. ##
1633 ## ---------------- ##
1634 _ASBOX
1635     echo
1636     # The following way of writing the cache mishandles newlines in values,
1637 (
1638   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1639     eval ac_val=\$$ac_var
1640     case $ac_val in #(
1641     *${as_nl}*)
1642       case $ac_var in #(
1643       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1644 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1645       esac
1646       case $ac_var in #(
1647       _ | IFS | as_nl) ;; #(
1648       *) $as_unset $ac_var ;;
1649       esac ;;
1650     esac
1651   done
1652   (set) 2>&1 |
1653     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1654     *${as_nl}ac_space=\ *)
1655       sed -n \
1656         "s/'\''/'\''\\\\'\'''\''/g;
1657           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1658       ;; #(
1659     *)
1660       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1661       ;;
1662     esac |
1663     sort
1664 )
1665     echo
1666
1667     cat <<\_ASBOX
1668 ## ----------------- ##
1669 ## Output variables. ##
1670 ## ----------------- ##
1671 _ASBOX
1672     echo
1673     for ac_var in $ac_subst_vars
1674     do
1675       eval ac_val=\$$ac_var
1676       case $ac_val in
1677       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1678       esac
1679       echo "$ac_var='\''$ac_val'\''"
1680     done | sort
1681     echo
1682
1683     if test -n "$ac_subst_files"; then
1684       cat <<\_ASBOX
1685 ## ------------------- ##
1686 ## File substitutions. ##
1687 ## ------------------- ##
1688 _ASBOX
1689       echo
1690       for ac_var in $ac_subst_files
1691       do
1692         eval ac_val=\$$ac_var
1693         case $ac_val in
1694         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1695         esac
1696         echo "$ac_var='\''$ac_val'\''"
1697       done | sort
1698       echo
1699     fi
1700
1701     if test -s confdefs.h; then
1702       cat <<\_ASBOX
1703 ## ----------- ##
1704 ## confdefs.h. ##
1705 ## ----------- ##
1706 _ASBOX
1707       echo
1708       cat confdefs.h
1709       echo
1710     fi
1711     test "$ac_signal" != 0 &&
1712       echo "$as_me: caught signal $ac_signal"
1713     echo "$as_me: exit $exit_status"
1714   } >&5
1715   rm -f core *.core core.conftest.* &&
1716     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1717     exit $exit_status
1718 ' 0
1719 for ac_signal in 1 2 13 15; do
1720   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1721 done
1722 ac_signal=0
1723
1724 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1725 rm -f -r conftest* confdefs.h
1726
1727 # Predefined preprocessor variables.
1728
1729 cat >>confdefs.h <<_ACEOF
1730 #define PACKAGE_NAME "$PACKAGE_NAME"
1731 _ACEOF
1732
1733
1734 cat >>confdefs.h <<_ACEOF
1735 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1736 _ACEOF
1737
1738
1739 cat >>confdefs.h <<_ACEOF
1740 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1741 _ACEOF
1742
1743
1744 cat >>confdefs.h <<_ACEOF
1745 #define PACKAGE_STRING "$PACKAGE_STRING"
1746 _ACEOF
1747
1748
1749 cat >>confdefs.h <<_ACEOF
1750 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1751 _ACEOF
1752
1753
1754 # Let the site file select an alternate cache file if it wants to.
1755 # Prefer explicitly selected file to automatically selected ones.
1756 if test -n "$CONFIG_SITE"; then
1757   set x "$CONFIG_SITE"
1758 elif test "x$prefix" != xNONE; then
1759   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1760 else
1761   set x "$ac_default_prefix/share/config.site" \
1762         "$ac_default_prefix/etc/config.site"
1763 fi
1764 shift
1765 for ac_site_file
1766 do
1767   if test -r "$ac_site_file"; then
1768     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1769 echo "$as_me: loading site script $ac_site_file" >&6;}
1770     sed 's/^/| /' "$ac_site_file" >&5
1771     . "$ac_site_file"
1772   fi
1773 done
1774
1775 if test -r "$cache_file"; then
1776   # Some versions of bash will fail to source /dev/null (special
1777   # files actually), so we avoid doing that.
1778   if test -f "$cache_file"; then
1779     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1780 echo "$as_me: loading cache $cache_file" >&6;}
1781     case $cache_file in
1782       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1783       *)                      . "./$cache_file";;
1784     esac
1785   fi
1786 else
1787   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1788 echo "$as_me: creating cache $cache_file" >&6;}
1789   >$cache_file
1790 fi
1791
1792 # Check that the precious variables saved in the cache have kept the same
1793 # value.
1794 ac_cache_corrupted=false
1795 for ac_var in $ac_precious_vars; do
1796   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1797   eval ac_new_set=\$ac_env_${ac_var}_set
1798   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1799   eval ac_new_val=\$ac_env_${ac_var}_value
1800   case $ac_old_set,$ac_new_set in
1801     set,)
1802       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1803 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1804       ac_cache_corrupted=: ;;
1805     ,set)
1806       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1807 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1808       ac_cache_corrupted=: ;;
1809     ,);;
1810     *)
1811       if test "x$ac_old_val" != "x$ac_new_val"; then
1812         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1813 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1814         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1815 echo "$as_me:   former value:  $ac_old_val" >&2;}
1816         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1817 echo "$as_me:   current value: $ac_new_val" >&2;}
1818         ac_cache_corrupted=:
1819       fi;;
1820   esac
1821   # Pass precious variables to config.status.
1822   if test "$ac_new_set" = set; then
1823     case $ac_new_val in
1824     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1825     *) ac_arg=$ac_var=$ac_new_val ;;
1826     esac
1827     case " $ac_configure_args " in
1828       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1829       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1830     esac
1831   fi
1832 done
1833 if $ac_cache_corrupted; then
1834   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1835 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1836   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1837 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1838    { (exit 1); exit 1; }; }
1839 fi
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865 ac_ext=c
1866 ac_cpp='$CPP $CPPFLAGS'
1867 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1868 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1869 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1870
1871
1872
1873 ac_config_headers="$ac_config_headers include/config.h"
1874
1875 ac_aux_dir=
1876 for ac_dir in tools "$srcdir"/tools; do
1877   if test -f "$ac_dir/install-sh"; then
1878     ac_aux_dir=$ac_dir
1879     ac_install_sh="$ac_aux_dir/install-sh -c"
1880     break
1881   elif test -f "$ac_dir/install.sh"; then
1882     ac_aux_dir=$ac_dir
1883     ac_install_sh="$ac_aux_dir/install.sh -c"
1884     break
1885   elif test -f "$ac_dir/shtool"; then
1886     ac_aux_dir=$ac_dir
1887     ac_install_sh="$ac_aux_dir/shtool install -c"
1888     break
1889   fi
1890 done
1891 if test -z "$ac_aux_dir"; then
1892   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1893 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1894    { (exit 1); exit 1; }; }
1895 fi
1896
1897 # These three variables are undocumented and unsupported,
1898 # and are intended to be withdrawn in a future Autoconf release.
1899 # They can cause serious problems if a builder's source tree is in a directory
1900 # whose full name contains unusual characters.
1901 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1902 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1903 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1904
1905
1906
1907
1908 # Check whether --enable-win16 was given.
1909 if test "${enable_win16+set}" = set; then
1910   enableval=$enable_win16;
1911 fi
1912
1913 # Check whether --enable-win64 was given.
1914 if test "${enable_win64+set}" = set; then
1915   enableval=$enable_win64;
1916 fi
1917
1918 # Check whether --enable-maintainer-mode was given.
1919 if test "${enable_maintainer_mode+set}" = set; then
1920   enableval=$enable_maintainer_mode;
1921 else
1922   MAINTAINER_MODE=\#
1923
1924 fi
1925
1926
1927
1928 # Check whether --with-alsa was given.
1929 if test "${with_alsa+set}" = set; then
1930   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1931 fi
1932
1933
1934 # Check whether --with-audioio was given.
1935 if test "${with_audioio+set}" = set; then
1936   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1937 fi
1938
1939
1940 # Check whether --with-capi was given.
1941 if test "${with_capi+set}" = set; then
1942   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1943 fi
1944
1945
1946 # Check whether --with-cms was given.
1947 if test "${with_cms+set}" = set; then
1948   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1949 fi
1950
1951
1952 # Check whether --with-coreaudio was given.
1953 if test "${with_coreaudio+set}" = set; then
1954   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1955 fi
1956
1957
1958 # Check whether --with-cups was given.
1959 if test "${with_cups+set}" = set; then
1960   withval=$with_cups;
1961 fi
1962
1963
1964 # Check whether --with-curses was given.
1965 if test "${with_curses+set}" = set; then
1966   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1967 fi
1968
1969
1970 # Check whether --with-esd was given.
1971 if test "${with_esd+set}" = set; then
1972   withval=$with_esd;
1973 fi
1974
1975
1976 # Check whether --with-fontconfig was given.
1977 if test "${with_fontconfig+set}" = set; then
1978   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1979 fi
1980
1981
1982 # Check whether --with-freetype was given.
1983 if test "${with_freetype+set}" = set; then
1984   withval=$with_freetype;
1985 fi
1986
1987
1988 # Check whether --with-gphoto was given.
1989 if test "${with_gphoto+set}" = set; then
1990   withval=$with_gphoto;
1991 fi
1992
1993
1994 # Check whether --with-glu was given.
1995 if test "${with_glu+set}" = set; then
1996   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1997 fi
1998
1999
2000 # Check whether --with-hal was given.
2001 if test "${with_hal+set}" = set; then
2002   withval=$with_hal;
2003 fi
2004
2005
2006 # Check whether --with-jack was given.
2007 if test "${with_jack+set}" = set; then
2008   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2009 fi
2010
2011
2012 # Check whether --with-jpeg was given.
2013 if test "${with_jpeg+set}" = set; then
2014   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2015 fi
2016
2017
2018 # Check whether --with-ldap was given.
2019 if test "${with_ldap+set}" = set; then
2020   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2021 fi
2022
2023
2024 # Check whether --with-nas was given.
2025 if test "${with_nas+set}" = set; then
2026   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2027 fi
2028
2029
2030 # Check whether --with-opengl was given.
2031 if test "${with_opengl+set}" = set; then
2032   withval=$with_opengl;
2033 fi
2034
2035
2036 # Check whether --with-openssl was given.
2037 if test "${with_openssl+set}" = set; then
2038   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2039 fi
2040
2041
2042 # Check whether --with-oss was given.
2043 if test "${with_oss+set}" = set; then
2044   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
2045 fi
2046
2047
2048 # Check whether --with-png was given.
2049 if test "${with_png+set}" = set; then
2050   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2051 fi
2052
2053
2054 # Check whether --with-sane was given.
2055 if test "${with_sane+set}" = set; then
2056   withval=$with_sane;
2057 fi
2058
2059
2060 # Check whether --with-xcomposite was given.
2061 if test "${with_xcomposite+set}" = set; then
2062   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2063 fi
2064
2065
2066 # Check whether --with-xcursor was given.
2067 if test "${with_xcursor+set}" = set; then
2068   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2069 fi
2070
2071
2072 # Check whether --with-xinerama was given.
2073 if test "${with_xinerama+set}" = set; then
2074   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2075 fi
2076
2077
2078 # Check whether --with-xinput was given.
2079 if test "${with_xinput+set}" = set; then
2080   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2081 fi
2082
2083
2084 # Check whether --with-xml was given.
2085 if test "${with_xml+set}" = set; then
2086   withval=$with_xml;
2087 fi
2088
2089
2090 # Check whether --with-xrandr was given.
2091 if test "${with_xrandr+set}" = set; then
2092   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2093 fi
2094
2095
2096 # Check whether --with-xrender was given.
2097 if test "${with_xrender+set}" = set; then
2098   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2099 fi
2100
2101
2102 # Check whether --with-xshape was given.
2103 if test "${with_xshape+set}" = set; then
2104   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2105 fi
2106
2107
2108 # Check whether --with-xshm was given.
2109 if test "${with_xshm+set}" = set; then
2110   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2111 fi
2112
2113
2114 # Check whether --with-xslt was given.
2115 if test "${with_xslt+set}" = set; then
2116   withval=$with_xslt;
2117 fi
2118
2119
2120 # Check whether --with-xxf86vm was given.
2121 if test "${with_xxf86vm+set}" = set; then
2122   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2123 fi
2124
2125
2126
2127 # Check whether --with-wine-tools was given.
2128 if test "${with_wine_tools+set}" = set; then
2129   withval=$with_wine_tools;
2130 fi
2131
2132
2133 # Make sure we can run config.sub.
2134 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2135   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2136 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2137    { (exit 1); exit 1; }; }
2138
2139 { echo "$as_me:$LINENO: checking build system type" >&5
2140 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2141 if test "${ac_cv_build+set}" = set; then
2142   echo $ECHO_N "(cached) $ECHO_C" >&6
2143 else
2144   ac_build_alias=$build_alias
2145 test "x$ac_build_alias" = x &&
2146   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2147 test "x$ac_build_alias" = x &&
2148   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2149 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2150    { (exit 1); exit 1; }; }
2151 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2152   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2153 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2154    { (exit 1); exit 1; }; }
2155
2156 fi
2157 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2158 echo "${ECHO_T}$ac_cv_build" >&6; }
2159 case $ac_cv_build in
2160 *-*-*) ;;
2161 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2162 echo "$as_me: error: invalid value of canonical build" >&2;}
2163    { (exit 1); exit 1; }; };;
2164 esac
2165 build=$ac_cv_build
2166 ac_save_IFS=$IFS; IFS='-'
2167 set x $ac_cv_build
2168 shift
2169 build_cpu=$1
2170 build_vendor=$2
2171 shift; shift
2172 # Remember, the first character of IFS is used to create $*,
2173 # except with old shells:
2174 build_os=$*
2175 IFS=$ac_save_IFS
2176 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2177
2178
2179 { echo "$as_me:$LINENO: checking host system type" >&5
2180 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2181 if test "${ac_cv_host+set}" = set; then
2182   echo $ECHO_N "(cached) $ECHO_C" >&6
2183 else
2184   if test "x$host_alias" = x; then
2185   ac_cv_host=$ac_cv_build
2186 else
2187   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2188     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2189 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2190    { (exit 1); exit 1; }; }
2191 fi
2192
2193 fi
2194 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2195 echo "${ECHO_T}$ac_cv_host" >&6; }
2196 case $ac_cv_host in
2197 *-*-*) ;;
2198 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2199 echo "$as_me: error: invalid value of canonical host" >&2;}
2200    { (exit 1); exit 1; }; };;
2201 esac
2202 host=$ac_cv_host
2203 ac_save_IFS=$IFS; IFS='-'
2204 set x $ac_cv_host
2205 shift
2206 host_cpu=$1
2207 host_vendor=$2
2208 shift; shift
2209 # Remember, the first character of IFS is used to create $*,
2210 # except with old shells:
2211 host_os=$*
2212 IFS=$ac_save_IFS
2213 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2214
2215
2216 case $host in
2217   x86_64*linux*)
2218     if test "x$enable_win64" != "xyes"
2219     then
2220       test -n "$CC" || CC="gcc -m32"
2221       test -n "$CXX"|| CXX="g++ -m32"
2222       test -n "$LD" || LD="ld -m elf_i386"
2223       test -n "$AS" || AS="as --32"
2224       host_cpu="i386"
2225     fi
2226     ;;
2227 esac
2228
2229 case $host_cpu in
2230   *i[3456789]86*)
2231     if test "x$enable_win16" != "xno"
2232     then
2233       enable_win16="yes"
2234     fi
2235     ;;
2236 esac
2237
2238 WIN16_FILES="\$(WIN16_FILES)"
2239
2240 WIN16_INSTALL="\$(WIN16_INSTALL)"
2241
2242 if test "x$enable_win16" != "xyes"
2243 then
2244   WIN16_FILES=""
2245   WIN16_INSTALL=""
2246 fi
2247
2248 case "$srcdir" in
2249  .) ;;
2250  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2251       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&5
2253 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2254 You need to run 'make distclean' in the source tree first." >&2;}
2255    { (exit 1); exit 1; }; }
2256     fi ;;
2257 esac
2258
2259
2260 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2261 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2262 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2263 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2264   echo $ECHO_N "(cached) $ECHO_C" >&6
2265 else
2266   cat >conftest.make <<\_ACEOF
2267 SHELL = /bin/sh
2268 all:
2269         @echo '@@@%%%=$(MAKE)=@@@%%%'
2270 _ACEOF
2271 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2272 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2273   *@@@%%%=?*=@@@%%%*)
2274     eval ac_cv_prog_make_${ac_make}_set=yes;;
2275   *)
2276     eval ac_cv_prog_make_${ac_make}_set=no;;
2277 esac
2278 rm -f conftest.make
2279 fi
2280 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2281   { echo "$as_me:$LINENO: result: yes" >&5
2282 echo "${ECHO_T}yes" >&6; }
2283   SET_MAKE=
2284 else
2285   { echo "$as_me:$LINENO: result: no" >&5
2286 echo "${ECHO_T}no" >&6; }
2287   SET_MAKE="MAKE=${MAKE-make}"
2288 fi
2289
2290 ac_ext=c
2291 ac_cpp='$CPP $CPPFLAGS'
2292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2295 if test -n "$ac_tool_prefix"; then
2296   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2297 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2300 if test "${ac_cv_prog_CC+set}" = set; then
2301   echo $ECHO_N "(cached) $ECHO_C" >&6
2302 else
2303   if test -n "$CC"; then
2304   ac_cv_prog_CC="$CC" # Let the user override the test.
2305 else
2306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2307 for as_dir in $PATH
2308 do
2309   IFS=$as_save_IFS
2310   test -z "$as_dir" && as_dir=.
2311   for ac_exec_ext in '' $ac_executable_extensions; do
2312   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2313     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2314     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2315     break 2
2316   fi
2317 done
2318 done
2319 IFS=$as_save_IFS
2320
2321 fi
2322 fi
2323 CC=$ac_cv_prog_CC
2324 if test -n "$CC"; then
2325   { echo "$as_me:$LINENO: result: $CC" >&5
2326 echo "${ECHO_T}$CC" >&6; }
2327 else
2328   { echo "$as_me:$LINENO: result: no" >&5
2329 echo "${ECHO_T}no" >&6; }
2330 fi
2331
2332
2333 fi
2334 if test -z "$ac_cv_prog_CC"; then
2335   ac_ct_CC=$CC
2336   # Extract the first word of "gcc", so it can be a program name with args.
2337 set dummy gcc; ac_word=$2
2338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2340 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2341   echo $ECHO_N "(cached) $ECHO_C" >&6
2342 else
2343   if test -n "$ac_ct_CC"; then
2344   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2345 else
2346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2347 for as_dir in $PATH
2348 do
2349   IFS=$as_save_IFS
2350   test -z "$as_dir" && as_dir=.
2351   for ac_exec_ext in '' $ac_executable_extensions; do
2352   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2353     ac_cv_prog_ac_ct_CC="gcc"
2354     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2355     break 2
2356   fi
2357 done
2358 done
2359 IFS=$as_save_IFS
2360
2361 fi
2362 fi
2363 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2364 if test -n "$ac_ct_CC"; then
2365   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2366 echo "${ECHO_T}$ac_ct_CC" >&6; }
2367 else
2368   { echo "$as_me:$LINENO: result: no" >&5
2369 echo "${ECHO_T}no" >&6; }
2370 fi
2371
2372   if test "x$ac_ct_CC" = x; then
2373     CC=""
2374   else
2375     case $cross_compiling:$ac_tool_warned in
2376 yes:)
2377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2378 whose name does not start with the host triplet.  If you think this
2379 configuration is useful to you, please write to autoconf@gnu.org." >&5
2380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2381 whose name does not start with the host triplet.  If you think this
2382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2383 ac_tool_warned=yes ;;
2384 esac
2385     CC=$ac_ct_CC
2386   fi
2387 else
2388   CC="$ac_cv_prog_CC"
2389 fi
2390
2391 if test -z "$CC"; then
2392           if test -n "$ac_tool_prefix"; then
2393     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2394 set dummy ${ac_tool_prefix}cc; ac_word=$2
2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2397 if test "${ac_cv_prog_CC+set}" = set; then
2398   echo $ECHO_N "(cached) $ECHO_C" >&6
2399 else
2400   if test -n "$CC"; then
2401   ac_cv_prog_CC="$CC" # Let the user override the test.
2402 else
2403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2404 for as_dir in $PATH
2405 do
2406   IFS=$as_save_IFS
2407   test -z "$as_dir" && as_dir=.
2408   for ac_exec_ext in '' $ac_executable_extensions; do
2409   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2410     ac_cv_prog_CC="${ac_tool_prefix}cc"
2411     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2412     break 2
2413   fi
2414 done
2415 done
2416 IFS=$as_save_IFS
2417
2418 fi
2419 fi
2420 CC=$ac_cv_prog_CC
2421 if test -n "$CC"; then
2422   { echo "$as_me:$LINENO: result: $CC" >&5
2423 echo "${ECHO_T}$CC" >&6; }
2424 else
2425   { echo "$as_me:$LINENO: result: no" >&5
2426 echo "${ECHO_T}no" >&6; }
2427 fi
2428
2429
2430   fi
2431 fi
2432 if test -z "$CC"; then
2433   # Extract the first word of "cc", so it can be a program name with args.
2434 set dummy cc; ac_word=$2
2435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2437 if test "${ac_cv_prog_CC+set}" = set; then
2438   echo $ECHO_N "(cached) $ECHO_C" >&6
2439 else
2440   if test -n "$CC"; then
2441   ac_cv_prog_CC="$CC" # Let the user override the test.
2442 else
2443   ac_prog_rejected=no
2444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 for as_dir in $PATH
2446 do
2447   IFS=$as_save_IFS
2448   test -z "$as_dir" && as_dir=.
2449   for ac_exec_ext in '' $ac_executable_extensions; do
2450   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2451     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2452        ac_prog_rejected=yes
2453        continue
2454      fi
2455     ac_cv_prog_CC="cc"
2456     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2457     break 2
2458   fi
2459 done
2460 done
2461 IFS=$as_save_IFS
2462
2463 if test $ac_prog_rejected = yes; then
2464   # We found a bogon in the path, so make sure we never use it.
2465   set dummy $ac_cv_prog_CC
2466   shift
2467   if test $# != 0; then
2468     # We chose a different compiler from the bogus one.
2469     # However, it has the same basename, so the bogon will be chosen
2470     # first if we set CC to just the basename; use the full file name.
2471     shift
2472     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2473   fi
2474 fi
2475 fi
2476 fi
2477 CC=$ac_cv_prog_CC
2478 if test -n "$CC"; then
2479   { echo "$as_me:$LINENO: result: $CC" >&5
2480 echo "${ECHO_T}$CC" >&6; }
2481 else
2482   { echo "$as_me:$LINENO: result: no" >&5
2483 echo "${ECHO_T}no" >&6; }
2484 fi
2485
2486
2487 fi
2488 if test -z "$CC"; then
2489   if test -n "$ac_tool_prefix"; then
2490   for ac_prog in cl.exe
2491   do
2492     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2493 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2496 if test "${ac_cv_prog_CC+set}" = set; then
2497   echo $ECHO_N "(cached) $ECHO_C" >&6
2498 else
2499   if test -n "$CC"; then
2500   ac_cv_prog_CC="$CC" # Let the user override the test.
2501 else
2502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2503 for as_dir in $PATH
2504 do
2505   IFS=$as_save_IFS
2506   test -z "$as_dir" && as_dir=.
2507   for ac_exec_ext in '' $ac_executable_extensions; do
2508   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2509     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2510     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2511     break 2
2512   fi
2513 done
2514 done
2515 IFS=$as_save_IFS
2516
2517 fi
2518 fi
2519 CC=$ac_cv_prog_CC
2520 if test -n "$CC"; then
2521   { echo "$as_me:$LINENO: result: $CC" >&5
2522 echo "${ECHO_T}$CC" >&6; }
2523 else
2524   { echo "$as_me:$LINENO: result: no" >&5
2525 echo "${ECHO_T}no" >&6; }
2526 fi
2527
2528
2529     test -n "$CC" && break
2530   done
2531 fi
2532 if test -z "$CC"; then
2533   ac_ct_CC=$CC
2534   for ac_prog in cl.exe
2535 do
2536   # Extract the first word of "$ac_prog", so it can be a program name with args.
2537 set dummy $ac_prog; ac_word=$2
2538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2540 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2541   echo $ECHO_N "(cached) $ECHO_C" >&6
2542 else
2543   if test -n "$ac_ct_CC"; then
2544   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2545 else
2546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2547 for as_dir in $PATH
2548 do
2549   IFS=$as_save_IFS
2550   test -z "$as_dir" && as_dir=.
2551   for ac_exec_ext in '' $ac_executable_extensions; do
2552   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2553     ac_cv_prog_ac_ct_CC="$ac_prog"
2554     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2555     break 2
2556   fi
2557 done
2558 done
2559 IFS=$as_save_IFS
2560
2561 fi
2562 fi
2563 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2564 if test -n "$ac_ct_CC"; then
2565   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2566 echo "${ECHO_T}$ac_ct_CC" >&6; }
2567 else
2568   { echo "$as_me:$LINENO: result: no" >&5
2569 echo "${ECHO_T}no" >&6; }
2570 fi
2571
2572
2573   test -n "$ac_ct_CC" && break
2574 done
2575
2576   if test "x$ac_ct_CC" = x; then
2577     CC=""
2578   else
2579     case $cross_compiling:$ac_tool_warned in
2580 yes:)
2581 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2582 whose name does not start with the host triplet.  If you think this
2583 configuration is useful to you, please write to autoconf@gnu.org." >&5
2584 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2585 whose name does not start with the host triplet.  If you think this
2586 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2587 ac_tool_warned=yes ;;
2588 esac
2589     CC=$ac_ct_CC
2590   fi
2591 fi
2592
2593 fi
2594
2595
2596 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&5
2598 echo "$as_me: error: no acceptable C compiler found in \$PATH
2599 See \`config.log' for more details." >&2;}
2600    { (exit 1); exit 1; }; }
2601
2602 # Provide some information about the compiler.
2603 echo "$as_me:$LINENO: checking for C compiler version" >&5
2604 ac_compiler=`set X $ac_compile; echo $2`
2605 { (ac_try="$ac_compiler --version >&5"
2606 case "(($ac_try" in
2607   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2608   *) ac_try_echo=$ac_try;;
2609 esac
2610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2611   (eval "$ac_compiler --version >&5") 2>&5
2612   ac_status=$?
2613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614   (exit $ac_status); }
2615 { (ac_try="$ac_compiler -v >&5"
2616 case "(($ac_try" in
2617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2618   *) ac_try_echo=$ac_try;;
2619 esac
2620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2621   (eval "$ac_compiler -v >&5") 2>&5
2622   ac_status=$?
2623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624   (exit $ac_status); }
2625 { (ac_try="$ac_compiler -V >&5"
2626 case "(($ac_try" in
2627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2628   *) ac_try_echo=$ac_try;;
2629 esac
2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2631   (eval "$ac_compiler -V >&5") 2>&5
2632   ac_status=$?
2633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634   (exit $ac_status); }
2635
2636 cat >conftest.$ac_ext <<_ACEOF
2637 /* confdefs.h.  */
2638 _ACEOF
2639 cat confdefs.h >>conftest.$ac_ext
2640 cat >>conftest.$ac_ext <<_ACEOF
2641 /* end confdefs.h.  */
2642
2643 int
2644 main ()
2645 {
2646
2647   ;
2648   return 0;
2649 }
2650 _ACEOF
2651 ac_clean_files_save=$ac_clean_files
2652 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2653 # Try to create an executable without -o first, disregard a.out.
2654 # It will help us diagnose broken compilers, and finding out an intuition
2655 # of exeext.
2656 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2657 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2658 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2659 #
2660 # List of possible output files, starting from the most likely.
2661 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2662 # only as a last resort.  b.out is created by i960 compilers.
2663 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2664 #
2665 # The IRIX 6 linker writes into existing files which may not be
2666 # executable, retaining their permissions.  Remove them first so a
2667 # subsequent execution test works.
2668 ac_rmfiles=
2669 for ac_file in $ac_files
2670 do
2671   case $ac_file in
2672     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2673     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2674   esac
2675 done
2676 rm -f $ac_rmfiles
2677
2678 if { (ac_try="$ac_link_default"
2679 case "(($ac_try" in
2680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2681   *) ac_try_echo=$ac_try;;
2682 esac
2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2684   (eval "$ac_link_default") 2>&5
2685   ac_status=$?
2686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687   (exit $ac_status); }; then
2688   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2689 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2690 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2691 # so that the user can short-circuit this test for compilers unknown to
2692 # Autoconf.
2693 for ac_file in $ac_files ''
2694 do
2695   test -f "$ac_file" || continue
2696   case $ac_file in
2697     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2698         ;;
2699     [ab].out )
2700         # We found the default executable, but exeext='' is most
2701         # certainly right.
2702         break;;
2703     *.* )
2704         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2705         then :; else
2706            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2707         fi
2708         # We set ac_cv_exeext here because the later test for it is not
2709         # safe: cross compilers may not add the suffix if given an `-o'
2710         # argument, so we may need to know it at that point already.
2711         # Even if this section looks crufty: it has the advantage of
2712         # actually working.
2713         break;;
2714     * )
2715         break;;
2716   esac
2717 done
2718 test "$ac_cv_exeext" = no && ac_cv_exeext=
2719
2720 else
2721   ac_file=''
2722 fi
2723
2724 { echo "$as_me:$LINENO: result: $ac_file" >&5
2725 echo "${ECHO_T}$ac_file" >&6; }
2726 if test -z "$ac_file"; then
2727   echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.$ac_ext >&5
2729
2730 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&5
2732 echo "$as_me: error: C compiler cannot create executables
2733 See \`config.log' for more details." >&2;}
2734    { (exit 77); exit 77; }; }
2735 fi
2736
2737 ac_exeext=$ac_cv_exeext
2738
2739 # Check that the compiler produces executables we can run.  If not, either
2740 # the compiler is broken, or we cross compile.
2741 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2742 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2743 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2744 # If not cross compiling, check that we can run a simple program.
2745 if test "$cross_compiling" != yes; then
2746   if { ac_try='./$ac_file'
2747   { (case "(($ac_try" in
2748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2749   *) ac_try_echo=$ac_try;;
2750 esac
2751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2752   (eval "$ac_try") 2>&5
2753   ac_status=$?
2754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755   (exit $ac_status); }; }; then
2756     cross_compiling=no
2757   else
2758     if test "$cross_compiling" = maybe; then
2759         cross_compiling=yes
2760     else
2761         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2762 If you meant to cross compile, use \`--host'.
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: cannot run C compiled programs.
2765 If you meant to cross compile, use \`--host'.
2766 See \`config.log' for more details." >&2;}
2767    { (exit 1); exit 1; }; }
2768     fi
2769   fi
2770 fi
2771 { echo "$as_me:$LINENO: result: yes" >&5
2772 echo "${ECHO_T}yes" >&6; }
2773
2774 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2775 ac_clean_files=$ac_clean_files_save
2776 # Check that the compiler produces executables we can run.  If not, either
2777 # the compiler is broken, or we cross compile.
2778 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2779 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2780 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2781 echo "${ECHO_T}$cross_compiling" >&6; }
2782
2783 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2784 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2785 if { (ac_try="$ac_link"
2786 case "(($ac_try" in
2787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2788   *) ac_try_echo=$ac_try;;
2789 esac
2790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2791   (eval "$ac_link") 2>&5
2792   ac_status=$?
2793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794   (exit $ac_status); }; then
2795   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2796 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2797 # work properly (i.e., refer to `conftest.exe'), while it won't with
2798 # `rm'.
2799 for ac_file in conftest.exe conftest conftest.*; do
2800   test -f "$ac_file" || continue
2801   case $ac_file in
2802     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2803     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2804           break;;
2805     * ) break;;
2806   esac
2807 done
2808 else
2809   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&5
2811 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2812 See \`config.log' for more details." >&2;}
2813    { (exit 1); exit 1; }; }
2814 fi
2815
2816 rm -f conftest$ac_cv_exeext
2817 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2818 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2819
2820 rm -f conftest.$ac_ext
2821 EXEEXT=$ac_cv_exeext
2822 ac_exeext=$EXEEXT
2823 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2824 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2825 if test "${ac_cv_objext+set}" = set; then
2826   echo $ECHO_N "(cached) $ECHO_C" >&6
2827 else
2828   cat >conftest.$ac_ext <<_ACEOF
2829 /* confdefs.h.  */
2830 _ACEOF
2831 cat confdefs.h >>conftest.$ac_ext
2832 cat >>conftest.$ac_ext <<_ACEOF
2833 /* end confdefs.h.  */
2834
2835 int
2836 main ()
2837 {
2838
2839   ;
2840   return 0;
2841 }
2842 _ACEOF
2843 rm -f conftest.o conftest.obj
2844 if { (ac_try="$ac_compile"
2845 case "(($ac_try" in
2846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2847   *) ac_try_echo=$ac_try;;
2848 esac
2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2850   (eval "$ac_compile") 2>&5
2851   ac_status=$?
2852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853   (exit $ac_status); }; then
2854   for ac_file in conftest.o conftest.obj conftest.*; do
2855   test -f "$ac_file" || continue;
2856   case $ac_file in
2857     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2858     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2859        break;;
2860   esac
2861 done
2862 else
2863   echo "$as_me: failed program was:" >&5
2864 sed 's/^/| /' conftest.$ac_ext >&5
2865
2866 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&5
2868 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2869 See \`config.log' for more details." >&2;}
2870    { (exit 1); exit 1; }; }
2871 fi
2872
2873 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2874 fi
2875 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2876 echo "${ECHO_T}$ac_cv_objext" >&6; }
2877 OBJEXT=$ac_cv_objext
2878 ac_objext=$OBJEXT
2879 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2880 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2881 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2882   echo $ECHO_N "(cached) $ECHO_C" >&6
2883 else
2884   cat >conftest.$ac_ext <<_ACEOF
2885 /* confdefs.h.  */
2886 _ACEOF
2887 cat confdefs.h >>conftest.$ac_ext
2888 cat >>conftest.$ac_ext <<_ACEOF
2889 /* end confdefs.h.  */
2890
2891 int
2892 main ()
2893 {
2894 #ifndef __GNUC__
2895        choke me
2896 #endif
2897
2898   ;
2899   return 0;
2900 }
2901 _ACEOF
2902 rm -f conftest.$ac_objext
2903 if { (ac_try="$ac_compile"
2904 case "(($ac_try" in
2905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906   *) ac_try_echo=$ac_try;;
2907 esac
2908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2909   (eval "$ac_compile") 2>conftest.er1
2910   ac_status=$?
2911   grep -v '^ *+' conftest.er1 >conftest.err
2912   rm -f conftest.er1
2913   cat conftest.err >&5
2914   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915   (exit $ac_status); } && {
2916          test -z "$ac_c_werror_flag" ||
2917          test ! -s conftest.err
2918        } && test -s conftest.$ac_objext; then
2919   ac_compiler_gnu=yes
2920 else
2921   echo "$as_me: failed program was:" >&5
2922 sed 's/^/| /' conftest.$ac_ext >&5
2923
2924         ac_compiler_gnu=no
2925 fi
2926
2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2928 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929
2930 fi
2931 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2932 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2933 GCC=`test $ac_compiler_gnu = yes && echo yes`
2934 ac_test_CFLAGS=${CFLAGS+set}
2935 ac_save_CFLAGS=$CFLAGS
2936 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2937 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2938 if test "${ac_cv_prog_cc_g+set}" = set; then
2939   echo $ECHO_N "(cached) $ECHO_C" >&6
2940 else
2941   ac_save_c_werror_flag=$ac_c_werror_flag
2942    ac_c_werror_flag=yes
2943    ac_cv_prog_cc_g=no
2944    CFLAGS="-g"
2945    cat >conftest.$ac_ext <<_ACEOF
2946 /* confdefs.h.  */
2947 _ACEOF
2948 cat confdefs.h >>conftest.$ac_ext
2949 cat >>conftest.$ac_ext <<_ACEOF
2950 /* end confdefs.h.  */
2951
2952 int
2953 main ()
2954 {
2955
2956   ;
2957   return 0;
2958 }
2959 _ACEOF
2960 rm -f conftest.$ac_objext
2961 if { (ac_try="$ac_compile"
2962 case "(($ac_try" in
2963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2964   *) ac_try_echo=$ac_try;;
2965 esac
2966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2967   (eval "$ac_compile") 2>conftest.er1
2968   ac_status=$?
2969   grep -v '^ *+' conftest.er1 >conftest.err
2970   rm -f conftest.er1
2971   cat conftest.err >&5
2972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973   (exit $ac_status); } && {
2974          test -z "$ac_c_werror_flag" ||
2975          test ! -s conftest.err
2976        } && test -s conftest.$ac_objext; then
2977   ac_cv_prog_cc_g=yes
2978 else
2979   echo "$as_me: failed program was:" >&5
2980 sed 's/^/| /' conftest.$ac_ext >&5
2981
2982         CFLAGS=""
2983       cat >conftest.$ac_ext <<_ACEOF
2984 /* confdefs.h.  */
2985 _ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h.  */
2989
2990 int
2991 main ()
2992 {
2993
2994   ;
2995   return 0;
2996 }
2997 _ACEOF
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3000 case "(($ac_try" in
3001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002   *) ac_try_echo=$ac_try;;
3003 esac
3004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3005   (eval "$ac_compile") 2>conftest.er1
3006   ac_status=$?
3007   grep -v '^ *+' conftest.er1 >conftest.err
3008   rm -f conftest.er1
3009   cat conftest.err >&5
3010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011   (exit $ac_status); } && {
3012          test -z "$ac_c_werror_flag" ||
3013          test ! -s conftest.err
3014        } && test -s conftest.$ac_objext; then
3015   :
3016 else
3017   echo "$as_me: failed program was:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3019
3020         ac_c_werror_flag=$ac_save_c_werror_flag
3021          CFLAGS="-g"
3022          cat >conftest.$ac_ext <<_ACEOF
3023 /* confdefs.h.  */
3024 _ACEOF
3025 cat confdefs.h >>conftest.$ac_ext
3026 cat >>conftest.$ac_ext <<_ACEOF
3027 /* end confdefs.h.  */
3028
3029 int
3030 main ()
3031 {
3032
3033   ;
3034   return 0;
3035 }
3036 _ACEOF
3037 rm -f conftest.$ac_objext
3038 if { (ac_try="$ac_compile"
3039 case "(($ac_try" in
3040   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041   *) ac_try_echo=$ac_try;;
3042 esac
3043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3044   (eval "$ac_compile") 2>conftest.er1
3045   ac_status=$?
3046   grep -v '^ *+' conftest.er1 >conftest.err
3047   rm -f conftest.er1
3048   cat conftest.err >&5
3049   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3050   (exit $ac_status); } && {
3051          test -z "$ac_c_werror_flag" ||
3052          test ! -s conftest.err
3053        } && test -s conftest.$ac_objext; then
3054   ac_cv_prog_cc_g=yes
3055 else
3056   echo "$as_me: failed program was:" >&5
3057 sed 's/^/| /' conftest.$ac_ext >&5
3058
3059
3060 fi
3061
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 fi
3064
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 fi
3067
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069    ac_c_werror_flag=$ac_save_c_werror_flag
3070 fi
3071 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3072 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3073 if test "$ac_test_CFLAGS" = set; then
3074   CFLAGS=$ac_save_CFLAGS
3075 elif test $ac_cv_prog_cc_g = yes; then
3076   if test "$GCC" = yes; then
3077     CFLAGS="-g -O2"
3078   else
3079     CFLAGS="-g"
3080   fi
3081 else
3082   if test "$GCC" = yes; then
3083     CFLAGS="-O2"
3084   else
3085     CFLAGS=
3086   fi
3087 fi
3088 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3089 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3090 if test "${ac_cv_prog_cc_c89+set}" = set; then
3091   echo $ECHO_N "(cached) $ECHO_C" >&6
3092 else
3093   ac_cv_prog_cc_c89=no
3094 ac_save_CC=$CC
3095 cat >conftest.$ac_ext <<_ACEOF
3096 /* confdefs.h.  */
3097 _ACEOF
3098 cat confdefs.h >>conftest.$ac_ext
3099 cat >>conftest.$ac_ext <<_ACEOF
3100 /* end confdefs.h.  */
3101 #include <stdarg.h>
3102 #include <stdio.h>
3103 #include <sys/types.h>
3104 #include <sys/stat.h>
3105 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3106 struct buf { int x; };
3107 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3108 static char *e (p, i)
3109      char **p;
3110      int i;
3111 {
3112   return p[i];
3113 }
3114 static char *f (char * (*g) (char **, int), char **p, ...)
3115 {
3116   char *s;
3117   va_list v;
3118   va_start (v,p);
3119   s = g (p, va_arg (v,int));
3120   va_end (v);
3121   return s;
3122 }
3123
3124 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3125    function prototypes and stuff, but not '\xHH' hex character constants.
3126    These don't provoke an error unfortunately, instead are silently treated
3127    as 'x'.  The following induces an error, until -std is added to get
3128    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3129    array size at least.  It's necessary to write '\x00'==0 to get something
3130    that's true only with -std.  */
3131 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132
3133 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3134    inside strings and character constants.  */
3135 #define FOO(x) 'x'
3136 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137
3138 int test (int i, double x);
3139 struct s1 {int (*f) (int a);};
3140 struct s2 {int (*f) (double a);};
3141 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3142 int argc;
3143 char **argv;
3144 int
3145 main ()
3146 {
3147 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3148   ;
3149   return 0;
3150 }
3151 _ACEOF
3152 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3153         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 do
3155   CC="$ac_save_CC $ac_arg"
3156   rm -f conftest.$ac_objext
3157 if { (ac_try="$ac_compile"
3158 case "(($ac_try" in
3159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160   *) ac_try_echo=$ac_try;;
3161 esac
3162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3163   (eval "$ac_compile") 2>conftest.er1
3164   ac_status=$?
3165   grep -v '^ *+' conftest.er1 >conftest.err
3166   rm -f conftest.er1
3167   cat conftest.err >&5
3168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3169   (exit $ac_status); } && {
3170          test -z "$ac_c_werror_flag" ||
3171          test ! -s conftest.err
3172        } && test -s conftest.$ac_objext; then
3173   ac_cv_prog_cc_c89=$ac_arg
3174 else
3175   echo "$as_me: failed program was:" >&5
3176 sed 's/^/| /' conftest.$ac_ext >&5
3177
3178
3179 fi
3180
3181 rm -f core conftest.err conftest.$ac_objext
3182   test "x$ac_cv_prog_cc_c89" != "xno" && break
3183 done
3184 rm -f conftest.$ac_ext
3185 CC=$ac_save_CC
3186
3187 fi
3188 # AC_CACHE_VAL
3189 case "x$ac_cv_prog_cc_c89" in
3190   x)
3191     { echo "$as_me:$LINENO: result: none needed" >&5
3192 echo "${ECHO_T}none needed" >&6; } ;;
3193   xno)
3194     { echo "$as_me:$LINENO: result: unsupported" >&5
3195 echo "${ECHO_T}unsupported" >&6; } ;;
3196   *)
3197     CC="$CC $ac_cv_prog_cc_c89"
3198     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3199 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3200 esac
3201
3202
3203 ac_ext=c
3204 ac_cpp='$CPP $CPPFLAGS'
3205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208
3209 ac_ext=cpp
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214 if test -z "$CXX"; then
3215   if test -n "$CCC"; then
3216     CXX=$CCC
3217   else
3218     if test -n "$ac_tool_prefix"; then
3219   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220   do
3221     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3225 if test "${ac_cv_prog_CXX+set}" = set; then
3226   echo $ECHO_N "(cached) $ECHO_C" >&6
3227 else
3228   if test -n "$CXX"; then
3229   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3230 else
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3232 for as_dir in $PATH
3233 do
3234   IFS=$as_save_IFS
3235   test -z "$as_dir" && as_dir=.
3236   for ac_exec_ext in '' $ac_executable_extensions; do
3237   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3238     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3239     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3240     break 2
3241   fi
3242 done
3243 done
3244 IFS=$as_save_IFS
3245
3246 fi
3247 fi
3248 CXX=$ac_cv_prog_CXX
3249 if test -n "$CXX"; then
3250   { echo "$as_me:$LINENO: result: $CXX" >&5
3251 echo "${ECHO_T}$CXX" >&6; }
3252 else
3253   { echo "$as_me:$LINENO: result: no" >&5
3254 echo "${ECHO_T}no" >&6; }
3255 fi
3256
3257
3258     test -n "$CXX" && break
3259   done
3260 fi
3261 if test -z "$CXX"; then
3262   ac_ct_CXX=$CXX
3263   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 do
3265   # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3269 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3270   echo $ECHO_N "(cached) $ECHO_C" >&6
3271 else
3272   if test -n "$ac_ct_CXX"; then
3273   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3274 else
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3276 for as_dir in $PATH
3277 do
3278   IFS=$as_save_IFS
3279   test -z "$as_dir" && as_dir=.
3280   for ac_exec_ext in '' $ac_executable_extensions; do
3281   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282     ac_cv_prog_ac_ct_CXX="$ac_prog"
3283     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3284     break 2
3285   fi
3286 done
3287 done
3288 IFS=$as_save_IFS
3289
3290 fi
3291 fi
3292 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3293 if test -n "$ac_ct_CXX"; then
3294   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3295 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3296 else
3297   { echo "$as_me:$LINENO: result: no" >&5
3298 echo "${ECHO_T}no" >&6; }
3299 fi
3300
3301
3302   test -n "$ac_ct_CXX" && break
3303 done
3304
3305   if test "x$ac_ct_CXX" = x; then
3306     CXX="g++"
3307   else
3308     case $cross_compiling:$ac_tool_warned in
3309 yes:)
3310 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3311 whose name does not start with the host triplet.  If you think this
3312 configuration is useful to you, please write to autoconf@gnu.org." >&5
3313 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3314 whose name does not start with the host triplet.  If you think this
3315 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3316 ac_tool_warned=yes ;;
3317 esac
3318     CXX=$ac_ct_CXX
3319   fi
3320 fi
3321
3322   fi
3323 fi
3324 # Provide some information about the compiler.
3325 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3326 ac_compiler=`set X $ac_compile; echo $2`
3327 { (ac_try="$ac_compiler --version >&5"
3328 case "(($ac_try" in
3329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3330   *) ac_try_echo=$ac_try;;
3331 esac
3332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3333   (eval "$ac_compiler --version >&5") 2>&5
3334   ac_status=$?
3335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336   (exit $ac_status); }
3337 { (ac_try="$ac_compiler -v >&5"
3338 case "(($ac_try" in
3339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3340   *) ac_try_echo=$ac_try;;
3341 esac
3342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3343   (eval "$ac_compiler -v >&5") 2>&5
3344   ac_status=$?
3345   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346   (exit $ac_status); }
3347 { (ac_try="$ac_compiler -V >&5"
3348 case "(($ac_try" in
3349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350   *) ac_try_echo=$ac_try;;
3351 esac
3352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3353   (eval "$ac_compiler -V >&5") 2>&5
3354   ac_status=$?
3355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356   (exit $ac_status); }
3357
3358 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3359 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3360 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3361   echo $ECHO_N "(cached) $ECHO_C" >&6
3362 else
3363   cat >conftest.$ac_ext <<_ACEOF
3364 /* confdefs.h.  */
3365 _ACEOF
3366 cat confdefs.h >>conftest.$ac_ext
3367 cat >>conftest.$ac_ext <<_ACEOF
3368 /* end confdefs.h.  */
3369
3370 int
3371 main ()
3372 {
3373 #ifndef __GNUC__
3374        choke me
3375 #endif
3376
3377   ;
3378   return 0;
3379 }
3380 _ACEOF
3381 rm -f conftest.$ac_objext
3382 if { (ac_try="$ac_compile"
3383 case "(($ac_try" in
3384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385   *) ac_try_echo=$ac_try;;
3386 esac
3387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3388   (eval "$ac_compile") 2>conftest.er1
3389   ac_status=$?
3390   grep -v '^ *+' conftest.er1 >conftest.err
3391   rm -f conftest.er1
3392   cat conftest.err >&5
3393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394   (exit $ac_status); } && {
3395          test -z "$ac_cxx_werror_flag" ||
3396          test ! -s conftest.err
3397        } && test -s conftest.$ac_objext; then
3398   ac_compiler_gnu=yes
3399 else
3400   echo "$as_me: failed program was:" >&5
3401 sed 's/^/| /' conftest.$ac_ext >&5
3402
3403         ac_compiler_gnu=no
3404 fi
3405
3406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3407 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408
3409 fi
3410 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3411 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3412 GXX=`test $ac_compiler_gnu = yes && echo yes`
3413 ac_test_CXXFLAGS=${CXXFLAGS+set}
3414 ac_save_CXXFLAGS=$CXXFLAGS
3415 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3416 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3417 if test "${ac_cv_prog_cxx_g+set}" = set; then
3418   echo $ECHO_N "(cached) $ECHO_C" >&6
3419 else
3420   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3421    ac_cxx_werror_flag=yes
3422    ac_cv_prog_cxx_g=no
3423    CXXFLAGS="-g"
3424    cat >conftest.$ac_ext <<_ACEOF
3425 /* confdefs.h.  */
3426 _ACEOF
3427 cat confdefs.h >>conftest.$ac_ext
3428 cat >>conftest.$ac_ext <<_ACEOF
3429 /* end confdefs.h.  */
3430
3431 int
3432 main ()
3433 {
3434
3435   ;
3436   return 0;
3437 }
3438 _ACEOF
3439 rm -f conftest.$ac_objext
3440 if { (ac_try="$ac_compile"
3441 case "(($ac_try" in
3442   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3443   *) ac_try_echo=$ac_try;;
3444 esac
3445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3446   (eval "$ac_compile") 2>conftest.er1
3447   ac_status=$?
3448   grep -v '^ *+' conftest.er1 >conftest.err
3449   rm -f conftest.er1
3450   cat conftest.err >&5
3451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452   (exit $ac_status); } && {
3453          test -z "$ac_cxx_werror_flag" ||
3454          test ! -s conftest.err
3455        } && test -s conftest.$ac_objext; then
3456   ac_cv_prog_cxx_g=yes
3457 else
3458   echo "$as_me: failed program was:" >&5
3459 sed 's/^/| /' conftest.$ac_ext >&5
3460
3461         CXXFLAGS=""
3462       cat >conftest.$ac_ext <<_ACEOF
3463 /* confdefs.h.  */
3464 _ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h.  */
3468
3469 int
3470 main ()
3471 {
3472
3473   ;
3474   return 0;
3475 }
3476 _ACEOF
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3479 case "(($ac_try" in
3480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481   *) ac_try_echo=$ac_try;;
3482 esac
3483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3484   (eval "$ac_compile") 2>conftest.er1
3485   ac_status=$?
3486   grep -v '^ *+' conftest.er1 >conftest.err
3487   rm -f conftest.er1
3488   cat conftest.err >&5
3489   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490   (exit $ac_status); } && {
3491          test -z "$ac_cxx_werror_flag" ||
3492          test ! -s conftest.err
3493        } && test -s conftest.$ac_objext; then
3494   :
3495 else
3496   echo "$as_me: failed program was:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3498
3499         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3500          CXXFLAGS="-g"
3501          cat >conftest.$ac_ext <<_ACEOF
3502 /* confdefs.h.  */
3503 _ACEOF
3504 cat confdefs.h >>conftest.$ac_ext
3505 cat >>conftest.$ac_ext <<_ACEOF
3506 /* end confdefs.h.  */
3507
3508 int
3509 main ()
3510 {
3511
3512   ;
3513   return 0;
3514 }
3515 _ACEOF
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3518 case "(($ac_try" in
3519   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520   *) ac_try_echo=$ac_try;;
3521 esac
3522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3523   (eval "$ac_compile") 2>conftest.er1
3524   ac_status=$?
3525   grep -v '^ *+' conftest.er1 >conftest.err
3526   rm -f conftest.er1
3527   cat conftest.err >&5
3528   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529   (exit $ac_status); } && {
3530          test -z "$ac_cxx_werror_flag" ||
3531          test ! -s conftest.err
3532        } && test -s conftest.$ac_objext; then
3533   ac_cv_prog_cxx_g=yes
3534 else
3535   echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3537
3538
3539 fi
3540
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 fi
3543
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 fi
3546
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3549 fi
3550 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3551 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3552 if test "$ac_test_CXXFLAGS" = set; then
3553   CXXFLAGS=$ac_save_CXXFLAGS
3554 elif test $ac_cv_prog_cxx_g = yes; then
3555   if test "$GXX" = yes; then
3556     CXXFLAGS="-g -O2"
3557   else
3558     CXXFLAGS="-g"
3559   fi
3560 else
3561   if test "$GXX" = yes; then
3562     CXXFLAGS="-O2"
3563   else
3564     CXXFLAGS=
3565   fi
3566 fi
3567 ac_ext=c
3568 ac_cpp='$CPP $CPPFLAGS'
3569 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3570 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3572
3573 if test -n "$ac_tool_prefix"; then
3574   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3575 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3578 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3579   echo $ECHO_N "(cached) $ECHO_C" >&6
3580 else
3581   if test -n "$CPPBIN"; then
3582   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3583 else
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3585 for as_dir in $PATH
3586 do
3587   IFS=$as_save_IFS
3588   test -z "$as_dir" && as_dir=.
3589   for ac_exec_ext in '' $ac_executable_extensions; do
3590   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3592     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3593     break 2
3594   fi
3595 done
3596 done
3597 IFS=$as_save_IFS
3598
3599 fi
3600 fi
3601 CPPBIN=$ac_cv_prog_CPPBIN
3602 if test -n "$CPPBIN"; then
3603   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3604 echo "${ECHO_T}$CPPBIN" >&6; }
3605 else
3606   { echo "$as_me:$LINENO: result: no" >&5
3607 echo "${ECHO_T}no" >&6; }
3608 fi
3609
3610
3611 fi
3612 if test -z "$ac_cv_prog_CPPBIN"; then
3613   ac_ct_CPPBIN=$CPPBIN
3614   # Extract the first word of "cpp", so it can be a program name with args.
3615 set dummy cpp; ac_word=$2
3616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3618 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3619   echo $ECHO_N "(cached) $ECHO_C" >&6
3620 else
3621   if test -n "$ac_ct_CPPBIN"; then
3622   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3623 else
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625 for as_dir in $PATH
3626 do
3627   IFS=$as_save_IFS
3628   test -z "$as_dir" && as_dir=.
3629   for ac_exec_ext in '' $ac_executable_extensions; do
3630   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3631     ac_cv_prog_ac_ct_CPPBIN="cpp"
3632     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3633     break 2
3634   fi
3635 done
3636 done
3637 IFS=$as_save_IFS
3638
3639 fi
3640 fi
3641 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3642 if test -n "$ac_ct_CPPBIN"; then
3643   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3644 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3645 else
3646   { echo "$as_me:$LINENO: result: no" >&5
3647 echo "${ECHO_T}no" >&6; }
3648 fi
3649
3650   if test "x$ac_ct_CPPBIN" = x; then
3651     CPPBIN="cpp"
3652   else
3653     case $cross_compiling:$ac_tool_warned in
3654 yes:)
3655 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3656 whose name does not start with the host triplet.  If you think this
3657 configuration is useful to you, please write to autoconf@gnu.org." >&5
3658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3659 whose name does not start with the host triplet.  If you think this
3660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3661 ac_tool_warned=yes ;;
3662 esac
3663     CPPBIN=$ac_ct_CPPBIN
3664   fi
3665 else
3666   CPPBIN="$ac_cv_prog_CPPBIN"
3667 fi
3668
3669
3670 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3671 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3672 if test "${wine_cv_toolsdir+set}" = set; then
3673   echo $ECHO_N "(cached) $ECHO_C" >&6
3674 else
3675   if test -z "$with_wine_tools"; then
3676      if test "$cross_compiling" = "yes"; then
3677        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3678 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3679    { (exit 1); exit 1; }; }
3680      else
3681        wine_cv_toolsdir="\$(TOPOBJDIR)"
3682      fi
3683    elif test -d "$with_wine_tools/tools/winebuild"; then
3684      case $with_wine_tools in
3685        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3686        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3687      esac
3688    else
3689      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3690 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3691    { (exit 1); exit 1; }; }
3692    fi
3693 fi
3694 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3695 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3696 TOOLSDIR=$wine_cv_toolsdir
3697
3698
3699
3700 ac_ext=c
3701 ac_cpp='$CPP $CPPFLAGS'
3702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3705 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3706 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3707 # On Suns, sometimes $CPP names a directory.
3708 if test -n "$CPP" && test -d "$CPP"; then
3709   CPP=
3710 fi
3711 if test -z "$CPP"; then
3712   if test "${ac_cv_prog_CPP+set}" = set; then
3713   echo $ECHO_N "(cached) $ECHO_C" >&6
3714 else
3715       # Double quotes because CPP needs to be expanded
3716     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3717     do
3718       ac_preproc_ok=false
3719 for ac_c_preproc_warn_flag in '' yes
3720 do
3721   # Use a header file that comes with gcc, so configuring glibc
3722   # with a fresh cross-compiler works.
3723   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3724   # <limits.h> exists even on freestanding compilers.
3725   # On the NeXT, cc -E runs the code through the compiler's parser,
3726   # not just through cpp. "Syntax error" is here to catch this case.
3727   cat >conftest.$ac_ext <<_ACEOF
3728 /* confdefs.h.  */
3729 _ACEOF
3730 cat confdefs.h >>conftest.$ac_ext
3731 cat >>conftest.$ac_ext <<_ACEOF
3732 /* end confdefs.h.  */
3733 #ifdef __STDC__
3734 # include <limits.h>
3735 #else
3736 # include <assert.h>
3737 #endif
3738                      Syntax error
3739 _ACEOF
3740 if { (ac_try="$ac_cpp conftest.$ac_ext"
3741 case "(($ac_try" in
3742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3743   *) ac_try_echo=$ac_try;;
3744 esac
3745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3746   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3747   ac_status=$?
3748   grep -v '^ *+' conftest.er1 >conftest.err
3749   rm -f conftest.er1
3750   cat conftest.err >&5
3751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752   (exit $ac_status); } >/dev/null && {
3753          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3754          test ! -s conftest.err
3755        }; then
3756   :
3757 else
3758   echo "$as_me: failed program was:" >&5
3759 sed 's/^/| /' conftest.$ac_ext >&5
3760
3761   # Broken: fails on valid input.
3762 continue
3763 fi
3764
3765 rm -f conftest.err conftest.$ac_ext
3766
3767   # OK, works on sane cases.  Now check whether nonexistent headers
3768   # can be detected and how.
3769   cat >conftest.$ac_ext <<_ACEOF
3770 /* confdefs.h.  */
3771 _ACEOF
3772 cat confdefs.h >>conftest.$ac_ext
3773 cat >>conftest.$ac_ext <<_ACEOF
3774 /* end confdefs.h.  */
3775 #include <ac_nonexistent.h>
3776 _ACEOF
3777 if { (ac_try="$ac_cpp conftest.$ac_ext"
3778 case "(($ac_try" in
3779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780   *) ac_try_echo=$ac_try;;
3781 esac
3782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3783   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3784   ac_status=$?
3785   grep -v '^ *+' conftest.er1 >conftest.err
3786   rm -f conftest.er1
3787   cat conftest.err >&5
3788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3789   (exit $ac_status); } >/dev/null && {
3790          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3791          test ! -s conftest.err
3792        }; then
3793   # Broken: success on invalid input.
3794 continue
3795 else
3796   echo "$as_me: failed program was:" >&5
3797 sed 's/^/| /' conftest.$ac_ext >&5
3798
3799   # Passes both tests.
3800 ac_preproc_ok=:
3801 break
3802 fi
3803
3804 rm -f conftest.err conftest.$ac_ext
3805
3806 done
3807 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3808 rm -f conftest.err conftest.$ac_ext
3809 if $ac_preproc_ok; then
3810   break
3811 fi
3812
3813     done
3814     ac_cv_prog_CPP=$CPP
3815
3816 fi
3817   CPP=$ac_cv_prog_CPP
3818 else
3819   ac_cv_prog_CPP=$CPP
3820 fi
3821 { echo "$as_me:$LINENO: result: $CPP" >&5
3822 echo "${ECHO_T}$CPP" >&6; }
3823 ac_preproc_ok=false
3824 for ac_c_preproc_warn_flag in '' yes
3825 do
3826   # Use a header file that comes with gcc, so configuring glibc
3827   # with a fresh cross-compiler works.
3828   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3829   # <limits.h> exists even on freestanding compilers.
3830   # On the NeXT, cc -E runs the code through the compiler's parser,
3831   # not just through cpp. "Syntax error" is here to catch this case.
3832   cat >conftest.$ac_ext <<_ACEOF
3833 /* confdefs.h.  */
3834 _ACEOF
3835 cat confdefs.h >>conftest.$ac_ext
3836 cat >>conftest.$ac_ext <<_ACEOF
3837 /* end confdefs.h.  */
3838 #ifdef __STDC__
3839 # include <limits.h>
3840 #else
3841 # include <assert.h>
3842 #endif
3843                      Syntax error
3844 _ACEOF
3845 if { (ac_try="$ac_cpp conftest.$ac_ext"
3846 case "(($ac_try" in
3847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848   *) ac_try_echo=$ac_try;;
3849 esac
3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3851   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3852   ac_status=$?
3853   grep -v '^ *+' conftest.er1 >conftest.err
3854   rm -f conftest.er1
3855   cat conftest.err >&5
3856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857   (exit $ac_status); } >/dev/null && {
3858          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3859          test ! -s conftest.err
3860        }; then
3861   :
3862 else
3863   echo "$as_me: failed program was:" >&5
3864 sed 's/^/| /' conftest.$ac_ext >&5
3865
3866   # Broken: fails on valid input.
3867 continue
3868 fi
3869
3870 rm -f conftest.err conftest.$ac_ext
3871
3872   # OK, works on sane cases.  Now check whether nonexistent headers
3873   # can be detected and how.
3874   cat >conftest.$ac_ext <<_ACEOF
3875 /* confdefs.h.  */
3876 _ACEOF
3877 cat confdefs.h >>conftest.$ac_ext
3878 cat >>conftest.$ac_ext <<_ACEOF
3879 /* end confdefs.h.  */
3880 #include <ac_nonexistent.h>
3881 _ACEOF
3882 if { (ac_try="$ac_cpp conftest.$ac_ext"
3883 case "(($ac_try" in
3884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885   *) ac_try_echo=$ac_try;;
3886 esac
3887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3888   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3889   ac_status=$?
3890   grep -v '^ *+' conftest.er1 >conftest.err
3891   rm -f conftest.er1
3892   cat conftest.err >&5
3893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3894   (exit $ac_status); } >/dev/null && {
3895          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3896          test ! -s conftest.err
3897        }; then
3898   # Broken: success on invalid input.
3899 continue
3900 else
3901   echo "$as_me: failed program was:" >&5
3902 sed 's/^/| /' conftest.$ac_ext >&5
3903
3904   # Passes both tests.
3905 ac_preproc_ok=:
3906 break
3907 fi
3908
3909 rm -f conftest.err conftest.$ac_ext
3910
3911 done
3912 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3913 rm -f conftest.err conftest.$ac_ext
3914 if $ac_preproc_ok; then
3915   :
3916 else
3917   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3918 See \`config.log' for more details." >&5
3919 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3920 See \`config.log' for more details." >&2;}
3921    { (exit 1); exit 1; }; }
3922 fi
3923
3924 ac_ext=c
3925 ac_cpp='$CPP $CPPFLAGS'
3926 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3927 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3928 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3929
3930
3931 { echo "$as_me:$LINENO: checking for X" >&5
3932 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3933
3934
3935 # Check whether --with-x was given.
3936 if test "${with_x+set}" = set; then
3937   withval=$with_x;
3938 fi
3939
3940 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3941 if test "x$with_x" = xno; then
3942   # The user explicitly disabled X.
3943   have_x=disabled
3944 else
3945   case $x_includes,$x_libraries in #(
3946     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3947 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3948    { (exit 1); exit 1; }; };; #(
3949     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3950   echo $ECHO_N "(cached) $ECHO_C" >&6
3951 else
3952   # One or both of the vars are not set, and there is no cached value.
3953 ac_x_includes=no ac_x_libraries=no
3954 rm -f -r conftest.dir
3955 if mkdir conftest.dir; then
3956   cd conftest.dir
3957   cat >Imakefile <<'_ACEOF'
3958 incroot:
3959         @echo incroot='${INCROOT}'
3960 usrlibdir:
3961         @echo usrlibdir='${USRLIBDIR}'
3962 libdir:
3963         @echo libdir='${LIBDIR}'
3964 _ACEOF
3965   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3966     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3967     for ac_var in incroot usrlibdir libdir; do
3968       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3969     done
3970     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3971     for ac_extension in a so sl; do
3972       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3973          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3974         ac_im_usrlibdir=$ac_im_libdir; break
3975       fi
3976     done
3977     # Screen out bogus values from the imake configuration.  They are
3978     # bogus both because they are the default anyway, and because
3979     # using them would break gcc on systems where it needs fixed includes.
3980     case $ac_im_incroot in
3981         /usr/include) ac_x_includes= ;;
3982         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3983     esac
3984     case $ac_im_usrlibdir in
3985         /usr/lib | /lib) ;;
3986         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3987     esac
3988   fi
3989   cd ..
3990   rm -f -r conftest.dir
3991 fi
3992
3993 # Standard set of common directories for X headers.
3994 # Check X11 before X11Rn because it is often a symlink to the current release.
3995 ac_x_header_dirs='
3996 /usr/X11/include
3997 /usr/X11R6/include
3998 /usr/X11R5/include
3999 /usr/X11R4/include
4000
4001 /usr/include/X11
4002 /usr/include/X11R6
4003 /usr/include/X11R5
4004 /usr/include/X11R4
4005
4006 /usr/local/X11/include
4007 /usr/local/X11R6/include
4008 /usr/local/X11R5/include
4009 /usr/local/X11R4/include
4010
4011 /usr/local/include/X11
4012 /usr/local/include/X11R6
4013 /usr/local/include/X11R5
4014 /usr/local/include/X11R4
4015
4016 /usr/X386/include
4017 /usr/x386/include
4018 /usr/XFree86/include/X11
4019
4020 /usr/include
4021 /usr/local/include
4022 /usr/unsupported/include
4023 /usr/athena/include
4024 /usr/local/x11r5/include
4025 /usr/lpp/Xamples/include
4026
4027 /usr/openwin/include
4028 /usr/openwin/share/include'
4029
4030 if test "$ac_x_includes" = no; then
4031   # Guess where to find include files, by looking for Xlib.h.
4032   # First, try using that file with no special directory specified.
4033   cat >conftest.$ac_ext <<_ACEOF
4034 /* confdefs.h.  */
4035 _ACEOF
4036 cat confdefs.h >>conftest.$ac_ext
4037 cat >>conftest.$ac_ext <<_ACEOF
4038 /* end confdefs.h.  */
4039 #include <X11/Xlib.h>
4040 _ACEOF
4041 if { (ac_try="$ac_cpp conftest.$ac_ext"
4042 case "(($ac_try" in
4043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4044   *) ac_try_echo=$ac_try;;
4045 esac
4046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4047   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4048   ac_status=$?
4049   grep -v '^ *+' conftest.er1 >conftest.err
4050   rm -f conftest.er1
4051   cat conftest.err >&5
4052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053   (exit $ac_status); } >/dev/null && {
4054          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4055          test ! -s conftest.err
4056        }; then
4057   # We can compile using X headers with no special include directory.
4058 ac_x_includes=
4059 else
4060   echo "$as_me: failed program was:" >&5
4061 sed 's/^/| /' conftest.$ac_ext >&5
4062
4063   for ac_dir in $ac_x_header_dirs; do
4064   if test -r "$ac_dir/X11/Xlib.h"; then
4065     ac_x_includes=$ac_dir
4066     break
4067   fi
4068 done
4069 fi
4070
4071 rm -f conftest.err conftest.$ac_ext
4072 fi # $ac_x_includes = no
4073
4074 if test "$ac_x_libraries" = no; then
4075   # Check for the libraries.
4076   # See if we find them without any special options.
4077   # Don't add to $LIBS permanently.
4078   ac_save_LIBS=$LIBS
4079   LIBS="-lX11 $LIBS"
4080   cat >conftest.$ac_ext <<_ACEOF
4081 /* confdefs.h.  */
4082 _ACEOF
4083 cat confdefs.h >>conftest.$ac_ext
4084 cat >>conftest.$ac_ext <<_ACEOF
4085 /* end confdefs.h.  */
4086 #include <X11/Xlib.h>
4087 int
4088 main ()
4089 {
4090 XrmInitialize ()
4091   ;
4092   return 0;
4093 }
4094 _ACEOF
4095 rm -f conftest.$ac_objext conftest$ac_exeext
4096 if { (ac_try="$ac_link"
4097 case "(($ac_try" in
4098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4099   *) ac_try_echo=$ac_try;;
4100 esac
4101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4102   (eval "$ac_link") 2>conftest.er1
4103   ac_status=$?
4104   grep -v '^ *+' conftest.er1 >conftest.err
4105   rm -f conftest.er1
4106   cat conftest.err >&5
4107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108   (exit $ac_status); } && {
4109          test -z "$ac_c_werror_flag" ||
4110          test ! -s conftest.err
4111        } && test -s conftest$ac_exeext &&
4112        $as_test_x conftest$ac_exeext; then
4113   LIBS=$ac_save_LIBS
4114 # We can link X programs with no special library path.
4115 ac_x_libraries=
4116 else
4117   echo "$as_me: failed program was:" >&5
4118 sed 's/^/| /' conftest.$ac_ext >&5
4119
4120         LIBS=$ac_save_LIBS
4121 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4122 do
4123   # Don't even attempt the hair of trying to link an X program!
4124   for ac_extension in a so sl; do
4125     if test -r "$ac_dir/libX11.$ac_extension"; then
4126       ac_x_libraries=$ac_dir
4127       break 2
4128     fi
4129   done
4130 done
4131 fi
4132
4133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4134       conftest$ac_exeext conftest.$ac_ext
4135 fi # $ac_x_libraries = no
4136
4137 case $ac_x_includes,$ac_x_libraries in #(
4138   no,* | *,no | *\'*)
4139     # Didn't find X, or a directory has "'" in its name.
4140     ac_cv_have_x="have_x=no";; #(
4141   *)
4142     # Record where we found X for the cache.
4143     ac_cv_have_x="have_x=yes\
4144         ac_x_includes='$ac_x_includes'\
4145         ac_x_libraries='$ac_x_libraries'"
4146 esac
4147 fi
4148 ;; #(
4149     *) have_x=yes;;
4150   esac
4151   eval "$ac_cv_have_x"
4152 fi # $with_x != no
4153
4154 if test "$have_x" != yes; then
4155   { echo "$as_me:$LINENO: result: $have_x" >&5
4156 echo "${ECHO_T}$have_x" >&6; }
4157   no_x=yes
4158 else
4159   # If each of the values was on the command line, it overrides each guess.
4160   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4161   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4162   # Update the cache value to reflect the command line values.
4163   ac_cv_have_x="have_x=yes\
4164         ac_x_includes='$x_includes'\
4165         ac_x_libraries='$x_libraries'"
4166   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4167 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4168 fi
4169
4170 if test "$no_x" = yes; then
4171   # Not all programs may use this symbol, but it does not hurt to define it.
4172
4173 cat >>confdefs.h <<\_ACEOF
4174 #define X_DISPLAY_MISSING 1
4175 _ACEOF
4176
4177   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4178 else
4179   if test -n "$x_includes"; then
4180     X_CFLAGS="$X_CFLAGS -I$x_includes"
4181   fi
4182
4183   # It would also be nice to do this for all -L options, not just this one.
4184   if test -n "$x_libraries"; then
4185     X_LIBS="$X_LIBS -L$x_libraries"
4186     # For Solaris; some versions of Sun CC require a space after -R and
4187     # others require no space.  Words are not sufficient . . . .
4188     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4189 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4190     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4191     ac_xsave_c_werror_flag=$ac_c_werror_flag
4192     ac_c_werror_flag=yes
4193     cat >conftest.$ac_ext <<_ACEOF
4194 /* confdefs.h.  */
4195 _ACEOF
4196 cat confdefs.h >>conftest.$ac_ext
4197 cat >>conftest.$ac_ext <<_ACEOF
4198 /* end confdefs.h.  */
4199
4200 int
4201 main ()
4202 {
4203
4204   ;
4205   return 0;
4206 }
4207 _ACEOF
4208 rm -f conftest.$ac_objext conftest$ac_exeext
4209 if { (ac_try="$ac_link"
4210 case "(($ac_try" in
4211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4212   *) ac_try_echo=$ac_try;;
4213 esac
4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4215   (eval "$ac_link") 2>conftest.er1
4216   ac_status=$?
4217   grep -v '^ *+' conftest.er1 >conftest.err
4218   rm -f conftest.er1
4219   cat conftest.err >&5
4220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221   (exit $ac_status); } && {
4222          test -z "$ac_c_werror_flag" ||
4223          test ! -s conftest.err
4224        } && test -s conftest$ac_exeext &&
4225        $as_test_x conftest$ac_exeext; then
4226   { echo "$as_me:$LINENO: result: no" >&5
4227 echo "${ECHO_T}no" >&6; }
4228        X_LIBS="$X_LIBS -R$x_libraries"
4229 else
4230   echo "$as_me: failed program was:" >&5
4231 sed 's/^/| /' conftest.$ac_ext >&5
4232
4233         LIBS="$ac_xsave_LIBS -R $x_libraries"
4234        cat >conftest.$ac_ext <<_ACEOF
4235 /* confdefs.h.  */
4236 _ACEOF
4237 cat confdefs.h >>conftest.$ac_ext
4238 cat >>conftest.$ac_ext <<_ACEOF
4239 /* end confdefs.h.  */
4240
4241 int
4242 main ()
4243 {
4244
4245   ;
4246   return 0;
4247 }
4248 _ACEOF
4249 rm -f conftest.$ac_objext conftest$ac_exeext
4250 if { (ac_try="$ac_link"
4251 case "(($ac_try" in
4252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4253   *) ac_try_echo=$ac_try;;
4254 esac
4255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4256   (eval "$ac_link") 2>conftest.er1
4257   ac_status=$?
4258   grep -v '^ *+' conftest.er1 >conftest.err
4259   rm -f conftest.er1
4260   cat conftest.err >&5
4261   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262   (exit $ac_status); } && {
4263          test -z "$ac_c_werror_flag" ||
4264          test ! -s conftest.err
4265        } && test -s conftest$ac_exeext &&
4266        $as_test_x conftest$ac_exeext; then
4267   { echo "$as_me:$LINENO: result: yes" >&5
4268 echo "${ECHO_T}yes" >&6; }
4269           X_LIBS="$X_LIBS -R $x_libraries"
4270 else
4271   echo "$as_me: failed program was:" >&5
4272 sed 's/^/| /' conftest.$ac_ext >&5
4273
4274         { echo "$as_me:$LINENO: result: neither works" >&5
4275 echo "${ECHO_T}neither works" >&6; }
4276 fi
4277
4278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4279       conftest$ac_exeext conftest.$ac_ext
4280 fi
4281
4282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4283       conftest$ac_exeext conftest.$ac_ext
4284     ac_c_werror_flag=$ac_xsave_c_werror_flag
4285     LIBS=$ac_xsave_LIBS
4286   fi
4287
4288   # Check for system-dependent libraries X programs must link with.
4289   # Do this before checking for the system-independent R6 libraries
4290   # (-lICE), since we may need -lsocket or whatever for X linking.
4291
4292   if test "$ISC" = yes; then
4293     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4294   else
4295     # Martyn Johnson says this is needed for Ultrix, if the X
4296     # libraries were built with DECnet support.  And Karl Berry says
4297     # the Alpha needs dnet_stub (dnet does not exist).
4298     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4299     cat >conftest.$ac_ext <<_ACEOF
4300 /* confdefs.h.  */
4301 _ACEOF
4302 cat confdefs.h >>conftest.$ac_ext
4303 cat >>conftest.$ac_ext <<_ACEOF
4304 /* end confdefs.h.  */
4305
4306 /* Override any GCC internal prototype to avoid an error.
4307    Use char because int might match the return type of a GCC
4308    builtin and then its argument prototype would still apply.  */
4309 #ifdef __cplusplus
4310 extern "C"
4311 #endif
4312 char XOpenDisplay ();
4313 int
4314 main ()
4315 {
4316 return XOpenDisplay ();
4317   ;
4318   return 0;
4319 }
4320 _ACEOF
4321 rm -f conftest.$ac_objext conftest$ac_exeext
4322 if { (ac_try="$ac_link"
4323 case "(($ac_try" in
4324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4325   *) ac_try_echo=$ac_try;;
4326 esac
4327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4328   (eval "$ac_link") 2>conftest.er1
4329   ac_status=$?
4330   grep -v '^ *+' conftest.er1 >conftest.err
4331   rm -f conftest.er1
4332   cat conftest.err >&5
4333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4334   (exit $ac_status); } && {
4335          test -z "$ac_c_werror_flag" ||
4336          test ! -s conftest.err
4337        } && test -s conftest$ac_exeext &&
4338        $as_test_x conftest$ac_exeext; then
4339   :
4340 else
4341   echo "$as_me: failed program was:" >&5
4342 sed 's/^/| /' conftest.$ac_ext >&5
4343
4344         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4345 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4346 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4347   echo $ECHO_N "(cached) $ECHO_C" >&6
4348 else
4349   ac_check_lib_save_LIBS=$LIBS
4350 LIBS="-ldnet  $LIBS"
4351 cat >conftest.$ac_ext <<_ACEOF
4352 /* confdefs.h.  */
4353 _ACEOF
4354 cat confdefs.h >>conftest.$ac_ext
4355 cat >>conftest.$ac_ext <<_ACEOF
4356 /* end confdefs.h.  */
4357
4358 /* Override any GCC internal prototype to avoid an error.
4359    Use char because int might match the return type of a GCC
4360    builtin and then its argument prototype would still apply.  */
4361 #ifdef __cplusplus
4362 extern "C"
4363 #endif
4364 char dnet_ntoa ();
4365 int
4366 main ()
4367 {
4368 return dnet_ntoa ();
4369   ;
4370   return 0;
4371 }
4372 _ACEOF
4373 rm -f conftest.$ac_objext conftest$ac_exeext
4374 if { (ac_try="$ac_link"
4375 case "(($ac_try" in
4376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4377   *) ac_try_echo=$ac_try;;
4378 esac
4379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4380   (eval "$ac_link") 2>conftest.er1
4381   ac_status=$?
4382   grep -v '^ *+' conftest.er1 >conftest.err
4383   rm -f conftest.er1
4384   cat conftest.err >&5
4385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4386   (exit $ac_status); } && {
4387          test -z "$ac_c_werror_flag" ||
4388          test ! -s conftest.err
4389        } && test -s conftest$ac_exeext &&
4390        $as_test_x conftest$ac_exeext; then
4391   ac_cv_lib_dnet_dnet_ntoa=yes
4392 else
4393   echo "$as_me: failed program was:" >&5
4394 sed 's/^/| /' conftest.$ac_ext >&5
4395
4396         ac_cv_lib_dnet_dnet_ntoa=no
4397 fi
4398
4399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4400       conftest$ac_exeext conftest.$ac_ext
4401 LIBS=$ac_check_lib_save_LIBS
4402 fi
4403 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4404 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4405 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4406   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4407 fi
4408
4409     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4410       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4411 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4412 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4413   echo $ECHO_N "(cached) $ECHO_C" >&6
4414 else
4415   ac_check_lib_save_LIBS=$LIBS
4416 LIBS="-ldnet_stub  $LIBS"
4417 cat >conftest.$ac_ext <<_ACEOF
4418 /* confdefs.h.  */
4419 _ACEOF
4420 cat confdefs.h >>conftest.$ac_ext
4421 cat >>conftest.$ac_ext <<_ACEOF
4422 /* end confdefs.h.  */
4423
4424 /* Override any GCC internal prototype to avoid an error.
4425    Use char because int might match the return type of a GCC
4426    builtin and then its argument prototype would still apply.  */
4427 #ifdef __cplusplus
4428 extern "C"
4429 #endif
4430 char dnet_ntoa ();
4431 int
4432 main ()
4433 {
4434 return dnet_ntoa ();
4435   ;
4436   return 0;
4437 }
4438 _ACEOF
4439 rm -f conftest.$ac_objext conftest$ac_exeext
4440 if { (ac_try="$ac_link"
4441 case "(($ac_try" in
4442   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4443   *) ac_try_echo=$ac_try;;
4444 esac
4445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4446   (eval "$ac_link") 2>conftest.er1
4447   ac_status=$?
4448   grep -v '^ *+' conftest.er1 >conftest.err
4449   rm -f conftest.er1
4450   cat conftest.err >&5
4451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452   (exit $ac_status); } && {
4453          test -z "$ac_c_werror_flag" ||
4454          test ! -s conftest.err
4455        } && test -s conftest$ac_exeext &&
4456        $as_test_x conftest$ac_exeext; then
4457   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4458 else
4459   echo "$as_me: failed program was:" >&5
4460 sed 's/^/| /' conftest.$ac_ext >&5
4461
4462         ac_cv_lib_dnet_stub_dnet_ntoa=no
4463 fi
4464
4465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4466       conftest$ac_exeext conftest.$ac_ext
4467 LIBS=$ac_check_lib_save_LIBS
4468 fi
4469 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4470 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4471 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4472   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4473 fi
4474
4475     fi
4476 fi
4477
4478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4479       conftest$ac_exeext conftest.$ac_ext
4480     LIBS="$ac_xsave_LIBS"
4481
4482     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4483     # to get the SysV transport functions.
4484     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4485     # needs -lnsl.
4486     # The nsl library prevents programs from opening the X display
4487     # on Irix 5.2, according to T.E. Dickey.
4488     # The functions gethostbyname, getservbyname, and inet_addr are
4489     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4490     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4491 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4492 if test "${ac_cv_func_gethostbyname+set}" = set; then
4493   echo $ECHO_N "(cached) $ECHO_C" >&6
4494 else
4495   cat >conftest.$ac_ext <<_ACEOF
4496 /* confdefs.h.  */
4497 _ACEOF
4498 cat confdefs.h >>conftest.$ac_ext
4499 cat >>conftest.$ac_ext <<_ACEOF
4500 /* end confdefs.h.  */
4501 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4502    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4503 #define gethostbyname innocuous_gethostbyname
4504
4505 /* System header to define __stub macros and hopefully few prototypes,
4506     which can conflict with char gethostbyname (); below.
4507     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4508     <limits.h> exists even on freestanding compilers.  */
4509
4510 #ifdef __STDC__
4511 # include <limits.h>
4512 #else
4513 # include <assert.h>
4514 #endif
4515
4516 #undef gethostbyname
4517
4518 /* Override any GCC internal prototype to avoid an error.
4519    Use char because int might match the return type of a GCC
4520    builtin and then its argument prototype would still apply.  */
4521 #ifdef __cplusplus
4522 extern "C"
4523 #endif
4524 char gethostbyname ();
4525 /* The GNU C library defines this for functions which it implements
4526     to always fail with ENOSYS.  Some functions are actually named
4527     something starting with __ and the normal name is an alias.  */
4528 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4529 choke me
4530 #endif
4531
4532 int
4533 main ()
4534 {
4535 return gethostbyname ();
4536   ;
4537   return 0;
4538 }
4539 _ACEOF
4540 rm -f conftest.$ac_objext conftest$ac_exeext
4541 if { (ac_try="$ac_link"
4542 case "(($ac_try" in
4543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4544   *) ac_try_echo=$ac_try;;
4545 esac
4546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4547   (eval "$ac_link") 2>conftest.er1
4548   ac_status=$?
4549   grep -v '^ *+' conftest.er1 >conftest.err
4550   rm -f conftest.er1
4551   cat conftest.err >&5
4552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4553   (exit $ac_status); } && {
4554          test -z "$ac_c_werror_flag" ||
4555          test ! -s conftest.err
4556        } && test -s conftest$ac_exeext &&
4557        $as_test_x conftest$ac_exeext; then
4558   ac_cv_func_gethostbyname=yes
4559 else
4560   echo "$as_me: failed program was:" >&5
4561 sed 's/^/| /' conftest.$ac_ext >&5
4562
4563         ac_cv_func_gethostbyname=no
4564 fi
4565
4566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4567       conftest$ac_exeext conftest.$ac_ext
4568 fi
4569 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4570 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4571
4572     if test $ac_cv_func_gethostbyname = no; then
4573       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4574 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4575 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4576   echo $ECHO_N "(cached) $ECHO_C" >&6
4577 else
4578   ac_check_lib_save_LIBS=$LIBS
4579 LIBS="-lnsl  $LIBS"
4580 cat >conftest.$ac_ext <<_ACEOF
4581 /* confdefs.h.  */
4582 _ACEOF
4583 cat confdefs.h >>conftest.$ac_ext
4584 cat >>conftest.$ac_ext <<_ACEOF
4585 /* end confdefs.h.  */
4586
4587 /* Override any GCC internal prototype to avoid an error.
4588    Use char because int might match the return type of a GCC
4589    builtin and then its argument prototype would still apply.  */
4590 #ifdef __cplusplus
4591 extern "C"
4592 #endif
4593 char gethostbyname ();
4594 int
4595 main ()
4596 {
4597 return gethostbyname ();
4598   ;
4599   return 0;
4600 }
4601 _ACEOF
4602 rm -f conftest.$ac_objext conftest$ac_exeext
4603 if { (ac_try="$ac_link"
4604 case "(($ac_try" in
4605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4606   *) ac_try_echo=$ac_try;;
4607 esac
4608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4609   (eval "$ac_link") 2>conftest.er1
4610   ac_status=$?
4611   grep -v '^ *+' conftest.er1 >conftest.err
4612   rm -f conftest.er1
4613   cat conftest.err >&5
4614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615   (exit $ac_status); } && {
4616          test -z "$ac_c_werror_flag" ||
4617          test ! -s conftest.err
4618        } && test -s conftest$ac_exeext &&
4619        $as_test_x conftest$ac_exeext; then
4620   ac_cv_lib_nsl_gethostbyname=yes
4621 else
4622   echo "$as_me: failed program was:" >&5
4623 sed 's/^/| /' conftest.$ac_ext >&5
4624
4625         ac_cv_lib_nsl_gethostbyname=no
4626 fi
4627
4628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4629       conftest$ac_exeext conftest.$ac_ext
4630 LIBS=$ac_check_lib_save_LIBS
4631 fi
4632 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4633 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4634 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4635   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4636 fi
4637
4638       if test $ac_cv_lib_nsl_gethostbyname = no; then
4639         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4640 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4641 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4642   echo $ECHO_N "(cached) $ECHO_C" >&6
4643 else
4644   ac_check_lib_save_LIBS=$LIBS
4645 LIBS="-lbsd  $LIBS"
4646 cat >conftest.$ac_ext <<_ACEOF
4647 /* confdefs.h.  */
4648 _ACEOF
4649 cat confdefs.h >>conftest.$ac_ext
4650 cat >>conftest.$ac_ext <<_ACEOF
4651 /* end confdefs.h.  */
4652
4653 /* Override any GCC internal prototype to avoid an error.
4654    Use char because int might match the return type of a GCC
4655    builtin and then its argument prototype would still apply.  */
4656 #ifdef __cplusplus
4657 extern "C"
4658 #endif
4659 char gethostbyname ();
4660 int
4661 main ()
4662 {
4663 return gethostbyname ();
4664   ;
4665   return 0;
4666 }
4667 _ACEOF
4668 rm -f conftest.$ac_objext conftest$ac_exeext
4669 if { (ac_try="$ac_link"
4670 case "(($ac_try" in
4671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4672   *) ac_try_echo=$ac_try;;
4673 esac
4674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4675   (eval "$ac_link") 2>conftest.er1
4676   ac_status=$?
4677   grep -v '^ *+' conftest.er1 >conftest.err
4678   rm -f conftest.er1
4679   cat conftest.err >&5
4680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681   (exit $ac_status); } && {
4682          test -z "$ac_c_werror_flag" ||
4683          test ! -s conftest.err
4684        } && test -s conftest$ac_exeext &&
4685        $as_test_x conftest$ac_exeext; then
4686   ac_cv_lib_bsd_gethostbyname=yes
4687 else
4688   echo "$as_me: failed program was:" >&5
4689 sed 's/^/| /' conftest.$ac_ext >&5
4690
4691         ac_cv_lib_bsd_gethostbyname=no
4692 fi
4693
4694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4695       conftest$ac_exeext conftest.$ac_ext
4696 LIBS=$ac_check_lib_save_LIBS
4697 fi
4698 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4699 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4700 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4701   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4702 fi
4703
4704       fi
4705     fi
4706
4707     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4708     # socket/setsockopt and other routines are undefined under SCO ODT
4709     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4710     # on later versions), says Simon Leinen: it contains gethostby*
4711     # variants that don't use the name server (or something).  -lsocket
4712     # must be given before -lnsl if both are needed.  We assume that
4713     # if connect needs -lnsl, so does gethostbyname.
4714     { echo "$as_me:$LINENO: checking for connect" >&5
4715 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4716 if test "${ac_cv_func_connect+set}" = set; then
4717   echo $ECHO_N "(cached) $ECHO_C" >&6
4718 else
4719   cat >conftest.$ac_ext <<_ACEOF
4720 /* confdefs.h.  */
4721 _ACEOF
4722 cat confdefs.h >>conftest.$ac_ext
4723 cat >>conftest.$ac_ext <<_ACEOF
4724 /* end confdefs.h.  */
4725 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4726    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4727 #define connect innocuous_connect
4728
4729 /* System header to define __stub macros and hopefully few prototypes,
4730     which can conflict with char connect (); below.
4731     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4732     <limits.h> exists even on freestanding compilers.  */
4733
4734 #ifdef __STDC__
4735 # include <limits.h>
4736 #else
4737 # include <assert.h>
4738 #endif
4739
4740 #undef connect
4741
4742 /* Override any GCC internal prototype to avoid an error.
4743    Use char because int might match the return type of a GCC
4744    builtin and then its argument prototype would still apply.  */
4745 #ifdef __cplusplus
4746 extern "C"
4747 #endif
4748 char connect ();
4749 /* The GNU C library defines this for functions which it implements
4750     to always fail with ENOSYS.  Some functions are actually named
4751     something starting with __ and the normal name is an alias.  */
4752 #if defined __stub_connect || defined __stub___connect
4753 choke me
4754 #endif
4755
4756 int
4757 main ()
4758 {
4759 return connect ();
4760   ;
4761   return 0;
4762 }
4763 _ACEOF
4764 rm -f conftest.$ac_objext conftest$ac_exeext
4765 if { (ac_try="$ac_link"
4766 case "(($ac_try" in
4767   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4768   *) ac_try_echo=$ac_try;;
4769 esac
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4771   (eval "$ac_link") 2>conftest.er1
4772   ac_status=$?
4773   grep -v '^ *+' conftest.er1 >conftest.err
4774   rm -f conftest.er1
4775   cat conftest.err >&5
4776   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777   (exit $ac_status); } && {
4778          test -z "$ac_c_werror_flag" ||
4779          test ! -s conftest.err
4780        } && test -s conftest$ac_exeext &&
4781        $as_test_x conftest$ac_exeext; then
4782   ac_cv_func_connect=yes
4783 else
4784   echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.$ac_ext >&5
4786
4787         ac_cv_func_connect=no
4788 fi
4789
4790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4791       conftest$ac_exeext conftest.$ac_ext
4792 fi
4793 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4794 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4795
4796     if test $ac_cv_func_connect = no; then
4797       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4798 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4799 if test "${ac_cv_lib_socket_connect+set}" = set; then
4800   echo $ECHO_N "(cached) $ECHO_C" >&6
4801 else
4802   ac_check_lib_save_LIBS=$LIBS
4803 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4804 cat >conftest.$ac_ext <<_ACEOF
4805 /* confdefs.h.  */
4806 _ACEOF
4807 cat confdefs.h >>conftest.$ac_ext
4808 cat >>conftest.$ac_ext <<_ACEOF
4809 /* end confdefs.h.  */
4810
4811 /* Override any GCC internal prototype to avoid an error.
4812    Use char because int might match the return type of a GCC
4813    builtin and then its argument prototype would still apply.  */
4814 #ifdef __cplusplus
4815 extern "C"
4816 #endif
4817 char connect ();
4818 int
4819 main ()
4820 {
4821 return connect ();
4822   ;
4823   return 0;
4824 }
4825 _ACEOF
4826 rm -f conftest.$ac_objext conftest$ac_exeext
4827 if { (ac_try="$ac_link"
4828 case "(($ac_try" in
4829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4830   *) ac_try_echo=$ac_try;;
4831 esac
4832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4833   (eval "$ac_link") 2>conftest.er1
4834   ac_status=$?
4835   grep -v '^ *+' conftest.er1 >conftest.err
4836   rm -f conftest.er1
4837   cat conftest.err >&5
4838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839   (exit $ac_status); } && {
4840          test -z "$ac_c_werror_flag" ||
4841          test ! -s conftest.err
4842        } && test -s conftest$ac_exeext &&
4843        $as_test_x conftest$ac_exeext; then
4844   ac_cv_lib_socket_connect=yes
4845 else
4846   echo "$as_me: failed program was:" >&5
4847 sed 's/^/| /' conftest.$ac_ext >&5
4848
4849         ac_cv_lib_socket_connect=no
4850 fi
4851
4852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4853       conftest$ac_exeext conftest.$ac_ext
4854 LIBS=$ac_check_lib_save_LIBS
4855 fi
4856 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4857 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4858 if test $ac_cv_lib_socket_connect = yes; then
4859   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4860 fi
4861
4862     fi
4863
4864     # Guillermo Gomez says -lposix is necessary on A/UX.
4865     { echo "$as_me:$LINENO: checking for remove" >&5
4866 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4867 if test "${ac_cv_func_remove+set}" = set; then
4868   echo $ECHO_N "(cached) $ECHO_C" >&6
4869 else
4870   cat >conftest.$ac_ext <<_ACEOF
4871 /* confdefs.h.  */
4872 _ACEOF
4873 cat confdefs.h >>conftest.$ac_ext
4874 cat >>conftest.$ac_ext <<_ACEOF
4875 /* end confdefs.h.  */
4876 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4877    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4878 #define remove innocuous_remove
4879
4880 /* System header to define __stub macros and hopefully few prototypes,
4881     which can conflict with char remove (); below.
4882     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4883     <limits.h> exists even on freestanding compilers.  */
4884
4885 #ifdef __STDC__
4886 # include <limits.h>
4887 #else
4888 # include <assert.h>
4889 #endif
4890
4891 #undef remove
4892
4893 /* Override any GCC internal prototype to avoid an error.
4894    Use char because int might match the return type of a GCC
4895    builtin and then its argument prototype would still apply.  */
4896 #ifdef __cplusplus
4897 extern "C"
4898 #endif
4899 char remove ();
4900 /* The GNU C library defines this for functions which it implements
4901     to always fail with ENOSYS.  Some functions are actually named
4902     something starting with __ and the normal name is an alias.  */
4903 #if defined __stub_remove || defined __stub___remove
4904 choke me
4905 #endif
4906
4907 int
4908 main ()
4909 {
4910 return remove ();
4911   ;
4912   return 0;
4913 }
4914 _ACEOF
4915 rm -f conftest.$ac_objext conftest$ac_exeext
4916 if { (ac_try="$ac_link"
4917 case "(($ac_try" in
4918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4919   *) ac_try_echo=$ac_try;;
4920 esac
4921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4922   (eval "$ac_link") 2>conftest.er1
4923   ac_status=$?
4924   grep -v '^ *+' conftest.er1 >conftest.err
4925   rm -f conftest.er1
4926   cat conftest.err >&5
4927   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928   (exit $ac_status); } && {
4929          test -z "$ac_c_werror_flag" ||
4930          test ! -s conftest.err
4931        } && test -s conftest$ac_exeext &&
4932        $as_test_x conftest$ac_exeext; then
4933   ac_cv_func_remove=yes
4934 else
4935   echo "$as_me: failed program was:" >&5
4936 sed 's/^/| /' conftest.$ac_ext >&5
4937
4938         ac_cv_func_remove=no
4939 fi
4940
4941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4942       conftest$ac_exeext conftest.$ac_ext
4943 fi
4944 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4945 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4946
4947     if test $ac_cv_func_remove = no; then
4948       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4949 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4950 if test "${ac_cv_lib_posix_remove+set}" = set; then
4951   echo $ECHO_N "(cached) $ECHO_C" >&6
4952 else
4953   ac_check_lib_save_LIBS=$LIBS
4954 LIBS="-lposix  $LIBS"
4955 cat >conftest.$ac_ext <<_ACEOF
4956 /* confdefs.h.  */
4957 _ACEOF
4958 cat confdefs.h >>conftest.$ac_ext
4959 cat >>conftest.$ac_ext <<_ACEOF
4960 /* end confdefs.h.  */
4961
4962 /* Override any GCC internal prototype to avoid an error.
4963    Use char because int might match the return type of a GCC
4964    builtin and then its argument prototype would still apply.  */
4965 #ifdef __cplusplus
4966 extern "C"
4967 #endif
4968 char remove ();
4969 int
4970 main ()
4971 {
4972 return remove ();
4973   ;
4974   return 0;
4975 }
4976 _ACEOF
4977 rm -f conftest.$ac_objext conftest$ac_exeext
4978 if { (ac_try="$ac_link"
4979 case "(($ac_try" in
4980   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4981   *) ac_try_echo=$ac_try;;
4982 esac
4983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4984   (eval "$ac_link") 2>conftest.er1
4985   ac_status=$?
4986   grep -v '^ *+' conftest.er1 >conftest.err
4987   rm -f conftest.er1
4988   cat conftest.err >&5
4989   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990   (exit $ac_status); } && {
4991          test -z "$ac_c_werror_flag" ||
4992          test ! -s conftest.err
4993        } && test -s conftest$ac_exeext &&
4994        $as_test_x conftest$ac_exeext; then
4995   ac_cv_lib_posix_remove=yes
4996 else
4997   echo "$as_me: failed program was:" >&5
4998 sed 's/^/| /' conftest.$ac_ext >&5
4999
5000         ac_cv_lib_posix_remove=no
5001 fi
5002
5003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5004       conftest$ac_exeext conftest.$ac_ext
5005 LIBS=$ac_check_lib_save_LIBS
5006 fi
5007 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5008 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5009 if test $ac_cv_lib_posix_remove = yes; then
5010   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5011 fi
5012
5013     fi
5014
5015     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5016     { echo "$as_me:$LINENO: checking for shmat" >&5
5017 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5018 if test "${ac_cv_func_shmat+set}" = set; then
5019   echo $ECHO_N "(cached) $ECHO_C" >&6
5020 else
5021   cat >conftest.$ac_ext <<_ACEOF
5022 /* confdefs.h.  */
5023 _ACEOF
5024 cat confdefs.h >>conftest.$ac_ext
5025 cat >>conftest.$ac_ext <<_ACEOF
5026 /* end confdefs.h.  */
5027 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5028    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5029 #define shmat innocuous_shmat
5030
5031 /* System header to define __stub macros and hopefully few prototypes,
5032     which can conflict with char shmat (); below.
5033     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5034     <limits.h> exists even on freestanding compilers.  */
5035
5036 #ifdef __STDC__
5037 # include <limits.h>
5038 #else
5039 # include <assert.h>
5040 #endif
5041
5042 #undef shmat
5043
5044 /* Override any GCC internal prototype to avoid an error.
5045    Use char because int might match the return type of a GCC
5046    builtin and then its argument prototype would still apply.  */
5047 #ifdef __cplusplus
5048 extern "C"
5049 #endif
5050 char shmat ();
5051 /* The GNU C library defines this for functions which it implements
5052     to always fail with ENOSYS.  Some functions are actually named
5053     something starting with __ and the normal name is an alias.  */
5054 #if defined __stub_shmat || defined __stub___shmat
5055 choke me
5056 #endif
5057
5058 int
5059 main ()
5060 {
5061 return shmat ();
5062   ;
5063   return 0;
5064 }
5065 _ACEOF
5066 rm -f conftest.$ac_objext conftest$ac_exeext
5067 if { (ac_try="$ac_link"
5068 case "(($ac_try" in
5069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5070   *) ac_try_echo=$ac_try;;
5071 esac
5072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5073   (eval "$ac_link") 2>conftest.er1
5074   ac_status=$?
5075   grep -v '^ *+' conftest.er1 >conftest.err
5076   rm -f conftest.er1
5077   cat conftest.err >&5
5078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5079   (exit $ac_status); } && {
5080          test -z "$ac_c_werror_flag" ||
5081          test ! -s conftest.err
5082        } && test -s conftest$ac_exeext &&
5083        $as_test_x conftest$ac_exeext; then
5084   ac_cv_func_shmat=yes
5085 else
5086   echo "$as_me: failed program was:" >&5
5087 sed 's/^/| /' conftest.$ac_ext >&5
5088
5089         ac_cv_func_shmat=no
5090 fi
5091
5092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5093       conftest$ac_exeext conftest.$ac_ext
5094 fi
5095 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5096 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5097
5098     if test $ac_cv_func_shmat = no; then
5099       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5100 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5101 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5102   echo $ECHO_N "(cached) $ECHO_C" >&6
5103 else
5104   ac_check_lib_save_LIBS=$LIBS
5105 LIBS="-lipc  $LIBS"
5106 cat >conftest.$ac_ext <<_ACEOF
5107 /* confdefs.h.  */
5108 _ACEOF
5109 cat confdefs.h >>conftest.$ac_ext
5110 cat >>conftest.$ac_ext <<_ACEOF
5111 /* end confdefs.h.  */
5112
5113 /* Override any GCC internal prototype to avoid an error.
5114    Use char because int might match the return type of a GCC
5115    builtin and then its argument prototype would still apply.  */
5116 #ifdef __cplusplus
5117 extern "C"
5118 #endif
5119 char shmat ();
5120 int
5121 main ()
5122 {
5123 return shmat ();
5124   ;
5125   return 0;
5126 }
5127 _ACEOF
5128 rm -f conftest.$ac_objext conftest$ac_exeext
5129 if { (ac_try="$ac_link"
5130 case "(($ac_try" in
5131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5132   *) ac_try_echo=$ac_try;;
5133 esac
5134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5135   (eval "$ac_link") 2>conftest.er1
5136   ac_status=$?
5137   grep -v '^ *+' conftest.er1 >conftest.err
5138   rm -f conftest.er1
5139   cat conftest.err >&5
5140   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5141   (exit $ac_status); } && {
5142          test -z "$ac_c_werror_flag" ||
5143          test ! -s conftest.err
5144        } && test -s conftest$ac_exeext &&
5145        $as_test_x conftest$ac_exeext; then
5146   ac_cv_lib_ipc_shmat=yes
5147 else
5148   echo "$as_me: failed program was:" >&5
5149 sed 's/^/| /' conftest.$ac_ext >&5
5150
5151         ac_cv_lib_ipc_shmat=no
5152 fi
5153
5154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5155       conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5157 fi
5158 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5159 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5160 if test $ac_cv_lib_ipc_shmat = yes; then
5161   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5162 fi
5163
5164     fi
5165   fi
5166
5167   # Check for libraries that X11R6 Xt/Xaw programs need.
5168   ac_save_LDFLAGS=$LDFLAGS
5169   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5170   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5171   # check for ICE first), but we must link in the order -lSM -lICE or
5172   # we get undefined symbols.  So assume we have SM if we have ICE.
5173   # These have to be linked with before -lX11, unlike the other
5174   # libraries we check for below, so use a different variable.
5175   # John Interrante, Karl Berry
5176   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5177 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5178 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5179   echo $ECHO_N "(cached) $ECHO_C" >&6
5180 else
5181   ac_check_lib_save_LIBS=$LIBS
5182 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5183 cat >conftest.$ac_ext <<_ACEOF
5184 /* confdefs.h.  */
5185 _ACEOF
5186 cat confdefs.h >>conftest.$ac_ext
5187 cat >>conftest.$ac_ext <<_ACEOF
5188 /* end confdefs.h.  */
5189
5190 /* Override any GCC internal prototype to avoid an error.
5191    Use char because int might match the return type of a GCC
5192    builtin and then its argument prototype would still apply.  */
5193 #ifdef __cplusplus
5194 extern "C"
5195 #endif
5196 char IceConnectionNumber ();
5197 int
5198 main ()
5199 {
5200 return IceConnectionNumber ();
5201   ;
5202   return 0;
5203 }
5204 _ACEOF
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (ac_try="$ac_link"
5207 case "(($ac_try" in
5208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5209   *) ac_try_echo=$ac_try;;
5210 esac
5211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5212   (eval "$ac_link") 2>conftest.er1
5213   ac_status=$?
5214   grep -v '^ *+' conftest.er1 >conftest.err
5215   rm -f conftest.er1
5216   cat conftest.err >&5
5217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218   (exit $ac_status); } && {
5219          test -z "$ac_c_werror_flag" ||
5220          test ! -s conftest.err
5221        } && test -s conftest$ac_exeext &&
5222        $as_test_x conftest$ac_exeext; then
5223   ac_cv_lib_ICE_IceConnectionNumber=yes
5224 else
5225   echo "$as_me: failed program was:" >&5
5226 sed 's/^/| /' conftest.$ac_ext >&5
5227
5228         ac_cv_lib_ICE_IceConnectionNumber=no
5229 fi
5230
5231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5232       conftest$ac_exeext conftest.$ac_ext
5233 LIBS=$ac_check_lib_save_LIBS
5234 fi
5235 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5236 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5237 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5238   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5239 fi
5240
5241   LDFLAGS=$ac_save_LDFLAGS
5242
5243 fi
5244
5245
5246 for ac_prog in flex
5247 do
5248   # Extract the first word of "$ac_prog", so it can be a program name with args.
5249 set dummy $ac_prog; ac_word=$2
5250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5252 if test "${ac_cv_prog_FLEX+set}" = set; then
5253   echo $ECHO_N "(cached) $ECHO_C" >&6
5254 else
5255   if test -n "$FLEX"; then
5256   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5257 else
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259 for as_dir in $PATH
5260 do
5261   IFS=$as_save_IFS
5262   test -z "$as_dir" && as_dir=.
5263   for ac_exec_ext in '' $ac_executable_extensions; do
5264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5265     ac_cv_prog_FLEX="$ac_prog"
5266     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5267     break 2
5268   fi
5269 done
5270 done
5271 IFS=$as_save_IFS
5272
5273 fi
5274 fi
5275 FLEX=$ac_cv_prog_FLEX
5276 if test -n "$FLEX"; then
5277   { echo "$as_me:$LINENO: result: $FLEX" >&5
5278 echo "${ECHO_T}$FLEX" >&6; }
5279 else
5280   { echo "$as_me:$LINENO: result: no" >&5
5281 echo "${ECHO_T}no" >&6; }
5282 fi
5283
5284
5285   test -n "$FLEX" && break
5286 done
5287 test -n "$FLEX" || FLEX="none"
5288
5289 if test "$FLEX" = "none"
5290 then
5291   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5292 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5293    { (exit 1); exit 1; }; }
5294 fi
5295
5296 for ac_prog in bison
5297 do
5298   # Extract the first word of "$ac_prog", so it can be a program name with args.
5299 set dummy $ac_prog; ac_word=$2
5300 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5302 if test "${ac_cv_prog_BISON+set}" = set; then
5303   echo $ECHO_N "(cached) $ECHO_C" >&6
5304 else
5305   if test -n "$BISON"; then
5306   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5307 else
5308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309 for as_dir in $PATH
5310 do
5311   IFS=$as_save_IFS
5312   test -z "$as_dir" && as_dir=.
5313   for ac_exec_ext in '' $ac_executable_extensions; do
5314   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5315     ac_cv_prog_BISON="$ac_prog"
5316     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5317     break 2
5318   fi
5319 done
5320 done
5321 IFS=$as_save_IFS
5322
5323 fi
5324 fi
5325 BISON=$ac_cv_prog_BISON
5326 if test -n "$BISON"; then
5327   { echo "$as_me:$LINENO: result: $BISON" >&5
5328 echo "${ECHO_T}$BISON" >&6; }
5329 else
5330   { echo "$as_me:$LINENO: result: no" >&5
5331 echo "${ECHO_T}no" >&6; }
5332 fi
5333
5334
5335   test -n "$BISON" && break
5336 done
5337 test -n "$BISON" || BISON="none"
5338
5339 if test "$BISON" = "none"
5340 then
5341   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5342 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5343    { (exit 1); exit 1; }; }
5344 fi
5345
5346 if test -n "$ac_tool_prefix"; then
5347   for ac_prog in gas as
5348   do
5349     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5350 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5351 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5353 if test "${ac_cv_prog_AS+set}" = set; then
5354   echo $ECHO_N "(cached) $ECHO_C" >&6
5355 else
5356   if test -n "$AS"; then
5357   ac_cv_prog_AS="$AS" # Let the user override the test.
5358 else
5359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5360 for as_dir in $PATH
5361 do
5362   IFS=$as_save_IFS
5363   test -z "$as_dir" && as_dir=.
5364   for ac_exec_ext in '' $ac_executable_extensions; do
5365   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5366     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5367     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5368     break 2
5369   fi
5370 done
5371 done
5372 IFS=$as_save_IFS
5373
5374 fi
5375 fi
5376 AS=$ac_cv_prog_AS
5377 if test -n "$AS"; then
5378   { echo "$as_me:$LINENO: result: $AS" >&5
5379 echo "${ECHO_T}$AS" >&6; }
5380 else
5381   { echo "$as_me:$LINENO: result: no" >&5
5382 echo "${ECHO_T}no" >&6; }
5383 fi
5384
5385
5386     test -n "$AS" && break
5387   done
5388 fi
5389 if test -z "$AS"; then
5390   ac_ct_AS=$AS
5391   for ac_prog in gas as
5392 do
5393   # Extract the first word of "$ac_prog", so it can be a program name with args.
5394 set dummy $ac_prog; ac_word=$2
5395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5397 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5398   echo $ECHO_N "(cached) $ECHO_C" >&6
5399 else
5400   if test -n "$ac_ct_AS"; then
5401   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5402 else
5403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5404 for as_dir in $PATH
5405 do
5406   IFS=$as_save_IFS
5407   test -z "$as_dir" && as_dir=.
5408   for ac_exec_ext in '' $ac_executable_extensions; do
5409   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5410     ac_cv_prog_ac_ct_AS="$ac_prog"
5411     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5412     break 2
5413   fi
5414 done
5415 done
5416 IFS=$as_save_IFS
5417
5418 fi
5419 fi
5420 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5421 if test -n "$ac_ct_AS"; then
5422   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5423 echo "${ECHO_T}$ac_ct_AS" >&6; }
5424 else
5425   { echo "$as_me:$LINENO: result: no" >&5
5426 echo "${ECHO_T}no" >&6; }
5427 fi
5428
5429
5430   test -n "$ac_ct_AS" && break
5431 done
5432
5433   if test "x$ac_ct_AS" = x; then
5434     AS="as"
5435   else
5436     case $cross_compiling:$ac_tool_warned in
5437 yes:)
5438 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5439 whose name does not start with the host triplet.  If you think this
5440 configuration is useful to you, please write to autoconf@gnu.org." >&5
5441 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5442 whose name does not start with the host triplet.  If you think this
5443 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5444 ac_tool_warned=yes ;;
5445 esac
5446     AS=$ac_ct_AS
5447   fi
5448 fi
5449
5450 if test -n "$ac_tool_prefix"; then
5451   for ac_prog in ld gld
5452   do
5453     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5454 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5457 if test "${ac_cv_prog_LD+set}" = set; then
5458   echo $ECHO_N "(cached) $ECHO_C" >&6
5459 else
5460   if test -n "$LD"; then
5461   ac_cv_prog_LD="$LD" # Let the user override the test.
5462 else
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464 for as_dir in $PATH
5465 do
5466   IFS=$as_save_IFS
5467   test -z "$as_dir" && as_dir=.
5468   for ac_exec_ext in '' $ac_executable_extensions; do
5469   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5470     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5471     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5472     break 2
5473   fi
5474 done
5475 done
5476 IFS=$as_save_IFS
5477
5478 fi
5479 fi
5480 LD=$ac_cv_prog_LD
5481 if test -n "$LD"; then
5482   { echo "$as_me:$LINENO: result: $LD" >&5
5483 echo "${ECHO_T}$LD" >&6; }
5484 else
5485   { echo "$as_me:$LINENO: result: no" >&5
5486 echo "${ECHO_T}no" >&6; }
5487 fi
5488
5489
5490     test -n "$LD" && break
5491   done
5492 fi
5493 if test -z "$LD"; then
5494   ac_ct_LD=$LD
5495   for ac_prog in ld gld
5496 do
5497   # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5501 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5502   echo $ECHO_N "(cached) $ECHO_C" >&6
5503 else
5504   if test -n "$ac_ct_LD"; then
5505   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5509 do
5510   IFS=$as_save_IFS
5511   test -z "$as_dir" && as_dir=.
5512   for ac_exec_ext in '' $ac_executable_extensions; do
5513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514     ac_cv_prog_ac_ct_LD="$ac_prog"
5515     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516     break 2
5517   fi
5518 done
5519 done
5520 IFS=$as_save_IFS
5521
5522 fi
5523 fi
5524 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5525 if test -n "$ac_ct_LD"; then
5526   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5527 echo "${ECHO_T}$ac_ct_LD" >&6; }
5528 else
5529   { echo "$as_me:$LINENO: result: no" >&5
5530 echo "${ECHO_T}no" >&6; }
5531 fi
5532
5533
5534   test -n "$ac_ct_LD" && break
5535 done
5536
5537   if test "x$ac_ct_LD" = x; then
5538     LD="ld"
5539   else
5540     case $cross_compiling:$ac_tool_warned in
5541 yes:)
5542 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5543 whose name does not start with the host triplet.  If you think this
5544 configuration is useful to you, please write to autoconf@gnu.org." >&5
5545 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5546 whose name does not start with the host triplet.  If you think this
5547 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5548 ac_tool_warned=yes ;;
5549 esac
5550     LD=$ac_ct_LD
5551   fi
5552 fi
5553
5554 if test -n "$ac_tool_prefix"; then
5555   for ac_prog in nm gnm
5556   do
5557     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5558 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5561 if test "${ac_cv_prog_NM+set}" = set; then
5562   echo $ECHO_N "(cached) $ECHO_C" >&6
5563 else
5564   if test -n "$NM"; then
5565   ac_cv_prog_NM="$NM" # Let the user override the test.
5566 else
5567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5568 for as_dir in $PATH
5569 do
5570   IFS=$as_save_IFS
5571   test -z "$as_dir" && as_dir=.
5572   for ac_exec_ext in '' $ac_executable_extensions; do
5573   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5574     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5575     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5576     break 2
5577   fi
5578 done
5579 done
5580 IFS=$as_save_IFS
5581
5582 fi
5583 fi
5584 NM=$ac_cv_prog_NM
5585 if test -n "$NM"; then
5586   { echo "$as_me:$LINENO: result: $NM" >&5
5587 echo "${ECHO_T}$NM" >&6; }
5588 else
5589   { echo "$as_me:$LINENO: result: no" >&5
5590 echo "${ECHO_T}no" >&6; }
5591 fi
5592
5593
5594     test -n "$NM" && break
5595   done
5596 fi
5597 if test -z "$NM"; then
5598   ac_ct_NM=$NM
5599   for ac_prog in nm gnm
5600 do
5601   # Extract the first word of "$ac_prog", so it can be a program name with args.
5602 set dummy $ac_prog; ac_word=$2
5603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5605 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5606   echo $ECHO_N "(cached) $ECHO_C" >&6
5607 else
5608   if test -n "$ac_ct_NM"; then
5609   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5610 else
5611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5612 for as_dir in $PATH
5613 do
5614   IFS=$as_save_IFS
5615   test -z "$as_dir" && as_dir=.
5616   for ac_exec_ext in '' $ac_executable_extensions; do
5617   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5618     ac_cv_prog_ac_ct_NM="$ac_prog"
5619     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5620     break 2
5621   fi
5622 done
5623 done
5624 IFS=$as_save_IFS
5625
5626 fi
5627 fi
5628 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5629 if test -n "$ac_ct_NM"; then
5630   { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5631 echo "${ECHO_T}$ac_ct_NM" >&6; }
5632 else
5633   { echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6; }
5635 fi
5636
5637
5638   test -n "$ac_ct_NM" && break
5639 done
5640
5641   if test "x$ac_ct_NM" = x; then
5642     NM="nm"
5643   else
5644     case $cross_compiling:$ac_tool_warned in
5645 yes:)
5646 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5647 whose name does not start with the host triplet.  If you think this
5648 configuration is useful to you, please write to autoconf@gnu.org." >&5
5649 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5650 whose name does not start with the host triplet.  If you think this
5651 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5652 ac_tool_warned=yes ;;
5653 esac
5654     NM=$ac_ct_NM
5655   fi
5656 fi
5657
5658 if test -n "$ac_tool_prefix"; then
5659   for ac_prog in ar gar
5660   do
5661     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5662 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5663 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5665 if test "${ac_cv_prog_AR+set}" = set; then
5666   echo $ECHO_N "(cached) $ECHO_C" >&6
5667 else
5668   if test -n "$AR"; then
5669   ac_cv_prog_AR="$AR" # Let the user override the test.
5670 else
5671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5672 for as_dir in $PATH
5673 do
5674   IFS=$as_save_IFS
5675   test -z "$as_dir" && as_dir=.
5676   for ac_exec_ext in '' $ac_executable_extensions; do
5677   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5678     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5679     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5680     break 2
5681   fi
5682 done
5683 done
5684 IFS=$as_save_IFS
5685
5686 fi
5687 fi
5688 AR=$ac_cv_prog_AR
5689 if test -n "$AR"; then
5690   { echo "$as_me:$LINENO: result: $AR" >&5
5691 echo "${ECHO_T}$AR" >&6; }
5692 else
5693   { echo "$as_me:$LINENO: result: no" >&5
5694 echo "${ECHO_T}no" >&6; }
5695 fi
5696
5697
5698     test -n "$AR" && break
5699   done
5700 fi
5701 if test -z "$AR"; then
5702   ac_ct_AR=$AR
5703   for ac_prog in ar gar
5704 do
5705   # Extract the first word of "$ac_prog", so it can be a program name with args.
5706 set dummy $ac_prog; ac_word=$2
5707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5709 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5710   echo $ECHO_N "(cached) $ECHO_C" >&6
5711 else
5712   if test -n "$ac_ct_AR"; then
5713   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5714 else
5715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716 for as_dir in $PATH
5717 do
5718   IFS=$as_save_IFS
5719   test -z "$as_dir" && as_dir=.
5720   for ac_exec_ext in '' $ac_executable_extensions; do
5721   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5722     ac_cv_prog_ac_ct_AR="$ac_prog"
5723     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5724     break 2
5725   fi
5726 done
5727 done
5728 IFS=$as_save_IFS
5729
5730 fi
5731 fi
5732 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5733 if test -n "$ac_ct_AR"; then
5734   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5735 echo "${ECHO_T}$ac_ct_AR" >&6; }
5736 else
5737   { echo "$as_me:$LINENO: result: no" >&5
5738 echo "${ECHO_T}no" >&6; }
5739 fi
5740
5741
5742   test -n "$ac_ct_AR" && break
5743 done
5744
5745   if test "x$ac_ct_AR" = x; then
5746     AR="ar"
5747   else
5748     case $cross_compiling:$ac_tool_warned in
5749 yes:)
5750 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5751 whose name does not start with the host triplet.  If you think this
5752 configuration is useful to you, please write to autoconf@gnu.org." >&5
5753 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5754 whose name does not start with the host triplet.  If you think this
5755 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5756 ac_tool_warned=yes ;;
5757 esac
5758     AR=$ac_ct_AR
5759   fi
5760 fi
5761
5762 ARFLAGS=rc
5763
5764 if test -n "$ac_tool_prefix"; then
5765   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5766 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5767 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5769 if test "${ac_cv_prog_RANLIB+set}" = set; then
5770   echo $ECHO_N "(cached) $ECHO_C" >&6
5771 else
5772   if test -n "$RANLIB"; then
5773   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5774 else
5775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5776 for as_dir in $PATH
5777 do
5778   IFS=$as_save_IFS
5779   test -z "$as_dir" && as_dir=.
5780   for ac_exec_ext in '' $ac_executable_extensions; do
5781   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5782     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5783     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5784     break 2
5785   fi
5786 done
5787 done
5788 IFS=$as_save_IFS
5789
5790 fi
5791 fi
5792 RANLIB=$ac_cv_prog_RANLIB
5793 if test -n "$RANLIB"; then
5794   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5795 echo "${ECHO_T}$RANLIB" >&6; }
5796 else
5797   { echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6; }
5799 fi
5800
5801
5802 fi
5803 if test -z "$ac_cv_prog_RANLIB"; then
5804   ac_ct_RANLIB=$RANLIB
5805   # Extract the first word of "ranlib", so it can be a program name with args.
5806 set dummy ranlib; ac_word=$2
5807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5809 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5810   echo $ECHO_N "(cached) $ECHO_C" >&6
5811 else
5812   if test -n "$ac_ct_RANLIB"; then
5813   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5814 else
5815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5816 for as_dir in $PATH
5817 do
5818   IFS=$as_save_IFS
5819   test -z "$as_dir" && as_dir=.
5820   for ac_exec_ext in '' $ac_executable_extensions; do
5821   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5822     ac_cv_prog_ac_ct_RANLIB="ranlib"
5823     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5824     break 2
5825   fi
5826 done
5827 done
5828 IFS=$as_save_IFS
5829
5830 fi
5831 fi
5832 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5833 if test -n "$ac_ct_RANLIB"; then
5834   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5835 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5836 else
5837   { echo "$as_me:$LINENO: result: no" >&5
5838 echo "${ECHO_T}no" >&6; }
5839 fi
5840
5841   if test "x$ac_ct_RANLIB" = x; then
5842     RANLIB=":"
5843   else
5844     case $cross_compiling:$ac_tool_warned in
5845 yes:)
5846 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet.  If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&5
5849 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5850 whose name does not start with the host triplet.  If you think this
5851 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5852 ac_tool_warned=yes ;;
5853 esac
5854     RANLIB=$ac_ct_RANLIB
5855   fi
5856 else
5857   RANLIB="$ac_cv_prog_RANLIB"
5858 fi
5859
5860 if test -n "$ac_tool_prefix"; then
5861   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5862 set dummy ${ac_tool_prefix}strip; ac_word=$2
5863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5865 if test "${ac_cv_prog_STRIP+set}" = set; then
5866   echo $ECHO_N "(cached) $ECHO_C" >&6
5867 else
5868   if test -n "$STRIP"; then
5869   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5870 else
5871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872 for as_dir in $PATH
5873 do
5874   IFS=$as_save_IFS
5875   test -z "$as_dir" && as_dir=.
5876   for ac_exec_ext in '' $ac_executable_extensions; do
5877   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5878     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5879     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5880     break 2
5881   fi
5882 done
5883 done
5884 IFS=$as_save_IFS
5885
5886 fi
5887 fi
5888 STRIP=$ac_cv_prog_STRIP
5889 if test -n "$STRIP"; then
5890   { echo "$as_me:$LINENO: result: $STRIP" >&5
5891 echo "${ECHO_T}$STRIP" >&6; }
5892 else
5893   { echo "$as_me:$LINENO: result: no" >&5
5894 echo "${ECHO_T}no" >&6; }
5895 fi
5896
5897
5898 fi
5899 if test -z "$ac_cv_prog_STRIP"; then
5900   ac_ct_STRIP=$STRIP
5901   # Extract the first word of "strip", so it can be a program name with args.
5902 set dummy strip; ac_word=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5906   echo $ECHO_N "(cached) $ECHO_C" >&6
5907 else
5908   if test -n "$ac_ct_STRIP"; then
5909   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5913 do
5914   IFS=$as_save_IFS
5915   test -z "$as_dir" && as_dir=.
5916   for ac_exec_ext in '' $ac_executable_extensions; do
5917   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918     ac_cv_prog_ac_ct_STRIP="strip"
5919     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5920     break 2
5921   fi
5922 done
5923 done
5924 IFS=$as_save_IFS
5925
5926 fi
5927 fi
5928 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5929 if test -n "$ac_ct_STRIP"; then
5930   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5931 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5932 else
5933   { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5935 fi
5936
5937   if test "x$ac_ct_STRIP" = x; then
5938     STRIP="strip"
5939   else
5940     case $cross_compiling:$ac_tool_warned in
5941 yes:)
5942 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet.  If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&5
5945 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet.  If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5948 ac_tool_warned=yes ;;
5949 esac
5950     STRIP=$ac_ct_STRIP
5951   fi
5952 else
5953   STRIP="$ac_cv_prog_STRIP"
5954 fi
5955
5956 if test -n "$ac_tool_prefix"; then
5957   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5958 set dummy ${ac_tool_prefix}windres; ac_word=$2
5959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5961 if test "${ac_cv_prog_WINDRES+set}" = set; then
5962   echo $ECHO_N "(cached) $ECHO_C" >&6
5963 else
5964   if test -n "$WINDRES"; then
5965   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5969 do
5970   IFS=$as_save_IFS
5971   test -z "$as_dir" && as_dir=.
5972   for ac_exec_ext in '' $ac_executable_extensions; do
5973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5975     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5976     break 2
5977   fi
5978 done
5979 done
5980 IFS=$as_save_IFS
5981
5982 fi
5983 fi
5984 WINDRES=$ac_cv_prog_WINDRES
5985 if test -n "$WINDRES"; then
5986   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5987 echo "${ECHO_T}$WINDRES" >&6; }
5988 else
5989   { echo "$as_me:$LINENO: result: no" >&5
5990 echo "${ECHO_T}no" >&6; }
5991 fi
5992
5993
5994 fi
5995 if test -z "$ac_cv_prog_WINDRES"; then
5996   ac_ct_WINDRES=$WINDRES
5997   # Extract the first word of "windres", so it can be a program name with args.
5998 set dummy windres; ac_word=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6002   echo $ECHO_N "(cached) $ECHO_C" >&6
6003 else
6004   if test -n "$ac_ct_WINDRES"; then
6005   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6006 else
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 for as_dir in $PATH
6009 do
6010   IFS=$as_save_IFS
6011   test -z "$as_dir" && as_dir=.
6012   for ac_exec_ext in '' $ac_executable_extensions; do
6013   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014     ac_cv_prog_ac_ct_WINDRES="windres"
6015     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6016     break 2
6017   fi
6018 done
6019 done
6020 IFS=$as_save_IFS
6021
6022 fi
6023 fi
6024 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6025 if test -n "$ac_ct_WINDRES"; then
6026   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6027 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6028 else
6029   { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6031 fi
6032
6033   if test "x$ac_ct_WINDRES" = x; then
6034     WINDRES="false"
6035   else
6036     case $cross_compiling:$ac_tool_warned in
6037 yes:)
6038 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet.  If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&5
6041 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet.  If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6044 ac_tool_warned=yes ;;
6045 esac
6046     WINDRES=$ac_ct_WINDRES
6047   fi
6048 else
6049   WINDRES="$ac_cv_prog_WINDRES"
6050 fi
6051
6052 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6053 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6054 LN_S=$as_ln_s
6055 if test "$LN_S" = "ln -s"; then
6056   { echo "$as_me:$LINENO: result: yes" >&5
6057 echo "${ECHO_T}yes" >&6; }
6058 else
6059   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6060 echo "${ECHO_T}no, using $LN_S" >&6; }
6061 fi
6062
6063 { echo "$as_me:$LINENO: checking whether ln works" >&5
6064 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6065 rm -f conf$$ conf$$.file
6066 echo >conf$$.file
6067 if ln conf$$.file conf$$ 2>/dev/null; then
6068   LN=ln
6069
6070   { echo "$as_me:$LINENO: result: yes" >&5
6071 echo "${ECHO_T}yes" >&6; }
6072 else
6073   LN="cp -p"
6074
6075   { echo "$as_me:$LINENO: result: no, using $LN" >&5
6076 echo "${ECHO_T}no, using $LN" >&6; }
6077 fi
6078 rm -f conf$$ conf$$.file
6079 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6080 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6081 if test "${ac_cv_path_GREP+set}" = set; then
6082   echo $ECHO_N "(cached) $ECHO_C" >&6
6083 else
6084   # Extract the first word of "grep ggrep" to use in msg output
6085 if test -z "$GREP"; then
6086 set dummy grep ggrep; ac_prog_name=$2
6087 if test "${ac_cv_path_GREP+set}" = set; then
6088   echo $ECHO_N "(cached) $ECHO_C" >&6
6089 else
6090   ac_path_GREP_found=false
6091 # Loop through the user's path and test for each of PROGNAME-LIST
6092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6094 do
6095   IFS=$as_save_IFS
6096   test -z "$as_dir" && as_dir=.
6097   for ac_prog in grep ggrep; do
6098   for ac_exec_ext in '' $ac_executable_extensions; do
6099     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6100     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6101     # Check for GNU ac_path_GREP and select it if it is found.
6102   # Check for GNU $ac_path_GREP
6103 case `"$ac_path_GREP" --version 2>&1` in
6104 *GNU*)
6105   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6106 *)
6107   ac_count=0
6108   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6109   while :
6110   do
6111     cat "conftest.in" "conftest.in" >"conftest.tmp"
6112     mv "conftest.tmp" "conftest.in"
6113     cp "conftest.in" "conftest.nl"
6114     echo 'GREP' >> "conftest.nl"
6115     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6116     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6117     ac_count=`expr $ac_count + 1`
6118     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6119       # Best one so far, save it but keep looking for a better one
6120       ac_cv_path_GREP="$ac_path_GREP"
6121       ac_path_GREP_max=$ac_count
6122     fi
6123     # 10*(2^10) chars as input seems more than enough
6124     test $ac_count -gt 10 && break
6125   done
6126   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6127 esac
6128
6129
6130     $ac_path_GREP_found && break 3
6131   done
6132 done
6133
6134 done
6135 IFS=$as_save_IFS
6136
6137
6138 fi
6139
6140 GREP="$ac_cv_path_GREP"
6141 if test -z "$GREP"; then
6142   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6143 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6144    { (exit 1); exit 1; }; }
6145 fi
6146
6147 else
6148   ac_cv_path_GREP=$GREP
6149 fi
6150
6151
6152 fi
6153 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6154 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6155  GREP="$ac_cv_path_GREP"
6156
6157
6158 { echo "$as_me:$LINENO: checking for egrep" >&5
6159 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6160 if test "${ac_cv_path_EGREP+set}" = set; then
6161   echo $ECHO_N "(cached) $ECHO_C" >&6
6162 else
6163   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6164    then ac_cv_path_EGREP="$GREP -E"
6165    else
6166      # Extract the first word of "egrep" to use in msg output
6167 if test -z "$EGREP"; then
6168 set dummy egrep; ac_prog_name=$2
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170   echo $ECHO_N "(cached) $ECHO_C" >&6
6171 else
6172   ac_path_EGREP_found=false
6173 # Loop through the user's path and test for each of PROGNAME-LIST
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6176 do
6177   IFS=$as_save_IFS
6178   test -z "$as_dir" && as_dir=.
6179   for ac_prog in egrep; do
6180   for ac_exec_ext in '' $ac_executable_extensions; do
6181     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6182     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6183     # Check for GNU ac_path_EGREP and select it if it is found.
6184   # Check for GNU $ac_path_EGREP
6185 case `"$ac_path_EGREP" --version 2>&1` in
6186 *GNU*)
6187   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6188 *)
6189   ac_count=0
6190   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6191   while :
6192   do
6193     cat "conftest.in" "conftest.in" >"conftest.tmp"
6194     mv "conftest.tmp" "conftest.in"
6195     cp "conftest.in" "conftest.nl"
6196     echo 'EGREP' >> "conftest.nl"
6197     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6198     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6199     ac_count=`expr $ac_count + 1`
6200     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6201       # Best one so far, save it but keep looking for a better one
6202       ac_cv_path_EGREP="$ac_path_EGREP"
6203       ac_path_EGREP_max=$ac_count
6204     fi
6205     # 10*(2^10) chars as input seems more than enough
6206     test $ac_count -gt 10 && break
6207   done
6208   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6209 esac
6210
6211
6212     $ac_path_EGREP_found && break 3
6213   done
6214 done
6215
6216 done
6217 IFS=$as_save_IFS
6218
6219
6220 fi
6221
6222 EGREP="$ac_cv_path_EGREP"
6223 if test -z "$EGREP"; then
6224   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6225 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6226    { (exit 1); exit 1; }; }
6227 fi
6228
6229 else
6230   ac_cv_path_EGREP=$EGREP
6231 fi
6232
6233
6234    fi
6235 fi
6236 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6237 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6238  EGREP="$ac_cv_path_EGREP"
6239
6240
6241 # Extract the first word of "ldconfig", so it can be a program name with args.
6242 set dummy ldconfig; ac_word=$2
6243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6245 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6246   echo $ECHO_N "(cached) $ECHO_C" >&6
6247 else
6248   case $LDCONFIG in
6249   [\\/]* | ?:[\\/]*)
6250   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6251   ;;
6252   *)
6253   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in /sbin /usr/sbin $PATH
6255 do
6256   IFS=$as_save_IFS
6257   test -z "$as_dir" && as_dir=.
6258   for ac_exec_ext in '' $ac_executable_extensions; do
6259   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6261     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6262     break 2
6263   fi
6264 done
6265 done
6266 IFS=$as_save_IFS
6267
6268   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6269   ;;
6270 esac
6271 fi
6272 LDCONFIG=$ac_cv_path_LDCONFIG
6273 if test -n "$LDCONFIG"; then
6274   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6275 echo "${ECHO_T}$LDCONFIG" >&6; }
6276 else
6277   { echo "$as_me:$LINENO: result: no" >&5
6278 echo "${ECHO_T}no" >&6; }
6279 fi
6280
6281
6282 # Find a good install program.  We prefer a C program (faster),
6283 # so one script is as good as another.  But avoid the broken or
6284 # incompatible versions:
6285 # SysV /etc/install, /usr/sbin/install
6286 # SunOS /usr/etc/install
6287 # IRIX /sbin/install
6288 # AIX /bin/install
6289 # AmigaOS /C/install, which installs bootblocks on floppy discs
6290 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6291 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6292 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6293 # OS/2's system install, which has a completely different semantic
6294 # ./install, which can be erroneously created by make from ./install.sh.
6295 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6296 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6297 if test -z "$INSTALL"; then
6298 if test "${ac_cv_path_install+set}" = set; then
6299   echo $ECHO_N "(cached) $ECHO_C" >&6
6300 else
6301   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6302 for as_dir in $PATH
6303 do
6304   IFS=$as_save_IFS
6305   test -z "$as_dir" && as_dir=.
6306   # Account for people who put trailing slashes in PATH elements.
6307 case $as_dir/ in
6308   ./ | .// | /cC/* | \
6309   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6310   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6311   /usr/ucb/* ) ;;
6312   *)
6313     # OSF1 and SCO ODT 3.0 have their own names for install.
6314     # Don't use installbsd from OSF since it installs stuff as root
6315     # by default.
6316     for ac_prog in ginstall scoinst install; do
6317       for ac_exec_ext in '' $ac_executable_extensions; do
6318         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6319           if test $ac_prog = install &&
6320             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6321             # AIX install.  It has an incompatible calling convention.
6322             :
6323           elif test $ac_prog = install &&
6324             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6325             # program-specific install script used by HP pwplus--don't use.
6326             :
6327           else
6328             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6329             break 3
6330           fi
6331         fi
6332       done
6333     done
6334     ;;
6335 esac
6336 done
6337 IFS=$as_save_IFS
6338
6339
6340 fi
6341   if test "${ac_cv_path_install+set}" = set; then
6342     INSTALL=$ac_cv_path_install
6343   else
6344     # As a last resort, use the slow shell script.  Don't cache a
6345     # value for INSTALL within a source directory, because that will
6346     # break other packages using the cache if that directory is
6347     # removed, or if the value is a relative name.
6348     INSTALL=$ac_install_sh
6349   fi
6350 fi
6351 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6352 echo "${ECHO_T}$INSTALL" >&6; }
6353
6354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6355 # It thinks the first close brace ends the variable substitution.
6356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6357
6358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6359
6360 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6361
6362 case "$INSTALL" in
6363   [\\/$]* | ?:[\\/]* ) ;;
6364   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6365 esac
6366
6367 for ac_prog in lclint lint
6368 do
6369   # Extract the first word of "$ac_prog", so it can be a program name with args.
6370 set dummy $ac_prog; ac_word=$2
6371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6373 if test "${ac_cv_prog_LINT+set}" = set; then
6374   echo $ECHO_N "(cached) $ECHO_C" >&6
6375 else
6376   if test -n "$LINT"; then
6377   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6378 else
6379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6380 for as_dir in $PATH
6381 do
6382   IFS=$as_save_IFS
6383   test -z "$as_dir" && as_dir=.
6384   for ac_exec_ext in '' $ac_executable_extensions; do
6385   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6386     ac_cv_prog_LINT="$ac_prog"
6387     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6388     break 2
6389   fi
6390 done
6391 done
6392 IFS=$as_save_IFS
6393
6394 fi
6395 fi
6396 LINT=$ac_cv_prog_LINT
6397 if test -n "$LINT"; then
6398   { echo "$as_me:$LINENO: result: $LINT" >&5
6399 echo "${ECHO_T}$LINT" >&6; }
6400 else
6401   { echo "$as_me:$LINENO: result: no" >&5
6402 echo "${ECHO_T}no" >&6; }
6403 fi
6404
6405
6406   test -n "$LINT" && break
6407 done
6408
6409 if test "$LINT" = "lint"
6410 then
6411   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6412   fi
6413
6414
6415
6416 for ac_prog in fontforge
6417 do
6418   # Extract the first word of "$ac_prog", so it can be a program name with args.
6419 set dummy $ac_prog; ac_word=$2
6420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6422 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6423   echo $ECHO_N "(cached) $ECHO_C" >&6
6424 else
6425   if test -n "$FONTFORGE"; then
6426   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6427 else
6428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6429 for as_dir in $PATH
6430 do
6431   IFS=$as_save_IFS
6432   test -z "$as_dir" && as_dir=.
6433   for ac_exec_ext in '' $ac_executable_extensions; do
6434   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6435     ac_cv_prog_FONTFORGE="$ac_prog"
6436     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6437     break 2
6438   fi
6439 done
6440 done
6441 IFS=$as_save_IFS
6442
6443 fi
6444 fi
6445 FONTFORGE=$ac_cv_prog_FONTFORGE
6446 if test -n "$FONTFORGE"; then
6447   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6448 echo "${ECHO_T}$FONTFORGE" >&6; }
6449 else
6450   { echo "$as_me:$LINENO: result: no" >&5
6451 echo "${ECHO_T}no" >&6; }
6452 fi
6453
6454
6455   test -n "$FONTFORGE" && break
6456 done
6457 test -n "$FONTFORGE" || FONTFORGE="false"
6458
6459 for ac_prog in pkg-config
6460 do
6461   # Extract the first word of "$ac_prog", so it can be a program name with args.
6462 set dummy $ac_prog; ac_word=$2
6463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6465 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6466   echo $ECHO_N "(cached) $ECHO_C" >&6
6467 else
6468   if test -n "$PKG_CONFIG"; then
6469   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6470 else
6471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6472 for as_dir in $PATH
6473 do
6474   IFS=$as_save_IFS
6475   test -z "$as_dir" && as_dir=.
6476   for ac_exec_ext in '' $ac_executable_extensions; do
6477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6478     ac_cv_prog_PKG_CONFIG="$ac_prog"
6479     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6480     break 2
6481   fi
6482 done
6483 done
6484 IFS=$as_save_IFS
6485
6486 fi
6487 fi
6488 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6489 if test -n "$PKG_CONFIG"; then
6490   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6491 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6492 else
6493   { echo "$as_me:$LINENO: result: no" >&5
6494 echo "${ECHO_T}no" >&6; }
6495 fi
6496
6497
6498   test -n "$PKG_CONFIG" && break
6499 done
6500 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6501
6502 for ac_prog in rsvg
6503 do
6504   # Extract the first word of "$ac_prog", so it can be a program name with args.
6505 set dummy $ac_prog; ac_word=$2
6506 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6508 if test "${ac_cv_prog_RSVG+set}" = set; then
6509   echo $ECHO_N "(cached) $ECHO_C" >&6
6510 else
6511   if test -n "$RSVG"; then
6512   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6513 else
6514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6515 for as_dir in $PATH
6516 do
6517   IFS=$as_save_IFS
6518   test -z "$as_dir" && as_dir=.
6519   for ac_exec_ext in '' $ac_executable_extensions; do
6520   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521     ac_cv_prog_RSVG="$ac_prog"
6522     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6523     break 2
6524   fi
6525 done
6526 done
6527 IFS=$as_save_IFS
6528
6529 fi
6530 fi
6531 RSVG=$ac_cv_prog_RSVG
6532 if test -n "$RSVG"; then
6533   { echo "$as_me:$LINENO: result: $RSVG" >&5
6534 echo "${ECHO_T}$RSVG" >&6; }
6535 else
6536   { echo "$as_me:$LINENO: result: no" >&5
6537 echo "${ECHO_T}no" >&6; }
6538 fi
6539
6540
6541   test -n "$RSVG" && break
6542 done
6543 test -n "$RSVG" || RSVG="false"
6544
6545 for ac_prog in icotool
6546 do
6547   # Extract the first word of "$ac_prog", so it can be a program name with args.
6548 set dummy $ac_prog; ac_word=$2
6549 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6551 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6552   echo $ECHO_N "(cached) $ECHO_C" >&6
6553 else
6554   if test -n "$ICOTOOL"; then
6555   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6556 else
6557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6558 for as_dir in $PATH
6559 do
6560   IFS=$as_save_IFS
6561   test -z "$as_dir" && as_dir=.
6562   for ac_exec_ext in '' $ac_executable_extensions; do
6563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6564     ac_cv_prog_ICOTOOL="$ac_prog"
6565     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6566     break 2
6567   fi
6568 done
6569 done
6570 IFS=$as_save_IFS
6571
6572 fi
6573 fi
6574 ICOTOOL=$ac_cv_prog_ICOTOOL
6575 if test -n "$ICOTOOL"; then
6576   { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6577 echo "${ECHO_T}$ICOTOOL" >&6; }
6578 else
6579   { echo "$as_me:$LINENO: result: no" >&5
6580 echo "${ECHO_T}no" >&6; }
6581 fi
6582
6583
6584   test -n "$ICOTOOL" && break
6585 done
6586 test -n "$ICOTOOL" || ICOTOOL="false"
6587
6588
6589 if test "${enable_maintainer_mode+set}" = set
6590 then
6591   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6592   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6593   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6594 fi
6595
6596 case $host_cpu in
6597   *i[3456789]86*)
6598     # Extract the first word of "prelink", so it can be a program name with args.
6599 set dummy prelink; ac_word=$2
6600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6602 if test "${ac_cv_path_PRELINK+set}" = set; then
6603   echo $ECHO_N "(cached) $ECHO_C" >&6
6604 else
6605   case $PRELINK in
6606   [\\/]* | ?:[\\/]*)
6607   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6608   ;;
6609   *)
6610   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6611 for as_dir in /sbin /usr/sbin $PATH
6612 do
6613   IFS=$as_save_IFS
6614   test -z "$as_dir" && as_dir=.
6615   for ac_exec_ext in '' $ac_executable_extensions; do
6616   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6618     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6619     break 2
6620   fi
6621 done
6622 done
6623 IFS=$as_save_IFS
6624
6625   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6626   ;;
6627 esac
6628 fi
6629 PRELINK=$ac_cv_path_PRELINK
6630 if test -n "$PRELINK"; then
6631   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6632 echo "${ECHO_T}$PRELINK" >&6; }
6633 else
6634   { echo "$as_me:$LINENO: result: no" >&5
6635 echo "${ECHO_T}no" >&6; }
6636 fi
6637
6638
6639     ;;
6640 esac
6641
6642
6643
6644 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6645 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6646 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6647   echo $ECHO_N "(cached) $ECHO_C" >&6
6648 else
6649   ac_check_lib_save_LIBS=$LIBS
6650 LIBS="-li386  $LIBS"
6651 cat >conftest.$ac_ext <<_ACEOF
6652 /* confdefs.h.  */
6653 _ACEOF
6654 cat confdefs.h >>conftest.$ac_ext
6655 cat >>conftest.$ac_ext <<_ACEOF
6656 /* end confdefs.h.  */
6657
6658 /* Override any GCC internal prototype to avoid an error.
6659    Use char because int might match the return type of a GCC
6660    builtin and then its argument prototype would still apply.  */
6661 #ifdef __cplusplus
6662 extern "C"
6663 #endif
6664 char i386_set_ldt ();
6665 int
6666 main ()
6667 {
6668 return i386_set_ldt ();
6669   ;
6670   return 0;
6671 }
6672 _ACEOF
6673 rm -f conftest.$ac_objext conftest$ac_exeext
6674 if { (ac_try="$ac_link"
6675 case "(($ac_try" in
6676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6677   *) ac_try_echo=$ac_try;;
6678 esac
6679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6680   (eval "$ac_link") 2>conftest.er1
6681   ac_status=$?
6682   grep -v '^ *+' conftest.er1 >conftest.err
6683   rm -f conftest.er1
6684   cat conftest.err >&5
6685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6686   (exit $ac_status); } && {
6687          test -z "$ac_c_werror_flag" ||
6688          test ! -s conftest.err
6689        } && test -s conftest$ac_exeext &&
6690        $as_test_x conftest$ac_exeext; then
6691   ac_cv_lib_i386_i386_set_ldt=yes
6692 else
6693   echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6695
6696         ac_cv_lib_i386_i386_set_ldt=no
6697 fi
6698
6699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6700       conftest$ac_exeext conftest.$ac_ext
6701 LIBS=$ac_check_lib_save_LIBS
6702 fi
6703 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6704 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6705 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6706   cat >>confdefs.h <<_ACEOF
6707 #define HAVE_LIBI386 1
6708 _ACEOF
6709
6710   LIBS="-li386 $LIBS"
6711
6712 fi
6713
6714
6715 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6716 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6717 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6718   echo $ECHO_N "(cached) $ECHO_C" >&6
6719 else
6720   ac_check_lib_save_LIBS=$LIBS
6721 LIBS="-lossaudio  $LIBS"
6722 cat >conftest.$ac_ext <<_ACEOF
6723 /* confdefs.h.  */
6724 _ACEOF
6725 cat confdefs.h >>conftest.$ac_ext
6726 cat >>conftest.$ac_ext <<_ACEOF
6727 /* end confdefs.h.  */
6728
6729 /* Override any GCC internal prototype to avoid an error.
6730    Use char because int might match the return type of a GCC
6731    builtin and then its argument prototype would still apply.  */
6732 #ifdef __cplusplus
6733 extern "C"
6734 #endif
6735 char _oss_ioctl ();
6736 int
6737 main ()
6738 {
6739 return _oss_ioctl ();
6740   ;
6741   return 0;
6742 }
6743 _ACEOF
6744 rm -f conftest.$ac_objext conftest$ac_exeext
6745 if { (ac_try="$ac_link"
6746 case "(($ac_try" in
6747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748   *) ac_try_echo=$ac_try;;
6749 esac
6750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6751   (eval "$ac_link") 2>conftest.er1
6752   ac_status=$?
6753   grep -v '^ *+' conftest.er1 >conftest.err
6754   rm -f conftest.er1
6755   cat conftest.err >&5
6756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757   (exit $ac_status); } && {
6758          test -z "$ac_c_werror_flag" ||
6759          test ! -s conftest.err
6760        } && test -s conftest$ac_exeext &&
6761        $as_test_x conftest$ac_exeext; then
6762   ac_cv_lib_ossaudio__oss_ioctl=yes
6763 else
6764   echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6766
6767         ac_cv_lib_ossaudio__oss_ioctl=no
6768 fi
6769
6770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6771       conftest$ac_exeext conftest.$ac_ext
6772 LIBS=$ac_check_lib_save_LIBS
6773 fi
6774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6775 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6776 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6777   cat >>confdefs.h <<_ACEOF
6778 #define HAVE_LIBOSSAUDIO 1
6779 _ACEOF
6780
6781   LIBS="-lossaudio $LIBS"
6782
6783 fi
6784
6785 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6786 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6787 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6788   echo $ECHO_N "(cached) $ECHO_C" >&6
6789 else
6790   ac_check_lib_save_LIBS=$LIBS
6791 LIBS="-lpthread  $LIBS"
6792 cat >conftest.$ac_ext <<_ACEOF
6793 /* confdefs.h.  */
6794 _ACEOF
6795 cat confdefs.h >>conftest.$ac_ext
6796 cat >>conftest.$ac_ext <<_ACEOF
6797 /* end confdefs.h.  */
6798
6799 /* Override any GCC internal prototype to avoid an error.
6800    Use char because int might match the return type of a GCC
6801    builtin and then its argument prototype would still apply.  */
6802 #ifdef __cplusplus
6803 extern "C"
6804 #endif
6805 char pthread_create ();
6806 int
6807 main ()
6808 {
6809 return pthread_create ();
6810   ;
6811   return 0;
6812 }
6813 _ACEOF
6814 rm -f conftest.$ac_objext conftest$ac_exeext
6815 if { (ac_try="$ac_link"
6816 case "(($ac_try" in
6817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6818   *) ac_try_echo=$ac_try;;
6819 esac
6820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6821   (eval "$ac_link") 2>conftest.er1
6822   ac_status=$?
6823   grep -v '^ *+' conftest.er1 >conftest.err
6824   rm -f conftest.er1
6825   cat conftest.err >&5
6826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827   (exit $ac_status); } && {
6828          test -z "$ac_c_werror_flag" ||
6829          test ! -s conftest.err
6830        } && test -s conftest$ac_exeext &&
6831        $as_test_x conftest$ac_exeext; then
6832   ac_cv_lib_pthread_pthread_create=yes
6833 else
6834   echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.$ac_ext >&5
6836
6837         ac_cv_lib_pthread_pthread_create=no
6838 fi
6839
6840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6841       conftest$ac_exeext conftest.$ac_ext
6842 LIBS=$ac_check_lib_save_LIBS
6843 fi
6844 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6845 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6846 if test $ac_cv_lib_pthread_pthread_create = yes; then
6847   LIBPTHREAD="-lpthread"
6848
6849 fi
6850
6851
6852 XLIB=""
6853
6854 OPENGL_LIBS=""
6855
6856
6857
6858 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6859 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6860 if test "${ac_cv_header_stdc+set}" = set; then
6861   echo $ECHO_N "(cached) $ECHO_C" >&6
6862 else
6863   cat >conftest.$ac_ext <<_ACEOF
6864 /* confdefs.h.  */
6865 _ACEOF
6866 cat confdefs.h >>conftest.$ac_ext
6867 cat >>conftest.$ac_ext <<_ACEOF
6868 /* end confdefs.h.  */
6869 #include <stdlib.h>
6870 #include <stdarg.h>
6871 #include <string.h>
6872 #include <float.h>
6873
6874 int
6875 main ()
6876 {
6877
6878   ;
6879   return 0;
6880 }
6881 _ACEOF
6882 rm -f conftest.$ac_objext
6883 if { (ac_try="$ac_compile"
6884 case "(($ac_try" in
6885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6886   *) ac_try_echo=$ac_try;;
6887 esac
6888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6889   (eval "$ac_compile") 2>conftest.er1
6890   ac_status=$?
6891   grep -v '^ *+' conftest.er1 >conftest.err
6892   rm -f conftest.er1
6893   cat conftest.err >&5
6894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895   (exit $ac_status); } && {
6896          test -z "$ac_c_werror_flag" ||
6897          test ! -s conftest.err
6898        } && test -s conftest.$ac_objext; then
6899   ac_cv_header_stdc=yes
6900 else
6901   echo "$as_me: failed program was:" >&5
6902 sed 's/^/| /' conftest.$ac_ext >&5
6903
6904         ac_cv_header_stdc=no
6905 fi
6906
6907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6908
6909 if test $ac_cv_header_stdc = yes; then
6910   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6911   cat >conftest.$ac_ext <<_ACEOF
6912 /* confdefs.h.  */
6913 _ACEOF
6914 cat confdefs.h >>conftest.$ac_ext
6915 cat >>conftest.$ac_ext <<_ACEOF
6916 /* end confdefs.h.  */
6917 #include <string.h>
6918
6919 _ACEOF
6920 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6921   $EGREP "memchr" >/dev/null 2>&1; then
6922   :
6923 else
6924   ac_cv_header_stdc=no
6925 fi
6926 rm -f conftest*
6927
6928 fi
6929
6930 if test $ac_cv_header_stdc = yes; then
6931   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6932   cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h.  */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h.  */
6938 #include <stdlib.h>
6939
6940 _ACEOF
6941 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6942   $EGREP "free" >/dev/null 2>&1; then
6943   :
6944 else
6945   ac_cv_header_stdc=no
6946 fi
6947 rm -f conftest*
6948
6949 fi
6950
6951 if test $ac_cv_header_stdc = yes; then
6952   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6953   if test "$cross_compiling" = yes; then
6954   :
6955 else
6956   cat >conftest.$ac_ext <<_ACEOF
6957 /* confdefs.h.  */
6958 _ACEOF
6959 cat confdefs.h >>conftest.$ac_ext
6960 cat >>conftest.$ac_ext <<_ACEOF
6961 /* end confdefs.h.  */
6962 #include <ctype.h>
6963 #include <stdlib.h>
6964 #if ((' ' & 0x0FF) == 0x020)
6965 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6966 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6967 #else
6968 # define ISLOWER(c) \
6969                    (('a' <= (c) && (c) <= 'i') \
6970                      || ('j' <= (c) && (c) <= 'r') \
6971                      || ('s' <= (c) && (c) <= 'z'))
6972 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6973 #endif
6974
6975 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6976 int
6977 main ()
6978 {
6979   int i;
6980   for (i = 0; i < 256; i++)
6981     if (XOR (islower (i), ISLOWER (i))
6982         || toupper (i) != TOUPPER (i))
6983       return 2;
6984   return 0;
6985 }
6986 _ACEOF
6987 rm -f conftest$ac_exeext
6988 if { (ac_try="$ac_link"
6989 case "(($ac_try" in
6990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6991   *) ac_try_echo=$ac_try;;
6992 esac
6993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6994   (eval "$ac_link") 2>&5
6995   ac_status=$?
6996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
7004   ac_status=$?
7005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006   (exit $ac_status); }; }; then
7007   :
7008 else
7009   echo "$as_me: program exited with status $ac_status" >&5
7010 echo "$as_me: failed program was:" >&5
7011 sed 's/^/| /' conftest.$ac_ext >&5
7012
7013 ( exit $ac_status )
7014 ac_cv_header_stdc=no
7015 fi
7016 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7017 fi
7018
7019
7020 fi
7021 fi
7022 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7023 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7024 if test $ac_cv_header_stdc = yes; then
7025
7026 cat >>confdefs.h <<\_ACEOF
7027 #define STDC_HEADERS 1
7028 _ACEOF
7029
7030 fi
7031
7032 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7043                   inttypes.h stdint.h unistd.h
7044 do
7045 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7049   echo $ECHO_N "(cached) $ECHO_C" >&6
7050 else
7051   cat >conftest.$ac_ext <<_ACEOF
7052 /* confdefs.h.  */
7053 _ACEOF
7054 cat confdefs.h >>conftest.$ac_ext
7055 cat >>conftest.$ac_ext <<_ACEOF
7056 /* end confdefs.h.  */
7057 $ac_includes_default
7058
7059 #include <$ac_header>
7060 _ACEOF
7061 rm -f conftest.$ac_objext
7062 if { (ac_try="$ac_compile"
7063 case "(($ac_try" in
7064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7065   *) ac_try_echo=$ac_try;;
7066 esac
7067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7068   (eval "$ac_compile") 2>conftest.er1
7069   ac_status=$?
7070   grep -v '^ *+' conftest.er1 >conftest.err
7071   rm -f conftest.er1
7072   cat conftest.err >&5
7073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074   (exit $ac_status); } && {
7075          test -z "$ac_c_werror_flag" ||
7076          test ! -s conftest.err
7077        } && test -s conftest.$ac_objext; then
7078   eval "$as_ac_Header=yes"
7079 else
7080   echo "$as_me: failed program was:" >&5
7081 sed 's/^/| /' conftest.$ac_ext >&5
7082
7083         eval "$as_ac_Header=no"
7084 fi
7085
7086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7087 fi
7088 ac_res=`eval echo '${'$as_ac_Header'}'`
7089                { echo "$as_me:$LINENO: result: $ac_res" >&5
7090 echo "${ECHO_T}$ac_res" >&6; }
7091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7092   cat >>confdefs.h <<_ACEOF
7093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7094 _ACEOF
7095
7096 fi
7097
7098 done
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212 for ac_header in \
7213         AudioUnit/AudioUnit.h \
7214         Carbon/Carbon.h \
7215         CoreAudio/CoreAudio.h \
7216         DiskArbitration/DiskArbitration.h \
7217         IOKit/IOKitLib.h \
7218         alias.h \
7219         alsa/asoundlib.h \
7220         arpa/inet.h \
7221         arpa/nameser.h \
7222         asm/types.h \
7223         capi20.h \
7224         curses.h \
7225         direct.h \
7226         dlfcn.h \
7227         elf.h \
7228         float.h \
7229         fontconfig/fontconfig.h \
7230         getopt.h \
7231         ieeefp.h \
7232         io.h \
7233         jack/jack.h \
7234         jpeglib.h \
7235         lber.h \
7236         lcms.h \
7237         lcms/lcms.h \
7238         ldap.h \
7239         libaudioio.h \
7240         link.h \
7241         linux/cdrom.h \
7242         linux/compiler.h \
7243         linux/hdreg.h \
7244         linux/input.h \
7245         linux/ioctl.h \
7246         linux/joystick.h \
7247         linux/major.h \
7248         linux/param.h \
7249         linux/serial.h \
7250         linux/ucdrom.h \
7251         mach/mach.h \
7252         mach/machine.h \
7253         machine/cpu.h \
7254         machine/limits.h \
7255         machine/soundcard.h \
7256         mntent.h \
7257         ncurses.h \
7258         netdb.h \
7259         netinet/in.h \
7260         netinet/in_systm.h \
7261         netinet/tcp.h \
7262         netinet/tcp_fsm.h \
7263         openssl/err.h \
7264         openssl/ssl.h \
7265         png.h \
7266         poll.h \
7267         process.h \
7268         pthread.h \
7269         pwd.h \
7270         regex.h \
7271         sched.h \
7272         scsi/scsi.h \
7273         scsi/scsi_ioctl.h \
7274         scsi/sg.h \
7275         soundcard.h \
7276         stdint.h \
7277         strings.h \
7278         sys/asoundlib.h \
7279         sys/cdio.h \
7280         sys/elf32.h \
7281         sys/epoll.h \
7282         sys/errno.h \
7283         sys/event.h \
7284         sys/exec_elf.h \
7285         sys/filio.h \
7286         sys/ioctl.h \
7287         sys/ipc.h \
7288         sys/limits.h \
7289         sys/link.h \
7290         sys/lwp.h \
7291         sys/mman.h \
7292         sys/modem.h \
7293         sys/msg.h \
7294         sys/mtio.h \
7295         sys/param.h \
7296         sys/poll.h \
7297         sys/prctl.h \
7298         sys/ptrace.h \
7299         sys/reg.h \
7300         sys/resource.h \
7301         sys/scsiio.h \
7302         sys/shm.h \
7303         sys/signal.h \
7304         sys/socket.h \
7305         sys/socketvar.h \
7306         sys/sockio.h \
7307         sys/soundcard.h \
7308         sys/statvfs.h \
7309         sys/strtio.h \
7310         sys/syscall.h \
7311         sys/sysctl.h \
7312         sys/time.h \
7313         sys/times.h \
7314         sys/uio.h \
7315         sys/un.h \
7316         sys/vm86.h \
7317         sys/wait.h \
7318         syscall.h \
7319         termios.h \
7320         unistd.h \
7321         utime.h \
7322         valgrind/memcheck.h \
7323         valgrind/valgrind.h
7324
7325 do
7326 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7328   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7331   echo $ECHO_N "(cached) $ECHO_C" >&6
7332 fi
7333 ac_res=`eval echo '${'$as_ac_Header'}'`
7334                { echo "$as_me:$LINENO: result: $ac_res" >&5
7335 echo "${ECHO_T}$ac_res" >&6; }
7336 else
7337   # Is the header compilable?
7338 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7340 cat >conftest.$ac_ext <<_ACEOF
7341 /* confdefs.h.  */
7342 _ACEOF
7343 cat confdefs.h >>conftest.$ac_ext
7344 cat >>conftest.$ac_ext <<_ACEOF
7345 /* end confdefs.h.  */
7346 $ac_includes_default
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353   *) ac_try_echo=$ac_try;;
7354 esac
7355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7356   (eval "$ac_compile") 2>conftest.er1
7357   ac_status=$?
7358   grep -v '^ *+' conftest.er1 >conftest.err
7359   rm -f conftest.er1
7360   cat conftest.err >&5
7361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362   (exit $ac_status); } && {
7363          test -z "$ac_c_werror_flag" ||
7364          test ! -s conftest.err
7365        } && test -s conftest.$ac_objext; then
7366   ac_header_compiler=yes
7367 else
7368   echo "$as_me: failed program was:" >&5
7369 sed 's/^/| /' conftest.$ac_ext >&5
7370
7371         ac_header_compiler=no
7372 fi
7373
7374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7375 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7376 echo "${ECHO_T}$ac_header_compiler" >&6; }
7377
7378 # Is the header present?
7379 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7380 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7381 cat >conftest.$ac_ext <<_ACEOF
7382 /* confdefs.h.  */
7383 _ACEOF
7384 cat confdefs.h >>conftest.$ac_ext
7385 cat >>conftest.$ac_ext <<_ACEOF
7386 /* end confdefs.h.  */
7387 #include <$ac_header>
7388 _ACEOF
7389 if { (ac_try="$ac_cpp conftest.$ac_ext"
7390 case "(($ac_try" in
7391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7392   *) ac_try_echo=$ac_try;;
7393 esac
7394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7395   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7396   ac_status=$?
7397   grep -v '^ *+' conftest.er1 >conftest.err
7398   rm -f conftest.er1
7399   cat conftest.err >&5
7400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401   (exit $ac_status); } >/dev/null && {
7402          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7403          test ! -s conftest.err
7404        }; then
7405   ac_header_preproc=yes
7406 else
7407   echo "$as_me: failed program was:" >&5
7408 sed 's/^/| /' conftest.$ac_ext >&5
7409
7410   ac_header_preproc=no
7411 fi
7412
7413 rm -f conftest.err conftest.$ac_ext
7414 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7415 echo "${ECHO_T}$ac_header_preproc" >&6; }
7416
7417 # So?  What about this header?
7418 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7419   yes:no: )
7420     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7421 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7422     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7423 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7424     ac_header_preproc=yes
7425     ;;
7426   no:yes:* )
7427     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7428 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7429     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7430 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7431     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7432 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7433     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7434 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7435     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7437     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7438 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7439     ( cat <<\_ASBOX
7440 ## ------------------------------------ ##
7441 ## Report this to wine-devel@winehq.org ##
7442 ## ------------------------------------ ##
7443 _ASBOX
7444      ) | sed "s/^/$as_me: WARNING:     /" >&2
7445     ;;
7446 esac
7447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7450   echo $ECHO_N "(cached) $ECHO_C" >&6
7451 else
7452   eval "$as_ac_Header=\$ac_header_preproc"
7453 fi
7454 ac_res=`eval echo '${'$as_ac_Header'}'`
7455                { echo "$as_me:$LINENO: result: $ac_res" >&5
7456 echo "${ECHO_T}$ac_res" >&6; }
7457
7458 fi
7459 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7460   cat >>confdefs.h <<_ACEOF
7461 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7462 _ACEOF
7463
7464 fi
7465
7466 done
7467
7468 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7469 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7470 if test "${ac_cv_header_stat_broken+set}" = set; then
7471   echo $ECHO_N "(cached) $ECHO_C" >&6
7472 else
7473   cat >conftest.$ac_ext <<_ACEOF
7474 /* confdefs.h.  */
7475 _ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h.  */
7479 #include <sys/types.h>
7480 #include <sys/stat.h>
7481
7482 #if defined S_ISBLK && defined S_IFDIR
7483 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7484 #endif
7485
7486 #if defined S_ISBLK && defined S_IFCHR
7487 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7488 #endif
7489
7490 #if defined S_ISLNK && defined S_IFREG
7491 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7492 #endif
7493
7494 #if defined S_ISSOCK && defined S_IFREG
7495 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7496 #endif
7497
7498 _ACEOF
7499 rm -f conftest.$ac_objext
7500 if { (ac_try="$ac_compile"
7501 case "(($ac_try" in
7502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7503   *) ac_try_echo=$ac_try;;
7504 esac
7505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7506   (eval "$ac_compile") 2>conftest.er1
7507   ac_status=$?
7508   grep -v '^ *+' conftest.er1 >conftest.err
7509   rm -f conftest.er1
7510   cat conftest.err >&5
7511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7512   (exit $ac_status); } && {
7513          test -z "$ac_c_werror_flag" ||
7514          test ! -s conftest.err
7515        } && test -s conftest.$ac_objext; then
7516   ac_cv_header_stat_broken=no
7517 else
7518   echo "$as_me: failed program was:" >&5
7519 sed 's/^/| /' conftest.$ac_ext >&5
7520
7521         ac_cv_header_stat_broken=yes
7522 fi
7523
7524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7525 fi
7526 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7527 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7528 if test $ac_cv_header_stat_broken = yes; then
7529
7530 cat >>confdefs.h <<\_ACEOF
7531 #define STAT_MACROS_BROKEN 1
7532 _ACEOF
7533
7534 fi
7535
7536
7537
7538
7539
7540
7541
7542 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7543 do
7544 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7545 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7546 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7547 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7548   echo $ECHO_N "(cached) $ECHO_C" >&6
7549 else
7550   cat >conftest.$ac_ext <<_ACEOF
7551 /* confdefs.h.  */
7552 _ACEOF
7553 cat confdefs.h >>conftest.$ac_ext
7554 cat >>conftest.$ac_ext <<_ACEOF
7555 /* end confdefs.h.  */
7556 #include <sys/types.h>
7557      #ifdef HAVE_SYS_PARAM_H
7558      # include <sys/param.h>
7559      #endif
7560
7561 #include <$ac_header>
7562 _ACEOF
7563 rm -f conftest.$ac_objext
7564 if { (ac_try="$ac_compile"
7565 case "(($ac_try" in
7566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7567   *) ac_try_echo=$ac_try;;
7568 esac
7569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7570   (eval "$ac_compile") 2>conftest.er1
7571   ac_status=$?
7572   grep -v '^ *+' conftest.er1 >conftest.err
7573   rm -f conftest.er1
7574   cat conftest.err >&5
7575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7576   (exit $ac_status); } && {
7577          test -z "$ac_c_werror_flag" ||
7578          test ! -s conftest.err
7579        } && test -s conftest.$ac_objext; then
7580   eval "$as_ac_Header=yes"
7581 else
7582   echo "$as_me: failed program was:" >&5
7583 sed 's/^/| /' conftest.$ac_ext >&5
7584
7585         eval "$as_ac_Header=no"
7586 fi
7587
7588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7589 fi
7590 ac_res=`eval echo '${'$as_ac_Header'}'`
7591                { echo "$as_me:$LINENO: result: $ac_res" >&5
7592 echo "${ECHO_T}$ac_res" >&6; }
7593 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7594   cat >>confdefs.h <<_ACEOF
7595 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7596 _ACEOF
7597
7598 fi
7599
7600 done
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615 for ac_header in \
7616         netinet/ip.h \
7617         net/if.h \
7618         net/if_arp.h \
7619         net/if_dl.h \
7620         net/if_types.h \
7621         net/route.h \
7622         netinet/if_ether.h \
7623         netinet/in_pcb.h \
7624         netinet/ip_icmp.h \
7625         netinet/ip_var.h \
7626         netinet/udp.h \
7627         netipx/ipx.h \
7628
7629 do
7630 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7631 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7632 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7633 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7634   echo $ECHO_N "(cached) $ECHO_C" >&6
7635 else
7636   cat >conftest.$ac_ext <<_ACEOF
7637 /* confdefs.h.  */
7638 _ACEOF
7639 cat confdefs.h >>conftest.$ac_ext
7640 cat >>conftest.$ac_ext <<_ACEOF
7641 /* end confdefs.h.  */
7642 #include <sys/types.h>
7643      #ifdef HAVE_SYS_SOCKET_H
7644      # include <sys/socket.h>
7645      #endif
7646      #ifdef HAVE_SYS_SOCKETVAR_H
7647      # include <sys/socketvar.h>
7648      #endif
7649      #ifdef HAVE_NETINET_IN_H
7650      # include <netinet/in.h>
7651      #endif
7652      #ifdef HAVE_NETINET_IP_H
7653      # include <netinet/ip.h>
7654      #endif
7655
7656 #include <$ac_header>
7657 _ACEOF
7658 rm -f conftest.$ac_objext
7659 if { (ac_try="$ac_compile"
7660 case "(($ac_try" in
7661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7662   *) ac_try_echo=$ac_try;;
7663 esac
7664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7665   (eval "$ac_compile") 2>conftest.er1
7666   ac_status=$?
7667   grep -v '^ *+' conftest.er1 >conftest.err
7668   rm -f conftest.er1
7669   cat conftest.err >&5
7670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7671   (exit $ac_status); } && {
7672          test -z "$ac_c_werror_flag" ||
7673          test ! -s conftest.err
7674        } && test -s conftest.$ac_objext; then
7675   eval "$as_ac_Header=yes"
7676 else
7677   echo "$as_me: failed program was:" >&5
7678 sed 's/^/| /' conftest.$ac_ext >&5
7679
7680         eval "$as_ac_Header=no"
7681 fi
7682
7683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7684 fi
7685 ac_res=`eval echo '${'$as_ac_Header'}'`
7686                { echo "$as_me:$LINENO: result: $ac_res" >&5
7687 echo "${ECHO_T}$ac_res" >&6; }
7688 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7689   cat >>confdefs.h <<_ACEOF
7690 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7691 _ACEOF
7692
7693 fi
7694
7695 done
7696
7697
7698
7699
7700
7701
7702 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7703 do
7704 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7705 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7707 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7708   echo $ECHO_N "(cached) $ECHO_C" >&6
7709 else
7710   cat >conftest.$ac_ext <<_ACEOF
7711 /* confdefs.h.  */
7712 _ACEOF
7713 cat confdefs.h >>conftest.$ac_ext
7714 cat >>conftest.$ac_ext <<_ACEOF
7715 /* end confdefs.h.  */
7716 #include <sys/types.h>
7717      #ifdef HAVE_ALIAS_H
7718      # include <alias.h>
7719      #endif
7720      #ifdef HAVE_SYS_SOCKET_H
7721      # include <sys/socket.h>
7722      #endif
7723      #ifdef HAVE_SYS_SOCKETVAR_H
7724      # include <sys/socketvar.h>
7725      #endif
7726      #ifdef HAVE_NETINET_IN_H
7727      # include <netinet/in.h>
7728      #endif
7729      #ifdef HAVE_NETINET_IP_H
7730      # include <netinet/ip.h>
7731      #endif
7732      #ifdef HAVE_NETINET_IP_VAR_H
7733      # include <netinet/ip_var.h>
7734      #endif
7735      #ifdef HAVE_NETINET_IP_ICMP_H
7736      # include <netinet/ip_icmp.h>
7737      #endif
7738      #ifdef HAVE_NETINET_UDP_H
7739      # include <netinet/udp.h>
7740      #endif
7741      #ifdef HAVE_NETINET_TCP_H
7742      # include <netinet/tcp.h>
7743      #endif
7744
7745 #include <$ac_header>
7746 _ACEOF
7747 rm -f conftest.$ac_objext
7748 if { (ac_try="$ac_compile"
7749 case "(($ac_try" in
7750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7751   *) ac_try_echo=$ac_try;;
7752 esac
7753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7754   (eval "$ac_compile") 2>conftest.er1
7755   ac_status=$?
7756   grep -v '^ *+' conftest.er1 >conftest.err
7757   rm -f conftest.er1
7758   cat conftest.err >&5
7759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760   (exit $ac_status); } && {
7761          test -z "$ac_c_werror_flag" ||
7762          test ! -s conftest.err
7763        } && test -s conftest.$ac_objext; then
7764   eval "$as_ac_Header=yes"
7765 else
7766   echo "$as_me: failed program was:" >&5
7767 sed 's/^/| /' conftest.$ac_ext >&5
7768
7769         eval "$as_ac_Header=no"
7770 fi
7771
7772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7773 fi
7774 ac_res=`eval echo '${'$as_ac_Header'}'`
7775                { echo "$as_me:$LINENO: result: $ac_res" >&5
7776 echo "${ECHO_T}$ac_res" >&6; }
7777 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7778   cat >>confdefs.h <<_ACEOF
7779 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7780 _ACEOF
7781
7782 fi
7783
7784 done
7785
7786
7787
7788 for ac_header in linux/ipx.h
7789 do
7790 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7791 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7792 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7794   echo $ECHO_N "(cached) $ECHO_C" >&6
7795 else
7796   cat >conftest.$ac_ext <<_ACEOF
7797 /* confdefs.h.  */
7798 _ACEOF
7799 cat confdefs.h >>conftest.$ac_ext
7800 cat >>conftest.$ac_ext <<_ACEOF
7801 /* end confdefs.h.  */
7802 #include <sys/types.h>
7803      #ifdef HAVE_ASM_TYPES_H
7804      # include <asm/types.h>
7805      #endif
7806      #ifdef HAVE_SYS_SOCKET_H
7807      # include <sys/socket.h>
7808      #endif
7809
7810 #include <$ac_header>
7811 _ACEOF
7812 rm -f conftest.$ac_objext
7813 if { (ac_try="$ac_compile"
7814 case "(($ac_try" in
7815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7816   *) ac_try_echo=$ac_try;;
7817 esac
7818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7819   (eval "$ac_compile") 2>conftest.er1
7820   ac_status=$?
7821   grep -v '^ *+' conftest.er1 >conftest.err
7822   rm -f conftest.er1
7823   cat conftest.err >&5
7824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825   (exit $ac_status); } && {
7826          test -z "$ac_c_werror_flag" ||
7827          test ! -s conftest.err
7828        } && test -s conftest.$ac_objext; then
7829   eval "$as_ac_Header=yes"
7830 else
7831   echo "$as_me: failed program was:" >&5
7832 sed 's/^/| /' conftest.$ac_ext >&5
7833
7834         eval "$as_ac_Header=no"
7835 fi
7836
7837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7838 fi
7839 ac_res=`eval echo '${'$as_ac_Header'}'`
7840                { echo "$as_me:$LINENO: result: $ac_res" >&5
7841 echo "${ECHO_T}$ac_res" >&6; }
7842 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7843   cat >>confdefs.h <<_ACEOF
7844 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7845 _ACEOF
7846
7847 fi
7848
7849 done
7850
7851
7852
7853 for ac_header in resolv.h
7854 do
7855 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7859   echo $ECHO_N "(cached) $ECHO_C" >&6
7860 else
7861   cat >conftest.$ac_ext <<_ACEOF
7862 /* confdefs.h.  */
7863 _ACEOF
7864 cat confdefs.h >>conftest.$ac_ext
7865 cat >>conftest.$ac_ext <<_ACEOF
7866 /* end confdefs.h.  */
7867 #include <sys/types.h>
7868      #ifdef HAVE_SYS_SOCKET_H
7869      # include <sys/socket.h>
7870      #endif
7871      #ifdef HAVE_NETINET_IN_H
7872      # include <netinet/in.h>
7873      #endif
7874      #ifdef HAVE_ARPA_NAMESER_H
7875      # include <arpa/nameser.h>
7876      #endif
7877
7878 #include <$ac_header>
7879 _ACEOF
7880 rm -f conftest.$ac_objext
7881 if { (ac_try="$ac_compile"
7882 case "(($ac_try" in
7883   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7884   *) ac_try_echo=$ac_try;;
7885 esac
7886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7887   (eval "$ac_compile") 2>conftest.er1
7888   ac_status=$?
7889   grep -v '^ *+' conftest.er1 >conftest.err
7890   rm -f conftest.er1
7891   cat conftest.err >&5
7892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893   (exit $ac_status); } && {
7894          test -z "$ac_c_werror_flag" ||
7895          test ! -s conftest.err
7896        } && test -s conftest.$ac_objext; then
7897   eval "$as_ac_Header=yes"
7898 else
7899   echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7901
7902         eval "$as_ac_Header=no"
7903 fi
7904
7905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7906 fi
7907 ac_res=`eval echo '${'$as_ac_Header'}'`
7908                { echo "$as_me:$LINENO: result: $ac_res" >&5
7909 echo "${ECHO_T}$ac_res" >&6; }
7910 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7911   cat >>confdefs.h <<_ACEOF
7912 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7913 _ACEOF
7914
7915 fi
7916
7917 done
7918
7919
7920
7921 for ac_header in ucontext.h
7922 do
7923 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7924 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7927   echo $ECHO_N "(cached) $ECHO_C" >&6
7928 else
7929   cat >conftest.$ac_ext <<_ACEOF
7930 /* confdefs.h.  */
7931 _ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h.  */
7935 #include <signal.h>
7936
7937 #include <$ac_header>
7938 _ACEOF
7939 rm -f conftest.$ac_objext
7940 if { (ac_try="$ac_compile"
7941 case "(($ac_try" in
7942   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7943   *) ac_try_echo=$ac_try;;
7944 esac
7945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7946   (eval "$ac_compile") 2>conftest.er1
7947   ac_status=$?
7948   grep -v '^ *+' conftest.er1 >conftest.err
7949   rm -f conftest.er1
7950   cat conftest.err >&5
7951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952   (exit $ac_status); } && {
7953          test -z "$ac_c_werror_flag" ||
7954          test ! -s conftest.err
7955        } && test -s conftest.$ac_objext; then
7956   eval "$as_ac_Header=yes"
7957 else
7958   echo "$as_me: failed program was:" >&5
7959 sed 's/^/| /' conftest.$ac_ext >&5
7960
7961         eval "$as_ac_Header=no"
7962 fi
7963
7964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7965 fi
7966 ac_res=`eval echo '${'$as_ac_Header'}'`
7967                { echo "$as_me:$LINENO: result: $ac_res" >&5
7968 echo "${ECHO_T}$ac_res" >&6; }
7969 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7970   cat >>confdefs.h <<_ACEOF
7971 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7972 _ACEOF
7973
7974 fi
7975
7976 done
7977
7978
7979
7980 for ac_header in sys/thr.h
7981 do
7982 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7983 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7984 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7985 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7986   echo $ECHO_N "(cached) $ECHO_C" >&6
7987 else
7988   cat >conftest.$ac_ext <<_ACEOF
7989 /* confdefs.h.  */
7990 _ACEOF
7991 cat confdefs.h >>conftest.$ac_ext
7992 cat >>conftest.$ac_ext <<_ACEOF
7993 /* end confdefs.h.  */
7994 #include <sys/types.h>
7995 #ifdef HAVE_UCONTEXT_H
7996 #include <ucontext.h>
7997 #endif
7998
7999 #include <$ac_header>
8000 _ACEOF
8001 rm -f conftest.$ac_objext
8002 if { (ac_try="$ac_compile"
8003 case "(($ac_try" in
8004   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8005   *) ac_try_echo=$ac_try;;
8006 esac
8007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8008   (eval "$ac_compile") 2>conftest.er1
8009   ac_status=$?
8010   grep -v '^ *+' conftest.er1 >conftest.err
8011   rm -f conftest.er1
8012   cat conftest.err >&5
8013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014   (exit $ac_status); } && {
8015          test -z "$ac_c_werror_flag" ||
8016          test ! -s conftest.err
8017        } && test -s conftest.$ac_objext; then
8018   eval "$as_ac_Header=yes"
8019 else
8020   echo "$as_me: failed program was:" >&5
8021 sed 's/^/| /' conftest.$ac_ext >&5
8022
8023         eval "$as_ac_Header=no"
8024 fi
8025
8026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8027 fi
8028 ac_res=`eval echo '${'$as_ac_Header'}'`
8029                { echo "$as_me:$LINENO: result: $ac_res" >&5
8030 echo "${ECHO_T}$ac_res" >&6; }
8031 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8032   cat >>confdefs.h <<_ACEOF
8033 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8034 _ACEOF
8035
8036 fi
8037
8038 done
8039
8040
8041
8042 for ac_header in pthread_np.h
8043 do
8044 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8048   echo $ECHO_N "(cached) $ECHO_C" >&6
8049 else
8050   cat >conftest.$ac_ext <<_ACEOF
8051 /* confdefs.h.  */
8052 _ACEOF
8053 cat confdefs.h >>conftest.$ac_ext
8054 cat >>conftest.$ac_ext <<_ACEOF
8055 /* end confdefs.h.  */
8056 #ifdef HAVE_PTHREAD_H
8057 #include <pthread.h>
8058 #endif
8059
8060 #include <$ac_header>
8061 _ACEOF
8062 rm -f conftest.$ac_objext
8063 if { (ac_try="$ac_compile"
8064 case "(($ac_try" in
8065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8066   *) ac_try_echo=$ac_try;;
8067 esac
8068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8069   (eval "$ac_compile") 2>conftest.er1
8070   ac_status=$?
8071   grep -v '^ *+' conftest.er1 >conftest.err
8072   rm -f conftest.er1
8073   cat conftest.err >&5
8074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075   (exit $ac_status); } && {
8076          test -z "$ac_c_werror_flag" ||
8077          test ! -s conftest.err
8078        } && test -s conftest.$ac_objext; then
8079   eval "$as_ac_Header=yes"
8080 else
8081   echo "$as_me: failed program was:" >&5
8082 sed 's/^/| /' conftest.$ac_ext >&5
8083
8084         eval "$as_ac_Header=no"
8085 fi
8086
8087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8088 fi
8089 ac_res=`eval echo '${'$as_ac_Header'}'`
8090                { echo "$as_me:$LINENO: result: $ac_res" >&5
8091 echo "${ECHO_T}$ac_res" >&6; }
8092 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8093   cat >>confdefs.h <<_ACEOF
8094 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8095 _ACEOF
8096
8097 fi
8098
8099 done
8100
8101
8102
8103 for ac_header in linux/videodev.h
8104 do
8105 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8106 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8109   echo $ECHO_N "(cached) $ECHO_C" >&6
8110 else
8111   cat >conftest.$ac_ext <<_ACEOF
8112 /* confdefs.h.  */
8113 _ACEOF
8114 cat confdefs.h >>conftest.$ac_ext
8115 cat >>conftest.$ac_ext <<_ACEOF
8116 /* end confdefs.h.  */
8117 #ifdef HAVE_SYS_TIME_H
8118 #include <sys/time.h>
8119 #endif
8120 #include <sys/types.h>
8121 #ifdef HAVE_ASM_TYPES_H
8122 #include <asm/types.h>
8123 #endif
8124
8125 #include <$ac_header>
8126 _ACEOF
8127 rm -f conftest.$ac_objext
8128 if { (ac_try="$ac_compile"
8129 case "(($ac_try" in
8130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8131   *) ac_try_echo=$ac_try;;
8132 esac
8133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8134   (eval "$ac_compile") 2>conftest.er1
8135   ac_status=$?
8136   grep -v '^ *+' conftest.er1 >conftest.err
8137   rm -f conftest.er1
8138   cat conftest.err >&5
8139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8140   (exit $ac_status); } && {
8141          test -z "$ac_c_werror_flag" ||
8142          test ! -s conftest.err
8143        } && test -s conftest.$ac_objext; then
8144   eval "$as_ac_Header=yes"
8145 else
8146   echo "$as_me: failed program was:" >&5
8147 sed 's/^/| /' conftest.$ac_ext >&5
8148
8149         eval "$as_ac_Header=no"
8150 fi
8151
8152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8153 fi
8154 ac_res=`eval echo '${'$as_ac_Header'}'`
8155                { echo "$as_me:$LINENO: result: $ac_res" >&5
8156 echo "${ECHO_T}$ac_res" >&6; }
8157 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8158   cat >>confdefs.h <<_ACEOF
8159 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8160 _ACEOF
8161
8162 fi
8163
8164 done
8165
8166
8167
8168 for ac_header in linux/capi.h
8169 do
8170 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8171 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8172 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8174   echo $ECHO_N "(cached) $ECHO_C" >&6
8175 else
8176   cat >conftest.$ac_ext <<_ACEOF
8177 /* confdefs.h.  */
8178 _ACEOF
8179 cat confdefs.h >>conftest.$ac_ext
8180 cat >>conftest.$ac_ext <<_ACEOF
8181 /* end confdefs.h.  */
8182 #define __user
8183
8184 #include <$ac_header>
8185 _ACEOF
8186 rm -f conftest.$ac_objext
8187 if { (ac_try="$ac_compile"
8188 case "(($ac_try" in
8189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8190   *) ac_try_echo=$ac_try;;
8191 esac
8192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8193   (eval "$ac_compile") 2>conftest.er1
8194   ac_status=$?
8195   grep -v '^ *+' conftest.er1 >conftest.err
8196   rm -f conftest.er1
8197   cat conftest.err >&5
8198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8199   (exit $ac_status); } && {
8200          test -z "$ac_c_werror_flag" ||
8201          test ! -s conftest.err
8202        } && test -s conftest.$ac_objext; then
8203   eval "$as_ac_Header=yes"
8204 else
8205   echo "$as_me: failed program was:" >&5
8206 sed 's/^/| /' conftest.$ac_ext >&5
8207
8208         eval "$as_ac_Header=no"
8209 fi
8210
8211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8212 fi
8213 ac_res=`eval echo '${'$as_ac_Header'}'`
8214                { echo "$as_me:$LINENO: result: $ac_res" >&5
8215 echo "${ECHO_T}$ac_res" >&6; }
8216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8217   cat >>confdefs.h <<_ACEOF
8218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8219 _ACEOF
8220
8221 fi
8222
8223 done
8224
8225
8226
8227 DLLEXT=""
8228
8229 DLLFLAGS="-D_REENTRANT"
8230
8231 LDSHARED=""
8232
8233 LDDLLFLAGS=""
8234
8235 LIBEXT="so"
8236
8237 IMPLIBEXT="def"
8238
8239 LDRPATH_INSTALL=""
8240
8241 LDRPATH_LOCAL=""
8242
8243 # Extract the first word of "ldd", so it can be a program name with args.
8244 set dummy ldd; ac_word=$2
8245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8247 if test "${ac_cv_path_LDD+set}" = set; then
8248   echo $ECHO_N "(cached) $ECHO_C" >&6
8249 else
8250   case $LDD in
8251   [\\/]* | ?:[\\/]*)
8252   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8253   ;;
8254   *)
8255   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8256 as_dummy="/sbin:/usr/sbin:$PATH"
8257 for as_dir in $as_dummy
8258 do
8259   IFS=$as_save_IFS
8260   test -z "$as_dir" && as_dir=.
8261   for ac_exec_ext in '' $ac_executable_extensions; do
8262   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8263     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8264     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8265     break 2
8266   fi
8267 done
8268 done
8269 IFS=$as_save_IFS
8270
8271   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8272   ;;
8273 esac
8274 fi
8275 LDD=$ac_cv_path_LDD
8276 if test -n "$LDD"; then
8277   { echo "$as_me:$LINENO: result: $LDD" >&5
8278 echo "${ECHO_T}$LDD" >&6; }
8279 else
8280   { echo "$as_me:$LINENO: result: no" >&5
8281 echo "${ECHO_T}no" >&6; }
8282 fi
8283
8284
8285
8286 case $host_os in
8287   cygwin*|mingw32*)
8288     if test -n "$ac_tool_prefix"; then
8289   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8290 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8293 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8294   echo $ECHO_N "(cached) $ECHO_C" >&6
8295 else
8296   if test -n "$DLLTOOL"; then
8297   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8298 else
8299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8300 for as_dir in $PATH
8301 do
8302   IFS=$as_save_IFS
8303   test -z "$as_dir" && as_dir=.
8304   for ac_exec_ext in '' $ac_executable_extensions; do
8305   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8306     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8307     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8308     break 2
8309   fi
8310 done
8311 done
8312 IFS=$as_save_IFS
8313
8314 fi
8315 fi
8316 DLLTOOL=$ac_cv_prog_DLLTOOL
8317 if test -n "$DLLTOOL"; then
8318   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8319 echo "${ECHO_T}$DLLTOOL" >&6; }
8320 else
8321   { echo "$as_me:$LINENO: result: no" >&5
8322 echo "${ECHO_T}no" >&6; }
8323 fi
8324
8325
8326 fi
8327 if test -z "$ac_cv_prog_DLLTOOL"; then
8328   ac_ct_DLLTOOL=$DLLTOOL
8329   # Extract the first word of "dlltool", so it can be a program name with args.
8330 set dummy dlltool; ac_word=$2
8331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8333 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8334   echo $ECHO_N "(cached) $ECHO_C" >&6
8335 else
8336   if test -n "$ac_ct_DLLTOOL"; then
8337   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8338 else
8339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8340 for as_dir in $PATH
8341 do
8342   IFS=$as_save_IFS
8343   test -z "$as_dir" && as_dir=.
8344   for ac_exec_ext in '' $ac_executable_extensions; do
8345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8346     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8347     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8348     break 2
8349   fi
8350 done
8351 done
8352 IFS=$as_save_IFS
8353
8354 fi
8355 fi
8356 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8357 if test -n "$ac_ct_DLLTOOL"; then
8358   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8359 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8360 else
8361   { echo "$as_me:$LINENO: result: no" >&5
8362 echo "${ECHO_T}no" >&6; }
8363 fi
8364
8365   if test "x$ac_ct_DLLTOOL" = x; then
8366     DLLTOOL="false"
8367   else
8368     case $cross_compiling:$ac_tool_warned in
8369 yes:)
8370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8371 whose name does not start with the host triplet.  If you think this
8372 configuration is useful to you, please write to autoconf@gnu.org." >&5
8373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8374 whose name does not start with the host triplet.  If you think this
8375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8376 ac_tool_warned=yes ;;
8377 esac
8378     DLLTOOL=$ac_ct_DLLTOOL
8379   fi
8380 else
8381   DLLTOOL="$ac_cv_prog_DLLTOOL"
8382 fi
8383
8384     if test -n "$ac_tool_prefix"; then
8385   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8386 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8389 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8390   echo $ECHO_N "(cached) $ECHO_C" >&6
8391 else
8392   if test -n "$DLLWRAP"; then
8393   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8394 else
8395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396 for as_dir in $PATH
8397 do
8398   IFS=$as_save_IFS
8399   test -z "$as_dir" && as_dir=.
8400   for ac_exec_ext in '' $ac_executable_extensions; do
8401   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8403     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8404     break 2
8405   fi
8406 done
8407 done
8408 IFS=$as_save_IFS
8409
8410 fi
8411 fi
8412 DLLWRAP=$ac_cv_prog_DLLWRAP
8413 if test -n "$DLLWRAP"; then
8414   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8415 echo "${ECHO_T}$DLLWRAP" >&6; }
8416 else
8417   { echo "$as_me:$LINENO: result: no" >&5
8418 echo "${ECHO_T}no" >&6; }
8419 fi
8420
8421
8422 fi
8423 if test -z "$ac_cv_prog_DLLWRAP"; then
8424   ac_ct_DLLWRAP=$DLLWRAP
8425   # Extract the first word of "dllwrap", so it can be a program name with args.
8426 set dummy dllwrap; ac_word=$2
8427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8429 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8430   echo $ECHO_N "(cached) $ECHO_C" >&6
8431 else
8432   if test -n "$ac_ct_DLLWRAP"; then
8433   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8434 else
8435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436 for as_dir in $PATH
8437 do
8438   IFS=$as_save_IFS
8439   test -z "$as_dir" && as_dir=.
8440   for ac_exec_ext in '' $ac_executable_extensions; do
8441   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8443     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8444     break 2
8445   fi
8446 done
8447 done
8448 IFS=$as_save_IFS
8449
8450 fi
8451 fi
8452 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8453 if test -n "$ac_ct_DLLWRAP"; then
8454   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8455 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8456 else
8457   { echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6; }
8459 fi
8460
8461   if test "x$ac_ct_DLLWRAP" = x; then
8462     DLLWRAP="false"
8463   else
8464     case $cross_compiling:$ac_tool_warned in
8465 yes:)
8466 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8467 whose name does not start with the host triplet.  If you think this
8468 configuration is useful to you, please write to autoconf@gnu.org." >&5
8469 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8470 whose name does not start with the host triplet.  If you think this
8471 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8472 ac_tool_warned=yes ;;
8473 esac
8474     DLLWRAP=$ac_ct_DLLWRAP
8475   fi
8476 else
8477   DLLWRAP="$ac_cv_prog_DLLWRAP"
8478 fi
8479
8480     if test -n "$ac_tool_prefix"; then
8481   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8482 set dummy ${ac_tool_prefix}ar; ac_word=$2
8483 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8485 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8486   echo $ECHO_N "(cached) $ECHO_C" >&6
8487 else
8488   if test -n "$MINGWAR"; then
8489   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8490 else
8491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8492 for as_dir in $PATH
8493 do
8494   IFS=$as_save_IFS
8495   test -z "$as_dir" && as_dir=.
8496   for ac_exec_ext in '' $ac_executable_extensions; do
8497   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8498     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8499     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8500     break 2
8501   fi
8502 done
8503 done
8504 IFS=$as_save_IFS
8505
8506 fi
8507 fi
8508 MINGWAR=$ac_cv_prog_MINGWAR
8509 if test -n "$MINGWAR"; then
8510   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8511 echo "${ECHO_T}$MINGWAR" >&6; }
8512 else
8513   { echo "$as_me:$LINENO: result: no" >&5
8514 echo "${ECHO_T}no" >&6; }
8515 fi
8516
8517
8518 fi
8519 if test -z "$ac_cv_prog_MINGWAR"; then
8520   ac_ct_MINGWAR=$MINGWAR
8521   # Extract the first word of "ar", so it can be a program name with args.
8522 set dummy ar; ac_word=$2
8523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8525 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8526   echo $ECHO_N "(cached) $ECHO_C" >&6
8527 else
8528   if test -n "$ac_ct_MINGWAR"; then
8529   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8530 else
8531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8532 for as_dir in $PATH
8533 do
8534   IFS=$as_save_IFS
8535   test -z "$as_dir" && as_dir=.
8536   for ac_exec_ext in '' $ac_executable_extensions; do
8537   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538     ac_cv_prog_ac_ct_MINGWAR="ar"
8539     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540     break 2
8541   fi
8542 done
8543 done
8544 IFS=$as_save_IFS
8545
8546 fi
8547 fi
8548 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8549 if test -n "$ac_ct_MINGWAR"; then
8550   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8551 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8552 else
8553   { echo "$as_me:$LINENO: result: no" >&5
8554 echo "${ECHO_T}no" >&6; }
8555 fi
8556
8557   if test "x$ac_ct_MINGWAR" = x; then
8558     MINGWAR="false"
8559   else
8560     case $cross_compiling:$ac_tool_warned in
8561 yes:)
8562 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8563 whose name does not start with the host triplet.  If you think this
8564 configuration is useful to you, please write to autoconf@gnu.org." >&5
8565 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8566 whose name does not start with the host triplet.  If you think this
8567 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8568 ac_tool_warned=yes ;;
8569 esac
8570     MINGWAR=$ac_ct_MINGWAR
8571   fi
8572 else
8573   MINGWAR="$ac_cv_prog_MINGWAR"
8574 fi
8575
8576     if test "$DLLWRAP" = "false"; then
8577       LIBEXT="a"
8578     else
8579             LIBEXT="dll"
8580     fi
8581     IMPLIBEXT="a"
8582         WIN16_FILES=""
8583     WIN16_INSTALL=""
8584     ;;
8585   darwin*|macosx*)
8586     DLLEXT=".so"
8587     LIBEXT="dylib"
8588     DLLFLAGS="$DLLFLAGS -fPIC"
8589     LDDLLFLAGS="-bundle -multiply_defined suppress"
8590     LIBWINE_LDFLAGS="-multiply_defined suppress"
8591     LDSHARED="\$(CC) -dynamiclib"
8592     STRIP="$STRIP -x"
8593     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8594         SECURITYLIB="-framework Security -framework CoreFoundation"
8595
8596     COREFOUNDATIONLIB="-framework CoreFoundation"
8597
8598     IOKITLIB="-framework IOKit -framework CoreFoundation"
8599
8600     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8601
8602     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8603     then
8604                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8605
8606     fi
8607     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8608     then
8609                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8610
8611     fi
8612     case $host_cpu in
8613       *powerpc*)
8614         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8615     esac
8616         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8617     then
8618         CARBONLIB="-framework Carbon"
8619
8620         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8621     fi
8622     ;;
8623   *)
8624     DLLFLAGS="$DLLFLAGS -fPIC"
8625     DLLEXT=".so"
8626     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8627 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8628 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8629   echo $ECHO_N "(cached) $ECHO_C" >&6
8630 else
8631   ac_wine_try_cflags_saved=$CFLAGS
8632 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8633 cat >conftest.$ac_ext <<_ACEOF
8634 void myfunc() {}
8635 _ACEOF
8636 rm -f conftest.$ac_objext conftest$ac_exeext
8637 if { (ac_try="$ac_link"
8638 case "(($ac_try" in
8639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8640   *) ac_try_echo=$ac_try;;
8641 esac
8642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8643   (eval "$ac_link") 2>conftest.er1
8644   ac_status=$?
8645   grep -v '^ *+' conftest.er1 >conftest.err
8646   rm -f conftest.er1
8647   cat conftest.err >&5
8648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8649   (exit $ac_status); } && {
8650          test -z "$ac_c_werror_flag" ||
8651          test ! -s conftest.err
8652        } && test -s conftest$ac_exeext &&
8653        $as_test_x conftest$ac_exeext; then
8654   ac_cv_c_dll_gnuelf="yes"
8655 else
8656   echo "$as_me: failed program was:" >&5
8657 sed 's/^/| /' conftest.$ac_ext >&5
8658
8659         ac_cv_c_dll_gnuelf="no"
8660 fi
8661
8662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8663       conftest$ac_exeext conftest.$ac_ext
8664 CFLAGS=$ac_wine_try_cflags_saved
8665 fi
8666 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8667 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8668     if test "$ac_cv_c_dll_gnuelf" = "yes"
8669     then
8670       LDSHARED="\$(CC) -shared"
8671       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8672       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8673 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8674 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8675   echo $ECHO_N "(cached) $ECHO_C" >&6
8676 else
8677   ac_wine_try_cflags_saved=$CFLAGS
8678 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8679 cat >conftest.$ac_ext <<_ACEOF
8680 /* confdefs.h.  */
8681 _ACEOF
8682 cat confdefs.h >>conftest.$ac_ext
8683 cat >>conftest.$ac_ext <<_ACEOF
8684 /* end confdefs.h.  */
8685
8686 int
8687 main ()
8688 {
8689
8690   ;
8691   return 0;
8692 }
8693 _ACEOF
8694 rm -f conftest.$ac_objext conftest$ac_exeext
8695 if { (ac_try="$ac_link"
8696 case "(($ac_try" in
8697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8698   *) ac_try_echo=$ac_try;;
8699 esac
8700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8701   (eval "$ac_link") 2>conftest.er1
8702   ac_status=$?
8703   grep -v '^ *+' conftest.er1 >conftest.err
8704   rm -f conftest.er1
8705   cat conftest.err >&5
8706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8707   (exit $ac_status); } && {
8708          test -z "$ac_c_werror_flag" ||
8709          test ! -s conftest.err
8710        } && test -s conftest$ac_exeext &&
8711        $as_test_x conftest$ac_exeext; then
8712   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8713 else
8714   echo "$as_me: failed program was:" >&5
8715 sed 's/^/| /' conftest.$ac_ext >&5
8716
8717         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8718 fi
8719
8720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8721       conftest$ac_exeext conftest.$ac_ext
8722 CFLAGS=$ac_wine_try_cflags_saved
8723 fi
8724 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8725 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8726 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8727   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8728 else
8729   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8730 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8731 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8732   echo $ECHO_N "(cached) $ECHO_C" >&6
8733 else
8734   ac_wine_try_cflags_saved=$CFLAGS
8735 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8736 cat >conftest.$ac_ext <<_ACEOF
8737 /* confdefs.h.  */
8738 _ACEOF
8739 cat confdefs.h >>conftest.$ac_ext
8740 cat >>conftest.$ac_ext <<_ACEOF
8741 /* end confdefs.h.  */
8742
8743 int
8744 main ()
8745 {
8746
8747   ;
8748   return 0;
8749 }
8750 _ACEOF
8751 rm -f conftest.$ac_objext conftest$ac_exeext
8752 if { (ac_try="$ac_link"
8753 case "(($ac_try" in
8754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8755   *) ac_try_echo=$ac_try;;
8756 esac
8757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8758   (eval "$ac_link") 2>conftest.er1
8759   ac_status=$?
8760   grep -v '^ *+' conftest.er1 >conftest.err
8761   rm -f conftest.er1
8762   cat conftest.err >&5
8763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8764   (exit $ac_status); } && {
8765          test -z "$ac_c_werror_flag" ||
8766          test ! -s conftest.err
8767        } && test -s conftest$ac_exeext &&
8768        $as_test_x conftest$ac_exeext; then
8769   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8770 else
8771   echo "$as_me: failed program was:" >&5
8772 sed 's/^/| /' conftest.$ac_ext >&5
8773
8774         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8775 fi
8776
8777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8778       conftest$ac_exeext conftest.$ac_ext
8779 CFLAGS=$ac_wine_try_cflags_saved
8780 fi
8781 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8782 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8783 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8784   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8785 fi
8786
8787 fi
8788
8789
8790       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8791 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8792 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8793   echo $ECHO_N "(cached) $ECHO_C" >&6
8794 else
8795   ac_wine_try_cflags_saved=$CFLAGS
8796 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8797 cat >conftest.$ac_ext <<_ACEOF
8798 /* confdefs.h.  */
8799 _ACEOF
8800 cat confdefs.h >>conftest.$ac_ext
8801 cat >>conftest.$ac_ext <<_ACEOF
8802 /* end confdefs.h.  */
8803
8804 int
8805 main ()
8806 {
8807
8808   ;
8809   return 0;
8810 }
8811 _ACEOF
8812 rm -f conftest.$ac_objext conftest$ac_exeext
8813 if { (ac_try="$ac_link"
8814 case "(($ac_try" in
8815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8816   *) ac_try_echo=$ac_try;;
8817 esac
8818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8819   (eval "$ac_link") 2>conftest.er1
8820   ac_status=$?
8821   grep -v '^ *+' conftest.er1 >conftest.err
8822   rm -f conftest.er1
8823   cat conftest.err >&5
8824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8825   (exit $ac_status); } && {
8826          test -z "$ac_c_werror_flag" ||
8827          test ! -s conftest.err
8828        } && test -s conftest$ac_exeext &&
8829        $as_test_x conftest$ac_exeext; then
8830   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8831 else
8832   echo "$as_me: failed program was:" >&5
8833 sed 's/^/| /' conftest.$ac_ext >&5
8834
8835         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8836 fi
8837
8838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8839       conftest$ac_exeext conftest.$ac_ext
8840 CFLAGS=$ac_wine_try_cflags_saved
8841 fi
8842 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8843 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8844 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8845   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8846 fi
8847
8848
8849       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8850 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8851 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8852   echo $ECHO_N "(cached) $ECHO_C" >&6
8853 else
8854   ac_wine_try_cflags_saved=$CFLAGS
8855 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8856 cat >conftest.$ac_ext <<_ACEOF
8857 /* confdefs.h.  */
8858 _ACEOF
8859 cat confdefs.h >>conftest.$ac_ext
8860 cat >>conftest.$ac_ext <<_ACEOF
8861 /* end confdefs.h.  */
8862
8863 int
8864 main ()
8865 {
8866
8867   ;
8868   return 0;
8869 }
8870 _ACEOF
8871 rm -f conftest.$ac_objext conftest$ac_exeext
8872 if { (ac_try="$ac_link"
8873 case "(($ac_try" in
8874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8875   *) ac_try_echo=$ac_try;;
8876 esac
8877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8878   (eval "$ac_link") 2>conftest.er1
8879   ac_status=$?
8880   grep -v '^ *+' conftest.er1 >conftest.err
8881   rm -f conftest.er1
8882   cat conftest.err >&5
8883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8884   (exit $ac_status); } && {
8885          test -z "$ac_c_werror_flag" ||
8886          test ! -s conftest.err
8887        } && test -s conftest$ac_exeext &&
8888        $as_test_x conftest$ac_exeext; then
8889   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8890 else
8891   echo "$as_me: failed program was:" >&5
8892 sed 's/^/| /' conftest.$ac_ext >&5
8893
8894         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8895 fi
8896
8897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8898       conftest$ac_exeext conftest.$ac_ext
8899 CFLAGS=$ac_wine_try_cflags_saved
8900 fi
8901 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8902 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8903 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8904   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8905 fi
8906
8907
8908       echo '{ global: *; };' >conftest.map
8909       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8910 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8911 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8912   echo $ECHO_N "(cached) $ECHO_C" >&6
8913 else
8914   ac_wine_try_cflags_saved=$CFLAGS
8915 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8916 cat >conftest.$ac_ext <<_ACEOF
8917 /* confdefs.h.  */
8918 _ACEOF
8919 cat confdefs.h >>conftest.$ac_ext
8920 cat >>conftest.$ac_ext <<_ACEOF
8921 /* end confdefs.h.  */
8922
8923 int
8924 main ()
8925 {
8926
8927   ;
8928   return 0;
8929 }
8930 _ACEOF
8931 rm -f conftest.$ac_objext conftest$ac_exeext
8932 if { (ac_try="$ac_link"
8933 case "(($ac_try" in
8934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8935   *) ac_try_echo=$ac_try;;
8936 esac
8937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8938   (eval "$ac_link") 2>conftest.er1
8939   ac_status=$?
8940   grep -v '^ *+' conftest.er1 >conftest.err
8941   rm -f conftest.er1
8942   cat conftest.err >&5
8943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944   (exit $ac_status); } && {
8945          test -z "$ac_c_werror_flag" ||
8946          test ! -s conftest.err
8947        } && test -s conftest$ac_exeext &&
8948        $as_test_x conftest$ac_exeext; then
8949   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8950 else
8951   echo "$as_me: failed program was:" >&5
8952 sed 's/^/| /' conftest.$ac_ext >&5
8953
8954         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8955 fi
8956
8957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8958       conftest$ac_exeext conftest.$ac_ext
8959 CFLAGS=$ac_wine_try_cflags_saved
8960 fi
8961 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8962 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8963 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8964   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8965 fi
8966
8967       rm -f conftest.map
8968
8969       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8970 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8971 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8972   echo $ECHO_N "(cached) $ECHO_C" >&6
8973 else
8974   ac_wine_try_cflags_saved=$CFLAGS
8975 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8976 cat >conftest.$ac_ext <<_ACEOF
8977 /* confdefs.h.  */
8978 _ACEOF
8979 cat confdefs.h >>conftest.$ac_ext
8980 cat >>conftest.$ac_ext <<_ACEOF
8981 /* end confdefs.h.  */
8982
8983 int
8984 main ()
8985 {
8986
8987   ;
8988   return 0;
8989 }
8990 _ACEOF
8991 rm -f conftest.$ac_objext conftest$ac_exeext
8992 if { (ac_try="$ac_link"
8993 case "(($ac_try" in
8994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8995   *) ac_try_echo=$ac_try;;
8996 esac
8997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8998   (eval "$ac_link") 2>conftest.er1
8999   ac_status=$?
9000   grep -v '^ *+' conftest.er1 >conftest.err
9001   rm -f conftest.er1
9002   cat conftest.err >&5
9003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9004   (exit $ac_status); } && {
9005          test -z "$ac_c_werror_flag" ||
9006          test ! -s conftest.err
9007        } && test -s conftest$ac_exeext &&
9008        $as_test_x conftest$ac_exeext; then
9009   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9010 else
9011   echo "$as_me: failed program was:" >&5
9012 sed 's/^/| /' conftest.$ac_ext >&5
9013
9014         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9015 fi
9016
9017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9018       conftest$ac_exeext conftest.$ac_ext
9019 CFLAGS=$ac_wine_try_cflags_saved
9020 fi
9021 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9022 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9023 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9024   LDEXECFLAGS="-Wl,--export-dynamic"
9025
9026 fi
9027
9028
9029       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9030 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9031 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9032 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9033   echo $ECHO_N "(cached) $ECHO_C" >&6
9034 else
9035   ac_wine_try_cflags_saved=$CFLAGS
9036 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9037 cat >conftest.$ac_ext <<_ACEOF
9038 /* confdefs.h.  */
9039 _ACEOF
9040 cat confdefs.h >>conftest.$ac_ext
9041 cat >>conftest.$ac_ext <<_ACEOF
9042 /* end confdefs.h.  */
9043
9044 int
9045 main ()
9046 {
9047
9048   ;
9049   return 0;
9050 }
9051 _ACEOF
9052 rm -f conftest.$ac_objext conftest$ac_exeext
9053 if { (ac_try="$ac_link"
9054 case "(($ac_try" in
9055   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9056   *) ac_try_echo=$ac_try;;
9057 esac
9058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9059   (eval "$ac_link") 2>conftest.er1
9060   ac_status=$?
9061   grep -v '^ *+' conftest.er1 >conftest.err
9062   rm -f conftest.er1
9063   cat conftest.err >&5
9064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9065   (exit $ac_status); } && {
9066          test -z "$ac_c_werror_flag" ||
9067          test ! -s conftest.err
9068        } && test -s conftest$ac_exeext &&
9069        $as_test_x conftest$ac_exeext; then
9070   eval "$as_ac_var=yes"
9071 else
9072   echo "$as_me: failed program was:" >&5
9073 sed 's/^/| /' conftest.$ac_ext >&5
9074
9075         eval "$as_ac_var=no"
9076 fi
9077
9078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9079       conftest$ac_exeext conftest.$ac_ext
9080 CFLAGS=$ac_wine_try_cflags_saved
9081 fi
9082 ac_res=`eval echo '${'$as_ac_var'}'`
9083                { echo "$as_me:$LINENO: result: $ac_res" >&5
9084 echo "${ECHO_T}$ac_res" >&6; }
9085 if test `eval echo '${'$as_ac_var'}'` = yes; then
9086   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9087                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9088 else
9089   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9090 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9091 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9092 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9093   echo $ECHO_N "(cached) $ECHO_C" >&6
9094 else
9095   ac_wine_try_cflags_saved=$CFLAGS
9096 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9097 cat >conftest.$ac_ext <<_ACEOF
9098 /* confdefs.h.  */
9099 _ACEOF
9100 cat confdefs.h >>conftest.$ac_ext
9101 cat >>conftest.$ac_ext <<_ACEOF
9102 /* end confdefs.h.  */
9103
9104 int
9105 main ()
9106 {
9107
9108   ;
9109   return 0;
9110 }
9111 _ACEOF
9112 rm -f conftest.$ac_objext conftest$ac_exeext
9113 if { (ac_try="$ac_link"
9114 case "(($ac_try" in
9115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9116   *) ac_try_echo=$ac_try;;
9117 esac
9118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9119   (eval "$ac_link") 2>conftest.er1
9120   ac_status=$?
9121   grep -v '^ *+' conftest.er1 >conftest.err
9122   rm -f conftest.er1
9123   cat conftest.err >&5
9124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9125   (exit $ac_status); } && {
9126          test -z "$ac_c_werror_flag" ||
9127          test ! -s conftest.err
9128        } && test -s conftest$ac_exeext &&
9129        $as_test_x conftest$ac_exeext; then
9130   eval "$as_ac_var=yes"
9131 else
9132   echo "$as_me: failed program was:" >&5
9133 sed 's/^/| /' conftest.$ac_ext >&5
9134
9135         eval "$as_ac_var=no"
9136 fi
9137
9138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9139       conftest$ac_exeext conftest.$ac_ext
9140 CFLAGS=$ac_wine_try_cflags_saved
9141 fi
9142 ac_res=`eval echo '${'$as_ac_var'}'`
9143                { echo "$as_me:$LINENO: result: $ac_res" >&5
9144 echo "${ECHO_T}$ac_res" >&6; }
9145 if test `eval echo '${'$as_ac_var'}'` = yes; then
9146   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9147                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9148 fi
9149
9150 fi
9151
9152
9153       { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9154 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9155 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9156   echo $ECHO_N "(cached) $ECHO_C" >&6
9157 else
9158   ac_wine_try_cflags_saved=$CFLAGS
9159 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9160 cat >conftest.$ac_ext <<_ACEOF
9161 /* confdefs.h.  */
9162 _ACEOF
9163 cat confdefs.h >>conftest.$ac_ext
9164 cat >>conftest.$ac_ext <<_ACEOF
9165 /* end confdefs.h.  */
9166
9167 int
9168 main ()
9169 {
9170
9171   ;
9172   return 0;
9173 }
9174 _ACEOF
9175 rm -f conftest.$ac_objext conftest$ac_exeext
9176 if { (ac_try="$ac_link"
9177 case "(($ac_try" in
9178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9179   *) ac_try_echo=$ac_try;;
9180 esac
9181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9182   (eval "$ac_link") 2>conftest.er1
9183   ac_status=$?
9184   grep -v '^ *+' conftest.er1 >conftest.err
9185   rm -f conftest.er1
9186   cat conftest.err >&5
9187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188   (exit $ac_status); } && {
9189          test -z "$ac_c_werror_flag" ||
9190          test ! -s conftest.err
9191        } && test -s conftest$ac_exeext &&
9192        $as_test_x conftest$ac_exeext; then
9193   ac_cv_cflags__Wl___enable_new_dtags=yes
9194 else
9195   echo "$as_me: failed program was:" >&5
9196 sed 's/^/| /' conftest.$ac_ext >&5
9197
9198         ac_cv_cflags__Wl___enable_new_dtags=no
9199 fi
9200
9201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9202       conftest$ac_exeext conftest.$ac_ext
9203 CFLAGS=$ac_wine_try_cflags_saved
9204 fi
9205 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9206 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9207 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9208   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9209 fi
9210
9211
9212       case $host_cpu in
9213         *i[3456789]86* | x86_64)
9214           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9215 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9216 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9217   echo $ECHO_N "(cached) $ECHO_C" >&6
9218 else
9219   ac_wine_try_cflags_saved=$CFLAGS
9220 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9221 cat >conftest.$ac_ext <<_ACEOF
9222 /* confdefs.h.  */
9223 _ACEOF
9224 cat confdefs.h >>conftest.$ac_ext
9225 cat >>conftest.$ac_ext <<_ACEOF
9226 /* end confdefs.h.  */
9227
9228 int
9229 main ()
9230 {
9231
9232   ;
9233   return 0;
9234 }
9235 _ACEOF
9236 rm -f conftest.$ac_objext conftest$ac_exeext
9237 if { (ac_try="$ac_link"
9238 case "(($ac_try" in
9239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9240   *) ac_try_echo=$ac_try;;
9241 esac
9242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9243   (eval "$ac_link") 2>conftest.er1
9244   ac_status=$?
9245   grep -v '^ *+' conftest.er1 >conftest.err
9246   rm -f conftest.er1
9247   cat conftest.err >&5
9248   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9249   (exit $ac_status); } && {
9250          test -z "$ac_c_werror_flag" ||
9251          test ! -s conftest.err
9252        } && test -s conftest$ac_exeext &&
9253        $as_test_x conftest$ac_exeext; then
9254   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9255 else
9256   echo "$as_me: failed program was:" >&5
9257 sed 's/^/| /' conftest.$ac_ext >&5
9258
9259         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9260 fi
9261
9262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9263       conftest$ac_exeext conftest.$ac_ext
9264 CFLAGS=$ac_wine_try_cflags_saved
9265 fi
9266 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9267 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9268 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9269   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9270 fi
9271
9272           ;;
9273       esac
9274
9275     else
9276       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9277 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9278 if test "${ac_cv_c_dll_unixware+set}" = set; then
9279   echo $ECHO_N "(cached) $ECHO_C" >&6
9280 else
9281   ac_wine_try_cflags_saved=$CFLAGS
9282 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9283 cat >conftest.$ac_ext <<_ACEOF
9284 void myfunc() {}
9285 _ACEOF
9286 rm -f conftest.$ac_objext conftest$ac_exeext
9287 if { (ac_try="$ac_link"
9288 case "(($ac_try" in
9289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9290   *) ac_try_echo=$ac_try;;
9291 esac
9292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9293   (eval "$ac_link") 2>conftest.er1
9294   ac_status=$?
9295   grep -v '^ *+' conftest.er1 >conftest.err
9296   rm -f conftest.er1
9297   cat conftest.err >&5
9298   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9299   (exit $ac_status); } && {
9300          test -z "$ac_c_werror_flag" ||
9301          test ! -s conftest.err
9302        } && test -s conftest$ac_exeext &&
9303        $as_test_x conftest$ac_exeext; then
9304   ac_cv_c_dll_unixware="yes"
9305 else
9306   echo "$as_me: failed program was:" >&5
9307 sed 's/^/| /' conftest.$ac_ext >&5
9308
9309         ac_cv_c_dll_unixware="no"
9310 fi
9311
9312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9313       conftest$ac_exeext conftest.$ac_ext
9314 CFLAGS=$ac_wine_try_cflags_saved
9315 fi
9316 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9317 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9318       if test "$ac_cv_c_dll_unixware" = "yes"
9319       then
9320         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9321         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9322
9323       else
9324         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9325 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9326 if test "${ac_cv_c_dll_hpux+set}" = set; then
9327   echo $ECHO_N "(cached) $ECHO_C" >&6
9328 else
9329   ac_wine_try_cflags_saved=$CFLAGS
9330 CFLAGS="$CFLAGS -shared"
9331 cat >conftest.$ac_ext <<_ACEOF
9332 void myfunc() {}
9333 _ACEOF
9334 rm -f conftest.$ac_objext conftest$ac_exeext
9335 if { (ac_try="$ac_link"
9336 case "(($ac_try" in
9337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9338   *) ac_try_echo=$ac_try;;
9339 esac
9340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9341   (eval "$ac_link") 2>conftest.er1
9342   ac_status=$?
9343   grep -v '^ *+' conftest.er1 >conftest.err
9344   rm -f conftest.er1
9345   cat conftest.err >&5
9346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9347   (exit $ac_status); } && {
9348          test -z "$ac_c_werror_flag" ||
9349          test ! -s conftest.err
9350        } && test -s conftest$ac_exeext &&
9351        $as_test_x conftest$ac_exeext; then
9352   ac_cv_c_dll_hpux="yes"
9353 else
9354   echo "$as_me: failed program was:" >&5
9355 sed 's/^/| /' conftest.$ac_ext >&5
9356
9357         ac_cv_c_dll_hpux="no"
9358 fi
9359
9360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9361       conftest$ac_exeext conftest.$ac_ext
9362 CFLAGS=$ac_wine_try_cflags_saved
9363 fi
9364 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9365 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9366         if test "$ac_cv_c_dll_hpux" = "yes"
9367         then
9368           LIBEXT="sl"
9369           DLLEXT=".sl"
9370           LDDLLFLAGS="-shared -fPIC"
9371           LDSHARED="\$(CC) -shared"
9372         fi
9373       fi
9374     fi
9375
9376         CROSSTEST=""
9377
9378     if test "$cross_compiling" = "no"
9379     then
9380       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9381 do
9382   # Extract the first word of "$ac_prog", so it can be a program name with args.
9383 set dummy $ac_prog; ac_word=$2
9384 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9385 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9386 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9387   echo $ECHO_N "(cached) $ECHO_C" >&6
9388 else
9389   if test -n "$CROSSCC"; then
9390   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9391 else
9392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9393 for as_dir in $PATH
9394 do
9395   IFS=$as_save_IFS
9396   test -z "$as_dir" && as_dir=.
9397   for ac_exec_ext in '' $ac_executable_extensions; do
9398   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9399     ac_cv_prog_CROSSCC="$ac_prog"
9400     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9401     break 2
9402   fi
9403 done
9404 done
9405 IFS=$as_save_IFS
9406
9407 fi
9408 fi
9409 CROSSCC=$ac_cv_prog_CROSSCC
9410 if test -n "$CROSSCC"; then
9411   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9412 echo "${ECHO_T}$CROSSCC" >&6; }
9413 else
9414   { echo "$as_me:$LINENO: result: no" >&5
9415 echo "${ECHO_T}no" >&6; }
9416 fi
9417
9418
9419   test -n "$CROSSCC" && break
9420 done
9421 test -n "$CROSSCC" || CROSSCC="false"
9422
9423       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9424 do
9425   # Extract the first word of "$ac_prog", so it can be a program name with args.
9426 set dummy $ac_prog; ac_word=$2
9427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9429 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9430   echo $ECHO_N "(cached) $ECHO_C" >&6
9431 else
9432   if test -n "$DLLTOOL"; then
9433   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9434 else
9435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9436 for as_dir in $PATH
9437 do
9438   IFS=$as_save_IFS
9439   test -z "$as_dir" && as_dir=.
9440   for ac_exec_ext in '' $ac_executable_extensions; do
9441   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9442     ac_cv_prog_DLLTOOL="$ac_prog"
9443     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9444     break 2
9445   fi
9446 done
9447 done
9448 IFS=$as_save_IFS
9449
9450 fi
9451 fi
9452 DLLTOOL=$ac_cv_prog_DLLTOOL
9453 if test -n "$DLLTOOL"; then
9454   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9455 echo "${ECHO_T}$DLLTOOL" >&6; }
9456 else
9457   { echo "$as_me:$LINENO: result: no" >&5
9458 echo "${ECHO_T}no" >&6; }
9459 fi
9460
9461
9462   test -n "$DLLTOOL" && break
9463 done
9464 test -n "$DLLTOOL" || DLLTOOL="false"
9465
9466       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9467 do
9468   # Extract the first word of "$ac_prog", so it can be a program name with args.
9469 set dummy $ac_prog; ac_word=$2
9470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9472 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9473   echo $ECHO_N "(cached) $ECHO_C" >&6
9474 else
9475   if test -n "$CROSSWINDRES"; then
9476   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9477 else
9478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9479 for as_dir in $PATH
9480 do
9481   IFS=$as_save_IFS
9482   test -z "$as_dir" && as_dir=.
9483   for ac_exec_ext in '' $ac_executable_extensions; do
9484   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9485     ac_cv_prog_CROSSWINDRES="$ac_prog"
9486     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9487     break 2
9488   fi
9489 done
9490 done
9491 IFS=$as_save_IFS
9492
9493 fi
9494 fi
9495 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9496 if test -n "$CROSSWINDRES"; then
9497   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9498 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9499 else
9500   { echo "$as_me:$LINENO: result: no" >&5
9501 echo "${ECHO_T}no" >&6; }
9502 fi
9503
9504
9505   test -n "$CROSSWINDRES" && break
9506 done
9507 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9508
9509       for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9510 do
9511   # Extract the first word of "$ac_prog", so it can be a program name with args.
9512 set dummy $ac_prog; ac_word=$2
9513 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9515 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9516   echo $ECHO_N "(cached) $ECHO_C" >&6
9517 else
9518   if test -n "$MINGWAR"; then
9519   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9520 else
9521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9522 for as_dir in $PATH
9523 do
9524   IFS=$as_save_IFS
9525   test -z "$as_dir" && as_dir=.
9526   for ac_exec_ext in '' $ac_executable_extensions; do
9527   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9528     ac_cv_prog_MINGWAR="$ac_prog"
9529     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9530     break 2
9531   fi
9532 done
9533 done
9534 IFS=$as_save_IFS
9535
9536 fi
9537 fi
9538 MINGWAR=$ac_cv_prog_MINGWAR
9539 if test -n "$MINGWAR"; then
9540   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9541 echo "${ECHO_T}$MINGWAR" >&6; }
9542 else
9543   { echo "$as_me:$LINENO: result: no" >&5
9544 echo "${ECHO_T}no" >&6; }
9545 fi
9546
9547
9548   test -n "$MINGWAR" && break
9549 done
9550 test -n "$MINGWAR" || MINGWAR="false"
9551
9552       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9553     fi
9554     ;;
9555 esac
9556
9557 enable_winequartz_drv=${enable_winequartz_drv:-no}
9558
9559 if test "$LIBEXT" = "a"; then
9560   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9561 It is currently not possible to build Wine without shared library
9562 (.so) support to allow transparent switch between .so and .dll files.
9563 If you are using Linux, you will need a newer binutils.
9564 " >&5
9565 echo "$as_me: error: could not find a way to build shared libraries.
9566 It is currently not possible to build Wine without shared library
9567 (.so) support to allow transparent switch between .so and .dll files.
9568 If you are using Linux, you will need a newer binutils.
9569 " >&2;}
9570    { (exit 1); exit 1; }; }
9571 fi
9572
9573
9574 if test "$have_x" = "yes"
9575 then
9576     XLIB="-lXext -lX11"
9577     ac_save_CPPFLAGS="$CPPFLAGS"
9578     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9579
9580     { echo "$as_me:$LINENO: checking for -lX11" >&5
9581 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9582 if test "${ac_cv_lib_soname_X11+set}" = set; then
9583   echo $ECHO_N "(cached) $ECHO_C" >&6
9584 else
9585   ac_check_soname_save_LIBS=$LIBS
9586 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9587   cat >conftest.$ac_ext <<_ACEOF
9588 /* confdefs.h.  */
9589 _ACEOF
9590 cat confdefs.h >>conftest.$ac_ext
9591 cat >>conftest.$ac_ext <<_ACEOF
9592 /* end confdefs.h.  */
9593
9594 /* Override any GCC internal prototype to avoid an error.
9595    Use char because int might match the return type of a GCC
9596    builtin and then its argument prototype would still apply.  */
9597 #ifdef __cplusplus
9598 extern "C"
9599 #endif
9600 char XCreateWindow ();
9601 int
9602 main ()
9603 {
9604 return XCreateWindow ();
9605   ;
9606   return 0;
9607 }
9608 _ACEOF
9609 rm -f conftest.$ac_objext conftest$ac_exeext
9610 if { (ac_try="$ac_link"
9611 case "(($ac_try" in
9612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9613   *) ac_try_echo=$ac_try;;
9614 esac
9615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9616   (eval "$ac_link") 2>conftest.er1
9617   ac_status=$?
9618   grep -v '^ *+' conftest.er1 >conftest.err
9619   rm -f conftest.er1
9620   cat conftest.err >&5
9621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9622   (exit $ac_status); } && {
9623          test -z "$ac_c_werror_flag" ||
9624          test ! -s conftest.err
9625        } && test -s conftest$ac_exeext &&
9626        $as_test_x conftest$ac_exeext; then
9627   case "$LIBEXT" in
9628     dll) ;;
9629     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'` ;;
9630     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9631   esac
9632 else
9633   echo "$as_me: failed program was:" >&5
9634 sed 's/^/| /' conftest.$ac_ext >&5
9635
9636
9637 fi
9638
9639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9640       conftest$ac_exeext conftest.$ac_ext
9641   LIBS=$ac_check_soname_save_LIBS
9642 fi
9643 if test "x$ac_cv_lib_soname_X11" = "x"; then
9644   { echo "$as_me:$LINENO: result: not found" >&5
9645 echo "${ECHO_T}not found" >&6; }
9646
9647 else
9648   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9649 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9650
9651 cat >>confdefs.h <<_ACEOF
9652 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9653 _ACEOF
9654
9655
9656 fi
9657
9658     { echo "$as_me:$LINENO: checking for -lXext" >&5
9659 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9660 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9661   echo $ECHO_N "(cached) $ECHO_C" >&6
9662 else
9663   ac_check_soname_save_LIBS=$LIBS
9664 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9665   cat >conftest.$ac_ext <<_ACEOF
9666 /* confdefs.h.  */
9667 _ACEOF
9668 cat confdefs.h >>conftest.$ac_ext
9669 cat >>conftest.$ac_ext <<_ACEOF
9670 /* end confdefs.h.  */
9671
9672 /* Override any GCC internal prototype to avoid an error.
9673    Use char because int might match the return type of a GCC
9674    builtin and then its argument prototype would still apply.  */
9675 #ifdef __cplusplus
9676 extern "C"
9677 #endif
9678 char XextCreateExtension ();
9679 int
9680 main ()
9681 {
9682 return XextCreateExtension ();
9683   ;
9684   return 0;
9685 }
9686 _ACEOF
9687 rm -f conftest.$ac_objext conftest$ac_exeext
9688 if { (ac_try="$ac_link"
9689 case "(($ac_try" in
9690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9691   *) ac_try_echo=$ac_try;;
9692 esac
9693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9694   (eval "$ac_link") 2>conftest.er1
9695   ac_status=$?
9696   grep -v '^ *+' conftest.er1 >conftest.err
9697   rm -f conftest.er1
9698   cat conftest.err >&5
9699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9700   (exit $ac_status); } && {
9701          test -z "$ac_c_werror_flag" ||
9702          test ! -s conftest.err
9703        } && test -s conftest$ac_exeext &&
9704        $as_test_x conftest$ac_exeext; then
9705   case "$LIBEXT" in
9706     dll) ;;
9707     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'` ;;
9708     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9709   esac
9710 else
9711   echo "$as_me: failed program was:" >&5
9712 sed 's/^/| /' conftest.$ac_ext >&5
9713
9714
9715 fi
9716
9717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9718       conftest$ac_exeext conftest.$ac_ext
9719   LIBS=$ac_check_soname_save_LIBS
9720 fi
9721 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9722   { echo "$as_me:$LINENO: result: not found" >&5
9723 echo "${ECHO_T}not found" >&6; }
9724
9725 else
9726   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9727 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9728
9729 cat >>confdefs.h <<_ACEOF
9730 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9731 _ACEOF
9732
9733
9734 fi
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749 for ac_header in X11/Xlib.h \
9750                       X11/XKBlib.h \
9751                       X11/Xutil.h \
9752                       X11/Xcursor/Xcursor.h \
9753                       X11/extensions/shape.h \
9754                       X11/extensions/XInput.h \
9755                       X11/extensions/XShm.h \
9756                       X11/extensions/Xcomposite.h \
9757                       X11/extensions/Xinerama.h \
9758                       X11/extensions/Xrandr.h \
9759                       X11/extensions/Xrender.h \
9760                       X11/extensions/xf86vmode.h
9761 do
9762 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9763 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9764 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9766   echo $ECHO_N "(cached) $ECHO_C" >&6
9767 else
9768   cat >conftest.$ac_ext <<_ACEOF
9769 /* confdefs.h.  */
9770 _ACEOF
9771 cat confdefs.h >>conftest.$ac_ext
9772 cat >>conftest.$ac_ext <<_ACEOF
9773 /* end confdefs.h.  */
9774 #ifdef HAVE_X11_XLIB_H
9775 # include <X11/Xlib.h>
9776 #endif
9777 #ifdef HAVE_X11_XUTIL_H
9778 # include <X11/Xutil.h>
9779 #endif
9780
9781 #include <$ac_header>
9782 _ACEOF
9783 rm -f conftest.$ac_objext
9784 if { (ac_try="$ac_compile"
9785 case "(($ac_try" in
9786   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9787   *) ac_try_echo=$ac_try;;
9788 esac
9789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9790   (eval "$ac_compile") 2>conftest.er1
9791   ac_status=$?
9792   grep -v '^ *+' conftest.er1 >conftest.err
9793   rm -f conftest.er1
9794   cat conftest.err >&5
9795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9796   (exit $ac_status); } && {
9797          test -z "$ac_c_werror_flag" ||
9798          test ! -s conftest.err
9799        } && test -s conftest.$ac_objext; then
9800   eval "$as_ac_Header=yes"
9801 else
9802   echo "$as_me: failed program was:" >&5
9803 sed 's/^/| /' conftest.$ac_ext >&5
9804
9805         eval "$as_ac_Header=no"
9806 fi
9807
9808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9809 fi
9810 ac_res=`eval echo '${'$as_ac_Header'}'`
9811                { echo "$as_me:$LINENO: result: $ac_res" >&5
9812 echo "${ECHO_T}$ac_res" >&6; }
9813 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9814   cat >>confdefs.h <<_ACEOF
9815 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9816 _ACEOF
9817
9818 fi
9819
9820 done
9821
9822
9823                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9824         then
9825               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9826 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9827 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9828   echo $ECHO_N "(cached) $ECHO_C" >&6
9829 else
9830   ac_check_lib_save_LIBS=$LIBS
9831 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9832 cat >conftest.$ac_ext <<_ACEOF
9833 /* confdefs.h.  */
9834 _ACEOF
9835 cat confdefs.h >>conftest.$ac_ext
9836 cat >>conftest.$ac_ext <<_ACEOF
9837 /* end confdefs.h.  */
9838
9839 /* Override any GCC internal prototype to avoid an error.
9840    Use char because int might match the return type of a GCC
9841    builtin and then its argument prototype would still apply.  */
9842 #ifdef __cplusplus
9843 extern "C"
9844 #endif
9845 char XkbQueryExtension ();
9846 int
9847 main ()
9848 {
9849 return XkbQueryExtension ();
9850   ;
9851   return 0;
9852 }
9853 _ACEOF
9854 rm -f conftest.$ac_objext conftest$ac_exeext
9855 if { (ac_try="$ac_link"
9856 case "(($ac_try" in
9857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9858   *) ac_try_echo=$ac_try;;
9859 esac
9860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9861   (eval "$ac_link") 2>conftest.er1
9862   ac_status=$?
9863   grep -v '^ *+' conftest.er1 >conftest.err
9864   rm -f conftest.er1
9865   cat conftest.err >&5
9866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867   (exit $ac_status); } && {
9868          test -z "$ac_c_werror_flag" ||
9869          test ! -s conftest.err
9870        } && test -s conftest$ac_exeext &&
9871        $as_test_x conftest$ac_exeext; then
9872   ac_cv_lib_X11_XkbQueryExtension=yes
9873 else
9874   echo "$as_me: failed program was:" >&5
9875 sed 's/^/| /' conftest.$ac_ext >&5
9876
9877         ac_cv_lib_X11_XkbQueryExtension=no
9878 fi
9879
9880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9881       conftest$ac_exeext conftest.$ac_ext
9882 LIBS=$ac_check_lib_save_LIBS
9883 fi
9884 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9885 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9886 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9887
9888 cat >>confdefs.h <<\_ACEOF
9889 #define HAVE_XKB 1
9890 _ACEOF
9891
9892 fi
9893
9894         fi
9895
9896                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9897         then
9898             { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9899 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9900 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9901   echo $ECHO_N "(cached) $ECHO_C" >&6
9902 else
9903   ac_check_soname_save_LIBS=$LIBS
9904 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9905   cat >conftest.$ac_ext <<_ACEOF
9906 /* confdefs.h.  */
9907 _ACEOF
9908 cat confdefs.h >>conftest.$ac_ext
9909 cat >>conftest.$ac_ext <<_ACEOF
9910 /* end confdefs.h.  */
9911
9912 /* Override any GCC internal prototype to avoid an error.
9913    Use char because int might match the return type of a GCC
9914    builtin and then its argument prototype would still apply.  */
9915 #ifdef __cplusplus
9916 extern "C"
9917 #endif
9918 char XcursorImageLoadCursor ();
9919 int
9920 main ()
9921 {
9922 return XcursorImageLoadCursor ();
9923   ;
9924   return 0;
9925 }
9926 _ACEOF
9927 rm -f conftest.$ac_objext conftest$ac_exeext
9928 if { (ac_try="$ac_link"
9929 case "(($ac_try" in
9930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9931   *) ac_try_echo=$ac_try;;
9932 esac
9933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9934   (eval "$ac_link") 2>conftest.er1
9935   ac_status=$?
9936   grep -v '^ *+' conftest.er1 >conftest.err
9937   rm -f conftest.er1
9938   cat conftest.err >&5
9939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9940   (exit $ac_status); } && {
9941          test -z "$ac_c_werror_flag" ||
9942          test ! -s conftest.err
9943        } && test -s conftest$ac_exeext &&
9944        $as_test_x conftest$ac_exeext; then
9945   case "$LIBEXT" in
9946     dll) ;;
9947     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'` ;;
9948     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9949   esac
9950 else
9951   echo "$as_me: failed program was:" >&5
9952 sed 's/^/| /' conftest.$ac_ext >&5
9953
9954
9955 fi
9956
9957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9958       conftest$ac_exeext conftest.$ac_ext
9959   LIBS=$ac_check_soname_save_LIBS
9960 fi
9961 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9962   { echo "$as_me:$LINENO: result: not found" >&5
9963 echo "${ECHO_T}not found" >&6; }
9964
9965 else
9966   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9967 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9968
9969 cat >>confdefs.h <<_ACEOF
9970 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9971 _ACEOF
9972
9973
9974 fi
9975
9976         fi
9977         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9978   case "x$with_xcursor" in
9979   x)   wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9980   xno) ;;
9981   *)   { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9982 This is an error since --with-xcursor was requested." >&5
9983 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9984 This is an error since --with-xcursor was requested." >&2;}
9985    { (exit 1); exit 1; }; } ;;
9986 esac
9987 fi
9988
9989
9990                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9991         then
9992             { echo "$as_me:$LINENO: checking for -lXi" >&5
9993 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9994 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9995   echo $ECHO_N "(cached) $ECHO_C" >&6
9996 else
9997   ac_check_soname_save_LIBS=$LIBS
9998 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9999   cat >conftest.$ac_ext <<_ACEOF
10000 /* confdefs.h.  */
10001 _ACEOF
10002 cat confdefs.h >>conftest.$ac_ext
10003 cat >>conftest.$ac_ext <<_ACEOF
10004 /* end confdefs.h.  */
10005
10006 /* Override any GCC internal prototype to avoid an error.
10007    Use char because int might match the return type of a GCC
10008    builtin and then its argument prototype would still apply.  */
10009 #ifdef __cplusplus
10010 extern "C"
10011 #endif
10012 char XOpenDevice ();
10013 int
10014 main ()
10015 {
10016 return XOpenDevice ();
10017   ;
10018   return 0;
10019 }
10020 _ACEOF
10021 rm -f conftest.$ac_objext conftest$ac_exeext
10022 if { (ac_try="$ac_link"
10023 case "(($ac_try" in
10024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10025   *) ac_try_echo=$ac_try;;
10026 esac
10027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10028   (eval "$ac_link") 2>conftest.er1
10029   ac_status=$?
10030   grep -v '^ *+' conftest.er1 >conftest.err
10031   rm -f conftest.er1
10032   cat conftest.err >&5
10033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10034   (exit $ac_status); } && {
10035          test -z "$ac_c_werror_flag" ||
10036          test ! -s conftest.err
10037        } && test -s conftest$ac_exeext &&
10038        $as_test_x conftest$ac_exeext; then
10039   case "$LIBEXT" in
10040     dll) ;;
10041     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'` ;;
10042     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10043   esac
10044 else
10045   echo "$as_me: failed program was:" >&5
10046 sed 's/^/| /' conftest.$ac_ext >&5
10047
10048
10049 fi
10050
10051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10052       conftest$ac_exeext conftest.$ac_ext
10053   LIBS=$ac_check_soname_save_LIBS
10054 fi
10055 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10056   { echo "$as_me:$LINENO: result: not found" >&5
10057 echo "${ECHO_T}not found" >&6; }
10058
10059 else
10060   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10061 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10062
10063 cat >>confdefs.h <<_ACEOF
10064 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10065 _ACEOF
10066
10067
10068 fi
10069
10070         fi
10071         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10072   case "x$with_xinput" in
10073   x)   wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10074   xno) ;;
10075   *)   { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10076 This is an error since --with-xinput was requested." >&5
10077 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10078 This is an error since --with-xinput was requested." >&2;}
10079    { (exit 1); exit 1; }; } ;;
10080 esac
10081 fi
10082
10083
10084                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10085         then
10086               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10087 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10088 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10089   echo $ECHO_N "(cached) $ECHO_C" >&6
10090 else
10091   ac_check_lib_save_LIBS=$LIBS
10092 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10093 cat >conftest.$ac_ext <<_ACEOF
10094 /* confdefs.h.  */
10095 _ACEOF
10096 cat confdefs.h >>conftest.$ac_ext
10097 cat >>conftest.$ac_ext <<_ACEOF
10098 /* end confdefs.h.  */
10099
10100 /* Override any GCC internal prototype to avoid an error.
10101    Use char because int might match the return type of a GCC
10102    builtin and then its argument prototype would still apply.  */
10103 #ifdef __cplusplus
10104 extern "C"
10105 #endif
10106 char XShmQueryExtension ();
10107 int
10108 main ()
10109 {
10110 return XShmQueryExtension ();
10111   ;
10112   return 0;
10113 }
10114 _ACEOF
10115 rm -f conftest.$ac_objext conftest$ac_exeext
10116 if { (ac_try="$ac_link"
10117 case "(($ac_try" in
10118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10119   *) ac_try_echo=$ac_try;;
10120 esac
10121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10122   (eval "$ac_link") 2>conftest.er1
10123   ac_status=$?
10124   grep -v '^ *+' conftest.er1 >conftest.err
10125   rm -f conftest.er1
10126   cat conftest.err >&5
10127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10128   (exit $ac_status); } && {
10129          test -z "$ac_c_werror_flag" ||
10130          test ! -s conftest.err
10131        } && test -s conftest$ac_exeext &&
10132        $as_test_x conftest$ac_exeext; then
10133   ac_cv_lib_Xext_XShmQueryExtension=yes
10134 else
10135   echo "$as_me: failed program was:" >&5
10136 sed 's/^/| /' conftest.$ac_ext >&5
10137
10138         ac_cv_lib_Xext_XShmQueryExtension=no
10139 fi
10140
10141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10142       conftest$ac_exeext conftest.$ac_ext
10143 LIBS=$ac_check_lib_save_LIBS
10144 fi
10145 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10146 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10147 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10148
10149 cat >>confdefs.h <<\_ACEOF
10150 #define HAVE_LIBXXSHM 1
10151 _ACEOF
10152
10153 fi
10154
10155         fi
10156         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10157   case "x$with_xshm" in
10158   x)   wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10159   xno) ;;
10160   *)   { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10161 This is an error since --with-xshm was requested." >&5
10162 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10163 This is an error since --with-xshm was requested." >&2;}
10164    { (exit 1); exit 1; }; } ;;
10165 esac
10166 fi
10167
10168
10169                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10170         then
10171               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10172 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10173 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10174   echo $ECHO_N "(cached) $ECHO_C" >&6
10175 else
10176   ac_check_lib_save_LIBS=$LIBS
10177 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10178 cat >conftest.$ac_ext <<_ACEOF
10179 /* confdefs.h.  */
10180 _ACEOF
10181 cat confdefs.h >>conftest.$ac_ext
10182 cat >>conftest.$ac_ext <<_ACEOF
10183 /* end confdefs.h.  */
10184
10185 /* Override any GCC internal prototype to avoid an error.
10186    Use char because int might match the return type of a GCC
10187    builtin and then its argument prototype would still apply.  */
10188 #ifdef __cplusplus
10189 extern "C"
10190 #endif
10191 char XShapeQueryExtension ();
10192 int
10193 main ()
10194 {
10195 return XShapeQueryExtension ();
10196   ;
10197   return 0;
10198 }
10199 _ACEOF
10200 rm -f conftest.$ac_objext conftest$ac_exeext
10201 if { (ac_try="$ac_link"
10202 case "(($ac_try" in
10203   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10204   *) ac_try_echo=$ac_try;;
10205 esac
10206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10207   (eval "$ac_link") 2>conftest.er1
10208   ac_status=$?
10209   grep -v '^ *+' conftest.er1 >conftest.err
10210   rm -f conftest.er1
10211   cat conftest.err >&5
10212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213   (exit $ac_status); } && {
10214          test -z "$ac_c_werror_flag" ||
10215          test ! -s conftest.err
10216        } && test -s conftest$ac_exeext &&
10217        $as_test_x conftest$ac_exeext; then
10218   ac_cv_lib_Xext_XShapeQueryExtension=yes
10219 else
10220   echo "$as_me: failed program was:" >&5
10221 sed 's/^/| /' conftest.$ac_ext >&5
10222
10223         ac_cv_lib_Xext_XShapeQueryExtension=no
10224 fi
10225
10226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10227       conftest$ac_exeext conftest.$ac_ext
10228 LIBS=$ac_check_lib_save_LIBS
10229 fi
10230 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10231 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10232 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10233
10234 cat >>confdefs.h <<\_ACEOF
10235 #define HAVE_LIBXSHAPE 1
10236 _ACEOF
10237
10238 fi
10239
10240         fi
10241         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10242   case "x$with_xshape" in
10243   x)   wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10244   xno) ;;
10245   *)   { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10246 This is an error since --with-xshape was requested." >&5
10247 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10248 This is an error since --with-xshape was requested." >&2;}
10249    { (exit 1); exit 1; }; } ;;
10250 esac
10251 fi
10252
10253
10254                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10255         then
10256             { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10257 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10258 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10259   echo $ECHO_N "(cached) $ECHO_C" >&6
10260 else
10261   ac_check_soname_save_LIBS=$LIBS
10262 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10263   cat >conftest.$ac_ext <<_ACEOF
10264 /* confdefs.h.  */
10265 _ACEOF
10266 cat confdefs.h >>conftest.$ac_ext
10267 cat >>conftest.$ac_ext <<_ACEOF
10268 /* end confdefs.h.  */
10269
10270 /* Override any GCC internal prototype to avoid an error.
10271    Use char because int might match the return type of a GCC
10272    builtin and then its argument prototype would still apply.  */
10273 #ifdef __cplusplus
10274 extern "C"
10275 #endif
10276 char XF86VidModeQueryExtension ();
10277 int
10278 main ()
10279 {
10280 return XF86VidModeQueryExtension ();
10281   ;
10282   return 0;
10283 }
10284 _ACEOF
10285 rm -f conftest.$ac_objext conftest$ac_exeext
10286 if { (ac_try="$ac_link"
10287 case "(($ac_try" in
10288   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10289   *) ac_try_echo=$ac_try;;
10290 esac
10291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10292   (eval "$ac_link") 2>conftest.er1
10293   ac_status=$?
10294   grep -v '^ *+' conftest.er1 >conftest.err
10295   rm -f conftest.er1
10296   cat conftest.err >&5
10297   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10298   (exit $ac_status); } && {
10299          test -z "$ac_c_werror_flag" ||
10300          test ! -s conftest.err
10301        } && test -s conftest$ac_exeext &&
10302        $as_test_x conftest$ac_exeext; then
10303   case "$LIBEXT" in
10304     dll) ;;
10305     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'` ;;
10306     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10307   esac
10308 else
10309   echo "$as_me: failed program was:" >&5
10310 sed 's/^/| /' conftest.$ac_ext >&5
10311
10312
10313 fi
10314
10315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10316       conftest$ac_exeext conftest.$ac_ext
10317   LIBS=$ac_check_soname_save_LIBS
10318 fi
10319 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10320   { echo "$as_me:$LINENO: result: not found" >&5
10321 echo "${ECHO_T}not found" >&6; }
10322
10323 else
10324   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10325 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10326
10327 cat >>confdefs.h <<_ACEOF
10328 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10329 _ACEOF
10330
10331
10332 fi
10333
10334         fi
10335         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10336   case "x$with_xxf86vm" in
10337   x)   wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10338   xno) ;;
10339   *)   { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10340 This is an error since --with-xxf86vm was requested." >&5
10341 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10342 This is an error since --with-xxf86vm was requested." >&2;}
10343    { (exit 1); exit 1; }; } ;;
10344 esac
10345 fi
10346
10347
10348                 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"
10349         then
10350             { echo "$as_me:$LINENO: checking for -lXrender" >&5
10351 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10352 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10353   echo $ECHO_N "(cached) $ECHO_C" >&6
10354 else
10355   ac_check_soname_save_LIBS=$LIBS
10356 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10357   cat >conftest.$ac_ext <<_ACEOF
10358 /* confdefs.h.  */
10359 _ACEOF
10360 cat confdefs.h >>conftest.$ac_ext
10361 cat >>conftest.$ac_ext <<_ACEOF
10362 /* end confdefs.h.  */
10363
10364 /* Override any GCC internal prototype to avoid an error.
10365    Use char because int might match the return type of a GCC
10366    builtin and then its argument prototype would still apply.  */
10367 #ifdef __cplusplus
10368 extern "C"
10369 #endif
10370 char XRenderQueryExtension ();
10371 int
10372 main ()
10373 {
10374 return XRenderQueryExtension ();
10375   ;
10376   return 0;
10377 }
10378 _ACEOF
10379 rm -f conftest.$ac_objext conftest$ac_exeext
10380 if { (ac_try="$ac_link"
10381 case "(($ac_try" in
10382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10383   *) ac_try_echo=$ac_try;;
10384 esac
10385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10386   (eval "$ac_link") 2>conftest.er1
10387   ac_status=$?
10388   grep -v '^ *+' conftest.er1 >conftest.err
10389   rm -f conftest.er1
10390   cat conftest.err >&5
10391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10392   (exit $ac_status); } && {
10393          test -z "$ac_c_werror_flag" ||
10394          test ! -s conftest.err
10395        } && test -s conftest$ac_exeext &&
10396        $as_test_x conftest$ac_exeext; then
10397   case "$LIBEXT" in
10398     dll) ;;
10399     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'` ;;
10400     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10401   esac
10402 else
10403   echo "$as_me: failed program was:" >&5
10404 sed 's/^/| /' conftest.$ac_ext >&5
10405
10406
10407 fi
10408
10409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10410       conftest$ac_exeext conftest.$ac_ext
10411   LIBS=$ac_check_soname_save_LIBS
10412 fi
10413 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10414   { echo "$as_me:$LINENO: result: not found" >&5
10415 echo "${ECHO_T}not found" >&6; }
10416
10417 else
10418   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10419 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10420
10421 cat >>confdefs.h <<_ACEOF
10422 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10423 _ACEOF
10424
10425        { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10426 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10427 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10428   echo $ECHO_N "(cached) $ECHO_C" >&6
10429 else
10430   ac_check_lib_save_LIBS=$LIBS
10431 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10432 cat >conftest.$ac_ext <<_ACEOF
10433 /* confdefs.h.  */
10434 _ACEOF
10435 cat confdefs.h >>conftest.$ac_ext
10436 cat >>conftest.$ac_ext <<_ACEOF
10437 /* end confdefs.h.  */
10438
10439 /* Override any GCC internal prototype to avoid an error.
10440    Use char because int might match the return type of a GCC
10441    builtin and then its argument prototype would still apply.  */
10442 #ifdef __cplusplus
10443 extern "C"
10444 #endif
10445 char XRenderSetPictureTransform ();
10446 int
10447 main ()
10448 {
10449 return XRenderSetPictureTransform ();
10450   ;
10451   return 0;
10452 }
10453 _ACEOF
10454 rm -f conftest.$ac_objext conftest$ac_exeext
10455 if { (ac_try="$ac_link"
10456 case "(($ac_try" in
10457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10458   *) ac_try_echo=$ac_try;;
10459 esac
10460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10461   (eval "$ac_link") 2>conftest.er1
10462   ac_status=$?
10463   grep -v '^ *+' conftest.er1 >conftest.err
10464   rm -f conftest.er1
10465   cat conftest.err >&5
10466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10467   (exit $ac_status); } && {
10468          test -z "$ac_c_werror_flag" ||
10469          test ! -s conftest.err
10470        } && test -s conftest$ac_exeext &&
10471        $as_test_x conftest$ac_exeext; then
10472   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10473 else
10474   echo "$as_me: failed program was:" >&5
10475 sed 's/^/| /' conftest.$ac_ext >&5
10476
10477         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10478 fi
10479
10480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10481       conftest$ac_exeext conftest.$ac_ext
10482 LIBS=$ac_check_lib_save_LIBS
10483 fi
10484 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10485 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10486 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10487
10488 cat >>confdefs.h <<\_ACEOF
10489 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10490 _ACEOF
10491
10492 fi
10493
10494 fi
10495
10496
10497         fi
10498         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10499   case "x$with_xrender" in
10500   x)   wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10501   xno) ;;
10502   *)   { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10503 This is an error since --with-xrender was requested." >&5
10504 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10505 This is an error since --with-xrender was requested." >&2;}
10506    { (exit 1); exit 1; }; } ;;
10507 esac
10508 fi
10509
10510
10511                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10512         then
10513                 cat >conftest.$ac_ext <<_ACEOF
10514 /* confdefs.h.  */
10515 _ACEOF
10516 cat confdefs.h >>conftest.$ac_ext
10517 cat >>conftest.$ac_ext <<_ACEOF
10518 /* end confdefs.h.  */
10519 #include <X11/Xlib.h>
10520 #include <X11/extensions/Xrandr.h>
10521 int
10522 main ()
10523 {
10524 static typeof(XRRSetScreenConfigAndRate) * func;
10525   ;
10526   return 0;
10527 }
10528 _ACEOF
10529 rm -f conftest.$ac_objext
10530 if { (ac_try="$ac_compile"
10531 case "(($ac_try" in
10532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10533   *) ac_try_echo=$ac_try;;
10534 esac
10535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10536   (eval "$ac_compile") 2>conftest.er1
10537   ac_status=$?
10538   grep -v '^ *+' conftest.er1 >conftest.err
10539   rm -f conftest.er1
10540   cat conftest.err >&5
10541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10542   (exit $ac_status); } && {
10543          test -z "$ac_c_werror_flag" ||
10544          test ! -s conftest.err
10545        } && test -s conftest.$ac_objext; then
10546   { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10547 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10548 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10549   echo $ECHO_N "(cached) $ECHO_C" >&6
10550 else
10551   ac_check_soname_save_LIBS=$LIBS
10552 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10553   cat >conftest.$ac_ext <<_ACEOF
10554 /* confdefs.h.  */
10555 _ACEOF
10556 cat confdefs.h >>conftest.$ac_ext
10557 cat >>conftest.$ac_ext <<_ACEOF
10558 /* end confdefs.h.  */
10559
10560 /* Override any GCC internal prototype to avoid an error.
10561    Use char because int might match the return type of a GCC
10562    builtin and then its argument prototype would still apply.  */
10563 #ifdef __cplusplus
10564 extern "C"
10565 #endif
10566 char XRRQueryExtension ();
10567 int
10568 main ()
10569 {
10570 return XRRQueryExtension ();
10571   ;
10572   return 0;
10573 }
10574 _ACEOF
10575 rm -f conftest.$ac_objext conftest$ac_exeext
10576 if { (ac_try="$ac_link"
10577 case "(($ac_try" in
10578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10579   *) ac_try_echo=$ac_try;;
10580 esac
10581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10582   (eval "$ac_link") 2>conftest.er1
10583   ac_status=$?
10584   grep -v '^ *+' conftest.er1 >conftest.err
10585   rm -f conftest.er1
10586   cat conftest.err >&5
10587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10588   (exit $ac_status); } && {
10589          test -z "$ac_c_werror_flag" ||
10590          test ! -s conftest.err
10591        } && test -s conftest$ac_exeext &&
10592        $as_test_x conftest$ac_exeext; then
10593   case "$LIBEXT" in
10594     dll) ;;
10595     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'` ;;
10596     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10597   esac
10598 else
10599   echo "$as_me: failed program was:" >&5
10600 sed 's/^/| /' conftest.$ac_ext >&5
10601
10602
10603 fi
10604
10605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10606       conftest$ac_exeext conftest.$ac_ext
10607   LIBS=$ac_check_soname_save_LIBS
10608 fi
10609 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10610   { echo "$as_me:$LINENO: result: not found" >&5
10611 echo "${ECHO_T}not found" >&6; }
10612
10613 else
10614   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10615 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10616
10617 cat >>confdefs.h <<_ACEOF
10618 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10619 _ACEOF
10620
10621
10622 fi
10623
10624 else
10625   echo "$as_me: failed program was:" >&5
10626 sed 's/^/| /' conftest.$ac_ext >&5
10627
10628
10629 fi
10630
10631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10632         fi
10633         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10634   case "x$with_xrandr" in
10635   x)   wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10636   xno) ;;
10637   *)   { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10638 This is an error since --with-xrandr was requested." >&5
10639 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10640 This is an error since --with-xrandr was requested." >&2;}
10641    { (exit 1); exit 1; }; } ;;
10642 esac
10643 fi
10644
10645
10646                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10647         then
10648                 cat >conftest.$ac_ext <<_ACEOF
10649 /* confdefs.h.  */
10650 _ACEOF
10651 cat confdefs.h >>conftest.$ac_ext
10652 cat >>conftest.$ac_ext <<_ACEOF
10653 /* end confdefs.h.  */
10654 #include <X11/Xlib.h>
10655 #include <X11/extensions/Xinerama.h>
10656 int
10657 main ()
10658 {
10659 static typeof(XineramaQueryScreens) * func;
10660   ;
10661   return 0;
10662 }
10663 _ACEOF
10664 rm -f conftest.$ac_objext
10665 if { (ac_try="$ac_compile"
10666 case "(($ac_try" in
10667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10668   *) ac_try_echo=$ac_try;;
10669 esac
10670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10671   (eval "$ac_compile") 2>conftest.er1
10672   ac_status=$?
10673   grep -v '^ *+' conftest.er1 >conftest.err
10674   rm -f conftest.er1
10675   cat conftest.err >&5
10676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10677   (exit $ac_status); } && {
10678          test -z "$ac_c_werror_flag" ||
10679          test ! -s conftest.err
10680        } && test -s conftest.$ac_objext; then
10681   { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10682 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10683 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10684   echo $ECHO_N "(cached) $ECHO_C" >&6
10685 else
10686   ac_check_soname_save_LIBS=$LIBS
10687 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10688   cat >conftest.$ac_ext <<_ACEOF
10689 /* confdefs.h.  */
10690 _ACEOF
10691 cat confdefs.h >>conftest.$ac_ext
10692 cat >>conftest.$ac_ext <<_ACEOF
10693 /* end confdefs.h.  */
10694
10695 /* Override any GCC internal prototype to avoid an error.
10696    Use char because int might match the return type of a GCC
10697    builtin and then its argument prototype would still apply.  */
10698 #ifdef __cplusplus
10699 extern "C"
10700 #endif
10701 char XineramaQueryScreens ();
10702 int
10703 main ()
10704 {
10705 return XineramaQueryScreens ();
10706   ;
10707   return 0;
10708 }
10709 _ACEOF
10710 rm -f conftest.$ac_objext conftest$ac_exeext
10711 if { (ac_try="$ac_link"
10712 case "(($ac_try" in
10713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10714   *) ac_try_echo=$ac_try;;
10715 esac
10716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10717   (eval "$ac_link") 2>conftest.er1
10718   ac_status=$?
10719   grep -v '^ *+' conftest.er1 >conftest.err
10720   rm -f conftest.er1
10721   cat conftest.err >&5
10722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10723   (exit $ac_status); } && {
10724          test -z "$ac_c_werror_flag" ||
10725          test ! -s conftest.err
10726        } && test -s conftest$ac_exeext &&
10727        $as_test_x conftest$ac_exeext; then
10728   case "$LIBEXT" in
10729     dll) ;;
10730     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'` ;;
10731     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10732   esac
10733 else
10734   echo "$as_me: failed program was:" >&5
10735 sed 's/^/| /' conftest.$ac_ext >&5
10736
10737
10738 fi
10739
10740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10741       conftest$ac_exeext conftest.$ac_ext
10742   LIBS=$ac_check_soname_save_LIBS
10743 fi
10744 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10745   { echo "$as_me:$LINENO: result: not found" >&5
10746 echo "${ECHO_T}not found" >&6; }
10747
10748 else
10749   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10750 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10751
10752 cat >>confdefs.h <<_ACEOF
10753 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10754 _ACEOF
10755
10756
10757 fi
10758
10759 else
10760   echo "$as_me: failed program was:" >&5
10761 sed 's/^/| /' conftest.$ac_ext >&5
10762
10763
10764 fi
10765
10766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10767         fi
10768         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10769   case "x$with_xinerama" in
10770   x)   wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10771   xno) ;;
10772   *)   { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10773 This is an error since --with-xinerama was requested." >&5
10774 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10775 This is an error since --with-xinerama was requested." >&2;}
10776    { (exit 1); exit 1; }; } ;;
10777 esac
10778 fi
10779
10780
10781                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10782         then
10783             { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10784 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10785 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10786   echo $ECHO_N "(cached) $ECHO_C" >&6
10787 else
10788   ac_check_soname_save_LIBS=$LIBS
10789 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10790   cat >conftest.$ac_ext <<_ACEOF
10791 /* confdefs.h.  */
10792 _ACEOF
10793 cat confdefs.h >>conftest.$ac_ext
10794 cat >>conftest.$ac_ext <<_ACEOF
10795 /* end confdefs.h.  */
10796
10797 /* Override any GCC internal prototype to avoid an error.
10798    Use char because int might match the return type of a GCC
10799    builtin and then its argument prototype would still apply.  */
10800 #ifdef __cplusplus
10801 extern "C"
10802 #endif
10803 char XCompositeRedirectWindow ();
10804 int
10805 main ()
10806 {
10807 return XCompositeRedirectWindow ();
10808   ;
10809   return 0;
10810 }
10811 _ACEOF
10812 rm -f conftest.$ac_objext conftest$ac_exeext
10813 if { (ac_try="$ac_link"
10814 case "(($ac_try" in
10815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10816   *) ac_try_echo=$ac_try;;
10817 esac
10818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10819   (eval "$ac_link") 2>conftest.er1
10820   ac_status=$?
10821   grep -v '^ *+' conftest.er1 >conftest.err
10822   rm -f conftest.er1
10823   cat conftest.err >&5
10824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10825   (exit $ac_status); } && {
10826          test -z "$ac_c_werror_flag" ||
10827          test ! -s conftest.err
10828        } && test -s conftest$ac_exeext &&
10829        $as_test_x conftest$ac_exeext; then
10830   case "$LIBEXT" in
10831     dll) ;;
10832     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'` ;;
10833     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10834   esac
10835 else
10836   echo "$as_me: failed program was:" >&5
10837 sed 's/^/| /' conftest.$ac_ext >&5
10838
10839
10840 fi
10841
10842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10843       conftest$ac_exeext conftest.$ac_ext
10844   LIBS=$ac_check_soname_save_LIBS
10845 fi
10846 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10847   { echo "$as_me:$LINENO: result: not found" >&5
10848 echo "${ECHO_T}not found" >&6; }
10849
10850 else
10851   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10852 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10853
10854 cat >>confdefs.h <<_ACEOF
10855 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10856 _ACEOF
10857
10858
10859 fi
10860
10861         fi
10862         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10863   case "x$with_xcomposite" in
10864   x)   wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10865   xno) ;;
10866   *)   { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10867 This is an error since --with-xcomposite was requested." >&5
10868 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10869 This is an error since --with-xcomposite was requested." >&2;}
10870    { (exit 1); exit 1; }; } ;;
10871 esac
10872 fi
10873
10874
10875                 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10876 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10877 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10878   echo $ECHO_N "(cached) $ECHO_C" >&6
10879 else
10880   cat >conftest.$ac_ext <<_ACEOF
10881 /* confdefs.h.  */
10882 _ACEOF
10883 cat confdefs.h >>conftest.$ac_ext
10884 cat >>conftest.$ac_ext <<_ACEOF
10885 /* end confdefs.h.  */
10886 #ifdef HAVE_X11_XLIB_H
10887 #include <X11/Xlib.h>
10888 #endif
10889
10890 int
10891 main ()
10892 {
10893 static XICCallback ac_aggr;
10894 if (ac_aggr.callback)
10895 return 0;
10896   ;
10897   return 0;
10898 }
10899 _ACEOF
10900 rm -f conftest.$ac_objext
10901 if { (ac_try="$ac_compile"
10902 case "(($ac_try" in
10903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10904   *) ac_try_echo=$ac_try;;
10905 esac
10906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10907   (eval "$ac_compile") 2>conftest.er1
10908   ac_status=$?
10909   grep -v '^ *+' conftest.er1 >conftest.err
10910   rm -f conftest.er1
10911   cat conftest.err >&5
10912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10913   (exit $ac_status); } && {
10914          test -z "$ac_c_werror_flag" ||
10915          test ! -s conftest.err
10916        } && test -s conftest.$ac_objext; then
10917   ac_cv_member_XICCallback_callback=yes
10918 else
10919   echo "$as_me: failed program was:" >&5
10920 sed 's/^/| /' conftest.$ac_ext >&5
10921
10922         cat >conftest.$ac_ext <<_ACEOF
10923 /* confdefs.h.  */
10924 _ACEOF
10925 cat confdefs.h >>conftest.$ac_ext
10926 cat >>conftest.$ac_ext <<_ACEOF
10927 /* end confdefs.h.  */
10928 #ifdef HAVE_X11_XLIB_H
10929 #include <X11/Xlib.h>
10930 #endif
10931
10932 int
10933 main ()
10934 {
10935 static XICCallback ac_aggr;
10936 if (sizeof ac_aggr.callback)
10937 return 0;
10938   ;
10939   return 0;
10940 }
10941 _ACEOF
10942 rm -f conftest.$ac_objext
10943 if { (ac_try="$ac_compile"
10944 case "(($ac_try" in
10945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10946   *) ac_try_echo=$ac_try;;
10947 esac
10948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10949   (eval "$ac_compile") 2>conftest.er1
10950   ac_status=$?
10951   grep -v '^ *+' conftest.er1 >conftest.err
10952   rm -f conftest.er1
10953   cat conftest.err >&5
10954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10955   (exit $ac_status); } && {
10956          test -z "$ac_c_werror_flag" ||
10957          test ! -s conftest.err
10958        } && test -s conftest.$ac_objext; then
10959   ac_cv_member_XICCallback_callback=yes
10960 else
10961   echo "$as_me: failed program was:" >&5
10962 sed 's/^/| /' conftest.$ac_ext >&5
10963
10964         ac_cv_member_XICCallback_callback=no
10965 fi
10966
10967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10968 fi
10969
10970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 fi
10972 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10973 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10974 if test $ac_cv_member_XICCallback_callback = yes; then
10975
10976 cat >>confdefs.h <<_ACEOF
10977 #define HAVE_XICCALLBACK_CALLBACK 1
10978 _ACEOF
10979
10980
10981 fi
10982
10983
10984
10985         opengl_msg=""
10986     if test "x$with_opengl" != "xno"
10987     then
10988
10989
10990
10991
10992 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10993 do
10994 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10995 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10996 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10997 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10998   echo $ECHO_N "(cached) $ECHO_C" >&6
10999 else
11000   cat >conftest.$ac_ext <<_ACEOF
11001 /* confdefs.h.  */
11002 _ACEOF
11003 cat confdefs.h >>conftest.$ac_ext
11004 cat >>conftest.$ac_ext <<_ACEOF
11005 /* end confdefs.h.  */
11006 #ifdef HAVE_GL_GLX_H
11007 # include <GL/glx.h>
11008 #endif
11009
11010 #include <$ac_header>
11011 _ACEOF
11012 rm -f conftest.$ac_objext
11013 if { (ac_try="$ac_compile"
11014 case "(($ac_try" in
11015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11016   *) ac_try_echo=$ac_try;;
11017 esac
11018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11019   (eval "$ac_compile") 2>conftest.er1
11020   ac_status=$?
11021   grep -v '^ *+' conftest.er1 >conftest.err
11022   rm -f conftest.er1
11023   cat conftest.err >&5
11024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11025   (exit $ac_status); } && {
11026          test -z "$ac_c_werror_flag" ||
11027          test ! -s conftest.err
11028        } && test -s conftest.$ac_objext; then
11029   eval "$as_ac_Header=yes"
11030 else
11031   echo "$as_me: failed program was:" >&5
11032 sed 's/^/| /' conftest.$ac_ext >&5
11033
11034         eval "$as_ac_Header=no"
11035 fi
11036
11037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11038 fi
11039 ac_res=`eval echo '${'$as_ac_Header'}'`
11040                { echo "$as_me:$LINENO: result: $ac_res" >&5
11041 echo "${ECHO_T}$ac_res" >&6; }
11042 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11043   cat >>confdefs.h <<_ACEOF
11044 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11045 _ACEOF
11046
11047 fi
11048
11049 done
11050
11051         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11052         then
11053                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11054 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11055 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11056   echo $ECHO_N "(cached) $ECHO_C" >&6
11057 else
11058   cat >conftest.$ac_ext <<_ACEOF
11059 /* confdefs.h.  */
11060 _ACEOF
11061 cat confdefs.h >>conftest.$ac_ext
11062 cat >>conftest.$ac_ext <<_ACEOF
11063 /* end confdefs.h.  */
11064 #include <GL/gl.h>
11065 int
11066 main ()
11067 {
11068 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11069   ;
11070   return 0;
11071 }
11072 _ACEOF
11073 rm -f conftest.$ac_objext
11074 if { (ac_try="$ac_compile"
11075 case "(($ac_try" in
11076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11077   *) ac_try_echo=$ac_try;;
11078 esac
11079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11080   (eval "$ac_compile") 2>conftest.er1
11081   ac_status=$?
11082   grep -v '^ *+' conftest.er1 >conftest.err
11083   rm -f conftest.er1
11084   cat conftest.err >&5
11085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11086   (exit $ac_status); } && {
11087          test -z "$ac_c_werror_flag" ||
11088          test ! -s conftest.err
11089        } && test -s conftest.$ac_objext; then
11090   wine_cv_opengl_header_version_OK="yes"
11091 else
11092   echo "$as_me: failed program was:" >&5
11093 sed 's/^/| /' conftest.$ac_ext >&5
11094
11095         wine_cv_opengl_header_version_OK="no"
11096 fi
11097
11098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11099 fi
11100 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11101 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11102
11103             if test "$wine_cv_opengl_header_version_OK" = "yes"
11104             then
11105                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
11106 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11107 if test "${ac_cv_lib_soname_GL+set}" = set; then
11108   echo $ECHO_N "(cached) $ECHO_C" >&6
11109 else
11110   ac_check_soname_save_LIBS=$LIBS
11111 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11112   cat >conftest.$ac_ext <<_ACEOF
11113 /* confdefs.h.  */
11114 _ACEOF
11115 cat confdefs.h >>conftest.$ac_ext
11116 cat >>conftest.$ac_ext <<_ACEOF
11117 /* end confdefs.h.  */
11118
11119 /* Override any GCC internal prototype to avoid an error.
11120    Use char because int might match the return type of a GCC
11121    builtin and then its argument prototype would still apply.  */
11122 #ifdef __cplusplus
11123 extern "C"
11124 #endif
11125 char glXCreateContext ();
11126 int
11127 main ()
11128 {
11129 return glXCreateContext ();
11130   ;
11131   return 0;
11132 }
11133 _ACEOF
11134 rm -f conftest.$ac_objext conftest$ac_exeext
11135 if { (ac_try="$ac_link"
11136 case "(($ac_try" in
11137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11138   *) ac_try_echo=$ac_try;;
11139 esac
11140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11141   (eval "$ac_link") 2>conftest.er1
11142   ac_status=$?
11143   grep -v '^ *+' conftest.er1 >conftest.err
11144   rm -f conftest.er1
11145   cat conftest.err >&5
11146   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11147   (exit $ac_status); } && {
11148          test -z "$ac_c_werror_flag" ||
11149          test ! -s conftest.err
11150        } && test -s conftest$ac_exeext &&
11151        $as_test_x conftest$ac_exeext; then
11152   case "$LIBEXT" in
11153     dll) ;;
11154     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'` ;;
11155     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11156   esac
11157 else
11158   echo "$as_me: failed program was:" >&5
11159 sed 's/^/| /' conftest.$ac_ext >&5
11160
11161
11162 fi
11163
11164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11165       conftest$ac_exeext conftest.$ac_ext
11166   LIBS=$ac_check_soname_save_LIBS
11167 fi
11168 if test "x$ac_cv_lib_soname_GL" = "x"; then
11169   { echo "$as_me:$LINENO: result: not found" >&5
11170 echo "${ECHO_T}not found" >&6; }
11171        { echo "$as_me:$LINENO: checking for -lGL" >&5
11172 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11173 if test "${ac_cv_lib_soname_GL+set}" = set; then
11174   echo $ECHO_N "(cached) $ECHO_C" >&6
11175 else
11176   ac_check_soname_save_LIBS=$LIBS
11177 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"
11178   cat >conftest.$ac_ext <<_ACEOF
11179 /* confdefs.h.  */
11180 _ACEOF
11181 cat confdefs.h >>conftest.$ac_ext
11182 cat >>conftest.$ac_ext <<_ACEOF
11183 /* end confdefs.h.  */
11184
11185 /* Override any GCC internal prototype to avoid an error.
11186    Use char because int might match the return type of a GCC
11187    builtin and then its argument prototype would still apply.  */
11188 #ifdef __cplusplus
11189 extern "C"
11190 #endif
11191 char glXCreateContext ();
11192 int
11193 main ()
11194 {
11195 return glXCreateContext ();
11196   ;
11197   return 0;
11198 }
11199 _ACEOF
11200 rm -f conftest.$ac_objext conftest$ac_exeext
11201 if { (ac_try="$ac_link"
11202 case "(($ac_try" in
11203   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11204   *) ac_try_echo=$ac_try;;
11205 esac
11206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11207   (eval "$ac_link") 2>conftest.er1
11208   ac_status=$?
11209   grep -v '^ *+' conftest.er1 >conftest.err
11210   rm -f conftest.er1
11211   cat conftest.err >&5
11212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11213   (exit $ac_status); } && {
11214          test -z "$ac_c_werror_flag" ||
11215          test ! -s conftest.err
11216        } && test -s conftest$ac_exeext &&
11217        $as_test_x conftest$ac_exeext; then
11218   case "$LIBEXT" in
11219     dll) ;;
11220     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'` ;;
11221     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11222   esac
11223 else
11224   echo "$as_me: failed program was:" >&5
11225 sed 's/^/| /' conftest.$ac_ext >&5
11226
11227
11228 fi
11229
11230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11231       conftest$ac_exeext conftest.$ac_ext
11232   LIBS=$ac_check_soname_save_LIBS
11233 fi
11234 if test "x$ac_cv_lib_soname_GL" = "x"; then
11235   { echo "$as_me:$LINENO: result: not found" >&5
11236 echo "${ECHO_T}not found" >&6; }
11237        if test -f /usr/X11R6/lib/libGL.a
11238                                     then
11239                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11240 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11241                                     else
11242                                         opengl_msg="No OpenGL library found on this system."
11243                                     fi
11244 else
11245   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11246 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11247
11248 cat >>confdefs.h <<_ACEOF
11249 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11250 _ACEOF
11251
11252        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"
11253
11254 cat >>confdefs.h <<\_ACEOF
11255 #define HAVE_OPENGL 1
11256 _ACEOF
11257
11258 fi
11259
11260 else
11261   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11262 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263
11264 cat >>confdefs.h <<_ACEOF
11265 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11266 _ACEOF
11267
11268        OPENGL_LIBS="-lGL"
11269
11270 cat >>confdefs.h <<\_ACEOF
11271 #define HAVE_OPENGL 1
11272 _ACEOF
11273
11274 fi
11275
11276                  if test "$ac_cv_header_GL_glu_h" = "yes"
11277                  then
11278                     { echo "$as_me:$LINENO: checking for -lGLU" >&5
11279 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11280 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11281   echo $ECHO_N "(cached) $ECHO_C" >&6
11282 else
11283   ac_check_soname_save_LIBS=$LIBS
11284 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11285   cat >conftest.$ac_ext <<_ACEOF
11286 /* confdefs.h.  */
11287 _ACEOF
11288 cat confdefs.h >>conftest.$ac_ext
11289 cat >>conftest.$ac_ext <<_ACEOF
11290 /* end confdefs.h.  */
11291
11292 /* Override any GCC internal prototype to avoid an error.
11293    Use char because int might match the return type of a GCC
11294    builtin and then its argument prototype would still apply.  */
11295 #ifdef __cplusplus
11296 extern "C"
11297 #endif
11298 char gluLookAt ();
11299 int
11300 main ()
11301 {
11302 return gluLookAt ();
11303   ;
11304   return 0;
11305 }
11306 _ACEOF
11307 rm -f conftest.$ac_objext conftest$ac_exeext
11308 if { (ac_try="$ac_link"
11309 case "(($ac_try" in
11310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11311   *) ac_try_echo=$ac_try;;
11312 esac
11313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11314   (eval "$ac_link") 2>conftest.er1
11315   ac_status=$?
11316   grep -v '^ *+' conftest.er1 >conftest.err
11317   rm -f conftest.er1
11318   cat conftest.err >&5
11319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11320   (exit $ac_status); } && {
11321          test -z "$ac_c_werror_flag" ||
11322          test ! -s conftest.err
11323        } && test -s conftest$ac_exeext &&
11324        $as_test_x conftest$ac_exeext; then
11325   case "$LIBEXT" in
11326     dll) ;;
11327     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'` ;;
11328     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11329   esac
11330 else
11331   echo "$as_me: failed program was:" >&5
11332 sed 's/^/| /' conftest.$ac_ext >&5
11333
11334
11335 fi
11336
11337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11338       conftest$ac_exeext conftest.$ac_ext
11339   LIBS=$ac_check_soname_save_LIBS
11340 fi
11341 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11342   { echo "$as_me:$LINENO: result: not found" >&5
11343 echo "${ECHO_T}not found" >&6; }
11344
11345 else
11346   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11347 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11348
11349 cat >>confdefs.h <<_ACEOF
11350 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11351 _ACEOF
11352
11353
11354 fi
11355
11356                  fi
11357                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11358   case "x$with_glu" in
11359   x)   wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11360   xno) ;;
11361   *)   { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11362 This is an error since --with-glu was requested." >&5
11363 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11364 This is an error since --with-glu was requested." >&2;}
11365    { (exit 1); exit 1; }; } ;;
11366 esac
11367 fi
11368
11369              else
11370                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11371              fi
11372          else
11373              opengl_msg="OpenGL development headers not found."
11374          fi
11375     fi
11376     if test -n "$opengl_msg"; then
11377   case "x$with_opengl" in
11378   x)   wine_warnings="$wine_warnings|$opengl_msg
11379 OpenGL and Direct3D won't be supported." ;;
11380   xno) ;;
11381   *)   { { echo "$as_me:$LINENO: error: $opengl_msg
11382 OpenGL and Direct3D won't be supported.
11383 This is an error since --with-opengl was requested." >&5
11384 echo "$as_me: error: $opengl_msg
11385 OpenGL and Direct3D won't be supported.
11386 This is an error since --with-opengl was requested." >&2;}
11387    { (exit 1); exit 1; }; } ;;
11388 esac
11389 fi
11390
11391
11392     test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11393     test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11394
11395         NASLIBS=""
11396
11397
11398 for ac_header in audio/audiolib.h
11399 do
11400 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11401 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11402   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11403 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11404 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11405   echo $ECHO_N "(cached) $ECHO_C" >&6
11406 fi
11407 ac_res=`eval echo '${'$as_ac_Header'}'`
11408                { echo "$as_me:$LINENO: result: $ac_res" >&5
11409 echo "${ECHO_T}$ac_res" >&6; }
11410 else
11411   # Is the header compilable?
11412 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11413 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11414 cat >conftest.$ac_ext <<_ACEOF
11415 /* confdefs.h.  */
11416 _ACEOF
11417 cat confdefs.h >>conftest.$ac_ext
11418 cat >>conftest.$ac_ext <<_ACEOF
11419 /* end confdefs.h.  */
11420 $ac_includes_default
11421 #include <$ac_header>
11422 _ACEOF
11423 rm -f conftest.$ac_objext
11424 if { (ac_try="$ac_compile"
11425 case "(($ac_try" in
11426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11427   *) ac_try_echo=$ac_try;;
11428 esac
11429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11430   (eval "$ac_compile") 2>conftest.er1
11431   ac_status=$?
11432   grep -v '^ *+' conftest.er1 >conftest.err
11433   rm -f conftest.er1
11434   cat conftest.err >&5
11435   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11436   (exit $ac_status); } && {
11437          test -z "$ac_c_werror_flag" ||
11438          test ! -s conftest.err
11439        } && test -s conftest.$ac_objext; then
11440   ac_header_compiler=yes
11441 else
11442   echo "$as_me: failed program was:" >&5
11443 sed 's/^/| /' conftest.$ac_ext >&5
11444
11445         ac_header_compiler=no
11446 fi
11447
11448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11449 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11450 echo "${ECHO_T}$ac_header_compiler" >&6; }
11451
11452 # Is the header present?
11453 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11454 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11455 cat >conftest.$ac_ext <<_ACEOF
11456 /* confdefs.h.  */
11457 _ACEOF
11458 cat confdefs.h >>conftest.$ac_ext
11459 cat >>conftest.$ac_ext <<_ACEOF
11460 /* end confdefs.h.  */
11461 #include <$ac_header>
11462 _ACEOF
11463 if { (ac_try="$ac_cpp conftest.$ac_ext"
11464 case "(($ac_try" in
11465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11466   *) ac_try_echo=$ac_try;;
11467 esac
11468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11469   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11470   ac_status=$?
11471   grep -v '^ *+' conftest.er1 >conftest.err
11472   rm -f conftest.er1
11473   cat conftest.err >&5
11474   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11475   (exit $ac_status); } >/dev/null && {
11476          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11477          test ! -s conftest.err
11478        }; then
11479   ac_header_preproc=yes
11480 else
11481   echo "$as_me: failed program was:" >&5
11482 sed 's/^/| /' conftest.$ac_ext >&5
11483
11484   ac_header_preproc=no
11485 fi
11486
11487 rm -f conftest.err conftest.$ac_ext
11488 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11489 echo "${ECHO_T}$ac_header_preproc" >&6; }
11490
11491 # So?  What about this header?
11492 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11493   yes:no: )
11494     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11495 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11496     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11497 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11498     ac_header_preproc=yes
11499     ;;
11500   no:yes:* )
11501     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11502 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11503     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11504 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11505     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11506 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11507     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11508 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11509     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11510 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11511     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11512 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11513     ( cat <<\_ASBOX
11514 ## ------------------------------------ ##
11515 ## Report this to wine-devel@winehq.org ##
11516 ## ------------------------------------ ##
11517 _ASBOX
11518      ) | sed "s/^/$as_me: WARNING:     /" >&2
11519     ;;
11520 esac
11521 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11522 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11523 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11524   echo $ECHO_N "(cached) $ECHO_C" >&6
11525 else
11526   eval "$as_ac_Header=\$ac_header_preproc"
11527 fi
11528 ac_res=`eval echo '${'$as_ac_Header'}'`
11529                { echo "$as_me:$LINENO: result: $ac_res" >&5
11530 echo "${ECHO_T}$ac_res" >&6; }
11531
11532 fi
11533 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11534   cat >>confdefs.h <<_ACEOF
11535 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11536 _ACEOF
11537
11538 for ac_header in audio/soundlib.h
11539 do
11540 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11541 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11542 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11543 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11544   echo $ECHO_N "(cached) $ECHO_C" >&6
11545 else
11546   cat >conftest.$ac_ext <<_ACEOF
11547 /* confdefs.h.  */
11548 _ACEOF
11549 cat confdefs.h >>conftest.$ac_ext
11550 cat >>conftest.$ac_ext <<_ACEOF
11551 /* end confdefs.h.  */
11552 #include <audio/audiolib.h>
11553
11554 #include <$ac_header>
11555 _ACEOF
11556 rm -f conftest.$ac_objext
11557 if { (ac_try="$ac_compile"
11558 case "(($ac_try" in
11559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11560   *) ac_try_echo=$ac_try;;
11561 esac
11562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11563   (eval "$ac_compile") 2>conftest.er1
11564   ac_status=$?
11565   grep -v '^ *+' conftest.er1 >conftest.err
11566   rm -f conftest.er1
11567   cat conftest.err >&5
11568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11569   (exit $ac_status); } && {
11570          test -z "$ac_c_werror_flag" ||
11571          test ! -s conftest.err
11572        } && test -s conftest.$ac_objext; then
11573   eval "$as_ac_Header=yes"
11574 else
11575   echo "$as_me: failed program was:" >&5
11576 sed 's/^/| /' conftest.$ac_ext >&5
11577
11578         eval "$as_ac_Header=no"
11579 fi
11580
11581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 fi
11583 ac_res=`eval echo '${'$as_ac_Header'}'`
11584                { echo "$as_me:$LINENO: result: $ac_res" >&5
11585 echo "${ECHO_T}$ac_res" >&6; }
11586 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11587   cat >>confdefs.h <<_ACEOF
11588 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11589 _ACEOF
11590
11591 fi
11592
11593 done
11594
11595           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11596 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11597 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11598   echo $ECHO_N "(cached) $ECHO_C" >&6
11599 else
11600   ac_check_lib_save_LIBS=$LIBS
11601 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11602 cat >conftest.$ac_ext <<_ACEOF
11603 /* confdefs.h.  */
11604 _ACEOF
11605 cat confdefs.h >>conftest.$ac_ext
11606 cat >>conftest.$ac_ext <<_ACEOF
11607 /* end confdefs.h.  */
11608
11609 /* Override any GCC internal prototype to avoid an error.
11610    Use char because int might match the return type of a GCC
11611    builtin and then its argument prototype would still apply.  */
11612 #ifdef __cplusplus
11613 extern "C"
11614 #endif
11615 char AuCreateFlow ();
11616 int
11617 main ()
11618 {
11619 return AuCreateFlow ();
11620   ;
11621   return 0;
11622 }
11623 _ACEOF
11624 rm -f conftest.$ac_objext conftest$ac_exeext
11625 if { (ac_try="$ac_link"
11626 case "(($ac_try" in
11627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11628   *) ac_try_echo=$ac_try;;
11629 esac
11630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11631   (eval "$ac_link") 2>conftest.er1
11632   ac_status=$?
11633   grep -v '^ *+' conftest.er1 >conftest.err
11634   rm -f conftest.er1
11635   cat conftest.err >&5
11636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11637   (exit $ac_status); } && {
11638          test -z "$ac_c_werror_flag" ||
11639          test ! -s conftest.err
11640        } && test -s conftest$ac_exeext &&
11641        $as_test_x conftest$ac_exeext; then
11642   ac_cv_lib_audio_AuCreateFlow=yes
11643 else
11644   echo "$as_me: failed program was:" >&5
11645 sed 's/^/| /' conftest.$ac_ext >&5
11646
11647         ac_cv_lib_audio_AuCreateFlow=no
11648 fi
11649
11650 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11651       conftest$ac_exeext conftest.$ac_ext
11652 LIBS=$ac_check_lib_save_LIBS
11653 fi
11654 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11655 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11656 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11657
11658 cat >>confdefs.h <<\_ACEOF
11659 #define HAVE_NAS 1
11660 _ACEOF
11661
11662                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11663 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11664 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11665   echo $ECHO_N "(cached) $ECHO_C" >&6
11666 else
11667   ac_check_lib_save_LIBS=$LIBS
11668 LIBS="-lXau $X_LIBS $LIBS"
11669 cat >conftest.$ac_ext <<_ACEOF
11670 /* confdefs.h.  */
11671 _ACEOF
11672 cat confdefs.h >>conftest.$ac_ext
11673 cat >>conftest.$ac_ext <<_ACEOF
11674 /* end confdefs.h.  */
11675
11676 /* Override any GCC internal prototype to avoid an error.
11677    Use char because int might match the return type of a GCC
11678    builtin and then its argument prototype would still apply.  */
11679 #ifdef __cplusplus
11680 extern "C"
11681 #endif
11682 char XauGetBestAuthByAddr ();
11683 int
11684 main ()
11685 {
11686 return XauGetBestAuthByAddr ();
11687   ;
11688   return 0;
11689 }
11690 _ACEOF
11691 rm -f conftest.$ac_objext conftest$ac_exeext
11692 if { (ac_try="$ac_link"
11693 case "(($ac_try" in
11694   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11695   *) ac_try_echo=$ac_try;;
11696 esac
11697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11698   (eval "$ac_link") 2>conftest.er1
11699   ac_status=$?
11700   grep -v '^ *+' conftest.er1 >conftest.err
11701   rm -f conftest.er1
11702   cat conftest.err >&5
11703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704   (exit $ac_status); } && {
11705          test -z "$ac_c_werror_flag" ||
11706          test ! -s conftest.err
11707        } && test -s conftest$ac_exeext &&
11708        $as_test_x conftest$ac_exeext; then
11709   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11710 else
11711   echo "$as_me: failed program was:" >&5
11712 sed 's/^/| /' conftest.$ac_ext >&5
11713
11714         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11715 fi
11716
11717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11718       conftest$ac_exeext conftest.$ac_ext
11719 LIBS=$ac_check_lib_save_LIBS
11720 fi
11721 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11722 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11723 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11724   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11725 else
11726   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11727 fi
11728
11729
11730 fi
11731
11732 fi
11733
11734 done
11735
11736
11737     CPPFLAGS="$ac_save_CPPFLAGS"
11738 else
11739     XLIB=""
11740     X_CFLAGS=""
11741     X_LIBS=""
11742     enable_winex11_drv=${enable_winex11_drv:-no}
11743     enable_opengl32=${enable_opengl32:-no}
11744     enable_glu32=${enable_glu32:-no}
11745 fi
11746 if test "x$XLIB" = "x"; then
11747   case "x$with_x" in
11748   xno) ;;
11749   *)   { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11750 without X support, which probably isn't what you want. You will need to install
11751 development packages of Xlib/Xfree86 at the very least.
11752 Use the --without-x option if you really want this." >&5
11753 echo "$as_me: error: X development files not found. Wine will be built
11754 without X support, which probably isn't what you want. You will need to install
11755 development packages of Xlib/Xfree86 at the very least.
11756 Use the --without-x option if you really want this." >&2;}
11757    { (exit 1); exit 1; }; } ;;
11758 esac
11759 fi
11760
11761
11762
11763 XML2LIBS=""
11764
11765 XML2INCL=""
11766
11767 XSLTLIBS=""
11768
11769 XSLTINCL=""
11770
11771 if test "x$with_xml" != "xno"
11772 then
11773     ac_save_CPPFLAGS="$CPPFLAGS"
11774     if test "$PKG_CONFIG" != "false"
11775     then
11776         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11777         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11778     else
11779         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11780         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
11781     fi
11782     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11783
11784 for ac_header in libxml/parser.h
11785 do
11786 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11787 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11788   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11789 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11791   echo $ECHO_N "(cached) $ECHO_C" >&6
11792 fi
11793 ac_res=`eval echo '${'$as_ac_Header'}'`
11794                { echo "$as_me:$LINENO: result: $ac_res" >&5
11795 echo "${ECHO_T}$ac_res" >&6; }
11796 else
11797   # Is the header compilable?
11798 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11799 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11800 cat >conftest.$ac_ext <<_ACEOF
11801 /* confdefs.h.  */
11802 _ACEOF
11803 cat confdefs.h >>conftest.$ac_ext
11804 cat >>conftest.$ac_ext <<_ACEOF
11805 /* end confdefs.h.  */
11806 $ac_includes_default
11807 #include <$ac_header>
11808 _ACEOF
11809 rm -f conftest.$ac_objext
11810 if { (ac_try="$ac_compile"
11811 case "(($ac_try" in
11812   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11813   *) ac_try_echo=$ac_try;;
11814 esac
11815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11816   (eval "$ac_compile") 2>conftest.er1
11817   ac_status=$?
11818   grep -v '^ *+' conftest.er1 >conftest.err
11819   rm -f conftest.er1
11820   cat conftest.err >&5
11821   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822   (exit $ac_status); } && {
11823          test -z "$ac_c_werror_flag" ||
11824          test ! -s conftest.err
11825        } && test -s conftest.$ac_objext; then
11826   ac_header_compiler=yes
11827 else
11828   echo "$as_me: failed program was:" >&5
11829 sed 's/^/| /' conftest.$ac_ext >&5
11830
11831         ac_header_compiler=no
11832 fi
11833
11834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11835 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11836 echo "${ECHO_T}$ac_header_compiler" >&6; }
11837
11838 # Is the header present?
11839 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11840 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11841 cat >conftest.$ac_ext <<_ACEOF
11842 /* confdefs.h.  */
11843 _ACEOF
11844 cat confdefs.h >>conftest.$ac_ext
11845 cat >>conftest.$ac_ext <<_ACEOF
11846 /* end confdefs.h.  */
11847 #include <$ac_header>
11848 _ACEOF
11849 if { (ac_try="$ac_cpp conftest.$ac_ext"
11850 case "(($ac_try" in
11851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11852   *) ac_try_echo=$ac_try;;
11853 esac
11854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11855   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11856   ac_status=$?
11857   grep -v '^ *+' conftest.er1 >conftest.err
11858   rm -f conftest.er1
11859   cat conftest.err >&5
11860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11861   (exit $ac_status); } >/dev/null && {
11862          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11863          test ! -s conftest.err
11864        }; then
11865   ac_header_preproc=yes
11866 else
11867   echo "$as_me: failed program was:" >&5
11868 sed 's/^/| /' conftest.$ac_ext >&5
11869
11870   ac_header_preproc=no
11871 fi
11872
11873 rm -f conftest.err conftest.$ac_ext
11874 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11875 echo "${ECHO_T}$ac_header_preproc" >&6; }
11876
11877 # So?  What about this header?
11878 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11879   yes:no: )
11880     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11881 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11882     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11883 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11884     ac_header_preproc=yes
11885     ;;
11886   no:yes:* )
11887     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11888 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11889     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11890 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11891     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11892 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11893     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11894 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11895     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11896 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11897     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11898 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11899     ( cat <<\_ASBOX
11900 ## ------------------------------------ ##
11901 ## Report this to wine-devel@winehq.org ##
11902 ## ------------------------------------ ##
11903 _ASBOX
11904      ) | sed "s/^/$as_me: WARNING:     /" >&2
11905     ;;
11906 esac
11907 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11910   echo $ECHO_N "(cached) $ECHO_C" >&6
11911 else
11912   eval "$as_ac_Header=\$ac_header_preproc"
11913 fi
11914 ac_res=`eval echo '${'$as_ac_Header'}'`
11915                { echo "$as_me:$LINENO: result: $ac_res" >&5
11916 echo "${ECHO_T}$ac_res" >&6; }
11917
11918 fi
11919 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11920   cat >>confdefs.h <<_ACEOF
11921 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11922 _ACEOF
11923  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11924 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11925 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11926   echo $ECHO_N "(cached) $ECHO_C" >&6
11927 else
11928   ac_check_lib_save_LIBS=$LIBS
11929 LIBS="-lxml2 $ac_xml_libs $LIBS"
11930 cat >conftest.$ac_ext <<_ACEOF
11931 /* confdefs.h.  */
11932 _ACEOF
11933 cat confdefs.h >>conftest.$ac_ext
11934 cat >>conftest.$ac_ext <<_ACEOF
11935 /* end confdefs.h.  */
11936
11937 /* Override any GCC internal prototype to avoid an error.
11938    Use char because int might match the return type of a GCC
11939    builtin and then its argument prototype would still apply.  */
11940 #ifdef __cplusplus
11941 extern "C"
11942 #endif
11943 char xmlParseMemory ();
11944 int
11945 main ()
11946 {
11947 return xmlParseMemory ();
11948   ;
11949   return 0;
11950 }
11951 _ACEOF
11952 rm -f conftest.$ac_objext conftest$ac_exeext
11953 if { (ac_try="$ac_link"
11954 case "(($ac_try" in
11955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11956   *) ac_try_echo=$ac_try;;
11957 esac
11958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11959   (eval "$ac_link") 2>conftest.er1
11960   ac_status=$?
11961   grep -v '^ *+' conftest.er1 >conftest.err
11962   rm -f conftest.er1
11963   cat conftest.err >&5
11964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11965   (exit $ac_status); } && {
11966          test -z "$ac_c_werror_flag" ||
11967          test ! -s conftest.err
11968        } && test -s conftest$ac_exeext &&
11969        $as_test_x conftest$ac_exeext; then
11970   ac_cv_lib_xml2_xmlParseMemory=yes
11971 else
11972   echo "$as_me: failed program was:" >&5
11973 sed 's/^/| /' conftest.$ac_ext >&5
11974
11975         ac_cv_lib_xml2_xmlParseMemory=no
11976 fi
11977
11978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11979       conftest$ac_exeext conftest.$ac_ext
11980 LIBS=$ac_check_lib_save_LIBS
11981 fi
11982 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11983 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11984 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11985
11986 cat >>confdefs.h <<\_ACEOF
11987 #define HAVE_LIBXML2 1
11988 _ACEOF
11989
11990                  XML2LIBS="$ac_xml_libs"
11991                  XML2INCL="$ac_xml_cflags"
11992 fi
11993
11994              { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11995 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11996 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11997   echo $ECHO_N "(cached) $ECHO_C" >&6
11998 else
11999   ac_check_lib_save_LIBS=$LIBS
12000 LIBS="-lxml2 $ac_xml_libs $LIBS"
12001 cat >conftest.$ac_ext <<_ACEOF
12002 /* confdefs.h.  */
12003 _ACEOF
12004 cat confdefs.h >>conftest.$ac_ext
12005 cat >>conftest.$ac_ext <<_ACEOF
12006 /* end confdefs.h.  */
12007
12008 /* Override any GCC internal prototype to avoid an error.
12009    Use char because int might match the return type of a GCC
12010    builtin and then its argument prototype would still apply.  */
12011 #ifdef __cplusplus
12012 extern "C"
12013 #endif
12014 char xmlReadMemory ();
12015 int
12016 main ()
12017 {
12018 return xmlReadMemory ();
12019   ;
12020   return 0;
12021 }
12022 _ACEOF
12023 rm -f conftest.$ac_objext conftest$ac_exeext
12024 if { (ac_try="$ac_link"
12025 case "(($ac_try" in
12026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12027   *) ac_try_echo=$ac_try;;
12028 esac
12029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12030   (eval "$ac_link") 2>conftest.er1
12031   ac_status=$?
12032   grep -v '^ *+' conftest.er1 >conftest.err
12033   rm -f conftest.er1
12034   cat conftest.err >&5
12035   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036   (exit $ac_status); } && {
12037          test -z "$ac_c_werror_flag" ||
12038          test ! -s conftest.err
12039        } && test -s conftest$ac_exeext &&
12040        $as_test_x conftest$ac_exeext; then
12041   ac_cv_lib_xml2_xmlReadMemory=yes
12042 else
12043   echo "$as_me: failed program was:" >&5
12044 sed 's/^/| /' conftest.$ac_ext >&5
12045
12046         ac_cv_lib_xml2_xmlReadMemory=no
12047 fi
12048
12049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12050       conftest$ac_exeext conftest.$ac_ext
12051 LIBS=$ac_check_lib_save_LIBS
12052 fi
12053 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12054 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12055 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12056
12057 cat >>confdefs.h <<\_ACEOF
12058 #define HAVE_XMLREADMEMORY 1
12059 _ACEOF
12060
12061 fi
12062
12063              { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12064 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12065 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12066   echo $ECHO_N "(cached) $ECHO_C" >&6
12067 else
12068   ac_check_lib_save_LIBS=$LIBS
12069 LIBS="-lxml2 $ac_xml_libs $LIBS"
12070 cat >conftest.$ac_ext <<_ACEOF
12071 /* confdefs.h.  */
12072 _ACEOF
12073 cat confdefs.h >>conftest.$ac_ext
12074 cat >>conftest.$ac_ext <<_ACEOF
12075 /* end confdefs.h.  */
12076
12077 /* Override any GCC internal prototype to avoid an error.
12078    Use char because int might match the return type of a GCC
12079    builtin and then its argument prototype would still apply.  */
12080 #ifdef __cplusplus
12081 extern "C"
12082 #endif
12083 char xmlNewDocPI ();
12084 int
12085 main ()
12086 {
12087 return xmlNewDocPI ();
12088   ;
12089   return 0;
12090 }
12091 _ACEOF
12092 rm -f conftest.$ac_objext conftest$ac_exeext
12093 if { (ac_try="$ac_link"
12094 case "(($ac_try" in
12095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12096   *) ac_try_echo=$ac_try;;
12097 esac
12098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12099   (eval "$ac_link") 2>conftest.er1
12100   ac_status=$?
12101   grep -v '^ *+' conftest.er1 >conftest.err
12102   rm -f conftest.er1
12103   cat conftest.err >&5
12104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105   (exit $ac_status); } && {
12106          test -z "$ac_c_werror_flag" ||
12107          test ! -s conftest.err
12108        } && test -s conftest$ac_exeext &&
12109        $as_test_x conftest$ac_exeext; then
12110   ac_cv_lib_xml2_xmlNewDocPI=yes
12111 else
12112   echo "$as_me: failed program was:" >&5
12113 sed 's/^/| /' conftest.$ac_ext >&5
12114
12115         ac_cv_lib_xml2_xmlNewDocPI=no
12116 fi
12117
12118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12119       conftest$ac_exeext conftest.$ac_ext
12120 LIBS=$ac_check_lib_save_LIBS
12121 fi
12122 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12123 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12124 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12125
12126 cat >>confdefs.h <<\_ACEOF
12127 #define HAVE_XMLNEWDOCPI 1
12128 _ACEOF
12129
12130 fi
12131
12132
12133 fi
12134
12135 done
12136
12137     CPPFLAGS="$ac_save_CPPFLAGS"
12138 fi
12139 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12140   case "x$with_xml" in
12141   x)   wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12142   xno) ;;
12143   *)   { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12144 This is an error since --with-xml was requested." >&5
12145 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12146 This is an error since --with-xml was requested." >&2;}
12147    { (exit 1); exit 1; }; } ;;
12148 esac
12149 fi
12150
12151
12152 if test "x$with_xslt" != "xno"
12153 then
12154     if test "$PKG_CONFIG" != "false"
12155     then
12156         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12157         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12158     else
12159         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12160         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12161     fi
12162     ac_save_CPPFLAGS="$CPPFLAGS"
12163     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12164
12165
12166 for ac_header in libxslt/pattern.h libxslt/transform.h
12167 do
12168 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12169 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12170 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12172   echo $ECHO_N "(cached) $ECHO_C" >&6
12173 else
12174   cat >conftest.$ac_ext <<_ACEOF
12175 /* confdefs.h.  */
12176 _ACEOF
12177 cat confdefs.h >>conftest.$ac_ext
12178 cat >>conftest.$ac_ext <<_ACEOF
12179 /* end confdefs.h.  */
12180 #ifdef HAVE_LIBXSLT_PATTERN_H
12181 # include <libxslt/pattern.h>
12182 #endif
12183
12184 #include <$ac_header>
12185 _ACEOF
12186 rm -f conftest.$ac_objext
12187 if { (ac_try="$ac_compile"
12188 case "(($ac_try" in
12189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12190   *) ac_try_echo=$ac_try;;
12191 esac
12192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12193   (eval "$ac_compile") 2>conftest.er1
12194   ac_status=$?
12195   grep -v '^ *+' conftest.er1 >conftest.err
12196   rm -f conftest.er1
12197   cat conftest.err >&5
12198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12199   (exit $ac_status); } && {
12200          test -z "$ac_c_werror_flag" ||
12201          test ! -s conftest.err
12202        } && test -s conftest.$ac_objext; then
12203   eval "$as_ac_Header=yes"
12204 else
12205   echo "$as_me: failed program was:" >&5
12206 sed 's/^/| /' conftest.$ac_ext >&5
12207
12208         eval "$as_ac_Header=no"
12209 fi
12210
12211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 fi
12213 ac_res=`eval echo '${'$as_ac_Header'}'`
12214                { echo "$as_me:$LINENO: result: $ac_res" >&5
12215 echo "${ECHO_T}$ac_res" >&6; }
12216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12217   cat >>confdefs.h <<_ACEOF
12218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12219 _ACEOF
12220
12221 fi
12222
12223 done
12224
12225     CPPFLAGS="$ac_save_CPPFLAGS"
12226     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12227     then
12228         { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12229 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12230 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12231   echo $ECHO_N "(cached) $ECHO_C" >&6
12232 else
12233   ac_check_lib_save_LIBS=$LIBS
12234 LIBS="-lxslt $ac_xslt_libs $LIBS"
12235 cat >conftest.$ac_ext <<_ACEOF
12236 /* confdefs.h.  */
12237 _ACEOF
12238 cat confdefs.h >>conftest.$ac_ext
12239 cat >>conftest.$ac_ext <<_ACEOF
12240 /* end confdefs.h.  */
12241
12242 /* Override any GCC internal prototype to avoid an error.
12243    Use char because int might match the return type of a GCC
12244    builtin and then its argument prototype would still apply.  */
12245 #ifdef __cplusplus
12246 extern "C"
12247 #endif
12248 char xsltCompilePattern ();
12249 int
12250 main ()
12251 {
12252 return xsltCompilePattern ();
12253   ;
12254   return 0;
12255 }
12256 _ACEOF
12257 rm -f conftest.$ac_objext conftest$ac_exeext
12258 if { (ac_try="$ac_link"
12259 case "(($ac_try" in
12260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12261   *) ac_try_echo=$ac_try;;
12262 esac
12263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12264   (eval "$ac_link") 2>conftest.er1
12265   ac_status=$?
12266   grep -v '^ *+' conftest.er1 >conftest.err
12267   rm -f conftest.er1
12268   cat conftest.err >&5
12269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12270   (exit $ac_status); } && {
12271          test -z "$ac_c_werror_flag" ||
12272          test ! -s conftest.err
12273        } && test -s conftest$ac_exeext &&
12274        $as_test_x conftest$ac_exeext; then
12275   ac_cv_lib_xslt_xsltCompilePattern=yes
12276 else
12277   echo "$as_me: failed program was:" >&5
12278 sed 's/^/| /' conftest.$ac_ext >&5
12279
12280         ac_cv_lib_xslt_xsltCompilePattern=no
12281 fi
12282
12283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12284       conftest$ac_exeext conftest.$ac_ext
12285 LIBS=$ac_check_lib_save_LIBS
12286 fi
12287 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12288 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12289 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12290
12291 cat >>confdefs.h <<\_ACEOF
12292 #define HAVE_LIBXSLT 1
12293 _ACEOF
12294
12295              XSLTLIBS="$ac_xslt_libs"
12296              XSLTINCL="$ac_xslt_cflags"
12297              ac_save_LIBS="$LIBS"
12298              LIBS="$LIBS $ac_xslt_libs"
12299
12300 for ac_func in xsltInit
12301 do
12302 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12303 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12305 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12306   echo $ECHO_N "(cached) $ECHO_C" >&6
12307 else
12308   cat >conftest.$ac_ext <<_ACEOF
12309 /* confdefs.h.  */
12310 _ACEOF
12311 cat confdefs.h >>conftest.$ac_ext
12312 cat >>conftest.$ac_ext <<_ACEOF
12313 /* end confdefs.h.  */
12314 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12315    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12316 #define $ac_func innocuous_$ac_func
12317
12318 /* System header to define __stub macros and hopefully few prototypes,
12319     which can conflict with char $ac_func (); below.
12320     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12321     <limits.h> exists even on freestanding compilers.  */
12322
12323 #ifdef __STDC__
12324 # include <limits.h>
12325 #else
12326 # include <assert.h>
12327 #endif
12328
12329 #undef $ac_func
12330
12331 /* Override any GCC internal prototype to avoid an error.
12332    Use char because int might match the return type of a GCC
12333    builtin and then its argument prototype would still apply.  */
12334 #ifdef __cplusplus
12335 extern "C"
12336 #endif
12337 char $ac_func ();
12338 /* The GNU C library defines this for functions which it implements
12339     to always fail with ENOSYS.  Some functions are actually named
12340     something starting with __ and the normal name is an alias.  */
12341 #if defined __stub_$ac_func || defined __stub___$ac_func
12342 choke me
12343 #endif
12344
12345 int
12346 main ()
12347 {
12348 return $ac_func ();
12349   ;
12350   return 0;
12351 }
12352 _ACEOF
12353 rm -f conftest.$ac_objext conftest$ac_exeext
12354 if { (ac_try="$ac_link"
12355 case "(($ac_try" in
12356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12357   *) ac_try_echo=$ac_try;;
12358 esac
12359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12360   (eval "$ac_link") 2>conftest.er1
12361   ac_status=$?
12362   grep -v '^ *+' conftest.er1 >conftest.err
12363   rm -f conftest.er1
12364   cat conftest.err >&5
12365   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366   (exit $ac_status); } && {
12367          test -z "$ac_c_werror_flag" ||
12368          test ! -s conftest.err
12369        } && test -s conftest$ac_exeext &&
12370        $as_test_x conftest$ac_exeext; then
12371   eval "$as_ac_var=yes"
12372 else
12373   echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12375
12376         eval "$as_ac_var=no"
12377 fi
12378
12379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12380       conftest$ac_exeext conftest.$ac_ext
12381 fi
12382 ac_res=`eval echo '${'$as_ac_var'}'`
12383                { echo "$as_me:$LINENO: result: $ac_res" >&5
12384 echo "${ECHO_T}$ac_res" >&6; }
12385 if test `eval echo '${'$as_ac_var'}'` = yes; then
12386   cat >>confdefs.h <<_ACEOF
12387 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12388 _ACEOF
12389
12390 fi
12391 done
12392
12393              LIBS="$ac_save_LIBS"
12394 fi
12395
12396     fi
12397 fi
12398 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12399   case "x$with_xslt" in
12400   x)   wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12401   xno) ;;
12402   *)   { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12403 This is an error since --with-xslt was requested." >&5
12404 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12405 This is an error since --with-xslt was requested." >&2;}
12406    { (exit 1); exit 1; }; } ;;
12407 esac
12408 fi
12409
12410
12411 HALINCL=""
12412
12413 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12414 then
12415     ac_save_CPPFLAGS="$CPPFLAGS"
12416     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12417     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12418     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12419
12420
12421 for ac_header in dbus/dbus.h hal/libhal.h
12422 do
12423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12425   { echo "$as_me:$LINENO: checking for $ac_header" >&5
12426 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12428   echo $ECHO_N "(cached) $ECHO_C" >&6
12429 fi
12430 ac_res=`eval echo '${'$as_ac_Header'}'`
12431                { echo "$as_me:$LINENO: result: $ac_res" >&5
12432 echo "${ECHO_T}$ac_res" >&6; }
12433 else
12434   # Is the header compilable?
12435 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12436 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12437 cat >conftest.$ac_ext <<_ACEOF
12438 /* confdefs.h.  */
12439 _ACEOF
12440 cat confdefs.h >>conftest.$ac_ext
12441 cat >>conftest.$ac_ext <<_ACEOF
12442 /* end confdefs.h.  */
12443 $ac_includes_default
12444 #include <$ac_header>
12445 _ACEOF
12446 rm -f conftest.$ac_objext
12447 if { (ac_try="$ac_compile"
12448 case "(($ac_try" in
12449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12450   *) ac_try_echo=$ac_try;;
12451 esac
12452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12453   (eval "$ac_compile") 2>conftest.er1
12454   ac_status=$?
12455   grep -v '^ *+' conftest.er1 >conftest.err
12456   rm -f conftest.er1
12457   cat conftest.err >&5
12458   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459   (exit $ac_status); } && {
12460          test -z "$ac_c_werror_flag" ||
12461          test ! -s conftest.err
12462        } && test -s conftest.$ac_objext; then
12463   ac_header_compiler=yes
12464 else
12465   echo "$as_me: failed program was:" >&5
12466 sed 's/^/| /' conftest.$ac_ext >&5
12467
12468         ac_header_compiler=no
12469 fi
12470
12471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12472 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12473 echo "${ECHO_T}$ac_header_compiler" >&6; }
12474
12475 # Is the header present?
12476 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12477 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12478 cat >conftest.$ac_ext <<_ACEOF
12479 /* confdefs.h.  */
12480 _ACEOF
12481 cat confdefs.h >>conftest.$ac_ext
12482 cat >>conftest.$ac_ext <<_ACEOF
12483 /* end confdefs.h.  */
12484 #include <$ac_header>
12485 _ACEOF
12486 if { (ac_try="$ac_cpp conftest.$ac_ext"
12487 case "(($ac_try" in
12488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12489   *) ac_try_echo=$ac_try;;
12490 esac
12491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12492   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12493   ac_status=$?
12494   grep -v '^ *+' conftest.er1 >conftest.err
12495   rm -f conftest.er1
12496   cat conftest.err >&5
12497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12498   (exit $ac_status); } >/dev/null && {
12499          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12500          test ! -s conftest.err
12501        }; then
12502   ac_header_preproc=yes
12503 else
12504   echo "$as_me: failed program was:" >&5
12505 sed 's/^/| /' conftest.$ac_ext >&5
12506
12507   ac_header_preproc=no
12508 fi
12509
12510 rm -f conftest.err conftest.$ac_ext
12511 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12512 echo "${ECHO_T}$ac_header_preproc" >&6; }
12513
12514 # So?  What about this header?
12515 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12516   yes:no: )
12517     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12518 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12519     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12520 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12521     ac_header_preproc=yes
12522     ;;
12523   no:yes:* )
12524     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12525 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12526     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12527 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12528     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12529 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12530     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12531 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12532     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12533 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12534     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12535 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12536     ( cat <<\_ASBOX
12537 ## ------------------------------------ ##
12538 ## Report this to wine-devel@winehq.org ##
12539 ## ------------------------------------ ##
12540 _ASBOX
12541      ) | sed "s/^/$as_me: WARNING:     /" >&2
12542     ;;
12543 esac
12544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12547   echo $ECHO_N "(cached) $ECHO_C" >&6
12548 else
12549   eval "$as_ac_Header=\$ac_header_preproc"
12550 fi
12551 ac_res=`eval echo '${'$as_ac_Header'}'`
12552                { echo "$as_me:$LINENO: result: $ac_res" >&5
12553 echo "${ECHO_T}$ac_res" >&6; }
12554
12555 fi
12556 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12557   cat >>confdefs.h <<_ACEOF
12558 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12559 _ACEOF
12560
12561 fi
12562
12563 done
12564
12565     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12566     then
12567         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12568 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12569 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12570   echo $ECHO_N "(cached) $ECHO_C" >&6
12571 else
12572   ac_check_lib_save_LIBS=$LIBS
12573 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12574 cat >conftest.$ac_ext <<_ACEOF
12575 /* confdefs.h.  */
12576 _ACEOF
12577 cat confdefs.h >>conftest.$ac_ext
12578 cat >>conftest.$ac_ext <<_ACEOF
12579 /* end confdefs.h.  */
12580
12581 /* Override any GCC internal prototype to avoid an error.
12582    Use char because int might match the return type of a GCC
12583    builtin and then its argument prototype would still apply.  */
12584 #ifdef __cplusplus
12585 extern "C"
12586 #endif
12587 char dbus_connection_close ();
12588 int
12589 main ()
12590 {
12591 return dbus_connection_close ();
12592   ;
12593   return 0;
12594 }
12595 _ACEOF
12596 rm -f conftest.$ac_objext conftest$ac_exeext
12597 if { (ac_try="$ac_link"
12598 case "(($ac_try" in
12599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12600   *) ac_try_echo=$ac_try;;
12601 esac
12602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12603   (eval "$ac_link") 2>conftest.er1
12604   ac_status=$?
12605   grep -v '^ *+' conftest.er1 >conftest.err
12606   rm -f conftest.er1
12607   cat conftest.err >&5
12608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609   (exit $ac_status); } && {
12610          test -z "$ac_c_werror_flag" ||
12611          test ! -s conftest.err
12612        } && test -s conftest$ac_exeext &&
12613        $as_test_x conftest$ac_exeext; then
12614   ac_cv_lib_dbus_1_dbus_connection_close=yes
12615 else
12616   echo "$as_me: failed program was:" >&5
12617 sed 's/^/| /' conftest.$ac_ext >&5
12618
12619         ac_cv_lib_dbus_1_dbus_connection_close=no
12620 fi
12621
12622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12623       conftest$ac_exeext conftest.$ac_ext
12624 LIBS=$ac_check_lib_save_LIBS
12625 fi
12626 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12627 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12628 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12629   { echo "$as_me:$LINENO: checking for -lhal" >&5
12630 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12631 if test "${ac_cv_lib_soname_hal+set}" = set; then
12632   echo $ECHO_N "(cached) $ECHO_C" >&6
12633 else
12634   ac_check_soname_save_LIBS=$LIBS
12635 LIBS="-lhal $ac_hal_libs $LIBS"
12636   cat >conftest.$ac_ext <<_ACEOF
12637 /* confdefs.h.  */
12638 _ACEOF
12639 cat confdefs.h >>conftest.$ac_ext
12640 cat >>conftest.$ac_ext <<_ACEOF
12641 /* end confdefs.h.  */
12642
12643 /* Override any GCC internal prototype to avoid an error.
12644    Use char because int might match the return type of a GCC
12645    builtin and then its argument prototype would still apply.  */
12646 #ifdef __cplusplus
12647 extern "C"
12648 #endif
12649 char libhal_ctx_new ();
12650 int
12651 main ()
12652 {
12653 return libhal_ctx_new ();
12654   ;
12655   return 0;
12656 }
12657 _ACEOF
12658 rm -f conftest.$ac_objext conftest$ac_exeext
12659 if { (ac_try="$ac_link"
12660 case "(($ac_try" in
12661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12662   *) ac_try_echo=$ac_try;;
12663 esac
12664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12665   (eval "$ac_link") 2>conftest.er1
12666   ac_status=$?
12667   grep -v '^ *+' conftest.er1 >conftest.err
12668   rm -f conftest.er1
12669   cat conftest.err >&5
12670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671   (exit $ac_status); } && {
12672          test -z "$ac_c_werror_flag" ||
12673          test ! -s conftest.err
12674        } && test -s conftest$ac_exeext &&
12675        $as_test_x conftest$ac_exeext; then
12676   case "$LIBEXT" in
12677     dll) ;;
12678     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'` ;;
12679     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12680   esac
12681 else
12682   echo "$as_me: failed program was:" >&5
12683 sed 's/^/| /' conftest.$ac_ext >&5
12684
12685
12686 fi
12687
12688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12689       conftest$ac_exeext conftest.$ac_ext
12690   LIBS=$ac_check_soname_save_LIBS
12691 fi
12692 if test "x$ac_cv_lib_soname_hal" = "x"; then
12693   { echo "$as_me:$LINENO: result: not found" >&5
12694 echo "${ECHO_T}not found" >&6; }
12695
12696 else
12697   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12698 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12699
12700 cat >>confdefs.h <<_ACEOF
12701 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12702 _ACEOF
12703
12704        HALINCL="$ac_hal_cflags"
12705 fi
12706
12707 fi
12708
12709     fi
12710     CPPFLAGS="$ac_save_CPPFLAGS"
12711 fi
12712 if test "x$ac_cv_lib_soname_hal" = "x"; then
12713   case "x$with_hal" in
12714   x)   wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12715   xno) ;;
12716   *)   { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12717 This is an error since --with-hal was requested." >&5
12718 echo "$as_me: error: libhal development files not found, no dynamic device support.
12719 This is an error since --with-hal was requested." >&2;}
12720    { (exit 1); exit 1; }; } ;;
12721 esac
12722 fi
12723
12724
12725 CURSESLIBS=""
12726 if test "$ac_cv_header_ncurses_h" = "yes"
12727 then
12728     { echo "$as_me:$LINENO: checking for -lncurses" >&5
12729 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12730 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12731   echo $ECHO_N "(cached) $ECHO_C" >&6
12732 else
12733   ac_check_soname_save_LIBS=$LIBS
12734 LIBS="-lncurses  $LIBS"
12735   cat >conftest.$ac_ext <<_ACEOF
12736 /* confdefs.h.  */
12737 _ACEOF
12738 cat confdefs.h >>conftest.$ac_ext
12739 cat >>conftest.$ac_ext <<_ACEOF
12740 /* end confdefs.h.  */
12741
12742 /* Override any GCC internal prototype to avoid an error.
12743    Use char because int might match the return type of a GCC
12744    builtin and then its argument prototype would still apply.  */
12745 #ifdef __cplusplus
12746 extern "C"
12747 #endif
12748 char waddch ();
12749 int
12750 main ()
12751 {
12752 return waddch ();
12753   ;
12754   return 0;
12755 }
12756 _ACEOF
12757 rm -f conftest.$ac_objext conftest$ac_exeext
12758 if { (ac_try="$ac_link"
12759 case "(($ac_try" in
12760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12761   *) ac_try_echo=$ac_try;;
12762 esac
12763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12764   (eval "$ac_link") 2>conftest.er1
12765   ac_status=$?
12766   grep -v '^ *+' conftest.er1 >conftest.err
12767   rm -f conftest.er1
12768   cat conftest.err >&5
12769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12770   (exit $ac_status); } && {
12771          test -z "$ac_c_werror_flag" ||
12772          test ! -s conftest.err
12773        } && test -s conftest$ac_exeext &&
12774        $as_test_x conftest$ac_exeext; then
12775   case "$LIBEXT" in
12776     dll) ;;
12777     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'` ;;
12778     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
12779   esac
12780 else
12781   echo "$as_me: failed program was:" >&5
12782 sed 's/^/| /' conftest.$ac_ext >&5
12783
12784
12785 fi
12786
12787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12788       conftest$ac_exeext conftest.$ac_ext
12789   LIBS=$ac_check_soname_save_LIBS
12790 fi
12791 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12792   { echo "$as_me:$LINENO: result: not found" >&5
12793 echo "${ECHO_T}not found" >&6; }
12794
12795 else
12796   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12797 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12798
12799 cat >>confdefs.h <<_ACEOF
12800 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12801 _ACEOF
12802
12803        CURSESLIBS="-lncurses"
12804 fi
12805
12806 elif test "$ac_cv_header_curses_h" = "yes"
12807 then
12808     { echo "$as_me:$LINENO: checking for -lcurses" >&5
12809 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12810 if test "${ac_cv_lib_soname_curses+set}" = set; then
12811   echo $ECHO_N "(cached) $ECHO_C" >&6
12812 else
12813   ac_check_soname_save_LIBS=$LIBS
12814 LIBS="-lcurses  $LIBS"
12815   cat >conftest.$ac_ext <<_ACEOF
12816 /* confdefs.h.  */
12817 _ACEOF
12818 cat confdefs.h >>conftest.$ac_ext
12819 cat >>conftest.$ac_ext <<_ACEOF
12820 /* end confdefs.h.  */
12821
12822 /* Override any GCC internal prototype to avoid an error.
12823    Use char because int might match the return type of a GCC
12824    builtin and then its argument prototype would still apply.  */
12825 #ifdef __cplusplus
12826 extern "C"
12827 #endif
12828 char waddch ();
12829 int
12830 main ()
12831 {
12832 return waddch ();
12833   ;
12834   return 0;
12835 }
12836 _ACEOF
12837 rm -f conftest.$ac_objext conftest$ac_exeext
12838 if { (ac_try="$ac_link"
12839 case "(($ac_try" in
12840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12841   *) ac_try_echo=$ac_try;;
12842 esac
12843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12844   (eval "$ac_link") 2>conftest.er1
12845   ac_status=$?
12846   grep -v '^ *+' conftest.er1 >conftest.err
12847   rm -f conftest.er1
12848   cat conftest.err >&5
12849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12850   (exit $ac_status); } && {
12851          test -z "$ac_c_werror_flag" ||
12852          test ! -s conftest.err
12853        } && test -s conftest$ac_exeext &&
12854        $as_test_x conftest$ac_exeext; then
12855   case "$LIBEXT" in
12856     dll) ;;
12857     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'` ;;
12858     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
12859   esac
12860 else
12861   echo "$as_me: failed program was:" >&5
12862 sed 's/^/| /' conftest.$ac_ext >&5
12863
12864
12865 fi
12866
12867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12868       conftest$ac_exeext conftest.$ac_ext
12869   LIBS=$ac_check_soname_save_LIBS
12870 fi
12871 if test "x$ac_cv_lib_soname_curses" = "x"; then
12872   { echo "$as_me:$LINENO: result: not found" >&5
12873 echo "${ECHO_T}not found" >&6; }
12874
12875 else
12876   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12877 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12878
12879 cat >>confdefs.h <<_ACEOF
12880 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12881 _ACEOF
12882
12883        CURSESLIBS="-lcurses"
12884 fi
12885
12886 fi
12887 ac_save_LIBS="$LIBS"
12888 LIBS="$LIBS $CURSESLIBS"
12889
12890 for ac_func in mousemask
12891 do
12892 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12893 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12894 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12895 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12896   echo $ECHO_N "(cached) $ECHO_C" >&6
12897 else
12898   cat >conftest.$ac_ext <<_ACEOF
12899 /* confdefs.h.  */
12900 _ACEOF
12901 cat confdefs.h >>conftest.$ac_ext
12902 cat >>conftest.$ac_ext <<_ACEOF
12903 /* end confdefs.h.  */
12904 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12905    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12906 #define $ac_func innocuous_$ac_func
12907
12908 /* System header to define __stub macros and hopefully few prototypes,
12909     which can conflict with char $ac_func (); below.
12910     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12911     <limits.h> exists even on freestanding compilers.  */
12912
12913 #ifdef __STDC__
12914 # include <limits.h>
12915 #else
12916 # include <assert.h>
12917 #endif
12918
12919 #undef $ac_func
12920
12921 /* Override any GCC internal prototype to avoid an error.
12922    Use char because int might match the return type of a GCC
12923    builtin and then its argument prototype would still apply.  */
12924 #ifdef __cplusplus
12925 extern "C"
12926 #endif
12927 char $ac_func ();
12928 /* The GNU C library defines this for functions which it implements
12929     to always fail with ENOSYS.  Some functions are actually named
12930     something starting with __ and the normal name is an alias.  */
12931 #if defined __stub_$ac_func || defined __stub___$ac_func
12932 choke me
12933 #endif
12934
12935 int
12936 main ()
12937 {
12938 return $ac_func ();
12939   ;
12940   return 0;
12941 }
12942 _ACEOF
12943 rm -f conftest.$ac_objext conftest$ac_exeext
12944 if { (ac_try="$ac_link"
12945 case "(($ac_try" in
12946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12947   *) ac_try_echo=$ac_try;;
12948 esac
12949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12950   (eval "$ac_link") 2>conftest.er1
12951   ac_status=$?
12952   grep -v '^ *+' conftest.er1 >conftest.err
12953   rm -f conftest.er1
12954   cat conftest.err >&5
12955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12956   (exit $ac_status); } && {
12957          test -z "$ac_c_werror_flag" ||
12958          test ! -s conftest.err
12959        } && test -s conftest$ac_exeext &&
12960        $as_test_x conftest$ac_exeext; then
12961   eval "$as_ac_var=yes"
12962 else
12963   echo "$as_me: failed program was:" >&5
12964 sed 's/^/| /' conftest.$ac_ext >&5
12965
12966         eval "$as_ac_var=no"
12967 fi
12968
12969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12970       conftest$ac_exeext conftest.$ac_ext
12971 fi
12972 ac_res=`eval echo '${'$as_ac_var'}'`
12973                { echo "$as_me:$LINENO: result: $ac_res" >&5
12974 echo "${ECHO_T}$ac_res" >&6; }
12975 if test `eval echo '${'$as_ac_var'}'` = yes; then
12976   cat >>confdefs.h <<_ACEOF
12977 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12978 _ACEOF
12979
12980 fi
12981 done
12982
12983 LIBS="$ac_save_LIBS"
12984 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12985   case "x$with_curses" in
12986   x)   wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12987   xno) ;;
12988   *)   { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12989 This is an error since --with-curses was requested." >&5
12990 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12991 This is an error since --with-curses was requested." >&2;}
12992    { (exit 1); exit 1; }; } ;;
12993 esac
12994 fi
12995
12996
12997 # Extract the first word of "sane-config", so it can be a program name with args.
12998 set dummy sane-config; ac_word=$2
12999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13001 if test "${ac_cv_prog_sane_devel+set}" = set; then
13002   echo $ECHO_N "(cached) $ECHO_C" >&6
13003 else
13004   if test -n "$sane_devel"; then
13005   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13006 else
13007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13008 for as_dir in $PATH
13009 do
13010   IFS=$as_save_IFS
13011   test -z "$as_dir" && as_dir=.
13012   for ac_exec_ext in '' $ac_executable_extensions; do
13013   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13014     ac_cv_prog_sane_devel="sane-config"
13015     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13016     break 2
13017   fi
13018 done
13019 done
13020 IFS=$as_save_IFS
13021
13022   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13023 fi
13024 fi
13025 sane_devel=$ac_cv_prog_sane_devel
13026 if test -n "$sane_devel"; then
13027   { echo "$as_me:$LINENO: result: $sane_devel" >&5
13028 echo "${ECHO_T}$sane_devel" >&6; }
13029 else
13030   { echo "$as_me:$LINENO: result: no" >&5
13031 echo "${ECHO_T}no" >&6; }
13032 fi
13033
13034
13035 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13036 then
13037     ac_sane_incl="`$sane_devel --cflags`"
13038     ac_sane_libs="`$sane_devel --ldflags`"
13039     ac_save_CPPFLAGS="$CPPFLAGS"
13040     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13041     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13042   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13043 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13044 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13045   echo $ECHO_N "(cached) $ECHO_C" >&6
13046 fi
13047 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13048 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13049 else
13050   # Is the header compilable?
13051 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13052 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13053 cat >conftest.$ac_ext <<_ACEOF
13054 /* confdefs.h.  */
13055 _ACEOF
13056 cat confdefs.h >>conftest.$ac_ext
13057 cat >>conftest.$ac_ext <<_ACEOF
13058 /* end confdefs.h.  */
13059 $ac_includes_default
13060 #include <sane/sane.h>
13061 _ACEOF
13062 rm -f conftest.$ac_objext
13063 if { (ac_try="$ac_compile"
13064 case "(($ac_try" in
13065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13066   *) ac_try_echo=$ac_try;;
13067 esac
13068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13069   (eval "$ac_compile") 2>conftest.er1
13070   ac_status=$?
13071   grep -v '^ *+' conftest.er1 >conftest.err
13072   rm -f conftest.er1
13073   cat conftest.err >&5
13074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13075   (exit $ac_status); } && {
13076          test -z "$ac_c_werror_flag" ||
13077          test ! -s conftest.err
13078        } && test -s conftest.$ac_objext; then
13079   ac_header_compiler=yes
13080 else
13081   echo "$as_me: failed program was:" >&5
13082 sed 's/^/| /' conftest.$ac_ext >&5
13083
13084         ac_header_compiler=no
13085 fi
13086
13087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13088 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13089 echo "${ECHO_T}$ac_header_compiler" >&6; }
13090
13091 # Is the header present?
13092 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13093 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13094 cat >conftest.$ac_ext <<_ACEOF
13095 /* confdefs.h.  */
13096 _ACEOF
13097 cat confdefs.h >>conftest.$ac_ext
13098 cat >>conftest.$ac_ext <<_ACEOF
13099 /* end confdefs.h.  */
13100 #include <sane/sane.h>
13101 _ACEOF
13102 if { (ac_try="$ac_cpp conftest.$ac_ext"
13103 case "(($ac_try" in
13104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13105   *) ac_try_echo=$ac_try;;
13106 esac
13107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13108   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13109   ac_status=$?
13110   grep -v '^ *+' conftest.er1 >conftest.err
13111   rm -f conftest.er1
13112   cat conftest.err >&5
13113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13114   (exit $ac_status); } >/dev/null && {
13115          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13116          test ! -s conftest.err
13117        }; then
13118   ac_header_preproc=yes
13119 else
13120   echo "$as_me: failed program was:" >&5
13121 sed 's/^/| /' conftest.$ac_ext >&5
13122
13123   ac_header_preproc=no
13124 fi
13125
13126 rm -f conftest.err conftest.$ac_ext
13127 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13128 echo "${ECHO_T}$ac_header_preproc" >&6; }
13129
13130 # So?  What about this header?
13131 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13132   yes:no: )
13133     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13134 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13135     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13136 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13137     ac_header_preproc=yes
13138     ;;
13139   no:yes:* )
13140     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13141 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13142     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13143 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13144     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13145 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13146     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13147 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13148     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13149 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13150     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13151 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13152     ( cat <<\_ASBOX
13153 ## ------------------------------------ ##
13154 ## Report this to wine-devel@winehq.org ##
13155 ## ------------------------------------ ##
13156 _ASBOX
13157      ) | sed "s/^/$as_me: WARNING:     /" >&2
13158     ;;
13159 esac
13160 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13161 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13162 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13163   echo $ECHO_N "(cached) $ECHO_C" >&6
13164 else
13165   ac_cv_header_sane_sane_h=$ac_header_preproc
13166 fi
13167 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13168 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13169
13170 fi
13171 if test $ac_cv_header_sane_sane_h = yes; then
13172   { echo "$as_me:$LINENO: checking for -lsane" >&5
13173 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13174 if test "${ac_cv_lib_soname_sane+set}" = set; then
13175   echo $ECHO_N "(cached) $ECHO_C" >&6
13176 else
13177   ac_check_soname_save_LIBS=$LIBS
13178 LIBS="-lsane $ac_sane_libs $LIBS"
13179   cat >conftest.$ac_ext <<_ACEOF
13180 /* confdefs.h.  */
13181 _ACEOF
13182 cat confdefs.h >>conftest.$ac_ext
13183 cat >>conftest.$ac_ext <<_ACEOF
13184 /* end confdefs.h.  */
13185
13186 /* Override any GCC internal prototype to avoid an error.
13187    Use char because int might match the return type of a GCC
13188    builtin and then its argument prototype would still apply.  */
13189 #ifdef __cplusplus
13190 extern "C"
13191 #endif
13192 char sane_init ();
13193 int
13194 main ()
13195 {
13196 return sane_init ();
13197   ;
13198   return 0;
13199 }
13200 _ACEOF
13201 rm -f conftest.$ac_objext conftest$ac_exeext
13202 if { (ac_try="$ac_link"
13203 case "(($ac_try" in
13204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13205   *) ac_try_echo=$ac_try;;
13206 esac
13207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13208   (eval "$ac_link") 2>conftest.er1
13209   ac_status=$?
13210   grep -v '^ *+' conftest.er1 >conftest.err
13211   rm -f conftest.er1
13212   cat conftest.err >&5
13213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13214   (exit $ac_status); } && {
13215          test -z "$ac_c_werror_flag" ||
13216          test ! -s conftest.err
13217        } && test -s conftest$ac_exeext &&
13218        $as_test_x conftest$ac_exeext; then
13219   case "$LIBEXT" in
13220     dll) ;;
13221     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'` ;;
13222     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13223   esac
13224 else
13225   echo "$as_me: failed program was:" >&5
13226 sed 's/^/| /' conftest.$ac_ext >&5
13227
13228
13229 fi
13230
13231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13232       conftest$ac_exeext conftest.$ac_ext
13233   LIBS=$ac_check_soname_save_LIBS
13234 fi
13235 if test "x$ac_cv_lib_soname_sane" = "x"; then
13236   { echo "$as_me:$LINENO: result: not found" >&5
13237 echo "${ECHO_T}not found" >&6; }
13238
13239 else
13240   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13241 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13242
13243 cat >>confdefs.h <<_ACEOF
13244 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13245 _ACEOF
13246
13247        SANEINCL="$ac_sane_incl"
13248
13249 fi
13250
13251 fi
13252
13253
13254     CPPFLAGS="$ac_save_CPPFLAGS"
13255 fi
13256 if test "x$ac_cv_lib_soname_sane" = "x"; then
13257   case "x$with_sane" in
13258   x)   wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13259   xno) ;;
13260   *)   { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13261 This is an error since --with-sane was requested." >&5
13262 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13263 This is an error since --with-sane was requested." >&2;}
13264    { (exit 1); exit 1; }; } ;;
13265 esac
13266 fi
13267
13268
13269 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13270 set dummy gphoto2-config; ac_word=$2
13271 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13273 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13274   echo $ECHO_N "(cached) $ECHO_C" >&6
13275 else
13276   if test -n "$gphoto2_devel"; then
13277   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13278 else
13279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13280 for as_dir in $PATH
13281 do
13282   IFS=$as_save_IFS
13283   test -z "$as_dir" && as_dir=.
13284   for ac_exec_ext in '' $ac_executable_extensions; do
13285   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13286     ac_cv_prog_gphoto2_devel="gphoto2-config"
13287     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13288     break 2
13289   fi
13290 done
13291 done
13292 IFS=$as_save_IFS
13293
13294   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13295 fi
13296 fi
13297 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13298 if test -n "$gphoto2_devel"; then
13299   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13300 echo "${ECHO_T}$gphoto2_devel" >&6; }
13301 else
13302   { echo "$as_me:$LINENO: result: no" >&5
13303 echo "${ECHO_T}no" >&6; }
13304 fi
13305
13306
13307 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13308 set dummy gphoto2-port-config; ac_word=$2
13309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13311 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13312   echo $ECHO_N "(cached) $ECHO_C" >&6
13313 else
13314   if test -n "$gphoto2port_devel"; then
13315   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13316 else
13317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13318 for as_dir in $PATH
13319 do
13320   IFS=$as_save_IFS
13321   test -z "$as_dir" && as_dir=.
13322   for ac_exec_ext in '' $ac_executable_extensions; do
13323   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13324     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13325     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13326     break 2
13327   fi
13328 done
13329 done
13330 IFS=$as_save_IFS
13331
13332   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13333 fi
13334 fi
13335 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13336 if test -n "$gphoto2port_devel"; then
13337   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13338 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13339 else
13340   { echo "$as_me:$LINENO: result: no" >&5
13341 echo "${ECHO_T}no" >&6; }
13342 fi
13343
13344
13345 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13346 then
13347     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13348     ac_gphoto2_libs=""
13349     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13350     do
13351       case "$i" in
13352         -L/usr/lib|-L/usr/lib64) ;;
13353         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13354       esac
13355     done
13356     ac_save_CPPFLAGS="$CPPFLAGS"
13357     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13358     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13359   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13360 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13361 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13362   echo $ECHO_N "(cached) $ECHO_C" >&6
13363 fi
13364 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13365 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13366 else
13367   # Is the header compilable?
13368 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13369 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13370 cat >conftest.$ac_ext <<_ACEOF
13371 /* confdefs.h.  */
13372 _ACEOF
13373 cat confdefs.h >>conftest.$ac_ext
13374 cat >>conftest.$ac_ext <<_ACEOF
13375 /* end confdefs.h.  */
13376 $ac_includes_default
13377 #include <gphoto2-camera.h>
13378 _ACEOF
13379 rm -f conftest.$ac_objext
13380 if { (ac_try="$ac_compile"
13381 case "(($ac_try" in
13382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13383   *) ac_try_echo=$ac_try;;
13384 esac
13385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13386   (eval "$ac_compile") 2>conftest.er1
13387   ac_status=$?
13388   grep -v '^ *+' conftest.er1 >conftest.err
13389   rm -f conftest.er1
13390   cat conftest.err >&5
13391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13392   (exit $ac_status); } && {
13393          test -z "$ac_c_werror_flag" ||
13394          test ! -s conftest.err
13395        } && test -s conftest.$ac_objext; then
13396   ac_header_compiler=yes
13397 else
13398   echo "$as_me: failed program was:" >&5
13399 sed 's/^/| /' conftest.$ac_ext >&5
13400
13401         ac_header_compiler=no
13402 fi
13403
13404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13405 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13406 echo "${ECHO_T}$ac_header_compiler" >&6; }
13407
13408 # Is the header present?
13409 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13410 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13411 cat >conftest.$ac_ext <<_ACEOF
13412 /* confdefs.h.  */
13413 _ACEOF
13414 cat confdefs.h >>conftest.$ac_ext
13415 cat >>conftest.$ac_ext <<_ACEOF
13416 /* end confdefs.h.  */
13417 #include <gphoto2-camera.h>
13418 _ACEOF
13419 if { (ac_try="$ac_cpp conftest.$ac_ext"
13420 case "(($ac_try" in
13421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13422   *) ac_try_echo=$ac_try;;
13423 esac
13424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13425   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13426   ac_status=$?
13427   grep -v '^ *+' conftest.er1 >conftest.err
13428   rm -f conftest.er1
13429   cat conftest.err >&5
13430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13431   (exit $ac_status); } >/dev/null && {
13432          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13433          test ! -s conftest.err
13434        }; then
13435   ac_header_preproc=yes
13436 else
13437   echo "$as_me: failed program was:" >&5
13438 sed 's/^/| /' conftest.$ac_ext >&5
13439
13440   ac_header_preproc=no
13441 fi
13442
13443 rm -f conftest.err conftest.$ac_ext
13444 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13445 echo "${ECHO_T}$ac_header_preproc" >&6; }
13446
13447 # So?  What about this header?
13448 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13449   yes:no: )
13450     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13451 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13452     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13453 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13454     ac_header_preproc=yes
13455     ;;
13456   no:yes:* )
13457     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13458 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13459     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
13460 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
13461     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13462 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13463     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
13464 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13465     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13466 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13467     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13468 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13469     ( cat <<\_ASBOX
13470 ## ------------------------------------ ##
13471 ## Report this to wine-devel@winehq.org ##
13472 ## ------------------------------------ ##
13473 _ASBOX
13474      ) | sed "s/^/$as_me: WARNING:     /" >&2
13475     ;;
13476 esac
13477 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13478 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13479 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13480   echo $ECHO_N "(cached) $ECHO_C" >&6
13481 else
13482   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13483 fi
13484 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13485 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13486
13487 fi
13488 if test $ac_cv_header_gphoto2_camera_h = yes; then
13489   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13490 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13491 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13492   echo $ECHO_N "(cached) $ECHO_C" >&6
13493 else
13494   ac_check_lib_save_LIBS=$LIBS
13495 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13496 cat >conftest.$ac_ext <<_ACEOF
13497 /* confdefs.h.  */
13498 _ACEOF
13499 cat confdefs.h >>conftest.$ac_ext
13500 cat >>conftest.$ac_ext <<_ACEOF
13501 /* end confdefs.h.  */
13502
13503 /* Override any GCC internal prototype to avoid an error.
13504    Use char because int might match the return type of a GCC
13505    builtin and then its argument prototype would still apply.  */
13506 #ifdef __cplusplus
13507 extern "C"
13508 #endif
13509 char gp_camera_new ();
13510 int
13511 main ()
13512 {
13513 return gp_camera_new ();
13514   ;
13515   return 0;
13516 }
13517 _ACEOF
13518 rm -f conftest.$ac_objext conftest$ac_exeext
13519 if { (ac_try="$ac_link"
13520 case "(($ac_try" in
13521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13522   *) ac_try_echo=$ac_try;;
13523 esac
13524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13525   (eval "$ac_link") 2>conftest.er1
13526   ac_status=$?
13527   grep -v '^ *+' conftest.er1 >conftest.err
13528   rm -f conftest.er1
13529   cat conftest.err >&5
13530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13531   (exit $ac_status); } && {
13532          test -z "$ac_c_werror_flag" ||
13533          test ! -s conftest.err
13534        } && test -s conftest$ac_exeext &&
13535        $as_test_x conftest$ac_exeext; then
13536   ac_cv_lib_gphoto2_gp_camera_new=yes
13537 else
13538   echo "$as_me: failed program was:" >&5
13539 sed 's/^/| /' conftest.$ac_ext >&5
13540
13541         ac_cv_lib_gphoto2_gp_camera_new=no
13542 fi
13543
13544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13545       conftest$ac_exeext conftest.$ac_ext
13546 LIBS=$ac_check_lib_save_LIBS
13547 fi
13548 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13549 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13550 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13551
13552 cat >>confdefs.h <<\_ACEOF
13553 #define HAVE_GPHOTO2 1
13554 _ACEOF
13555
13556                                    GPHOTO2LIBS="$ac_gphoto2_libs"
13557
13558                                    GPHOTO2INCL="$ac_gphoto2_incl"
13559
13560 fi
13561
13562 fi
13563
13564
13565     CPPFLAGS="$ac_save_CPPFLAGS"
13566 fi
13567 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13568   case "x$with_gphoto" in
13569   x)   wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13570   xno) ;;
13571   *)   { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13572 This is an error since --with-gphoto was requested." >&5
13573 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13574 This is an error since --with-gphoto was requested." >&2;}
13575    { (exit 1); exit 1; }; } ;;
13576 esac
13577 fi
13578
13579
13580
13581 RESOLVLIBS=""
13582
13583 if test "$ac_cv_header_resolv_h" = "yes"
13584 then
13585     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13586 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13587 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13588   echo $ECHO_N "(cached) $ECHO_C" >&6
13589 else
13590   ac_check_lib_save_LIBS=$LIBS
13591 LIBS="-lresolv  $LIBS"
13592 cat >conftest.$ac_ext <<_ACEOF
13593 /* confdefs.h.  */
13594 _ACEOF
13595 cat confdefs.h >>conftest.$ac_ext
13596 cat >>conftest.$ac_ext <<_ACEOF
13597 /* end confdefs.h.  */
13598
13599 /* Override any GCC internal prototype to avoid an error.
13600    Use char because int might match the return type of a GCC
13601    builtin and then its argument prototype would still apply.  */
13602 #ifdef __cplusplus
13603 extern "C"
13604 #endif
13605 char res_query ();
13606 int
13607 main ()
13608 {
13609 return res_query ();
13610   ;
13611   return 0;
13612 }
13613 _ACEOF
13614 rm -f conftest.$ac_objext conftest$ac_exeext
13615 if { (ac_try="$ac_link"
13616 case "(($ac_try" in
13617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13618   *) ac_try_echo=$ac_try;;
13619 esac
13620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13621   (eval "$ac_link") 2>conftest.er1
13622   ac_status=$?
13623   grep -v '^ *+' conftest.er1 >conftest.err
13624   rm -f conftest.er1
13625   cat conftest.err >&5
13626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13627   (exit $ac_status); } && {
13628          test -z "$ac_c_werror_flag" ||
13629          test ! -s conftest.err
13630        } && test -s conftest$ac_exeext &&
13631        $as_test_x conftest$ac_exeext; then
13632   ac_cv_lib_resolv_res_query=yes
13633 else
13634   echo "$as_me: failed program was:" >&5
13635 sed 's/^/| /' conftest.$ac_ext >&5
13636
13637         ac_cv_lib_resolv_res_query=no
13638 fi
13639
13640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13641       conftest$ac_exeext conftest.$ac_ext
13642 LIBS=$ac_check_lib_save_LIBS
13643 fi
13644 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13645 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13646 if test $ac_cv_lib_resolv_res_query = yes; then
13647
13648 cat >>confdefs.h <<\_ACEOF
13649 #define HAVE_RESOLV 1
13650 _ACEOF
13651
13652          RESOLVLIBS="-lresolv"
13653 fi
13654
13655 fi
13656
13657 LCMSLIBS=""
13658
13659 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13660 then
13661     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13662 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13663 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13664   echo $ECHO_N "(cached) $ECHO_C" >&6
13665 else
13666   ac_check_lib_save_LIBS=$LIBS
13667 LIBS="-llcms  $LIBS"
13668 cat >conftest.$ac_ext <<_ACEOF
13669 /* confdefs.h.  */
13670 _ACEOF
13671 cat confdefs.h >>conftest.$ac_ext
13672 cat >>conftest.$ac_ext <<_ACEOF
13673 /* end confdefs.h.  */
13674
13675 /* Override any GCC internal prototype to avoid an error.
13676    Use char because int might match the return type of a GCC
13677    builtin and then its argument prototype would still apply.  */
13678 #ifdef __cplusplus
13679 extern "C"
13680 #endif
13681 char cmsOpenProfileFromFile ();
13682 int
13683 main ()
13684 {
13685 return cmsOpenProfileFromFile ();
13686   ;
13687   return 0;
13688 }
13689 _ACEOF
13690 rm -f conftest.$ac_objext conftest$ac_exeext
13691 if { (ac_try="$ac_link"
13692 case "(($ac_try" in
13693   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13694   *) ac_try_echo=$ac_try;;
13695 esac
13696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13697   (eval "$ac_link") 2>conftest.er1
13698   ac_status=$?
13699   grep -v '^ *+' conftest.er1 >conftest.err
13700   rm -f conftest.er1
13701   cat conftest.err >&5
13702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13703   (exit $ac_status); } && {
13704          test -z "$ac_c_werror_flag" ||
13705          test ! -s conftest.err
13706        } && test -s conftest$ac_exeext &&
13707        $as_test_x conftest$ac_exeext; then
13708   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13709 else
13710   echo "$as_me: failed program was:" >&5
13711 sed 's/^/| /' conftest.$ac_ext >&5
13712
13713         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13714 fi
13715
13716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13717       conftest$ac_exeext conftest.$ac_ext
13718 LIBS=$ac_check_lib_save_LIBS
13719 fi
13720 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13721 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13722 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13723
13724 cat >>confdefs.h <<\_ACEOF
13725 #define HAVE_LCMS 1
13726 _ACEOF
13727
13728          LCMSLIBS="-llcms"
13729 fi
13730
13731 fi
13732 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13733   case "x$with_cms" in
13734   x)   wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13735   xno) ;;
13736   *)   { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13737 This is an error since --with-cms was requested." >&5
13738 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13739 This is an error since --with-cms was requested." >&2;}
13740    { (exit 1); exit 1; }; } ;;
13741 esac
13742 fi
13743
13744
13745 for ac_prog in freetype-config freetype2-config
13746 do
13747   # Extract the first word of "$ac_prog", so it can be a program name with args.
13748 set dummy $ac_prog; ac_word=$2
13749 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13750 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13751 if test "${ac_cv_prog_ft_devel+set}" = set; then
13752   echo $ECHO_N "(cached) $ECHO_C" >&6
13753 else
13754   if test -n "$ft_devel"; then
13755   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13756 else
13757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13758 for as_dir in $PATH
13759 do
13760   IFS=$as_save_IFS
13761   test -z "$as_dir" && as_dir=.
13762   for ac_exec_ext in '' $ac_executable_extensions; do
13763   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13764     ac_cv_prog_ft_devel="$ac_prog"
13765     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13766     break 2
13767   fi
13768 done
13769 done
13770 IFS=$as_save_IFS
13771
13772 fi
13773 fi
13774 ft_devel=$ac_cv_prog_ft_devel
13775 if test -n "$ft_devel"; then
13776   { echo "$as_me:$LINENO: result: $ft_devel" >&5
13777 echo "${ECHO_T}$ft_devel" >&6; }
13778 else
13779   { echo "$as_me:$LINENO: result: no" >&5
13780 echo "${ECHO_T}no" >&6; }
13781 fi
13782
13783
13784   test -n "$ft_devel" && break
13785 done
13786 test -n "$ft_devel" || ft_devel="false"
13787
13788 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13789 then
13790     ac_freetype_libs=`$ft_devel --libs`
13791     ac_freetype_incl=`$ft_devel --cflags`
13792     { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13793 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13794 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13795   echo $ECHO_N "(cached) $ECHO_C" >&6
13796 else
13797   ac_check_soname_save_LIBS=$LIBS
13798 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13799   cat >conftest.$ac_ext <<_ACEOF
13800 /* confdefs.h.  */
13801 _ACEOF
13802 cat confdefs.h >>conftest.$ac_ext
13803 cat >>conftest.$ac_ext <<_ACEOF
13804 /* end confdefs.h.  */
13805
13806 /* Override any GCC internal prototype to avoid an error.
13807    Use char because int might match the return type of a GCC
13808    builtin and then its argument prototype would still apply.  */
13809 #ifdef __cplusplus
13810 extern "C"
13811 #endif
13812 char FT_Init_FreeType ();
13813 int
13814 main ()
13815 {
13816 return FT_Init_FreeType ();
13817   ;
13818   return 0;
13819 }
13820 _ACEOF
13821 rm -f conftest.$ac_objext conftest$ac_exeext
13822 if { (ac_try="$ac_link"
13823 case "(($ac_try" in
13824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13825   *) ac_try_echo=$ac_try;;
13826 esac
13827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13828   (eval "$ac_link") 2>conftest.er1
13829   ac_status=$?
13830   grep -v '^ *+' conftest.er1 >conftest.err
13831   rm -f conftest.er1
13832   cat conftest.err >&5
13833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13834   (exit $ac_status); } && {
13835          test -z "$ac_c_werror_flag" ||
13836          test ! -s conftest.err
13837        } && test -s conftest$ac_exeext &&
13838        $as_test_x conftest$ac_exeext; then
13839   case "$LIBEXT" in
13840     dll) ;;
13841     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'` ;;
13842     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
13843   esac
13844 else
13845   echo "$as_me: failed program was:" >&5
13846 sed 's/^/| /' conftest.$ac_ext >&5
13847
13848
13849 fi
13850
13851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13852       conftest$ac_exeext conftest.$ac_ext
13853   LIBS=$ac_check_soname_save_LIBS
13854 fi
13855 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13856   { echo "$as_me:$LINENO: result: not found" >&5
13857 echo "${ECHO_T}not found" >&6; }
13858        ft_lib=no
13859 else
13860   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13861 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13862
13863 cat >>confdefs.h <<_ACEOF
13864 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13865 _ACEOF
13866
13867        ft_lib=yes
13868 fi
13869
13870     if test "$ft_lib" = "yes"
13871     then
13872         ac_save_CPPFLAGS="$CPPFLAGS"
13873         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13874
13875
13876
13877
13878
13879
13880
13881
13882
13883
13884
13885
13886 for ac_header in ft2build.h \
13887                          freetype/freetype.h \
13888                          freetype/ftglyph.h \
13889                          freetype/fttypes.h \
13890                          freetype/tttables.h \
13891                          freetype/ftnames.h \
13892                          freetype/ftsnames.h \
13893                          freetype/ttnameid.h \
13894                          freetype/ftoutln.h \
13895                          freetype/ftwinfnt.h \
13896                          freetype/ftmodapi.h \
13897                          freetype/internal/sfnt.h
13898 do
13899 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13900 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13903   echo $ECHO_N "(cached) $ECHO_C" >&6
13904 else
13905   cat >conftest.$ac_ext <<_ACEOF
13906 /* confdefs.h.  */
13907 _ACEOF
13908 cat confdefs.h >>conftest.$ac_ext
13909 cat >>conftest.$ac_ext <<_ACEOF
13910 /* end confdefs.h.  */
13911 #ifdef HAVE_FT2BUILD_H
13912                           # include <ft2build.h>
13913                           #endif
13914
13915 #include <$ac_header>
13916 _ACEOF
13917 rm -f conftest.$ac_objext
13918 if { (ac_try="$ac_compile"
13919 case "(($ac_try" in
13920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13921   *) ac_try_echo=$ac_try;;
13922 esac
13923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13924   (eval "$ac_compile") 2>conftest.er1
13925   ac_status=$?
13926   grep -v '^ *+' conftest.er1 >conftest.err
13927   rm -f conftest.er1
13928   cat conftest.err >&5
13929   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13930   (exit $ac_status); } && {
13931          test -z "$ac_c_werror_flag" ||
13932          test ! -s conftest.err
13933        } && test -s conftest.$ac_objext; then
13934   eval "$as_ac_Header=yes"
13935 else
13936   echo "$as_me: failed program was:" >&5
13937 sed 's/^/| /' conftest.$ac_ext >&5
13938
13939         eval "$as_ac_Header=no"
13940 fi
13941
13942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13943 fi
13944 ac_res=`eval echo '${'$as_ac_Header'}'`
13945                { echo "$as_me:$LINENO: result: $ac_res" >&5
13946 echo "${ECHO_T}$ac_res" >&6; }
13947 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13948   cat >>confdefs.h <<_ACEOF
13949 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13950 _ACEOF
13951
13952 fi
13953
13954 done
13955
13956         cat >conftest.$ac_ext <<_ACEOF
13957 /* confdefs.h.  */
13958 _ACEOF
13959 cat confdefs.h >>conftest.$ac_ext
13960 cat >>conftest.$ac_ext <<_ACEOF
13961 /* end confdefs.h.  */
13962 #include <ft2build.h>
13963                     #include <freetype/fttrigon.h>
13964 _ACEOF
13965 if { (ac_try="$ac_cpp conftest.$ac_ext"
13966 case "(($ac_try" in
13967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13968   *) ac_try_echo=$ac_try;;
13969 esac
13970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13971   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13972   ac_status=$?
13973   grep -v '^ *+' conftest.er1 >conftest.err
13974   rm -f conftest.er1
13975   cat conftest.err >&5
13976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13977   (exit $ac_status); } >/dev/null && {
13978          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13979          test ! -s conftest.err
13980        }; then
13981
13982 cat >>confdefs.h <<\_ACEOF
13983 #define HAVE_FREETYPE_FTTRIGON_H 1
13984 _ACEOF
13985
13986                     wine_cv_fttrigon=yes
13987 else
13988   echo "$as_me: failed program was:" >&5
13989 sed 's/^/| /' conftest.$ac_ext >&5
13990
13991   wine_cv_fttrigon=no
13992 fi
13993
13994 rm -f conftest.err conftest.$ac_ext
13995         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13996 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13997 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13998   echo $ECHO_N "(cached) $ECHO_C" >&6
13999 else
14000   cat >conftest.$ac_ext <<_ACEOF
14001 /* confdefs.h.  */
14002 _ACEOF
14003 cat confdefs.h >>conftest.$ac_ext
14004 cat >>conftest.$ac_ext <<_ACEOF
14005 /* end confdefs.h.  */
14006 #include <freetype/ftmodapi.h>
14007
14008 typedef FT_TrueTypeEngineType ac__type_new_;
14009 int
14010 main ()
14011 {
14012 if ((ac__type_new_ *) 0)
14013   return 0;
14014 if (sizeof (ac__type_new_))
14015   return 0;
14016   ;
14017   return 0;
14018 }
14019 _ACEOF
14020 rm -f conftest.$ac_objext
14021 if { (ac_try="$ac_compile"
14022 case "(($ac_try" in
14023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14024   *) ac_try_echo=$ac_try;;
14025 esac
14026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14027   (eval "$ac_compile") 2>conftest.er1
14028   ac_status=$?
14029   grep -v '^ *+' conftest.er1 >conftest.err
14030   rm -f conftest.er1
14031   cat conftest.err >&5
14032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14033   (exit $ac_status); } && {
14034          test -z "$ac_c_werror_flag" ||
14035          test ! -s conftest.err
14036        } && test -s conftest.$ac_objext; then
14037   ac_cv_type_FT_TrueTypeEngineType=yes
14038 else
14039   echo "$as_me: failed program was:" >&5
14040 sed 's/^/| /' conftest.$ac_ext >&5
14041
14042         ac_cv_type_FT_TrueTypeEngineType=no
14043 fi
14044
14045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14046 fi
14047 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14048 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14049 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14050
14051 cat >>confdefs.h <<_ACEOF
14052 #define HAVE_FT_TRUETYPEENGINETYPE 1
14053 _ACEOF
14054
14055
14056 fi
14057
14058         ac_save_CFLAGS="$CFLAGS"
14059         CFLAGS="$CFLAGS $ac_freetype_libs"
14060
14061 for ac_func in FT_Load_Sfnt_Table
14062 do
14063 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14064 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14065 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14066 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14067   echo $ECHO_N "(cached) $ECHO_C" >&6
14068 else
14069   cat >conftest.$ac_ext <<_ACEOF
14070 /* confdefs.h.  */
14071 _ACEOF
14072 cat confdefs.h >>conftest.$ac_ext
14073 cat >>conftest.$ac_ext <<_ACEOF
14074 /* end confdefs.h.  */
14075 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14076    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14077 #define $ac_func innocuous_$ac_func
14078
14079 /* System header to define __stub macros and hopefully few prototypes,
14080     which can conflict with char $ac_func (); below.
14081     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14082     <limits.h> exists even on freestanding compilers.  */
14083
14084 #ifdef __STDC__
14085 # include <limits.h>
14086 #else
14087 # include <assert.h>
14088 #endif
14089
14090 #undef $ac_func
14091
14092 /* Override any GCC internal prototype to avoid an error.
14093    Use char because int might match the return type of a GCC
14094    builtin and then its argument prototype would still apply.  */
14095 #ifdef __cplusplus
14096 extern "C"
14097 #endif
14098 char $ac_func ();
14099 /* The GNU C library defines this for functions which it implements
14100     to always fail with ENOSYS.  Some functions are actually named
14101     something starting with __ and the normal name is an alias.  */
14102 #if defined __stub_$ac_func || defined __stub___$ac_func
14103 choke me
14104 #endif
14105
14106 int
14107 main ()
14108 {
14109 return $ac_func ();
14110   ;
14111   return 0;
14112 }
14113 _ACEOF
14114 rm -f conftest.$ac_objext conftest$ac_exeext
14115 if { (ac_try="$ac_link"
14116 case "(($ac_try" in
14117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14118   *) ac_try_echo=$ac_try;;
14119 esac
14120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14121   (eval "$ac_link") 2>conftest.er1
14122   ac_status=$?
14123   grep -v '^ *+' conftest.er1 >conftest.err
14124   rm -f conftest.er1
14125   cat conftest.err >&5
14126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14127   (exit $ac_status); } && {
14128          test -z "$ac_c_werror_flag" ||
14129          test ! -s conftest.err
14130        } && test -s conftest$ac_exeext &&
14131        $as_test_x conftest$ac_exeext; then
14132   eval "$as_ac_var=yes"
14133 else
14134   echo "$as_me: failed program was:" >&5
14135 sed 's/^/| /' conftest.$ac_ext >&5
14136
14137         eval "$as_ac_var=no"
14138 fi
14139
14140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14141       conftest$ac_exeext conftest.$ac_ext
14142 fi
14143 ac_res=`eval echo '${'$as_ac_var'}'`
14144                { echo "$as_me:$LINENO: result: $ac_res" >&5
14145 echo "${ECHO_T}$ac_res" >&6; }
14146 if test `eval echo '${'$as_ac_var'}'` = yes; then
14147   cat >>confdefs.h <<_ACEOF
14148 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14149 _ACEOF
14150
14151 fi
14152 done
14153
14154         CFLAGS="$ac_save_CFLAGS"
14155         CPPFLAGS="$ac_save_CPPFLAGS"
14156                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14157         then
14158
14159 cat >>confdefs.h <<\_ACEOF
14160 #define HAVE_FREETYPE 1
14161 _ACEOF
14162
14163             FREETYPELIBS="$ac_freetype_libs"
14164
14165             FREETYPEINCL="$ac_freetype_incl"
14166
14167         fi
14168     fi
14169 fi
14170 if test "x$FREETYPELIBS" = "x"; then
14171   case "x$with_freetype" in
14172   xno) ;;
14173   *)   { { echo "$as_me:$LINENO: error: FreeType development files not found.
14174 Fonts will not be built. Dialog text may be invisible or unaligned.
14175 Use the --without-freetype option if you really want this." >&5
14176 echo "$as_me: error: FreeType development files not found.
14177 Fonts will not be built. Dialog text may be invisible or unaligned.
14178 Use the --without-freetype option if you really want this." >&2;}
14179    { (exit 1); exit 1; }; } ;;
14180 esac
14181 fi
14182
14183 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14184
14185 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14186 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14187 if test "${ac_cv_c_ppdev+set}" = set; then
14188   echo $ECHO_N "(cached) $ECHO_C" >&6
14189 else
14190   cat >conftest.$ac_ext <<_ACEOF
14191 /* confdefs.h.  */
14192 _ACEOF
14193 cat confdefs.h >>conftest.$ac_ext
14194 cat >>conftest.$ac_ext <<_ACEOF
14195 /* end confdefs.h.  */
14196 #include <linux/ppdev.h>
14197 int
14198 main ()
14199 {
14200 ioctl (1,PPCLAIM,0)
14201   ;
14202   return 0;
14203 }
14204 _ACEOF
14205 rm -f conftest.$ac_objext
14206 if { (ac_try="$ac_compile"
14207 case "(($ac_try" in
14208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14209   *) ac_try_echo=$ac_try;;
14210 esac
14211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14212   (eval "$ac_compile") 2>conftest.er1
14213   ac_status=$?
14214   grep -v '^ *+' conftest.er1 >conftest.err
14215   rm -f conftest.er1
14216   cat conftest.err >&5
14217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14218   (exit $ac_status); } && {
14219          test -z "$ac_c_werror_flag" ||
14220          test ! -s conftest.err
14221        } && test -s conftest.$ac_objext; then
14222   ac_cv_c_ppdev="yes"
14223 else
14224   echo "$as_me: failed program was:" >&5
14225 sed 's/^/| /' conftest.$ac_ext >&5
14226
14227         ac_cv_c_ppdev="no"
14228 fi
14229
14230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14231 fi
14232 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14233 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14234 if test "$ac_cv_c_ppdev" = "yes"
14235 then
14236
14237 cat >>confdefs.h <<\_ACEOF
14238 #define HAVE_PPDEV 1
14239 _ACEOF
14240
14241 fi
14242
14243 { echo "$as_me:$LINENO: checking for va_copy" >&5
14244 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14245 if test "${ac_cv_c_va_copy+set}" = set; then
14246   echo $ECHO_N "(cached) $ECHO_C" >&6
14247 else
14248   cat >conftest.$ac_ext <<_ACEOF
14249 /* confdefs.h.  */
14250 _ACEOF
14251 cat confdefs.h >>conftest.$ac_ext
14252 cat >>conftest.$ac_ext <<_ACEOF
14253 /* end confdefs.h.  */
14254 #include <stdarg.h>
14255 int
14256 main ()
14257 {
14258 va_list ap1, ap2; va_copy(ap1,ap2);
14259   ;
14260   return 0;
14261 }
14262 _ACEOF
14263 rm -f conftest.$ac_objext conftest$ac_exeext
14264 if { (ac_try="$ac_link"
14265 case "(($ac_try" in
14266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14267   *) ac_try_echo=$ac_try;;
14268 esac
14269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14270   (eval "$ac_link") 2>conftest.er1
14271   ac_status=$?
14272   grep -v '^ *+' conftest.er1 >conftest.err
14273   rm -f conftest.er1
14274   cat conftest.err >&5
14275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14276   (exit $ac_status); } && {
14277          test -z "$ac_c_werror_flag" ||
14278          test ! -s conftest.err
14279        } && test -s conftest$ac_exeext &&
14280        $as_test_x conftest$ac_exeext; then
14281   ac_cv_c_va_copy="yes"
14282 else
14283   echo "$as_me: failed program was:" >&5
14284 sed 's/^/| /' conftest.$ac_ext >&5
14285
14286         ac_cv_c_va_copy="no"
14287 fi
14288
14289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14290       conftest$ac_exeext conftest.$ac_ext
14291
14292 fi
14293 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14294 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14295 if test "$ac_cv_c_va_copy" = "yes"
14296 then
14297
14298 cat >>confdefs.h <<\_ACEOF
14299 #define HAVE_VA_COPY 1
14300 _ACEOF
14301
14302 fi
14303 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14304 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14305 if test "${ac_cv_c___va_copy+set}" = set; then
14306   echo $ECHO_N "(cached) $ECHO_C" >&6
14307 else
14308   cat >conftest.$ac_ext <<_ACEOF
14309 /* confdefs.h.  */
14310 _ACEOF
14311 cat confdefs.h >>conftest.$ac_ext
14312 cat >>conftest.$ac_ext <<_ACEOF
14313 /* end confdefs.h.  */
14314 #include <stdarg.h>
14315 int
14316 main ()
14317 {
14318 va_list ap1, ap2; __va_copy(ap1,ap2);
14319   ;
14320   return 0;
14321 }
14322 _ACEOF
14323 rm -f conftest.$ac_objext conftest$ac_exeext
14324 if { (ac_try="$ac_link"
14325 case "(($ac_try" in
14326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14327   *) ac_try_echo=$ac_try;;
14328 esac
14329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14330   (eval "$ac_link") 2>conftest.er1
14331   ac_status=$?
14332   grep -v '^ *+' conftest.er1 >conftest.err
14333   rm -f conftest.er1
14334   cat conftest.err >&5
14335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336   (exit $ac_status); } && {
14337          test -z "$ac_c_werror_flag" ||
14338          test ! -s conftest.err
14339        } && test -s conftest$ac_exeext &&
14340        $as_test_x conftest$ac_exeext; then
14341   ac_cv_c___va_copy="yes"
14342 else
14343   echo "$as_me: failed program was:" >&5
14344 sed 's/^/| /' conftest.$ac_ext >&5
14345
14346         ac_cv_c___va_copy="no"
14347 fi
14348
14349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14350       conftest$ac_exeext conftest.$ac_ext
14351
14352 fi
14353 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14354 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14355 if test "$ac_cv_c___va_copy" = "yes"
14356 then
14357
14358 cat >>confdefs.h <<\_ACEOF
14359 #define HAVE___VA_COPY 1
14360 _ACEOF
14361
14362 fi
14363
14364 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14365 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14366 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14367   echo $ECHO_N "(cached) $ECHO_C" >&6
14368 else
14369   cat >conftest.$ac_ext <<_ACEOF
14370 /* confdefs.h.  */
14371 _ACEOF
14372 cat confdefs.h >>conftest.$ac_ext
14373 cat >>conftest.$ac_ext <<_ACEOF
14374 /* end confdefs.h.  */
14375 #define _GNU_SOURCE
14376 #include <pthread.h>
14377
14378 typedef pthread_rwlock_t ac__type_new_;
14379 int
14380 main ()
14381 {
14382 if ((ac__type_new_ *) 0)
14383   return 0;
14384 if (sizeof (ac__type_new_))
14385   return 0;
14386   ;
14387   return 0;
14388 }
14389 _ACEOF
14390 rm -f conftest.$ac_objext
14391 if { (ac_try="$ac_compile"
14392 case "(($ac_try" in
14393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14394   *) ac_try_echo=$ac_try;;
14395 esac
14396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14397   (eval "$ac_compile") 2>conftest.er1
14398   ac_status=$?
14399   grep -v '^ *+' conftest.er1 >conftest.err
14400   rm -f conftest.er1
14401   cat conftest.err >&5
14402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14403   (exit $ac_status); } && {
14404          test -z "$ac_c_werror_flag" ||
14405          test ! -s conftest.err
14406        } && test -s conftest.$ac_objext; then
14407   ac_cv_type_pthread_rwlock_t=yes
14408 else
14409   echo "$as_me: failed program was:" >&5
14410 sed 's/^/| /' conftest.$ac_ext >&5
14411
14412         ac_cv_type_pthread_rwlock_t=no
14413 fi
14414
14415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14416 fi
14417 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14418 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14419 if test $ac_cv_type_pthread_rwlock_t = yes; then
14420
14421 cat >>confdefs.h <<_ACEOF
14422 #define HAVE_PTHREAD_RWLOCK_T 1
14423 _ACEOF
14424
14425
14426 fi
14427 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14428 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14429 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14430   echo $ECHO_N "(cached) $ECHO_C" >&6
14431 else
14432   cat >conftest.$ac_ext <<_ACEOF
14433 /* confdefs.h.  */
14434 _ACEOF
14435 cat confdefs.h >>conftest.$ac_ext
14436 cat >>conftest.$ac_ext <<_ACEOF
14437 /* end confdefs.h.  */
14438 #define _GNU_SOURCE
14439 #include <pthread.h>
14440
14441 typedef pthread_rwlockattr_t ac__type_new_;
14442 int
14443 main ()
14444 {
14445 if ((ac__type_new_ *) 0)
14446   return 0;
14447 if (sizeof (ac__type_new_))
14448   return 0;
14449   ;
14450   return 0;
14451 }
14452 _ACEOF
14453 rm -f conftest.$ac_objext
14454 if { (ac_try="$ac_compile"
14455 case "(($ac_try" in
14456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14457   *) ac_try_echo=$ac_try;;
14458 esac
14459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14460   (eval "$ac_compile") 2>conftest.er1
14461   ac_status=$?
14462   grep -v '^ *+' conftest.er1 >conftest.err
14463   rm -f conftest.er1
14464   cat conftest.err >&5
14465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14466   (exit $ac_status); } && {
14467          test -z "$ac_c_werror_flag" ||
14468          test ! -s conftest.err
14469        } && test -s conftest.$ac_objext; then
14470   ac_cv_type_pthread_rwlockattr_t=yes
14471 else
14472   echo "$as_me: failed program was:" >&5
14473 sed 's/^/| /' conftest.$ac_ext >&5
14474
14475         ac_cv_type_pthread_rwlockattr_t=no
14476 fi
14477
14478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14479 fi
14480 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14481 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14482 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14483
14484 cat >>confdefs.h <<_ACEOF
14485 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14486 _ACEOF
14487
14488
14489 fi
14490
14491
14492 ac_wine_check_funcs_save_LIBS="$LIBS"
14493 LIBS="$LIBS $LIBPTHREAD"
14494
14495
14496
14497
14498 for ac_func in \
14499         pthread_attr_get_np \
14500         pthread_getattr_np \
14501         pthread_get_stackaddr_np \
14502         pthread_get_stacksize_np
14503 do
14504 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14505 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14506 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14507 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14508   echo $ECHO_N "(cached) $ECHO_C" >&6
14509 else
14510   cat >conftest.$ac_ext <<_ACEOF
14511 /* confdefs.h.  */
14512 _ACEOF
14513 cat confdefs.h >>conftest.$ac_ext
14514 cat >>conftest.$ac_ext <<_ACEOF
14515 /* end confdefs.h.  */
14516 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14517    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14518 #define $ac_func innocuous_$ac_func
14519
14520 /* System header to define __stub macros and hopefully few prototypes,
14521     which can conflict with char $ac_func (); below.
14522     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14523     <limits.h> exists even on freestanding compilers.  */
14524
14525 #ifdef __STDC__
14526 # include <limits.h>
14527 #else
14528 # include <assert.h>
14529 #endif
14530
14531 #undef $ac_func
14532
14533 /* Override any GCC internal prototype to avoid an error.
14534    Use char because int might match the return type of a GCC
14535    builtin and then its argument prototype would still apply.  */
14536 #ifdef __cplusplus
14537 extern "C"
14538 #endif
14539 char $ac_func ();
14540 /* The GNU C library defines this for functions which it implements
14541     to always fail with ENOSYS.  Some functions are actually named
14542     something starting with __ and the normal name is an alias.  */
14543 #if defined __stub_$ac_func || defined __stub___$ac_func
14544 choke me
14545 #endif
14546
14547 int
14548 main ()
14549 {
14550 return $ac_func ();
14551   ;
14552   return 0;
14553 }
14554 _ACEOF
14555 rm -f conftest.$ac_objext conftest$ac_exeext
14556 if { (ac_try="$ac_link"
14557 case "(($ac_try" in
14558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14559   *) ac_try_echo=$ac_try;;
14560 esac
14561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14562   (eval "$ac_link") 2>conftest.er1
14563   ac_status=$?
14564   grep -v '^ *+' conftest.er1 >conftest.err
14565   rm -f conftest.er1
14566   cat conftest.err >&5
14567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14568   (exit $ac_status); } && {
14569          test -z "$ac_c_werror_flag" ||
14570          test ! -s conftest.err
14571        } && test -s conftest$ac_exeext &&
14572        $as_test_x conftest$ac_exeext; then
14573   eval "$as_ac_var=yes"
14574 else
14575   echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.$ac_ext >&5
14577
14578         eval "$as_ac_var=no"
14579 fi
14580
14581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14582       conftest$ac_exeext conftest.$ac_ext
14583 fi
14584 ac_res=`eval echo '${'$as_ac_var'}'`
14585                { echo "$as_me:$LINENO: result: $ac_res" >&5
14586 echo "${ECHO_T}$ac_res" >&6; }
14587 if test `eval echo '${'$as_ac_var'}'` = yes; then
14588   cat >>confdefs.h <<_ACEOF
14589 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14590 _ACEOF
14591
14592 fi
14593 done
14594
14595 LIBS="$ac_wine_check_funcs_save_LIBS"
14596
14597 # Extract the first word of "esd-config", so it can be a program name with args.
14598 set dummy esd-config; ac_word=$2
14599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14601 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14602   echo $ECHO_N "(cached) $ECHO_C" >&6
14603 else
14604   case $ESDCONFIG in
14605   [\\/]* | ?:[\\/]*)
14606   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14607   ;;
14608   *)
14609   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14610 for as_dir in $PATH
14611 do
14612   IFS=$as_save_IFS
14613   test -z "$as_dir" && as_dir=.
14614   for ac_exec_ext in '' $ac_executable_extensions; do
14615   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14616     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14617     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14618     break 2
14619   fi
14620 done
14621 done
14622 IFS=$as_save_IFS
14623
14624   ;;
14625 esac
14626 fi
14627 ESDCONFIG=$ac_cv_path_ESDCONFIG
14628 if test -n "$ESDCONFIG"; then
14629   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14630 echo "${ECHO_T}$ESDCONFIG" >&6; }
14631 else
14632   { echo "$as_me:$LINENO: result: no" >&5
14633 echo "${ECHO_T}no" >&6; }
14634 fi
14635
14636
14637 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14638 then
14639     ac_esd_incl=""
14640     for i in `$ESDCONFIG --cflags`
14641     do
14642       case "$i" in
14643         -I*) ac_esd_incl="$ac_esd_incl $i";;
14644       esac
14645     done
14646     ac_esd_libs=`$ESDCONFIG --libs`
14647     save_CFLAGS="$CFLAGS"
14648     CFLAGS="$CFLAGS $ac_esd_incl"
14649     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14650 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14651 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14652   echo $ECHO_N "(cached) $ECHO_C" >&6
14653 else
14654   ac_check_lib_save_LIBS=$LIBS
14655 LIBS="-lesd $ac_esd_libs $LIBS"
14656 cat >conftest.$ac_ext <<_ACEOF
14657 /* confdefs.h.  */
14658 _ACEOF
14659 cat confdefs.h >>conftest.$ac_ext
14660 cat >>conftest.$ac_ext <<_ACEOF
14661 /* end confdefs.h.  */
14662
14663 /* Override any GCC internal prototype to avoid an error.
14664    Use char because int might match the return type of a GCC
14665    builtin and then its argument prototype would still apply.  */
14666 #ifdef __cplusplus
14667 extern "C"
14668 #endif
14669 char esd_open_sound ();
14670 int
14671 main ()
14672 {
14673 return esd_open_sound ();
14674   ;
14675   return 0;
14676 }
14677 _ACEOF
14678 rm -f conftest.$ac_objext conftest$ac_exeext
14679 if { (ac_try="$ac_link"
14680 case "(($ac_try" in
14681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14682   *) ac_try_echo=$ac_try;;
14683 esac
14684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14685   (eval "$ac_link") 2>conftest.er1
14686   ac_status=$?
14687   grep -v '^ *+' conftest.er1 >conftest.err
14688   rm -f conftest.er1
14689   cat conftest.err >&5
14690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691   (exit $ac_status); } && {
14692          test -z "$ac_c_werror_flag" ||
14693          test ! -s conftest.err
14694        } && test -s conftest$ac_exeext &&
14695        $as_test_x conftest$ac_exeext; then
14696   ac_cv_lib_esd_esd_open_sound=yes
14697 else
14698   echo "$as_me: failed program was:" >&5
14699 sed 's/^/| /' conftest.$ac_ext >&5
14700
14701         ac_cv_lib_esd_esd_open_sound=no
14702 fi
14703
14704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14705       conftest$ac_exeext conftest.$ac_ext
14706 LIBS=$ac_check_lib_save_LIBS
14707 fi
14708 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14709 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14710 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14711   ESDINCL="$ac_esd_incl"
14712
14713          ESDLIBS="$ac_esd_libs"
14714
14715
14716 cat >>confdefs.h <<\_ACEOF
14717 #define HAVE_ESD 1
14718 _ACEOF
14719
14720 fi
14721
14722     CFLAGS="$save_CFLAGS"
14723 fi
14724
14725 ALSALIBS=""
14726
14727 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14728 then
14729     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14730 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14731 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14732   echo $ECHO_N "(cached) $ECHO_C" >&6
14733 else
14734   ac_check_lib_save_LIBS=$LIBS
14735 LIBS="-lasound  $LIBS"
14736 cat >conftest.$ac_ext <<_ACEOF
14737 /* confdefs.h.  */
14738 _ACEOF
14739 cat confdefs.h >>conftest.$ac_ext
14740 cat >>conftest.$ac_ext <<_ACEOF
14741 /* end confdefs.h.  */
14742
14743 /* Override any GCC internal prototype to avoid an error.
14744    Use char because int might match the return type of a GCC
14745    builtin and then its argument prototype would still apply.  */
14746 #ifdef __cplusplus
14747 extern "C"
14748 #endif
14749 char snd_pcm_hw_params_get_access ();
14750 int
14751 main ()
14752 {
14753 return snd_pcm_hw_params_get_access ();
14754   ;
14755   return 0;
14756 }
14757 _ACEOF
14758 rm -f conftest.$ac_objext conftest$ac_exeext
14759 if { (ac_try="$ac_link"
14760 case "(($ac_try" in
14761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14762   *) ac_try_echo=$ac_try;;
14763 esac
14764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14765   (eval "$ac_link") 2>conftest.er1
14766   ac_status=$?
14767   grep -v '^ *+' conftest.er1 >conftest.err
14768   rm -f conftest.er1
14769   cat conftest.err >&5
14770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771   (exit $ac_status); } && {
14772          test -z "$ac_c_werror_flag" ||
14773          test ! -s conftest.err
14774        } && test -s conftest$ac_exeext &&
14775        $as_test_x conftest$ac_exeext; then
14776   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14777 else
14778   echo "$as_me: failed program was:" >&5
14779 sed 's/^/| /' conftest.$ac_ext >&5
14780
14781         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14782 fi
14783
14784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14785       conftest$ac_exeext conftest.$ac_ext
14786 LIBS=$ac_check_lib_save_LIBS
14787 fi
14788 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14789 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14790 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14791   cat >conftest.$ac_ext <<_ACEOF
14792 /* confdefs.h.  */
14793 _ACEOF
14794 cat confdefs.h >>conftest.$ac_ext
14795 cat >>conftest.$ac_ext <<_ACEOF
14796 /* end confdefs.h.  */
14797 #ifdef HAVE_ALSA_ASOUNDLIB_H
14798 #include <alsa/asoundlib.h>
14799 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14800 #include <sys/asoundlib.h>
14801 #endif
14802 int
14803 main ()
14804 {
14805 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14806   ;
14807   return 0;
14808 }
14809 _ACEOF
14810 rm -f conftest.$ac_objext
14811 if { (ac_try="$ac_compile"
14812 case "(($ac_try" in
14813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14814   *) ac_try_echo=$ac_try;;
14815 esac
14816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14817   (eval "$ac_compile") 2>conftest.er1
14818   ac_status=$?
14819   grep -v '^ *+' conftest.er1 >conftest.err
14820   rm -f conftest.er1
14821   cat conftest.err >&5
14822   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14823   (exit $ac_status); } && {
14824          test -z "$ac_c_werror_flag" ||
14825          test ! -s conftest.err
14826        } && test -s conftest.$ac_objext; then
14827
14828 cat >>confdefs.h <<\_ACEOF
14829 #define HAVE_ALSA 1
14830 _ACEOF
14831
14832                          ALSALIBS="-lasound"
14833 else
14834   echo "$as_me: failed program was:" >&5
14835 sed 's/^/| /' conftest.$ac_ext >&5
14836
14837
14838 fi
14839
14840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14841 fi
14842
14843 fi
14844
14845 AUDIOIOLIBS=""
14846
14847 if test "$ac_cv_header_libaudioio_h" = "yes"
14848 then
14849     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14850 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14851 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14852   echo $ECHO_N "(cached) $ECHO_C" >&6
14853 else
14854   ac_check_lib_save_LIBS=$LIBS
14855 LIBS="-laudioio  $LIBS"
14856 cat >conftest.$ac_ext <<_ACEOF
14857 /* confdefs.h.  */
14858 _ACEOF
14859 cat confdefs.h >>conftest.$ac_ext
14860 cat >>conftest.$ac_ext <<_ACEOF
14861 /* end confdefs.h.  */
14862
14863 /* Override any GCC internal prototype to avoid an error.
14864    Use char because int might match the return type of a GCC
14865    builtin and then its argument prototype would still apply.  */
14866 #ifdef __cplusplus
14867 extern "C"
14868 #endif
14869 char AudioIOGetVersion ();
14870 int
14871 main ()
14872 {
14873 return AudioIOGetVersion ();
14874   ;
14875   return 0;
14876 }
14877 _ACEOF
14878 rm -f conftest.$ac_objext conftest$ac_exeext
14879 if { (ac_try="$ac_link"
14880 case "(($ac_try" in
14881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14882   *) ac_try_echo=$ac_try;;
14883 esac
14884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14885   (eval "$ac_link") 2>conftest.er1
14886   ac_status=$?
14887   grep -v '^ *+' conftest.er1 >conftest.err
14888   rm -f conftest.er1
14889   cat conftest.err >&5
14890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14891   (exit $ac_status); } && {
14892          test -z "$ac_c_werror_flag" ||
14893          test ! -s conftest.err
14894        } && test -s conftest$ac_exeext &&
14895        $as_test_x conftest$ac_exeext; then
14896   ac_cv_lib_audioio_AudioIOGetVersion=yes
14897 else
14898   echo "$as_me: failed program was:" >&5
14899 sed 's/^/| /' conftest.$ac_ext >&5
14900
14901         ac_cv_lib_audioio_AudioIOGetVersion=no
14902 fi
14903
14904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14905       conftest$ac_exeext conftest.$ac_ext
14906 LIBS=$ac_check_lib_save_LIBS
14907 fi
14908 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14909 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14910 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14911   AUDIOIOLIBS="-laudioio"
14912
14913 cat >>confdefs.h <<\_ACEOF
14914 #define HAVE_LIBAUDIOIO 1
14915 _ACEOF
14916
14917 fi
14918
14919 fi
14920
14921
14922 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14923 then
14924     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14925 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14926 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14927   echo $ECHO_N "(cached) $ECHO_C" >&6
14928 else
14929   ac_check_soname_save_LIBS=$LIBS
14930 LIBS="-lcapi20  $LIBS"
14931   cat >conftest.$ac_ext <<_ACEOF
14932 /* confdefs.h.  */
14933 _ACEOF
14934 cat confdefs.h >>conftest.$ac_ext
14935 cat >>conftest.$ac_ext <<_ACEOF
14936 /* end confdefs.h.  */
14937
14938 /* Override any GCC internal prototype to avoid an error.
14939    Use char because int might match the return type of a GCC
14940    builtin and then its argument prototype would still apply.  */
14941 #ifdef __cplusplus
14942 extern "C"
14943 #endif
14944 char capi20_register ();
14945 int
14946 main ()
14947 {
14948 return capi20_register ();
14949   ;
14950   return 0;
14951 }
14952 _ACEOF
14953 rm -f conftest.$ac_objext conftest$ac_exeext
14954 if { (ac_try="$ac_link"
14955 case "(($ac_try" in
14956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14957   *) ac_try_echo=$ac_try;;
14958 esac
14959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14960   (eval "$ac_link") 2>conftest.er1
14961   ac_status=$?
14962   grep -v '^ *+' conftest.er1 >conftest.err
14963   rm -f conftest.er1
14964   cat conftest.err >&5
14965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966   (exit $ac_status); } && {
14967          test -z "$ac_c_werror_flag" ||
14968          test ! -s conftest.err
14969        } && test -s conftest$ac_exeext &&
14970        $as_test_x conftest$ac_exeext; then
14971   case "$LIBEXT" in
14972     dll) ;;
14973     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'` ;;
14974     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
14975   esac
14976 else
14977   echo "$as_me: failed program was:" >&5
14978 sed 's/^/| /' conftest.$ac_ext >&5
14979
14980
14981 fi
14982
14983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14984       conftest$ac_exeext conftest.$ac_ext
14985   LIBS=$ac_check_soname_save_LIBS
14986 fi
14987 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14988   { echo "$as_me:$LINENO: result: not found" >&5
14989 echo "${ECHO_T}not found" >&6; }
14990
14991 else
14992   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14993 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14994
14995 cat >>confdefs.h <<_ACEOF
14996 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14997 _ACEOF
14998
14999
15000 fi
15001
15002 fi
15003 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15004   case "x$with_capi" in
15005   x)   wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15006   xno) ;;
15007   *)   { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15008 This is an error since --with-capi was requested." >&5
15009 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15010 This is an error since --with-capi was requested." >&2;}
15011    { (exit 1); exit 1; }; } ;;
15012 esac
15013 fi
15014
15015
15016 CUPSINCL=""
15017
15018 if test "x$with_cups" != "xno"
15019 then
15020     ac_save_CPPFLAGS="$CPPFLAGS"
15021     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15022     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15023     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15024
15025 for ac_header in cups/cups.h
15026 do
15027 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15029   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15030 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15032   echo $ECHO_N "(cached) $ECHO_C" >&6
15033 fi
15034 ac_res=`eval echo '${'$as_ac_Header'}'`
15035                { echo "$as_me:$LINENO: result: $ac_res" >&5
15036 echo "${ECHO_T}$ac_res" >&6; }
15037 else
15038   # Is the header compilable?
15039 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15040 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15041 cat >conftest.$ac_ext <<_ACEOF
15042 /* confdefs.h.  */
15043 _ACEOF
15044 cat confdefs.h >>conftest.$ac_ext
15045 cat >>conftest.$ac_ext <<_ACEOF
15046 /* end confdefs.h.  */
15047 $ac_includes_default
15048 #include <$ac_header>
15049 _ACEOF
15050 rm -f conftest.$ac_objext
15051 if { (ac_try="$ac_compile"
15052 case "(($ac_try" in
15053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15054   *) ac_try_echo=$ac_try;;
15055 esac
15056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15057   (eval "$ac_compile") 2>conftest.er1
15058   ac_status=$?
15059   grep -v '^ *+' conftest.er1 >conftest.err
15060   rm -f conftest.er1
15061   cat conftest.err >&5
15062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15063   (exit $ac_status); } && {
15064          test -z "$ac_c_werror_flag" ||
15065          test ! -s conftest.err
15066        } && test -s conftest.$ac_objext; then
15067   ac_header_compiler=yes
15068 else
15069   echo "$as_me: failed program was:" >&5
15070 sed 's/^/| /' conftest.$ac_ext >&5
15071
15072         ac_header_compiler=no
15073 fi
15074
15075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15076 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15077 echo "${ECHO_T}$ac_header_compiler" >&6; }
15078
15079 # Is the header present?
15080 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15081 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15082 cat >conftest.$ac_ext <<_ACEOF
15083 /* confdefs.h.  */
15084 _ACEOF
15085 cat confdefs.h >>conftest.$ac_ext
15086 cat >>conftest.$ac_ext <<_ACEOF
15087 /* end confdefs.h.  */
15088 #include <$ac_header>
15089 _ACEOF
15090 if { (ac_try="$ac_cpp conftest.$ac_ext"
15091 case "(($ac_try" in
15092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15093   *) ac_try_echo=$ac_try;;
15094 esac
15095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15096   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15097   ac_status=$?
15098   grep -v '^ *+' conftest.er1 >conftest.err
15099   rm -f conftest.er1
15100   cat conftest.err >&5
15101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15102   (exit $ac_status); } >/dev/null && {
15103          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15104          test ! -s conftest.err
15105        }; then
15106   ac_header_preproc=yes
15107 else
15108   echo "$as_me: failed program was:" >&5
15109 sed 's/^/| /' conftest.$ac_ext >&5
15110
15111   ac_header_preproc=no
15112 fi
15113
15114 rm -f conftest.err conftest.$ac_ext
15115 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15116 echo "${ECHO_T}$ac_header_preproc" >&6; }
15117
15118 # So?  What about this header?
15119 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15120   yes:no: )
15121     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15122 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15123     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15124 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15125     ac_header_preproc=yes
15126     ;;
15127   no:yes:* )
15128     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15129 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15130     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15131 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15132     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15133 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15134     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15135 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15136     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15137 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15138     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15139 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15140     ( cat <<\_ASBOX
15141 ## ------------------------------------ ##
15142 ## Report this to wine-devel@winehq.org ##
15143 ## ------------------------------------ ##
15144 _ASBOX
15145      ) | sed "s/^/$as_me: WARNING:     /" >&2
15146     ;;
15147 esac
15148 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15149 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15150 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15151   echo $ECHO_N "(cached) $ECHO_C" >&6
15152 else
15153   eval "$as_ac_Header=\$ac_header_preproc"
15154 fi
15155 ac_res=`eval echo '${'$as_ac_Header'}'`
15156                { echo "$as_me:$LINENO: result: $ac_res" >&5
15157 echo "${ECHO_T}$ac_res" >&6; }
15158
15159 fi
15160 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15161   cat >>confdefs.h <<_ACEOF
15162 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15163 _ACEOF
15164  { echo "$as_me:$LINENO: checking for -lcups" >&5
15165 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15166 if test "${ac_cv_lib_soname_cups+set}" = set; then
15167   echo $ECHO_N "(cached) $ECHO_C" >&6
15168 else
15169   ac_check_soname_save_LIBS=$LIBS
15170 LIBS="-lcups $ac_cups_libs $LIBS"
15171   cat >conftest.$ac_ext <<_ACEOF
15172 /* confdefs.h.  */
15173 _ACEOF
15174 cat confdefs.h >>conftest.$ac_ext
15175 cat >>conftest.$ac_ext <<_ACEOF
15176 /* end confdefs.h.  */
15177
15178 /* Override any GCC internal prototype to avoid an error.
15179    Use char because int might match the return type of a GCC
15180    builtin and then its argument prototype would still apply.  */
15181 #ifdef __cplusplus
15182 extern "C"
15183 #endif
15184 char cupsGetDefault ();
15185 int
15186 main ()
15187 {
15188 return cupsGetDefault ();
15189   ;
15190   return 0;
15191 }
15192 _ACEOF
15193 rm -f conftest.$ac_objext conftest$ac_exeext
15194 if { (ac_try="$ac_link"
15195 case "(($ac_try" in
15196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15197   *) ac_try_echo=$ac_try;;
15198 esac
15199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15200   (eval "$ac_link") 2>conftest.er1
15201   ac_status=$?
15202   grep -v '^ *+' conftest.er1 >conftest.err
15203   rm -f conftest.er1
15204   cat conftest.err >&5
15205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206   (exit $ac_status); } && {
15207          test -z "$ac_c_werror_flag" ||
15208          test ! -s conftest.err
15209        } && test -s conftest$ac_exeext &&
15210        $as_test_x conftest$ac_exeext; then
15211   case "$LIBEXT" in
15212     dll) ;;
15213     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'` ;;
15214     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15215   esac
15216 else
15217   echo "$as_me: failed program was:" >&5
15218 sed 's/^/| /' conftest.$ac_ext >&5
15219
15220
15221 fi
15222
15223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15224       conftest$ac_exeext conftest.$ac_ext
15225   LIBS=$ac_check_soname_save_LIBS
15226 fi
15227 if test "x$ac_cv_lib_soname_cups" = "x"; then
15228   { echo "$as_me:$LINENO: result: not found" >&5
15229 echo "${ECHO_T}not found" >&6; }
15230
15231 else
15232   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15233 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15234
15235 cat >>confdefs.h <<_ACEOF
15236 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15237 _ACEOF
15238
15239        CUPSINCL="$ac_cups_cflags"
15240 fi
15241
15242 fi
15243
15244 done
15245
15246     CPPFLAGS="$ac_save_CPPFLAGS"
15247 fi
15248 if test "x$ac_cv_lib_soname_cups" = "x"; then
15249   case "x$with_cups" in
15250   x)   wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15251   xno) ;;
15252   *)   { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15253 This is an error since --with-cups was requested." >&5
15254 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15255 This is an error since --with-cups was requested." >&2;}
15256    { (exit 1); exit 1; }; } ;;
15257 esac
15258 fi
15259
15260
15261 if test "$ac_cv_header_jack_jack_h" = "yes"
15262 then
15263     { echo "$as_me:$LINENO: checking for -ljack" >&5
15264 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15265 if test "${ac_cv_lib_soname_jack+set}" = set; then
15266   echo $ECHO_N "(cached) $ECHO_C" >&6
15267 else
15268   ac_check_soname_save_LIBS=$LIBS
15269 LIBS="-ljack  $LIBS"
15270   cat >conftest.$ac_ext <<_ACEOF
15271 /* confdefs.h.  */
15272 _ACEOF
15273 cat confdefs.h >>conftest.$ac_ext
15274 cat >>conftest.$ac_ext <<_ACEOF
15275 /* end confdefs.h.  */
15276
15277 /* Override any GCC internal prototype to avoid an error.
15278    Use char because int might match the return type of a GCC
15279    builtin and then its argument prototype would still apply.  */
15280 #ifdef __cplusplus
15281 extern "C"
15282 #endif
15283 char jack_client_new ();
15284 int
15285 main ()
15286 {
15287 return jack_client_new ();
15288   ;
15289   return 0;
15290 }
15291 _ACEOF
15292 rm -f conftest.$ac_objext conftest$ac_exeext
15293 if { (ac_try="$ac_link"
15294 case "(($ac_try" in
15295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15296   *) ac_try_echo=$ac_try;;
15297 esac
15298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15299   (eval "$ac_link") 2>conftest.er1
15300   ac_status=$?
15301   grep -v '^ *+' conftest.er1 >conftest.err
15302   rm -f conftest.er1
15303   cat conftest.err >&5
15304   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305   (exit $ac_status); } && {
15306          test -z "$ac_c_werror_flag" ||
15307          test ! -s conftest.err
15308        } && test -s conftest$ac_exeext &&
15309        $as_test_x conftest$ac_exeext; then
15310   case "$LIBEXT" in
15311     dll) ;;
15312     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'` ;;
15313     *) 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'` ;;
15314   esac
15315 else
15316   echo "$as_me: failed program was:" >&5
15317 sed 's/^/| /' conftest.$ac_ext >&5
15318
15319
15320 fi
15321
15322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15323       conftest$ac_exeext conftest.$ac_ext
15324   LIBS=$ac_check_soname_save_LIBS
15325 fi
15326 if test "x$ac_cv_lib_soname_jack" = "x"; then
15327   { echo "$as_me:$LINENO: result: not found" >&5
15328 echo "${ECHO_T}not found" >&6; }
15329
15330 else
15331   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15332 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15333
15334 cat >>confdefs.h <<_ACEOF
15335 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15336 _ACEOF
15337
15338
15339 fi
15340
15341 fi
15342
15343 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15344 then
15345     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15346 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15347 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15348   echo $ECHO_N "(cached) $ECHO_C" >&6
15349 else
15350   ac_check_soname_save_LIBS=$LIBS
15351 LIBS="-lfontconfig  $LIBS"
15352   cat >conftest.$ac_ext <<_ACEOF
15353 /* confdefs.h.  */
15354 _ACEOF
15355 cat confdefs.h >>conftest.$ac_ext
15356 cat >>conftest.$ac_ext <<_ACEOF
15357 /* end confdefs.h.  */
15358
15359 /* Override any GCC internal prototype to avoid an error.
15360    Use char because int might match the return type of a GCC
15361    builtin and then its argument prototype would still apply.  */
15362 #ifdef __cplusplus
15363 extern "C"
15364 #endif
15365 char FcInit ();
15366 int
15367 main ()
15368 {
15369 return FcInit ();
15370   ;
15371   return 0;
15372 }
15373 _ACEOF
15374 rm -f conftest.$ac_objext conftest$ac_exeext
15375 if { (ac_try="$ac_link"
15376 case "(($ac_try" in
15377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15378   *) ac_try_echo=$ac_try;;
15379 esac
15380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15381   (eval "$ac_link") 2>conftest.er1
15382   ac_status=$?
15383   grep -v '^ *+' conftest.er1 >conftest.err
15384   rm -f conftest.er1
15385   cat conftest.err >&5
15386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15387   (exit $ac_status); } && {
15388          test -z "$ac_c_werror_flag" ||
15389          test ! -s conftest.err
15390        } && test -s conftest$ac_exeext &&
15391        $as_test_x conftest$ac_exeext; then
15392   case "$LIBEXT" in
15393     dll) ;;
15394     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'` ;;
15395     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15396   esac
15397 else
15398   echo "$as_me: failed program was:" >&5
15399 sed 's/^/| /' conftest.$ac_ext >&5
15400
15401
15402 fi
15403
15404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15405       conftest$ac_exeext conftest.$ac_ext
15406   LIBS=$ac_check_soname_save_LIBS
15407 fi
15408 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15409   { echo "$as_me:$LINENO: result: not found" >&5
15410 echo "${ECHO_T}not found" >&6; }
15411
15412 else
15413   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15414 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15415
15416 cat >>confdefs.h <<_ACEOF
15417 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15418 _ACEOF
15419
15420
15421 fi
15422
15423 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15424 then
15425         ac_save_CPPFLAGS="$CPPFLAGS"
15426     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15427     $as_unset ac_cv_header_fontconfig_fontconfig_h
15428
15429 for ac_header in fontconfig/fontconfig.h
15430 do
15431 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15432 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15433   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15434 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15435 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15436   echo $ECHO_N "(cached) $ECHO_C" >&6
15437 fi
15438 ac_res=`eval echo '${'$as_ac_Header'}'`
15439                { echo "$as_me:$LINENO: result: $ac_res" >&5
15440 echo "${ECHO_T}$ac_res" >&6; }
15441 else
15442   # Is the header compilable?
15443 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15444 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15445 cat >conftest.$ac_ext <<_ACEOF
15446 /* confdefs.h.  */
15447 _ACEOF
15448 cat confdefs.h >>conftest.$ac_ext
15449 cat >>conftest.$ac_ext <<_ACEOF
15450 /* end confdefs.h.  */
15451 $ac_includes_default
15452 #include <$ac_header>
15453 _ACEOF
15454 rm -f conftest.$ac_objext
15455 if { (ac_try="$ac_compile"
15456 case "(($ac_try" in
15457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15458   *) ac_try_echo=$ac_try;;
15459 esac
15460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15461   (eval "$ac_compile") 2>conftest.er1
15462   ac_status=$?
15463   grep -v '^ *+' conftest.er1 >conftest.err
15464   rm -f conftest.er1
15465   cat conftest.err >&5
15466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15467   (exit $ac_status); } && {
15468          test -z "$ac_c_werror_flag" ||
15469          test ! -s conftest.err
15470        } && test -s conftest.$ac_objext; then
15471   ac_header_compiler=yes
15472 else
15473   echo "$as_me: failed program was:" >&5
15474 sed 's/^/| /' conftest.$ac_ext >&5
15475
15476         ac_header_compiler=no
15477 fi
15478
15479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15480 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15481 echo "${ECHO_T}$ac_header_compiler" >&6; }
15482
15483 # Is the header present?
15484 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15485 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15486 cat >conftest.$ac_ext <<_ACEOF
15487 /* confdefs.h.  */
15488 _ACEOF
15489 cat confdefs.h >>conftest.$ac_ext
15490 cat >>conftest.$ac_ext <<_ACEOF
15491 /* end confdefs.h.  */
15492 #include <$ac_header>
15493 _ACEOF
15494 if { (ac_try="$ac_cpp conftest.$ac_ext"
15495 case "(($ac_try" in
15496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15497   *) ac_try_echo=$ac_try;;
15498 esac
15499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15500   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15501   ac_status=$?
15502   grep -v '^ *+' conftest.er1 >conftest.err
15503   rm -f conftest.er1
15504   cat conftest.err >&5
15505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15506   (exit $ac_status); } >/dev/null && {
15507          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15508          test ! -s conftest.err
15509        }; then
15510   ac_header_preproc=yes
15511 else
15512   echo "$as_me: failed program was:" >&5
15513 sed 's/^/| /' conftest.$ac_ext >&5
15514
15515   ac_header_preproc=no
15516 fi
15517
15518 rm -f conftest.err conftest.$ac_ext
15519 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15520 echo "${ECHO_T}$ac_header_preproc" >&6; }
15521
15522 # So?  What about this header?
15523 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15524   yes:no: )
15525     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15526 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15527     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15528 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15529     ac_header_preproc=yes
15530     ;;
15531   no:yes:* )
15532     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15533 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15534     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15535 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15536     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15537 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15538     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15539 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15540     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15541 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15542     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15543 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15544     ( cat <<\_ASBOX
15545 ## ------------------------------------ ##
15546 ## Report this to wine-devel@winehq.org ##
15547 ## ------------------------------------ ##
15548 _ASBOX
15549      ) | sed "s/^/$as_me: WARNING:     /" >&2
15550     ;;
15551 esac
15552 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15553 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15554 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15555   echo $ECHO_N "(cached) $ECHO_C" >&6
15556 else
15557   eval "$as_ac_Header=\$ac_header_preproc"
15558 fi
15559 ac_res=`eval echo '${'$as_ac_Header'}'`
15560                { echo "$as_me:$LINENO: result: $ac_res" >&5
15561 echo "${ECHO_T}$ac_res" >&6; }
15562
15563 fi
15564 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15565   cat >>confdefs.h <<_ACEOF
15566 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15567 _ACEOF
15568
15569 fi
15570
15571 done
15572
15573     CPPFLAGS="$ac_save_CPPFLAGS"
15574     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15575     then
15576         FONTCONFIGINCL="$X_CFLAGS"
15577
15578         { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15579 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15580 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15581   echo $ECHO_N "(cached) $ECHO_C" >&6
15582 else
15583   ac_check_soname_save_LIBS=$LIBS
15584 LIBS="-lfontconfig $X_LIBS $LIBS"
15585   cat >conftest.$ac_ext <<_ACEOF
15586 /* confdefs.h.  */
15587 _ACEOF
15588 cat confdefs.h >>conftest.$ac_ext
15589 cat >>conftest.$ac_ext <<_ACEOF
15590 /* end confdefs.h.  */
15591
15592 /* Override any GCC internal prototype to avoid an error.
15593    Use char because int might match the return type of a GCC
15594    builtin and then its argument prototype would still apply.  */
15595 #ifdef __cplusplus
15596 extern "C"
15597 #endif
15598 char FcInit ();
15599 int
15600 main ()
15601 {
15602 return FcInit ();
15603   ;
15604   return 0;
15605 }
15606 _ACEOF
15607 rm -f conftest.$ac_objext conftest$ac_exeext
15608 if { (ac_try="$ac_link"
15609 case "(($ac_try" in
15610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15611   *) ac_try_echo=$ac_try;;
15612 esac
15613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15614   (eval "$ac_link") 2>conftest.er1
15615   ac_status=$?
15616   grep -v '^ *+' conftest.er1 >conftest.err
15617   rm -f conftest.er1
15618   cat conftest.err >&5
15619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620   (exit $ac_status); } && {
15621          test -z "$ac_c_werror_flag" ||
15622          test ! -s conftest.err
15623        } && test -s conftest$ac_exeext &&
15624        $as_test_x conftest$ac_exeext; then
15625   case "$LIBEXT" in
15626     dll) ;;
15627     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'` ;;
15628     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15629   esac
15630 else
15631   echo "$as_me: failed program was:" >&5
15632 sed 's/^/| /' conftest.$ac_ext >&5
15633
15634
15635 fi
15636
15637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15638       conftest$ac_exeext conftest.$ac_ext
15639   LIBS=$ac_check_soname_save_LIBS
15640 fi
15641 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15642   { echo "$as_me:$LINENO: result: not found" >&5
15643 echo "${ECHO_T}not found" >&6; }
15644
15645 else
15646   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15647 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15648
15649 cat >>confdefs.h <<_ACEOF
15650 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15651 _ACEOF
15652
15653
15654 fi
15655
15656     fi
15657 fi
15658 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15659   case "x$with_fontconfig" in
15660   x)   wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15661   xno) ;;
15662   *)   { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15663 This is an error since --with-fontconfig was requested." >&5
15664 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15665 This is an error since --with-fontconfig was requested." >&2;}
15666    { (exit 1); exit 1; }; } ;;
15667 esac
15668 fi
15669
15670
15671 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15672 then
15673     { echo "$as_me:$LINENO: checking for -lssl" >&5
15674 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15675 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15676   echo $ECHO_N "(cached) $ECHO_C" >&6
15677 else
15678   ac_check_soname_save_LIBS=$LIBS
15679 LIBS="-lssl  $LIBS"
15680   cat >conftest.$ac_ext <<_ACEOF
15681 /* confdefs.h.  */
15682 _ACEOF
15683 cat confdefs.h >>conftest.$ac_ext
15684 cat >>conftest.$ac_ext <<_ACEOF
15685 /* end confdefs.h.  */
15686
15687 /* Override any GCC internal prototype to avoid an error.
15688    Use char because int might match the return type of a GCC
15689    builtin and then its argument prototype would still apply.  */
15690 #ifdef __cplusplus
15691 extern "C"
15692 #endif
15693 char SSL_library_init ();
15694 int
15695 main ()
15696 {
15697 return SSL_library_init ();
15698   ;
15699   return 0;
15700 }
15701 _ACEOF
15702 rm -f conftest.$ac_objext conftest$ac_exeext
15703 if { (ac_try="$ac_link"
15704 case "(($ac_try" in
15705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15706   *) ac_try_echo=$ac_try;;
15707 esac
15708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15709   (eval "$ac_link") 2>conftest.er1
15710   ac_status=$?
15711   grep -v '^ *+' conftest.er1 >conftest.err
15712   rm -f conftest.er1
15713   cat conftest.err >&5
15714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15715   (exit $ac_status); } && {
15716          test -z "$ac_c_werror_flag" ||
15717          test ! -s conftest.err
15718        } && test -s conftest$ac_exeext &&
15719        $as_test_x conftest$ac_exeext; then
15720   case "$LIBEXT" in
15721     dll) ;;
15722     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'` ;;
15723     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
15724   esac
15725 else
15726   echo "$as_me: failed program was:" >&5
15727 sed 's/^/| /' conftest.$ac_ext >&5
15728
15729
15730 fi
15731
15732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15733       conftest$ac_exeext conftest.$ac_ext
15734   LIBS=$ac_check_soname_save_LIBS
15735 fi
15736 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15737   { echo "$as_me:$LINENO: result: not found" >&5
15738 echo "${ECHO_T}not found" >&6; }
15739
15740 else
15741   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15742 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15743
15744 cat >>confdefs.h <<_ACEOF
15745 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15746 _ACEOF
15747
15748
15749 fi
15750
15751     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15752 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15753 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15754   echo $ECHO_N "(cached) $ECHO_C" >&6
15755 else
15756   ac_check_soname_save_LIBS=$LIBS
15757 LIBS="-lcrypto  $LIBS"
15758   cat >conftest.$ac_ext <<_ACEOF
15759 /* confdefs.h.  */
15760 _ACEOF
15761 cat confdefs.h >>conftest.$ac_ext
15762 cat >>conftest.$ac_ext <<_ACEOF
15763 /* end confdefs.h.  */
15764
15765 /* Override any GCC internal prototype to avoid an error.
15766    Use char because int might match the return type of a GCC
15767    builtin and then its argument prototype would still apply.  */
15768 #ifdef __cplusplus
15769 extern "C"
15770 #endif
15771 char BIO_new_socket ();
15772 int
15773 main ()
15774 {
15775 return BIO_new_socket ();
15776   ;
15777   return 0;
15778 }
15779 _ACEOF
15780 rm -f conftest.$ac_objext conftest$ac_exeext
15781 if { (ac_try="$ac_link"
15782 case "(($ac_try" in
15783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15784   *) ac_try_echo=$ac_try;;
15785 esac
15786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15787   (eval "$ac_link") 2>conftest.er1
15788   ac_status=$?
15789   grep -v '^ *+' conftest.er1 >conftest.err
15790   rm -f conftest.er1
15791   cat conftest.err >&5
15792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15793   (exit $ac_status); } && {
15794          test -z "$ac_c_werror_flag" ||
15795          test ! -s conftest.err
15796        } && test -s conftest$ac_exeext &&
15797        $as_test_x conftest$ac_exeext; then
15798   case "$LIBEXT" in
15799     dll) ;;
15800     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'` ;;
15801     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15802   esac
15803 else
15804   echo "$as_me: failed program was:" >&5
15805 sed 's/^/| /' conftest.$ac_ext >&5
15806
15807
15808 fi
15809
15810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15811       conftest$ac_exeext conftest.$ac_ext
15812   LIBS=$ac_check_soname_save_LIBS
15813 fi
15814 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15815   { echo "$as_me:$LINENO: result: not found" >&5
15816 echo "${ECHO_T}not found" >&6; }
15817
15818 else
15819   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15820 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15821
15822 cat >>confdefs.h <<_ACEOF
15823 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15824 _ACEOF
15825
15826
15827 fi
15828
15829 fi
15830 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15831   case "x$with_openssl" in
15832   x)   wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15833   xno) ;;
15834   *)   { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15835 This is an error since --with-openssl was requested." >&5
15836 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15837 This is an error since --with-openssl was requested." >&2;}
15838    { (exit 1); exit 1; }; } ;;
15839 esac
15840 fi
15841
15842
15843 if test "$ac_cv_header_jpeglib_h" = "yes"
15844 then
15845     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15846 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15847 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15848   echo $ECHO_N "(cached) $ECHO_C" >&6
15849 else
15850   ac_check_soname_save_LIBS=$LIBS
15851 LIBS="-ljpeg  $LIBS"
15852   cat >conftest.$ac_ext <<_ACEOF
15853 /* confdefs.h.  */
15854 _ACEOF
15855 cat confdefs.h >>conftest.$ac_ext
15856 cat >>conftest.$ac_ext <<_ACEOF
15857 /* end confdefs.h.  */
15858
15859 /* Override any GCC internal prototype to avoid an error.
15860    Use char because int might match the return type of a GCC
15861    builtin and then its argument prototype would still apply.  */
15862 #ifdef __cplusplus
15863 extern "C"
15864 #endif
15865 char jpeg_start_decompress ();
15866 int
15867 main ()
15868 {
15869 return jpeg_start_decompress ();
15870   ;
15871   return 0;
15872 }
15873 _ACEOF
15874 rm -f conftest.$ac_objext conftest$ac_exeext
15875 if { (ac_try="$ac_link"
15876 case "(($ac_try" in
15877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15878   *) ac_try_echo=$ac_try;;
15879 esac
15880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15881   (eval "$ac_link") 2>conftest.er1
15882   ac_status=$?
15883   grep -v '^ *+' conftest.er1 >conftest.err
15884   rm -f conftest.er1
15885   cat conftest.err >&5
15886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887   (exit $ac_status); } && {
15888          test -z "$ac_c_werror_flag" ||
15889          test ! -s conftest.err
15890        } && test -s conftest$ac_exeext &&
15891        $as_test_x conftest$ac_exeext; then
15892   case "$LIBEXT" in
15893     dll) ;;
15894     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'` ;;
15895     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15896   esac
15897 else
15898   echo "$as_me: failed program was:" >&5
15899 sed 's/^/| /' conftest.$ac_ext >&5
15900
15901
15902 fi
15903
15904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15905       conftest$ac_exeext conftest.$ac_ext
15906   LIBS=$ac_check_soname_save_LIBS
15907 fi
15908 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15909   { echo "$as_me:$LINENO: result: not found" >&5
15910 echo "${ECHO_T}not found" >&6; }
15911
15912 else
15913   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15914 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15915
15916 cat >>confdefs.h <<_ACEOF
15917 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15918 _ACEOF
15919
15920
15921 fi
15922
15923 fi
15924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15925   case "x$with_jpeg" in
15926   x)   wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15927   xno) ;;
15928   *)   { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15929 This is an error since --with-jpeg was requested." >&5
15930 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15931 This is an error since --with-jpeg was requested." >&2;}
15932    { (exit 1); exit 1; }; } ;;
15933 esac
15934 fi
15935
15936
15937 if test "$ac_cv_header_png_h" = "yes"
15938 then
15939     { echo "$as_me:$LINENO: checking for -lpng" >&5
15940 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15941 if test "${ac_cv_lib_soname_png+set}" = set; then
15942   echo $ECHO_N "(cached) $ECHO_C" >&6
15943 else
15944   ac_check_soname_save_LIBS=$LIBS
15945 LIBS="-lpng -lm $LIBS"
15946   cat >conftest.$ac_ext <<_ACEOF
15947 /* confdefs.h.  */
15948 _ACEOF
15949 cat confdefs.h >>conftest.$ac_ext
15950 cat >>conftest.$ac_ext <<_ACEOF
15951 /* end confdefs.h.  */
15952
15953 /* Override any GCC internal prototype to avoid an error.
15954    Use char because int might match the return type of a GCC
15955    builtin and then its argument prototype would still apply.  */
15956 #ifdef __cplusplus
15957 extern "C"
15958 #endif
15959 char png_create_read_struct ();
15960 int
15961 main ()
15962 {
15963 return png_create_read_struct ();
15964   ;
15965   return 0;
15966 }
15967 _ACEOF
15968 rm -f conftest.$ac_objext conftest$ac_exeext
15969 if { (ac_try="$ac_link"
15970 case "(($ac_try" in
15971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15972   *) ac_try_echo=$ac_try;;
15973 esac
15974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15975   (eval "$ac_link") 2>conftest.er1
15976   ac_status=$?
15977   grep -v '^ *+' conftest.er1 >conftest.err
15978   rm -f conftest.er1
15979   cat conftest.err >&5
15980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981   (exit $ac_status); } && {
15982          test -z "$ac_c_werror_flag" ||
15983          test ! -s conftest.err
15984        } && test -s conftest$ac_exeext &&
15985        $as_test_x conftest$ac_exeext; then
15986   case "$LIBEXT" in
15987     dll) ;;
15988     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'` ;;
15989     *) 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'` ;;
15990   esac
15991 else
15992   echo "$as_me: failed program was:" >&5
15993 sed 's/^/| /' conftest.$ac_ext >&5
15994
15995
15996 fi
15997
15998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15999       conftest$ac_exeext conftest.$ac_ext
16000   LIBS=$ac_check_soname_save_LIBS
16001 fi
16002 if test "x$ac_cv_lib_soname_png" = "x"; then
16003   { echo "$as_me:$LINENO: result: not found" >&5
16004 echo "${ECHO_T}not found" >&6; }
16005
16006 else
16007   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16008 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16009
16010 cat >>confdefs.h <<_ACEOF
16011 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16012 _ACEOF
16013
16014
16015 fi
16016
16017 fi
16018 if test "x$ac_cv_lib_soname_png" = "x"; then
16019   case "x$with_png" in
16020   x)   wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16021   xno) ;;
16022   *)   { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16023 This is an error since --with-png was requested." >&5
16024 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16025 This is an error since --with-png was requested." >&2;}
16026    { (exit 1); exit 1; }; } ;;
16027 esac
16028 fi
16029
16030
16031 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16032 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16033 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16034   echo $ECHO_N "(cached) $ECHO_C" >&6
16035 else
16036   ac_check_soname_save_LIBS=$LIBS
16037 LIBS="-lodbc  $LIBS"
16038   cat >conftest.$ac_ext <<_ACEOF
16039 /* confdefs.h.  */
16040 _ACEOF
16041 cat confdefs.h >>conftest.$ac_ext
16042 cat >>conftest.$ac_ext <<_ACEOF
16043 /* end confdefs.h.  */
16044
16045 /* Override any GCC internal prototype to avoid an error.
16046    Use char because int might match the return type of a GCC
16047    builtin and then its argument prototype would still apply.  */
16048 #ifdef __cplusplus
16049 extern "C"
16050 #endif
16051 char SQLConnect ();
16052 int
16053 main ()
16054 {
16055 return SQLConnect ();
16056   ;
16057   return 0;
16058 }
16059 _ACEOF
16060 rm -f conftest.$ac_objext conftest$ac_exeext
16061 if { (ac_try="$ac_link"
16062 case "(($ac_try" in
16063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16064   *) ac_try_echo=$ac_try;;
16065 esac
16066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16067   (eval "$ac_link") 2>conftest.er1
16068   ac_status=$?
16069   grep -v '^ *+' conftest.er1 >conftest.err
16070   rm -f conftest.er1
16071   cat conftest.err >&5
16072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16073   (exit $ac_status); } && {
16074          test -z "$ac_c_werror_flag" ||
16075          test ! -s conftest.err
16076        } && test -s conftest$ac_exeext &&
16077        $as_test_x conftest$ac_exeext; then
16078   case "$LIBEXT" in
16079     dll) ;;
16080     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'` ;;
16081     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16082   esac
16083 else
16084   echo "$as_me: failed program was:" >&5
16085 sed 's/^/| /' conftest.$ac_ext >&5
16086
16087
16088 fi
16089
16090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16091       conftest$ac_exeext conftest.$ac_ext
16092   LIBS=$ac_check_soname_save_LIBS
16093 fi
16094 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16095   { echo "$as_me:$LINENO: result: not found" >&5
16096 echo "${ECHO_T}not found" >&6; }
16097        cat >>confdefs.h <<_ACEOF
16098 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16099 _ACEOF
16100
16101 else
16102   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16103 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16104
16105 cat >>confdefs.h <<_ACEOF
16106 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16107 _ACEOF
16108
16109
16110 fi
16111
16112
16113 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16114         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16115         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16116         "$ac_cv_header_soundcard_h" != "yes" -a \
16117         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16118 then
16119     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16120 fi
16121
16122
16123 EXTRACFLAGS=""
16124
16125 if test "x${GCC}" = "xyes"
16126 then
16127   EXTRACFLAGS="-Wall -pipe"
16128
16129     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16130 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16131 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16132   echo $ECHO_N "(cached) $ECHO_C" >&6
16133 else
16134   if test "$cross_compiling" = yes; then
16135   ac_cv_c_gcc_strength_bug="yes"
16136 else
16137   cat >conftest.$ac_ext <<_ACEOF
16138 /* confdefs.h.  */
16139 _ACEOF
16140 cat confdefs.h >>conftest.$ac_ext
16141 cat >>conftest.$ac_ext <<_ACEOF
16142 /* end confdefs.h.  */
16143 int L[4] = {0,1,2,3};
16144 int
16145 main ()
16146 {
16147 static int Array[3];
16148   unsigned int B = 3;
16149   int i;
16150   for(i=0; i<B; i++) Array[i] = i - 3;
16151   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16152   L[i] = 4;
16153   exit( Array[1] != -2 || L[2] != 3)
16154   ;
16155   return 0;
16156 }
16157 _ACEOF
16158 rm -f conftest$ac_exeext
16159 if { (ac_try="$ac_link"
16160 case "(($ac_try" in
16161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16162   *) ac_try_echo=$ac_try;;
16163 esac
16164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16165   (eval "$ac_link") 2>&5
16166   ac_status=$?
16167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16169   { (case "(($ac_try" in
16170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16171   *) ac_try_echo=$ac_try;;
16172 esac
16173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16174   (eval "$ac_try") 2>&5
16175   ac_status=$?
16176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16177   (exit $ac_status); }; }; then
16178   ac_cv_c_gcc_strength_bug="no"
16179 else
16180   echo "$as_me: program exited with status $ac_status" >&5
16181 echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.$ac_ext >&5
16183
16184 ( exit $ac_status )
16185 ac_cv_c_gcc_strength_bug="yes"
16186 fi
16187 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16188 fi
16189
16190
16191 fi
16192 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16193 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16194   if test "$ac_cv_c_gcc_strength_bug" = "yes"
16195   then
16196     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16197   fi
16198
16199
16200   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16201 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16202 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16203   echo $ECHO_N "(cached) $ECHO_C" >&6
16204 else
16205   ac_wine_try_cflags_saved=$CFLAGS
16206 CFLAGS="$CFLAGS -fshort-wchar"
16207 cat >conftest.$ac_ext <<_ACEOF
16208 /* confdefs.h.  */
16209 _ACEOF
16210 cat confdefs.h >>conftest.$ac_ext
16211 cat >>conftest.$ac_ext <<_ACEOF
16212 /* end confdefs.h.  */
16213
16214 int
16215 main ()
16216 {
16217
16218   ;
16219   return 0;
16220 }
16221 _ACEOF
16222 rm -f conftest.$ac_objext conftest$ac_exeext
16223 if { (ac_try="$ac_link"
16224 case "(($ac_try" in
16225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16226   *) ac_try_echo=$ac_try;;
16227 esac
16228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16229   (eval "$ac_link") 2>conftest.er1
16230   ac_status=$?
16231   grep -v '^ *+' conftest.er1 >conftest.err
16232   rm -f conftest.er1
16233   cat conftest.err >&5
16234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16235   (exit $ac_status); } && {
16236          test -z "$ac_c_werror_flag" ||
16237          test ! -s conftest.err
16238        } && test -s conftest$ac_exeext &&
16239        $as_test_x conftest$ac_exeext; then
16240   ac_cv_cflags__fshort_wchar=yes
16241 else
16242   echo "$as_me: failed program was:" >&5
16243 sed 's/^/| /' conftest.$ac_ext >&5
16244
16245         ac_cv_cflags__fshort_wchar=no
16246 fi
16247
16248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16249       conftest$ac_exeext conftest.$ac_ext
16250 CFLAGS=$ac_wine_try_cflags_saved
16251 fi
16252 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16253 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16254 if test $ac_cv_cflags__fshort_wchar = yes; then
16255
16256 cat >>confdefs.h <<\_ACEOF
16257 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16258 _ACEOF
16259
16260 fi
16261
16262   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16263 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16264 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16265   echo $ECHO_N "(cached) $ECHO_C" >&6
16266 else
16267   ac_wine_try_cflags_saved=$CFLAGS
16268 CFLAGS="$CFLAGS -fno-strict-aliasing"
16269 cat >conftest.$ac_ext <<_ACEOF
16270 /* confdefs.h.  */
16271 _ACEOF
16272 cat confdefs.h >>conftest.$ac_ext
16273 cat >>conftest.$ac_ext <<_ACEOF
16274 /* end confdefs.h.  */
16275
16276 int
16277 main ()
16278 {
16279
16280   ;
16281   return 0;
16282 }
16283 _ACEOF
16284 rm -f conftest.$ac_objext conftest$ac_exeext
16285 if { (ac_try="$ac_link"
16286 case "(($ac_try" in
16287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16288   *) ac_try_echo=$ac_try;;
16289 esac
16290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16291   (eval "$ac_link") 2>conftest.er1
16292   ac_status=$?
16293   grep -v '^ *+' conftest.er1 >conftest.err
16294   rm -f conftest.er1
16295   cat conftest.err >&5
16296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16297   (exit $ac_status); } && {
16298          test -z "$ac_c_werror_flag" ||
16299          test ! -s conftest.err
16300        } && test -s conftest$ac_exeext &&
16301        $as_test_x conftest$ac_exeext; then
16302   ac_cv_cflags__fno_strict_aliasing=yes
16303 else
16304   echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.$ac_ext >&5
16306
16307         ac_cv_cflags__fno_strict_aliasing=no
16308 fi
16309
16310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16311       conftest$ac_exeext conftest.$ac_ext
16312 CFLAGS=$ac_wine_try_cflags_saved
16313 fi
16314 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16315 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16316 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16317   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16318 fi
16319
16320   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16321 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16322 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16323   echo $ECHO_N "(cached) $ECHO_C" >&6
16324 else
16325   ac_wine_try_cflags_saved=$CFLAGS
16326 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16327 cat >conftest.$ac_ext <<_ACEOF
16328 /* confdefs.h.  */
16329 _ACEOF
16330 cat confdefs.h >>conftest.$ac_ext
16331 cat >>conftest.$ac_ext <<_ACEOF
16332 /* end confdefs.h.  */
16333
16334 int
16335 main ()
16336 {
16337
16338   ;
16339   return 0;
16340 }
16341 _ACEOF
16342 rm -f conftest.$ac_objext conftest$ac_exeext
16343 if { (ac_try="$ac_link"
16344 case "(($ac_try" in
16345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16346   *) ac_try_echo=$ac_try;;
16347 esac
16348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16349   (eval "$ac_link") 2>conftest.er1
16350   ac_status=$?
16351   grep -v '^ *+' conftest.er1 >conftest.err
16352   rm -f conftest.er1
16353   cat conftest.err >&5
16354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355   (exit $ac_status); } && {
16356          test -z "$ac_c_werror_flag" ||
16357          test ! -s conftest.err
16358        } && test -s conftest$ac_exeext &&
16359        $as_test_x conftest$ac_exeext; then
16360   ac_cv_cflags__Wdeclaration_after_statement=yes
16361 else
16362   echo "$as_me: failed program was:" >&5
16363 sed 's/^/| /' conftest.$ac_ext >&5
16364
16365         ac_cv_cflags__Wdeclaration_after_statement=no
16366 fi
16367
16368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16369       conftest$ac_exeext conftest.$ac_ext
16370 CFLAGS=$ac_wine_try_cflags_saved
16371 fi
16372 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16373 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16374 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16375   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16376 fi
16377
16378   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16379 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16380 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16381   echo $ECHO_N "(cached) $ECHO_C" >&6
16382 else
16383   ac_wine_try_cflags_saved=$CFLAGS
16384 CFLAGS="$CFLAGS -Wwrite-strings"
16385 cat >conftest.$ac_ext <<_ACEOF
16386 /* confdefs.h.  */
16387 _ACEOF
16388 cat confdefs.h >>conftest.$ac_ext
16389 cat >>conftest.$ac_ext <<_ACEOF
16390 /* end confdefs.h.  */
16391
16392 int
16393 main ()
16394 {
16395
16396   ;
16397   return 0;
16398 }
16399 _ACEOF
16400 rm -f conftest.$ac_objext conftest$ac_exeext
16401 if { (ac_try="$ac_link"
16402 case "(($ac_try" in
16403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16404   *) ac_try_echo=$ac_try;;
16405 esac
16406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16407   (eval "$ac_link") 2>conftest.er1
16408   ac_status=$?
16409   grep -v '^ *+' conftest.er1 >conftest.err
16410   rm -f conftest.er1
16411   cat conftest.err >&5
16412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16413   (exit $ac_status); } && {
16414          test -z "$ac_c_werror_flag" ||
16415          test ! -s conftest.err
16416        } && test -s conftest$ac_exeext &&
16417        $as_test_x conftest$ac_exeext; then
16418   ac_cv_cflags__Wwrite_strings=yes
16419 else
16420   echo "$as_me: failed program was:" >&5
16421 sed 's/^/| /' conftest.$ac_ext >&5
16422
16423         ac_cv_cflags__Wwrite_strings=no
16424 fi
16425
16426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16427       conftest$ac_exeext conftest.$ac_ext
16428 CFLAGS=$ac_wine_try_cflags_saved
16429 fi
16430 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16431 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16432 if test $ac_cv_cflags__Wwrite_strings = yes; then
16433   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16434 fi
16435
16436   { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16437 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16438 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16439   echo $ECHO_N "(cached) $ECHO_C" >&6
16440 else
16441   ac_wine_try_cflags_saved=$CFLAGS
16442 CFLAGS="$CFLAGS -Wtype-limits"
16443 cat >conftest.$ac_ext <<_ACEOF
16444 /* confdefs.h.  */
16445 _ACEOF
16446 cat confdefs.h >>conftest.$ac_ext
16447 cat >>conftest.$ac_ext <<_ACEOF
16448 /* end confdefs.h.  */
16449
16450 int
16451 main ()
16452 {
16453
16454   ;
16455   return 0;
16456 }
16457 _ACEOF
16458 rm -f conftest.$ac_objext conftest$ac_exeext
16459 if { (ac_try="$ac_link"
16460 case "(($ac_try" in
16461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16462   *) ac_try_echo=$ac_try;;
16463 esac
16464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16465   (eval "$ac_link") 2>conftest.er1
16466   ac_status=$?
16467   grep -v '^ *+' conftest.er1 >conftest.err
16468   rm -f conftest.er1
16469   cat conftest.err >&5
16470   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16471   (exit $ac_status); } && {
16472          test -z "$ac_c_werror_flag" ||
16473          test ! -s conftest.err
16474        } && test -s conftest$ac_exeext &&
16475        $as_test_x conftest$ac_exeext; then
16476   ac_cv_cflags__Wtype_limits=yes
16477 else
16478   echo "$as_me: failed program was:" >&5
16479 sed 's/^/| /' conftest.$ac_ext >&5
16480
16481         ac_cv_cflags__Wtype_limits=no
16482 fi
16483
16484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16485       conftest$ac_exeext conftest.$ac_ext
16486 CFLAGS=$ac_wine_try_cflags_saved
16487 fi
16488 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16489 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16490 if test $ac_cv_cflags__Wtype_limits = yes; then
16491   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16492 fi
16493
16494
16495     saved_CFLAGS="$CFLAGS"
16496   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16497   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16498 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16499 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16500   echo $ECHO_N "(cached) $ECHO_C" >&6
16501 else
16502   cat >conftest.$ac_ext <<_ACEOF
16503 /* confdefs.h.  */
16504 _ACEOF
16505 cat confdefs.h >>conftest.$ac_ext
16506 cat >>conftest.$ac_ext <<_ACEOF
16507 /* end confdefs.h.  */
16508 #include <string.h>
16509 int
16510 main ()
16511 {
16512
16513   ;
16514   return 0;
16515 }
16516 _ACEOF
16517 rm -f conftest.$ac_objext
16518 if { (ac_try="$ac_compile"
16519 case "(($ac_try" in
16520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16521   *) ac_try_echo=$ac_try;;
16522 esac
16523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16524   (eval "$ac_compile") 2>conftest.er1
16525   ac_status=$?
16526   grep -v '^ *+' conftest.er1 >conftest.err
16527   rm -f conftest.er1
16528   cat conftest.err >&5
16529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16530   (exit $ac_status); } && {
16531          test -z "$ac_c_werror_flag" ||
16532          test ! -s conftest.err
16533        } && test -s conftest.$ac_objext; then
16534   ac_cv_c_string_h_warnings=no
16535 else
16536   echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.$ac_ext >&5
16538
16539         ac_cv_c_string_h_warnings=yes
16540 fi
16541
16542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16543 fi
16544 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16545 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16546   CFLAGS="$saved_CFLAGS"
16547   if test "$ac_cv_c_string_h_warnings" = "no"
16548   then
16549     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16550   fi
16551
16552   BUILTINFLAG=""
16553
16554   saved_CFLAGS="$CFLAGS"
16555   CFLAGS="$CFLAGS -Werror"
16556   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16557 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16558 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16559   echo $ECHO_N "(cached) $ECHO_C" >&6
16560 else
16561   cat >conftest.$ac_ext <<_ACEOF
16562 /* confdefs.h.  */
16563 _ACEOF
16564 cat confdefs.h >>conftest.$ac_ext
16565 cat >>conftest.$ac_ext <<_ACEOF
16566 /* end confdefs.h.  */
16567
16568 int
16569 main ()
16570 {
16571 int iswlower(unsigned short);
16572   ;
16573   return 0;
16574 }
16575 _ACEOF
16576 rm -f conftest.$ac_objext
16577 if { (ac_try="$ac_compile"
16578 case "(($ac_try" in
16579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16580   *) ac_try_echo=$ac_try;;
16581 esac
16582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16583   (eval "$ac_compile") 2>conftest.er1
16584   ac_status=$?
16585   grep -v '^ *+' conftest.er1 >conftest.err
16586   rm -f conftest.er1
16587   cat conftest.err >&5
16588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589   (exit $ac_status); } && {
16590          test -z "$ac_c_werror_flag" ||
16591          test ! -s conftest.err
16592        } && test -s conftest.$ac_objext; then
16593   ac_cv_c_builtin_wchar_ctype=no
16594 else
16595   echo "$as_me: failed program was:" >&5
16596 sed 's/^/| /' conftest.$ac_ext >&5
16597
16598         ac_cv_c_builtin_wchar_ctype=yes
16599 fi
16600
16601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16602 fi
16603 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16604 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16605   CFLAGS="$saved_CFLAGS"
16606   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16607   then
16608     BUILTINFLAG="-fno-builtin"
16609   fi
16610 fi
16611
16612
16613 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16614 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16615 if test "${ac_cv_asm_func_def+set}" = set; then
16616   echo $ECHO_N "(cached) $ECHO_C" >&6
16617 else
16618   cat >conftest.$ac_ext <<_ACEOF
16619 /* confdefs.h.  */
16620 _ACEOF
16621 cat confdefs.h >>conftest.$ac_ext
16622 cat >>conftest.$ac_ext <<_ACEOF
16623 /* end confdefs.h.  */
16624
16625 int
16626 main ()
16627 {
16628 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16629   ;
16630   return 0;
16631 }
16632 _ACEOF
16633 rm -f conftest.$ac_objext conftest$ac_exeext
16634 if { (ac_try="$ac_link"
16635 case "(($ac_try" in
16636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16637   *) ac_try_echo=$ac_try;;
16638 esac
16639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16640   (eval "$ac_link") 2>conftest.er1
16641   ac_status=$?
16642   grep -v '^ *+' conftest.er1 >conftest.err
16643   rm -f conftest.er1
16644   cat conftest.err >&5
16645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16646   (exit $ac_status); } && {
16647          test -z "$ac_c_werror_flag" ||
16648          test ! -s conftest.err
16649        } && test -s conftest$ac_exeext &&
16650        $as_test_x conftest$ac_exeext; then
16651   ac_cv_asm_func_def=".def"
16652 else
16653   echo "$as_me: failed program was:" >&5
16654 sed 's/^/| /' conftest.$ac_ext >&5
16655
16656         cat >conftest.$ac_ext <<_ACEOF
16657 /* confdefs.h.  */
16658 _ACEOF
16659 cat confdefs.h >>conftest.$ac_ext
16660 cat >>conftest.$ac_ext <<_ACEOF
16661 /* end confdefs.h.  */
16662
16663 int
16664 main ()
16665 {
16666 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16667   ;
16668   return 0;
16669 }
16670 _ACEOF
16671 rm -f conftest.$ac_objext conftest$ac_exeext
16672 if { (ac_try="$ac_link"
16673 case "(($ac_try" in
16674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16675   *) ac_try_echo=$ac_try;;
16676 esac
16677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16678   (eval "$ac_link") 2>conftest.er1
16679   ac_status=$?
16680   grep -v '^ *+' conftest.er1 >conftest.err
16681   rm -f conftest.er1
16682   cat conftest.err >&5
16683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16684   (exit $ac_status); } && {
16685          test -z "$ac_c_werror_flag" ||
16686          test ! -s conftest.err
16687        } && test -s conftest$ac_exeext &&
16688        $as_test_x conftest$ac_exeext; then
16689   ac_cv_asm_func_def=".type @function"
16690 else
16691   echo "$as_me: failed program was:" >&5
16692 sed 's/^/| /' conftest.$ac_ext >&5
16693
16694         cat >conftest.$ac_ext <<_ACEOF
16695 /* confdefs.h.  */
16696 _ACEOF
16697 cat confdefs.h >>conftest.$ac_ext
16698 cat >>conftest.$ac_ext <<_ACEOF
16699 /* end confdefs.h.  */
16700
16701 int
16702 main ()
16703 {
16704 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16705   ;
16706   return 0;
16707 }
16708 _ACEOF
16709 rm -f conftest.$ac_objext conftest$ac_exeext
16710 if { (ac_try="$ac_link"
16711 case "(($ac_try" in
16712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16713   *) ac_try_echo=$ac_try;;
16714 esac
16715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16716   (eval "$ac_link") 2>conftest.er1
16717   ac_status=$?
16718   grep -v '^ *+' conftest.er1 >conftest.err
16719   rm -f conftest.er1
16720   cat conftest.err >&5
16721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16722   (exit $ac_status); } && {
16723          test -z "$ac_c_werror_flag" ||
16724          test ! -s conftest.err
16725        } && test -s conftest$ac_exeext &&
16726        $as_test_x conftest$ac_exeext; then
16727   ac_cv_asm_func_def=".type 2"
16728 else
16729   echo "$as_me: failed program was:" >&5
16730 sed 's/^/| /' conftest.$ac_ext >&5
16731
16732         ac_cv_asm_func_def="unknown"
16733 fi
16734
16735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16736       conftest$ac_exeext conftest.$ac_ext
16737 fi
16738
16739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16740       conftest$ac_exeext conftest.$ac_ext
16741 fi
16742
16743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16744       conftest$ac_exeext conftest.$ac_ext
16745 fi
16746 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16747 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16748
16749
16750
16751 case "$ac_cv_asm_func_def" in
16752   ".def")
16753      cat >>confdefs.h <<\_ACEOF
16754 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16755 _ACEOF
16756  ;;
16757   ".type @function")
16758      cat >>confdefs.h <<\_ACEOF
16759 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16760 _ACEOF
16761  ;;
16762   ".type 2")
16763      cat >>confdefs.h <<\_ACEOF
16764 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16765 _ACEOF
16766  ;;
16767   *)
16768      cat >>confdefs.h <<\_ACEOF
16769 #define __ASM_FUNC(name) ""
16770 _ACEOF
16771  ;;
16772 esac
16773
16774
16775 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16776 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16777 if test "${ac_cv_c_extern_prefix+set}" = set; then
16778   echo $ECHO_N "(cached) $ECHO_C" >&6
16779 else
16780   cat >conftest.$ac_ext <<_ACEOF
16781 /* confdefs.h.  */
16782 _ACEOF
16783 cat confdefs.h >>conftest.$ac_ext
16784 cat >>conftest.$ac_ext <<_ACEOF
16785 /* end confdefs.h.  */
16786 extern int ac_test;
16787 int
16788 main ()
16789 {
16790 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16791   ;
16792   return 0;
16793 }
16794 _ACEOF
16795 rm -f conftest.$ac_objext conftest$ac_exeext
16796 if { (ac_try="$ac_link"
16797 case "(($ac_try" in
16798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16799   *) ac_try_echo=$ac_try;;
16800 esac
16801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16802   (eval "$ac_link") 2>conftest.er1
16803   ac_status=$?
16804   grep -v '^ *+' conftest.er1 >conftest.err
16805   rm -f conftest.er1
16806   cat conftest.err >&5
16807   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808   (exit $ac_status); } && {
16809          test -z "$ac_c_werror_flag" ||
16810          test ! -s conftest.err
16811        } && test -s conftest$ac_exeext &&
16812        $as_test_x conftest$ac_exeext; then
16813   ac_cv_c_extern_prefix="yes"
16814 else
16815   echo "$as_me: failed program was:" >&5
16816 sed 's/^/| /' conftest.$ac_ext >&5
16817
16818         ac_cv_c_extern_prefix="no"
16819 fi
16820
16821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16822       conftest$ac_exeext conftest.$ac_ext
16823 fi
16824 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16825 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16826
16827
16828
16829 if test "$ac_cv_c_extern_prefix" = "yes"
16830 then
16831   cat >>confdefs.h <<\_ACEOF
16832 #define __ASM_NAME(name) "_" name
16833 _ACEOF
16834
16835 else
16836   cat >>confdefs.h <<\_ACEOF
16837 #define __ASM_NAME(name) name
16838 _ACEOF
16839
16840 fi
16841
16842
16843 LDPATH=""
16844
16845 case $build_os in
16846   cygwin*|mingw32*)
16847     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16848     ;;
16849   darwin*|macosx*)
16850     ;;
16851   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
16852     then
16853       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16854     fi
16855     ;;
16856   *)
16857     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16858     ;;
16859 esac
16860
16861 case $host_os in
16862   mingw32*)
16863     CRTLIBS="-lmsvcrt"
16864
16865     SOCKETLIBS="-lws2_32"
16866
16867     ;;
16868 esac
16869
16870 MAIN_BINARY="wine-pthread"
16871   case $host_cpu in
16872   *i[3456789]86*)
16873     case $host_os in
16874       linux* | k*bsd*-gnu)
16875         MAIN_BINARY="wine-glibc"
16876
16877         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16878  ;;
16879       freebsd*)
16880         MAIN_BINARY="wine-freebsd"
16881
16882         EXTRA_BINARIES="wine-pthread"
16883  ;;
16884     esac
16885     ;;
16886 esac
16887
16888
16889
16890
16891
16892
16893
16894
16895
16896
16897
16898
16899
16900
16901
16902
16903
16904
16905
16906
16907
16908
16909
16910
16911
16912
16913
16914
16915
16916
16917
16918
16919
16920
16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
16941
16942
16943
16944
16945
16946
16947
16948
16949
16950
16951
16952
16953
16954
16955
16956
16957
16958 for ac_func in \
16959         _pclose \
16960         _popen \
16961         _snprintf \
16962         _spawnvp \
16963         _strdup \
16964         _stricmp \
16965         _strnicmp \
16966         _strtoi64 \
16967         _strtoui64 \
16968         _vsnprintf \
16969         asctime_r \
16970         chsize \
16971         clone \
16972         dlopen \
16973         epoll_create \
16974         ffs \
16975         finite \
16976         fork \
16977         fpclass \
16978         fstatfs \
16979         fstatvfs \
16980         ftruncate \
16981         futimes \
16982         futimesat \
16983         getdirentries \
16984         getopt_long \
16985         getpagesize \
16986         getpwuid \
16987         gettid \
16988         gettimeofday \
16989         getuid \
16990         inet_pton \
16991         kqueue \
16992         lstat \
16993         memmove \
16994         mmap \
16995         pclose \
16996         poll \
16997         popen \
16998         prctl \
16999         pread \
17000         pwrite \
17001         readlink \
17002         rfork \
17003         sched_yield \
17004         select \
17005         setproctitle \
17006         setrlimit \
17007         settimeofday \
17008         sigaltstack \
17009         sigprocmask \
17010         snprintf \
17011         spawnvp \
17012         statfs \
17013         statvfs \
17014         strcasecmp \
17015         strdup \
17016         strerror \
17017         strncasecmp \
17018         strtold \
17019         strtoll \
17020         strtoull \
17021         tcgetattr \
17022         thr_kill2 \
17023         timegm \
17024         usleep \
17025         vsnprintf \
17026         wait4 \
17027         waitpid \
17028
17029 do
17030 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17031 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17032 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17033 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17034   echo $ECHO_N "(cached) $ECHO_C" >&6
17035 else
17036   cat >conftest.$ac_ext <<_ACEOF
17037 /* confdefs.h.  */
17038 _ACEOF
17039 cat confdefs.h >>conftest.$ac_ext
17040 cat >>conftest.$ac_ext <<_ACEOF
17041 /* end confdefs.h.  */
17042 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17043    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17044 #define $ac_func innocuous_$ac_func
17045
17046 /* System header to define __stub macros and hopefully few prototypes,
17047     which can conflict with char $ac_func (); below.
17048     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17049     <limits.h> exists even on freestanding compilers.  */
17050
17051 #ifdef __STDC__
17052 # include <limits.h>
17053 #else
17054 # include <assert.h>
17055 #endif
17056
17057 #undef $ac_func
17058
17059 /* Override any GCC internal prototype to avoid an error.
17060    Use char because int might match the return type of a GCC
17061    builtin and then its argument prototype would still apply.  */
17062 #ifdef __cplusplus
17063 extern "C"
17064 #endif
17065 char $ac_func ();
17066 /* The GNU C library defines this for functions which it implements
17067     to always fail with ENOSYS.  Some functions are actually named
17068     something starting with __ and the normal name is an alias.  */
17069 #if defined __stub_$ac_func || defined __stub___$ac_func
17070 choke me
17071 #endif
17072
17073 int
17074 main ()
17075 {
17076 return $ac_func ();
17077   ;
17078   return 0;
17079 }
17080 _ACEOF
17081 rm -f conftest.$ac_objext conftest$ac_exeext
17082 if { (ac_try="$ac_link"
17083 case "(($ac_try" in
17084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17085   *) ac_try_echo=$ac_try;;
17086 esac
17087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17088   (eval "$ac_link") 2>conftest.er1
17089   ac_status=$?
17090   grep -v '^ *+' conftest.er1 >conftest.err
17091   rm -f conftest.er1
17092   cat conftest.err >&5
17093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094   (exit $ac_status); } && {
17095          test -z "$ac_c_werror_flag" ||
17096          test ! -s conftest.err
17097        } && test -s conftest$ac_exeext &&
17098        $as_test_x conftest$ac_exeext; then
17099   eval "$as_ac_var=yes"
17100 else
17101   echo "$as_me: failed program was:" >&5
17102 sed 's/^/| /' conftest.$ac_ext >&5
17103
17104         eval "$as_ac_var=no"
17105 fi
17106
17107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17108       conftest$ac_exeext conftest.$ac_ext
17109 fi
17110 ac_res=`eval echo '${'$as_ac_var'}'`
17111                { echo "$as_me:$LINENO: result: $ac_res" >&5
17112 echo "${ECHO_T}$ac_res" >&6; }
17113 if test `eval echo '${'$as_ac_var'}'` = yes; then
17114   cat >>confdefs.h <<_ACEOF
17115 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17116 _ACEOF
17117
17118 fi
17119 done
17120
17121
17122 if test "$ac_cv_func_dlopen" = no
17123 then
17124     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17125 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17126 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17127   echo $ECHO_N "(cached) $ECHO_C" >&6
17128 else
17129   ac_check_lib_save_LIBS=$LIBS
17130 LIBS="-ldl  $LIBS"
17131 cat >conftest.$ac_ext <<_ACEOF
17132 /* confdefs.h.  */
17133 _ACEOF
17134 cat confdefs.h >>conftest.$ac_ext
17135 cat >>conftest.$ac_ext <<_ACEOF
17136 /* end confdefs.h.  */
17137
17138 /* Override any GCC internal prototype to avoid an error.
17139    Use char because int might match the return type of a GCC
17140    builtin and then its argument prototype would still apply.  */
17141 #ifdef __cplusplus
17142 extern "C"
17143 #endif
17144 char dlopen ();
17145 int
17146 main ()
17147 {
17148 return dlopen ();
17149   ;
17150   return 0;
17151 }
17152 _ACEOF
17153 rm -f conftest.$ac_objext conftest$ac_exeext
17154 if { (ac_try="$ac_link"
17155 case "(($ac_try" in
17156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17157   *) ac_try_echo=$ac_try;;
17158 esac
17159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17160   (eval "$ac_link") 2>conftest.er1
17161   ac_status=$?
17162   grep -v '^ *+' conftest.er1 >conftest.err
17163   rm -f conftest.er1
17164   cat conftest.err >&5
17165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17166   (exit $ac_status); } && {
17167          test -z "$ac_c_werror_flag" ||
17168          test ! -s conftest.err
17169        } && test -s conftest$ac_exeext &&
17170        $as_test_x conftest$ac_exeext; then
17171   ac_cv_lib_dl_dlopen=yes
17172 else
17173   echo "$as_me: failed program was:" >&5
17174 sed 's/^/| /' conftest.$ac_ext >&5
17175
17176         ac_cv_lib_dl_dlopen=no
17177 fi
17178
17179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17180       conftest$ac_exeext conftest.$ac_ext
17181 LIBS=$ac_check_lib_save_LIBS
17182 fi
17183 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17184 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17185 if test $ac_cv_lib_dl_dlopen = yes; then
17186   cat >>confdefs.h <<\_ACEOF
17187 #define HAVE_DLOPEN 1
17188 _ACEOF
17189  LIBDL="-ldl"
17190
17191 fi
17192
17193 fi
17194 ac_wine_check_funcs_save_LIBS="$LIBS"
17195 LIBS="$LIBS $LIBDL"
17196
17197 for ac_func in dladdr
17198 do
17199 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17200 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17201 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17202 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17203   echo $ECHO_N "(cached) $ECHO_C" >&6
17204 else
17205   cat >conftest.$ac_ext <<_ACEOF
17206 /* confdefs.h.  */
17207 _ACEOF
17208 cat confdefs.h >>conftest.$ac_ext
17209 cat >>conftest.$ac_ext <<_ACEOF
17210 /* end confdefs.h.  */
17211 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17212    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17213 #define $ac_func innocuous_$ac_func
17214
17215 /* System header to define __stub macros and hopefully few prototypes,
17216     which can conflict with char $ac_func (); below.
17217     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17218     <limits.h> exists even on freestanding compilers.  */
17219
17220 #ifdef __STDC__
17221 # include <limits.h>
17222 #else
17223 # include <assert.h>
17224 #endif
17225
17226 #undef $ac_func
17227
17228 /* Override any GCC internal prototype to avoid an error.
17229    Use char because int might match the return type of a GCC
17230    builtin and then its argument prototype would still apply.  */
17231 #ifdef __cplusplus
17232 extern "C"
17233 #endif
17234 char $ac_func ();
17235 /* The GNU C library defines this for functions which it implements
17236     to always fail with ENOSYS.  Some functions are actually named
17237     something starting with __ and the normal name is an alias.  */
17238 #if defined __stub_$ac_func || defined __stub___$ac_func
17239 choke me
17240 #endif
17241
17242 int
17243 main ()
17244 {
17245 return $ac_func ();
17246   ;
17247   return 0;
17248 }
17249 _ACEOF
17250 rm -f conftest.$ac_objext conftest$ac_exeext
17251 if { (ac_try="$ac_link"
17252 case "(($ac_try" in
17253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17254   *) ac_try_echo=$ac_try;;
17255 esac
17256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17257   (eval "$ac_link") 2>conftest.er1
17258   ac_status=$?
17259   grep -v '^ *+' conftest.er1 >conftest.err
17260   rm -f conftest.er1
17261   cat conftest.err >&5
17262   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263   (exit $ac_status); } && {
17264          test -z "$ac_c_werror_flag" ||
17265          test ! -s conftest.err
17266        } && test -s conftest$ac_exeext &&
17267        $as_test_x conftest$ac_exeext; then
17268   eval "$as_ac_var=yes"
17269 else
17270   echo "$as_me: failed program was:" >&5
17271 sed 's/^/| /' conftest.$ac_ext >&5
17272
17273         eval "$as_ac_var=no"
17274 fi
17275
17276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17277       conftest$ac_exeext conftest.$ac_ext
17278 fi
17279 ac_res=`eval echo '${'$as_ac_var'}'`
17280                { echo "$as_me:$LINENO: result: $ac_res" >&5
17281 echo "${ECHO_T}$ac_res" >&6; }
17282 if test `eval echo '${'$as_ac_var'}'` = yes; then
17283   cat >>confdefs.h <<_ACEOF
17284 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17285 _ACEOF
17286
17287 fi
17288 done
17289
17290 LIBS="$ac_wine_check_funcs_save_LIBS"
17291
17292 if test "$ac_cv_func_poll" = no
17293 then
17294     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17295 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17296 if test "${ac_cv_lib_poll_poll+set}" = set; then
17297   echo $ECHO_N "(cached) $ECHO_C" >&6
17298 else
17299   ac_check_lib_save_LIBS=$LIBS
17300 LIBS="-lpoll  $LIBS"
17301 cat >conftest.$ac_ext <<_ACEOF
17302 /* confdefs.h.  */
17303 _ACEOF
17304 cat confdefs.h >>conftest.$ac_ext
17305 cat >>conftest.$ac_ext <<_ACEOF
17306 /* end confdefs.h.  */
17307
17308 /* Override any GCC internal prototype to avoid an error.
17309    Use char because int might match the return type of a GCC
17310    builtin and then its argument prototype would still apply.  */
17311 #ifdef __cplusplus
17312 extern "C"
17313 #endif
17314 char poll ();
17315 int
17316 main ()
17317 {
17318 return poll ();
17319   ;
17320   return 0;
17321 }
17322 _ACEOF
17323 rm -f conftest.$ac_objext conftest$ac_exeext
17324 if { (ac_try="$ac_link"
17325 case "(($ac_try" in
17326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17327   *) ac_try_echo=$ac_try;;
17328 esac
17329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17330   (eval "$ac_link") 2>conftest.er1
17331   ac_status=$?
17332   grep -v '^ *+' conftest.er1 >conftest.err
17333   rm -f conftest.er1
17334   cat conftest.err >&5
17335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17336   (exit $ac_status); } && {
17337          test -z "$ac_c_werror_flag" ||
17338          test ! -s conftest.err
17339        } && test -s conftest$ac_exeext &&
17340        $as_test_x conftest$ac_exeext; then
17341   ac_cv_lib_poll_poll=yes
17342 else
17343   echo "$as_me: failed program was:" >&5
17344 sed 's/^/| /' conftest.$ac_ext >&5
17345
17346         ac_cv_lib_poll_poll=no
17347 fi
17348
17349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17350       conftest$ac_exeext conftest.$ac_ext
17351 LIBS=$ac_check_lib_save_LIBS
17352 fi
17353 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17354 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17355 if test $ac_cv_lib_poll_poll = yes; then
17356   cat >>confdefs.h <<\_ACEOF
17357 #define HAVE_POLL 1
17358 _ACEOF
17359  LIBPOLL="-lpoll"
17360
17361 fi
17362
17363 fi
17364
17365 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17366 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17367 if test "${ac_cv_search_gethostbyname+set}" = set; then
17368   echo $ECHO_N "(cached) $ECHO_C" >&6
17369 else
17370   ac_func_search_save_LIBS=$LIBS
17371 cat >conftest.$ac_ext <<_ACEOF
17372 /* confdefs.h.  */
17373 _ACEOF
17374 cat confdefs.h >>conftest.$ac_ext
17375 cat >>conftest.$ac_ext <<_ACEOF
17376 /* end confdefs.h.  */
17377
17378 /* Override any GCC internal prototype to avoid an error.
17379    Use char because int might match the return type of a GCC
17380    builtin and then its argument prototype would still apply.  */
17381 #ifdef __cplusplus
17382 extern "C"
17383 #endif
17384 char gethostbyname ();
17385 int
17386 main ()
17387 {
17388 return gethostbyname ();
17389   ;
17390   return 0;
17391 }
17392 _ACEOF
17393 for ac_lib in '' nsl; do
17394   if test -z "$ac_lib"; then
17395     ac_res="none required"
17396   else
17397     ac_res=-l$ac_lib
17398     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17399   fi
17400   rm -f conftest.$ac_objext conftest$ac_exeext
17401 if { (ac_try="$ac_link"
17402 case "(($ac_try" in
17403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17404   *) ac_try_echo=$ac_try;;
17405 esac
17406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17407   (eval "$ac_link") 2>conftest.er1
17408   ac_status=$?
17409   grep -v '^ *+' conftest.er1 >conftest.err
17410   rm -f conftest.er1
17411   cat conftest.err >&5
17412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17413   (exit $ac_status); } && {
17414          test -z "$ac_c_werror_flag" ||
17415          test ! -s conftest.err
17416        } && test -s conftest$ac_exeext &&
17417        $as_test_x conftest$ac_exeext; then
17418   ac_cv_search_gethostbyname=$ac_res
17419 else
17420   echo "$as_me: failed program was:" >&5
17421 sed 's/^/| /' conftest.$ac_ext >&5
17422
17423
17424 fi
17425
17426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17427       conftest$ac_exeext
17428   if test "${ac_cv_search_gethostbyname+set}" = set; then
17429   break
17430 fi
17431 done
17432 if test "${ac_cv_search_gethostbyname+set}" = set; then
17433   :
17434 else
17435   ac_cv_search_gethostbyname=no
17436 fi
17437 rm conftest.$ac_ext
17438 LIBS=$ac_func_search_save_LIBS
17439 fi
17440 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17441 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17442 ac_res=$ac_cv_search_gethostbyname
17443 if test "$ac_res" != no; then
17444   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17445
17446 fi
17447
17448
17449 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17450 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17451 if test "${ac_cv_search_connect+set}" = set; then
17452   echo $ECHO_N "(cached) $ECHO_C" >&6
17453 else
17454   ac_func_search_save_LIBS=$LIBS
17455 cat >conftest.$ac_ext <<_ACEOF
17456 /* confdefs.h.  */
17457 _ACEOF
17458 cat confdefs.h >>conftest.$ac_ext
17459 cat >>conftest.$ac_ext <<_ACEOF
17460 /* end confdefs.h.  */
17461
17462 /* Override any GCC internal prototype to avoid an error.
17463    Use char because int might match the return type of a GCC
17464    builtin and then its argument prototype would still apply.  */
17465 #ifdef __cplusplus
17466 extern "C"
17467 #endif
17468 char connect ();
17469 int
17470 main ()
17471 {
17472 return connect ();
17473   ;
17474   return 0;
17475 }
17476 _ACEOF
17477 for ac_lib in '' socket; do
17478   if test -z "$ac_lib"; then
17479     ac_res="none required"
17480   else
17481     ac_res=-l$ac_lib
17482     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17483   fi
17484   rm -f conftest.$ac_objext conftest$ac_exeext
17485 if { (ac_try="$ac_link"
17486 case "(($ac_try" in
17487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17488   *) ac_try_echo=$ac_try;;
17489 esac
17490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17491   (eval "$ac_link") 2>conftest.er1
17492   ac_status=$?
17493   grep -v '^ *+' conftest.er1 >conftest.err
17494   rm -f conftest.er1
17495   cat conftest.err >&5
17496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17497   (exit $ac_status); } && {
17498          test -z "$ac_c_werror_flag" ||
17499          test ! -s conftest.err
17500        } && test -s conftest$ac_exeext &&
17501        $as_test_x conftest$ac_exeext; then
17502   ac_cv_search_connect=$ac_res
17503 else
17504   echo "$as_me: failed program was:" >&5
17505 sed 's/^/| /' conftest.$ac_ext >&5
17506
17507
17508 fi
17509
17510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17511       conftest$ac_exeext
17512   if test "${ac_cv_search_connect+set}" = set; then
17513   break
17514 fi
17515 done
17516 if test "${ac_cv_search_connect+set}" = set; then
17517   :
17518 else
17519   ac_cv_search_connect=no
17520 fi
17521 rm conftest.$ac_ext
17522 LIBS=$ac_func_search_save_LIBS
17523 fi
17524 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17525 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17526 ac_res=$ac_cv_search_connect
17527 if test "$ac_res" != no; then
17528   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17529
17530 fi
17531
17532
17533 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17534 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17535 if test "${ac_cv_search_inet_aton+set}" = set; then
17536   echo $ECHO_N "(cached) $ECHO_C" >&6
17537 else
17538   ac_func_search_save_LIBS=$LIBS
17539 cat >conftest.$ac_ext <<_ACEOF
17540 /* confdefs.h.  */
17541 _ACEOF
17542 cat confdefs.h >>conftest.$ac_ext
17543 cat >>conftest.$ac_ext <<_ACEOF
17544 /* end confdefs.h.  */
17545
17546 /* Override any GCC internal prototype to avoid an error.
17547    Use char because int might match the return type of a GCC
17548    builtin and then its argument prototype would still apply.  */
17549 #ifdef __cplusplus
17550 extern "C"
17551 #endif
17552 char inet_aton ();
17553 int
17554 main ()
17555 {
17556 return inet_aton ();
17557   ;
17558   return 0;
17559 }
17560 _ACEOF
17561 for ac_lib in '' resolv; do
17562   if test -z "$ac_lib"; then
17563     ac_res="none required"
17564   else
17565     ac_res=-l$ac_lib
17566     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17567   fi
17568   rm -f conftest.$ac_objext conftest$ac_exeext
17569 if { (ac_try="$ac_link"
17570 case "(($ac_try" in
17571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17572   *) ac_try_echo=$ac_try;;
17573 esac
17574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17575   (eval "$ac_link") 2>conftest.er1
17576   ac_status=$?
17577   grep -v '^ *+' conftest.er1 >conftest.err
17578   rm -f conftest.er1
17579   cat conftest.err >&5
17580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581   (exit $ac_status); } && {
17582          test -z "$ac_c_werror_flag" ||
17583          test ! -s conftest.err
17584        } && test -s conftest$ac_exeext &&
17585        $as_test_x conftest$ac_exeext; then
17586   ac_cv_search_inet_aton=$ac_res
17587 else
17588   echo "$as_me: failed program was:" >&5
17589 sed 's/^/| /' conftest.$ac_ext >&5
17590
17591
17592 fi
17593
17594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17595       conftest$ac_exeext
17596   if test "${ac_cv_search_inet_aton+set}" = set; then
17597   break
17598 fi
17599 done
17600 if test "${ac_cv_search_inet_aton+set}" = set; then
17601   :
17602 else
17603   ac_cv_search_inet_aton=no
17604 fi
17605 rm conftest.$ac_ext
17606 LIBS=$ac_func_search_save_LIBS
17607 fi
17608 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17609 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17610 ac_res=$ac_cv_search_inet_aton
17611 if test "$ac_res" != no; then
17612   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17613
17614 fi
17615
17616
17617
17618
17619
17620
17621
17622
17623
17624
17625 for ac_func in \
17626         getaddrinfo \
17627         getnameinfo \
17628         getnetbyname \
17629         getprotobyname \
17630         getprotobynumber \
17631         getservbyport \
17632         inet_network \
17633         sendmsg \
17634
17635 do
17636 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17637 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17638 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17639 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17640   echo $ECHO_N "(cached) $ECHO_C" >&6
17641 else
17642   cat >conftest.$ac_ext <<_ACEOF
17643 /* confdefs.h.  */
17644 _ACEOF
17645 cat confdefs.h >>conftest.$ac_ext
17646 cat >>conftest.$ac_ext <<_ACEOF
17647 /* end confdefs.h.  */
17648 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17649    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17650 #define $ac_func innocuous_$ac_func
17651
17652 /* System header to define __stub macros and hopefully few prototypes,
17653     which can conflict with char $ac_func (); below.
17654     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17655     <limits.h> exists even on freestanding compilers.  */
17656
17657 #ifdef __STDC__
17658 # include <limits.h>
17659 #else
17660 # include <assert.h>
17661 #endif
17662
17663 #undef $ac_func
17664
17665 /* Override any GCC internal prototype to avoid an error.
17666    Use char because int might match the return type of a GCC
17667    builtin and then its argument prototype would still apply.  */
17668 #ifdef __cplusplus
17669 extern "C"
17670 #endif
17671 char $ac_func ();
17672 /* The GNU C library defines this for functions which it implements
17673     to always fail with ENOSYS.  Some functions are actually named
17674     something starting with __ and the normal name is an alias.  */
17675 #if defined __stub_$ac_func || defined __stub___$ac_func
17676 choke me
17677 #endif
17678
17679 int
17680 main ()
17681 {
17682 return $ac_func ();
17683   ;
17684   return 0;
17685 }
17686 _ACEOF
17687 rm -f conftest.$ac_objext conftest$ac_exeext
17688 if { (ac_try="$ac_link"
17689 case "(($ac_try" in
17690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17691   *) ac_try_echo=$ac_try;;
17692 esac
17693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17694   (eval "$ac_link") 2>conftest.er1
17695   ac_status=$?
17696   grep -v '^ *+' conftest.er1 >conftest.err
17697   rm -f conftest.er1
17698   cat conftest.err >&5
17699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17700   (exit $ac_status); } && {
17701          test -z "$ac_c_werror_flag" ||
17702          test ! -s conftest.err
17703        } && test -s conftest$ac_exeext &&
17704        $as_test_x conftest$ac_exeext; then
17705   eval "$as_ac_var=yes"
17706 else
17707   echo "$as_me: failed program was:" >&5
17708 sed 's/^/| /' conftest.$ac_ext >&5
17709
17710         eval "$as_ac_var=no"
17711 fi
17712
17713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17714       conftest$ac_exeext conftest.$ac_ext
17715 fi
17716 ac_res=`eval echo '${'$as_ac_var'}'`
17717                { echo "$as_me:$LINENO: result: $ac_res" >&5
17718 echo "${ECHO_T}$ac_res" >&6; }
17719 if test `eval echo '${'$as_ac_var'}'` = yes; then
17720   cat >>confdefs.h <<_ACEOF
17721 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17722 _ACEOF
17723
17724 fi
17725 done
17726
17727
17728 LDAPLIBS=""
17729
17730 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17731 then
17732     { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17733 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17734 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17735   echo $ECHO_N "(cached) $ECHO_C" >&6
17736 else
17737   cat >conftest.$ac_ext <<_ACEOF
17738 /* confdefs.h.  */
17739 _ACEOF
17740 cat confdefs.h >>conftest.$ac_ext
17741 cat >>conftest.$ac_ext <<_ACEOF
17742 /* end confdefs.h.  */
17743 #include <ldap.h>
17744
17745 typedef LDAPSortKey ac__type_new_;
17746 int
17747 main ()
17748 {
17749 if ((ac__type_new_ *) 0)
17750   return 0;
17751 if (sizeof (ac__type_new_))
17752   return 0;
17753   ;
17754   return 0;
17755 }
17756 _ACEOF
17757 rm -f conftest.$ac_objext
17758 if { (ac_try="$ac_compile"
17759 case "(($ac_try" in
17760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17761   *) ac_try_echo=$ac_try;;
17762 esac
17763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17764   (eval "$ac_compile") 2>conftest.er1
17765   ac_status=$?
17766   grep -v '^ *+' conftest.er1 >conftest.err
17767   rm -f conftest.er1
17768   cat conftest.err >&5
17769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17770   (exit $ac_status); } && {
17771          test -z "$ac_c_werror_flag" ||
17772          test ! -s conftest.err
17773        } && test -s conftest.$ac_objext; then
17774   ac_cv_type_LDAPSortKey=yes
17775 else
17776   echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17778
17779         ac_cv_type_LDAPSortKey=no
17780 fi
17781
17782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17783 fi
17784 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17785 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17786 if test $ac_cv_type_LDAPSortKey = yes; then
17787   { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17788 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17789 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17790   echo $ECHO_N "(cached) $ECHO_C" >&6
17791 else
17792   ac_check_lib_save_LIBS=$LIBS
17793 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17794 cat >conftest.$ac_ext <<_ACEOF
17795 /* confdefs.h.  */
17796 _ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h.  */
17800
17801 /* Override any GCC internal prototype to avoid an error.
17802    Use char because int might match the return type of a GCC
17803    builtin and then its argument prototype would still apply.  */
17804 #ifdef __cplusplus
17805 extern "C"
17806 #endif
17807 char ldap_initialize ();
17808 int
17809 main ()
17810 {
17811 return ldap_initialize ();
17812   ;
17813   return 0;
17814 }
17815 _ACEOF
17816 rm -f conftest.$ac_objext conftest$ac_exeext
17817 if { (ac_try="$ac_link"
17818 case "(($ac_try" in
17819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17820   *) ac_try_echo=$ac_try;;
17821 esac
17822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17823   (eval "$ac_link") 2>conftest.er1
17824   ac_status=$?
17825   grep -v '^ *+' conftest.er1 >conftest.err
17826   rm -f conftest.er1
17827   cat conftest.err >&5
17828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17829   (exit $ac_status); } && {
17830          test -z "$ac_c_werror_flag" ||
17831          test ! -s conftest.err
17832        } && test -s conftest$ac_exeext &&
17833        $as_test_x conftest$ac_exeext; then
17834   ac_cv_lib_ldap_r_ldap_initialize=yes
17835 else
17836   echo "$as_me: failed program was:" >&5
17837 sed 's/^/| /' conftest.$ac_ext >&5
17838
17839         ac_cv_lib_ldap_r_ldap_initialize=no
17840 fi
17841
17842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17843       conftest$ac_exeext conftest.$ac_ext
17844 LIBS=$ac_check_lib_save_LIBS
17845 fi
17846 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17847 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17848 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17849   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17850 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17851 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17852   echo $ECHO_N "(cached) $ECHO_C" >&6
17853 else
17854   ac_check_lib_save_LIBS=$LIBS
17855 LIBS="-llber $LIBPTHREAD $LIBS"
17856 cat >conftest.$ac_ext <<_ACEOF
17857 /* confdefs.h.  */
17858 _ACEOF
17859 cat confdefs.h >>conftest.$ac_ext
17860 cat >>conftest.$ac_ext <<_ACEOF
17861 /* end confdefs.h.  */
17862
17863 /* Override any GCC internal prototype to avoid an error.
17864    Use char because int might match the return type of a GCC
17865    builtin and then its argument prototype would still apply.  */
17866 #ifdef __cplusplus
17867 extern "C"
17868 #endif
17869 char ber_init ();
17870 int
17871 main ()
17872 {
17873 return ber_init ();
17874   ;
17875   return 0;
17876 }
17877 _ACEOF
17878 rm -f conftest.$ac_objext conftest$ac_exeext
17879 if { (ac_try="$ac_link"
17880 case "(($ac_try" in
17881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17882   *) ac_try_echo=$ac_try;;
17883 esac
17884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17885   (eval "$ac_link") 2>conftest.er1
17886   ac_status=$?
17887   grep -v '^ *+' conftest.er1 >conftest.err
17888   rm -f conftest.er1
17889   cat conftest.err >&5
17890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17891   (exit $ac_status); } && {
17892          test -z "$ac_c_werror_flag" ||
17893          test ! -s conftest.err
17894        } && test -s conftest$ac_exeext &&
17895        $as_test_x conftest$ac_exeext; then
17896   ac_cv_lib_lber_ber_init=yes
17897 else
17898   echo "$as_me: failed program was:" >&5
17899 sed 's/^/| /' conftest.$ac_ext >&5
17900
17901         ac_cv_lib_lber_ber_init=no
17902 fi
17903
17904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17905       conftest$ac_exeext conftest.$ac_ext
17906 LIBS=$ac_check_lib_save_LIBS
17907 fi
17908 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17909 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17910 if test $ac_cv_lib_lber_ber_init = yes; then
17911
17912 cat >>confdefs.h <<\_ACEOF
17913 #define HAVE_LDAP 1
17914 _ACEOF
17915
17916                  LDAPLIBS="-lldap_r -llber"
17917 fi
17918
17919 fi
17920
17921 fi
17922
17923     ac_wine_check_funcs_save_LIBS="$LIBS"
17924 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17925
17926
17927
17928
17929
17930
17931
17932
17933 for ac_func in \
17934         ldap_count_references \
17935         ldap_first_reference \
17936         ldap_next_reference \
17937         ldap_parse_reference \
17938         ldap_parse_sort_control \
17939         ldap_parse_sortresponse_control \
17940         ldap_parse_vlv_control \
17941         ldap_parse_vlvresponse_control
17942 do
17943 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17944 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17945 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17946 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17947   echo $ECHO_N "(cached) $ECHO_C" >&6
17948 else
17949   cat >conftest.$ac_ext <<_ACEOF
17950 /* confdefs.h.  */
17951 _ACEOF
17952 cat confdefs.h >>conftest.$ac_ext
17953 cat >>conftest.$ac_ext <<_ACEOF
17954 /* end confdefs.h.  */
17955 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17956    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17957 #define $ac_func innocuous_$ac_func
17958
17959 /* System header to define __stub macros and hopefully few prototypes,
17960     which can conflict with char $ac_func (); below.
17961     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17962     <limits.h> exists even on freestanding compilers.  */
17963
17964 #ifdef __STDC__
17965 # include <limits.h>
17966 #else
17967 # include <assert.h>
17968 #endif
17969
17970 #undef $ac_func
17971
17972 /* Override any GCC internal prototype to avoid an error.
17973    Use char because int might match the return type of a GCC
17974    builtin and then its argument prototype would still apply.  */
17975 #ifdef __cplusplus
17976 extern "C"
17977 #endif
17978 char $ac_func ();
17979 /* The GNU C library defines this for functions which it implements
17980     to always fail with ENOSYS.  Some functions are actually named
17981     something starting with __ and the normal name is an alias.  */
17982 #if defined __stub_$ac_func || defined __stub___$ac_func
17983 choke me
17984 #endif
17985
17986 int
17987 main ()
17988 {
17989 return $ac_func ();
17990   ;
17991   return 0;
17992 }
17993 _ACEOF
17994 rm -f conftest.$ac_objext conftest$ac_exeext
17995 if { (ac_try="$ac_link"
17996 case "(($ac_try" in
17997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17998   *) ac_try_echo=$ac_try;;
17999 esac
18000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18001   (eval "$ac_link") 2>conftest.er1
18002   ac_status=$?
18003   grep -v '^ *+' conftest.er1 >conftest.err
18004   rm -f conftest.er1
18005   cat conftest.err >&5
18006   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007   (exit $ac_status); } && {
18008          test -z "$ac_c_werror_flag" ||
18009          test ! -s conftest.err
18010        } && test -s conftest$ac_exeext &&
18011        $as_test_x conftest$ac_exeext; then
18012   eval "$as_ac_var=yes"
18013 else
18014   echo "$as_me: failed program was:" >&5
18015 sed 's/^/| /' conftest.$ac_ext >&5
18016
18017         eval "$as_ac_var=no"
18018 fi
18019
18020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18021       conftest$ac_exeext conftest.$ac_ext
18022 fi
18023 ac_res=`eval echo '${'$as_ac_var'}'`
18024                { echo "$as_me:$LINENO: result: $ac_res" >&5
18025 echo "${ECHO_T}$ac_res" >&6; }
18026 if test `eval echo '${'$as_ac_var'}'` = yes; then
18027   cat >>confdefs.h <<_ACEOF
18028 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18029 _ACEOF
18030
18031 fi
18032 done
18033
18034 LIBS="$ac_wine_check_funcs_save_LIBS"
18035 fi
18036 if test "x$LDAPLIBS" = "x"; then
18037   case "x$with_ldap" in
18038   x)   wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18039   xno) ;;
18040   *)   { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18041 This is an error since --with-ldap was requested." >&5
18042 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18043 This is an error since --with-ldap was requested." >&2;}
18044    { (exit 1); exit 1; }; } ;;
18045 esac
18046 fi
18047
18048
18049
18050 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18051 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18052 if test "${ac_cv_c_const+set}" = set; then
18053   echo $ECHO_N "(cached) $ECHO_C" >&6
18054 else
18055   cat >conftest.$ac_ext <<_ACEOF
18056 /* confdefs.h.  */
18057 _ACEOF
18058 cat confdefs.h >>conftest.$ac_ext
18059 cat >>conftest.$ac_ext <<_ACEOF
18060 /* end confdefs.h.  */
18061
18062 int
18063 main ()
18064 {
18065 /* FIXME: Include the comments suggested by Paul. */
18066 #ifndef __cplusplus
18067   /* Ultrix mips cc rejects this.  */
18068   typedef int charset[2];
18069   const charset cs;
18070   /* SunOS 4.1.1 cc rejects this.  */
18071   char const *const *pcpcc;
18072   char **ppc;
18073   /* NEC SVR4.0.2 mips cc rejects this.  */
18074   struct point {int x, y;};
18075   static struct point const zero = {0,0};
18076   /* AIX XL C 1.02.0.0 rejects this.
18077      It does not let you subtract one const X* pointer from another in
18078      an arm of an if-expression whose if-part is not a constant
18079      expression */
18080   const char *g = "string";
18081   pcpcc = &g + (g ? g-g : 0);
18082   /* HPUX 7.0 cc rejects these. */
18083   ++pcpcc;
18084   ppc = (char**) pcpcc;
18085   pcpcc = (char const *const *) ppc;
18086   { /* SCO 3.2v4 cc rejects this.  */
18087     char *t;
18088     char const *s = 0 ? (char *) 0 : (char const *) 0;
18089
18090     *t++ = 0;
18091     if (s) return 0;
18092   }
18093   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
18094     int x[] = {25, 17};
18095     const int *foo = &x[0];
18096     ++foo;
18097   }
18098   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18099     typedef const int *iptr;
18100     iptr p = 0;
18101     ++p;
18102   }
18103   { /* AIX XL C 1.02.0.0 rejects this saying
18104        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18105     struct s { int j; const int *ap[3]; };
18106     struct s *b; b->j = 5;
18107   }
18108   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18109     const int foo = 10;
18110     if (!foo) return 0;
18111   }
18112   return !cs[0] && !zero.x;
18113 #endif
18114
18115   ;
18116   return 0;
18117 }
18118 _ACEOF
18119 rm -f conftest.$ac_objext
18120 if { (ac_try="$ac_compile"
18121 case "(($ac_try" in
18122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18123   *) ac_try_echo=$ac_try;;
18124 esac
18125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18126   (eval "$ac_compile") 2>conftest.er1
18127   ac_status=$?
18128   grep -v '^ *+' conftest.er1 >conftest.err
18129   rm -f conftest.er1
18130   cat conftest.err >&5
18131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132   (exit $ac_status); } && {
18133          test -z "$ac_c_werror_flag" ||
18134          test ! -s conftest.err
18135        } && test -s conftest.$ac_objext; then
18136   ac_cv_c_const=yes
18137 else
18138   echo "$as_me: failed program was:" >&5
18139 sed 's/^/| /' conftest.$ac_ext >&5
18140
18141         ac_cv_c_const=no
18142 fi
18143
18144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18145 fi
18146 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18147 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18148 if test $ac_cv_c_const = no; then
18149
18150 cat >>confdefs.h <<\_ACEOF
18151 #define const
18152 _ACEOF
18153
18154 fi
18155
18156 { echo "$as_me:$LINENO: checking for inline" >&5
18157 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18158 if test "${ac_cv_c_inline+set}" = set; then
18159   echo $ECHO_N "(cached) $ECHO_C" >&6
18160 else
18161   ac_cv_c_inline=no
18162 for ac_kw in inline __inline__ __inline; do
18163   cat >conftest.$ac_ext <<_ACEOF
18164 /* confdefs.h.  */
18165 _ACEOF
18166 cat confdefs.h >>conftest.$ac_ext
18167 cat >>conftest.$ac_ext <<_ACEOF
18168 /* end confdefs.h.  */
18169 #ifndef __cplusplus
18170 typedef int foo_t;
18171 static $ac_kw foo_t static_foo () {return 0; }
18172 $ac_kw foo_t foo () {return 0; }
18173 #endif
18174
18175 _ACEOF
18176 rm -f conftest.$ac_objext
18177 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
18193   ac_cv_c_inline=$ac_kw
18194 else
18195   echo "$as_me: failed program was:" >&5
18196 sed 's/^/| /' conftest.$ac_ext >&5
18197
18198
18199 fi
18200
18201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18202   test "$ac_cv_c_inline" != no && break
18203 done
18204
18205 fi
18206 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18207 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18208
18209
18210 case $ac_cv_c_inline in
18211   inline | yes) ;;
18212   *)
18213     case $ac_cv_c_inline in
18214       no) ac_val=;;
18215       *) ac_val=$ac_cv_c_inline;;
18216     esac
18217     cat >>confdefs.h <<_ACEOF
18218 #ifndef __cplusplus
18219 #define inline $ac_val
18220 #endif
18221 _ACEOF
18222     ;;
18223 esac
18224
18225 { echo "$as_me:$LINENO: checking for mode_t" >&5
18226 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18227 if test "${ac_cv_type_mode_t+set}" = set; then
18228   echo $ECHO_N "(cached) $ECHO_C" >&6
18229 else
18230   cat >conftest.$ac_ext <<_ACEOF
18231 /* confdefs.h.  */
18232 _ACEOF
18233 cat confdefs.h >>conftest.$ac_ext
18234 cat >>conftest.$ac_ext <<_ACEOF
18235 /* end confdefs.h.  */
18236 $ac_includes_default
18237 typedef mode_t ac__type_new_;
18238 int
18239 main ()
18240 {
18241 if ((ac__type_new_ *) 0)
18242   return 0;
18243 if (sizeof (ac__type_new_))
18244   return 0;
18245   ;
18246   return 0;
18247 }
18248 _ACEOF
18249 rm -f conftest.$ac_objext
18250 if { (ac_try="$ac_compile"
18251 case "(($ac_try" in
18252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18253   *) ac_try_echo=$ac_try;;
18254 esac
18255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18256   (eval "$ac_compile") 2>conftest.er1
18257   ac_status=$?
18258   grep -v '^ *+' conftest.er1 >conftest.err
18259   rm -f conftest.er1
18260   cat conftest.err >&5
18261   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18262   (exit $ac_status); } && {
18263          test -z "$ac_c_werror_flag" ||
18264          test ! -s conftest.err
18265        } && test -s conftest.$ac_objext; then
18266   ac_cv_type_mode_t=yes
18267 else
18268   echo "$as_me: failed program was:" >&5
18269 sed 's/^/| /' conftest.$ac_ext >&5
18270
18271         ac_cv_type_mode_t=no
18272 fi
18273
18274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18275 fi
18276 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18277 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18278 if test $ac_cv_type_mode_t = yes; then
18279
18280 cat >>confdefs.h <<_ACEOF
18281 #define HAVE_MODE_T 1
18282 _ACEOF
18283
18284
18285 fi
18286 { echo "$as_me:$LINENO: checking for off_t" >&5
18287 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18288 if test "${ac_cv_type_off_t+set}" = set; then
18289   echo $ECHO_N "(cached) $ECHO_C" >&6
18290 else
18291   cat >conftest.$ac_ext <<_ACEOF
18292 /* confdefs.h.  */
18293 _ACEOF
18294 cat confdefs.h >>conftest.$ac_ext
18295 cat >>conftest.$ac_ext <<_ACEOF
18296 /* end confdefs.h.  */
18297 $ac_includes_default
18298 typedef off_t ac__type_new_;
18299 int
18300 main ()
18301 {
18302 if ((ac__type_new_ *) 0)
18303   return 0;
18304 if (sizeof (ac__type_new_))
18305   return 0;
18306   ;
18307   return 0;
18308 }
18309 _ACEOF
18310 rm -f conftest.$ac_objext
18311 if { (ac_try="$ac_compile"
18312 case "(($ac_try" in
18313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18314   *) ac_try_echo=$ac_try;;
18315 esac
18316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18317   (eval "$ac_compile") 2>conftest.er1
18318   ac_status=$?
18319   grep -v '^ *+' conftest.er1 >conftest.err
18320   rm -f conftest.er1
18321   cat conftest.err >&5
18322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18323   (exit $ac_status); } && {
18324          test -z "$ac_c_werror_flag" ||
18325          test ! -s conftest.err
18326        } && test -s conftest.$ac_objext; then
18327   ac_cv_type_off_t=yes
18328 else
18329   echo "$as_me: failed program was:" >&5
18330 sed 's/^/| /' conftest.$ac_ext >&5
18331
18332         ac_cv_type_off_t=no
18333 fi
18334
18335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18336 fi
18337 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18338 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18339 if test $ac_cv_type_off_t = yes; then
18340
18341 cat >>confdefs.h <<_ACEOF
18342 #define HAVE_OFF_T 1
18343 _ACEOF
18344
18345
18346 fi
18347 { echo "$as_me:$LINENO: checking for pid_t" >&5
18348 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18349 if test "${ac_cv_type_pid_t+set}" = set; then
18350   echo $ECHO_N "(cached) $ECHO_C" >&6
18351 else
18352   cat >conftest.$ac_ext <<_ACEOF
18353 /* confdefs.h.  */
18354 _ACEOF
18355 cat confdefs.h >>conftest.$ac_ext
18356 cat >>conftest.$ac_ext <<_ACEOF
18357 /* end confdefs.h.  */
18358 $ac_includes_default
18359 typedef pid_t ac__type_new_;
18360 int
18361 main ()
18362 {
18363 if ((ac__type_new_ *) 0)
18364   return 0;
18365 if (sizeof (ac__type_new_))
18366   return 0;
18367   ;
18368   return 0;
18369 }
18370 _ACEOF
18371 rm -f conftest.$ac_objext
18372 if { (ac_try="$ac_compile"
18373 case "(($ac_try" in
18374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18375   *) ac_try_echo=$ac_try;;
18376 esac
18377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18378   (eval "$ac_compile") 2>conftest.er1
18379   ac_status=$?
18380   grep -v '^ *+' conftest.er1 >conftest.err
18381   rm -f conftest.er1
18382   cat conftest.err >&5
18383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18384   (exit $ac_status); } && {
18385          test -z "$ac_c_werror_flag" ||
18386          test ! -s conftest.err
18387        } && test -s conftest.$ac_objext; then
18388   ac_cv_type_pid_t=yes
18389 else
18390   echo "$as_me: failed program was:" >&5
18391 sed 's/^/| /' conftest.$ac_ext >&5
18392
18393         ac_cv_type_pid_t=no
18394 fi
18395
18396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18397 fi
18398 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18399 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18400 if test $ac_cv_type_pid_t = yes; then
18401
18402 cat >>confdefs.h <<_ACEOF
18403 #define HAVE_PID_T 1
18404 _ACEOF
18405
18406
18407 fi
18408 { echo "$as_me:$LINENO: checking for size_t" >&5
18409 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18410 if test "${ac_cv_type_size_t+set}" = set; then
18411   echo $ECHO_N "(cached) $ECHO_C" >&6
18412 else
18413   cat >conftest.$ac_ext <<_ACEOF
18414 /* confdefs.h.  */
18415 _ACEOF
18416 cat confdefs.h >>conftest.$ac_ext
18417 cat >>conftest.$ac_ext <<_ACEOF
18418 /* end confdefs.h.  */
18419 $ac_includes_default
18420 typedef size_t ac__type_new_;
18421 int
18422 main ()
18423 {
18424 if ((ac__type_new_ *) 0)
18425   return 0;
18426 if (sizeof (ac__type_new_))
18427   return 0;
18428   ;
18429   return 0;
18430 }
18431 _ACEOF
18432 rm -f conftest.$ac_objext
18433 if { (ac_try="$ac_compile"
18434 case "(($ac_try" in
18435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18436   *) ac_try_echo=$ac_try;;
18437 esac
18438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18439   (eval "$ac_compile") 2>conftest.er1
18440   ac_status=$?
18441   grep -v '^ *+' conftest.er1 >conftest.err
18442   rm -f conftest.er1
18443   cat conftest.err >&5
18444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18445   (exit $ac_status); } && {
18446          test -z "$ac_c_werror_flag" ||
18447          test ! -s conftest.err
18448        } && test -s conftest.$ac_objext; then
18449   ac_cv_type_size_t=yes
18450 else
18451   echo "$as_me: failed program was:" >&5
18452 sed 's/^/| /' conftest.$ac_ext >&5
18453
18454         ac_cv_type_size_t=no
18455 fi
18456
18457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18458 fi
18459 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18460 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18461 if test $ac_cv_type_size_t = yes; then
18462
18463 cat >>confdefs.h <<_ACEOF
18464 #define HAVE_SIZE_T 1
18465 _ACEOF
18466
18467
18468 fi
18469 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18470 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18471 if test "${ac_cv_type_ssize_t+set}" = set; then
18472   echo $ECHO_N "(cached) $ECHO_C" >&6
18473 else
18474   cat >conftest.$ac_ext <<_ACEOF
18475 /* confdefs.h.  */
18476 _ACEOF
18477 cat confdefs.h >>conftest.$ac_ext
18478 cat >>conftest.$ac_ext <<_ACEOF
18479 /* end confdefs.h.  */
18480 $ac_includes_default
18481 typedef ssize_t ac__type_new_;
18482 int
18483 main ()
18484 {
18485 if ((ac__type_new_ *) 0)
18486   return 0;
18487 if (sizeof (ac__type_new_))
18488   return 0;
18489   ;
18490   return 0;
18491 }
18492 _ACEOF
18493 rm -f conftest.$ac_objext
18494 if { (ac_try="$ac_compile"
18495 case "(($ac_try" in
18496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18497   *) ac_try_echo=$ac_try;;
18498 esac
18499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18500   (eval "$ac_compile") 2>conftest.er1
18501   ac_status=$?
18502   grep -v '^ *+' conftest.er1 >conftest.err
18503   rm -f conftest.er1
18504   cat conftest.err >&5
18505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18506   (exit $ac_status); } && {
18507          test -z "$ac_c_werror_flag" ||
18508          test ! -s conftest.err
18509        } && test -s conftest.$ac_objext; then
18510   ac_cv_type_ssize_t=yes
18511 else
18512   echo "$as_me: failed program was:" >&5
18513 sed 's/^/| /' conftest.$ac_ext >&5
18514
18515         ac_cv_type_ssize_t=no
18516 fi
18517
18518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18519 fi
18520 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18521 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18522 if test $ac_cv_type_ssize_t = yes; then
18523
18524 cat >>confdefs.h <<_ACEOF
18525 #define HAVE_SSIZE_T 1
18526 _ACEOF
18527
18528
18529 fi
18530 { echo "$as_me:$LINENO: checking for long long" >&5
18531 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18532 if test "${ac_cv_type_long_long+set}" = set; then
18533   echo $ECHO_N "(cached) $ECHO_C" >&6
18534 else
18535   cat >conftest.$ac_ext <<_ACEOF
18536 /* confdefs.h.  */
18537 _ACEOF
18538 cat confdefs.h >>conftest.$ac_ext
18539 cat >>conftest.$ac_ext <<_ACEOF
18540 /* end confdefs.h.  */
18541 $ac_includes_default
18542 typedef long long ac__type_new_;
18543 int
18544 main ()
18545 {
18546 if ((ac__type_new_ *) 0)
18547   return 0;
18548 if (sizeof (ac__type_new_))
18549   return 0;
18550   ;
18551   return 0;
18552 }
18553 _ACEOF
18554 rm -f conftest.$ac_objext
18555 if { (ac_try="$ac_compile"
18556 case "(($ac_try" in
18557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18558   *) ac_try_echo=$ac_try;;
18559 esac
18560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18561   (eval "$ac_compile") 2>conftest.er1
18562   ac_status=$?
18563   grep -v '^ *+' conftest.er1 >conftest.err
18564   rm -f conftest.er1
18565   cat conftest.err >&5
18566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567   (exit $ac_status); } && {
18568          test -z "$ac_c_werror_flag" ||
18569          test ! -s conftest.err
18570        } && test -s conftest.$ac_objext; then
18571   ac_cv_type_long_long=yes
18572 else
18573   echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.$ac_ext >&5
18575
18576         ac_cv_type_long_long=no
18577 fi
18578
18579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18580 fi
18581 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18582 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18583 if test $ac_cv_type_long_long = yes; then
18584
18585 cat >>confdefs.h <<_ACEOF
18586 #define HAVE_LONG_LONG 1
18587 _ACEOF
18588
18589
18590 fi
18591 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18592 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18593 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18594   echo $ECHO_N "(cached) $ECHO_C" >&6
18595 else
18596   cat >conftest.$ac_ext <<_ACEOF
18597 /* confdefs.h.  */
18598 _ACEOF
18599 cat confdefs.h >>conftest.$ac_ext
18600 cat >>conftest.$ac_ext <<_ACEOF
18601 /* end confdefs.h.  */
18602 $ac_includes_default
18603 typedef fsblkcnt_t ac__type_new_;
18604 int
18605 main ()
18606 {
18607 if ((ac__type_new_ *) 0)
18608   return 0;
18609 if (sizeof (ac__type_new_))
18610   return 0;
18611   ;
18612   return 0;
18613 }
18614 _ACEOF
18615 rm -f conftest.$ac_objext
18616 if { (ac_try="$ac_compile"
18617 case "(($ac_try" in
18618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18619   *) ac_try_echo=$ac_try;;
18620 esac
18621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18622   (eval "$ac_compile") 2>conftest.er1
18623   ac_status=$?
18624   grep -v '^ *+' conftest.er1 >conftest.err
18625   rm -f conftest.er1
18626   cat conftest.err >&5
18627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628   (exit $ac_status); } && {
18629          test -z "$ac_c_werror_flag" ||
18630          test ! -s conftest.err
18631        } && test -s conftest.$ac_objext; then
18632   ac_cv_type_fsblkcnt_t=yes
18633 else
18634   echo "$as_me: failed program was:" >&5
18635 sed 's/^/| /' conftest.$ac_ext >&5
18636
18637         ac_cv_type_fsblkcnt_t=no
18638 fi
18639
18640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18641 fi
18642 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18643 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18644 if test $ac_cv_type_fsblkcnt_t = yes; then
18645
18646 cat >>confdefs.h <<_ACEOF
18647 #define HAVE_FSBLKCNT_T 1
18648 _ACEOF
18649
18650
18651 fi
18652 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18653 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18654 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18655   echo $ECHO_N "(cached) $ECHO_C" >&6
18656 else
18657   cat >conftest.$ac_ext <<_ACEOF
18658 /* confdefs.h.  */
18659 _ACEOF
18660 cat confdefs.h >>conftest.$ac_ext
18661 cat >>conftest.$ac_ext <<_ACEOF
18662 /* end confdefs.h.  */
18663 $ac_includes_default
18664 typedef fsfilcnt_t ac__type_new_;
18665 int
18666 main ()
18667 {
18668 if ((ac__type_new_ *) 0)
18669   return 0;
18670 if (sizeof (ac__type_new_))
18671   return 0;
18672   ;
18673   return 0;
18674 }
18675 _ACEOF
18676 rm -f conftest.$ac_objext
18677 if { (ac_try="$ac_compile"
18678 case "(($ac_try" in
18679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18680   *) ac_try_echo=$ac_try;;
18681 esac
18682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18683   (eval "$ac_compile") 2>conftest.er1
18684   ac_status=$?
18685   grep -v '^ *+' conftest.er1 >conftest.err
18686   rm -f conftest.er1
18687   cat conftest.err >&5
18688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689   (exit $ac_status); } && {
18690          test -z "$ac_c_werror_flag" ||
18691          test ! -s conftest.err
18692        } && test -s conftest.$ac_objext; then
18693   ac_cv_type_fsfilcnt_t=yes
18694 else
18695   echo "$as_me: failed program was:" >&5
18696 sed 's/^/| /' conftest.$ac_ext >&5
18697
18698         ac_cv_type_fsfilcnt_t=no
18699 fi
18700
18701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18702 fi
18703 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18704 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18705 if test $ac_cv_type_fsfilcnt_t = yes; then
18706
18707 cat >>confdefs.h <<_ACEOF
18708 #define HAVE_FSFILCNT_T 1
18709 _ACEOF
18710
18711
18712 fi
18713
18714 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18715 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18716 if test "${ac_cv_type_sigset_t+set}" = set; then
18717   echo $ECHO_N "(cached) $ECHO_C" >&6
18718 else
18719   cat >conftest.$ac_ext <<_ACEOF
18720 /* confdefs.h.  */
18721 _ACEOF
18722 cat confdefs.h >>conftest.$ac_ext
18723 cat >>conftest.$ac_ext <<_ACEOF
18724 /* end confdefs.h.  */
18725 #include <signal.h>
18726
18727 typedef sigset_t ac__type_new_;
18728 int
18729 main ()
18730 {
18731 if ((ac__type_new_ *) 0)
18732   return 0;
18733 if (sizeof (ac__type_new_))
18734   return 0;
18735   ;
18736   return 0;
18737 }
18738 _ACEOF
18739 rm -f conftest.$ac_objext
18740 if { (ac_try="$ac_compile"
18741 case "(($ac_try" in
18742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18743   *) ac_try_echo=$ac_try;;
18744 esac
18745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18746   (eval "$ac_compile") 2>conftest.er1
18747   ac_status=$?
18748   grep -v '^ *+' conftest.er1 >conftest.err
18749   rm -f conftest.er1
18750   cat conftest.err >&5
18751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18752   (exit $ac_status); } && {
18753          test -z "$ac_c_werror_flag" ||
18754          test ! -s conftest.err
18755        } && test -s conftest.$ac_objext; then
18756   ac_cv_type_sigset_t=yes
18757 else
18758   echo "$as_me: failed program was:" >&5
18759 sed 's/^/| /' conftest.$ac_ext >&5
18760
18761         ac_cv_type_sigset_t=no
18762 fi
18763
18764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18765 fi
18766 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18767 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18768 if test $ac_cv_type_sigset_t = yes; then
18769
18770 cat >>confdefs.h <<_ACEOF
18771 #define HAVE_SIGSET_T 1
18772 _ACEOF
18773
18774
18775 fi
18776
18777 { echo "$as_me:$LINENO: checking for request_sense" >&5
18778 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18779 if test "${ac_cv_type_request_sense+set}" = set; then
18780   echo $ECHO_N "(cached) $ECHO_C" >&6
18781 else
18782   cat >conftest.$ac_ext <<_ACEOF
18783 /* confdefs.h.  */
18784 _ACEOF
18785 cat confdefs.h >>conftest.$ac_ext
18786 cat >>conftest.$ac_ext <<_ACEOF
18787 /* end confdefs.h.  */
18788 #include <linux/cdrom.h>
18789
18790 typedef request_sense ac__type_new_;
18791 int
18792 main ()
18793 {
18794 if ((ac__type_new_ *) 0)
18795   return 0;
18796 if (sizeof (ac__type_new_))
18797   return 0;
18798   ;
18799   return 0;
18800 }
18801 _ACEOF
18802 rm -f conftest.$ac_objext
18803 if { (ac_try="$ac_compile"
18804 case "(($ac_try" in
18805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18806   *) ac_try_echo=$ac_try;;
18807 esac
18808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18809   (eval "$ac_compile") 2>conftest.er1
18810   ac_status=$?
18811   grep -v '^ *+' conftest.er1 >conftest.err
18812   rm -f conftest.er1
18813   cat conftest.err >&5
18814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815   (exit $ac_status); } && {
18816          test -z "$ac_c_werror_flag" ||
18817          test ! -s conftest.err
18818        } && test -s conftest.$ac_objext; then
18819   ac_cv_type_request_sense=yes
18820 else
18821   echo "$as_me: failed program was:" >&5
18822 sed 's/^/| /' conftest.$ac_ext >&5
18823
18824         ac_cv_type_request_sense=no
18825 fi
18826
18827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18828 fi
18829 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18830 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18831 if test $ac_cv_type_request_sense = yes; then
18832
18833 cat >>confdefs.h <<_ACEOF
18834 #define HAVE_REQUEST_SENSE 1
18835 _ACEOF
18836
18837
18838 fi
18839
18840
18841 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18842 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18843 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18844   echo $ECHO_N "(cached) $ECHO_C" >&6
18845 else
18846   cat >conftest.$ac_ext <<_ACEOF
18847 /* confdefs.h.  */
18848 _ACEOF
18849 cat confdefs.h >>conftest.$ac_ext
18850 cat >>conftest.$ac_ext <<_ACEOF
18851 /* end confdefs.h.  */
18852 #ifdef HAVE_LINUX_INPUT_H
18853 #include <linux/input.h>
18854 #endif
18855
18856 int
18857 main ()
18858 {
18859 static struct ff_effect ac_aggr;
18860 if (ac_aggr.direction)
18861 return 0;
18862   ;
18863   return 0;
18864 }
18865 _ACEOF
18866 rm -f conftest.$ac_objext
18867 if { (ac_try="$ac_compile"
18868 case "(($ac_try" in
18869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18870   *) ac_try_echo=$ac_try;;
18871 esac
18872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18873   (eval "$ac_compile") 2>conftest.er1
18874   ac_status=$?
18875   grep -v '^ *+' conftest.er1 >conftest.err
18876   rm -f conftest.er1
18877   cat conftest.err >&5
18878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18879   (exit $ac_status); } && {
18880          test -z "$ac_c_werror_flag" ||
18881          test ! -s conftest.err
18882        } && test -s conftest.$ac_objext; then
18883   ac_cv_member_struct_ff_effect_direction=yes
18884 else
18885   echo "$as_me: failed program was:" >&5
18886 sed 's/^/| /' conftest.$ac_ext >&5
18887
18888         cat >conftest.$ac_ext <<_ACEOF
18889 /* confdefs.h.  */
18890 _ACEOF
18891 cat confdefs.h >>conftest.$ac_ext
18892 cat >>conftest.$ac_ext <<_ACEOF
18893 /* end confdefs.h.  */
18894 #ifdef HAVE_LINUX_INPUT_H
18895 #include <linux/input.h>
18896 #endif
18897
18898 int
18899 main ()
18900 {
18901 static struct ff_effect ac_aggr;
18902 if (sizeof ac_aggr.direction)
18903 return 0;
18904   ;
18905   return 0;
18906 }
18907 _ACEOF
18908 rm -f conftest.$ac_objext
18909 if { (ac_try="$ac_compile"
18910 case "(($ac_try" in
18911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18912   *) ac_try_echo=$ac_try;;
18913 esac
18914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18915   (eval "$ac_compile") 2>conftest.er1
18916   ac_status=$?
18917   grep -v '^ *+' conftest.er1 >conftest.err
18918   rm -f conftest.er1
18919   cat conftest.err >&5
18920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18921   (exit $ac_status); } && {
18922          test -z "$ac_c_werror_flag" ||
18923          test ! -s conftest.err
18924        } && test -s conftest.$ac_objext; then
18925   ac_cv_member_struct_ff_effect_direction=yes
18926 else
18927   echo "$as_me: failed program was:" >&5
18928 sed 's/^/| /' conftest.$ac_ext >&5
18929
18930         ac_cv_member_struct_ff_effect_direction=no
18931 fi
18932
18933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18934 fi
18935
18936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18937 fi
18938 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18939 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18940 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18941
18942 cat >>confdefs.h <<_ACEOF
18943 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18944 _ACEOF
18945
18946
18947 fi
18948
18949
18950 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18951 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18952 if test "${wine_cv_have_sigaddset+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 #include <signal.h>
18962 int
18963 main ()
18964 {
18965 sigset_t set; sigaddset(&set,SIGTERM);
18966   ;
18967   return 0;
18968 }
18969 _ACEOF
18970 rm -f conftest.$ac_objext conftest$ac_exeext
18971 if { (ac_try="$ac_link"
18972 case "(($ac_try" in
18973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18974   *) ac_try_echo=$ac_try;;
18975 esac
18976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18977   (eval "$ac_link") 2>conftest.er1
18978   ac_status=$?
18979   grep -v '^ *+' conftest.er1 >conftest.err
18980   rm -f conftest.er1
18981   cat conftest.err >&5
18982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18983   (exit $ac_status); } && {
18984          test -z "$ac_c_werror_flag" ||
18985          test ! -s conftest.err
18986        } && test -s conftest$ac_exeext &&
18987        $as_test_x conftest$ac_exeext; then
18988   wine_cv_have_sigaddset=yes
18989 else
18990   echo "$as_me: failed program was:" >&5
18991 sed 's/^/| /' conftest.$ac_ext >&5
18992
18993         wine_cv_have_sigaddset=no
18994 fi
18995
18996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18997       conftest$ac_exeext conftest.$ac_ext
18998 fi
18999 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19000 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19001 if test "$wine_cv_have_sigaddset" = "yes"
19002 then
19003
19004 cat >>confdefs.h <<\_ACEOF
19005 #define HAVE_SIGADDSET 1
19006 _ACEOF
19007
19008 fi
19009
19010
19011 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19012 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19013 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19014   echo $ECHO_N "(cached) $ECHO_C" >&6
19015 else
19016   cat >conftest.$ac_ext <<_ACEOF
19017 /* confdefs.h.  */
19018 _ACEOF
19019 cat confdefs.h >>conftest.$ac_ext
19020 cat >>conftest.$ac_ext <<_ACEOF
19021 /* end confdefs.h.  */
19022 #include <netdb.h>
19023 int
19024 main ()
19025 {
19026
19027     char *name=0;
19028     struct hostent he;
19029     struct hostent *result;
19030     char *buf=0;
19031     int bufsize=0;
19032     int res,errnr;
19033     char *addr=0;
19034     int addrlen=0;
19035     int addrtype=0;
19036     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19037     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19038
19039   ;
19040   return 0;
19041 }
19042 _ACEOF
19043 rm -f conftest.$ac_objext conftest$ac_exeext
19044 if { (ac_try="$ac_link"
19045 case "(($ac_try" in
19046   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19047   *) ac_try_echo=$ac_try;;
19048 esac
19049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19050   (eval "$ac_link") 2>conftest.er1
19051   ac_status=$?
19052   grep -v '^ *+' conftest.er1 >conftest.err
19053   rm -f conftest.er1
19054   cat conftest.err >&5
19055   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19056   (exit $ac_status); } && {
19057          test -z "$ac_c_werror_flag" ||
19058          test ! -s conftest.err
19059        } && test -s conftest$ac_exeext &&
19060        $as_test_x conftest$ac_exeext; then
19061   wine_cv_linux_gethostbyname_r_6=yes
19062 else
19063   echo "$as_me: failed program was:" >&5
19064 sed 's/^/| /' conftest.$ac_ext >&5
19065
19066         wine_cv_linux_gethostbyname_r_6=no
19067
19068 fi
19069
19070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19071       conftest$ac_exeext conftest.$ac_ext
19072
19073 fi
19074 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19075 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19076    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19077    then
19078
19079 cat >>confdefs.h <<\_ACEOF
19080 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19081 _ACEOF
19082
19083    fi
19084
19085 if test "$ac_cv_header_linux_joystick_h" = "yes"
19086 then
19087    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19088 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19089 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19090   echo $ECHO_N "(cached) $ECHO_C" >&6
19091 else
19092   cat >conftest.$ac_ext <<_ACEOF
19093 /* confdefs.h.  */
19094 _ACEOF
19095 cat confdefs.h >>conftest.$ac_ext
19096 cat >>conftest.$ac_ext <<_ACEOF
19097 /* end confdefs.h.  */
19098
19099         #include <sys/ioctl.h>
19100         #include <sys/types.h>
19101         #include <linux/joystick.h>
19102
19103         struct js_event blub;
19104         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19105         #error "no 2.2 header"
19106         #endif
19107
19108 int
19109 main ()
19110 {
19111 /*empty*/
19112   ;
19113   return 0;
19114 }
19115 _ACEOF
19116 rm -f conftest.$ac_objext
19117 if { (ac_try="$ac_compile"
19118 case "(($ac_try" in
19119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19120   *) ac_try_echo=$ac_try;;
19121 esac
19122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19123   (eval "$ac_compile") 2>conftest.er1
19124   ac_status=$?
19125   grep -v '^ *+' conftest.er1 >conftest.err
19126   rm -f conftest.er1
19127   cat conftest.err >&5
19128   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19129   (exit $ac_status); } && {
19130          test -z "$ac_c_werror_flag" ||
19131          test ! -s conftest.err
19132        } && test -s conftest.$ac_objext; then
19133   wine_cv_linux_joystick_22_api=yes
19134 else
19135   echo "$as_me: failed program was:" >&5
19136 sed 's/^/| /' conftest.$ac_ext >&5
19137
19138         wine_cv_linux_joystick_22_api=no
19139 fi
19140
19141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19142
19143 fi
19144 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19145 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19146    if test "$wine_cv_linux_joystick_22_api" = "yes"
19147    then
19148
19149 cat >>confdefs.h <<\_ACEOF
19150 #define HAVE_LINUX_22_JOYSTICK_API 1
19151 _ACEOF
19152
19153    fi
19154 fi
19155
19156
19157 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19158 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19159 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19160   echo $ECHO_N "(cached) $ECHO_C" >&6
19161 else
19162   cat >conftest.$ac_ext <<_ACEOF
19163 /* confdefs.h.  */
19164 _ACEOF
19165 cat confdefs.h >>conftest.$ac_ext
19166 cat >>conftest.$ac_ext <<_ACEOF
19167 /* end confdefs.h.  */
19168 #include <sys/types.h>
19169 #ifdef HAVE_SYS_PARAM_H
19170 # include <sys/param.h>
19171 #endif
19172 #ifdef HAVE_SYS_MOUNT_H
19173 # include <sys/mount.h>
19174 #endif
19175 #ifdef HAVE_SYS_VFS_H
19176 # include <sys/vfs.h>
19177 #endif
19178 #ifdef HAVE_SYS_STATFS_H
19179 # include <sys/statfs.h>
19180 #endif
19181
19182 int
19183 main ()
19184 {
19185 static struct statfs ac_aggr;
19186 if (ac_aggr.f_bfree)
19187 return 0;
19188   ;
19189   return 0;
19190 }
19191 _ACEOF
19192 rm -f conftest.$ac_objext
19193 if { (ac_try="$ac_compile"
19194 case "(($ac_try" in
19195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19196   *) ac_try_echo=$ac_try;;
19197 esac
19198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19199   (eval "$ac_compile") 2>conftest.er1
19200   ac_status=$?
19201   grep -v '^ *+' conftest.er1 >conftest.err
19202   rm -f conftest.er1
19203   cat conftest.err >&5
19204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19205   (exit $ac_status); } && {
19206          test -z "$ac_c_werror_flag" ||
19207          test ! -s conftest.err
19208        } && test -s conftest.$ac_objext; then
19209   ac_cv_member_struct_statfs_f_bfree=yes
19210 else
19211   echo "$as_me: failed program was:" >&5
19212 sed 's/^/| /' conftest.$ac_ext >&5
19213
19214         cat >conftest.$ac_ext <<_ACEOF
19215 /* confdefs.h.  */
19216 _ACEOF
19217 cat confdefs.h >>conftest.$ac_ext
19218 cat >>conftest.$ac_ext <<_ACEOF
19219 /* end confdefs.h.  */
19220 #include <sys/types.h>
19221 #ifdef HAVE_SYS_PARAM_H
19222 # include <sys/param.h>
19223 #endif
19224 #ifdef HAVE_SYS_MOUNT_H
19225 # include <sys/mount.h>
19226 #endif
19227 #ifdef HAVE_SYS_VFS_H
19228 # include <sys/vfs.h>
19229 #endif
19230 #ifdef HAVE_SYS_STATFS_H
19231 # include <sys/statfs.h>
19232 #endif
19233
19234 int
19235 main ()
19236 {
19237 static struct statfs ac_aggr;
19238 if (sizeof ac_aggr.f_bfree)
19239 return 0;
19240   ;
19241   return 0;
19242 }
19243 _ACEOF
19244 rm -f conftest.$ac_objext
19245 if { (ac_try="$ac_compile"
19246 case "(($ac_try" in
19247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19248   *) ac_try_echo=$ac_try;;
19249 esac
19250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19251   (eval "$ac_compile") 2>conftest.er1
19252   ac_status=$?
19253   grep -v '^ *+' conftest.er1 >conftest.err
19254   rm -f conftest.er1
19255   cat conftest.err >&5
19256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257   (exit $ac_status); } && {
19258          test -z "$ac_c_werror_flag" ||
19259          test ! -s conftest.err
19260        } && test -s conftest.$ac_objext; then
19261   ac_cv_member_struct_statfs_f_bfree=yes
19262 else
19263   echo "$as_me: failed program was:" >&5
19264 sed 's/^/| /' conftest.$ac_ext >&5
19265
19266         ac_cv_member_struct_statfs_f_bfree=no
19267 fi
19268
19269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19270 fi
19271
19272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19273 fi
19274 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19275 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19276 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19277
19278 cat >>confdefs.h <<_ACEOF
19279 #define HAVE_STRUCT_STATFS_F_BFREE 1
19280 _ACEOF
19281
19282
19283 fi
19284 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19285 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19286 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19287   echo $ECHO_N "(cached) $ECHO_C" >&6
19288 else
19289   cat >conftest.$ac_ext <<_ACEOF
19290 /* confdefs.h.  */
19291 _ACEOF
19292 cat confdefs.h >>conftest.$ac_ext
19293 cat >>conftest.$ac_ext <<_ACEOF
19294 /* end confdefs.h.  */
19295 #include <sys/types.h>
19296 #ifdef HAVE_SYS_PARAM_H
19297 # include <sys/param.h>
19298 #endif
19299 #ifdef HAVE_SYS_MOUNT_H
19300 # include <sys/mount.h>
19301 #endif
19302 #ifdef HAVE_SYS_VFS_H
19303 # include <sys/vfs.h>
19304 #endif
19305 #ifdef HAVE_SYS_STATFS_H
19306 # include <sys/statfs.h>
19307 #endif
19308
19309 int
19310 main ()
19311 {
19312 static struct statfs ac_aggr;
19313 if (ac_aggr.f_bavail)
19314 return 0;
19315   ;
19316   return 0;
19317 }
19318 _ACEOF
19319 rm -f conftest.$ac_objext
19320 if { (ac_try="$ac_compile"
19321 case "(($ac_try" in
19322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19323   *) ac_try_echo=$ac_try;;
19324 esac
19325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19326   (eval "$ac_compile") 2>conftest.er1
19327   ac_status=$?
19328   grep -v '^ *+' conftest.er1 >conftest.err
19329   rm -f conftest.er1
19330   cat conftest.err >&5
19331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19332   (exit $ac_status); } && {
19333          test -z "$ac_c_werror_flag" ||
19334          test ! -s conftest.err
19335        } && test -s conftest.$ac_objext; then
19336   ac_cv_member_struct_statfs_f_bavail=yes
19337 else
19338   echo "$as_me: failed program was:" >&5
19339 sed 's/^/| /' conftest.$ac_ext >&5
19340
19341         cat >conftest.$ac_ext <<_ACEOF
19342 /* confdefs.h.  */
19343 _ACEOF
19344 cat confdefs.h >>conftest.$ac_ext
19345 cat >>conftest.$ac_ext <<_ACEOF
19346 /* end confdefs.h.  */
19347 #include <sys/types.h>
19348 #ifdef HAVE_SYS_PARAM_H
19349 # include <sys/param.h>
19350 #endif
19351 #ifdef HAVE_SYS_MOUNT_H
19352 # include <sys/mount.h>
19353 #endif
19354 #ifdef HAVE_SYS_VFS_H
19355 # include <sys/vfs.h>
19356 #endif
19357 #ifdef HAVE_SYS_STATFS_H
19358 # include <sys/statfs.h>
19359 #endif
19360
19361 int
19362 main ()
19363 {
19364 static struct statfs ac_aggr;
19365 if (sizeof ac_aggr.f_bavail)
19366 return 0;
19367   ;
19368   return 0;
19369 }
19370 _ACEOF
19371 rm -f conftest.$ac_objext
19372 if { (ac_try="$ac_compile"
19373 case "(($ac_try" in
19374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19375   *) ac_try_echo=$ac_try;;
19376 esac
19377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19378   (eval "$ac_compile") 2>conftest.er1
19379   ac_status=$?
19380   grep -v '^ *+' conftest.er1 >conftest.err
19381   rm -f conftest.er1
19382   cat conftest.err >&5
19383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384   (exit $ac_status); } && {
19385          test -z "$ac_c_werror_flag" ||
19386          test ! -s conftest.err
19387        } && test -s conftest.$ac_objext; then
19388   ac_cv_member_struct_statfs_f_bavail=yes
19389 else
19390   echo "$as_me: failed program was:" >&5
19391 sed 's/^/| /' conftest.$ac_ext >&5
19392
19393         ac_cv_member_struct_statfs_f_bavail=no
19394 fi
19395
19396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19397 fi
19398
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400 fi
19401 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19402 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19403 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19404
19405 cat >>confdefs.h <<_ACEOF
19406 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19407 _ACEOF
19408
19409
19410 fi
19411 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19412 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19413 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19414   echo $ECHO_N "(cached) $ECHO_C" >&6
19415 else
19416   cat >conftest.$ac_ext <<_ACEOF
19417 /* confdefs.h.  */
19418 _ACEOF
19419 cat confdefs.h >>conftest.$ac_ext
19420 cat >>conftest.$ac_ext <<_ACEOF
19421 /* end confdefs.h.  */
19422 #include <sys/types.h>
19423 #ifdef HAVE_SYS_PARAM_H
19424 # include <sys/param.h>
19425 #endif
19426 #ifdef HAVE_SYS_MOUNT_H
19427 # include <sys/mount.h>
19428 #endif
19429 #ifdef HAVE_SYS_VFS_H
19430 # include <sys/vfs.h>
19431 #endif
19432 #ifdef HAVE_SYS_STATFS_H
19433 # include <sys/statfs.h>
19434 #endif
19435
19436 int
19437 main ()
19438 {
19439 static struct statfs ac_aggr;
19440 if (ac_aggr.f_frsize)
19441 return 0;
19442   ;
19443   return 0;
19444 }
19445 _ACEOF
19446 rm -f conftest.$ac_objext
19447 if { (ac_try="$ac_compile"
19448 case "(($ac_try" in
19449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19450   *) ac_try_echo=$ac_try;;
19451 esac
19452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19453   (eval "$ac_compile") 2>conftest.er1
19454   ac_status=$?
19455   grep -v '^ *+' conftest.er1 >conftest.err
19456   rm -f conftest.er1
19457   cat conftest.err >&5
19458   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459   (exit $ac_status); } && {
19460          test -z "$ac_c_werror_flag" ||
19461          test ! -s conftest.err
19462        } && test -s conftest.$ac_objext; then
19463   ac_cv_member_struct_statfs_f_frsize=yes
19464 else
19465   echo "$as_me: failed program was:" >&5
19466 sed 's/^/| /' conftest.$ac_ext >&5
19467
19468         cat >conftest.$ac_ext <<_ACEOF
19469 /* confdefs.h.  */
19470 _ACEOF
19471 cat confdefs.h >>conftest.$ac_ext
19472 cat >>conftest.$ac_ext <<_ACEOF
19473 /* end confdefs.h.  */
19474 #include <sys/types.h>
19475 #ifdef HAVE_SYS_PARAM_H
19476 # include <sys/param.h>
19477 #endif
19478 #ifdef HAVE_SYS_MOUNT_H
19479 # include <sys/mount.h>
19480 #endif
19481 #ifdef HAVE_SYS_VFS_H
19482 # include <sys/vfs.h>
19483 #endif
19484 #ifdef HAVE_SYS_STATFS_H
19485 # include <sys/statfs.h>
19486 #endif
19487
19488 int
19489 main ()
19490 {
19491 static struct statfs ac_aggr;
19492 if (sizeof ac_aggr.f_frsize)
19493 return 0;
19494   ;
19495   return 0;
19496 }
19497 _ACEOF
19498 rm -f conftest.$ac_objext
19499 if { (ac_try="$ac_compile"
19500 case "(($ac_try" in
19501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19502   *) ac_try_echo=$ac_try;;
19503 esac
19504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19505   (eval "$ac_compile") 2>conftest.er1
19506   ac_status=$?
19507   grep -v '^ *+' conftest.er1 >conftest.err
19508   rm -f conftest.er1
19509   cat conftest.err >&5
19510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511   (exit $ac_status); } && {
19512          test -z "$ac_c_werror_flag" ||
19513          test ! -s conftest.err
19514        } && test -s conftest.$ac_objext; then
19515   ac_cv_member_struct_statfs_f_frsize=yes
19516 else
19517   echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19519
19520         ac_cv_member_struct_statfs_f_frsize=no
19521 fi
19522
19523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19524 fi
19525
19526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19527 fi
19528 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19529 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19530 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19531
19532 cat >>confdefs.h <<_ACEOF
19533 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19534 _ACEOF
19535
19536
19537 fi
19538 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19539 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19540 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19541   echo $ECHO_N "(cached) $ECHO_C" >&6
19542 else
19543   cat >conftest.$ac_ext <<_ACEOF
19544 /* confdefs.h.  */
19545 _ACEOF
19546 cat confdefs.h >>conftest.$ac_ext
19547 cat >>conftest.$ac_ext <<_ACEOF
19548 /* end confdefs.h.  */
19549 #include <sys/types.h>
19550 #ifdef HAVE_SYS_PARAM_H
19551 # include <sys/param.h>
19552 #endif
19553 #ifdef HAVE_SYS_MOUNT_H
19554 # include <sys/mount.h>
19555 #endif
19556 #ifdef HAVE_SYS_VFS_H
19557 # include <sys/vfs.h>
19558 #endif
19559 #ifdef HAVE_SYS_STATFS_H
19560 # include <sys/statfs.h>
19561 #endif
19562
19563 int
19564 main ()
19565 {
19566 static struct statfs ac_aggr;
19567 if (ac_aggr.f_ffree)
19568 return 0;
19569   ;
19570   return 0;
19571 }
19572 _ACEOF
19573 rm -f conftest.$ac_objext
19574 if { (ac_try="$ac_compile"
19575 case "(($ac_try" in
19576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19577   *) ac_try_echo=$ac_try;;
19578 esac
19579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19580   (eval "$ac_compile") 2>conftest.er1
19581   ac_status=$?
19582   grep -v '^ *+' conftest.er1 >conftest.err
19583   rm -f conftest.er1
19584   cat conftest.err >&5
19585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19586   (exit $ac_status); } && {
19587          test -z "$ac_c_werror_flag" ||
19588          test ! -s conftest.err
19589        } && test -s conftest.$ac_objext; then
19590   ac_cv_member_struct_statfs_f_ffree=yes
19591 else
19592   echo "$as_me: failed program was:" >&5
19593 sed 's/^/| /' conftest.$ac_ext >&5
19594
19595         cat >conftest.$ac_ext <<_ACEOF
19596 /* confdefs.h.  */
19597 _ACEOF
19598 cat confdefs.h >>conftest.$ac_ext
19599 cat >>conftest.$ac_ext <<_ACEOF
19600 /* end confdefs.h.  */
19601 #include <sys/types.h>
19602 #ifdef HAVE_SYS_PARAM_H
19603 # include <sys/param.h>
19604 #endif
19605 #ifdef HAVE_SYS_MOUNT_H
19606 # include <sys/mount.h>
19607 #endif
19608 #ifdef HAVE_SYS_VFS_H
19609 # include <sys/vfs.h>
19610 #endif
19611 #ifdef HAVE_SYS_STATFS_H
19612 # include <sys/statfs.h>
19613 #endif
19614
19615 int
19616 main ()
19617 {
19618 static struct statfs ac_aggr;
19619 if (sizeof ac_aggr.f_ffree)
19620 return 0;
19621   ;
19622   return 0;
19623 }
19624 _ACEOF
19625 rm -f conftest.$ac_objext
19626 if { (ac_try="$ac_compile"
19627 case "(($ac_try" in
19628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19629   *) ac_try_echo=$ac_try;;
19630 esac
19631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19632   (eval "$ac_compile") 2>conftest.er1
19633   ac_status=$?
19634   grep -v '^ *+' conftest.er1 >conftest.err
19635   rm -f conftest.er1
19636   cat conftest.err >&5
19637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638   (exit $ac_status); } && {
19639          test -z "$ac_c_werror_flag" ||
19640          test ! -s conftest.err
19641        } && test -s conftest.$ac_objext; then
19642   ac_cv_member_struct_statfs_f_ffree=yes
19643 else
19644   echo "$as_me: failed program was:" >&5
19645 sed 's/^/| /' conftest.$ac_ext >&5
19646
19647         ac_cv_member_struct_statfs_f_ffree=no
19648 fi
19649
19650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19651 fi
19652
19653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19654 fi
19655 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19656 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19657 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19658
19659 cat >>confdefs.h <<_ACEOF
19660 #define HAVE_STRUCT_STATFS_F_FFREE 1
19661 _ACEOF
19662
19663
19664 fi
19665 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19666 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19667 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19668   echo $ECHO_N "(cached) $ECHO_C" >&6
19669 else
19670   cat >conftest.$ac_ext <<_ACEOF
19671 /* confdefs.h.  */
19672 _ACEOF
19673 cat confdefs.h >>conftest.$ac_ext
19674 cat >>conftest.$ac_ext <<_ACEOF
19675 /* end confdefs.h.  */
19676 #include <sys/types.h>
19677 #ifdef HAVE_SYS_PARAM_H
19678 # include <sys/param.h>
19679 #endif
19680 #ifdef HAVE_SYS_MOUNT_H
19681 # include <sys/mount.h>
19682 #endif
19683 #ifdef HAVE_SYS_VFS_H
19684 # include <sys/vfs.h>
19685 #endif
19686 #ifdef HAVE_SYS_STATFS_H
19687 # include <sys/statfs.h>
19688 #endif
19689
19690 int
19691 main ()
19692 {
19693 static struct statfs ac_aggr;
19694 if (ac_aggr.f_favail)
19695 return 0;
19696   ;
19697   return 0;
19698 }
19699 _ACEOF
19700 rm -f conftest.$ac_objext
19701 if { (ac_try="$ac_compile"
19702 case "(($ac_try" in
19703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19704   *) ac_try_echo=$ac_try;;
19705 esac
19706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19707   (eval "$ac_compile") 2>conftest.er1
19708   ac_status=$?
19709   grep -v '^ *+' conftest.er1 >conftest.err
19710   rm -f conftest.er1
19711   cat conftest.err >&5
19712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19713   (exit $ac_status); } && {
19714          test -z "$ac_c_werror_flag" ||
19715          test ! -s conftest.err
19716        } && test -s conftest.$ac_objext; then
19717   ac_cv_member_struct_statfs_f_favail=yes
19718 else
19719   echo "$as_me: failed program was:" >&5
19720 sed 's/^/| /' conftest.$ac_ext >&5
19721
19722         cat >conftest.$ac_ext <<_ACEOF
19723 /* confdefs.h.  */
19724 _ACEOF
19725 cat confdefs.h >>conftest.$ac_ext
19726 cat >>conftest.$ac_ext <<_ACEOF
19727 /* end confdefs.h.  */
19728 #include <sys/types.h>
19729 #ifdef HAVE_SYS_PARAM_H
19730 # include <sys/param.h>
19731 #endif
19732 #ifdef HAVE_SYS_MOUNT_H
19733 # include <sys/mount.h>
19734 #endif
19735 #ifdef HAVE_SYS_VFS_H
19736 # include <sys/vfs.h>
19737 #endif
19738 #ifdef HAVE_SYS_STATFS_H
19739 # include <sys/statfs.h>
19740 #endif
19741
19742 int
19743 main ()
19744 {
19745 static struct statfs ac_aggr;
19746 if (sizeof ac_aggr.f_favail)
19747 return 0;
19748   ;
19749   return 0;
19750 }
19751 _ACEOF
19752 rm -f conftest.$ac_objext
19753 if { (ac_try="$ac_compile"
19754 case "(($ac_try" in
19755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19756   *) ac_try_echo=$ac_try;;
19757 esac
19758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19759   (eval "$ac_compile") 2>conftest.er1
19760   ac_status=$?
19761   grep -v '^ *+' conftest.er1 >conftest.err
19762   rm -f conftest.er1
19763   cat conftest.err >&5
19764   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765   (exit $ac_status); } && {
19766          test -z "$ac_c_werror_flag" ||
19767          test ! -s conftest.err
19768        } && test -s conftest.$ac_objext; then
19769   ac_cv_member_struct_statfs_f_favail=yes
19770 else
19771   echo "$as_me: failed program was:" >&5
19772 sed 's/^/| /' conftest.$ac_ext >&5
19773
19774         ac_cv_member_struct_statfs_f_favail=no
19775 fi
19776
19777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19778 fi
19779
19780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19781 fi
19782 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19783 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19784 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19785
19786 cat >>confdefs.h <<_ACEOF
19787 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19788 _ACEOF
19789
19790
19791 fi
19792 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19793 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19794 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19795   echo $ECHO_N "(cached) $ECHO_C" >&6
19796 else
19797   cat >conftest.$ac_ext <<_ACEOF
19798 /* confdefs.h.  */
19799 _ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h.  */
19803 #include <sys/types.h>
19804 #ifdef HAVE_SYS_PARAM_H
19805 # include <sys/param.h>
19806 #endif
19807 #ifdef HAVE_SYS_MOUNT_H
19808 # include <sys/mount.h>
19809 #endif
19810 #ifdef HAVE_SYS_VFS_H
19811 # include <sys/vfs.h>
19812 #endif
19813 #ifdef HAVE_SYS_STATFS_H
19814 # include <sys/statfs.h>
19815 #endif
19816
19817 int
19818 main ()
19819 {
19820 static struct statfs ac_aggr;
19821 if (ac_aggr.f_namelen)
19822 return 0;
19823   ;
19824   return 0;
19825 }
19826 _ACEOF
19827 rm -f conftest.$ac_objext
19828 if { (ac_try="$ac_compile"
19829 case "(($ac_try" in
19830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19831   *) ac_try_echo=$ac_try;;
19832 esac
19833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19834   (eval "$ac_compile") 2>conftest.er1
19835   ac_status=$?
19836   grep -v '^ *+' conftest.er1 >conftest.err
19837   rm -f conftest.er1
19838   cat conftest.err >&5
19839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840   (exit $ac_status); } && {
19841          test -z "$ac_c_werror_flag" ||
19842          test ! -s conftest.err
19843        } && test -s conftest.$ac_objext; then
19844   ac_cv_member_struct_statfs_f_namelen=yes
19845 else
19846   echo "$as_me: failed program was:" >&5
19847 sed 's/^/| /' conftest.$ac_ext >&5
19848
19849         cat >conftest.$ac_ext <<_ACEOF
19850 /* confdefs.h.  */
19851 _ACEOF
19852 cat confdefs.h >>conftest.$ac_ext
19853 cat >>conftest.$ac_ext <<_ACEOF
19854 /* end confdefs.h.  */
19855 #include <sys/types.h>
19856 #ifdef HAVE_SYS_PARAM_H
19857 # include <sys/param.h>
19858 #endif
19859 #ifdef HAVE_SYS_MOUNT_H
19860 # include <sys/mount.h>
19861 #endif
19862 #ifdef HAVE_SYS_VFS_H
19863 # include <sys/vfs.h>
19864 #endif
19865 #ifdef HAVE_SYS_STATFS_H
19866 # include <sys/statfs.h>
19867 #endif
19868
19869 int
19870 main ()
19871 {
19872 static struct statfs ac_aggr;
19873 if (sizeof ac_aggr.f_namelen)
19874 return 0;
19875   ;
19876   return 0;
19877 }
19878 _ACEOF
19879 rm -f conftest.$ac_objext
19880 if { (ac_try="$ac_compile"
19881 case "(($ac_try" in
19882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19883   *) ac_try_echo=$ac_try;;
19884 esac
19885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19886   (eval "$ac_compile") 2>conftest.er1
19887   ac_status=$?
19888   grep -v '^ *+' conftest.er1 >conftest.err
19889   rm -f conftest.er1
19890   cat conftest.err >&5
19891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19892   (exit $ac_status); } && {
19893          test -z "$ac_c_werror_flag" ||
19894          test ! -s conftest.err
19895        } && test -s conftest.$ac_objext; then
19896   ac_cv_member_struct_statfs_f_namelen=yes
19897 else
19898   echo "$as_me: failed program was:" >&5
19899 sed 's/^/| /' conftest.$ac_ext >&5
19900
19901         ac_cv_member_struct_statfs_f_namelen=no
19902 fi
19903
19904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19905 fi
19906
19907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19908 fi
19909 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19910 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19911 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19912
19913 cat >>confdefs.h <<_ACEOF
19914 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19915 _ACEOF
19916
19917
19918 fi
19919
19920
19921 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19922 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19923 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19924   echo $ECHO_N "(cached) $ECHO_C" >&6
19925 else
19926   cat >conftest.$ac_ext <<_ACEOF
19927 /* confdefs.h.  */
19928 _ACEOF
19929 cat confdefs.h >>conftest.$ac_ext
19930 cat >>conftest.$ac_ext <<_ACEOF
19931 /* end confdefs.h.  */
19932 #ifdef HAVE_SYS_STATVFS_H
19933 #include <sys/statvfs.h>
19934 #endif
19935
19936 int
19937 main ()
19938 {
19939 static struct statvfs ac_aggr;
19940 if (ac_aggr.f_blocks)
19941 return 0;
19942   ;
19943   return 0;
19944 }
19945 _ACEOF
19946 rm -f conftest.$ac_objext
19947 if { (ac_try="$ac_compile"
19948 case "(($ac_try" in
19949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19950   *) ac_try_echo=$ac_try;;
19951 esac
19952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19953   (eval "$ac_compile") 2>conftest.er1
19954   ac_status=$?
19955   grep -v '^ *+' conftest.er1 >conftest.err
19956   rm -f conftest.er1
19957   cat conftest.err >&5
19958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19959   (exit $ac_status); } && {
19960          test -z "$ac_c_werror_flag" ||
19961          test ! -s conftest.err
19962        } && test -s conftest.$ac_objext; then
19963   ac_cv_member_struct_statvfs_f_blocks=yes
19964 else
19965   echo "$as_me: failed program was:" >&5
19966 sed 's/^/| /' conftest.$ac_ext >&5
19967
19968         cat >conftest.$ac_ext <<_ACEOF
19969 /* confdefs.h.  */
19970 _ACEOF
19971 cat confdefs.h >>conftest.$ac_ext
19972 cat >>conftest.$ac_ext <<_ACEOF
19973 /* end confdefs.h.  */
19974 #ifdef HAVE_SYS_STATVFS_H
19975 #include <sys/statvfs.h>
19976 #endif
19977
19978 int
19979 main ()
19980 {
19981 static struct statvfs ac_aggr;
19982 if (sizeof ac_aggr.f_blocks)
19983 return 0;
19984   ;
19985   return 0;
19986 }
19987 _ACEOF
19988 rm -f conftest.$ac_objext
19989 if { (ac_try="$ac_compile"
19990 case "(($ac_try" in
19991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19992   *) ac_try_echo=$ac_try;;
19993 esac
19994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19995   (eval "$ac_compile") 2>conftest.er1
19996   ac_status=$?
19997   grep -v '^ *+' conftest.er1 >conftest.err
19998   rm -f conftest.er1
19999   cat conftest.err >&5
20000   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20001   (exit $ac_status); } && {
20002          test -z "$ac_c_werror_flag" ||
20003          test ! -s conftest.err
20004        } && test -s conftest.$ac_objext; then
20005   ac_cv_member_struct_statvfs_f_blocks=yes
20006 else
20007   echo "$as_me: failed program was:" >&5
20008 sed 's/^/| /' conftest.$ac_ext >&5
20009
20010         ac_cv_member_struct_statvfs_f_blocks=no
20011 fi
20012
20013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20014 fi
20015
20016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20017 fi
20018 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20019 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20020 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20021
20022 cat >>confdefs.h <<_ACEOF
20023 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20024 _ACEOF
20025
20026
20027 fi
20028
20029
20030 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20031 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20032 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20033   echo $ECHO_N "(cached) $ECHO_C" >&6
20034 else
20035   cat >conftest.$ac_ext <<_ACEOF
20036 /* confdefs.h.  */
20037 _ACEOF
20038 cat confdefs.h >>conftest.$ac_ext
20039 cat >>conftest.$ac_ext <<_ACEOF
20040 /* end confdefs.h.  */
20041 #include <sys/types.h>
20042 #ifdef HAVE_SYS_SOCKET_H
20043 # include <sys/socket.h>
20044 #endif
20045 #ifdef HAVE_SYS_UN_H
20046 # include <sys/un.h>
20047 #endif
20048
20049 int
20050 main ()
20051 {
20052 static struct msghdr ac_aggr;
20053 if (ac_aggr.msg_accrights)
20054 return 0;
20055   ;
20056   return 0;
20057 }
20058 _ACEOF
20059 rm -f conftest.$ac_objext
20060 if { (ac_try="$ac_compile"
20061 case "(($ac_try" in
20062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063   *) ac_try_echo=$ac_try;;
20064 esac
20065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20066   (eval "$ac_compile") 2>conftest.er1
20067   ac_status=$?
20068   grep -v '^ *+' conftest.er1 >conftest.err
20069   rm -f conftest.er1
20070   cat conftest.err >&5
20071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20072   (exit $ac_status); } && {
20073          test -z "$ac_c_werror_flag" ||
20074          test ! -s conftest.err
20075        } && test -s conftest.$ac_objext; then
20076   ac_cv_member_struct_msghdr_msg_accrights=yes
20077 else
20078   echo "$as_me: failed program was:" >&5
20079 sed 's/^/| /' conftest.$ac_ext >&5
20080
20081         cat >conftest.$ac_ext <<_ACEOF
20082 /* confdefs.h.  */
20083 _ACEOF
20084 cat confdefs.h >>conftest.$ac_ext
20085 cat >>conftest.$ac_ext <<_ACEOF
20086 /* end confdefs.h.  */
20087 #include <sys/types.h>
20088 #ifdef HAVE_SYS_SOCKET_H
20089 # include <sys/socket.h>
20090 #endif
20091 #ifdef HAVE_SYS_UN_H
20092 # include <sys/un.h>
20093 #endif
20094
20095 int
20096 main ()
20097 {
20098 static struct msghdr ac_aggr;
20099 if (sizeof ac_aggr.msg_accrights)
20100 return 0;
20101   ;
20102   return 0;
20103 }
20104 _ACEOF
20105 rm -f conftest.$ac_objext
20106 if { (ac_try="$ac_compile"
20107 case "(($ac_try" in
20108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20109   *) ac_try_echo=$ac_try;;
20110 esac
20111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20112   (eval "$ac_compile") 2>conftest.er1
20113   ac_status=$?
20114   grep -v '^ *+' conftest.er1 >conftest.err
20115   rm -f conftest.er1
20116   cat conftest.err >&5
20117   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20118   (exit $ac_status); } && {
20119          test -z "$ac_c_werror_flag" ||
20120          test ! -s conftest.err
20121        } && test -s conftest.$ac_objext; then
20122   ac_cv_member_struct_msghdr_msg_accrights=yes
20123 else
20124   echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20126
20127         ac_cv_member_struct_msghdr_msg_accrights=no
20128 fi
20129
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20131 fi
20132
20133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20134 fi
20135 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20136 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20137 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20138
20139 cat >>confdefs.h <<_ACEOF
20140 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20141 _ACEOF
20142
20143
20144 fi
20145 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20146 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20147 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20148   echo $ECHO_N "(cached) $ECHO_C" >&6
20149 else
20150   cat >conftest.$ac_ext <<_ACEOF
20151 /* confdefs.h.  */
20152 _ACEOF
20153 cat confdefs.h >>conftest.$ac_ext
20154 cat >>conftest.$ac_ext <<_ACEOF
20155 /* end confdefs.h.  */
20156 #include <sys/types.h>
20157 #ifdef HAVE_SYS_SOCKET_H
20158 # include <sys/socket.h>
20159 #endif
20160 #ifdef HAVE_SYS_UN_H
20161 # include <sys/un.h>
20162 #endif
20163
20164 int
20165 main ()
20166 {
20167 static struct sockaddr ac_aggr;
20168 if (ac_aggr.sa_len)
20169 return 0;
20170   ;
20171   return 0;
20172 }
20173 _ACEOF
20174 rm -f conftest.$ac_objext
20175 if { (ac_try="$ac_compile"
20176 case "(($ac_try" in
20177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20178   *) ac_try_echo=$ac_try;;
20179 esac
20180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20181   (eval "$ac_compile") 2>conftest.er1
20182   ac_status=$?
20183   grep -v '^ *+' conftest.er1 >conftest.err
20184   rm -f conftest.er1
20185   cat conftest.err >&5
20186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20187   (exit $ac_status); } && {
20188          test -z "$ac_c_werror_flag" ||
20189          test ! -s conftest.err
20190        } && test -s conftest.$ac_objext; then
20191   ac_cv_member_struct_sockaddr_sa_len=yes
20192 else
20193   echo "$as_me: failed program was:" >&5
20194 sed 's/^/| /' conftest.$ac_ext >&5
20195
20196         cat >conftest.$ac_ext <<_ACEOF
20197 /* confdefs.h.  */
20198 _ACEOF
20199 cat confdefs.h >>conftest.$ac_ext
20200 cat >>conftest.$ac_ext <<_ACEOF
20201 /* end confdefs.h.  */
20202 #include <sys/types.h>
20203 #ifdef HAVE_SYS_SOCKET_H
20204 # include <sys/socket.h>
20205 #endif
20206 #ifdef HAVE_SYS_UN_H
20207 # include <sys/un.h>
20208 #endif
20209
20210 int
20211 main ()
20212 {
20213 static struct sockaddr ac_aggr;
20214 if (sizeof ac_aggr.sa_len)
20215 return 0;
20216   ;
20217   return 0;
20218 }
20219 _ACEOF
20220 rm -f conftest.$ac_objext
20221 if { (ac_try="$ac_compile"
20222 case "(($ac_try" in
20223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20224   *) ac_try_echo=$ac_try;;
20225 esac
20226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20227   (eval "$ac_compile") 2>conftest.er1
20228   ac_status=$?
20229   grep -v '^ *+' conftest.er1 >conftest.err
20230   rm -f conftest.er1
20231   cat conftest.err >&5
20232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20233   (exit $ac_status); } && {
20234          test -z "$ac_c_werror_flag" ||
20235          test ! -s conftest.err
20236        } && test -s conftest.$ac_objext; then
20237   ac_cv_member_struct_sockaddr_sa_len=yes
20238 else
20239   echo "$as_me: failed program was:" >&5
20240 sed 's/^/| /' conftest.$ac_ext >&5
20241
20242         ac_cv_member_struct_sockaddr_sa_len=no
20243 fi
20244
20245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20246 fi
20247
20248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20249 fi
20250 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20251 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20252 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20253
20254 cat >>confdefs.h <<_ACEOF
20255 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20256 _ACEOF
20257
20258
20259 fi
20260 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20261 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20262 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20263   echo $ECHO_N "(cached) $ECHO_C" >&6
20264 else
20265   cat >conftest.$ac_ext <<_ACEOF
20266 /* confdefs.h.  */
20267 _ACEOF
20268 cat confdefs.h >>conftest.$ac_ext
20269 cat >>conftest.$ac_ext <<_ACEOF
20270 /* end confdefs.h.  */
20271 #include <sys/types.h>
20272 #ifdef HAVE_SYS_SOCKET_H
20273 # include <sys/socket.h>
20274 #endif
20275 #ifdef HAVE_SYS_UN_H
20276 # include <sys/un.h>
20277 #endif
20278
20279 int
20280 main ()
20281 {
20282 static struct sockaddr_un ac_aggr;
20283 if (ac_aggr.sun_len)
20284 return 0;
20285   ;
20286   return 0;
20287 }
20288 _ACEOF
20289 rm -f conftest.$ac_objext
20290 if { (ac_try="$ac_compile"
20291 case "(($ac_try" in
20292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20293   *) ac_try_echo=$ac_try;;
20294 esac
20295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20296   (eval "$ac_compile") 2>conftest.er1
20297   ac_status=$?
20298   grep -v '^ *+' conftest.er1 >conftest.err
20299   rm -f conftest.er1
20300   cat conftest.err >&5
20301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302   (exit $ac_status); } && {
20303          test -z "$ac_c_werror_flag" ||
20304          test ! -s conftest.err
20305        } && test -s conftest.$ac_objext; then
20306   ac_cv_member_struct_sockaddr_un_sun_len=yes
20307 else
20308   echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.$ac_ext >&5
20310
20311         cat >conftest.$ac_ext <<_ACEOF
20312 /* confdefs.h.  */
20313 _ACEOF
20314 cat confdefs.h >>conftest.$ac_ext
20315 cat >>conftest.$ac_ext <<_ACEOF
20316 /* end confdefs.h.  */
20317 #include <sys/types.h>
20318 #ifdef HAVE_SYS_SOCKET_H
20319 # include <sys/socket.h>
20320 #endif
20321 #ifdef HAVE_SYS_UN_H
20322 # include <sys/un.h>
20323 #endif
20324
20325 int
20326 main ()
20327 {
20328 static struct sockaddr_un ac_aggr;
20329 if (sizeof ac_aggr.sun_len)
20330 return 0;
20331   ;
20332   return 0;
20333 }
20334 _ACEOF
20335 rm -f conftest.$ac_objext
20336 if { (ac_try="$ac_compile"
20337 case "(($ac_try" in
20338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20339   *) ac_try_echo=$ac_try;;
20340 esac
20341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20342   (eval "$ac_compile") 2>conftest.er1
20343   ac_status=$?
20344   grep -v '^ *+' conftest.er1 >conftest.err
20345   rm -f conftest.er1
20346   cat conftest.err >&5
20347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348   (exit $ac_status); } && {
20349          test -z "$ac_c_werror_flag" ||
20350          test ! -s conftest.err
20351        } && test -s conftest.$ac_objext; then
20352   ac_cv_member_struct_sockaddr_un_sun_len=yes
20353 else
20354   echo "$as_me: failed program was:" >&5
20355 sed 's/^/| /' conftest.$ac_ext >&5
20356
20357         ac_cv_member_struct_sockaddr_un_sun_len=no
20358 fi
20359
20360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20361 fi
20362
20363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20364 fi
20365 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20366 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20367 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20368
20369 cat >>confdefs.h <<_ACEOF
20370 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20371 _ACEOF
20372
20373
20374 fi
20375
20376
20377 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20378 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20379 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20380   echo $ECHO_N "(cached) $ECHO_C" >&6
20381 else
20382   cat >conftest.$ac_ext <<_ACEOF
20383 /* confdefs.h.  */
20384 _ACEOF
20385 cat confdefs.h >>conftest.$ac_ext
20386 cat >>conftest.$ac_ext <<_ACEOF
20387 /* end confdefs.h.  */
20388 #include <sys/types.h>
20389 #ifdef HAVE_SCSI_SG_H
20390 #include <scsi/sg.h>
20391 #endif
20392
20393 int
20394 main ()
20395 {
20396 static scsireq_t ac_aggr;
20397 if (ac_aggr.cmd)
20398 return 0;
20399   ;
20400   return 0;
20401 }
20402 _ACEOF
20403 rm -f conftest.$ac_objext
20404 if { (ac_try="$ac_compile"
20405 case "(($ac_try" in
20406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20407   *) ac_try_echo=$ac_try;;
20408 esac
20409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20410   (eval "$ac_compile") 2>conftest.er1
20411   ac_status=$?
20412   grep -v '^ *+' conftest.er1 >conftest.err
20413   rm -f conftest.er1
20414   cat conftest.err >&5
20415   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20416   (exit $ac_status); } && {
20417          test -z "$ac_c_werror_flag" ||
20418          test ! -s conftest.err
20419        } && test -s conftest.$ac_objext; then
20420   ac_cv_member_scsireq_t_cmd=yes
20421 else
20422   echo "$as_me: failed program was:" >&5
20423 sed 's/^/| /' conftest.$ac_ext >&5
20424
20425         cat >conftest.$ac_ext <<_ACEOF
20426 /* confdefs.h.  */
20427 _ACEOF
20428 cat confdefs.h >>conftest.$ac_ext
20429 cat >>conftest.$ac_ext <<_ACEOF
20430 /* end confdefs.h.  */
20431 #include <sys/types.h>
20432 #ifdef HAVE_SCSI_SG_H
20433 #include <scsi/sg.h>
20434 #endif
20435
20436 int
20437 main ()
20438 {
20439 static scsireq_t ac_aggr;
20440 if (sizeof ac_aggr.cmd)
20441 return 0;
20442   ;
20443   return 0;
20444 }
20445 _ACEOF
20446 rm -f conftest.$ac_objext
20447 if { (ac_try="$ac_compile"
20448 case "(($ac_try" in
20449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20450   *) ac_try_echo=$ac_try;;
20451 esac
20452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20453   (eval "$ac_compile") 2>conftest.er1
20454   ac_status=$?
20455   grep -v '^ *+' conftest.er1 >conftest.err
20456   rm -f conftest.er1
20457   cat conftest.err >&5
20458   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20459   (exit $ac_status); } && {
20460          test -z "$ac_c_werror_flag" ||
20461          test ! -s conftest.err
20462        } && test -s conftest.$ac_objext; then
20463   ac_cv_member_scsireq_t_cmd=yes
20464 else
20465   echo "$as_me: failed program was:" >&5
20466 sed 's/^/| /' conftest.$ac_ext >&5
20467
20468         ac_cv_member_scsireq_t_cmd=no
20469 fi
20470
20471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20472 fi
20473
20474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20475 fi
20476 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20477 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20478 if test $ac_cv_member_scsireq_t_cmd = yes; then
20479
20480 cat >>confdefs.h <<_ACEOF
20481 #define HAVE_SCSIREQ_T_CMD 1
20482 _ACEOF
20483
20484
20485 fi
20486 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20487 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20488 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20489   echo $ECHO_N "(cached) $ECHO_C" >&6
20490 else
20491   cat >conftest.$ac_ext <<_ACEOF
20492 /* confdefs.h.  */
20493 _ACEOF
20494 cat confdefs.h >>conftest.$ac_ext
20495 cat >>conftest.$ac_ext <<_ACEOF
20496 /* end confdefs.h.  */
20497 #include <sys/types.h>
20498 #ifdef HAVE_SCSI_SG_H
20499 #include <scsi/sg.h>
20500 #endif
20501
20502 int
20503 main ()
20504 {
20505 static sg_io_hdr_t ac_aggr;
20506 if (ac_aggr.interface_id)
20507 return 0;
20508   ;
20509   return 0;
20510 }
20511 _ACEOF
20512 rm -f conftest.$ac_objext
20513 if { (ac_try="$ac_compile"
20514 case "(($ac_try" in
20515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20516   *) ac_try_echo=$ac_try;;
20517 esac
20518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20519   (eval "$ac_compile") 2>conftest.er1
20520   ac_status=$?
20521   grep -v '^ *+' conftest.er1 >conftest.err
20522   rm -f conftest.er1
20523   cat conftest.err >&5
20524   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20525   (exit $ac_status); } && {
20526          test -z "$ac_c_werror_flag" ||
20527          test ! -s conftest.err
20528        } && test -s conftest.$ac_objext; then
20529   ac_cv_member_sg_io_hdr_t_interface_id=yes
20530 else
20531   echo "$as_me: failed program was:" >&5
20532 sed 's/^/| /' conftest.$ac_ext >&5
20533
20534         cat >conftest.$ac_ext <<_ACEOF
20535 /* confdefs.h.  */
20536 _ACEOF
20537 cat confdefs.h >>conftest.$ac_ext
20538 cat >>conftest.$ac_ext <<_ACEOF
20539 /* end confdefs.h.  */
20540 #include <sys/types.h>
20541 #ifdef HAVE_SCSI_SG_H
20542 #include <scsi/sg.h>
20543 #endif
20544
20545 int
20546 main ()
20547 {
20548 static sg_io_hdr_t ac_aggr;
20549 if (sizeof ac_aggr.interface_id)
20550 return 0;
20551   ;
20552   return 0;
20553 }
20554 _ACEOF
20555 rm -f conftest.$ac_objext
20556 if { (ac_try="$ac_compile"
20557 case "(($ac_try" in
20558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20559   *) ac_try_echo=$ac_try;;
20560 esac
20561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20562   (eval "$ac_compile") 2>conftest.er1
20563   ac_status=$?
20564   grep -v '^ *+' conftest.er1 >conftest.err
20565   rm -f conftest.er1
20566   cat conftest.err >&5
20567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20568   (exit $ac_status); } && {
20569          test -z "$ac_c_werror_flag" ||
20570          test ! -s conftest.err
20571        } && test -s conftest.$ac_objext; then
20572   ac_cv_member_sg_io_hdr_t_interface_id=yes
20573 else
20574   echo "$as_me: failed program was:" >&5
20575 sed 's/^/| /' conftest.$ac_ext >&5
20576
20577         ac_cv_member_sg_io_hdr_t_interface_id=no
20578 fi
20579
20580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20581 fi
20582
20583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 fi
20585 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20586 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20587 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20588
20589 cat >>confdefs.h <<_ACEOF
20590 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20591 _ACEOF
20592
20593
20594 fi
20595
20596
20597 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20598 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20599 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20600   echo $ECHO_N "(cached) $ECHO_C" >&6
20601 else
20602   cat >conftest.$ac_ext <<_ACEOF
20603 /* confdefs.h.  */
20604 _ACEOF
20605 cat confdefs.h >>conftest.$ac_ext
20606 cat >>conftest.$ac_ext <<_ACEOF
20607 /* end confdefs.h.  */
20608 #include <signal.h>
20609
20610 int
20611 main ()
20612 {
20613 static siginfo_t ac_aggr;
20614 if (ac_aggr.si_fd)
20615 return 0;
20616   ;
20617   return 0;
20618 }
20619 _ACEOF
20620 rm -f conftest.$ac_objext
20621 if { (ac_try="$ac_compile"
20622 case "(($ac_try" in
20623   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20624   *) ac_try_echo=$ac_try;;
20625 esac
20626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20627   (eval "$ac_compile") 2>conftest.er1
20628   ac_status=$?
20629   grep -v '^ *+' conftest.er1 >conftest.err
20630   rm -f conftest.er1
20631   cat conftest.err >&5
20632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20633   (exit $ac_status); } && {
20634          test -z "$ac_c_werror_flag" ||
20635          test ! -s conftest.err
20636        } && test -s conftest.$ac_objext; then
20637   ac_cv_member_siginfo_t_si_fd=yes
20638 else
20639   echo "$as_me: failed program was:" >&5
20640 sed 's/^/| /' conftest.$ac_ext >&5
20641
20642         cat >conftest.$ac_ext <<_ACEOF
20643 /* confdefs.h.  */
20644 _ACEOF
20645 cat confdefs.h >>conftest.$ac_ext
20646 cat >>conftest.$ac_ext <<_ACEOF
20647 /* end confdefs.h.  */
20648 #include <signal.h>
20649
20650 int
20651 main ()
20652 {
20653 static siginfo_t ac_aggr;
20654 if (sizeof ac_aggr.si_fd)
20655 return 0;
20656   ;
20657   return 0;
20658 }
20659 _ACEOF
20660 rm -f conftest.$ac_objext
20661 if { (ac_try="$ac_compile"
20662 case "(($ac_try" in
20663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20664   *) ac_try_echo=$ac_try;;
20665 esac
20666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20667   (eval "$ac_compile") 2>conftest.er1
20668   ac_status=$?
20669   grep -v '^ *+' conftest.er1 >conftest.err
20670   rm -f conftest.er1
20671   cat conftest.err >&5
20672   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20673   (exit $ac_status); } && {
20674          test -z "$ac_c_werror_flag" ||
20675          test ! -s conftest.err
20676        } && test -s conftest.$ac_objext; then
20677   ac_cv_member_siginfo_t_si_fd=yes
20678 else
20679   echo "$as_me: failed program was:" >&5
20680 sed 's/^/| /' conftest.$ac_ext >&5
20681
20682         ac_cv_member_siginfo_t_si_fd=no
20683 fi
20684
20685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20686 fi
20687
20688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20689 fi
20690 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20691 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20692 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20693
20694 cat >>confdefs.h <<_ACEOF
20695 #define HAVE_SIGINFO_T_SI_FD 1
20696 _ACEOF
20697
20698
20699 fi
20700
20701
20702 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20703 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20704 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20705   echo $ECHO_N "(cached) $ECHO_C" >&6
20706 else
20707   cat >conftest.$ac_ext <<_ACEOF
20708 /* confdefs.h.  */
20709 _ACEOF
20710 cat confdefs.h >>conftest.$ac_ext
20711 cat >>conftest.$ac_ext <<_ACEOF
20712 /* end confdefs.h.  */
20713 #include <sys/types.h>
20714 #ifdef HAVE_SYS_MTIO_H
20715 #include <sys/mtio.h>
20716 #endif
20717
20718 int
20719 main ()
20720 {
20721 static struct mtget ac_aggr;
20722 if (ac_aggr.mt_blksiz)
20723 return 0;
20724   ;
20725   return 0;
20726 }
20727 _ACEOF
20728 rm -f conftest.$ac_objext
20729 if { (ac_try="$ac_compile"
20730 case "(($ac_try" in
20731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20732   *) ac_try_echo=$ac_try;;
20733 esac
20734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20735   (eval "$ac_compile") 2>conftest.er1
20736   ac_status=$?
20737   grep -v '^ *+' conftest.er1 >conftest.err
20738   rm -f conftest.er1
20739   cat conftest.err >&5
20740   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20741   (exit $ac_status); } && {
20742          test -z "$ac_c_werror_flag" ||
20743          test ! -s conftest.err
20744        } && test -s conftest.$ac_objext; then
20745   ac_cv_member_struct_mtget_mt_blksiz=yes
20746 else
20747   echo "$as_me: failed program was:" >&5
20748 sed 's/^/| /' conftest.$ac_ext >&5
20749
20750         cat >conftest.$ac_ext <<_ACEOF
20751 /* confdefs.h.  */
20752 _ACEOF
20753 cat confdefs.h >>conftest.$ac_ext
20754 cat >>conftest.$ac_ext <<_ACEOF
20755 /* end confdefs.h.  */
20756 #include <sys/types.h>
20757 #ifdef HAVE_SYS_MTIO_H
20758 #include <sys/mtio.h>
20759 #endif
20760
20761 int
20762 main ()
20763 {
20764 static struct mtget ac_aggr;
20765 if (sizeof ac_aggr.mt_blksiz)
20766 return 0;
20767   ;
20768   return 0;
20769 }
20770 _ACEOF
20771 rm -f conftest.$ac_objext
20772 if { (ac_try="$ac_compile"
20773 case "(($ac_try" in
20774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20775   *) ac_try_echo=$ac_try;;
20776 esac
20777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20778   (eval "$ac_compile") 2>conftest.er1
20779   ac_status=$?
20780   grep -v '^ *+' conftest.er1 >conftest.err
20781   rm -f conftest.er1
20782   cat conftest.err >&5
20783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784   (exit $ac_status); } && {
20785          test -z "$ac_c_werror_flag" ||
20786          test ! -s conftest.err
20787        } && test -s conftest.$ac_objext; then
20788   ac_cv_member_struct_mtget_mt_blksiz=yes
20789 else
20790   echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20792
20793         ac_cv_member_struct_mtget_mt_blksiz=no
20794 fi
20795
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20797 fi
20798
20799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20800 fi
20801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20802 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20803 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20804
20805 cat >>confdefs.h <<_ACEOF
20806 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20807 _ACEOF
20808
20809
20810 fi
20811 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20812 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20813 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20814   echo $ECHO_N "(cached) $ECHO_C" >&6
20815 else
20816   cat >conftest.$ac_ext <<_ACEOF
20817 /* confdefs.h.  */
20818 _ACEOF
20819 cat confdefs.h >>conftest.$ac_ext
20820 cat >>conftest.$ac_ext <<_ACEOF
20821 /* end confdefs.h.  */
20822 #include <sys/types.h>
20823 #ifdef HAVE_SYS_MTIO_H
20824 #include <sys/mtio.h>
20825 #endif
20826
20827 int
20828 main ()
20829 {
20830 static struct mtget ac_aggr;
20831 if (ac_aggr.mt_gstat)
20832 return 0;
20833   ;
20834   return 0;
20835 }
20836 _ACEOF
20837 rm -f conftest.$ac_objext
20838 if { (ac_try="$ac_compile"
20839 case "(($ac_try" in
20840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20841   *) ac_try_echo=$ac_try;;
20842 esac
20843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20844   (eval "$ac_compile") 2>conftest.er1
20845   ac_status=$?
20846   grep -v '^ *+' conftest.er1 >conftest.err
20847   rm -f conftest.er1
20848   cat conftest.err >&5
20849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20850   (exit $ac_status); } && {
20851          test -z "$ac_c_werror_flag" ||
20852          test ! -s conftest.err
20853        } && test -s conftest.$ac_objext; then
20854   ac_cv_member_struct_mtget_mt_gstat=yes
20855 else
20856   echo "$as_me: failed program was:" >&5
20857 sed 's/^/| /' conftest.$ac_ext >&5
20858
20859         cat >conftest.$ac_ext <<_ACEOF
20860 /* confdefs.h.  */
20861 _ACEOF
20862 cat confdefs.h >>conftest.$ac_ext
20863 cat >>conftest.$ac_ext <<_ACEOF
20864 /* end confdefs.h.  */
20865 #include <sys/types.h>
20866 #ifdef HAVE_SYS_MTIO_H
20867 #include <sys/mtio.h>
20868 #endif
20869
20870 int
20871 main ()
20872 {
20873 static struct mtget ac_aggr;
20874 if (sizeof ac_aggr.mt_gstat)
20875 return 0;
20876   ;
20877   return 0;
20878 }
20879 _ACEOF
20880 rm -f conftest.$ac_objext
20881 if { (ac_try="$ac_compile"
20882 case "(($ac_try" in
20883   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20884   *) ac_try_echo=$ac_try;;
20885 esac
20886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20887   (eval "$ac_compile") 2>conftest.er1
20888   ac_status=$?
20889   grep -v '^ *+' conftest.er1 >conftest.err
20890   rm -f conftest.er1
20891   cat conftest.err >&5
20892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20893   (exit $ac_status); } && {
20894          test -z "$ac_c_werror_flag" ||
20895          test ! -s conftest.err
20896        } && test -s conftest.$ac_objext; then
20897   ac_cv_member_struct_mtget_mt_gstat=yes
20898 else
20899   echo "$as_me: failed program was:" >&5
20900 sed 's/^/| /' conftest.$ac_ext >&5
20901
20902         ac_cv_member_struct_mtget_mt_gstat=no
20903 fi
20904
20905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20906 fi
20907
20908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20909 fi
20910 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20911 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20912 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20913
20914 cat >>confdefs.h <<_ACEOF
20915 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20916 _ACEOF
20917
20918
20919 fi
20920 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20921 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20922 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20923   echo $ECHO_N "(cached) $ECHO_C" >&6
20924 else
20925   cat >conftest.$ac_ext <<_ACEOF
20926 /* confdefs.h.  */
20927 _ACEOF
20928 cat confdefs.h >>conftest.$ac_ext
20929 cat >>conftest.$ac_ext <<_ACEOF
20930 /* end confdefs.h.  */
20931 #include <sys/types.h>
20932 #ifdef HAVE_SYS_MTIO_H
20933 #include <sys/mtio.h>
20934 #endif
20935
20936 int
20937 main ()
20938 {
20939 static struct mtget ac_aggr;
20940 if (ac_aggr.mt_blkno)
20941 return 0;
20942   ;
20943   return 0;
20944 }
20945 _ACEOF
20946 rm -f conftest.$ac_objext
20947 if { (ac_try="$ac_compile"
20948 case "(($ac_try" in
20949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20950   *) ac_try_echo=$ac_try;;
20951 esac
20952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20953   (eval "$ac_compile") 2>conftest.er1
20954   ac_status=$?
20955   grep -v '^ *+' conftest.er1 >conftest.err
20956   rm -f conftest.er1
20957   cat conftest.err >&5
20958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20959   (exit $ac_status); } && {
20960          test -z "$ac_c_werror_flag" ||
20961          test ! -s conftest.err
20962        } && test -s conftest.$ac_objext; then
20963   ac_cv_member_struct_mtget_mt_blkno=yes
20964 else
20965   echo "$as_me: failed program was:" >&5
20966 sed 's/^/| /' conftest.$ac_ext >&5
20967
20968         cat >conftest.$ac_ext <<_ACEOF
20969 /* confdefs.h.  */
20970 _ACEOF
20971 cat confdefs.h >>conftest.$ac_ext
20972 cat >>conftest.$ac_ext <<_ACEOF
20973 /* end confdefs.h.  */
20974 #include <sys/types.h>
20975 #ifdef HAVE_SYS_MTIO_H
20976 #include <sys/mtio.h>
20977 #endif
20978
20979 int
20980 main ()
20981 {
20982 static struct mtget ac_aggr;
20983 if (sizeof ac_aggr.mt_blkno)
20984 return 0;
20985   ;
20986   return 0;
20987 }
20988 _ACEOF
20989 rm -f conftest.$ac_objext
20990 if { (ac_try="$ac_compile"
20991 case "(($ac_try" in
20992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20993   *) ac_try_echo=$ac_try;;
20994 esac
20995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20996   (eval "$ac_compile") 2>conftest.er1
20997   ac_status=$?
20998   grep -v '^ *+' conftest.er1 >conftest.err
20999   rm -f conftest.er1
21000   cat conftest.err >&5
21001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21002   (exit $ac_status); } && {
21003          test -z "$ac_c_werror_flag" ||
21004          test ! -s conftest.err
21005        } && test -s conftest.$ac_objext; then
21006   ac_cv_member_struct_mtget_mt_blkno=yes
21007 else
21008   echo "$as_me: failed program was:" >&5
21009 sed 's/^/| /' conftest.$ac_ext >&5
21010
21011         ac_cv_member_struct_mtget_mt_blkno=no
21012 fi
21013
21014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21015 fi
21016
21017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21018 fi
21019 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21020 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21021 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21022
21023 cat >>confdefs.h <<_ACEOF
21024 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21025 _ACEOF
21026
21027
21028 fi
21029
21030
21031 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21032 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21033 if test "${ac_cv_member_struct_option_name+set}" = set; then
21034   echo $ECHO_N "(cached) $ECHO_C" >&6
21035 else
21036   cat >conftest.$ac_ext <<_ACEOF
21037 /* confdefs.h.  */
21038 _ACEOF
21039 cat confdefs.h >>conftest.$ac_ext
21040 cat >>conftest.$ac_ext <<_ACEOF
21041 /* end confdefs.h.  */
21042 #ifdef HAVE_GETOPT_H
21043 #include <getopt.h>
21044 #endif
21045
21046 int
21047 main ()
21048 {
21049 static struct option ac_aggr;
21050 if (ac_aggr.name)
21051 return 0;
21052   ;
21053   return 0;
21054 }
21055 _ACEOF
21056 rm -f conftest.$ac_objext
21057 if { (ac_try="$ac_compile"
21058 case "(($ac_try" in
21059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21060   *) ac_try_echo=$ac_try;;
21061 esac
21062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21063   (eval "$ac_compile") 2>conftest.er1
21064   ac_status=$?
21065   grep -v '^ *+' conftest.er1 >conftest.err
21066   rm -f conftest.er1
21067   cat conftest.err >&5
21068   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21069   (exit $ac_status); } && {
21070          test -z "$ac_c_werror_flag" ||
21071          test ! -s conftest.err
21072        } && test -s conftest.$ac_objext; then
21073   ac_cv_member_struct_option_name=yes
21074 else
21075   echo "$as_me: failed program was:" >&5
21076 sed 's/^/| /' conftest.$ac_ext >&5
21077
21078         cat >conftest.$ac_ext <<_ACEOF
21079 /* confdefs.h.  */
21080 _ACEOF
21081 cat confdefs.h >>conftest.$ac_ext
21082 cat >>conftest.$ac_ext <<_ACEOF
21083 /* end confdefs.h.  */
21084 #ifdef HAVE_GETOPT_H
21085 #include <getopt.h>
21086 #endif
21087
21088 int
21089 main ()
21090 {
21091 static struct option ac_aggr;
21092 if (sizeof ac_aggr.name)
21093 return 0;
21094   ;
21095   return 0;
21096 }
21097 _ACEOF
21098 rm -f conftest.$ac_objext
21099 if { (ac_try="$ac_compile"
21100 case "(($ac_try" in
21101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21102   *) ac_try_echo=$ac_try;;
21103 esac
21104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21105   (eval "$ac_compile") 2>conftest.er1
21106   ac_status=$?
21107   grep -v '^ *+' conftest.er1 >conftest.err
21108   rm -f conftest.er1
21109   cat conftest.err >&5
21110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21111   (exit $ac_status); } && {
21112          test -z "$ac_c_werror_flag" ||
21113          test ! -s conftest.err
21114        } && test -s conftest.$ac_objext; then
21115   ac_cv_member_struct_option_name=yes
21116 else
21117   echo "$as_me: failed program was:" >&5
21118 sed 's/^/| /' conftest.$ac_ext >&5
21119
21120         ac_cv_member_struct_option_name=no
21121 fi
21122
21123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21124 fi
21125
21126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21127 fi
21128 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21129 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21130 if test $ac_cv_member_struct_option_name = yes; then
21131
21132 cat >>confdefs.h <<_ACEOF
21133 #define HAVE_STRUCT_OPTION_NAME 1
21134 _ACEOF
21135
21136
21137 fi
21138
21139
21140 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21141 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21142 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21143   echo $ECHO_N "(cached) $ECHO_C" >&6
21144 else
21145   cat >conftest.$ac_ext <<_ACEOF
21146 /* confdefs.h.  */
21147 _ACEOF
21148 cat confdefs.h >>conftest.$ac_ext
21149 cat >>conftest.$ac_ext <<_ACEOF
21150 /* end confdefs.h.  */
21151 $ac_includes_default
21152 int
21153 main ()
21154 {
21155 static struct stat ac_aggr;
21156 if (ac_aggr.st_blocks)
21157 return 0;
21158   ;
21159   return 0;
21160 }
21161 _ACEOF
21162 rm -f conftest.$ac_objext
21163 if { (ac_try="$ac_compile"
21164 case "(($ac_try" in
21165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21166   *) ac_try_echo=$ac_try;;
21167 esac
21168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21169   (eval "$ac_compile") 2>conftest.er1
21170   ac_status=$?
21171   grep -v '^ *+' conftest.er1 >conftest.err
21172   rm -f conftest.er1
21173   cat conftest.err >&5
21174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21175   (exit $ac_status); } && {
21176          test -z "$ac_c_werror_flag" ||
21177          test ! -s conftest.err
21178        } && test -s conftest.$ac_objext; then
21179   ac_cv_member_struct_stat_st_blocks=yes
21180 else
21181   echo "$as_me: failed program was:" >&5
21182 sed 's/^/| /' conftest.$ac_ext >&5
21183
21184         cat >conftest.$ac_ext <<_ACEOF
21185 /* confdefs.h.  */
21186 _ACEOF
21187 cat confdefs.h >>conftest.$ac_ext
21188 cat >>conftest.$ac_ext <<_ACEOF
21189 /* end confdefs.h.  */
21190 $ac_includes_default
21191 int
21192 main ()
21193 {
21194 static struct stat ac_aggr;
21195 if (sizeof ac_aggr.st_blocks)
21196 return 0;
21197   ;
21198   return 0;
21199 }
21200 _ACEOF
21201 rm -f conftest.$ac_objext
21202 if { (ac_try="$ac_compile"
21203 case "(($ac_try" in
21204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21205   *) ac_try_echo=$ac_try;;
21206 esac
21207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21208   (eval "$ac_compile") 2>conftest.er1
21209   ac_status=$?
21210   grep -v '^ *+' conftest.er1 >conftest.err
21211   rm -f conftest.er1
21212   cat conftest.err >&5
21213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21214   (exit $ac_status); } && {
21215          test -z "$ac_c_werror_flag" ||
21216          test ! -s conftest.err
21217        } && test -s conftest.$ac_objext; then
21218   ac_cv_member_struct_stat_st_blocks=yes
21219 else
21220   echo "$as_me: failed program was:" >&5
21221 sed 's/^/| /' conftest.$ac_ext >&5
21222
21223         ac_cv_member_struct_stat_st_blocks=no
21224 fi
21225
21226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21227 fi
21228
21229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21230 fi
21231 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21232 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21233 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21234
21235 cat >>confdefs.h <<_ACEOF
21236 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21237 _ACEOF
21238
21239
21240 fi
21241 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21242 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21243 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21244   echo $ECHO_N "(cached) $ECHO_C" >&6
21245 else
21246   cat >conftest.$ac_ext <<_ACEOF
21247 /* confdefs.h.  */
21248 _ACEOF
21249 cat confdefs.h >>conftest.$ac_ext
21250 cat >>conftest.$ac_ext <<_ACEOF
21251 /* end confdefs.h.  */
21252 $ac_includes_default
21253 int
21254 main ()
21255 {
21256 static struct stat ac_aggr;
21257 if (ac_aggr.st_mtim)
21258 return 0;
21259   ;
21260   return 0;
21261 }
21262 _ACEOF
21263 rm -f conftest.$ac_objext
21264 if { (ac_try="$ac_compile"
21265 case "(($ac_try" in
21266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21267   *) ac_try_echo=$ac_try;;
21268 esac
21269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21270   (eval "$ac_compile") 2>conftest.er1
21271   ac_status=$?
21272   grep -v '^ *+' conftest.er1 >conftest.err
21273   rm -f conftest.er1
21274   cat conftest.err >&5
21275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21276   (exit $ac_status); } && {
21277          test -z "$ac_c_werror_flag" ||
21278          test ! -s conftest.err
21279        } && test -s conftest.$ac_objext; then
21280   ac_cv_member_struct_stat_st_mtim=yes
21281 else
21282   echo "$as_me: failed program was:" >&5
21283 sed 's/^/| /' conftest.$ac_ext >&5
21284
21285         cat >conftest.$ac_ext <<_ACEOF
21286 /* confdefs.h.  */
21287 _ACEOF
21288 cat confdefs.h >>conftest.$ac_ext
21289 cat >>conftest.$ac_ext <<_ACEOF
21290 /* end confdefs.h.  */
21291 $ac_includes_default
21292 int
21293 main ()
21294 {
21295 static struct stat ac_aggr;
21296 if (sizeof ac_aggr.st_mtim)
21297 return 0;
21298   ;
21299   return 0;
21300 }
21301 _ACEOF
21302 rm -f conftest.$ac_objext
21303 if { (ac_try="$ac_compile"
21304 case "(($ac_try" in
21305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21306   *) ac_try_echo=$ac_try;;
21307 esac
21308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21309   (eval "$ac_compile") 2>conftest.er1
21310   ac_status=$?
21311   grep -v '^ *+' conftest.er1 >conftest.err
21312   rm -f conftest.er1
21313   cat conftest.err >&5
21314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21315   (exit $ac_status); } && {
21316          test -z "$ac_c_werror_flag" ||
21317          test ! -s conftest.err
21318        } && test -s conftest.$ac_objext; then
21319   ac_cv_member_struct_stat_st_mtim=yes
21320 else
21321   echo "$as_me: failed program was:" >&5
21322 sed 's/^/| /' conftest.$ac_ext >&5
21323
21324         ac_cv_member_struct_stat_st_mtim=no
21325 fi
21326
21327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21328 fi
21329
21330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21331 fi
21332 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21333 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21334 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21335
21336 cat >>confdefs.h <<_ACEOF
21337 #define HAVE_STRUCT_STAT_ST_MTIM 1
21338 _ACEOF
21339
21340
21341 fi
21342 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21343 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21344 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21345   echo $ECHO_N "(cached) $ECHO_C" >&6
21346 else
21347   cat >conftest.$ac_ext <<_ACEOF
21348 /* confdefs.h.  */
21349 _ACEOF
21350 cat confdefs.h >>conftest.$ac_ext
21351 cat >>conftest.$ac_ext <<_ACEOF
21352 /* end confdefs.h.  */
21353 $ac_includes_default
21354 int
21355 main ()
21356 {
21357 static struct stat ac_aggr;
21358 if (ac_aggr.st_ctim)
21359 return 0;
21360   ;
21361   return 0;
21362 }
21363 _ACEOF
21364 rm -f conftest.$ac_objext
21365 if { (ac_try="$ac_compile"
21366 case "(($ac_try" in
21367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21368   *) ac_try_echo=$ac_try;;
21369 esac
21370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21371   (eval "$ac_compile") 2>conftest.er1
21372   ac_status=$?
21373   grep -v '^ *+' conftest.er1 >conftest.err
21374   rm -f conftest.er1
21375   cat conftest.err >&5
21376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377   (exit $ac_status); } && {
21378          test -z "$ac_c_werror_flag" ||
21379          test ! -s conftest.err
21380        } && test -s conftest.$ac_objext; then
21381   ac_cv_member_struct_stat_st_ctim=yes
21382 else
21383   echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21385
21386         cat >conftest.$ac_ext <<_ACEOF
21387 /* confdefs.h.  */
21388 _ACEOF
21389 cat confdefs.h >>conftest.$ac_ext
21390 cat >>conftest.$ac_ext <<_ACEOF
21391 /* end confdefs.h.  */
21392 $ac_includes_default
21393 int
21394 main ()
21395 {
21396 static struct stat ac_aggr;
21397 if (sizeof ac_aggr.st_ctim)
21398 return 0;
21399   ;
21400   return 0;
21401 }
21402 _ACEOF
21403 rm -f conftest.$ac_objext
21404 if { (ac_try="$ac_compile"
21405 case "(($ac_try" in
21406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407   *) ac_try_echo=$ac_try;;
21408 esac
21409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21410   (eval "$ac_compile") 2>conftest.er1
21411   ac_status=$?
21412   grep -v '^ *+' conftest.er1 >conftest.err
21413   rm -f conftest.er1
21414   cat conftest.err >&5
21415   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416   (exit $ac_status); } && {
21417          test -z "$ac_c_werror_flag" ||
21418          test ! -s conftest.err
21419        } && test -s conftest.$ac_objext; then
21420   ac_cv_member_struct_stat_st_ctim=yes
21421 else
21422   echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21424
21425         ac_cv_member_struct_stat_st_ctim=no
21426 fi
21427
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21429 fi
21430
21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 fi
21433 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21434 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21435 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21436
21437 cat >>confdefs.h <<_ACEOF
21438 #define HAVE_STRUCT_STAT_ST_CTIM 1
21439 _ACEOF
21440
21441
21442 fi
21443 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21444 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21445 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21446   echo $ECHO_N "(cached) $ECHO_C" >&6
21447 else
21448   cat >conftest.$ac_ext <<_ACEOF
21449 /* confdefs.h.  */
21450 _ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h.  */
21454 $ac_includes_default
21455 int
21456 main ()
21457 {
21458 static struct stat ac_aggr;
21459 if (ac_aggr.st_atim)
21460 return 0;
21461   ;
21462   return 0;
21463 }
21464 _ACEOF
21465 rm -f conftest.$ac_objext
21466 if { (ac_try="$ac_compile"
21467 case "(($ac_try" in
21468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21469   *) ac_try_echo=$ac_try;;
21470 esac
21471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21472   (eval "$ac_compile") 2>conftest.er1
21473   ac_status=$?
21474   grep -v '^ *+' conftest.er1 >conftest.err
21475   rm -f conftest.er1
21476   cat conftest.err >&5
21477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21478   (exit $ac_status); } && {
21479          test -z "$ac_c_werror_flag" ||
21480          test ! -s conftest.err
21481        } && test -s conftest.$ac_objext; then
21482   ac_cv_member_struct_stat_st_atim=yes
21483 else
21484   echo "$as_me: failed program was:" >&5
21485 sed 's/^/| /' conftest.$ac_ext >&5
21486
21487         cat >conftest.$ac_ext <<_ACEOF
21488 /* confdefs.h.  */
21489 _ACEOF
21490 cat confdefs.h >>conftest.$ac_ext
21491 cat >>conftest.$ac_ext <<_ACEOF
21492 /* end confdefs.h.  */
21493 $ac_includes_default
21494 int
21495 main ()
21496 {
21497 static struct stat ac_aggr;
21498 if (sizeof ac_aggr.st_atim)
21499 return 0;
21500   ;
21501   return 0;
21502 }
21503 _ACEOF
21504 rm -f conftest.$ac_objext
21505 if { (ac_try="$ac_compile"
21506 case "(($ac_try" in
21507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21508   *) ac_try_echo=$ac_try;;
21509 esac
21510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21511   (eval "$ac_compile") 2>conftest.er1
21512   ac_status=$?
21513   grep -v '^ *+' conftest.er1 >conftest.err
21514   rm -f conftest.er1
21515   cat conftest.err >&5
21516   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21517   (exit $ac_status); } && {
21518          test -z "$ac_c_werror_flag" ||
21519          test ! -s conftest.err
21520        } && test -s conftest.$ac_objext; then
21521   ac_cv_member_struct_stat_st_atim=yes
21522 else
21523   echo "$as_me: failed program was:" >&5
21524 sed 's/^/| /' conftest.$ac_ext >&5
21525
21526         ac_cv_member_struct_stat_st_atim=no
21527 fi
21528
21529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21530 fi
21531
21532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21533 fi
21534 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21535 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21536 if test $ac_cv_member_struct_stat_st_atim = yes; then
21537
21538 cat >>confdefs.h <<_ACEOF
21539 #define HAVE_STRUCT_STAT_ST_ATIM 1
21540 _ACEOF
21541
21542
21543 fi
21544
21545
21546 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21547 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21548 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21549   echo $ECHO_N "(cached) $ECHO_C" >&6
21550 else
21551   cat >conftest.$ac_ext <<_ACEOF
21552 /* confdefs.h.  */
21553 _ACEOF
21554 cat confdefs.h >>conftest.$ac_ext
21555 cat >>conftest.$ac_ext <<_ACEOF
21556 /* end confdefs.h.  */
21557 #ifdef HAVE_SYS_TYPES_H
21558 #include <sys/types.h>
21559 #endif
21560 #ifdef HAVE_NETINET_IN_H
21561 #include <netinet/in.h>
21562 #endif
21563
21564 int
21565 main ()
21566 {
21567 static struct sockaddr_in6 ac_aggr;
21568 if (ac_aggr.sin6_scope_id)
21569 return 0;
21570   ;
21571   return 0;
21572 }
21573 _ACEOF
21574 rm -f conftest.$ac_objext
21575 if { (ac_try="$ac_compile"
21576 case "(($ac_try" in
21577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21578   *) ac_try_echo=$ac_try;;
21579 esac
21580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21581   (eval "$ac_compile") 2>conftest.er1
21582   ac_status=$?
21583   grep -v '^ *+' conftest.er1 >conftest.err
21584   rm -f conftest.er1
21585   cat conftest.err >&5
21586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21587   (exit $ac_status); } && {
21588          test -z "$ac_c_werror_flag" ||
21589          test ! -s conftest.err
21590        } && test -s conftest.$ac_objext; then
21591   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21592 else
21593   echo "$as_me: failed program was:" >&5
21594 sed 's/^/| /' conftest.$ac_ext >&5
21595
21596         cat >conftest.$ac_ext <<_ACEOF
21597 /* confdefs.h.  */
21598 _ACEOF
21599 cat confdefs.h >>conftest.$ac_ext
21600 cat >>conftest.$ac_ext <<_ACEOF
21601 /* end confdefs.h.  */
21602 #ifdef HAVE_SYS_TYPES_H
21603 #include <sys/types.h>
21604 #endif
21605 #ifdef HAVE_NETINET_IN_H
21606 #include <netinet/in.h>
21607 #endif
21608
21609 int
21610 main ()
21611 {
21612 static struct sockaddr_in6 ac_aggr;
21613 if (sizeof ac_aggr.sin6_scope_id)
21614 return 0;
21615   ;
21616   return 0;
21617 }
21618 _ACEOF
21619 rm -f conftest.$ac_objext
21620 if { (ac_try="$ac_compile"
21621 case "(($ac_try" in
21622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21623   *) ac_try_echo=$ac_try;;
21624 esac
21625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21626   (eval "$ac_compile") 2>conftest.er1
21627   ac_status=$?
21628   grep -v '^ *+' conftest.er1 >conftest.err
21629   rm -f conftest.er1
21630   cat conftest.err >&5
21631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21632   (exit $ac_status); } && {
21633          test -z "$ac_c_werror_flag" ||
21634          test ! -s conftest.err
21635        } && test -s conftest.$ac_objext; then
21636   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21637 else
21638   echo "$as_me: failed program was:" >&5
21639 sed 's/^/| /' conftest.$ac_ext >&5
21640
21641         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21642 fi
21643
21644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21645 fi
21646
21647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21648 fi
21649 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21650 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21651 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21652
21653 cat >>confdefs.h <<_ACEOF
21654 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21655 _ACEOF
21656
21657
21658 fi
21659
21660
21661 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21662 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21663 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21664   echo $ECHO_N "(cached) $ECHO_C" >&6
21665 else
21666   cat >conftest.$ac_ext <<_ACEOF
21667 /* confdefs.h.  */
21668 _ACEOF
21669 cat confdefs.h >>conftest.$ac_ext
21670 cat >>conftest.$ac_ext <<_ACEOF
21671 /* end confdefs.h.  */
21672 #ifdef HAVE_SYS_TYPES_H
21673 #include <sys/types.h>
21674 #endif
21675 #ifdef HAVE_NETINET_IN_H
21676 # include <netinet/in.h>
21677 #endif
21678 #ifdef HAVE_ARPA_NAMESER_H
21679 # include <arpa/nameser.h>
21680 #endif
21681
21682 int
21683 main ()
21684 {
21685 static ns_msg ac_aggr;
21686 if (ac_aggr._msg_ptr)
21687 return 0;
21688   ;
21689   return 0;
21690 }
21691 _ACEOF
21692 rm -f conftest.$ac_objext
21693 if { (ac_try="$ac_compile"
21694 case "(($ac_try" in
21695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21696   *) ac_try_echo=$ac_try;;
21697 esac
21698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21699   (eval "$ac_compile") 2>conftest.er1
21700   ac_status=$?
21701   grep -v '^ *+' conftest.er1 >conftest.err
21702   rm -f conftest.er1
21703   cat conftest.err >&5
21704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21705   (exit $ac_status); } && {
21706          test -z "$ac_c_werror_flag" ||
21707          test ! -s conftest.err
21708        } && test -s conftest.$ac_objext; then
21709   ac_cv_member_ns_msg__msg_ptr=yes
21710 else
21711   echo "$as_me: failed program was:" >&5
21712 sed 's/^/| /' conftest.$ac_ext >&5
21713
21714         cat >conftest.$ac_ext <<_ACEOF
21715 /* confdefs.h.  */
21716 _ACEOF
21717 cat confdefs.h >>conftest.$ac_ext
21718 cat >>conftest.$ac_ext <<_ACEOF
21719 /* end confdefs.h.  */
21720 #ifdef HAVE_SYS_TYPES_H
21721 #include <sys/types.h>
21722 #endif
21723 #ifdef HAVE_NETINET_IN_H
21724 # include <netinet/in.h>
21725 #endif
21726 #ifdef HAVE_ARPA_NAMESER_H
21727 # include <arpa/nameser.h>
21728 #endif
21729
21730 int
21731 main ()
21732 {
21733 static ns_msg ac_aggr;
21734 if (sizeof ac_aggr._msg_ptr)
21735 return 0;
21736   ;
21737   return 0;
21738 }
21739 _ACEOF
21740 rm -f conftest.$ac_objext
21741 if { (ac_try="$ac_compile"
21742 case "(($ac_try" in
21743   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21744   *) ac_try_echo=$ac_try;;
21745 esac
21746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21747   (eval "$ac_compile") 2>conftest.er1
21748   ac_status=$?
21749   grep -v '^ *+' conftest.er1 >conftest.err
21750   rm -f conftest.er1
21751   cat conftest.err >&5
21752   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21753   (exit $ac_status); } && {
21754          test -z "$ac_c_werror_flag" ||
21755          test ! -s conftest.err
21756        } && test -s conftest.$ac_objext; then
21757   ac_cv_member_ns_msg__msg_ptr=yes
21758 else
21759   echo "$as_me: failed program was:" >&5
21760 sed 's/^/| /' conftest.$ac_ext >&5
21761
21762         ac_cv_member_ns_msg__msg_ptr=no
21763 fi
21764
21765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21766 fi
21767
21768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21769 fi
21770 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21771 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21772 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21773
21774 cat >>confdefs.h <<_ACEOF
21775 #define HAVE_NS_MSG__MSG_PTR 1
21776 _ACEOF
21777
21778
21779 fi
21780
21781
21782 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21783 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21784 if test "${ac_cv_have_timezone+set}" = set; then
21785   echo $ECHO_N "(cached) $ECHO_C" >&6
21786 else
21787   cat >conftest.$ac_ext <<_ACEOF
21788 /* confdefs.h.  */
21789 _ACEOF
21790 cat confdefs.h >>conftest.$ac_ext
21791 cat >>conftest.$ac_ext <<_ACEOF
21792 /* end confdefs.h.  */
21793 #include <time.h>
21794 int
21795 main ()
21796 {
21797 timezone = 1
21798   ;
21799   return 0;
21800 }
21801 _ACEOF
21802 rm -f conftest.$ac_objext conftest$ac_exeext
21803 if { (ac_try="$ac_link"
21804 case "(($ac_try" in
21805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21806   *) ac_try_echo=$ac_try;;
21807 esac
21808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21809   (eval "$ac_link") 2>conftest.er1
21810   ac_status=$?
21811   grep -v '^ *+' conftest.er1 >conftest.err
21812   rm -f conftest.er1
21813   cat conftest.err >&5
21814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21815   (exit $ac_status); } && {
21816          test -z "$ac_c_werror_flag" ||
21817          test ! -s conftest.err
21818        } && test -s conftest$ac_exeext &&
21819        $as_test_x conftest$ac_exeext; then
21820   ac_cv_have_timezone="yes"
21821 else
21822   echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.$ac_ext >&5
21824
21825         ac_cv_have_timezone="no"
21826 fi
21827
21828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21829       conftest$ac_exeext conftest.$ac_ext
21830 fi
21831 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21832 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21833 if test "$ac_cv_have_timezone" = "yes"
21834 then
21835
21836 cat >>confdefs.h <<\_ACEOF
21837 #define HAVE_TIMEZONE 1
21838 _ACEOF
21839
21840 fi
21841 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21842 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21843 if test "${ac_cv_have_daylight+set}" = set; then
21844   echo $ECHO_N "(cached) $ECHO_C" >&6
21845 else
21846   cat >conftest.$ac_ext <<_ACEOF
21847 /* confdefs.h.  */
21848 _ACEOF
21849 cat confdefs.h >>conftest.$ac_ext
21850 cat >>conftest.$ac_ext <<_ACEOF
21851 /* end confdefs.h.  */
21852 #include <time.h>
21853 int
21854 main ()
21855 {
21856 daylight = 1
21857   ;
21858   return 0;
21859 }
21860 _ACEOF
21861 rm -f conftest.$ac_objext conftest$ac_exeext
21862 if { (ac_try="$ac_link"
21863 case "(($ac_try" in
21864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21865   *) ac_try_echo=$ac_try;;
21866 esac
21867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21868   (eval "$ac_link") 2>conftest.er1
21869   ac_status=$?
21870   grep -v '^ *+' conftest.er1 >conftest.err
21871   rm -f conftest.er1
21872   cat conftest.err >&5
21873   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21874   (exit $ac_status); } && {
21875          test -z "$ac_c_werror_flag" ||
21876          test ! -s conftest.err
21877        } && test -s conftest$ac_exeext &&
21878        $as_test_x conftest$ac_exeext; then
21879   ac_cv_have_daylight="yes"
21880 else
21881   echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.$ac_ext >&5
21883
21884         ac_cv_have_daylight="no"
21885 fi
21886
21887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21888       conftest$ac_exeext conftest.$ac_ext
21889 fi
21890 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21891 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21892 if test "$ac_cv_have_daylight" = "yes"
21893 then
21894
21895 cat >>confdefs.h <<\_ACEOF
21896 #define HAVE_DAYLIGHT 1
21897 _ACEOF
21898
21899 fi
21900
21901 { echo "$as_me:$LINENO: checking for isinf" >&5
21902 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21903 if test "${ac_cv_have_isinf+set}" = set; then
21904   echo $ECHO_N "(cached) $ECHO_C" >&6
21905 else
21906   cat >conftest.$ac_ext <<_ACEOF
21907 /* confdefs.h.  */
21908 _ACEOF
21909 cat confdefs.h >>conftest.$ac_ext
21910 cat >>conftest.$ac_ext <<_ACEOF
21911 /* end confdefs.h.  */
21912 #include <math.h>
21913 int
21914 main ()
21915 {
21916 float f = 0.0; int i=isinf(f)
21917   ;
21918   return 0;
21919 }
21920 _ACEOF
21921 rm -f conftest.$ac_objext conftest$ac_exeext
21922 if { (ac_try="$ac_link"
21923 case "(($ac_try" in
21924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21925   *) ac_try_echo=$ac_try;;
21926 esac
21927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21928   (eval "$ac_link") 2>conftest.er1
21929   ac_status=$?
21930   grep -v '^ *+' conftest.er1 >conftest.err
21931   rm -f conftest.er1
21932   cat conftest.err >&5
21933   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934   (exit $ac_status); } && {
21935          test -z "$ac_c_werror_flag" ||
21936          test ! -s conftest.err
21937        } && test -s conftest$ac_exeext &&
21938        $as_test_x conftest$ac_exeext; then
21939   ac_cv_have_isinf="yes"
21940 else
21941   echo "$as_me: failed program was:" >&5
21942 sed 's/^/| /' conftest.$ac_ext >&5
21943
21944         ac_cv_have_isinf="no"
21945 fi
21946
21947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21948       conftest$ac_exeext conftest.$ac_ext
21949 fi
21950 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21951 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21952 if test "$ac_cv_have_isinf" = "yes"
21953 then
21954
21955 cat >>confdefs.h <<\_ACEOF
21956 #define HAVE_ISINF 1
21957 _ACEOF
21958
21959 fi
21960
21961
21962 case $host_cpu in
21963   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21964 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21965 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21966   echo $ECHO_N "(cached) $ECHO_C" >&6
21967 else
21968   cat >conftest.$ac_ext <<_ACEOF
21969 /* confdefs.h.  */
21970 _ACEOF
21971 cat confdefs.h >>conftest.$ac_ext
21972 cat >>conftest.$ac_ext <<_ACEOF
21973 /* end confdefs.h.  */
21974 #ifndef __i386__
21975 yes
21976 #endif
21977 _ACEOF
21978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21979   $EGREP "yes" >/dev/null 2>&1; then
21980   ac_cv_cpp_def___i386__=yes
21981 else
21982   ac_cv_cpp_def___i386__=no
21983 fi
21984 rm -f conftest*
21985
21986 fi
21987 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21988 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21989 if test $ac_cv_cpp_def___i386__ = yes; then
21990   CFLAGS="$CFLAGS -D__i386__"
21991   LINTFLAGS="$LINTFLAGS -D__i386__"
21992 fi
21993  ;;
21994   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21995 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21996 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21997   echo $ECHO_N "(cached) $ECHO_C" >&6
21998 else
21999   cat >conftest.$ac_ext <<_ACEOF
22000 /* confdefs.h.  */
22001 _ACEOF
22002 cat confdefs.h >>conftest.$ac_ext
22003 cat >>conftest.$ac_ext <<_ACEOF
22004 /* end confdefs.h.  */
22005 #ifndef __x86_64__
22006 yes
22007 #endif
22008 _ACEOF
22009 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22010   $EGREP "yes" >/dev/null 2>&1; then
22011   ac_cv_cpp_def___x86_64__=yes
22012 else
22013   ac_cv_cpp_def___x86_64__=no
22014 fi
22015 rm -f conftest*
22016
22017 fi
22018 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22019 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22020 if test $ac_cv_cpp_def___x86_64__ = yes; then
22021   CFLAGS="$CFLAGS -D__x86_64__"
22022   LINTFLAGS="$LINTFLAGS -D__x86_64__"
22023 fi
22024  ;;
22025   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22026 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22027 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22028   echo $ECHO_N "(cached) $ECHO_C" >&6
22029 else
22030   cat >conftest.$ac_ext <<_ACEOF
22031 /* confdefs.h.  */
22032 _ACEOF
22033 cat confdefs.h >>conftest.$ac_ext
22034 cat >>conftest.$ac_ext <<_ACEOF
22035 /* end confdefs.h.  */
22036 #ifndef __ALPHA__
22037 yes
22038 #endif
22039 _ACEOF
22040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22041   $EGREP "yes" >/dev/null 2>&1; then
22042   ac_cv_cpp_def___ALPHA__=yes
22043 else
22044   ac_cv_cpp_def___ALPHA__=no
22045 fi
22046 rm -f conftest*
22047
22048 fi
22049 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22050 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22051 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22052   CFLAGS="$CFLAGS -D__ALPHA__"
22053   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22054 fi
22055  ;;
22056   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22057 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22058 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22059   echo $ECHO_N "(cached) $ECHO_C" >&6
22060 else
22061   cat >conftest.$ac_ext <<_ACEOF
22062 /* confdefs.h.  */
22063 _ACEOF
22064 cat confdefs.h >>conftest.$ac_ext
22065 cat >>conftest.$ac_ext <<_ACEOF
22066 /* end confdefs.h.  */
22067 #ifndef __sparc__
22068 yes
22069 #endif
22070 _ACEOF
22071 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22072   $EGREP "yes" >/dev/null 2>&1; then
22073   ac_cv_cpp_def___sparc__=yes
22074 else
22075   ac_cv_cpp_def___sparc__=no
22076 fi
22077 rm -f conftest*
22078
22079 fi
22080 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22081 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22082 if test $ac_cv_cpp_def___sparc__ = yes; then
22083   CFLAGS="$CFLAGS -D__sparc__"
22084   LINTFLAGS="$LINTFLAGS -D__sparc__"
22085 fi
22086  ;;
22087   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22088 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22089 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22090   echo $ECHO_N "(cached) $ECHO_C" >&6
22091 else
22092   cat >conftest.$ac_ext <<_ACEOF
22093 /* confdefs.h.  */
22094 _ACEOF
22095 cat confdefs.h >>conftest.$ac_ext
22096 cat >>conftest.$ac_ext <<_ACEOF
22097 /* end confdefs.h.  */
22098 #ifndef __powerpc__
22099 yes
22100 #endif
22101 _ACEOF
22102 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22103   $EGREP "yes" >/dev/null 2>&1; then
22104   ac_cv_cpp_def___powerpc__=yes
22105 else
22106   ac_cv_cpp_def___powerpc__=no
22107 fi
22108 rm -f conftest*
22109
22110 fi
22111 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22112 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22113 if test $ac_cv_cpp_def___powerpc__ = yes; then
22114   CFLAGS="$CFLAGS -D__powerpc__"
22115   LINTFLAGS="$LINTFLAGS -D__powerpc__"
22116 fi
22117  ;;
22118 esac
22119
22120 case $host_vendor in
22121   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22122 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22123 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22124   echo $ECHO_N "(cached) $ECHO_C" >&6
22125 else
22126   cat >conftest.$ac_ext <<_ACEOF
22127 /* confdefs.h.  */
22128 _ACEOF
22129 cat confdefs.h >>conftest.$ac_ext
22130 cat >>conftest.$ac_ext <<_ACEOF
22131 /* end confdefs.h.  */
22132 #ifndef __sun__
22133 yes
22134 #endif
22135 _ACEOF
22136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22137   $EGREP "yes" >/dev/null 2>&1; then
22138   ac_cv_cpp_def___sun__=yes
22139 else
22140   ac_cv_cpp_def___sun__=no
22141 fi
22142 rm -f conftest*
22143
22144 fi
22145 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22146 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22147 if test $ac_cv_cpp_def___sun__ = yes; then
22148   CFLAGS="$CFLAGS -D__sun__"
22149   LINTFLAGS="$LINTFLAGS -D__sun__"
22150 fi
22151  ;;
22152 esac
22153
22154
22155 DEPENDENCIES="### Dependencies:
22156
22157 .INIT: Makefile
22158 .BEGIN: Makefile
22159 Makefile: dummy
22160         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22161
22162 \$(OBJS): \$(IDL_GEN_HEADERS)
22163 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22164 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22165 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22166 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22167
22168
22169 ALL_MAKERULES=""
22170
22171 ALL_MAKEFILES=""
22172
22173 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22174
22175
22176 ALL_TOP_DIRS=""
22177
22178 ALL_DLL_DIRS=""
22179
22180 ALL_IMPLIB_DIRS=""
22181
22182 ALL_TEST_DIRS=""
22183
22184 ALL_PROGRAM_DIRS=""
22185
22186 ALL_PROGRAM_INSTALL_DIRS=""
22187
22188 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22189
22190
22191
22192
22193
22194 ac_config_commands="$ac_config_commands include/stamp-h"
22195
22196
22197 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22198
22199 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22200
22201 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22202
22203 ac_config_commands="$ac_config_commands dlls/user32/resources"
22204
22205 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22206
22207 ac_config_commands="$ac_config_commands include/wine"
22208
22209
22210 ALL_MAKERULES="$ALL_MAKERULES \\
22211         Make.rules"
22212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22213 Make.rules: Make.rules.in"
22214 MAKE_RULES=Make.rules
22215 ac_config_files="$ac_config_files Make.rules"
22216
22217 ALL_MAKERULES="$ALL_MAKERULES \\
22218         dlls/Makedll.rules"
22219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22220 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22221 MAKE_DLL_RULES=dlls/Makedll.rules
22222 ac_config_files="$ac_config_files dlls/Makedll.rules"
22223
22224 ALL_MAKERULES="$ALL_MAKERULES \\
22225         dlls/Makeimplib.rules"
22226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22227 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22228 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22229 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22230
22231 ALL_MAKERULES="$ALL_MAKERULES \\
22232         dlls/Maketest.rules"
22233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22234 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22235 MAKE_TEST_RULES=dlls/Maketest.rules
22236 ac_config_files="$ac_config_files dlls/Maketest.rules"
22237
22238 ALL_MAKERULES="$ALL_MAKERULES \\
22239         programs/Makeprog.rules"
22240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22241 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22242 MAKE_PROG_RULES=programs/Makeprog.rules
22243 ac_config_files="$ac_config_files programs/Makeprog.rules"
22244
22245
22246
22247
22248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22249 Makefile: Makefile.in Make.rules"
22250 ac_config_files="$ac_config_files Makefile"
22251
22252 ALL_MAKEFILES="$ALL_MAKEFILES \\
22253         dlls/Makefile"
22254 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22255         dlls"
22256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22257 dlls/Makefile: dlls/Makefile.in Make.rules"
22258 ac_config_files="$ac_config_files dlls/Makefile"
22259
22260 ALL_MAKEFILES="$ALL_MAKEFILES \\
22261         dlls/acledit/Makefile"
22262 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22263         acledit"
22264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22265 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22266 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22267
22268 ALL_MAKEFILES="$ALL_MAKEFILES \\
22269         dlls/activeds/Makefile"
22270 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22271         activeds"
22272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22273 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22274 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22275
22276 ALL_MAKEFILES="$ALL_MAKEFILES \\
22277         dlls/actxprxy/Makefile"
22278 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22279         actxprxy"
22280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22281 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22282 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22283
22284 ALL_MAKEFILES="$ALL_MAKEFILES \\
22285         dlls/adsiid/Makefile"
22286 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22287         adsiid"
22288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22289 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22290 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22291
22292 ALL_MAKEFILES="$ALL_MAKEFILES \\
22293         dlls/advapi32/Makefile"
22294 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22295         advapi32"
22296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22297 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22298 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22299
22300 ALL_MAKEFILES="$ALL_MAKEFILES \\
22301         dlls/advapi32/tests/Makefile"
22302 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22303         advapi32/tests"
22304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22305 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22306 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22307
22308 ALL_MAKEFILES="$ALL_MAKEFILES \\
22309         dlls/advpack/Makefile"
22310 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22311         advpack"
22312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22313 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22314 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22315
22316 ALL_MAKEFILES="$ALL_MAKEFILES \\
22317         dlls/advpack/tests/Makefile"
22318 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22319         advpack/tests"
22320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22321 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22322 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22323
22324 ALL_MAKEFILES="$ALL_MAKEFILES \\
22325         dlls/amstream/Makefile"
22326 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22327         amstream"
22328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22329 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22330 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22331
22332 ALL_MAKEFILES="$ALL_MAKEFILES \\
22333         dlls/appwiz.cpl/Makefile"
22334 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22335         appwiz.cpl"
22336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22337 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22338 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22339
22340 ALL_MAKEFILES="$ALL_MAKEFILES \\
22341         dlls/atl/Makefile"
22342 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22343         atl"
22344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22345 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22346 ac_config_files="$ac_config_files dlls/atl/Makefile"
22347
22348 ALL_MAKEFILES="$ALL_MAKEFILES \\
22349         dlls/avicap32/Makefile"
22350 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22351         avicap32"
22352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22353 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22354 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22355
22356 ALL_MAKEFILES="$ALL_MAKEFILES \\
22357         dlls/avifil32/Makefile"
22358 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22359         avifil32"
22360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22361 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22362 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22363
22364 ALL_MAKEFILES="$ALL_MAKEFILES \\
22365         dlls/browseui/Makefile"
22366 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22367         browseui"
22368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22369 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22370 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22371
22372 ALL_MAKEFILES="$ALL_MAKEFILES \\
22373         dlls/browseui/tests/Makefile"
22374 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22375         browseui/tests"
22376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22377 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22378 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22379
22380 ALL_MAKEFILES="$ALL_MAKEFILES \\
22381         dlls/cabinet/Makefile"
22382 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22383         cabinet"
22384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22385 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22386 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22387
22388 ALL_MAKEFILES="$ALL_MAKEFILES \\
22389         dlls/cabinet/tests/Makefile"
22390 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22391         cabinet/tests"
22392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22393 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22394 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22395
22396 ALL_MAKEFILES="$ALL_MAKEFILES \\
22397         dlls/capi2032/Makefile"
22398 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22399         capi2032"
22400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22401 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22402 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22403
22404 ALL_MAKEFILES="$ALL_MAKEFILES \\
22405         dlls/cards/Makefile"
22406 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22407         cards"
22408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22409 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22410 ac_config_files="$ac_config_files dlls/cards/Makefile"
22411
22412 ALL_MAKEFILES="$ALL_MAKEFILES \\
22413         dlls/cfgmgr32/Makefile"
22414 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22415         cfgmgr32"
22416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22417 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22418 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22419
22420 ALL_MAKEFILES="$ALL_MAKEFILES \\
22421         dlls/clusapi/Makefile"
22422 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22423         clusapi"
22424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22425 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22426 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22427
22428 ALL_MAKEFILES="$ALL_MAKEFILES \\
22429         dlls/comcat/Makefile"
22430 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22431         comcat"
22432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22433 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22434 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22435
22436 ALL_MAKEFILES="$ALL_MAKEFILES \\
22437         dlls/comcat/tests/Makefile"
22438 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22439         comcat/tests"
22440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22441 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22442 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22443
22444 ALL_MAKEFILES="$ALL_MAKEFILES \\
22445         dlls/comctl32/Makefile"
22446 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22447         comctl32"
22448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22449 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22450 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22451
22452 ALL_MAKEFILES="$ALL_MAKEFILES \\
22453         dlls/comctl32/tests/Makefile"
22454 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22455         comctl32/tests"
22456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22457 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22458 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22459
22460 ALL_MAKEFILES="$ALL_MAKEFILES \\
22461         dlls/comdlg32/Makefile"
22462 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22463         comdlg32"
22464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22465 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22466 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22467
22468 ALL_MAKEFILES="$ALL_MAKEFILES \\
22469         dlls/comdlg32/tests/Makefile"
22470 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22471         comdlg32/tests"
22472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22473 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22474 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22475
22476 ALL_MAKEFILES="$ALL_MAKEFILES \\
22477         dlls/compstui/Makefile"
22478 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22479         compstui"
22480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22481 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22482 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22483
22484 ALL_MAKEFILES="$ALL_MAKEFILES \\
22485         dlls/credui/Makefile"
22486 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22487         credui"
22488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22489 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22490 ac_config_files="$ac_config_files dlls/credui/Makefile"
22491
22492 ALL_MAKEFILES="$ALL_MAKEFILES \\
22493         dlls/credui/tests/Makefile"
22494 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22495         credui/tests"
22496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22497 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22498 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22499
22500 ALL_MAKEFILES="$ALL_MAKEFILES \\
22501         dlls/crtdll/Makefile"
22502 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22503         crtdll"
22504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22505 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22506 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22507
22508 ALL_MAKEFILES="$ALL_MAKEFILES \\
22509         dlls/crypt32/Makefile"
22510 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22511         crypt32"
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22514 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22515
22516 ALL_MAKEFILES="$ALL_MAKEFILES \\
22517         dlls/crypt32/tests/Makefile"
22518 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22519         crypt32/tests"
22520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22521 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22522 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22523
22524 ALL_MAKEFILES="$ALL_MAKEFILES \\
22525         dlls/cryptdlg/Makefile"
22526 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22527         cryptdlg"
22528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22529 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22530 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22531
22532 ALL_MAKEFILES="$ALL_MAKEFILES \\
22533         dlls/cryptdll/Makefile"
22534 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22535         cryptdll"
22536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22537 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22538 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22539
22540 ALL_MAKEFILES="$ALL_MAKEFILES \\
22541         dlls/cryptnet/Makefile"
22542 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22543         cryptnet"
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22546 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22547
22548 ALL_MAKEFILES="$ALL_MAKEFILES \\
22549         dlls/cryptnet/tests/Makefile"
22550 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22551         cryptnet/tests"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22554 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22555
22556 ALL_MAKEFILES="$ALL_MAKEFILES \\
22557         dlls/cryptui/Makefile"
22558 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22559         cryptui"
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22562 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22563
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565         dlls/ctapi32/Makefile"
22566 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22567         ctapi32"
22568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22569 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22570 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22571
22572 ALL_MAKEFILES="$ALL_MAKEFILES \\
22573         dlls/ctl3d32/Makefile"
22574 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22575         ctl3d32"
22576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22577 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22578 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22579
22580 ALL_MAKEFILES="$ALL_MAKEFILES \\
22581         dlls/d3d10/Makefile"
22582 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22583         d3d10"
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22587
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589         dlls/d3d8/Makefile"
22590 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22591         d3d8"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22594 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22595
22596 ALL_MAKEFILES="$ALL_MAKEFILES \\
22597         dlls/d3d8/tests/Makefile"
22598 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22599         d3d8/tests"
22600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22601 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22602 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22603
22604 ALL_MAKEFILES="$ALL_MAKEFILES \\
22605         dlls/d3d9/Makefile"
22606 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22607         d3d9"
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22610 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22611
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613         dlls/d3d9/tests/Makefile"
22614 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22615         d3d9/tests"
22616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22617 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22618 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22619
22620 ALL_MAKEFILES="$ALL_MAKEFILES \\
22621         dlls/d3dim/Makefile"
22622 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22623         d3dim"
22624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22625 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22626 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22627
22628 ALL_MAKEFILES="$ALL_MAKEFILES \\
22629         dlls/d3drm/Makefile"
22630 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22631         d3drm"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22634 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22635
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637         dlls/d3drm/tests/Makefile"
22638 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22639         d3drm/tests"
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22642 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22643
22644 ALL_MAKEFILES="$ALL_MAKEFILES \\
22645         dlls/d3dx8/Makefile"
22646 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22647         d3dx8"
22648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22649 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22650 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22651
22652 ALL_MAKEFILES="$ALL_MAKEFILES \\
22653         dlls/d3dx8/tests/Makefile"
22654 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22655         d3dx8/tests"
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22658 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22659
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661         dlls/d3dx9_24/Makefile"
22662 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22663         d3dx9_24"
22664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22665 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22666 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22667
22668 ALL_MAKEFILES="$ALL_MAKEFILES \\
22669         dlls/d3dx9_25/Makefile"
22670 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22671         d3dx9_25"
22672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22673 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22674 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22675
22676 ALL_MAKEFILES="$ALL_MAKEFILES \\
22677         dlls/d3dx9_26/Makefile"
22678 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22679         d3dx9_26"
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22682 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22683
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685         dlls/d3dx9_27/Makefile"
22686 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22687         d3dx9_27"
22688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22689 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22690 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22691
22692 ALL_MAKEFILES="$ALL_MAKEFILES \\
22693         dlls/d3dx9_28/Makefile"
22694 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22695         d3dx9_28"
22696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22697 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22698 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22699
22700 ALL_MAKEFILES="$ALL_MAKEFILES \\
22701         dlls/d3dx9_29/Makefile"
22702 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22703         d3dx9_29"
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22707
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709         dlls/d3dx9_30/Makefile"
22710 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22711         d3dx9_30"
22712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22713 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22714 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22715
22716 ALL_MAKEFILES="$ALL_MAKEFILES \\
22717         dlls/d3dx9_31/Makefile"
22718 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22719         d3dx9_31"
22720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22721 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22722 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22723
22724 ALL_MAKEFILES="$ALL_MAKEFILES \\
22725         dlls/d3dx9_32/Makefile"
22726 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22727         d3dx9_32"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22730 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22731
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733         dlls/d3dx9_33/Makefile"
22734 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22735         d3dx9_33"
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22738 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22739
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741         dlls/d3dx9_34/Makefile"
22742 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22743         d3dx9_34"
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22746 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22747
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749         dlls/d3dx9_35/Makefile"
22750 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22751         d3dx9_35"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22754 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22755
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757         dlls/d3dx9_36/Makefile"
22758 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22759         d3dx9_36"
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22762 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22763
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765         dlls/d3dx9_36/tests/Makefile"
22766 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22767         d3dx9_36/tests"
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22770 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22771
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773         dlls/d3dx9_37/Makefile"
22774 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22775         d3dx9_37"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22778 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22779
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781         dlls/d3dxof/Makefile"
22782 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22783         d3dxof"
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22786 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22787
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789         dlls/d3dxof/tests/Makefile"
22790 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22791         d3dxof/tests"
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22794 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22795
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797         dlls/dbghelp/Makefile"
22798 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22799         dbghelp"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22802 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22803
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805         dlls/dciman32/Makefile"
22806 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22807         dciman32"
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22810 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22811
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813         dlls/ddraw/Makefile"
22814 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22815         ddraw"
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22818 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22819
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821         dlls/ddraw/tests/Makefile"
22822 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22823         ddraw/tests"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22826 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22827
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829         dlls/ddrawex/Makefile"
22830 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22831         ddrawex"
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22834 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22835
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837         dlls/devenum/Makefile"
22838 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22839         devenum"
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22842 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22843
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845         dlls/dinput/Makefile"
22846 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22847         dinput"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22851
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853         dlls/dinput/tests/Makefile"
22854 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22855         dinput/tests"
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22858 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22859
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861         dlls/dinput8/Makefile"
22862 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22863         dinput8"
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22866 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22867
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869         dlls/dmband/Makefile"
22870 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22871         dmband"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22874 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22875
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877         dlls/dmcompos/Makefile"
22878 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22879         dmcompos"
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22882 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22883
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885         dlls/dmime/Makefile"
22886 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22887         dmime"
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22890 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22891
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893         dlls/dmloader/Makefile"
22894 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22895         dmloader"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22898 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22899
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901         dlls/dmscript/Makefile"
22902 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22903         dmscript"
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22906 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22907
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909         dlls/dmstyle/Makefile"
22910 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22911         dmstyle"
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22914 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22915
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917         dlls/dmsynth/Makefile"
22918 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22919         dmsynth"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22923
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925         dlls/dmusic/Makefile"
22926 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22927         dmusic"
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22931
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933         dlls/dmusic32/Makefile"
22934 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22935         dmusic32"
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22938 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22939
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941         dlls/dnsapi/Makefile"
22942 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22943         dnsapi"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22947
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949         dlls/dnsapi/tests/Makefile"
22950 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22951         dnsapi/tests"
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22954 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22955
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957         dlls/dplay/Makefile"
22958 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22959         dplay"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22962 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22963
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965         dlls/dplayx/Makefile"
22966 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22967         dplayx"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22970 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22971
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973         dlls/dplayx/tests/Makefile"
22974 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22975         dplayx/tests"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22978 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22979
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981         dlls/dpnaddr/Makefile"
22982 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22983         dpnaddr"
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22986 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22987
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989         dlls/dpnet/Makefile"
22990 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22991         dpnet"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22994 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
22995
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997         dlls/dpnhpast/Makefile"
22998 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22999         dpnhpast"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23002 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23003
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005         dlls/dpnlobby/Makefile"
23006 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23007         dpnlobby"
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23011
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013         dlls/dpwsockx/Makefile"
23014 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23015         dpwsockx"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23019
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021         dlls/dsound/Makefile"
23022 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23023         dsound"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23026 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23027
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029         dlls/dsound/tests/Makefile"
23030 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23031         dsound/tests"
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23034 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23035
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037         dlls/dssenh/Makefile"
23038 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23039         dssenh"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23043
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045         dlls/dswave/Makefile"
23046 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23047         dswave"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23050 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23051
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053         dlls/dwmapi/Makefile"
23054 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23055         dwmapi"
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23058 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23059
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061         dlls/dxdiagn/Makefile"
23062 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23063         dxdiagn"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23067
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069         dlls/dxerr8/Makefile"
23070 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23071         dxerr8"
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23074 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23075
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077         dlls/dxerr9/Makefile"
23078 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23079         dxerr9"
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23082 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23083
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085         dlls/dxguid/Makefile"
23086 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23087         dxguid"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23090 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23091
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093         dlls/faultrep/Makefile"
23094 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23095         faultrep"
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23098 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23099
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101         dlls/fusion/Makefile"
23102 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23103         fusion"
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23106 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23107
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109         dlls/fusion/tests/Makefile"
23110 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23111         fusion/tests"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23114 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23115
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117         dlls/gdi32/Makefile"
23118 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23119         gdi32"
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23122 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23123
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125         dlls/gdi32/tests/Makefile"
23126 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23127         gdi32/tests"
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23130 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23131
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133         dlls/gdiplus/Makefile"
23134 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23135         gdiplus"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23138 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23139
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141         dlls/gdiplus/tests/Makefile"
23142 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23143         gdiplus/tests"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23146 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23147
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149         dlls/glu32/Makefile"
23150 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23151         glu32"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23154 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23155
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157         dlls/gphoto2.ds/Makefile"
23158 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23159         gphoto2.ds"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23163
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165         dlls/gpkcsp/Makefile"
23166 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23167         gpkcsp"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23170 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23171
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173         dlls/hal/Makefile"
23174 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175         hal"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/hal/Makefile"
23179
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181         dlls/hhctrl.ocx/Makefile"
23182 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23183         hhctrl.ocx"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23187
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189         dlls/hid/Makefile"
23190 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23191         hid"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/hid/Makefile"
23195
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197         dlls/hlink/Makefile"
23198 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199         hlink"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23203
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205         dlls/hlink/tests/Makefile"
23206 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23207         hlink/tests"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23210 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23211
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213         dlls/hnetcfg/Makefile"
23214 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23215         hnetcfg"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23219
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221         dlls/iccvid/Makefile"
23222 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23223         iccvid"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23226 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23227
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229         dlls/icmp/Makefile"
23230 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23231         icmp"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23234 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23235
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237         dlls/ifsmgr.vxd/Makefile"
23238 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239         ifsmgr.vxd"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23243
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245         dlls/imaadp32.acm/Makefile"
23246 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247         imaadp32.acm"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23251
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253         dlls/imagehlp/Makefile"
23254 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23255         imagehlp"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23259
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261         dlls/imm32/Makefile"
23262 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263         imm32"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23267
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269         dlls/imm32/tests/Makefile"
23270 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23271         imm32/tests"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23274 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23275
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277         dlls/inetcomm/Makefile"
23278 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23279         inetcomm"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23283
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285         dlls/inetcomm/tests/Makefile"
23286 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23287         inetcomm/tests"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23290 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23291
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293         dlls/inetmib1/Makefile"
23294 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23295         inetmib1"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23298 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23299
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301         dlls/inetmib1/tests/Makefile"
23302 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23303         inetmib1/tests"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23306 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23307
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309         dlls/infosoft/Makefile"
23310 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23311         infosoft"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23314 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23315
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317         dlls/infosoft/tests/Makefile"
23318 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23319         infosoft/tests"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23322 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23323
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325         dlls/initpki/Makefile"
23326 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23327         initpki"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23330 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23331
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333         dlls/inkobj/Makefile"
23334 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23335         inkobj"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23338 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23339
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341         dlls/inseng/Makefile"
23342 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23343         inseng"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23346 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23347
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349         dlls/iphlpapi/Makefile"
23350 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23351         iphlpapi"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23355
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357         dlls/iphlpapi/tests/Makefile"
23358 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23359         iphlpapi/tests"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23362 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23363
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365         dlls/itircl/Makefile"
23366 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23367         itircl"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23370 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23371
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373         dlls/itss/Makefile"
23374 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23375         itss"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/itss/Makefile"
23379
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381         dlls/itss/tests/Makefile"
23382 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23383         itss/tests"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23386 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23387
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389         dlls/jscript/Makefile"
23390 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23391         jscript"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23394 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23395
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397         dlls/jscript/tests/Makefile"
23398 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23399         jscript/tests"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23402 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23403
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405         dlls/kernel32/Makefile"
23406 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23407         kernel32"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23410 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23411
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413         dlls/kernel32/tests/Makefile"
23414 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23415         kernel32/tests"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23418 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23419
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421         dlls/localspl/Makefile"
23422 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23423         localspl"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23426 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23427
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429         dlls/localspl/tests/Makefile"
23430 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23431         localspl/tests"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23434 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23435
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437         dlls/localui/Makefile"
23438 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23439         localui"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23442 ac_config_files="$ac_config_files dlls/localui/Makefile"
23443
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445         dlls/localui/tests/Makefile"
23446 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23447         localui/tests"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23450 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23451
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453         dlls/lz32/Makefile"
23454 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23455         lz32"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23458 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23459
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461         dlls/lz32/tests/Makefile"
23462 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23463         lz32/tests"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23466 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23467
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469         dlls/mapi32/Makefile"
23470 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23471         mapi32"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23475
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477         dlls/mapi32/tests/Makefile"
23478 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23479         mapi32/tests"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23482 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23483
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485         dlls/mciavi32/Makefile"
23486 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23487         mciavi32"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23490 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23491
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493         dlls/mcicda/Makefile"
23494 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23495         mcicda"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23498 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23499
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501         dlls/mciseq/Makefile"
23502 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23503         mciseq"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23507
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509         dlls/mciwave/Makefile"
23510 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23511         mciwave"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23514 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23515
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517         dlls/midimap/Makefile"
23518 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519         midimap"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23523
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525         dlls/mlang/Makefile"
23526 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23527         mlang"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23530 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23531
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533         dlls/mlang/tests/Makefile"
23534 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23535         mlang/tests"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23538 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23539
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541         dlls/mmdevldr.vxd/Makefile"
23542 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23543         mmdevldr.vxd"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23546 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23547
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549         dlls/monodebg.vxd/Makefile"
23550 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23551         monodebg.vxd"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23555
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557         dlls/mountmgr.sys/Makefile"
23558 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23559         mountmgr.sys"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23562 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23563
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565         dlls/mpr/Makefile"
23566 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23567         mpr"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23571
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573         dlls/mprapi/Makefile"
23574 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23575         mprapi"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23578 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23579
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581         dlls/msacm32.drv/Makefile"
23582 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583         msacm32.drv"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23587
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589         dlls/msacm32/Makefile"
23590 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23591         msacm32"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23595
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597         dlls/msacm32/tests/Makefile"
23598 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23599         msacm32/tests"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23602 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23603
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605         dlls/msadp32.acm/Makefile"
23606 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23607         msadp32.acm"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23610 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23611
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613         dlls/mscat32/Makefile"
23614 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23615         mscat32"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23618 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23619
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621         dlls/mscms/Makefile"
23622 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23623         mscms"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23626 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23627
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629         dlls/mscms/tests/Makefile"
23630 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23631         mscms/tests"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23634 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23635
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637         dlls/mscoree/Makefile"
23638 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23639         mscoree"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23642 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23643
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645         dlls/msdmo/Makefile"
23646 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23647         msdmo"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23651
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653         dlls/msftedit/Makefile"
23654 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23655         msftedit"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23658 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23659
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661         dlls/msg711.acm/Makefile"
23662 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23663         msg711.acm"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23667
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669         dlls/mshtml.tlb/Makefile"
23670 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23671         mshtml.tlb"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23674 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23675
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677         dlls/mshtml/Makefile"
23678 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23679         mshtml"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23683
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685         dlls/mshtml/tests/Makefile"
23686 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23687         mshtml/tests"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23690 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23691
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693         dlls/msi/Makefile"
23694 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23695         msi"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23698 ac_config_files="$ac_config_files dlls/msi/Makefile"
23699
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701         dlls/msi/tests/Makefile"
23702 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23703         msi/tests"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23706 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23707
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709         dlls/msimg32/Makefile"
23710 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23711         msimg32"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23715
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717         dlls/msimtf/Makefile"
23718 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23719         msimtf"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23722 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23723
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725         dlls/msisip/Makefile"
23726 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23727         msisip"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23730 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23731
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733         dlls/msisys.ocx/Makefile"
23734 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23735         msisys.ocx"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23738 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23739
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741         dlls/msnet32/Makefile"
23742 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743         msnet32"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23747
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749         dlls/msrle32/Makefile"
23750 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23751         msrle32"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23755
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757         dlls/mssip32/Makefile"
23758 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23759         mssip32"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23763
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765         dlls/mstask/Makefile"
23766 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23767         mstask"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23771
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773         dlls/mstask/tests/Makefile"
23774 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23775         mstask/tests"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23778 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23779
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781         dlls/msvcirt/Makefile"
23782 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23783         msvcirt"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23786 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23787
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789         dlls/msvcr71/Makefile"
23790 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23791         msvcr71"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23794 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23795
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797         dlls/msvcrt/Makefile"
23798 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23799         msvcrt"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23803
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805         dlls/msvcrt/tests/Makefile"
23806 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23807         msvcrt/tests"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23810 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23811
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813         dlls/msvcrt20/Makefile"
23814 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23815         msvcrt20"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23819
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821         dlls/msvcrt40/Makefile"
23822 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23823         msvcrt40"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23826 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23827
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829         dlls/msvcrtd/Makefile"
23830 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23831         msvcrtd"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23835
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837         dlls/msvcrtd/tests/Makefile"
23838 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23839         msvcrtd/tests"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23842 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23843
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845         dlls/msvfw32/Makefile"
23846 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23847         msvfw32"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23850 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23851
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853         dlls/msvidc32/Makefile"
23854 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23855         msvidc32"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23858 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23859
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861         dlls/mswsock/Makefile"
23862 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23863         mswsock"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23866 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23867
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869         dlls/msxml3/Makefile"
23870 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871         msxml3"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23875
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877         dlls/msxml3/tests/Makefile"
23878 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23879         msxml3/tests"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23882 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23883
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885         dlls/nddeapi/Makefile"
23886 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23887         nddeapi"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23890 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23891
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893         dlls/netapi32/Makefile"
23894 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23895         netapi32"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23899
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901         dlls/netapi32/tests/Makefile"
23902 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23903         netapi32/tests"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23906 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23907
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909         dlls/newdev/Makefile"
23910 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23911         newdev"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23915
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917         dlls/ntdll/Makefile"
23918 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23919         ntdll"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23922 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23923
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925         dlls/ntdll/tests/Makefile"
23926 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23927         ntdll/tests"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23930 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23931
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933         dlls/ntdsapi/Makefile"
23934 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23935         ntdsapi"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23938 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23939
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941         dlls/ntdsapi/tests/Makefile"
23942 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23943         ntdsapi/tests"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23946 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23947
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949         dlls/ntoskrnl.exe/Makefile"
23950 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23951         ntoskrnl.exe"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23955
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957         dlls/ntprint/Makefile"
23958 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23959         ntprint"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23962 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23963
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965         dlls/ntprint/tests/Makefile"
23966 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23967         ntprint/tests"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23970 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23971
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973         dlls/objsel/Makefile"
23974 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23975         objsel"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23979
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981         dlls/odbc32/Makefile"
23982 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23983         odbc32"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23987
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989         dlls/odbccp32/Makefile"
23990 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23991         odbccp32"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23994 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
23995
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997         dlls/odbccp32/tests/Makefile"
23998 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23999         odbccp32/tests"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24002 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24003
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005         dlls/ole32/Makefile"
24006 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24007         ole32"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24010 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24011
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013         dlls/ole32/tests/Makefile"
24014 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24015         ole32/tests"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24018 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24019
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021         dlls/oleacc/Makefile"
24022 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24023         oleacc"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24027
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029         dlls/oleaut32/Makefile"
24030 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24031         oleaut32"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24034 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24035
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037         dlls/oleaut32/tests/Makefile"
24038 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24039         oleaut32/tests"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24042 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24043
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045         dlls/olecli32/Makefile"
24046 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24047         olecli32"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24051
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053         dlls/oledlg/Makefile"
24054 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055         oledlg"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24059
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061         dlls/olepro32/Makefile"
24062 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24063         olepro32"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24066 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24067
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069         dlls/olesvr32/Makefile"
24070 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071         olesvr32"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24075
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077         dlls/olethk32/Makefile"
24078 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24079         olethk32"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24082 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24083
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085         dlls/opengl32/Makefile"
24086 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087         opengl32"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24091
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093         dlls/opengl32/tests/Makefile"
24094 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24095         opengl32/tests"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24098 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24099
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101         dlls/pdh/Makefile"
24102 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24103         pdh"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24106 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24107
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109         dlls/pdh/tests/Makefile"
24110 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24111         pdh/tests"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24114 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24115
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117         dlls/powrprof/Makefile"
24118 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24119         powrprof"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24123
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125         dlls/printui/Makefile"
24126 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127         printui"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/printui/Makefile"
24131
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133         dlls/propsys/Makefile"
24134 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24135         propsys"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24138 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24139
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141         dlls/psapi/Makefile"
24142 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143         psapi"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24147
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149         dlls/psapi/tests/Makefile"
24150 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24151         psapi/tests"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24154 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24155
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157         dlls/pstorec/Makefile"
24158 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24159         pstorec"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24162 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24163
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165         dlls/qcap/Makefile"
24166 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167         qcap"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24171
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173         dlls/qedit/Makefile"
24174 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175         qedit"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24179
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181         dlls/qedit/tests/Makefile"
24182 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24183         qedit/tests"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24186 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24187
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189         dlls/qmgr/Makefile"
24190 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191         qmgr"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24195
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197         dlls/qmgr/tests/Makefile"
24198 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24199         qmgr/tests"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24202 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24203
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205         dlls/qmgrprxy/Makefile"
24206 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24207         qmgrprxy"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24210 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24211
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213         dlls/quartz/Makefile"
24214 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215         quartz"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24219
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221         dlls/quartz/tests/Makefile"
24222 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24223         quartz/tests"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24226 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24227
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229         dlls/query/Makefile"
24230 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231         query"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/query/Makefile"
24235
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237         dlls/rasapi32/Makefile"
24238 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239         rasapi32"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24243
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245         dlls/rasapi32/tests/Makefile"
24246 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24247         rasapi32/tests"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24250 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24251
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253         dlls/resutils/Makefile"
24254 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24255         resutils"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24258 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24259
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261         dlls/riched20/Makefile"
24262 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263         riched20"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24267
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269         dlls/riched20/tests/Makefile"
24270 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24271         riched20/tests"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24274 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24275
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277         dlls/riched32/Makefile"
24278 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279         riched32"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24283
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285         dlls/riched32/tests/Makefile"
24286 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24287         riched32/tests"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24290 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24291
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293         dlls/rpcrt4/Makefile"
24294 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295         rpcrt4"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24299
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301         dlls/rpcrt4/tests/Makefile"
24302 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24303         rpcrt4/tests"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24306 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24307
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309         dlls/rsabase/Makefile"
24310 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311         rsabase"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24315
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317         dlls/rsaenh/Makefile"
24318 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24319         rsaenh"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24322 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24323
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325         dlls/rsaenh/tests/Makefile"
24326 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24327         rsaenh/tests"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24330 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24331
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333         dlls/sane.ds/Makefile"
24334 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335         sane.ds"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24339
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341         dlls/sccbase/Makefile"
24342 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343         sccbase"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24347
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349         dlls/schannel/Makefile"
24350 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351         schannel"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24355
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357         dlls/schannel/tests/Makefile"
24358 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24359         schannel/tests"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24362 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24363
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365         dlls/secur32/Makefile"
24366 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367         secur32"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24371
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373         dlls/secur32/tests/Makefile"
24374 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24375         secur32/tests"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24378 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24379
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381         dlls/security/Makefile"
24382 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383         security"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/security/Makefile"
24387
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389         dlls/sensapi/Makefile"
24390 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391         sensapi"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24395
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397         dlls/serialui/Makefile"
24398 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399         serialui"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24403
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405         dlls/serialui/tests/Makefile"
24406 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24407         serialui/tests"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24410 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24411
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413         dlls/setupapi/Makefile"
24414 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415         setupapi"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24419
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421         dlls/setupapi/tests/Makefile"
24422 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24423         setupapi/tests"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24426 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24427
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429         dlls/sfc/Makefile"
24430 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431         sfc"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24435
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437         dlls/sfc_os/Makefile"
24438 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439         sfc_os"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24443
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445         dlls/shdoclc/Makefile"
24446 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447         shdoclc"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24451
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453         dlls/shdocvw/Makefile"
24454 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455         shdocvw"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24459
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461         dlls/shdocvw/tests/Makefile"
24462 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24463         shdocvw/tests"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24466 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24467
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469         dlls/shell32/Makefile"
24470 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471         shell32"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24475
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477         dlls/shell32/tests/Makefile"
24478 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24479         shell32/tests"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24483
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485         dlls/shfolder/Makefile"
24486 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487         shfolder"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24491
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493         dlls/shlwapi/Makefile"
24494 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495         shlwapi"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24499
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501         dlls/shlwapi/tests/Makefile"
24502 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24503         shlwapi/tests"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24507
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509         dlls/slbcsp/Makefile"
24510 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511         slbcsp"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24515
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517         dlls/slc/Makefile"
24518 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519         slc"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/slc/Makefile"
24523
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525         dlls/snmpapi/Makefile"
24526 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527         snmpapi"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24531
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533         dlls/snmpapi/tests/Makefile"
24534 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24535         snmpapi/tests"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24538 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24539
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541         dlls/softpub/Makefile"
24542 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543         softpub"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24547
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549         dlls/spoolss/Makefile"
24550 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551         spoolss"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24555
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557         dlls/spoolss/tests/Makefile"
24558 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24559         spoolss/tests"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24562 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24563
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565         dlls/stdole2.tlb/Makefile"
24566 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567         stdole2.tlb"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24571
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573         dlls/stdole32.tlb/Makefile"
24574 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575         stdole32.tlb"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24579
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581         dlls/sti/Makefile"
24582 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583         sti"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/sti/Makefile"
24587
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589         dlls/strmiids/Makefile"
24590 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24591         strmiids"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24594 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24595
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597         dlls/svrapi/Makefile"
24598 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599         svrapi"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24603
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605         dlls/sxs/Makefile"
24606 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607         sxs"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24611
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613         dlls/tapi32/Makefile"
24614 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615         tapi32"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24619
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621         dlls/twain_32/Makefile"
24622 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623         twain_32"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24627
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629         dlls/unicows/Makefile"
24630 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631         unicows"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24635
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637         dlls/url/Makefile"
24638 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639         url"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/url/Makefile"
24643
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645         dlls/urlmon/Makefile"
24646 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647         urlmon"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24651
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653         dlls/urlmon/tests/Makefile"
24654 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24655         urlmon/tests"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24658 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24659
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661         dlls/user32/Makefile"
24662 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663         user32"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/user32/Makefile"
24667
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669         dlls/user32/tests/Makefile"
24670 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24671         user32/tests"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24674 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24675
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677         dlls/userenv/Makefile"
24678 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24679         userenv"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24682 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24683
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685         dlls/userenv/tests/Makefile"
24686 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24687         userenv/tests"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24690 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24691
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693         dlls/usp10/Makefile"
24694 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695         usp10"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24699
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701         dlls/usp10/tests/Makefile"
24702 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24703         usp10/tests"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24706 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24707
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709         dlls/uuid/Makefile"
24710 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24711         uuid"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24714 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24715
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717         dlls/uxtheme/Makefile"
24718 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719         uxtheme"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24723
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725         dlls/uxtheme/tests/Makefile"
24726 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24727         uxtheme/tests"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24730 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24731
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733         dlls/vdhcp.vxd/Makefile"
24734 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735         vdhcp.vxd"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24739
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741         dlls/vdmdbg/Makefile"
24742 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743         vdmdbg"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24747
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749         dlls/version/Makefile"
24750 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751         version"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/version/Makefile"
24755
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757         dlls/version/tests/Makefile"
24758 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24759         version/tests"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24762 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24763
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765         dlls/vmm.vxd/Makefile"
24766 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767         vmm.vxd"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24771
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773         dlls/vnbt.vxd/Makefile"
24774 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775         vnbt.vxd"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24779
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781         dlls/vnetbios.vxd/Makefile"
24782 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783         vnetbios.vxd"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24787
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789         dlls/vtdapi.vxd/Makefile"
24790 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791         vtdapi.vxd"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24795
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797         dlls/vwin32.vxd/Makefile"
24798 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799         vwin32.vxd"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24803
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805         dlls/w32skrnl/Makefile"
24806 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807         w32skrnl"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24811
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813         dlls/winealsa.drv/Makefile"
24814 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815         winealsa.drv"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24819
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821         dlls/wineaudioio.drv/Makefile"
24822 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823         wineaudioio.drv"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24827
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829         dlls/winecoreaudio.drv/Makefile"
24830 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831         winecoreaudio.drv"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24835
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837         dlls/winecrt0/Makefile"
24838 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24839         winecrt0"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24842 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24843
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845         dlls/wined3d/Makefile"
24846 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847         wined3d"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24851
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853         dlls/winedos/Makefile"
24854 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855         winedos"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24859
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861         dlls/wineesd.drv/Makefile"
24862 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863         wineesd.drv"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24867
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869         dlls/winejack.drv/Makefile"
24870 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871         winejack.drv"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24875
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877         dlls/winejoystick.drv/Makefile"
24878 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879         winejoystick.drv"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24883
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885         dlls/winemp3.acm/Makefile"
24886 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887         winemp3.acm"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24891
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893         dlls/winenas.drv/Makefile"
24894 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895         winenas.drv"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24899
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901         dlls/wineoss.drv/Makefile"
24902 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903         wineoss.drv"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24907
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909         dlls/wineps.drv/Makefile"
24910 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911         wineps.drv"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24915
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917         dlls/winequartz.drv/Makefile"
24918 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919         winequartz.drv"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24923
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925         dlls/winex11.drv/Makefile"
24926 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927         winex11.drv"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24931
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933         dlls/wing32/Makefile"
24934 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935         wing32"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24939
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941         dlls/winhttp/Makefile"
24942 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943         winhttp"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24947
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949         dlls/winhttp/tests/Makefile"
24950 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24951         winhttp/tests"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24954 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24955
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957         dlls/wininet/Makefile"
24958 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959         wininet"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24963
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965         dlls/wininet/tests/Makefile"
24966 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24967         wininet/tests"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24970 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24971
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973         dlls/winmm/Makefile"
24974 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975         winmm"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24979
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981         dlls/winmm/tests/Makefile"
24982 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24983         winmm/tests"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24986 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24987
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989         dlls/winnls32/Makefile"
24990 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991         winnls32"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
24995
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997         dlls/winscard/Makefile"
24998 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999         winscard"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25003
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005         dlls/winspool.drv/Makefile"
25006 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007         winspool.drv"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25011
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013         dlls/winspool.drv/tests/Makefile"
25014 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25015         winspool.drv/tests"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25018 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25019
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021         dlls/wintab32/Makefile"
25022 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023         wintab32"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25027
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029         dlls/wintrust/Makefile"
25030 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031         wintrust"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25035
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037         dlls/wintrust/tests/Makefile"
25038 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25039         wintrust/tests"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25042 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25043
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045         dlls/wldap32/Makefile"
25046 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047         wldap32"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25051
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053         dlls/wmi/Makefile"
25054 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055         wmi"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25059
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061         dlls/wnaspi32/Makefile"
25062 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063         wnaspi32"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25067
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069         dlls/wow32/Makefile"
25070 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071         wow32"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25075
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077         dlls/ws2_32/Makefile"
25078 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079         ws2_32"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25083
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085         dlls/ws2_32/tests/Makefile"
25086 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25087         ws2_32/tests"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25090 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25091
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093         dlls/wsock32/Makefile"
25094 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25095         wsock32"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25098 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25099
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101         dlls/wtsapi32/Makefile"
25102 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103         wtsapi32"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25107
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109         documentation/Makefile"
25110 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25111         documentation"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 documentation/Makefile: documentation/Makefile.in Make.rules"
25114 ac_config_files="$ac_config_files documentation/Makefile"
25115
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117         fonts/Makefile"
25118 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25119         fonts"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 fonts/Makefile: fonts/Makefile.in Make.rules"
25122 ac_config_files="$ac_config_files fonts/Makefile"
25123
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125         include/Makefile"
25126 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25127         include"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 include/Makefile: include/Makefile.in Make.rules"
25130 ac_config_files="$ac_config_files include/Makefile"
25131
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133         libs/Makefile"
25134 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25135         libs"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 libs/Makefile: libs/Makefile.in Make.rules"
25138 ac_config_files="$ac_config_files libs/Makefile"
25139
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141         libs/port/Makefile"
25142
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25145 ac_config_files="$ac_config_files libs/port/Makefile"
25146
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148         libs/wine/Makefile"
25149
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25152 ac_config_files="$ac_config_files libs/wine/Makefile"
25153
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155         libs/wpp/Makefile"
25156
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25159 ac_config_files="$ac_config_files libs/wpp/Makefile"
25160
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162         loader/Makefile"
25163 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25164         loader"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 loader/Makefile: loader/Makefile.in Make.rules"
25167 ac_config_files="$ac_config_files loader/Makefile"
25168
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170         programs/Makefile"
25171 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25172         programs"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 programs/Makefile: programs/Makefile.in Make.rules"
25175 ac_config_files="$ac_config_files programs/Makefile"
25176
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178         programs/clock/Makefile"
25179 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25180         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25181         clock"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25184 ac_config_files="$ac_config_files programs/clock/Makefile"
25185
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187         programs/cmd/Makefile"
25188 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25189         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25190         cmd"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25193 ac_config_files="$ac_config_files programs/cmd/Makefile"
25194
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196         programs/cmdlgtst/Makefile"
25197 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25198         cmdlgtst"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25201 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25202
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204         programs/control/Makefile"
25205 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25206         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25207         control"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25210 ac_config_files="$ac_config_files programs/control/Makefile"
25211
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213         programs/eject/Makefile"
25214 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25215         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25216         eject"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25219 ac_config_files="$ac_config_files programs/eject/Makefile"
25220
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222         programs/expand/Makefile"
25223 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25224         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25225         expand"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25228 ac_config_files="$ac_config_files programs/expand/Makefile"
25229
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231         programs/explorer/Makefile"
25232 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25233         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25234         explorer"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25237 ac_config_files="$ac_config_files programs/explorer/Makefile"
25238
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240         programs/hh/Makefile"
25241 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25242         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25243         hh"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25246 ac_config_files="$ac_config_files programs/hh/Makefile"
25247
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249         programs/icinfo/Makefile"
25250 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25251         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25252         icinfo"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25255 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25256
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258         programs/iexplore/Makefile"
25259 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25260         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25261         iexplore"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25264 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25265
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267         programs/msiexec/Makefile"
25268 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25269         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25270         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25271         msiexec"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25274 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25275
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277         programs/net/Makefile"
25278 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25279         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25280         net"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25283 ac_config_files="$ac_config_files programs/net/Makefile"
25284
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286         programs/notepad/Makefile"
25287 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25288         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25289         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25290         notepad"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25293 ac_config_files="$ac_config_files programs/notepad/Makefile"
25294
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296         programs/oleview/Makefile"
25297 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25298         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25299         oleview"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25302 ac_config_files="$ac_config_files programs/oleview/Makefile"
25303
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305         programs/progman/Makefile"
25306 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25307         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25308         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25309         progman"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25312 ac_config_files="$ac_config_files programs/progman/Makefile"
25313
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315         programs/reg/Makefile"
25316 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25317         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25318         reg"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25321 ac_config_files="$ac_config_files programs/reg/Makefile"
25322
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324         programs/regedit/Makefile"
25325 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25326         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25327         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25328         regedit"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25331 ac_config_files="$ac_config_files programs/regedit/Makefile"
25332
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334         programs/regsvr32/Makefile"
25335 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25336         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25337         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25338         regsvr32"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25341 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25342
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344         programs/rpcss/Makefile"
25345 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25346         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25347         rpcss"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25350 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25351
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353         programs/rundll32/Makefile"
25354 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25355         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25356         rundll32"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25359 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25360
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362         programs/secedit/Makefile"
25363 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25364         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25365         secedit"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25368 ac_config_files="$ac_config_files programs/secedit/Makefile"
25369
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371         programs/services/Makefile"
25372 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25373         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25374         services"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25377 ac_config_files="$ac_config_files programs/services/Makefile"
25378
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380         programs/spoolsv/Makefile"
25381 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25382         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25383         spoolsv"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25386 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25387
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389         programs/start/Makefile"
25390 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25391         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25392         start"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25395 ac_config_files="$ac_config_files programs/start/Makefile"
25396
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398         programs/svchost/Makefile"
25399 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25400         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25401         svchost"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25404 ac_config_files="$ac_config_files programs/svchost/Makefile"
25405
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407         programs/taskmgr/Makefile"
25408 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25409         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25410         taskmgr"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25413 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25414
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416         programs/uninstaller/Makefile"
25417 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25418         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25419         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25420         uninstaller"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25423 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25424
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426         programs/view/Makefile"
25427 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25428         view"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25431 ac_config_files="$ac_config_files programs/view/Makefile"
25432
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434         programs/wineboot/Makefile"
25435 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25436         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25437         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25438         wineboot"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25441 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25442
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444         programs/winebrowser/Makefile"
25445 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25446         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25447         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25448         winebrowser"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25451 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25452
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454         programs/winecfg/Makefile"
25455 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25456         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25457         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25458         winecfg"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25461 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25462
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464         programs/wineconsole/Makefile"
25465 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25466         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25467         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25468         wineconsole"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25471 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25472
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474         programs/winedbg/Makefile"
25475 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25476         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25477         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25478         winedbg"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25481 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25482
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484         programs/winedevice/Makefile"
25485 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25486         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25487         winedevice"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25490 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25491
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493         programs/winefile/Makefile"
25494 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25495         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25496         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25497         winefile"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25500 ac_config_files="$ac_config_files programs/winefile/Makefile"
25501
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503         programs/winemenubuilder/Makefile"
25504 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25505         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25506         winemenubuilder"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25509 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25510
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512         programs/winemine/Makefile"
25513 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25514         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25515         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25516         winemine"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25519 ac_config_files="$ac_config_files programs/winemine/Makefile"
25520
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522         programs/winepath/Makefile"
25523 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25524         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25525         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25526         winepath"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25529 ac_config_files="$ac_config_files programs/winepath/Makefile"
25530
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532         programs/winetest/Makefile"
25533 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25534         winetest"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25537 ac_config_files="$ac_config_files programs/winetest/Makefile"
25538
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540         programs/winevdm/Makefile"
25541 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25542         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25543         winevdm"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25546 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25547
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549         programs/winhlp32/Makefile"
25550 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25551         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25552         winhlp32"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25555 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25556
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558         programs/winver/Makefile"
25559 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25560         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25561         winver"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25564 ac_config_files="$ac_config_files programs/winver/Makefile"
25565
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567         programs/wordpad/Makefile"
25568 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25569         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25570         wordpad"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25573 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25574
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576         programs/write/Makefile"
25577 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25578         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25579         write"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25582 ac_config_files="$ac_config_files programs/write/Makefile"
25583
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585         programs/xcopy/Makefile"
25586 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25587         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25588         xcopy"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25591 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25592
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594         server/Makefile"
25595 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25596         server"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 server/Makefile: server/Makefile.in Make.rules"
25599 ac_config_files="$ac_config_files server/Makefile"
25600
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602         tools/Makefile"
25603 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25604         tools"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 tools/Makefile: tools/Makefile.in Make.rules"
25607 ac_config_files="$ac_config_files tools/Makefile"
25608
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610         tools/widl/Makefile"
25611
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25614 ac_config_files="$ac_config_files tools/widl/Makefile"
25615
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617         tools/winebuild/Makefile"
25618
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25621 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25622
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624         tools/winedump/Makefile"
25625
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25628 ac_config_files="$ac_config_files tools/winedump/Makefile"
25629
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631         tools/winegcc/Makefile"
25632
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25635 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25636
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638         tools/wmc/Makefile"
25639
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25642 ac_config_files="$ac_config_files tools/wmc/Makefile"
25643
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645         tools/wrc/Makefile"
25646
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25649 ac_config_files="$ac_config_files tools/wrc/Makefile"
25650
25651
25652
25653 ALL_WINETEST_DEPENDS="# Test binaries"
25654
25655 for dir in $ALL_TEST_DIRS
25656 do
25657     if test "$dir" != "\\"
25658     then
25659         testname=`expr $dir : '\(.*\)/tests'`_test.exe
25660         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25661 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25662         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25663     fi
25664 done
25665
25666 cat >confcache <<\_ACEOF
25667 # This file is a shell script that caches the results of configure
25668 # tests run on this system so they can be shared between configure
25669 # scripts and configure runs, see configure's option --config-cache.
25670 # It is not useful on other systems.  If it contains results you don't
25671 # want to keep, you may remove or edit it.
25672 #
25673 # config.status only pays attention to the cache file if you give it
25674 # the --recheck option to rerun configure.
25675 #
25676 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25677 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25678 # following values.
25679
25680 _ACEOF
25681
25682 # The following way of writing the cache mishandles newlines in values,
25683 # but we know of no workaround that is simple, portable, and efficient.
25684 # So, we kill variables containing newlines.
25685 # Ultrix sh set writes to stderr and can't be redirected directly,
25686 # and sets the high bit in the cache file unless we assign to the vars.
25687 (
25688   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25689     eval ac_val=\$$ac_var
25690     case $ac_val in #(
25691     *${as_nl}*)
25692       case $ac_var in #(
25693       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25694 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25695       esac
25696       case $ac_var in #(
25697       _ | IFS | as_nl) ;; #(
25698       *) $as_unset $ac_var ;;
25699       esac ;;
25700     esac
25701   done
25702
25703   (set) 2>&1 |
25704     case $as_nl`(ac_space=' '; set) 2>&1` in #(
25705     *${as_nl}ac_space=\ *)
25706       # `set' does not quote correctly, so add quotes (double-quote
25707       # substitution turns \\\\ into \\, and sed turns \\ into \).
25708       sed -n \
25709         "s/'/'\\\\''/g;
25710           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25711       ;; #(
25712     *)
25713       # `set' quotes correctly as required by POSIX, so do not add quotes.
25714       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25715       ;;
25716     esac |
25717     sort
25718 ) |
25719   sed '
25720      /^ac_cv_env_/b end
25721      t clear
25722      :clear
25723      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25724      t end
25725      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25726      :end' >>confcache
25727 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25728   if test -w "$cache_file"; then
25729     test "x$cache_file" != "x/dev/null" &&
25730       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25731 echo "$as_me: updating cache $cache_file" >&6;}
25732     cat confcache >$cache_file
25733   else
25734     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25735 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25736   fi
25737 fi
25738 rm -f confcache
25739
25740 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25741 # Let make expand exec_prefix.
25742 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25743
25744 DEFS=-DHAVE_CONFIG_H
25745
25746 ac_libobjs=
25747 ac_ltlibobjs=
25748 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25749   # 1. Remove the extension, and $U if already installed.
25750   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25751   ac_i=`echo "$ac_i" | sed "$ac_script"`
25752   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
25753   #    will be set to the directory where LIBOBJS objects are built.
25754   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25755   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25756 done
25757 LIBOBJS=$ac_libobjs
25758
25759 LTLIBOBJS=$ac_ltlibobjs
25760
25761
25762
25763 : ${CONFIG_STATUS=./config.status}
25764 ac_clean_files_save=$ac_clean_files
25765 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25766 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25767 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25768 cat >$CONFIG_STATUS <<_ACEOF
25769 #! $SHELL
25770 # Generated by $as_me.
25771 # Run this file to recreate the current configuration.
25772 # Compiler output produced by configure, useful for debugging
25773 # configure, is in config.log if it exists.
25774
25775 debug=false
25776 ac_cs_recheck=false
25777 ac_cs_silent=false
25778 SHELL=\${CONFIG_SHELL-$SHELL}
25779 _ACEOF
25780
25781 cat >>$CONFIG_STATUS <<\_ACEOF
25782 ## --------------------- ##
25783 ## M4sh Initialization.  ##
25784 ## --------------------- ##
25785
25786 # Be more Bourne compatible
25787 DUALCASE=1; export DUALCASE # for MKS sh
25788 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25789   emulate sh
25790   NULLCMD=:
25791   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25792   # is contrary to our usage.  Disable this feature.
25793   alias -g '${1+"$@"}'='"$@"'
25794   setopt NO_GLOB_SUBST
25795 else
25796   case `(set -o) 2>/dev/null` in
25797   *posix*) set -o posix ;;
25798 esac
25799
25800 fi
25801
25802
25803
25804
25805 # PATH needs CR
25806 # Avoid depending upon Character Ranges.
25807 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25808 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25809 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25810 as_cr_digits='0123456789'
25811 as_cr_alnum=$as_cr_Letters$as_cr_digits
25812
25813 # The user is always right.
25814 if test "${PATH_SEPARATOR+set}" != set; then
25815   echo "#! /bin/sh" >conf$$.sh
25816   echo  "exit 0"   >>conf$$.sh
25817   chmod +x conf$$.sh
25818   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25819     PATH_SEPARATOR=';'
25820   else
25821     PATH_SEPARATOR=:
25822   fi
25823   rm -f conf$$.sh
25824 fi
25825
25826 # Support unset when possible.
25827 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25828   as_unset=unset
25829 else
25830   as_unset=false
25831 fi
25832
25833
25834 # IFS
25835 # We need space, tab and new line, in precisely that order.  Quoting is
25836 # there to prevent editors from complaining about space-tab.
25837 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25838 # splitting by setting IFS to empty value.)
25839 as_nl='
25840 '
25841 IFS=" ""        $as_nl"
25842
25843 # Find who we are.  Look in the path if we contain no directory separator.
25844 case $0 in
25845   *[\\/]* ) as_myself=$0 ;;
25846   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25847 for as_dir in $PATH
25848 do
25849   IFS=$as_save_IFS
25850   test -z "$as_dir" && as_dir=.
25851   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25852 done
25853 IFS=$as_save_IFS
25854
25855      ;;
25856 esac
25857 # We did not find ourselves, most probably we were run as `sh COMMAND'
25858 # in which case we are not to be found in the path.
25859 if test "x$as_myself" = x; then
25860   as_myself=$0
25861 fi
25862 if test ! -f "$as_myself"; then
25863   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25864   { (exit 1); exit 1; }
25865 fi
25866
25867 # Work around bugs in pre-3.0 UWIN ksh.
25868 for as_var in ENV MAIL MAILPATH
25869 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25870 done
25871 PS1='$ '
25872 PS2='> '
25873 PS4='+ '
25874
25875 # NLS nuisances.
25876 for as_var in \
25877   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25878   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25879   LC_TELEPHONE LC_TIME
25880 do
25881   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25882     eval $as_var=C; export $as_var
25883   else
25884     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25885   fi
25886 done
25887
25888 # Required to use basename.
25889 if expr a : '\(a\)' >/dev/null 2>&1 &&
25890    test "X`expr 00001 : '.*\(...\)'`" = X001; then
25891   as_expr=expr
25892 else
25893   as_expr=false
25894 fi
25895
25896 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25897   as_basename=basename
25898 else
25899   as_basename=false
25900 fi
25901
25902
25903 # Name of the executable.
25904 as_me=`$as_basename -- "$0" ||
25905 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25906          X"$0" : 'X\(//\)$' \| \
25907          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25908 echo X/"$0" |
25909     sed '/^.*\/\([^/][^/]*\)\/*$/{
25910             s//\1/
25911             q
25912           }
25913           /^X\/\(\/\/\)$/{
25914             s//\1/
25915             q
25916           }
25917           /^X\/\(\/\).*/{
25918             s//\1/
25919             q
25920           }
25921           s/.*/./; q'`
25922
25923 # CDPATH.
25924 $as_unset CDPATH
25925
25926
25927
25928   as_lineno_1=$LINENO
25929   as_lineno_2=$LINENO
25930   test "x$as_lineno_1" != "x$as_lineno_2" &&
25931   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25932
25933   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25934   # uniformly replaced by the line number.  The first 'sed' inserts a
25935   # line-number line after each line using $LINENO; the second 'sed'
25936   # does the real work.  The second script uses 'N' to pair each
25937   # line-number line with the line containing $LINENO, and appends
25938   # trailing '-' during substitution so that $LINENO is not a special
25939   # case at line end.
25940   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25941   # scripts with optimization help from Paolo Bonzini.  Blame Lee
25942   # E. McMahon (1931-1989) for sed's syntax.  :-)
25943   sed -n '
25944     p
25945     /[$]LINENO/=
25946   ' <$as_myself |
25947     sed '
25948       s/[$]LINENO.*/&-/
25949       t lineno
25950       b
25951       :lineno
25952       N
25953       :loop
25954       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25955       t loop
25956       s/-\n.*//
25957     ' >$as_me.lineno &&
25958   chmod +x "$as_me.lineno" ||
25959     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25960    { (exit 1); exit 1; }; }
25961
25962   # Don't try to exec as it changes $[0], causing all sort of problems
25963   # (the dirname of $[0] is not the place where we might find the
25964   # original and so on.  Autoconf is especially sensitive to this).
25965   . "./$as_me.lineno"
25966   # Exit status is that of the last command.
25967   exit
25968 }
25969
25970
25971 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25972   as_dirname=dirname
25973 else
25974   as_dirname=false
25975 fi
25976
25977 ECHO_C= ECHO_N= ECHO_T=
25978 case `echo -n x` in
25979 -n*)
25980   case `echo 'x\c'` in
25981   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
25982   *)   ECHO_C='\c';;
25983   esac;;
25984 *)
25985   ECHO_N='-n';;
25986 esac
25987
25988 if expr a : '\(a\)' >/dev/null 2>&1 &&
25989    test "X`expr 00001 : '.*\(...\)'`" = X001; then
25990   as_expr=expr
25991 else
25992   as_expr=false
25993 fi
25994
25995 rm -f conf$$ conf$$.exe conf$$.file
25996 if test -d conf$$.dir; then
25997   rm -f conf$$.dir/conf$$.file
25998 else
25999   rm -f conf$$.dir
26000   mkdir conf$$.dir
26001 fi
26002 echo >conf$$.file
26003 if ln -s conf$$.file conf$$ 2>/dev/null; then
26004   as_ln_s='ln -s'
26005   # ... but there are two gotchas:
26006   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26007   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26008   # In both cases, we have to default to `cp -p'.
26009   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26010     as_ln_s='cp -p'
26011 elif ln conf$$.file conf$$ 2>/dev/null; then
26012   as_ln_s=ln
26013 else
26014   as_ln_s='cp -p'
26015 fi
26016 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26017 rmdir conf$$.dir 2>/dev/null
26018
26019 if mkdir -p . 2>/dev/null; then
26020   as_mkdir_p=:
26021 else
26022   test -d ./-p && rmdir ./-p
26023   as_mkdir_p=false
26024 fi
26025
26026 if test -x / >/dev/null 2>&1; then
26027   as_test_x='test -x'
26028 else
26029   if ls -dL / >/dev/null 2>&1; then
26030     as_ls_L_option=L
26031   else
26032     as_ls_L_option=
26033   fi
26034   as_test_x='
26035     eval sh -c '\''
26036       if test -d "$1"; then
26037         test -d "$1/.";
26038       else
26039         case $1 in
26040         -*)set "./$1";;
26041         esac;
26042         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26043         ???[sx]*):;;*)false;;esac;fi
26044     '\'' sh
26045   '
26046 fi
26047 as_executable_p=$as_test_x
26048
26049 # Sed expression to map a string onto a valid CPP name.
26050 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26051
26052 # Sed expression to map a string onto a valid variable name.
26053 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26054
26055
26056 exec 6>&1
26057
26058 # Save the log message, to keep $[0] and so on meaningful, and to
26059 # report actual input values of CONFIG_FILES etc. instead of their
26060 # values after options handling.
26061 ac_log="
26062 This file was extended by Wine $as_me 1.1.3, which was
26063 generated by GNU Autoconf 2.61.  Invocation command line was
26064
26065   CONFIG_FILES    = $CONFIG_FILES
26066   CONFIG_HEADERS  = $CONFIG_HEADERS
26067   CONFIG_LINKS    = $CONFIG_LINKS
26068   CONFIG_COMMANDS = $CONFIG_COMMANDS
26069   $ $0 $@
26070
26071 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26072 "
26073
26074 _ACEOF
26075
26076 cat >>$CONFIG_STATUS <<_ACEOF
26077 # Files that config.status was made for.
26078 config_files="$ac_config_files"
26079 config_headers="$ac_config_headers"
26080 config_commands="$ac_config_commands"
26081
26082 _ACEOF
26083
26084 cat >>$CONFIG_STATUS <<\_ACEOF
26085 ac_cs_usage="\
26086 \`$as_me' instantiates files from templates according to the
26087 current configuration.
26088
26089 Usage: $0 [OPTIONS] [FILE]...
26090
26091   -h, --help       print this help, then exit
26092   -V, --version    print version number and configuration settings, then exit
26093   -q, --quiet      do not print progress messages
26094   -d, --debug      don't remove temporary files
26095       --recheck    update $as_me by reconfiguring in the same conditions
26096   --file=FILE[:TEMPLATE]
26097                    instantiate the configuration file FILE
26098   --header=FILE[:TEMPLATE]
26099                    instantiate the configuration header FILE
26100
26101 Configuration files:
26102 $config_files
26103
26104 Configuration headers:
26105 $config_headers
26106
26107 Configuration commands:
26108 $config_commands
26109
26110 Report bugs to <bug-autoconf@gnu.org>."
26111
26112 _ACEOF
26113 cat >>$CONFIG_STATUS <<_ACEOF
26114 ac_cs_version="\\
26115 Wine config.status 1.1.3
26116 configured by $0, generated by GNU Autoconf 2.61,
26117   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26118
26119 Copyright (C) 2006 Free Software Foundation, Inc.
26120 This config.status script is free software; the Free Software Foundation
26121 gives unlimited permission to copy, distribute and modify it."
26122
26123 ac_pwd='$ac_pwd'
26124 srcdir='$srcdir'
26125 INSTALL='$INSTALL'
26126 _ACEOF
26127
26128 cat >>$CONFIG_STATUS <<\_ACEOF
26129 # If no file are specified by the user, then we need to provide default
26130 # value.  By we need to know if files were specified by the user.
26131 ac_need_defaults=:
26132 while test $# != 0
26133 do
26134   case $1 in
26135   --*=*)
26136     ac_option=`expr "X$1" : 'X\([^=]*\)='`
26137     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26138     ac_shift=:
26139     ;;
26140   *)
26141     ac_option=$1
26142     ac_optarg=$2
26143     ac_shift=shift
26144     ;;
26145   esac
26146
26147   case $ac_option in
26148   # Handling of the options.
26149   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26150     ac_cs_recheck=: ;;
26151   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26152     echo "$ac_cs_version"; exit ;;
26153   --debug | --debu | --deb | --de | --d | -d )
26154     debug=: ;;
26155   --file | --fil | --fi | --f )
26156     $ac_shift
26157     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26158     ac_need_defaults=false;;
26159   --header | --heade | --head | --hea )
26160     $ac_shift
26161     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26162     ac_need_defaults=false;;
26163   --he | --h)
26164     # Conflict between --help and --header
26165     { echo "$as_me: error: ambiguous option: $1
26166 Try \`$0 --help' for more information." >&2
26167    { (exit 1); exit 1; }; };;
26168   --help | --hel | -h )
26169     echo "$ac_cs_usage"; exit ;;
26170   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26171   | -silent | --silent | --silen | --sile | --sil | --si | --s)
26172     ac_cs_silent=: ;;
26173
26174   # This is an error.
26175   -*) { echo "$as_me: error: unrecognized option: $1
26176 Try \`$0 --help' for more information." >&2
26177    { (exit 1); exit 1; }; } ;;
26178
26179   *) ac_config_targets="$ac_config_targets $1"
26180      ac_need_defaults=false ;;
26181
26182   esac
26183   shift
26184 done
26185
26186 ac_configure_extra_args=
26187
26188 if $ac_cs_silent; then
26189   exec 6>/dev/null
26190   ac_configure_extra_args="$ac_configure_extra_args --silent"
26191 fi
26192
26193 _ACEOF
26194 cat >>$CONFIG_STATUS <<_ACEOF
26195 if \$ac_cs_recheck; then
26196   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26197   CONFIG_SHELL=$SHELL
26198   export CONFIG_SHELL
26199   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26200 fi
26201
26202 _ACEOF
26203 cat >>$CONFIG_STATUS <<\_ACEOF
26204 exec 5>>config.log
26205 {
26206   echo
26207   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26208 ## Running $as_me. ##
26209 _ASBOX
26210   echo "$ac_log"
26211 } >&5
26212
26213 _ACEOF
26214 cat >>$CONFIG_STATUS <<_ACEOF
26215 _ACEOF
26216
26217 cat >>$CONFIG_STATUS <<\_ACEOF
26218
26219 # Handling of arguments.
26220 for ac_config_target in $ac_config_targets
26221 do
26222   case $ac_config_target in
26223     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26224     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26225     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26226     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26227     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26228     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26229     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26230     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26231     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26232     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26233     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26234     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26235     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26236     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26237     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26238     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26239     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26240     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26241     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26242     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26243     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26244     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26245     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26246     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26247     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26248     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26249     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26250     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26251     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26252     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26253     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26254     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26255     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26256     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26257     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26258     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26259     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26260     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26261     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26262     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26263     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26264     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26265     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26266     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26267     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26268     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26269     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26270     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26271     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26272     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26273     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26274     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26275     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26276     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26277     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26278     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26279     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26280     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26281     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26282     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26283     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26284     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26285     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26286     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26287     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26288     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26289     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26290     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26291     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26292     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26293     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26294     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26295     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26296     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26297     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26298     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26299     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26300     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26301     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26302     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26303     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26304     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26305     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26306     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26307     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26308     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26309     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26310     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26311     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26312     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26313     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26314     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26315     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26316     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26317     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26318     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26319     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26320     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26321     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26322     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26323     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26324     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26325     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26326     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26327     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26328     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26329     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26330     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26331     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26332     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26333     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26334     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26335     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26336     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26337     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26338     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26339     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26340     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26341     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26342     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26343     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26344     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26345     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26346     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26347     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26348     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26349     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26350     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26351     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26352     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26353     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26354     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26355     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26356     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26357     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26358     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26359     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26360     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26361     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26362     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26363     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26364     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26365     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26366     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26367     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26368     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26369     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26370     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26371     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26372     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26373     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26374     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26375     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26376     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26377     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26378     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26379     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26380     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26381     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26382     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26383     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26384     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26385     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26386     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26387     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26388     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26389     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26390     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26391     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26392     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26393     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26394     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26395     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26396     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26397     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26398     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26399     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26400     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26401     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26402     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26403     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26404     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26405     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26406     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26407     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26408     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26409     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26410     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26411     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26412     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26413     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26414     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26415     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26416     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26417     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26418     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26419     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26420     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26421     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26422     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26423     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26424     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26425     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26426     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26427     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26428     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26429     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26430     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26431     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26432     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26433     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26434     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26435     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26436     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26437     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26438     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26439     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26440     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26441     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26442     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26443     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26444     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26445     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26446     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26447     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26448     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26449     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26450     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26451     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26452     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26453     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26454     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26455     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26456     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26457     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26458     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26459     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26460     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26461     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26462     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26463     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26464     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26465     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26466     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26467     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26468     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26469     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26470     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26471     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26472     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26473     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26474     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26475     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26476     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26477     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26478     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26479     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26480     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26481     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26482     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26483     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26484     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26485     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26486     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26487     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26488     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26489     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26490     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26491     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26492     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26493     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26494     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26495     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26496     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26497     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26498     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26499     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26500     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26501     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26502     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26503     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26504     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26505     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26506     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26507     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26508     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26509     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26510     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26511     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26512     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26513     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26514     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26515     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26516     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26517     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26518     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26519     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26520     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26521     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26522     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26523     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26524     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26525     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26526     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26527     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26528     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26529     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26530     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26531     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26532     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26533     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26534     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26535     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26536     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26537     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26538     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26539     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26540     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26541     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26542     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26543     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26544     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26545     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26546     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26547     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26548     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26549     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26550     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26551     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26552     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26553     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26554     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26555     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26556     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26557     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26558     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26559     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26560     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26561     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26562     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26563     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26564     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26565     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26566     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26567     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26568     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26569     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26570     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26571     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26572     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26573     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26574     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26575     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26576     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26577     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26578     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26579     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26580     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26581     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26582     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26583     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26584     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26585     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26586     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26587     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26588     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26589     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26590     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26591     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26592     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26593     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26594     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26595     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26596     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26597     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26598     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26599     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26600     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26601     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26602     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26603     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26604     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26605     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26606     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26607     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26608     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26609     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26610     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26611     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26612     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26613     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26614     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26615     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26616     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26617     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26618     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26619     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26620     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26621     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26622     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26623     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26624     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26625     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26626     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26627     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26628     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26629     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26630     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26631     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26632     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26633     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26634     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26635     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26636     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26637     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26638     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26639     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26640     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26641     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26642     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26643     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26644     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26645     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26646     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26647     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26648     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26649     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26650     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26651     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26652     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26653     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26654     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26655     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26656
26657   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26658 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26659    { (exit 1); exit 1; }; };;
26660   esac
26661 done
26662
26663
26664 # If the user did not use the arguments to specify the items to instantiate,
26665 # then the envvar interface is used.  Set only those that are not.
26666 # We use the long form for the default assignment because of an extremely
26667 # bizarre bug on SunOS 4.1.3.
26668 if $ac_need_defaults; then
26669   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26670   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26671   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26672 fi
26673
26674 # Have a temporary directory for convenience.  Make it in the build tree
26675 # simply because there is no reason against having it here, and in addition,
26676 # creating and moving files from /tmp can sometimes cause problems.
26677 # Hook for its removal unless debugging.
26678 # Note that there is a small window in which the directory will not be cleaned:
26679 # after its creation but before its name has been assigned to `$tmp'.
26680 $debug ||
26681 {
26682   tmp=
26683   trap 'exit_status=$?
26684   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26685 ' 0
26686   trap '{ (exit 1); exit 1; }' 1 2 13 15
26687 }
26688 # Create a (secure) tmp directory for tmp files.
26689
26690 {
26691   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26692   test -n "$tmp" && test -d "$tmp"
26693 }  ||
26694 {
26695   tmp=./conf$$-$RANDOM
26696   (umask 077 && mkdir "$tmp")
26697 } ||
26698 {
26699    echo "$me: cannot create a temporary directory in ." >&2
26700    { (exit 1); exit 1; }
26701 }
26702
26703 #
26704 # Set up the sed scripts for CONFIG_FILES section.
26705 #
26706
26707 # No need to generate the scripts if there are no CONFIG_FILES.
26708 # This happens for instance when ./config.status config.h
26709 if test -n "$CONFIG_FILES"; then
26710
26711 _ACEOF
26712
26713 # Create sed commands to just substitute file output variables.
26714
26715 # Remaining file output variables are in a fragment that also has non-file
26716 # output varibles.
26717
26718
26719
26720 ac_delim='%!_!# '
26721 for ac_last_try in false false false false false :; do
26722   cat >conf$$subs.sed <<_ACEOF
26723 SHELL!$SHELL$ac_delim
26724 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26725 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26726 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26727 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26728 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26729 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26730 exec_prefix!$exec_prefix$ac_delim
26731 prefix!$prefix$ac_delim
26732 program_transform_name!$program_transform_name$ac_delim
26733 bindir!$bindir$ac_delim
26734 sbindir!$sbindir$ac_delim
26735 libexecdir!$libexecdir$ac_delim
26736 datarootdir!$datarootdir$ac_delim
26737 datadir!$datadir$ac_delim
26738 sysconfdir!$sysconfdir$ac_delim
26739 sharedstatedir!$sharedstatedir$ac_delim
26740 localstatedir!$localstatedir$ac_delim
26741 includedir!$includedir$ac_delim
26742 oldincludedir!$oldincludedir$ac_delim
26743 docdir!$docdir$ac_delim
26744 infodir!$infodir$ac_delim
26745 htmldir!$htmldir$ac_delim
26746 dvidir!$dvidir$ac_delim
26747 pdfdir!$pdfdir$ac_delim
26748 psdir!$psdir$ac_delim
26749 libdir!$libdir$ac_delim
26750 localedir!$localedir$ac_delim
26751 mandir!$mandir$ac_delim
26752 DEFS!$DEFS$ac_delim
26753 ECHO_C!$ECHO_C$ac_delim
26754 ECHO_N!$ECHO_N$ac_delim
26755 ECHO_T!$ECHO_T$ac_delim
26756 LIBS!$LIBS$ac_delim
26757 build_alias!$build_alias$ac_delim
26758 host_alias!$host_alias$ac_delim
26759 target_alias!$target_alias$ac_delim
26760 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26761 build!$build$ac_delim
26762 build_cpu!$build_cpu$ac_delim
26763 build_vendor!$build_vendor$ac_delim
26764 build_os!$build_os$ac_delim
26765 host!$host$ac_delim
26766 host_cpu!$host_cpu$ac_delim
26767 host_vendor!$host_vendor$ac_delim
26768 host_os!$host_os$ac_delim
26769 WIN16_FILES!$WIN16_FILES$ac_delim
26770 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26771 SET_MAKE!$SET_MAKE$ac_delim
26772 CC!$CC$ac_delim
26773 CFLAGS!$CFLAGS$ac_delim
26774 LDFLAGS!$LDFLAGS$ac_delim
26775 CPPFLAGS!$CPPFLAGS$ac_delim
26776 ac_ct_CC!$ac_ct_CC$ac_delim
26777 EXEEXT!$EXEEXT$ac_delim
26778 OBJEXT!$OBJEXT$ac_delim
26779 CXX!$CXX$ac_delim
26780 CXXFLAGS!$CXXFLAGS$ac_delim
26781 ac_ct_CXX!$ac_ct_CXX$ac_delim
26782 CPPBIN!$CPPBIN$ac_delim
26783 TOOLSDIR!$TOOLSDIR$ac_delim
26784 XMKMF!$XMKMF$ac_delim
26785 CPP!$CPP$ac_delim
26786 X_CFLAGS!$X_CFLAGS$ac_delim
26787 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26788 X_LIBS!$X_LIBS$ac_delim
26789 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26790 FLEX!$FLEX$ac_delim
26791 BISON!$BISON$ac_delim
26792 AS!$AS$ac_delim
26793 ac_ct_AS!$ac_ct_AS$ac_delim
26794 LD!$LD$ac_delim
26795 ac_ct_LD!$ac_ct_LD$ac_delim
26796 NM!$NM$ac_delim
26797 ac_ct_NM!$ac_ct_NM$ac_delim
26798 AR!$AR$ac_delim
26799 ac_ct_AR!$ac_ct_AR$ac_delim
26800 ARFLAGS!$ARFLAGS$ac_delim
26801 RANLIB!$RANLIB$ac_delim
26802 STRIP!$STRIP$ac_delim
26803 WINDRES!$WINDRES$ac_delim
26804 LN_S!$LN_S$ac_delim
26805 _ACEOF
26806
26807   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26808     break
26809   elif $ac_last_try; then
26810     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26811 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26812    { (exit 1); exit 1; }; }
26813   else
26814     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26815   fi
26816 done
26817
26818 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26819 if test -n "$ac_eof"; then
26820   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26821   ac_eof=`expr $ac_eof + 1`
26822 fi
26823
26824 cat >>$CONFIG_STATUS <<_ACEOF
26825 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26826 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26827 /^[      ]*@MAKE_RULES@[         ]*$/{
26828 r $MAKE_RULES
26829 d
26830 }
26831 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
26832 r $MAKE_DLL_RULES
26833 d
26834 }
26835 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
26836 r $MAKE_IMPLIB_RULES
26837 d
26838 }
26839 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
26840 r $MAKE_TEST_RULES
26841 d
26842 }
26843 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
26844 r $MAKE_PROG_RULES
26845 d
26846 }
26847 _ACEOF
26848 sed '
26849 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26850 s/^/s,@/; s/!/@,|#_!!_#|/
26851 :n
26852 t n
26853 s/'"$ac_delim"'$/,g/; t
26854 s/$/\\/; p
26855 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26856 ' >>$CONFIG_STATUS <conf$$subs.sed
26857 rm -f conf$$subs.sed
26858 cat >>$CONFIG_STATUS <<_ACEOF
26859 CEOF$ac_eof
26860 _ACEOF
26861
26862
26863 ac_delim='%!_!# '
26864 for ac_last_try in false false false false false :; do
26865   cat >conf$$subs.sed <<_ACEOF
26866 LN!$LN$ac_delim
26867 GREP!$GREP$ac_delim
26868 EGREP!$EGREP$ac_delim
26869 LDCONFIG!$LDCONFIG$ac_delim
26870 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26871 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26872 INSTALL_DATA!$INSTALL_DATA$ac_delim
26873 LINT!$LINT$ac_delim
26874 LINTFLAGS!$LINTFLAGS$ac_delim
26875 FONTFORGE!$FONTFORGE$ac_delim
26876 PKG_CONFIG!$PKG_CONFIG$ac_delim
26877 RSVG!$RSVG$ac_delim
26878 ICOTOOL!$ICOTOOL$ac_delim
26879 PRELINK!$PRELINK$ac_delim
26880 LIBPTHREAD!$LIBPTHREAD$ac_delim
26881 XLIB!$XLIB$ac_delim
26882 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26883 DLLEXT!$DLLEXT$ac_delim
26884 DLLFLAGS!$DLLFLAGS$ac_delim
26885 LDSHARED!$LDSHARED$ac_delim
26886 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26887 LIBEXT!$LIBEXT$ac_delim
26888 IMPLIBEXT!$IMPLIBEXT$ac_delim
26889 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26890 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26891 LDD!$LDD$ac_delim
26892 DLLTOOL!$DLLTOOL$ac_delim
26893 DLLWRAP!$DLLWRAP$ac_delim
26894 MINGWAR!$MINGWAR$ac_delim
26895 SECURITYLIB!$SECURITYLIB$ac_delim
26896 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26897 IOKITLIB!$IOKITLIB$ac_delim
26898 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26899 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26900 COREAUDIO!$COREAUDIO$ac_delim
26901 CARBONLIB!$CARBONLIB$ac_delim
26902 CROSSTEST!$CROSSTEST$ac_delim
26903 CROSSCC!$CROSSCC$ac_delim
26904 CROSSWINDRES!$CROSSWINDRES$ac_delim
26905 NASLIBS!$NASLIBS$ac_delim
26906 XML2LIBS!$XML2LIBS$ac_delim
26907 XML2INCL!$XML2INCL$ac_delim
26908 XSLTLIBS!$XSLTLIBS$ac_delim
26909 XSLTINCL!$XSLTINCL$ac_delim
26910 HALINCL!$HALINCL$ac_delim
26911 sane_devel!$sane_devel$ac_delim
26912 SANEINCL!$SANEINCL$ac_delim
26913 gphoto2_devel!$gphoto2_devel$ac_delim
26914 gphoto2port_devel!$gphoto2port_devel$ac_delim
26915 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26916 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26917 RESOLVLIBS!$RESOLVLIBS$ac_delim
26918 LCMSLIBS!$LCMSLIBS$ac_delim
26919 ft_devel!$ft_devel$ac_delim
26920 FREETYPELIBS!$FREETYPELIBS$ac_delim
26921 FREETYPEINCL!$FREETYPEINCL$ac_delim
26922 ESDCONFIG!$ESDCONFIG$ac_delim
26923 ESDINCL!$ESDINCL$ac_delim
26924 ESDLIBS!$ESDLIBS$ac_delim
26925 ALSALIBS!$ALSALIBS$ac_delim
26926 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26927 CUPSINCL!$CUPSINCL$ac_delim
26928 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26929 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26930 BUILTINFLAG!$BUILTINFLAG$ac_delim
26931 LDPATH!$LDPATH$ac_delim
26932 CRTLIBS!$CRTLIBS$ac_delim
26933 SOCKETLIBS!$SOCKETLIBS$ac_delim
26934 MAIN_BINARY!$MAIN_BINARY$ac_delim
26935 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26936 LIBDL!$LIBDL$ac_delim
26937 LIBPOLL!$LIBPOLL$ac_delim
26938 LDAPLIBS!$LDAPLIBS$ac_delim
26939 DEPENDENCIES!$DEPENDENCIES$ac_delim
26940 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26941 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26942 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26943 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26944 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26945 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26946 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26947 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26948 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26949 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26950 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26951 LIBOBJS!$LIBOBJS$ac_delim
26952 LTLIBOBJS!$LTLIBOBJS$ac_delim
26953 _ACEOF
26954
26955   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26956     break
26957   elif $ac_last_try; then
26958     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26959 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26960    { (exit 1); exit 1; }; }
26961   else
26962     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26963   fi
26964 done
26965
26966 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26967 if test -n "$ac_eof"; then
26968   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26969   ac_eof=`expr $ac_eof + 1`
26970 fi
26971
26972 cat >>$CONFIG_STATUS <<_ACEOF
26973 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26974 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26975 _ACEOF
26976 sed '
26977 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26978 s/^/s,@/; s/!/@,|#_!!_#|/
26979 :n
26980 t n
26981 s/'"$ac_delim"'$/,g/; t
26982 s/$/\\/; p
26983 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26984 ' >>$CONFIG_STATUS <conf$$subs.sed
26985 rm -f conf$$subs.sed
26986 cat >>$CONFIG_STATUS <<_ACEOF
26987 :end
26988 s/|#_!!_#|//g
26989 CEOF$ac_eof
26990 _ACEOF
26991
26992
26993 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26994 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26995 # trailing colons and then remove the whole line if VPATH becomes empty
26996 # (actually we leave an empty line to preserve line numbers).
26997 if test "x$srcdir" = x.; then
26998   ac_vpsub='/^[  ]*VPATH[        ]*=/{
26999 s/:*\$(srcdir):*/:/
27000 s/:*\${srcdir}:*/:/
27001 s/:*@srcdir@:*/:/
27002 s/^\([^=]*=[     ]*\):*/\1/
27003 s/:*$//
27004 s/^[^=]*=[       ]*$//
27005 }'
27006 fi
27007
27008 cat >>$CONFIG_STATUS <<\_ACEOF
27009 fi # test -n "$CONFIG_FILES"
27010
27011
27012 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
27013 do
27014   case $ac_tag in
27015   :[FHLC]) ac_mode=$ac_tag; continue;;
27016   esac
27017   case $ac_mode$ac_tag in
27018   :[FHL]*:*);;
27019   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27020 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27021    { (exit 1); exit 1; }; };;
27022   :[FH]-) ac_tag=-:-;;
27023   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27024   esac
27025   ac_save_IFS=$IFS
27026   IFS=:
27027   set x $ac_tag
27028   IFS=$ac_save_IFS
27029   shift
27030   ac_file=$1
27031   shift
27032
27033   case $ac_mode in
27034   :L) ac_source=$1;;
27035   :[FH])
27036     ac_file_inputs=
27037     for ac_f
27038     do
27039       case $ac_f in
27040       -) ac_f="$tmp/stdin";;
27041       *) # Look for the file first in the build tree, then in the source tree
27042          # (if the path is not absolute).  The absolute path cannot be DOS-style,
27043          # because $ac_f cannot contain `:'.
27044          test -f "$ac_f" ||
27045            case $ac_f in
27046            [\\/$]*) false;;
27047            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27048            esac ||
27049            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27050 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27051    { (exit 1); exit 1; }; };;
27052       esac
27053       ac_file_inputs="$ac_file_inputs $ac_f"
27054     done
27055
27056     # Let's still pretend it is `configure' which instantiates (i.e., don't
27057     # use $as_me), people would be surprised to read:
27058     #    /* config.h.  Generated by config.status.  */
27059     configure_input="Generated from "`IFS=:
27060           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27061     if test x"$ac_file" != x-; then
27062       configure_input="$ac_file.  $configure_input"
27063       { echo "$as_me:$LINENO: creating $ac_file" >&5
27064 echo "$as_me: creating $ac_file" >&6;}
27065     fi
27066
27067     case $ac_tag in
27068     *:-:* | *:-) cat >"$tmp/stdin";;
27069     esac
27070     ;;
27071   esac
27072
27073   ac_dir=`$as_dirname -- "$ac_file" ||
27074 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27075          X"$ac_file" : 'X\(//\)[^/]' \| \
27076          X"$ac_file" : 'X\(//\)$' \| \
27077          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27078 echo X"$ac_file" |
27079     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27080             s//\1/
27081             q
27082           }
27083           /^X\(\/\/\)[^/].*/{
27084             s//\1/
27085             q
27086           }
27087           /^X\(\/\/\)$/{
27088             s//\1/
27089             q
27090           }
27091           /^X\(\/\).*/{
27092             s//\1/
27093             q
27094           }
27095           s/.*/./; q'`
27096   { as_dir="$ac_dir"
27097   case $as_dir in #(
27098   -*) as_dir=./$as_dir;;
27099   esac
27100   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27101     as_dirs=
27102     while :; do
27103       case $as_dir in #(
27104       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27105       *) as_qdir=$as_dir;;
27106       esac
27107       as_dirs="'$as_qdir' $as_dirs"
27108       as_dir=`$as_dirname -- "$as_dir" ||
27109 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27110          X"$as_dir" : 'X\(//\)[^/]' \| \
27111          X"$as_dir" : 'X\(//\)$' \| \
27112          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27113 echo X"$as_dir" |
27114     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27115             s//\1/
27116             q
27117           }
27118           /^X\(\/\/\)[^/].*/{
27119             s//\1/
27120             q
27121           }
27122           /^X\(\/\/\)$/{
27123             s//\1/
27124             q
27125           }
27126           /^X\(\/\).*/{
27127             s//\1/
27128             q
27129           }
27130           s/.*/./; q'`
27131       test -d "$as_dir" && break
27132     done
27133     test -z "$as_dirs" || eval "mkdir $as_dirs"
27134   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27135 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27136    { (exit 1); exit 1; }; }; }
27137   ac_builddir=.
27138
27139 case "$ac_dir" in
27140 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27141 *)
27142   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27143   # A ".." for each directory in $ac_dir_suffix.
27144   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27145   case $ac_top_builddir_sub in
27146   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27147   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27148   esac ;;
27149 esac
27150 ac_abs_top_builddir=$ac_pwd
27151 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27152 # for backward compatibility:
27153 ac_top_builddir=$ac_top_build_prefix
27154
27155 case $srcdir in
27156   .)  # We are building in place.
27157     ac_srcdir=.
27158     ac_top_srcdir=$ac_top_builddir_sub
27159     ac_abs_top_srcdir=$ac_pwd ;;
27160   [\\/]* | ?:[\\/]* )  # Absolute name.
27161     ac_srcdir=$srcdir$ac_dir_suffix;
27162     ac_top_srcdir=$srcdir
27163     ac_abs_top_srcdir=$srcdir ;;
27164   *) # Relative name.
27165     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27166     ac_top_srcdir=$ac_top_build_prefix$srcdir
27167     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27168 esac
27169 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27170
27171
27172   case $ac_mode in
27173   :F)
27174   #
27175   # CONFIG_FILE
27176   #
27177
27178   case $INSTALL in
27179   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27180   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27181   esac
27182 _ACEOF
27183
27184 cat >>$CONFIG_STATUS <<\_ACEOF
27185 # If the template does not know about datarootdir, expand it.
27186 # FIXME: This hack should be removed a few years after 2.60.
27187 ac_datarootdir_hack=; ac_datarootdir_seen=
27188
27189 case `sed -n '/datarootdir/ {
27190   p
27191   q
27192 }
27193 /@datadir@/p
27194 /@docdir@/p
27195 /@infodir@/p
27196 /@localedir@/p
27197 /@mandir@/p
27198 ' $ac_file_inputs` in
27199 *datarootdir*) ac_datarootdir_seen=yes;;
27200 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27201   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27202 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27203 _ACEOF
27204 cat >>$CONFIG_STATUS <<_ACEOF
27205   ac_datarootdir_hack='
27206   s&@datadir@&$datadir&g
27207   s&@docdir@&$docdir&g
27208   s&@infodir@&$infodir&g
27209   s&@localedir@&$localedir&g
27210   s&@mandir@&$mandir&g
27211     s&\\\${datarootdir}&$datarootdir&g' ;;
27212 esac
27213 _ACEOF
27214
27215 # Neutralize VPATH when `$srcdir' = `.'.
27216 # Shell code in configure.ac might set extrasub.
27217 # FIXME: do we really want to maintain this feature?
27218 cat >>$CONFIG_STATUS <<_ACEOF
27219   sed "$ac_vpsub
27220 $extrasub
27221 _ACEOF
27222 cat >>$CONFIG_STATUS <<\_ACEOF
27223 :t
27224 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27225 s&@configure_input@&$configure_input&;t t
27226 s&@top_builddir@&$ac_top_builddir_sub&;t t
27227 s&@srcdir@&$ac_srcdir&;t t
27228 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27229 s&@top_srcdir@&$ac_top_srcdir&;t t
27230 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27231 s&@builddir@&$ac_builddir&;t t
27232 s&@abs_builddir@&$ac_abs_builddir&;t t
27233 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27234 s&@INSTALL@&$ac_INSTALL&;t t
27235 $ac_datarootdir_hack
27236 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27237
27238 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27239   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27240   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27241   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27242 which seems to be undefined.  Please make sure it is defined." >&5
27243 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27244 which seems to be undefined.  Please make sure it is defined." >&2;}
27245
27246   rm -f "$tmp/stdin"
27247   case $ac_file in
27248   -) cat "$tmp/out"; rm -f "$tmp/out";;
27249   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27250   esac
27251  ;;
27252   :H)
27253   #
27254   # CONFIG_HEADER
27255   #
27256 _ACEOF
27257
27258 # Transform confdefs.h into a sed script `conftest.defines', that
27259 # substitutes the proper values into config.h.in to produce config.h.
27260 rm -f conftest.defines conftest.tail
27261 # First, append a space to every undef/define line, to ease matching.
27262 echo 's/$/ /' >conftest.defines
27263 # Then, protect against being on the right side of a sed subst, or in
27264 # an unquoted here document, in config.status.  If some macros were
27265 # called several times there might be several #defines for the same
27266 # symbol, which is useless.  But do not sort them, since the last
27267 # AC_DEFINE must be honored.
27268 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27269 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27270 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27271 # PARAMS is the parameter list in the macro definition--in most cases, it's
27272 # just an empty string.
27273 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
27274 ac_dB='\\)[      (].*,\\1define\\2'
27275 ac_dC=' '
27276 ac_dD=' ,'
27277
27278 uniq confdefs.h |
27279   sed -n '
27280         t rset
27281         :rset
27282         s/^[     ]*#[    ]*define[       ][      ]*//
27283         t ok
27284         d
27285         :ok
27286         s/[\\&,]/\\&/g
27287         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27288         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27289   ' >>conftest.defines
27290
27291 # Remove the space that was appended to ease matching.
27292 # Then replace #undef with comments.  This is necessary, for
27293 # example, in the case of _POSIX_SOURCE, which is predefined and required
27294 # on some systems where configure will not decide to define it.
27295 # (The regexp can be short, since the line contains either #define or #undef.)
27296 echo 's/ $//
27297 s,^[     #]*u.*,/* & */,' >>conftest.defines
27298
27299 # Break up conftest.defines:
27300 ac_max_sed_lines=50
27301
27302 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27303 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27304 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27305 # et cetera.
27306 ac_in='$ac_file_inputs'
27307 ac_out='"$tmp/out1"'
27308 ac_nxt='"$tmp/out2"'
27309
27310 while :
27311 do
27312   # Write a here document:
27313     cat >>$CONFIG_STATUS <<_ACEOF
27314     # First, check the format of the line:
27315     cat >"\$tmp/defines.sed" <<\\CEOF
27316 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
27317 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
27318 b
27319 :def
27320 _ACEOF
27321   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27322   echo 'CEOF
27323     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27324   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27325   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27326   grep . conftest.tail >/dev/null || break
27327   rm -f conftest.defines
27328   mv conftest.tail conftest.defines
27329 done
27330 rm -f conftest.defines conftest.tail
27331
27332 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27333 cat >>$CONFIG_STATUS <<\_ACEOF
27334   if test x"$ac_file" != x-; then
27335     echo "/* $configure_input  */" >"$tmp/config.h"
27336     cat "$ac_result" >>"$tmp/config.h"
27337     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27338       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27339 echo "$as_me: $ac_file is unchanged" >&6;}
27340     else
27341       rm -f $ac_file
27342       mv "$tmp/config.h" $ac_file
27343     fi
27344   else
27345     echo "/* $configure_input  */"
27346     cat "$ac_result"
27347   fi
27348   rm -f "$tmp/out12"
27349  ;;
27350
27351   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27352 echo "$as_me: executing $ac_file commands" >&6;}
27353  ;;
27354   esac
27355
27356
27357   case $ac_file$ac_mode in
27358     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27359     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27360 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27361     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27362 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27363     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27364 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27365     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27366 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27367     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27368 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27369     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27370 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27371
27372   esac
27373 done # for ac_tag
27374
27375
27376 { (exit 0); exit 0; }
27377 _ACEOF
27378 chmod +x $CONFIG_STATUS
27379 ac_clean_files=$ac_clean_files_save
27380
27381
27382 # configure is writing to config.log, and then calls config.status.
27383 # config.status does its own redirection, appending to config.log.
27384 # Unfortunately, on DOS this fails, as config.log is still kept open
27385 # by configure, so config.status won't be able to write to it; its
27386 # output is simply discarded.  So we exec the FD to /dev/null,
27387 # effectively closing config.log, so it can be properly (re)opened and
27388 # appended to by config.status.  When coming back to configure, we
27389 # need to make the FD available again.
27390 if test "$no_create" != yes; then
27391   ac_cs_success=:
27392   ac_config_status_args=
27393   test "$silent" = yes &&
27394     ac_config_status_args="$ac_config_status_args --quiet"
27395   exec 5>/dev/null
27396   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27397   exec 5>>config.log
27398   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27399   # would make configure fail if this is the last instruction.
27400   $ac_cs_success || { (exit 1); exit 1; }
27401 fi
27402
27403
27404 if test "$no_create" = "yes"
27405 then
27406   exit 0
27407 fi
27408
27409 ac_save_IFS="$IFS"
27410 IFS="|"
27411 if test "x$wine_notices != "x; then
27412     echo >&6
27413     for msg in $wine_notices; do
27414         if test -n "$msg"; then
27415             { echo "$as_me:$LINENO: $msg" >&5
27416 echo "$as_me: $msg" >&6;}
27417         fi
27418     done
27419 fi
27420 for msg in $wine_warnings; do
27421     if test -n "$msg"; then
27422         echo >&2
27423         { echo "$as_me:$LINENO: WARNING: $msg" >&5
27424 echo "$as_me: WARNING: $msg" >&2;}
27425     fi
27426 done
27427 IFS="$ac_save_IFS"
27428
27429 echo "
27430 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
27431 " >&6
27432