crypt32: ComparePublicKeyInfo must ignore the leading zero.
[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.0.
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.0'
578 PACKAGE_STRING='Wine 1.1.0'
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 XFILES
717 OPENGLFILES
718 GLU32FILES
719 OPENGL_LIBS
720 QUARTZFILES
721 DLLEXT
722 DLLFLAGS
723 LDSHARED
724 LDDLLFLAGS
725 LIBEXT
726 IMPLIBEXT
727 LDRPATH_INSTALL
728 LDRPATH_LOCAL
729 LDD
730 DLLTOOL
731 DLLWRAP
732 MINGWAR
733 SECURITYLIB
734 COREFOUNDATIONLIB
735 IOKITLIB
736 LDEXECFLAGS
737 DISKARBITRATIONLIB
738 COREAUDIO
739 CARBONLIB
740 CROSSTEST
741 CROSSCC
742 CROSSWINDRES
743 NASLIBS
744 XML2LIBS
745 XML2INCL
746 XSLTLIBS
747 XSLTINCL
748 HALINCL
749 sane_devel
750 SANEINCL
751 gphoto2_devel
752 gphoto2port_devel
753 GPHOTO2LIBS
754 GPHOTO2INCL
755 RESOLVLIBS
756 LCMSLIBS
757 LDAPLIBS
758 ft_devel
759 FREETYPELIBS
760 FREETYPEINCL
761 FONTSSUBDIRS
762 ESDCONFIG
763 ESDLIBS
764 ESDINCL
765 ALSALIBS
766 AUDIOIOLIBS
767 FONTCONFIGINCL
768 EXTRACFLAGS
769 BUILTINFLAG
770 LDPATH
771 CRTLIBS
772 SOCKETLIBS
773 MAIN_BINARY
774 EXTRA_BINARIES
775 LIBDL
776 LIBPOLL
777 DEPENDENCIES
778 LIBOBJS
779 LTLIBOBJS'
780 ac_subst_files='MAKE_RULES
781 MAKE_DLL_RULES
782 MAKE_IMPLIB_RULES
783 MAKE_TEST_RULES
784 MAKE_PROG_RULES'
785       ac_precious_vars='build_alias
786 host_alias
787 target_alias
788 CC
789 CFLAGS
790 LDFLAGS
791 LIBS
792 CPPFLAGS
793 CXX
794 CXXFLAGS
795 CCC
796 XMKMF
797 CPP'
798
799
800 # Initialize some variables set by options.
801 ac_init_help=
802 ac_init_version=false
803 # The variables have the same names as the options, with
804 # dashes changed to underlines.
805 cache_file=/dev/null
806 exec_prefix=NONE
807 no_create=
808 no_recursion=
809 prefix=NONE
810 program_prefix=NONE
811 program_suffix=NONE
812 program_transform_name=s,x,x,
813 silent=
814 site=
815 srcdir=
816 verbose=
817 x_includes=NONE
818 x_libraries=NONE
819
820 # Installation directory options.
821 # These are left unexpanded so users can "make install exec_prefix=/foo"
822 # and all the variables that are supposed to be based on exec_prefix
823 # by default will actually change.
824 # Use braces instead of parens because sh, perl, etc. also accept them.
825 # (The list follows the same order as the GNU Coding Standards.)
826 bindir='${exec_prefix}/bin'
827 sbindir='${exec_prefix}/sbin'
828 libexecdir='${exec_prefix}/libexec'
829 datarootdir='${prefix}/share'
830 datadir='${datarootdir}'
831 sysconfdir='${prefix}/etc'
832 sharedstatedir='${prefix}/com'
833 localstatedir='${prefix}/var'
834 includedir='${prefix}/include'
835 oldincludedir='/usr/include'
836 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
837 infodir='${datarootdir}/info'
838 htmldir='${docdir}'
839 dvidir='${docdir}'
840 pdfdir='${docdir}'
841 psdir='${docdir}'
842 libdir='${exec_prefix}/lib'
843 localedir='${datarootdir}/locale'
844 mandir='${datarootdir}/man'
845
846 ac_prev=
847 ac_dashdash=
848 for ac_option
849 do
850   # If the previous option needs an argument, assign it.
851   if test -n "$ac_prev"; then
852     eval $ac_prev=\$ac_option
853     ac_prev=
854     continue
855   fi
856
857   case $ac_option in
858   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
859   *)    ac_optarg=yes ;;
860   esac
861
862   # Accept the important Cygnus configure options, so we can diagnose typos.
863
864   case $ac_dashdash$ac_option in
865   --)
866     ac_dashdash=yes ;;
867
868   -bindir | --bindir | --bindi | --bind | --bin | --bi)
869     ac_prev=bindir ;;
870   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
871     bindir=$ac_optarg ;;
872
873   -build | --build | --buil | --bui | --bu)
874     ac_prev=build_alias ;;
875   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
876     build_alias=$ac_optarg ;;
877
878   -cache-file | --cache-file | --cache-fil | --cache-fi \
879   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
880     ac_prev=cache_file ;;
881   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
882   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
883     cache_file=$ac_optarg ;;
884
885   --config-cache | -C)
886     cache_file=config.cache ;;
887
888   -datadir | --datadir | --datadi | --datad)
889     ac_prev=datadir ;;
890   -datadir=* | --datadir=* | --datadi=* | --datad=*)
891     datadir=$ac_optarg ;;
892
893   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
894   | --dataroo | --dataro | --datar)
895     ac_prev=datarootdir ;;
896   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
897   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
898     datarootdir=$ac_optarg ;;
899
900   -disable-* | --disable-*)
901     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
902     # Reject names that are not valid shell variable names.
903     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
904       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
905    { (exit 1); exit 1; }; }
906     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
907     eval enable_$ac_feature=no ;;
908
909   -docdir | --docdir | --docdi | --doc | --do)
910     ac_prev=docdir ;;
911   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
912     docdir=$ac_optarg ;;
913
914   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
915     ac_prev=dvidir ;;
916   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
917     dvidir=$ac_optarg ;;
918
919   -enable-* | --enable-*)
920     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
921     # Reject names that are not valid shell variable names.
922     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
923       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
924    { (exit 1); exit 1; }; }
925     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
926     eval enable_$ac_feature=\$ac_optarg ;;
927
928   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
929   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
930   | --exec | --exe | --ex)
931     ac_prev=exec_prefix ;;
932   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
933   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
934   | --exec=* | --exe=* | --ex=*)
935     exec_prefix=$ac_optarg ;;
936
937   -gas | --gas | --ga | --g)
938     # Obsolete; use --with-gas.
939     with_gas=yes ;;
940
941   -help | --help | --hel | --he | -h)
942     ac_init_help=long ;;
943   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
944     ac_init_help=recursive ;;
945   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
946     ac_init_help=short ;;
947
948   -host | --host | --hos | --ho)
949     ac_prev=host_alias ;;
950   -host=* | --host=* | --hos=* | --ho=*)
951     host_alias=$ac_optarg ;;
952
953   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
954     ac_prev=htmldir ;;
955   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
956   | --ht=*)
957     htmldir=$ac_optarg ;;
958
959   -includedir | --includedir | --includedi | --included | --include \
960   | --includ | --inclu | --incl | --inc)
961     ac_prev=includedir ;;
962   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
963   | --includ=* | --inclu=* | --incl=* | --inc=*)
964     includedir=$ac_optarg ;;
965
966   -infodir | --infodir | --infodi | --infod | --info | --inf)
967     ac_prev=infodir ;;
968   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
969     infodir=$ac_optarg ;;
970
971   -libdir | --libdir | --libdi | --libd)
972     ac_prev=libdir ;;
973   -libdir=* | --libdir=* | --libdi=* | --libd=*)
974     libdir=$ac_optarg ;;
975
976   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
977   | --libexe | --libex | --libe)
978     ac_prev=libexecdir ;;
979   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
980   | --libexe=* | --libex=* | --libe=*)
981     libexecdir=$ac_optarg ;;
982
983   -localedir | --localedir | --localedi | --localed | --locale)
984     ac_prev=localedir ;;
985   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
986     localedir=$ac_optarg ;;
987
988   -localstatedir | --localstatedir | --localstatedi | --localstated \
989   | --localstate | --localstat | --localsta | --localst | --locals)
990     ac_prev=localstatedir ;;
991   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
992   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
993     localstatedir=$ac_optarg ;;
994
995   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
996     ac_prev=mandir ;;
997   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
998     mandir=$ac_optarg ;;
999
1000   -nfp | --nfp | --nf)
1001     # Obsolete; use --without-fp.
1002     with_fp=no ;;
1003
1004   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1005   | --no-cr | --no-c | -n)
1006     no_create=yes ;;
1007
1008   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1009   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1010     no_recursion=yes ;;
1011
1012   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1013   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1014   | --oldin | --oldi | --old | --ol | --o)
1015     ac_prev=oldincludedir ;;
1016   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1017   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1018   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1019     oldincludedir=$ac_optarg ;;
1020
1021   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1022     ac_prev=prefix ;;
1023   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1024     prefix=$ac_optarg ;;
1025
1026   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1027   | --program-pre | --program-pr | --program-p)
1028     ac_prev=program_prefix ;;
1029   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1030   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1031     program_prefix=$ac_optarg ;;
1032
1033   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1034   | --program-suf | --program-su | --program-s)
1035     ac_prev=program_suffix ;;
1036   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1037   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1038     program_suffix=$ac_optarg ;;
1039
1040   -program-transform-name | --program-transform-name \
1041   | --program-transform-nam | --program-transform-na \
1042   | --program-transform-n | --program-transform- \
1043   | --program-transform | --program-transfor \
1044   | --program-transfo | --program-transf \
1045   | --program-trans | --program-tran \
1046   | --progr-tra | --program-tr | --program-t)
1047     ac_prev=program_transform_name ;;
1048   -program-transform-name=* | --program-transform-name=* \
1049   | --program-transform-nam=* | --program-transform-na=* \
1050   | --program-transform-n=* | --program-transform-=* \
1051   | --program-transform=* | --program-transfor=* \
1052   | --program-transfo=* | --program-transf=* \
1053   | --program-trans=* | --program-tran=* \
1054   | --progr-tra=* | --program-tr=* | --program-t=*)
1055     program_transform_name=$ac_optarg ;;
1056
1057   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1058     ac_prev=pdfdir ;;
1059   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1060     pdfdir=$ac_optarg ;;
1061
1062   -psdir | --psdir | --psdi | --psd | --ps)
1063     ac_prev=psdir ;;
1064   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1065     psdir=$ac_optarg ;;
1066
1067   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068   | -silent | --silent | --silen | --sile | --sil)
1069     silent=yes ;;
1070
1071   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1072     ac_prev=sbindir ;;
1073   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1074   | --sbi=* | --sb=*)
1075     sbindir=$ac_optarg ;;
1076
1077   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1078   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1079   | --sharedst | --shareds | --shared | --share | --shar \
1080   | --sha | --sh)
1081     ac_prev=sharedstatedir ;;
1082   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1083   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1084   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1085   | --sha=* | --sh=*)
1086     sharedstatedir=$ac_optarg ;;
1087
1088   -site | --site | --sit)
1089     ac_prev=site ;;
1090   -site=* | --site=* | --sit=*)
1091     site=$ac_optarg ;;
1092
1093   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1094     ac_prev=srcdir ;;
1095   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1096     srcdir=$ac_optarg ;;
1097
1098   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1099   | --syscon | --sysco | --sysc | --sys | --sy)
1100     ac_prev=sysconfdir ;;
1101   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1102   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1103     sysconfdir=$ac_optarg ;;
1104
1105   -target | --target | --targe | --targ | --tar | --ta | --t)
1106     ac_prev=target_alias ;;
1107   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1108     target_alias=$ac_optarg ;;
1109
1110   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1111     verbose=yes ;;
1112
1113   -version | --version | --versio | --versi | --vers | -V)
1114     ac_init_version=: ;;
1115
1116   -with-* | --with-*)
1117     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1118     # Reject names that are not valid shell variable names.
1119     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1120       { echo "$as_me: error: invalid package name: $ac_package" >&2
1121    { (exit 1); exit 1; }; }
1122     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1123     eval with_$ac_package=\$ac_optarg ;;
1124
1125   -without-* | --without-*)
1126     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1127     # Reject names that are not valid shell variable names.
1128     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129       { echo "$as_me: error: invalid package name: $ac_package" >&2
1130    { (exit 1); exit 1; }; }
1131     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132     eval with_$ac_package=no ;;
1133
1134   --x)
1135     # Obsolete; use --with-x.
1136     with_x=yes ;;
1137
1138   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1139   | --x-incl | --x-inc | --x-in | --x-i)
1140     ac_prev=x_includes ;;
1141   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1142   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1143     x_includes=$ac_optarg ;;
1144
1145   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1146   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1147     ac_prev=x_libraries ;;
1148   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1149   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1150     x_libraries=$ac_optarg ;;
1151
1152   -*) { echo "$as_me: error: unrecognized option: $ac_option
1153 Try \`$0 --help' for more information." >&2
1154    { (exit 1); exit 1; }; }
1155     ;;
1156
1157   *=*)
1158     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1159     # Reject names that are not valid shell variable names.
1160     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1161       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1162    { (exit 1); exit 1; }; }
1163     eval $ac_envvar=\$ac_optarg
1164     export $ac_envvar ;;
1165
1166   *)
1167     # FIXME: should be removed in autoconf 3.0.
1168     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1169     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1170       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1171     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1172     ;;
1173
1174   esac
1175 done
1176
1177 if test -n "$ac_prev"; then
1178   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1179   { echo "$as_me: error: missing argument to $ac_option" >&2
1180    { (exit 1); exit 1; }; }
1181 fi
1182
1183 # Be sure to have absolute directory names.
1184 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1185                 datadir sysconfdir sharedstatedir localstatedir includedir \
1186                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1187                 libdir localedir mandir
1188 do
1189   eval ac_val=\$$ac_var
1190   case $ac_val in
1191     [\\/$]* | ?:[\\/]* )  continue;;
1192     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1193   esac
1194   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1195    { (exit 1); exit 1; }; }
1196 done
1197
1198 # There might be people who depend on the old broken behavior: `$host'
1199 # used to hold the argument of --host etc.
1200 # FIXME: To remove some day.
1201 build=$build_alias
1202 host=$host_alias
1203 target=$target_alias
1204
1205 # FIXME: To remove some day.
1206 if test "x$host_alias" != x; then
1207   if test "x$build_alias" = x; then
1208     cross_compiling=maybe
1209     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1210     If a cross compiler is detected then cross compile mode will be used." >&2
1211   elif test "x$build_alias" != "x$host_alias"; then
1212     cross_compiling=yes
1213   fi
1214 fi
1215
1216 ac_tool_prefix=
1217 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1218
1219 test "$silent" = yes && exec 6>/dev/null
1220
1221
1222 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1223 ac_ls_di=`ls -di .` &&
1224 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1225   { echo "$as_me: error: Working directory cannot be determined" >&2
1226    { (exit 1); exit 1; }; }
1227 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1228   { echo "$as_me: error: pwd does not report name of working directory" >&2
1229    { (exit 1); exit 1; }; }
1230
1231
1232 # Find the source files, if location was not specified.
1233 if test -z "$srcdir"; then
1234   ac_srcdir_defaulted=yes
1235   # Try the directory containing this script, then the parent directory.
1236   ac_confdir=`$as_dirname -- "$0" ||
1237 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1238          X"$0" : 'X\(//\)[^/]' \| \
1239          X"$0" : 'X\(//\)$' \| \
1240          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1241 echo X"$0" |
1242     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1243             s//\1/
1244             q
1245           }
1246           /^X\(\/\/\)[^/].*/{
1247             s//\1/
1248             q
1249           }
1250           /^X\(\/\/\)$/{
1251             s//\1/
1252             q
1253           }
1254           /^X\(\/\).*/{
1255             s//\1/
1256             q
1257           }
1258           s/.*/./; q'`
1259   srcdir=$ac_confdir
1260   if test ! -r "$srcdir/$ac_unique_file"; then
1261     srcdir=..
1262   fi
1263 else
1264   ac_srcdir_defaulted=no
1265 fi
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1268   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1269    { (exit 1); exit 1; }; }
1270 fi
1271 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1272 ac_abs_confdir=`(
1273         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1274    { (exit 1); exit 1; }; }
1275         pwd)`
1276 # When building in place, set srcdir=.
1277 if test "$ac_abs_confdir" = "$ac_pwd"; then
1278   srcdir=.
1279 fi
1280 # Remove unnecessary trailing slashes from srcdir.
1281 # Double slashes in file names in object file debugging info
1282 # mess up M-x gdb in Emacs.
1283 case $srcdir in
1284 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1285 esac
1286 for ac_var in $ac_precious_vars; do
1287   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1288   eval ac_env_${ac_var}_value=\$${ac_var}
1289   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1290   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1291 done
1292
1293 #
1294 # Report the --help message.
1295 #
1296 if test "$ac_init_help" = "long"; then
1297   # Omit some internal or obsolete options to make the list less imposing.
1298   # This message is too long to be a string in the A/UX 3.1 sh.
1299   cat <<_ACEOF
1300 \`configure' configures Wine 1.1.0 to adapt to many kinds of systems.
1301
1302 Usage: $0 [OPTION]... [VAR=VALUE]...
1303
1304 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1305 VAR=VALUE.  See below for descriptions of some of the useful variables.
1306
1307 Defaults for the options are specified in brackets.
1308
1309 Configuration:
1310   -h, --help              display this help and exit
1311       --help=short        display options specific to this package
1312       --help=recursive    display the short help of all the included packages
1313   -V, --version           display version information and exit
1314   -q, --quiet, --silent   do not print \`checking...' messages
1315       --cache-file=FILE   cache test results in FILE [disabled]
1316   -C, --config-cache      alias for \`--cache-file=config.cache'
1317   -n, --no-create         do not create output files
1318       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1319
1320 Installation directories:
1321   --prefix=PREFIX         install architecture-independent files in PREFIX
1322                           [$ac_default_prefix]
1323   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1324                           [PREFIX]
1325
1326 By default, \`make install' will install all the files in
1327 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1328 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1329 for instance \`--prefix=\$HOME'.
1330
1331 For better control, use the options below.
1332
1333 Fine tuning of the installation directories:
1334   --bindir=DIR           user executables [EPREFIX/bin]
1335   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1336   --libexecdir=DIR       program executables [EPREFIX/libexec]
1337   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1338   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1339   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1340   --libdir=DIR           object code libraries [EPREFIX/lib]
1341   --includedir=DIR       C header files [PREFIX/include]
1342   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1343   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1344   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1345   --infodir=DIR          info documentation [DATAROOTDIR/info]
1346   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1347   --mandir=DIR           man documentation [DATAROOTDIR/man]
1348   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1349   --htmldir=DIR          html documentation [DOCDIR]
1350   --dvidir=DIR           dvi documentation [DOCDIR]
1351   --pdfdir=DIR           pdf documentation [DOCDIR]
1352   --psdir=DIR            ps documentation [DOCDIR]
1353 _ACEOF
1354
1355   cat <<\_ACEOF
1356
1357 X features:
1358   --x-includes=DIR    X include files are in DIR
1359   --x-libraries=DIR   X library files are in DIR
1360
1361 System types:
1362   --build=BUILD     configure for building on BUILD [guessed]
1363   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1364 _ACEOF
1365 fi
1366
1367 if test -n "$ac_init_help"; then
1368   case $ac_init_help in
1369      short | recursive ) echo "Configuration of Wine 1.1.0:";;
1370    esac
1371   cat <<\_ACEOF
1372
1373 Optional Features:
1374   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1375   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1376   --disable-win16         do not include Win16 support
1377   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1378                           binaries)
1379   --enable-maintainer-mode
1380                           enable maintainer-specific build rules
1381
1382 Optional Packages:
1383   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1384   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1385   --without-alsa          do not use the Alsa sound support
1386   --without-audioio       do not use the AudioIO sound support
1387   --without-capi          do not use CAPI (ISDN support)
1388   --without-cms           do not use CMS (color management support)
1389   --without-coreaudio     do not use the CoreAudio sound support
1390   --without-cups          do not use CUPS
1391   --without-curses        do not use (n)curses
1392   --without-esd           do not use the EsounD sound support
1393   --without-fontconfig    do not use fontconfig
1394   --without-freetype      do not use the FreeType library
1395   --without-gphoto        do not use gphoto (Digital Camera support)
1396   --without-glu           do not use the GLU library
1397   --without-hal           do not use HAL (dynamic device support)
1398   --without-jack          do not use the Jack sound support
1399   --without-jpeg          do not use JPEG
1400   --without-ldap          do not use LDAP
1401   --without-nas           do not use the NAS sound support
1402   --without-opengl        do not use OpenGL
1403   --without-openssl       do not use OpenSSL
1404   --without-oss           do not use the OSS sound support
1405   --without-png           do not use PNG
1406   --without-sane          do not use SANE (scanner support)
1407   --without-xcomposite    do not use the Xcomposite extension
1408   --without-xcursor       do not use the Xcursor extension
1409   --without-xinerama      do not use Xinerama (multi-monitor support)
1410   --without-xinput        do not use the Xinput extension
1411   --without-xml           do not use XML
1412   --without-xrandr        do not use Xrandr (resolution changes)
1413   --without-xrender       do not use the Xrender extension
1414   --without-xshape        do not use the Xshape extension
1415   --without-xshm          do not use XShm (shared memory extension)
1416   --without-xslt          do not use XSLT
1417   --without-xvidmode      do not use XFree video mode extension
1418   --with-wine-tools=DIR   use Wine tools from directory DIR
1419   --with-x                use the X Window System
1420
1421 Some influential environment variables:
1422   CC          C compiler command
1423   CFLAGS      C compiler flags
1424   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1425               nonstandard directory <lib dir>
1426   LIBS        libraries to pass to the linker, e.g. -l<library>
1427   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1428               you have headers in a nonstandard directory <include dir>
1429   CXX         C++ compiler command
1430   CXXFLAGS    C++ compiler flags
1431   XMKMF       Path to xmkmf, Makefile generator for X Window System
1432   CPP         C preprocessor
1433
1434 Use these variables to override the choices made by `configure' or to help
1435 it to find libraries and programs with nonstandard names/locations.
1436
1437 Report bugs to <wine-devel@winehq.org>.
1438 _ACEOF
1439 ac_status=$?
1440 fi
1441
1442 if test "$ac_init_help" = "recursive"; then
1443   # If there are subdirs, report their specific --help.
1444   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1445     test -d "$ac_dir" || continue
1446     ac_builddir=.
1447
1448 case "$ac_dir" in
1449 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450 *)
1451   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1452   # A ".." for each directory in $ac_dir_suffix.
1453   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1454   case $ac_top_builddir_sub in
1455   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1456   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1457   esac ;;
1458 esac
1459 ac_abs_top_builddir=$ac_pwd
1460 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1461 # for backward compatibility:
1462 ac_top_builddir=$ac_top_build_prefix
1463
1464 case $srcdir in
1465   .)  # We are building in place.
1466     ac_srcdir=.
1467     ac_top_srcdir=$ac_top_builddir_sub
1468     ac_abs_top_srcdir=$ac_pwd ;;
1469   [\\/]* | ?:[\\/]* )  # Absolute name.
1470     ac_srcdir=$srcdir$ac_dir_suffix;
1471     ac_top_srcdir=$srcdir
1472     ac_abs_top_srcdir=$srcdir ;;
1473   *) # Relative name.
1474     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1475     ac_top_srcdir=$ac_top_build_prefix$srcdir
1476     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1477 esac
1478 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1479
1480     cd "$ac_dir" || { ac_status=$?; continue; }
1481     # Check for guested configure.
1482     if test -f "$ac_srcdir/configure.gnu"; then
1483       echo &&
1484       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1485     elif test -f "$ac_srcdir/configure"; then
1486       echo &&
1487       $SHELL "$ac_srcdir/configure" --help=recursive
1488     else
1489       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1490     fi || ac_status=$?
1491     cd "$ac_pwd" || { ac_status=$?; break; }
1492   done
1493 fi
1494
1495 test -n "$ac_init_help" && exit $ac_status
1496 if $ac_init_version; then
1497   cat <<\_ACEOF
1498 Wine configure 1.1.0
1499 generated by GNU Autoconf 2.61
1500
1501 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1502 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1503 This configure script is free software; the Free Software Foundation
1504 gives unlimited permission to copy, distribute and modify it.
1505 _ACEOF
1506   exit
1507 fi
1508 cat >config.log <<_ACEOF
1509 This file contains any messages produced by compilers while
1510 running configure, to aid debugging if configure makes a mistake.
1511
1512 It was created by Wine $as_me 1.1.0, which was
1513 generated by GNU Autoconf 2.61.  Invocation command line was
1514
1515   $ $0 $@
1516
1517 _ACEOF
1518 exec 5>>config.log
1519 {
1520 cat <<_ASUNAME
1521 ## --------- ##
1522 ## Platform. ##
1523 ## --------- ##
1524
1525 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1526 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1527 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1528 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1529 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1530
1531 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1532 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1533
1534 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1535 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1536 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1537 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1538 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1539 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1540 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1541
1542 _ASUNAME
1543
1544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1545 for as_dir in $PATH
1546 do
1547   IFS=$as_save_IFS
1548   test -z "$as_dir" && as_dir=.
1549   echo "PATH: $as_dir"
1550 done
1551 IFS=$as_save_IFS
1552
1553 } >&5
1554
1555 cat >&5 <<_ACEOF
1556
1557
1558 ## ----------- ##
1559 ## Core tests. ##
1560 ## ----------- ##
1561
1562 _ACEOF
1563
1564
1565 # Keep a trace of the command line.
1566 # Strip out --no-create and --no-recursion so they do not pile up.
1567 # Strip out --silent because we don't want to record it for future runs.
1568 # Also quote any args containing shell meta-characters.
1569 # Make two passes to allow for proper duplicate-argument suppression.
1570 ac_configure_args=
1571 ac_configure_args0=
1572 ac_configure_args1=
1573 ac_must_keep_next=false
1574 for ac_pass in 1 2
1575 do
1576   for ac_arg
1577   do
1578     case $ac_arg in
1579     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1580     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1581     | -silent | --silent | --silen | --sile | --sil)
1582       continue ;;
1583     *\'*)
1584       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1585     esac
1586     case $ac_pass in
1587     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1588     2)
1589       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1590       if test $ac_must_keep_next = true; then
1591         ac_must_keep_next=false # Got value, back to normal.
1592       else
1593         case $ac_arg in
1594           *=* | --config-cache | -C | -disable-* | --disable-* \
1595           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1596           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1597           | -with-* | --with-* | -without-* | --without-* | --x)
1598             case "$ac_configure_args0 " in
1599               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1600             esac
1601             ;;
1602           -* ) ac_must_keep_next=true ;;
1603         esac
1604       fi
1605       ac_configure_args="$ac_configure_args '$ac_arg'"
1606       ;;
1607     esac
1608   done
1609 done
1610 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1611 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1612
1613 # When interrupted or exit'd, cleanup temporary files, and complete
1614 # config.log.  We remove comments because anyway the quotes in there
1615 # would cause problems or look ugly.
1616 # WARNING: Use '\'' to represent an apostrophe within the trap.
1617 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1618 trap 'exit_status=$?
1619   # Save into config.log some information that might help in debugging.
1620   {
1621     echo
1622
1623     cat <<\_ASBOX
1624 ## ---------------- ##
1625 ## Cache variables. ##
1626 ## ---------------- ##
1627 _ASBOX
1628     echo
1629     # The following way of writing the cache mishandles newlines in values,
1630 (
1631   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1632     eval ac_val=\$$ac_var
1633     case $ac_val in #(
1634     *${as_nl}*)
1635       case $ac_var in #(
1636       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1637 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1638       esac
1639       case $ac_var in #(
1640       _ | IFS | as_nl) ;; #(
1641       *) $as_unset $ac_var ;;
1642       esac ;;
1643     esac
1644   done
1645   (set) 2>&1 |
1646     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1647     *${as_nl}ac_space=\ *)
1648       sed -n \
1649         "s/'\''/'\''\\\\'\'''\''/g;
1650           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1651       ;; #(
1652     *)
1653       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1654       ;;
1655     esac |
1656     sort
1657 )
1658     echo
1659
1660     cat <<\_ASBOX
1661 ## ----------------- ##
1662 ## Output variables. ##
1663 ## ----------------- ##
1664 _ASBOX
1665     echo
1666     for ac_var in $ac_subst_vars
1667     do
1668       eval ac_val=\$$ac_var
1669       case $ac_val in
1670       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1671       esac
1672       echo "$ac_var='\''$ac_val'\''"
1673     done | sort
1674     echo
1675
1676     if test -n "$ac_subst_files"; then
1677       cat <<\_ASBOX
1678 ## ------------------- ##
1679 ## File substitutions. ##
1680 ## ------------------- ##
1681 _ASBOX
1682       echo
1683       for ac_var in $ac_subst_files
1684       do
1685         eval ac_val=\$$ac_var
1686         case $ac_val in
1687         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1688         esac
1689         echo "$ac_var='\''$ac_val'\''"
1690       done | sort
1691       echo
1692     fi
1693
1694     if test -s confdefs.h; then
1695       cat <<\_ASBOX
1696 ## ----------- ##
1697 ## confdefs.h. ##
1698 ## ----------- ##
1699 _ASBOX
1700       echo
1701       cat confdefs.h
1702       echo
1703     fi
1704     test "$ac_signal" != 0 &&
1705       echo "$as_me: caught signal $ac_signal"
1706     echo "$as_me: exit $exit_status"
1707   } >&5
1708   rm -f core *.core core.conftest.* &&
1709     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1710     exit $exit_status
1711 ' 0
1712 for ac_signal in 1 2 13 15; do
1713   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1714 done
1715 ac_signal=0
1716
1717 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1718 rm -f -r conftest* confdefs.h
1719
1720 # Predefined preprocessor variables.
1721
1722 cat >>confdefs.h <<_ACEOF
1723 #define PACKAGE_NAME "$PACKAGE_NAME"
1724 _ACEOF
1725
1726
1727 cat >>confdefs.h <<_ACEOF
1728 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1729 _ACEOF
1730
1731
1732 cat >>confdefs.h <<_ACEOF
1733 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1734 _ACEOF
1735
1736
1737 cat >>confdefs.h <<_ACEOF
1738 #define PACKAGE_STRING "$PACKAGE_STRING"
1739 _ACEOF
1740
1741
1742 cat >>confdefs.h <<_ACEOF
1743 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1744 _ACEOF
1745
1746
1747 # Let the site file select an alternate cache file if it wants to.
1748 # Prefer explicitly selected file to automatically selected ones.
1749 if test -n "$CONFIG_SITE"; then
1750   set x "$CONFIG_SITE"
1751 elif test "x$prefix" != xNONE; then
1752   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1753 else
1754   set x "$ac_default_prefix/share/config.site" \
1755         "$ac_default_prefix/etc/config.site"
1756 fi
1757 shift
1758 for ac_site_file
1759 do
1760   if test -r "$ac_site_file"; then
1761     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1762 echo "$as_me: loading site script $ac_site_file" >&6;}
1763     sed 's/^/| /' "$ac_site_file" >&5
1764     . "$ac_site_file"
1765   fi
1766 done
1767
1768 if test -r "$cache_file"; then
1769   # Some versions of bash will fail to source /dev/null (special
1770   # files actually), so we avoid doing that.
1771   if test -f "$cache_file"; then
1772     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1773 echo "$as_me: loading cache $cache_file" >&6;}
1774     case $cache_file in
1775       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1776       *)                      . "./$cache_file";;
1777     esac
1778   fi
1779 else
1780   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1781 echo "$as_me: creating cache $cache_file" >&6;}
1782   >$cache_file
1783 fi
1784
1785 # Check that the precious variables saved in the cache have kept the same
1786 # value.
1787 ac_cache_corrupted=false
1788 for ac_var in $ac_precious_vars; do
1789   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1790   eval ac_new_set=\$ac_env_${ac_var}_set
1791   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1792   eval ac_new_val=\$ac_env_${ac_var}_value
1793   case $ac_old_set,$ac_new_set in
1794     set,)
1795       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1796 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1797       ac_cache_corrupted=: ;;
1798     ,set)
1799       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1800 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1801       ac_cache_corrupted=: ;;
1802     ,);;
1803     *)
1804       if test "x$ac_old_val" != "x$ac_new_val"; then
1805         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1806 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1807         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1808 echo "$as_me:   former value:  $ac_old_val" >&2;}
1809         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1810 echo "$as_me:   current value: $ac_new_val" >&2;}
1811         ac_cache_corrupted=:
1812       fi;;
1813   esac
1814   # Pass precious variables to config.status.
1815   if test "$ac_new_set" = set; then
1816     case $ac_new_val in
1817     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1818     *) ac_arg=$ac_var=$ac_new_val ;;
1819     esac
1820     case " $ac_configure_args " in
1821       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1822       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1823     esac
1824   fi
1825 done
1826 if $ac_cache_corrupted; then
1827   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1828 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1829   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1830 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1831    { (exit 1); exit 1; }; }
1832 fi
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858 ac_ext=c
1859 ac_cpp='$CPP $CPPFLAGS'
1860 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1861 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1862 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1863
1864
1865
1866 ac_config_headers="$ac_config_headers include/config.h"
1867
1868 ac_aux_dir=
1869 for ac_dir in tools "$srcdir"/tools; do
1870   if test -f "$ac_dir/install-sh"; then
1871     ac_aux_dir=$ac_dir
1872     ac_install_sh="$ac_aux_dir/install-sh -c"
1873     break
1874   elif test -f "$ac_dir/install.sh"; then
1875     ac_aux_dir=$ac_dir
1876     ac_install_sh="$ac_aux_dir/install.sh -c"
1877     break
1878   elif test -f "$ac_dir/shtool"; then
1879     ac_aux_dir=$ac_dir
1880     ac_install_sh="$ac_aux_dir/shtool install -c"
1881     break
1882   fi
1883 done
1884 if test -z "$ac_aux_dir"; then
1885   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1886 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1887    { (exit 1); exit 1; }; }
1888 fi
1889
1890 # These three variables are undocumented and unsupported,
1891 # and are intended to be withdrawn in a future Autoconf release.
1892 # They can cause serious problems if a builder's source tree is in a directory
1893 # whose full name contains unusual characters.
1894 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1895 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1896 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1897
1898
1899
1900
1901 # Check whether --enable-win16 was given.
1902 if test "${enable_win16+set}" = set; then
1903   enableval=$enable_win16;
1904 fi
1905
1906 # Check whether --enable-win64 was given.
1907 if test "${enable_win64+set}" = set; then
1908   enableval=$enable_win64;
1909 fi
1910
1911 # Check whether --enable-maintainer-mode was given.
1912 if test "${enable_maintainer_mode+set}" = set; then
1913   enableval=$enable_maintainer_mode;
1914 else
1915   MAINTAINER_MODE=\#
1916
1917 fi
1918
1919
1920
1921 # Check whether --with-alsa was given.
1922 if test "${with_alsa+set}" = set; then
1923   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1924 fi
1925
1926
1927 # Check whether --with-audioio was given.
1928 if test "${with_audioio+set}" = set; then
1929   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1930 fi
1931
1932
1933 # Check whether --with-capi was given.
1934 if test "${with_capi+set}" = set; then
1935   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1936 fi
1937
1938
1939 # Check whether --with-cms was given.
1940 if test "${with_cms+set}" = set; then
1941   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1942 fi
1943
1944
1945 # Check whether --with-coreaudio was given.
1946 if test "${with_coreaudio+set}" = set; then
1947   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1948 fi
1949
1950
1951 # Check whether --with-cups was given.
1952 if test "${with_cups+set}" = set; then
1953   withval=$with_cups; if test "x$withval" = "xno"; then ac_cv_header_cups_cups_h=no; fi
1954 fi
1955
1956
1957 # Check whether --with-curses was given.
1958 if test "${with_curses+set}" = set; then
1959   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1960 fi
1961
1962
1963 # Check whether --with-esd was given.
1964 if test "${with_esd+set}" = set; then
1965   withval=$with_esd;
1966 fi
1967
1968
1969 # Check whether --with-fontconfig was given.
1970 if test "${with_fontconfig+set}" = set; then
1971   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1972 fi
1973
1974
1975 # Check whether --with-freetype was given.
1976 if test "${with_freetype+set}" = set; then
1977   withval=$with_freetype;
1978 fi
1979
1980
1981 # Check whether --with-gphoto was given.
1982 if test "${with_gphoto+set}" = set; then
1983   withval=$with_gphoto;
1984 fi
1985
1986
1987 # Check whether --with-glu was given.
1988 if test "${with_glu+set}" = set; then
1989   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1990 fi
1991
1992
1993 # Check whether --with-hal was given.
1994 if test "${with_hal+set}" = set; then
1995   withval=$with_hal;
1996 fi
1997
1998
1999 # Check whether --with-jack was given.
2000 if test "${with_jack+set}" = set; then
2001   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2002 fi
2003
2004
2005 # Check whether --with-jpeg was given.
2006 if test "${with_jpeg+set}" = set; then
2007   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2008 fi
2009
2010
2011 # Check whether --with-ldap was given.
2012 if test "${with_ldap+set}" = set; then
2013   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2014 fi
2015
2016
2017 # Check whether --with-nas was given.
2018 if test "${with_nas+set}" = set; then
2019   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2020 fi
2021
2022
2023 # Check whether --with-opengl was given.
2024 if test "${with_opengl+set}" = set; then
2025   withval=$with_opengl;
2026 fi
2027
2028
2029 # Check whether --with-openssl was given.
2030 if test "${with_openssl+set}" = set; then
2031   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2032 fi
2033
2034
2035 # Check whether --with-oss was given.
2036 if test "${with_oss+set}" = set; then
2037   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
2038 fi
2039
2040
2041 # Check whether --with-png was given.
2042 if test "${with_png+set}" = set; then
2043   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2044 fi
2045
2046
2047 # Check whether --with-sane was given.
2048 if test "${with_sane+set}" = set; then
2049   withval=$with_sane;
2050 fi
2051
2052
2053 # Check whether --with-xcomposite was given.
2054 if test "${with_xcomposite+set}" = set; then
2055   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2056 fi
2057
2058
2059 # Check whether --with-xcursor was given.
2060 if test "${with_xcursor+set}" = set; then
2061   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2062 fi
2063
2064
2065 # Check whether --with-xinerama was given.
2066 if test "${with_xinerama+set}" = set; then
2067   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2068 fi
2069
2070
2071 # Check whether --with-xinput was given.
2072 if test "${with_xinput+set}" = set; then
2073   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2074 fi
2075
2076
2077 # Check whether --with-xml was given.
2078 if test "${with_xml+set}" = set; then
2079   withval=$with_xml;
2080 fi
2081
2082
2083 # Check whether --with-xrandr was given.
2084 if test "${with_xrandr+set}" = set; then
2085   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2086 fi
2087
2088
2089 # Check whether --with-xrender was given.
2090 if test "${with_xrender+set}" = set; then
2091   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2092 fi
2093
2094
2095 # Check whether --with-xshape was given.
2096 if test "${with_xshape+set}" = set; then
2097   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2098 fi
2099
2100
2101 # Check whether --with-xshm was given.
2102 if test "${with_xshm+set}" = set; then
2103   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2104 fi
2105
2106
2107 # Check whether --with-xslt was given.
2108 if test "${with_xslt+set}" = set; then
2109   withval=$with_xslt;
2110 fi
2111
2112
2113 # Check whether --with-xvidmode was given.
2114 if test "${with_xvidmode+set}" = set; then
2115   withval=$with_xvidmode; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2116 fi
2117
2118
2119
2120 # Check whether --with-wine-tools was given.
2121 if test "${with_wine_tools+set}" = set; then
2122   withval=$with_wine_tools;
2123 fi
2124
2125
2126 # Make sure we can run config.sub.
2127 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2128   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2129 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2130    { (exit 1); exit 1; }; }
2131
2132 { echo "$as_me:$LINENO: checking build system type" >&5
2133 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2134 if test "${ac_cv_build+set}" = set; then
2135   echo $ECHO_N "(cached) $ECHO_C" >&6
2136 else
2137   ac_build_alias=$build_alias
2138 test "x$ac_build_alias" = x &&
2139   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2140 test "x$ac_build_alias" = x &&
2141   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2142 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2143    { (exit 1); exit 1; }; }
2144 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2145   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2146 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2147    { (exit 1); exit 1; }; }
2148
2149 fi
2150 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2151 echo "${ECHO_T}$ac_cv_build" >&6; }
2152 case $ac_cv_build in
2153 *-*-*) ;;
2154 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2155 echo "$as_me: error: invalid value of canonical build" >&2;}
2156    { (exit 1); exit 1; }; };;
2157 esac
2158 build=$ac_cv_build
2159 ac_save_IFS=$IFS; IFS='-'
2160 set x $ac_cv_build
2161 shift
2162 build_cpu=$1
2163 build_vendor=$2
2164 shift; shift
2165 # Remember, the first character of IFS is used to create $*,
2166 # except with old shells:
2167 build_os=$*
2168 IFS=$ac_save_IFS
2169 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2170
2171
2172 { echo "$as_me:$LINENO: checking host system type" >&5
2173 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2174 if test "${ac_cv_host+set}" = set; then
2175   echo $ECHO_N "(cached) $ECHO_C" >&6
2176 else
2177   if test "x$host_alias" = x; then
2178   ac_cv_host=$ac_cv_build
2179 else
2180   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2181     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2183    { (exit 1); exit 1; }; }
2184 fi
2185
2186 fi
2187 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2188 echo "${ECHO_T}$ac_cv_host" >&6; }
2189 case $ac_cv_host in
2190 *-*-*) ;;
2191 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2192 echo "$as_me: error: invalid value of canonical host" >&2;}
2193    { (exit 1); exit 1; }; };;
2194 esac
2195 host=$ac_cv_host
2196 ac_save_IFS=$IFS; IFS='-'
2197 set x $ac_cv_host
2198 shift
2199 host_cpu=$1
2200 host_vendor=$2
2201 shift; shift
2202 # Remember, the first character of IFS is used to create $*,
2203 # except with old shells:
2204 host_os=$*
2205 IFS=$ac_save_IFS
2206 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2207
2208
2209 case $host in
2210   x86_64*linux*)
2211     if test "x$enable_win64" != "xyes"
2212     then
2213       test -n "$CC" || CC="gcc -m32"
2214       test -n "$CXX"|| CXX="g++ -m32"
2215       test -n "$LD" || LD="ld -m elf_i386"
2216       test -n "$AS" || AS="as --32"
2217       host_cpu="i386"
2218     fi
2219     ;;
2220 esac
2221
2222 case $host_cpu in
2223   *i[3456789]86*)
2224     if test "x$enable_win16" != "xno"
2225     then
2226       enable_win16="yes"
2227     fi
2228     ;;
2229 esac
2230
2231 WIN16_FILES="\$(WIN16_FILES)"
2232
2233 WIN16_INSTALL="\$(WIN16_INSTALL)"
2234
2235 if test "x$enable_win16" != "xyes"
2236 then
2237   WIN16_FILES=""
2238   WIN16_INSTALL=""
2239 fi
2240
2241 case "$srcdir" in
2242  .) ;;
2243  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2244       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2245 You need to run 'make distclean' in the source tree first." >&5
2246 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2247 You need to run 'make distclean' in the source tree first." >&2;}
2248    { (exit 1); exit 1; }; }
2249     fi ;;
2250 esac
2251
2252
2253 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2254 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2255 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2256 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2257   echo $ECHO_N "(cached) $ECHO_C" >&6
2258 else
2259   cat >conftest.make <<\_ACEOF
2260 SHELL = /bin/sh
2261 all:
2262         @echo '@@@%%%=$(MAKE)=@@@%%%'
2263 _ACEOF
2264 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2265 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2266   *@@@%%%=?*=@@@%%%*)
2267     eval ac_cv_prog_make_${ac_make}_set=yes;;
2268   *)
2269     eval ac_cv_prog_make_${ac_make}_set=no;;
2270 esac
2271 rm -f conftest.make
2272 fi
2273 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2274   { echo "$as_me:$LINENO: result: yes" >&5
2275 echo "${ECHO_T}yes" >&6; }
2276   SET_MAKE=
2277 else
2278   { echo "$as_me:$LINENO: result: no" >&5
2279 echo "${ECHO_T}no" >&6; }
2280   SET_MAKE="MAKE=${MAKE-make}"
2281 fi
2282
2283 ac_ext=c
2284 ac_cpp='$CPP $CPPFLAGS'
2285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2288 if test -n "$ac_tool_prefix"; then
2289   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2290 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2293 if test "${ac_cv_prog_CC+set}" = set; then
2294   echo $ECHO_N "(cached) $ECHO_C" >&6
2295 else
2296   if test -n "$CC"; then
2297   ac_cv_prog_CC="$CC" # Let the user override the test.
2298 else
2299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2300 for as_dir in $PATH
2301 do
2302   IFS=$as_save_IFS
2303   test -z "$as_dir" && as_dir=.
2304   for ac_exec_ext in '' $ac_executable_extensions; do
2305   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2306     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2307     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2308     break 2
2309   fi
2310 done
2311 done
2312 IFS=$as_save_IFS
2313
2314 fi
2315 fi
2316 CC=$ac_cv_prog_CC
2317 if test -n "$CC"; then
2318   { echo "$as_me:$LINENO: result: $CC" >&5
2319 echo "${ECHO_T}$CC" >&6; }
2320 else
2321   { echo "$as_me:$LINENO: result: no" >&5
2322 echo "${ECHO_T}no" >&6; }
2323 fi
2324
2325
2326 fi
2327 if test -z "$ac_cv_prog_CC"; then
2328   ac_ct_CC=$CC
2329   # Extract the first word of "gcc", so it can be a program name with args.
2330 set dummy gcc; ac_word=$2
2331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2333 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2334   echo $ECHO_N "(cached) $ECHO_C" >&6
2335 else
2336   if test -n "$ac_ct_CC"; then
2337   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2338 else
2339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2340 for as_dir in $PATH
2341 do
2342   IFS=$as_save_IFS
2343   test -z "$as_dir" && as_dir=.
2344   for ac_exec_ext in '' $ac_executable_extensions; do
2345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2346     ac_cv_prog_ac_ct_CC="gcc"
2347     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2348     break 2
2349   fi
2350 done
2351 done
2352 IFS=$as_save_IFS
2353
2354 fi
2355 fi
2356 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2357 if test -n "$ac_ct_CC"; then
2358   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2359 echo "${ECHO_T}$ac_ct_CC" >&6; }
2360 else
2361   { echo "$as_me:$LINENO: result: no" >&5
2362 echo "${ECHO_T}no" >&6; }
2363 fi
2364
2365   if test "x$ac_ct_CC" = x; then
2366     CC=""
2367   else
2368     case $cross_compiling:$ac_tool_warned in
2369 yes:)
2370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2371 whose name does not start with the host triplet.  If you think this
2372 configuration is useful to you, please write to autoconf@gnu.org." >&5
2373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2374 whose name does not start with the host triplet.  If you think this
2375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2376 ac_tool_warned=yes ;;
2377 esac
2378     CC=$ac_ct_CC
2379   fi
2380 else
2381   CC="$ac_cv_prog_CC"
2382 fi
2383
2384 if test -z "$CC"; then
2385           if test -n "$ac_tool_prefix"; then
2386     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2387 set dummy ${ac_tool_prefix}cc; ac_word=$2
2388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2390 if test "${ac_cv_prog_CC+set}" = set; then
2391   echo $ECHO_N "(cached) $ECHO_C" >&6
2392 else
2393   if test -n "$CC"; then
2394   ac_cv_prog_CC="$CC" # Let the user override the test.
2395 else
2396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2397 for as_dir in $PATH
2398 do
2399   IFS=$as_save_IFS
2400   test -z "$as_dir" && as_dir=.
2401   for ac_exec_ext in '' $ac_executable_extensions; do
2402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2403     ac_cv_prog_CC="${ac_tool_prefix}cc"
2404     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2405     break 2
2406   fi
2407 done
2408 done
2409 IFS=$as_save_IFS
2410
2411 fi
2412 fi
2413 CC=$ac_cv_prog_CC
2414 if test -n "$CC"; then
2415   { echo "$as_me:$LINENO: result: $CC" >&5
2416 echo "${ECHO_T}$CC" >&6; }
2417 else
2418   { echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6; }
2420 fi
2421
2422
2423   fi
2424 fi
2425 if test -z "$CC"; then
2426   # Extract the first word of "cc", so it can be a program name with args.
2427 set dummy cc; ac_word=$2
2428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then
2431   echo $ECHO_N "(cached) $ECHO_C" >&6
2432 else
2433   if test -n "$CC"; then
2434   ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else
2436   ac_prog_rejected=no
2437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2438 for as_dir in $PATH
2439 do
2440   IFS=$as_save_IFS
2441   test -z "$as_dir" && as_dir=.
2442   for ac_exec_ext in '' $ac_executable_extensions; do
2443   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2444     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2445        ac_prog_rejected=yes
2446        continue
2447      fi
2448     ac_cv_prog_CC="cc"
2449     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450     break 2
2451   fi
2452 done
2453 done
2454 IFS=$as_save_IFS
2455
2456 if test $ac_prog_rejected = yes; then
2457   # We found a bogon in the path, so make sure we never use it.
2458   set dummy $ac_cv_prog_CC
2459   shift
2460   if test $# != 0; then
2461     # We chose a different compiler from the bogus one.
2462     # However, it has the same basename, so the bogon will be chosen
2463     # first if we set CC to just the basename; use the full file name.
2464     shift
2465     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2466   fi
2467 fi
2468 fi
2469 fi
2470 CC=$ac_cv_prog_CC
2471 if test -n "$CC"; then
2472   { echo "$as_me:$LINENO: result: $CC" >&5
2473 echo "${ECHO_T}$CC" >&6; }
2474 else
2475   { echo "$as_me:$LINENO: result: no" >&5
2476 echo "${ECHO_T}no" >&6; }
2477 fi
2478
2479
2480 fi
2481 if test -z "$CC"; then
2482   if test -n "$ac_tool_prefix"; then
2483   for ac_prog in cl.exe
2484   do
2485     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489 if test "${ac_cv_prog_CC+set}" = set; then
2490   echo $ECHO_N "(cached) $ECHO_C" >&6
2491 else
2492   if test -n "$CC"; then
2493   ac_cv_prog_CC="$CC" # Let the user override the test.
2494 else
2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2496 for as_dir in $PATH
2497 do
2498   IFS=$as_save_IFS
2499   test -z "$as_dir" && as_dir=.
2500   for ac_exec_ext in '' $ac_executable_extensions; do
2501   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2502     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2503     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2504     break 2
2505   fi
2506 done
2507 done
2508 IFS=$as_save_IFS
2509
2510 fi
2511 fi
2512 CC=$ac_cv_prog_CC
2513 if test -n "$CC"; then
2514   { echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6; }
2516 else
2517   { echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6; }
2519 fi
2520
2521
2522     test -n "$CC" && break
2523   done
2524 fi
2525 if test -z "$CC"; then
2526   ac_ct_CC=$CC
2527   for ac_prog in cl.exe
2528 do
2529   # Extract the first word of "$ac_prog", so it can be a program name with args.
2530 set dummy $ac_prog; ac_word=$2
2531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2533 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2534   echo $ECHO_N "(cached) $ECHO_C" >&6
2535 else
2536   if test -n "$ac_ct_CC"; then
2537   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2538 else
2539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2540 for as_dir in $PATH
2541 do
2542   IFS=$as_save_IFS
2543   test -z "$as_dir" && as_dir=.
2544   for ac_exec_ext in '' $ac_executable_extensions; do
2545   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2546     ac_cv_prog_ac_ct_CC="$ac_prog"
2547     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2548     break 2
2549   fi
2550 done
2551 done
2552 IFS=$as_save_IFS
2553
2554 fi
2555 fi
2556 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2557 if test -n "$ac_ct_CC"; then
2558   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2559 echo "${ECHO_T}$ac_ct_CC" >&6; }
2560 else
2561   { echo "$as_me:$LINENO: result: no" >&5
2562 echo "${ECHO_T}no" >&6; }
2563 fi
2564
2565
2566   test -n "$ac_ct_CC" && break
2567 done
2568
2569   if test "x$ac_ct_CC" = x; then
2570     CC=""
2571   else
2572     case $cross_compiling:$ac_tool_warned in
2573 yes:)
2574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2575 whose name does not start with the host triplet.  If you think this
2576 configuration is useful to you, please write to autoconf@gnu.org." >&5
2577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2578 whose name does not start with the host triplet.  If you think this
2579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2580 ac_tool_warned=yes ;;
2581 esac
2582     CC=$ac_ct_CC
2583   fi
2584 fi
2585
2586 fi
2587
2588
2589 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2590 See \`config.log' for more details." >&5
2591 echo "$as_me: error: no acceptable C compiler found in \$PATH
2592 See \`config.log' for more details." >&2;}
2593    { (exit 1); exit 1; }; }
2594
2595 # Provide some information about the compiler.
2596 echo "$as_me:$LINENO: checking for C compiler version" >&5
2597 ac_compiler=`set X $ac_compile; echo $2`
2598 { (ac_try="$ac_compiler --version >&5"
2599 case "(($ac_try" in
2600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2601   *) ac_try_echo=$ac_try;;
2602 esac
2603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2604   (eval "$ac_compiler --version >&5") 2>&5
2605   ac_status=$?
2606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607   (exit $ac_status); }
2608 { (ac_try="$ac_compiler -v >&5"
2609 case "(($ac_try" in
2610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2611   *) ac_try_echo=$ac_try;;
2612 esac
2613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2614   (eval "$ac_compiler -v >&5") 2>&5
2615   ac_status=$?
2616   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617   (exit $ac_status); }
2618 { (ac_try="$ac_compiler -V >&5"
2619 case "(($ac_try" in
2620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2621   *) ac_try_echo=$ac_try;;
2622 esac
2623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2624   (eval "$ac_compiler -V >&5") 2>&5
2625   ac_status=$?
2626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627   (exit $ac_status); }
2628
2629 cat >conftest.$ac_ext <<_ACEOF
2630 /* confdefs.h.  */
2631 _ACEOF
2632 cat confdefs.h >>conftest.$ac_ext
2633 cat >>conftest.$ac_ext <<_ACEOF
2634 /* end confdefs.h.  */
2635
2636 int
2637 main ()
2638 {
2639
2640   ;
2641   return 0;
2642 }
2643 _ACEOF
2644 ac_clean_files_save=$ac_clean_files
2645 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2646 # Try to create an executable without -o first, disregard a.out.
2647 # It will help us diagnose broken compilers, and finding out an intuition
2648 # of exeext.
2649 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2650 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2651 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2652 #
2653 # List of possible output files, starting from the most likely.
2654 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2655 # only as a last resort.  b.out is created by i960 compilers.
2656 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2657 #
2658 # The IRIX 6 linker writes into existing files which may not be
2659 # executable, retaining their permissions.  Remove them first so a
2660 # subsequent execution test works.
2661 ac_rmfiles=
2662 for ac_file in $ac_files
2663 do
2664   case $ac_file in
2665     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2666     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2667   esac
2668 done
2669 rm -f $ac_rmfiles
2670
2671 if { (ac_try="$ac_link_default"
2672 case "(($ac_try" in
2673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2674   *) ac_try_echo=$ac_try;;
2675 esac
2676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2677   (eval "$ac_link_default") 2>&5
2678   ac_status=$?
2679   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680   (exit $ac_status); }; then
2681   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2682 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2683 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2684 # so that the user can short-circuit this test for compilers unknown to
2685 # Autoconf.
2686 for ac_file in $ac_files ''
2687 do
2688   test -f "$ac_file" || continue
2689   case $ac_file in
2690     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2691         ;;
2692     [ab].out )
2693         # We found the default executable, but exeext='' is most
2694         # certainly right.
2695         break;;
2696     *.* )
2697         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2698         then :; else
2699            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2700         fi
2701         # We set ac_cv_exeext here because the later test for it is not
2702         # safe: cross compilers may not add the suffix if given an `-o'
2703         # argument, so we may need to know it at that point already.
2704         # Even if this section looks crufty: it has the advantage of
2705         # actually working.
2706         break;;
2707     * )
2708         break;;
2709   esac
2710 done
2711 test "$ac_cv_exeext" = no && ac_cv_exeext=
2712
2713 else
2714   ac_file=''
2715 fi
2716
2717 { echo "$as_me:$LINENO: result: $ac_file" >&5
2718 echo "${ECHO_T}$ac_file" >&6; }
2719 if test -z "$ac_file"; then
2720   echo "$as_me: failed program was:" >&5
2721 sed 's/^/| /' conftest.$ac_ext >&5
2722
2723 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2724 See \`config.log' for more details." >&5
2725 echo "$as_me: error: C compiler cannot create executables
2726 See \`config.log' for more details." >&2;}
2727    { (exit 77); exit 77; }; }
2728 fi
2729
2730 ac_exeext=$ac_cv_exeext
2731
2732 # Check that the compiler produces executables we can run.  If not, either
2733 # the compiler is broken, or we cross compile.
2734 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2735 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2736 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2737 # If not cross compiling, check that we can run a simple program.
2738 if test "$cross_compiling" != yes; then
2739   if { ac_try='./$ac_file'
2740   { (case "(($ac_try" in
2741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742   *) ac_try_echo=$ac_try;;
2743 esac
2744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2745   (eval "$ac_try") 2>&5
2746   ac_status=$?
2747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748   (exit $ac_status); }; }; then
2749     cross_compiling=no
2750   else
2751     if test "$cross_compiling" = maybe; then
2752         cross_compiling=yes
2753     else
2754         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2755 If you meant to cross compile, use \`--host'.
2756 See \`config.log' for more details." >&5
2757 echo "$as_me: error: cannot run C compiled programs.
2758 If you meant to cross compile, use \`--host'.
2759 See \`config.log' for more details." >&2;}
2760    { (exit 1); exit 1; }; }
2761     fi
2762   fi
2763 fi
2764 { echo "$as_me:$LINENO: result: yes" >&5
2765 echo "${ECHO_T}yes" >&6; }
2766
2767 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2768 ac_clean_files=$ac_clean_files_save
2769 # Check that the compiler produces executables we can run.  If not, either
2770 # the compiler is broken, or we cross compile.
2771 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2772 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2773 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2774 echo "${ECHO_T}$cross_compiling" >&6; }
2775
2776 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2777 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2778 if { (ac_try="$ac_link"
2779 case "(($ac_try" in
2780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781   *) ac_try_echo=$ac_try;;
2782 esac
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784   (eval "$ac_link") 2>&5
2785   ac_status=$?
2786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787   (exit $ac_status); }; then
2788   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2789 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2790 # work properly (i.e., refer to `conftest.exe'), while it won't with
2791 # `rm'.
2792 for ac_file in conftest.exe conftest conftest.*; do
2793   test -f "$ac_file" || continue
2794   case $ac_file in
2795     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2796     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2797           break;;
2798     * ) break;;
2799   esac
2800 done
2801 else
2802   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2803 See \`config.log' for more details." >&5
2804 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2805 See \`config.log' for more details." >&2;}
2806    { (exit 1); exit 1; }; }
2807 fi
2808
2809 rm -f conftest$ac_cv_exeext
2810 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2811 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2812
2813 rm -f conftest.$ac_ext
2814 EXEEXT=$ac_cv_exeext
2815 ac_exeext=$EXEEXT
2816 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2817 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2818 if test "${ac_cv_objext+set}" = set; then
2819   echo $ECHO_N "(cached) $ECHO_C" >&6
2820 else
2821   cat >conftest.$ac_ext <<_ACEOF
2822 /* confdefs.h.  */
2823 _ACEOF
2824 cat confdefs.h >>conftest.$ac_ext
2825 cat >>conftest.$ac_ext <<_ACEOF
2826 /* end confdefs.h.  */
2827
2828 int
2829 main ()
2830 {
2831
2832   ;
2833   return 0;
2834 }
2835 _ACEOF
2836 rm -f conftest.o conftest.obj
2837 if { (ac_try="$ac_compile"
2838 case "(($ac_try" in
2839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2840   *) ac_try_echo=$ac_try;;
2841 esac
2842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2843   (eval "$ac_compile") 2>&5
2844   ac_status=$?
2845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846   (exit $ac_status); }; then
2847   for ac_file in conftest.o conftest.obj conftest.*; do
2848   test -f "$ac_file" || continue;
2849   case $ac_file in
2850     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2851     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2852        break;;
2853   esac
2854 done
2855 else
2856   echo "$as_me: failed program was:" >&5
2857 sed 's/^/| /' conftest.$ac_ext >&5
2858
2859 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2860 See \`config.log' for more details." >&5
2861 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2862 See \`config.log' for more details." >&2;}
2863    { (exit 1); exit 1; }; }
2864 fi
2865
2866 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2867 fi
2868 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2869 echo "${ECHO_T}$ac_cv_objext" >&6; }
2870 OBJEXT=$ac_cv_objext
2871 ac_objext=$OBJEXT
2872 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2873 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2874 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2875   echo $ECHO_N "(cached) $ECHO_C" >&6
2876 else
2877   cat >conftest.$ac_ext <<_ACEOF
2878 /* confdefs.h.  */
2879 _ACEOF
2880 cat confdefs.h >>conftest.$ac_ext
2881 cat >>conftest.$ac_ext <<_ACEOF
2882 /* end confdefs.h.  */
2883
2884 int
2885 main ()
2886 {
2887 #ifndef __GNUC__
2888        choke me
2889 #endif
2890
2891   ;
2892   return 0;
2893 }
2894 _ACEOF
2895 rm -f conftest.$ac_objext
2896 if { (ac_try="$ac_compile"
2897 case "(($ac_try" in
2898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2899   *) ac_try_echo=$ac_try;;
2900 esac
2901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2902   (eval "$ac_compile") 2>conftest.er1
2903   ac_status=$?
2904   grep -v '^ *+' conftest.er1 >conftest.err
2905   rm -f conftest.er1
2906   cat conftest.err >&5
2907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2908   (exit $ac_status); } && {
2909          test -z "$ac_c_werror_flag" ||
2910          test ! -s conftest.err
2911        } && test -s conftest.$ac_objext; then
2912   ac_compiler_gnu=yes
2913 else
2914   echo "$as_me: failed program was:" >&5
2915 sed 's/^/| /' conftest.$ac_ext >&5
2916
2917         ac_compiler_gnu=no
2918 fi
2919
2920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2921 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2922
2923 fi
2924 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2925 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2926 GCC=`test $ac_compiler_gnu = yes && echo yes`
2927 ac_test_CFLAGS=${CFLAGS+set}
2928 ac_save_CFLAGS=$CFLAGS
2929 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2930 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2931 if test "${ac_cv_prog_cc_g+set}" = set; then
2932   echo $ECHO_N "(cached) $ECHO_C" >&6
2933 else
2934   ac_save_c_werror_flag=$ac_c_werror_flag
2935    ac_c_werror_flag=yes
2936    ac_cv_prog_cc_g=no
2937    CFLAGS="-g"
2938    cat >conftest.$ac_ext <<_ACEOF
2939 /* confdefs.h.  */
2940 _ACEOF
2941 cat confdefs.h >>conftest.$ac_ext
2942 cat >>conftest.$ac_ext <<_ACEOF
2943 /* end confdefs.h.  */
2944
2945 int
2946 main ()
2947 {
2948
2949   ;
2950   return 0;
2951 }
2952 _ACEOF
2953 rm -f conftest.$ac_objext
2954 if { (ac_try="$ac_compile"
2955 case "(($ac_try" in
2956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2957   *) ac_try_echo=$ac_try;;
2958 esac
2959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2960   (eval "$ac_compile") 2>conftest.er1
2961   ac_status=$?
2962   grep -v '^ *+' conftest.er1 >conftest.err
2963   rm -f conftest.er1
2964   cat conftest.err >&5
2965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966   (exit $ac_status); } && {
2967          test -z "$ac_c_werror_flag" ||
2968          test ! -s conftest.err
2969        } && test -s conftest.$ac_objext; then
2970   ac_cv_prog_cc_g=yes
2971 else
2972   echo "$as_me: failed program was:" >&5
2973 sed 's/^/| /' conftest.$ac_ext >&5
2974
2975         CFLAGS=""
2976       cat >conftest.$ac_ext <<_ACEOF
2977 /* confdefs.h.  */
2978 _ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h.  */
2982
2983 int
2984 main ()
2985 {
2986
2987   ;
2988   return 0;
2989 }
2990 _ACEOF
2991 rm -f conftest.$ac_objext
2992 if { (ac_try="$ac_compile"
2993 case "(($ac_try" in
2994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995   *) ac_try_echo=$ac_try;;
2996 esac
2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2998   (eval "$ac_compile") 2>conftest.er1
2999   ac_status=$?
3000   grep -v '^ *+' conftest.er1 >conftest.err
3001   rm -f conftest.er1
3002   cat conftest.err >&5
3003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004   (exit $ac_status); } && {
3005          test -z "$ac_c_werror_flag" ||
3006          test ! -s conftest.err
3007        } && test -s conftest.$ac_objext; then
3008   :
3009 else
3010   echo "$as_me: failed program was:" >&5
3011 sed 's/^/| /' conftest.$ac_ext >&5
3012
3013         ac_c_werror_flag=$ac_save_c_werror_flag
3014          CFLAGS="-g"
3015          cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h.  */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h.  */
3021
3022 int
3023 main ()
3024 {
3025
3026   ;
3027   return 0;
3028 }
3029 _ACEOF
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3032 case "(($ac_try" in
3033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034   *) ac_try_echo=$ac_try;;
3035 esac
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037   (eval "$ac_compile") 2>conftest.er1
3038   ac_status=$?
3039   grep -v '^ *+' conftest.er1 >conftest.err
3040   rm -f conftest.er1
3041   cat conftest.err >&5
3042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043   (exit $ac_status); } && {
3044          test -z "$ac_c_werror_flag" ||
3045          test ! -s conftest.err
3046        } && test -s conftest.$ac_objext; then
3047   ac_cv_prog_cc_g=yes
3048 else
3049   echo "$as_me: failed program was:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3051
3052
3053 fi
3054
3055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3056 fi
3057
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 fi
3060
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062    ac_c_werror_flag=$ac_save_c_werror_flag
3063 fi
3064 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3065 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3066 if test "$ac_test_CFLAGS" = set; then
3067   CFLAGS=$ac_save_CFLAGS
3068 elif test $ac_cv_prog_cc_g = yes; then
3069   if test "$GCC" = yes; then
3070     CFLAGS="-g -O2"
3071   else
3072     CFLAGS="-g"
3073   fi
3074 else
3075   if test "$GCC" = yes; then
3076     CFLAGS="-O2"
3077   else
3078     CFLAGS=
3079   fi
3080 fi
3081 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3082 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3083 if test "${ac_cv_prog_cc_c89+set}" = set; then
3084   echo $ECHO_N "(cached) $ECHO_C" >&6
3085 else
3086   ac_cv_prog_cc_c89=no
3087 ac_save_CC=$CC
3088 cat >conftest.$ac_ext <<_ACEOF
3089 /* confdefs.h.  */
3090 _ACEOF
3091 cat confdefs.h >>conftest.$ac_ext
3092 cat >>conftest.$ac_ext <<_ACEOF
3093 /* end confdefs.h.  */
3094 #include <stdarg.h>
3095 #include <stdio.h>
3096 #include <sys/types.h>
3097 #include <sys/stat.h>
3098 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3099 struct buf { int x; };
3100 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3101 static char *e (p, i)
3102      char **p;
3103      int i;
3104 {
3105   return p[i];
3106 }
3107 static char *f (char * (*g) (char **, int), char **p, ...)
3108 {
3109   char *s;
3110   va_list v;
3111   va_start (v,p);
3112   s = g (p, va_arg (v,int));
3113   va_end (v);
3114   return s;
3115 }
3116
3117 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3118    function prototypes and stuff, but not '\xHH' hex character constants.
3119    These don't provoke an error unfortunately, instead are silently treated
3120    as 'x'.  The following induces an error, until -std is added to get
3121    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3122    array size at least.  It's necessary to write '\x00'==0 to get something
3123    that's true only with -std.  */
3124 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3125
3126 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3127    inside strings and character constants.  */
3128 #define FOO(x) 'x'
3129 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3130
3131 int test (int i, double x);
3132 struct s1 {int (*f) (int a);};
3133 struct s2 {int (*f) (double a);};
3134 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3135 int argc;
3136 char **argv;
3137 int
3138 main ()
3139 {
3140 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3141   ;
3142   return 0;
3143 }
3144 _ACEOF
3145 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3146         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3147 do
3148   CC="$ac_save_CC $ac_arg"
3149   rm -f conftest.$ac_objext
3150 if { (ac_try="$ac_compile"
3151 case "(($ac_try" in
3152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3153   *) ac_try_echo=$ac_try;;
3154 esac
3155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3156   (eval "$ac_compile") 2>conftest.er1
3157   ac_status=$?
3158   grep -v '^ *+' conftest.er1 >conftest.err
3159   rm -f conftest.er1
3160   cat conftest.err >&5
3161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162   (exit $ac_status); } && {
3163          test -z "$ac_c_werror_flag" ||
3164          test ! -s conftest.err
3165        } && test -s conftest.$ac_objext; then
3166   ac_cv_prog_cc_c89=$ac_arg
3167 else
3168   echo "$as_me: failed program was:" >&5
3169 sed 's/^/| /' conftest.$ac_ext >&5
3170
3171
3172 fi
3173
3174 rm -f core conftest.err conftest.$ac_objext
3175   test "x$ac_cv_prog_cc_c89" != "xno" && break
3176 done
3177 rm -f conftest.$ac_ext
3178 CC=$ac_save_CC
3179
3180 fi
3181 # AC_CACHE_VAL
3182 case "x$ac_cv_prog_cc_c89" in
3183   x)
3184     { echo "$as_me:$LINENO: result: none needed" >&5
3185 echo "${ECHO_T}none needed" >&6; } ;;
3186   xno)
3187     { echo "$as_me:$LINENO: result: unsupported" >&5
3188 echo "${ECHO_T}unsupported" >&6; } ;;
3189   *)
3190     CC="$CC $ac_cv_prog_cc_c89"
3191     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3192 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3193 esac
3194
3195
3196 ac_ext=c
3197 ac_cpp='$CPP $CPPFLAGS'
3198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3201
3202 ac_ext=cpp
3203 ac_cpp='$CXXCPP $CPPFLAGS'
3204 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3207 if test -z "$CXX"; then
3208   if test -n "$CCC"; then
3209     CXX=$CCC
3210   else
3211     if test -n "$ac_tool_prefix"; then
3212   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3213   do
3214     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3215 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3216 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3217 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3218 if test "${ac_cv_prog_CXX+set}" = set; then
3219   echo $ECHO_N "(cached) $ECHO_C" >&6
3220 else
3221   if test -n "$CXX"; then
3222   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3223 else
3224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3225 for as_dir in $PATH
3226 do
3227   IFS=$as_save_IFS
3228   test -z "$as_dir" && as_dir=.
3229   for ac_exec_ext in '' $ac_executable_extensions; do
3230   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3231     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3232     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3233     break 2
3234   fi
3235 done
3236 done
3237 IFS=$as_save_IFS
3238
3239 fi
3240 fi
3241 CXX=$ac_cv_prog_CXX
3242 if test -n "$CXX"; then
3243   { echo "$as_me:$LINENO: result: $CXX" >&5
3244 echo "${ECHO_T}$CXX" >&6; }
3245 else
3246   { echo "$as_me:$LINENO: result: no" >&5
3247 echo "${ECHO_T}no" >&6; }
3248 fi
3249
3250
3251     test -n "$CXX" && break
3252   done
3253 fi
3254 if test -z "$CXX"; then
3255   ac_ct_CXX=$CXX
3256   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3257 do
3258   # Extract the first word of "$ac_prog", so it can be a program name with args.
3259 set dummy $ac_prog; ac_word=$2
3260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3262 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3263   echo $ECHO_N "(cached) $ECHO_C" >&6
3264 else
3265   if test -n "$ac_ct_CXX"; then
3266   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3267 else
3268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3269 for as_dir in $PATH
3270 do
3271   IFS=$as_save_IFS
3272   test -z "$as_dir" && as_dir=.
3273   for ac_exec_ext in '' $ac_executable_extensions; do
3274   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3275     ac_cv_prog_ac_ct_CXX="$ac_prog"
3276     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3277     break 2
3278   fi
3279 done
3280 done
3281 IFS=$as_save_IFS
3282
3283 fi
3284 fi
3285 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3286 if test -n "$ac_ct_CXX"; then
3287   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3288 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3289 else
3290   { echo "$as_me:$LINENO: result: no" >&5
3291 echo "${ECHO_T}no" >&6; }
3292 fi
3293
3294
3295   test -n "$ac_ct_CXX" && break
3296 done
3297
3298   if test "x$ac_ct_CXX" = x; then
3299     CXX="g++"
3300   else
3301     case $cross_compiling:$ac_tool_warned in
3302 yes:)
3303 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3304 whose name does not start with the host triplet.  If you think this
3305 configuration is useful to you, please write to autoconf@gnu.org." >&5
3306 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3307 whose name does not start with the host triplet.  If you think this
3308 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3309 ac_tool_warned=yes ;;
3310 esac
3311     CXX=$ac_ct_CXX
3312   fi
3313 fi
3314
3315   fi
3316 fi
3317 # Provide some information about the compiler.
3318 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3319 ac_compiler=`set X $ac_compile; echo $2`
3320 { (ac_try="$ac_compiler --version >&5"
3321 case "(($ac_try" in
3322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323   *) ac_try_echo=$ac_try;;
3324 esac
3325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3326   (eval "$ac_compiler --version >&5") 2>&5
3327   ac_status=$?
3328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3329   (exit $ac_status); }
3330 { (ac_try="$ac_compiler -v >&5"
3331 case "(($ac_try" in
3332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333   *) ac_try_echo=$ac_try;;
3334 esac
3335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3336   (eval "$ac_compiler -v >&5") 2>&5
3337   ac_status=$?
3338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339   (exit $ac_status); }
3340 { (ac_try="$ac_compiler -V >&5"
3341 case "(($ac_try" in
3342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3343   *) ac_try_echo=$ac_try;;
3344 esac
3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3346   (eval "$ac_compiler -V >&5") 2>&5
3347   ac_status=$?
3348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349   (exit $ac_status); }
3350
3351 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3352 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3353 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3354   echo $ECHO_N "(cached) $ECHO_C" >&6
3355 else
3356   cat >conftest.$ac_ext <<_ACEOF
3357 /* confdefs.h.  */
3358 _ACEOF
3359 cat confdefs.h >>conftest.$ac_ext
3360 cat >>conftest.$ac_ext <<_ACEOF
3361 /* end confdefs.h.  */
3362
3363 int
3364 main ()
3365 {
3366 #ifndef __GNUC__
3367        choke me
3368 #endif
3369
3370   ;
3371   return 0;
3372 }
3373 _ACEOF
3374 rm -f conftest.$ac_objext
3375 if { (ac_try="$ac_compile"
3376 case "(($ac_try" in
3377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3378   *) ac_try_echo=$ac_try;;
3379 esac
3380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3381   (eval "$ac_compile") 2>conftest.er1
3382   ac_status=$?
3383   grep -v '^ *+' conftest.er1 >conftest.err
3384   rm -f conftest.er1
3385   cat conftest.err >&5
3386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3387   (exit $ac_status); } && {
3388          test -z "$ac_cxx_werror_flag" ||
3389          test ! -s conftest.err
3390        } && test -s conftest.$ac_objext; then
3391   ac_compiler_gnu=yes
3392 else
3393   echo "$as_me: failed program was:" >&5
3394 sed 's/^/| /' conftest.$ac_ext >&5
3395
3396         ac_compiler_gnu=no
3397 fi
3398
3399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3400 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3401
3402 fi
3403 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3404 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3405 GXX=`test $ac_compiler_gnu = yes && echo yes`
3406 ac_test_CXXFLAGS=${CXXFLAGS+set}
3407 ac_save_CXXFLAGS=$CXXFLAGS
3408 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3409 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3410 if test "${ac_cv_prog_cxx_g+set}" = set; then
3411   echo $ECHO_N "(cached) $ECHO_C" >&6
3412 else
3413   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3414    ac_cxx_werror_flag=yes
3415    ac_cv_prog_cxx_g=no
3416    CXXFLAGS="-g"
3417    cat >conftest.$ac_ext <<_ACEOF
3418 /* confdefs.h.  */
3419 _ACEOF
3420 cat confdefs.h >>conftest.$ac_ext
3421 cat >>conftest.$ac_ext <<_ACEOF
3422 /* end confdefs.h.  */
3423
3424 int
3425 main ()
3426 {
3427
3428   ;
3429   return 0;
3430 }
3431 _ACEOF
3432 rm -f conftest.$ac_objext
3433 if { (ac_try="$ac_compile"
3434 case "(($ac_try" in
3435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3436   *) ac_try_echo=$ac_try;;
3437 esac
3438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3439   (eval "$ac_compile") 2>conftest.er1
3440   ac_status=$?
3441   grep -v '^ *+' conftest.er1 >conftest.err
3442   rm -f conftest.er1
3443   cat conftest.err >&5
3444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445   (exit $ac_status); } && {
3446          test -z "$ac_cxx_werror_flag" ||
3447          test ! -s conftest.err
3448        } && test -s conftest.$ac_objext; then
3449   ac_cv_prog_cxx_g=yes
3450 else
3451   echo "$as_me: failed program was:" >&5
3452 sed 's/^/| /' conftest.$ac_ext >&5
3453
3454         CXXFLAGS=""
3455       cat >conftest.$ac_ext <<_ACEOF
3456 /* confdefs.h.  */
3457 _ACEOF
3458 cat confdefs.h >>conftest.$ac_ext
3459 cat >>conftest.$ac_ext <<_ACEOF
3460 /* end confdefs.h.  */
3461
3462 int
3463 main ()
3464 {
3465
3466   ;
3467   return 0;
3468 }
3469 _ACEOF
3470 rm -f conftest.$ac_objext
3471 if { (ac_try="$ac_compile"
3472 case "(($ac_try" in
3473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3474   *) ac_try_echo=$ac_try;;
3475 esac
3476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3477   (eval "$ac_compile") 2>conftest.er1
3478   ac_status=$?
3479   grep -v '^ *+' conftest.er1 >conftest.err
3480   rm -f conftest.er1
3481   cat conftest.err >&5
3482   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483   (exit $ac_status); } && {
3484          test -z "$ac_cxx_werror_flag" ||
3485          test ! -s conftest.err
3486        } && test -s conftest.$ac_objext; then
3487   :
3488 else
3489   echo "$as_me: failed program was:" >&5
3490 sed 's/^/| /' conftest.$ac_ext >&5
3491
3492         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3493          CXXFLAGS="-g"
3494          cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h.  */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h.  */
3500
3501 int
3502 main ()
3503 {
3504
3505   ;
3506   return 0;
3507 }
3508 _ACEOF
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3511 case "(($ac_try" in
3512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513   *) ac_try_echo=$ac_try;;
3514 esac
3515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3516   (eval "$ac_compile") 2>conftest.er1
3517   ac_status=$?
3518   grep -v '^ *+' conftest.er1 >conftest.err
3519   rm -f conftest.er1
3520   cat conftest.err >&5
3521   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522   (exit $ac_status); } && {
3523          test -z "$ac_cxx_werror_flag" ||
3524          test ! -s conftest.err
3525        } && test -s conftest.$ac_objext; then
3526   ac_cv_prog_cxx_g=yes
3527 else
3528   echo "$as_me: failed program was:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3530
3531
3532 fi
3533
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3535 fi
3536
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538 fi
3539
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3542 fi
3543 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3544 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3545 if test "$ac_test_CXXFLAGS" = set; then
3546   CXXFLAGS=$ac_save_CXXFLAGS
3547 elif test $ac_cv_prog_cxx_g = yes; then
3548   if test "$GXX" = yes; then
3549     CXXFLAGS="-g -O2"
3550   else
3551     CXXFLAGS="-g"
3552   fi
3553 else
3554   if test "$GXX" = yes; then
3555     CXXFLAGS="-O2"
3556   else
3557     CXXFLAGS=
3558   fi
3559 fi
3560 ac_ext=c
3561 ac_cpp='$CPP $CPPFLAGS'
3562 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3563 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3564 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3565
3566 if test -n "$ac_tool_prefix"; then
3567   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3568 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3569 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3571 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3572   echo $ECHO_N "(cached) $ECHO_C" >&6
3573 else
3574   if test -n "$CPPBIN"; then
3575   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3576 else
3577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3578 for as_dir in $PATH
3579 do
3580   IFS=$as_save_IFS
3581   test -z "$as_dir" && as_dir=.
3582   for ac_exec_ext in '' $ac_executable_extensions; do
3583   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3584     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3585     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3586     break 2
3587   fi
3588 done
3589 done
3590 IFS=$as_save_IFS
3591
3592 fi
3593 fi
3594 CPPBIN=$ac_cv_prog_CPPBIN
3595 if test -n "$CPPBIN"; then
3596   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3597 echo "${ECHO_T}$CPPBIN" >&6; }
3598 else
3599   { echo "$as_me:$LINENO: result: no" >&5
3600 echo "${ECHO_T}no" >&6; }
3601 fi
3602
3603
3604 fi
3605 if test -z "$ac_cv_prog_CPPBIN"; then
3606   ac_ct_CPPBIN=$CPPBIN
3607   # Extract the first word of "cpp", so it can be a program name with args.
3608 set dummy cpp; ac_word=$2
3609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3611 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3612   echo $ECHO_N "(cached) $ECHO_C" >&6
3613 else
3614   if test -n "$ac_ct_CPPBIN"; then
3615   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3616 else
3617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3618 for as_dir in $PATH
3619 do
3620   IFS=$as_save_IFS
3621   test -z "$as_dir" && as_dir=.
3622   for ac_exec_ext in '' $ac_executable_extensions; do
3623   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3624     ac_cv_prog_ac_ct_CPPBIN="cpp"
3625     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3626     break 2
3627   fi
3628 done
3629 done
3630 IFS=$as_save_IFS
3631
3632 fi
3633 fi
3634 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3635 if test -n "$ac_ct_CPPBIN"; then
3636   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3637 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3638 else
3639   { echo "$as_me:$LINENO: result: no" >&5
3640 echo "${ECHO_T}no" >&6; }
3641 fi
3642
3643   if test "x$ac_ct_CPPBIN" = x; then
3644     CPPBIN="cpp"
3645   else
3646     case $cross_compiling:$ac_tool_warned in
3647 yes:)
3648 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3649 whose name does not start with the host triplet.  If you think this
3650 configuration is useful to you, please write to autoconf@gnu.org." >&5
3651 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3652 whose name does not start with the host triplet.  If you think this
3653 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3654 ac_tool_warned=yes ;;
3655 esac
3656     CPPBIN=$ac_ct_CPPBIN
3657   fi
3658 else
3659   CPPBIN="$ac_cv_prog_CPPBIN"
3660 fi
3661
3662
3663 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3664 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3665 if test "${wine_cv_toolsdir+set}" = set; then
3666   echo $ECHO_N "(cached) $ECHO_C" >&6
3667 else
3668   if test -z "$with_wine_tools"; then
3669      if test "$cross_compiling" = "yes"; then
3670        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3671 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3672    { (exit 1); exit 1; }; }
3673      else
3674        wine_cv_toolsdir="\$(TOPOBJDIR)"
3675      fi
3676    elif test -d "$with_wine_tools/tools/winebuild"; then
3677      case $with_wine_tools in
3678        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3679        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3680      esac
3681    else
3682      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3683 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3684    { (exit 1); exit 1; }; }
3685    fi
3686 fi
3687 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3688 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3689 TOOLSDIR=$wine_cv_toolsdir
3690
3691
3692
3693 ac_ext=c
3694 ac_cpp='$CPP $CPPFLAGS'
3695 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3697 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3698 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3699 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3700 # On Suns, sometimes $CPP names a directory.
3701 if test -n "$CPP" && test -d "$CPP"; then
3702   CPP=
3703 fi
3704 if test -z "$CPP"; then
3705   if test "${ac_cv_prog_CPP+set}" = set; then
3706   echo $ECHO_N "(cached) $ECHO_C" >&6
3707 else
3708       # Double quotes because CPP needs to be expanded
3709     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3710     do
3711       ac_preproc_ok=false
3712 for ac_c_preproc_warn_flag in '' yes
3713 do
3714   # Use a header file that comes with gcc, so configuring glibc
3715   # with a fresh cross-compiler works.
3716   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3717   # <limits.h> exists even on freestanding compilers.
3718   # On the NeXT, cc -E runs the code through the compiler's parser,
3719   # not just through cpp. "Syntax error" is here to catch this case.
3720   cat >conftest.$ac_ext <<_ACEOF
3721 /* confdefs.h.  */
3722 _ACEOF
3723 cat confdefs.h >>conftest.$ac_ext
3724 cat >>conftest.$ac_ext <<_ACEOF
3725 /* end confdefs.h.  */
3726 #ifdef __STDC__
3727 # include <limits.h>
3728 #else
3729 # include <assert.h>
3730 #endif
3731                      Syntax error
3732 _ACEOF
3733 if { (ac_try="$ac_cpp conftest.$ac_ext"
3734 case "(($ac_try" in
3735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3736   *) ac_try_echo=$ac_try;;
3737 esac
3738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3739   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3740   ac_status=$?
3741   grep -v '^ *+' conftest.er1 >conftest.err
3742   rm -f conftest.er1
3743   cat conftest.err >&5
3744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3745   (exit $ac_status); } >/dev/null && {
3746          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3747          test ! -s conftest.err
3748        }; then
3749   :
3750 else
3751   echo "$as_me: failed program was:" >&5
3752 sed 's/^/| /' conftest.$ac_ext >&5
3753
3754   # Broken: fails on valid input.
3755 continue
3756 fi
3757
3758 rm -f conftest.err conftest.$ac_ext
3759
3760   # OK, works on sane cases.  Now check whether nonexistent headers
3761   # can be detected and how.
3762   cat >conftest.$ac_ext <<_ACEOF
3763 /* confdefs.h.  */
3764 _ACEOF
3765 cat confdefs.h >>conftest.$ac_ext
3766 cat >>conftest.$ac_ext <<_ACEOF
3767 /* end confdefs.h.  */
3768 #include <ac_nonexistent.h>
3769 _ACEOF
3770 if { (ac_try="$ac_cpp conftest.$ac_ext"
3771 case "(($ac_try" in
3772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3773   *) ac_try_echo=$ac_try;;
3774 esac
3775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3776   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3777   ac_status=$?
3778   grep -v '^ *+' conftest.er1 >conftest.err
3779   rm -f conftest.er1
3780   cat conftest.err >&5
3781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3782   (exit $ac_status); } >/dev/null && {
3783          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3784          test ! -s conftest.err
3785        }; then
3786   # Broken: success on invalid input.
3787 continue
3788 else
3789   echo "$as_me: failed program was:" >&5
3790 sed 's/^/| /' conftest.$ac_ext >&5
3791
3792   # Passes both tests.
3793 ac_preproc_ok=:
3794 break
3795 fi
3796
3797 rm -f conftest.err conftest.$ac_ext
3798
3799 done
3800 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3801 rm -f conftest.err conftest.$ac_ext
3802 if $ac_preproc_ok; then
3803   break
3804 fi
3805
3806     done
3807     ac_cv_prog_CPP=$CPP
3808
3809 fi
3810   CPP=$ac_cv_prog_CPP
3811 else
3812   ac_cv_prog_CPP=$CPP
3813 fi
3814 { echo "$as_me:$LINENO: result: $CPP" >&5
3815 echo "${ECHO_T}$CPP" >&6; }
3816 ac_preproc_ok=false
3817 for ac_c_preproc_warn_flag in '' yes
3818 do
3819   # Use a header file that comes with gcc, so configuring glibc
3820   # with a fresh cross-compiler works.
3821   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3822   # <limits.h> exists even on freestanding compilers.
3823   # On the NeXT, cc -E runs the code through the compiler's parser,
3824   # not just through cpp. "Syntax error" is here to catch this case.
3825   cat >conftest.$ac_ext <<_ACEOF
3826 /* confdefs.h.  */
3827 _ACEOF
3828 cat confdefs.h >>conftest.$ac_ext
3829 cat >>conftest.$ac_ext <<_ACEOF
3830 /* end confdefs.h.  */
3831 #ifdef __STDC__
3832 # include <limits.h>
3833 #else
3834 # include <assert.h>
3835 #endif
3836                      Syntax error
3837 _ACEOF
3838 if { (ac_try="$ac_cpp conftest.$ac_ext"
3839 case "(($ac_try" in
3840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841   *) ac_try_echo=$ac_try;;
3842 esac
3843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3844   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3845   ac_status=$?
3846   grep -v '^ *+' conftest.er1 >conftest.err
3847   rm -f conftest.er1
3848   cat conftest.err >&5
3849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3850   (exit $ac_status); } >/dev/null && {
3851          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3852          test ! -s conftest.err
3853        }; then
3854   :
3855 else
3856   echo "$as_me: failed program was:" >&5
3857 sed 's/^/| /' conftest.$ac_ext >&5
3858
3859   # Broken: fails on valid input.
3860 continue
3861 fi
3862
3863 rm -f conftest.err conftest.$ac_ext
3864
3865   # OK, works on sane cases.  Now check whether nonexistent headers
3866   # can be detected and how.
3867   cat >conftest.$ac_ext <<_ACEOF
3868 /* confdefs.h.  */
3869 _ACEOF
3870 cat confdefs.h >>conftest.$ac_ext
3871 cat >>conftest.$ac_ext <<_ACEOF
3872 /* end confdefs.h.  */
3873 #include <ac_nonexistent.h>
3874 _ACEOF
3875 if { (ac_try="$ac_cpp conftest.$ac_ext"
3876 case "(($ac_try" in
3877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3878   *) ac_try_echo=$ac_try;;
3879 esac
3880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3881   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3882   ac_status=$?
3883   grep -v '^ *+' conftest.er1 >conftest.err
3884   rm -f conftest.er1
3885   cat conftest.err >&5
3886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3887   (exit $ac_status); } >/dev/null && {
3888          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3889          test ! -s conftest.err
3890        }; then
3891   # Broken: success on invalid input.
3892 continue
3893 else
3894   echo "$as_me: failed program was:" >&5
3895 sed 's/^/| /' conftest.$ac_ext >&5
3896
3897   # Passes both tests.
3898 ac_preproc_ok=:
3899 break
3900 fi
3901
3902 rm -f conftest.err conftest.$ac_ext
3903
3904 done
3905 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3906 rm -f conftest.err conftest.$ac_ext
3907 if $ac_preproc_ok; then
3908   :
3909 else
3910   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3911 See \`config.log' for more details." >&5
3912 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3913 See \`config.log' for more details." >&2;}
3914    { (exit 1); exit 1; }; }
3915 fi
3916
3917 ac_ext=c
3918 ac_cpp='$CPP $CPPFLAGS'
3919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3922
3923
3924 { echo "$as_me:$LINENO: checking for X" >&5
3925 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3926
3927
3928 # Check whether --with-x was given.
3929 if test "${with_x+set}" = set; then
3930   withval=$with_x;
3931 fi
3932
3933 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3934 if test "x$with_x" = xno; then
3935   # The user explicitly disabled X.
3936   have_x=disabled
3937 else
3938   case $x_includes,$x_libraries in #(
3939     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3940 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3941    { (exit 1); exit 1; }; };; #(
3942     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3943   echo $ECHO_N "(cached) $ECHO_C" >&6
3944 else
3945   # One or both of the vars are not set, and there is no cached value.
3946 ac_x_includes=no ac_x_libraries=no
3947 rm -f -r conftest.dir
3948 if mkdir conftest.dir; then
3949   cd conftest.dir
3950   cat >Imakefile <<'_ACEOF'
3951 incroot:
3952         @echo incroot='${INCROOT}'
3953 usrlibdir:
3954         @echo usrlibdir='${USRLIBDIR}'
3955 libdir:
3956         @echo libdir='${LIBDIR}'
3957 _ACEOF
3958   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3959     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3960     for ac_var in incroot usrlibdir libdir; do
3961       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3962     done
3963     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3964     for ac_extension in a so sl; do
3965       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3966          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3967         ac_im_usrlibdir=$ac_im_libdir; break
3968       fi
3969     done
3970     # Screen out bogus values from the imake configuration.  They are
3971     # bogus both because they are the default anyway, and because
3972     # using them would break gcc on systems where it needs fixed includes.
3973     case $ac_im_incroot in
3974         /usr/include) ac_x_includes= ;;
3975         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3976     esac
3977     case $ac_im_usrlibdir in
3978         /usr/lib | /lib) ;;
3979         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3980     esac
3981   fi
3982   cd ..
3983   rm -f -r conftest.dir
3984 fi
3985
3986 # Standard set of common directories for X headers.
3987 # Check X11 before X11Rn because it is often a symlink to the current release.
3988 ac_x_header_dirs='
3989 /usr/X11/include
3990 /usr/X11R6/include
3991 /usr/X11R5/include
3992 /usr/X11R4/include
3993
3994 /usr/include/X11
3995 /usr/include/X11R6
3996 /usr/include/X11R5
3997 /usr/include/X11R4
3998
3999 /usr/local/X11/include
4000 /usr/local/X11R6/include
4001 /usr/local/X11R5/include
4002 /usr/local/X11R4/include
4003
4004 /usr/local/include/X11
4005 /usr/local/include/X11R6
4006 /usr/local/include/X11R5
4007 /usr/local/include/X11R4
4008
4009 /usr/X386/include
4010 /usr/x386/include
4011 /usr/XFree86/include/X11
4012
4013 /usr/include
4014 /usr/local/include
4015 /usr/unsupported/include
4016 /usr/athena/include
4017 /usr/local/x11r5/include
4018 /usr/lpp/Xamples/include
4019
4020 /usr/openwin/include
4021 /usr/openwin/share/include'
4022
4023 if test "$ac_x_includes" = no; then
4024   # Guess where to find include files, by looking for Xlib.h.
4025   # First, try using that file with no special directory specified.
4026   cat >conftest.$ac_ext <<_ACEOF
4027 /* confdefs.h.  */
4028 _ACEOF
4029 cat confdefs.h >>conftest.$ac_ext
4030 cat >>conftest.$ac_ext <<_ACEOF
4031 /* end confdefs.h.  */
4032 #include <X11/Xlib.h>
4033 _ACEOF
4034 if { (ac_try="$ac_cpp conftest.$ac_ext"
4035 case "(($ac_try" in
4036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4037   *) ac_try_echo=$ac_try;;
4038 esac
4039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4040   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4041   ac_status=$?
4042   grep -v '^ *+' conftest.er1 >conftest.err
4043   rm -f conftest.er1
4044   cat conftest.err >&5
4045   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4046   (exit $ac_status); } >/dev/null && {
4047          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4048          test ! -s conftest.err
4049        }; then
4050   # We can compile using X headers with no special include directory.
4051 ac_x_includes=
4052 else
4053   echo "$as_me: failed program was:" >&5
4054 sed 's/^/| /' conftest.$ac_ext >&5
4055
4056   for ac_dir in $ac_x_header_dirs; do
4057   if test -r "$ac_dir/X11/Xlib.h"; then
4058     ac_x_includes=$ac_dir
4059     break
4060   fi
4061 done
4062 fi
4063
4064 rm -f conftest.err conftest.$ac_ext
4065 fi # $ac_x_includes = no
4066
4067 if test "$ac_x_libraries" = no; then
4068   # Check for the libraries.
4069   # See if we find them without any special options.
4070   # Don't add to $LIBS permanently.
4071   ac_save_LIBS=$LIBS
4072   LIBS="-lX11 $LIBS"
4073   cat >conftest.$ac_ext <<_ACEOF
4074 /* confdefs.h.  */
4075 _ACEOF
4076 cat confdefs.h >>conftest.$ac_ext
4077 cat >>conftest.$ac_ext <<_ACEOF
4078 /* end confdefs.h.  */
4079 #include <X11/Xlib.h>
4080 int
4081 main ()
4082 {
4083 XrmInitialize ()
4084   ;
4085   return 0;
4086 }
4087 _ACEOF
4088 rm -f conftest.$ac_objext conftest$ac_exeext
4089 if { (ac_try="$ac_link"
4090 case "(($ac_try" in
4091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4092   *) ac_try_echo=$ac_try;;
4093 esac
4094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4095   (eval "$ac_link") 2>conftest.er1
4096   ac_status=$?
4097   grep -v '^ *+' conftest.er1 >conftest.err
4098   rm -f conftest.er1
4099   cat conftest.err >&5
4100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4101   (exit $ac_status); } && {
4102          test -z "$ac_c_werror_flag" ||
4103          test ! -s conftest.err
4104        } && test -s conftest$ac_exeext &&
4105        $as_test_x conftest$ac_exeext; then
4106   LIBS=$ac_save_LIBS
4107 # We can link X programs with no special library path.
4108 ac_x_libraries=
4109 else
4110   echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4112
4113         LIBS=$ac_save_LIBS
4114 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4115 do
4116   # Don't even attempt the hair of trying to link an X program!
4117   for ac_extension in a so sl; do
4118     if test -r "$ac_dir/libX11.$ac_extension"; then
4119       ac_x_libraries=$ac_dir
4120       break 2
4121     fi
4122   done
4123 done
4124 fi
4125
4126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4127       conftest$ac_exeext conftest.$ac_ext
4128 fi # $ac_x_libraries = no
4129
4130 case $ac_x_includes,$ac_x_libraries in #(
4131   no,* | *,no | *\'*)
4132     # Didn't find X, or a directory has "'" in its name.
4133     ac_cv_have_x="have_x=no";; #(
4134   *)
4135     # Record where we found X for the cache.
4136     ac_cv_have_x="have_x=yes\
4137         ac_x_includes='$ac_x_includes'\
4138         ac_x_libraries='$ac_x_libraries'"
4139 esac
4140 fi
4141 ;; #(
4142     *) have_x=yes;;
4143   esac
4144   eval "$ac_cv_have_x"
4145 fi # $with_x != no
4146
4147 if test "$have_x" != yes; then
4148   { echo "$as_me:$LINENO: result: $have_x" >&5
4149 echo "${ECHO_T}$have_x" >&6; }
4150   no_x=yes
4151 else
4152   # If each of the values was on the command line, it overrides each guess.
4153   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4154   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4155   # Update the cache value to reflect the command line values.
4156   ac_cv_have_x="have_x=yes\
4157         ac_x_includes='$x_includes'\
4158         ac_x_libraries='$x_libraries'"
4159   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4160 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4161 fi
4162
4163 if test "$no_x" = yes; then
4164   # Not all programs may use this symbol, but it does not hurt to define it.
4165
4166 cat >>confdefs.h <<\_ACEOF
4167 #define X_DISPLAY_MISSING 1
4168 _ACEOF
4169
4170   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4171 else
4172   if test -n "$x_includes"; then
4173     X_CFLAGS="$X_CFLAGS -I$x_includes"
4174   fi
4175
4176   # It would also be nice to do this for all -L options, not just this one.
4177   if test -n "$x_libraries"; then
4178     X_LIBS="$X_LIBS -L$x_libraries"
4179     # For Solaris; some versions of Sun CC require a space after -R and
4180     # others require no space.  Words are not sufficient . . . .
4181     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4182 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4183     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4184     ac_xsave_c_werror_flag=$ac_c_werror_flag
4185     ac_c_werror_flag=yes
4186     cat >conftest.$ac_ext <<_ACEOF
4187 /* confdefs.h.  */
4188 _ACEOF
4189 cat confdefs.h >>conftest.$ac_ext
4190 cat >>conftest.$ac_ext <<_ACEOF
4191 /* end confdefs.h.  */
4192
4193 int
4194 main ()
4195 {
4196
4197   ;
4198   return 0;
4199 }
4200 _ACEOF
4201 rm -f conftest.$ac_objext conftest$ac_exeext
4202 if { (ac_try="$ac_link"
4203 case "(($ac_try" in
4204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4205   *) ac_try_echo=$ac_try;;
4206 esac
4207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4208   (eval "$ac_link") 2>conftest.er1
4209   ac_status=$?
4210   grep -v '^ *+' conftest.er1 >conftest.err
4211   rm -f conftest.er1
4212   cat conftest.err >&5
4213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4214   (exit $ac_status); } && {
4215          test -z "$ac_c_werror_flag" ||
4216          test ! -s conftest.err
4217        } && test -s conftest$ac_exeext &&
4218        $as_test_x conftest$ac_exeext; then
4219   { echo "$as_me:$LINENO: result: no" >&5
4220 echo "${ECHO_T}no" >&6; }
4221        X_LIBS="$X_LIBS -R$x_libraries"
4222 else
4223   echo "$as_me: failed program was:" >&5
4224 sed 's/^/| /' conftest.$ac_ext >&5
4225
4226         LIBS="$ac_xsave_LIBS -R $x_libraries"
4227        cat >conftest.$ac_ext <<_ACEOF
4228 /* confdefs.h.  */
4229 _ACEOF
4230 cat confdefs.h >>conftest.$ac_ext
4231 cat >>conftest.$ac_ext <<_ACEOF
4232 /* end confdefs.h.  */
4233
4234 int
4235 main ()
4236 {
4237
4238   ;
4239   return 0;
4240 }
4241 _ACEOF
4242 rm -f conftest.$ac_objext conftest$ac_exeext
4243 if { (ac_try="$ac_link"
4244 case "(($ac_try" in
4245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4246   *) ac_try_echo=$ac_try;;
4247 esac
4248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4249   (eval "$ac_link") 2>conftest.er1
4250   ac_status=$?
4251   grep -v '^ *+' conftest.er1 >conftest.err
4252   rm -f conftest.er1
4253   cat conftest.err >&5
4254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4255   (exit $ac_status); } && {
4256          test -z "$ac_c_werror_flag" ||
4257          test ! -s conftest.err
4258        } && test -s conftest$ac_exeext &&
4259        $as_test_x conftest$ac_exeext; then
4260   { echo "$as_me:$LINENO: result: yes" >&5
4261 echo "${ECHO_T}yes" >&6; }
4262           X_LIBS="$X_LIBS -R $x_libraries"
4263 else
4264   echo "$as_me: failed program was:" >&5
4265 sed 's/^/| /' conftest.$ac_ext >&5
4266
4267         { echo "$as_me:$LINENO: result: neither works" >&5
4268 echo "${ECHO_T}neither works" >&6; }
4269 fi
4270
4271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4272       conftest$ac_exeext conftest.$ac_ext
4273 fi
4274
4275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4276       conftest$ac_exeext conftest.$ac_ext
4277     ac_c_werror_flag=$ac_xsave_c_werror_flag
4278     LIBS=$ac_xsave_LIBS
4279   fi
4280
4281   # Check for system-dependent libraries X programs must link with.
4282   # Do this before checking for the system-independent R6 libraries
4283   # (-lICE), since we may need -lsocket or whatever for X linking.
4284
4285   if test "$ISC" = yes; then
4286     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4287   else
4288     # Martyn Johnson says this is needed for Ultrix, if the X
4289     # libraries were built with DECnet support.  And Karl Berry says
4290     # the Alpha needs dnet_stub (dnet does not exist).
4291     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4292     cat >conftest.$ac_ext <<_ACEOF
4293 /* confdefs.h.  */
4294 _ACEOF
4295 cat confdefs.h >>conftest.$ac_ext
4296 cat >>conftest.$ac_ext <<_ACEOF
4297 /* end confdefs.h.  */
4298
4299 /* Override any GCC internal prototype to avoid an error.
4300    Use char because int might match the return type of a GCC
4301    builtin and then its argument prototype would still apply.  */
4302 #ifdef __cplusplus
4303 extern "C"
4304 #endif
4305 char XOpenDisplay ();
4306 int
4307 main ()
4308 {
4309 return XOpenDisplay ();
4310   ;
4311   return 0;
4312 }
4313 _ACEOF
4314 rm -f conftest.$ac_objext conftest$ac_exeext
4315 if { (ac_try="$ac_link"
4316 case "(($ac_try" in
4317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4318   *) ac_try_echo=$ac_try;;
4319 esac
4320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4321   (eval "$ac_link") 2>conftest.er1
4322   ac_status=$?
4323   grep -v '^ *+' conftest.er1 >conftest.err
4324   rm -f conftest.er1
4325   cat conftest.err >&5
4326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4327   (exit $ac_status); } && {
4328          test -z "$ac_c_werror_flag" ||
4329          test ! -s conftest.err
4330        } && test -s conftest$ac_exeext &&
4331        $as_test_x conftest$ac_exeext; then
4332   :
4333 else
4334   echo "$as_me: failed program was:" >&5
4335 sed 's/^/| /' conftest.$ac_ext >&5
4336
4337         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4338 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4339 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4340   echo $ECHO_N "(cached) $ECHO_C" >&6
4341 else
4342   ac_check_lib_save_LIBS=$LIBS
4343 LIBS="-ldnet  $LIBS"
4344 cat >conftest.$ac_ext <<_ACEOF
4345 /* confdefs.h.  */
4346 _ACEOF
4347 cat confdefs.h >>conftest.$ac_ext
4348 cat >>conftest.$ac_ext <<_ACEOF
4349 /* end confdefs.h.  */
4350
4351 /* Override any GCC internal prototype to avoid an error.
4352    Use char because int might match the return type of a GCC
4353    builtin and then its argument prototype would still apply.  */
4354 #ifdef __cplusplus
4355 extern "C"
4356 #endif
4357 char dnet_ntoa ();
4358 int
4359 main ()
4360 {
4361 return dnet_ntoa ();
4362   ;
4363   return 0;
4364 }
4365 _ACEOF
4366 rm -f conftest.$ac_objext conftest$ac_exeext
4367 if { (ac_try="$ac_link"
4368 case "(($ac_try" in
4369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4370   *) ac_try_echo=$ac_try;;
4371 esac
4372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4373   (eval "$ac_link") 2>conftest.er1
4374   ac_status=$?
4375   grep -v '^ *+' conftest.er1 >conftest.err
4376   rm -f conftest.er1
4377   cat conftest.err >&5
4378   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4379   (exit $ac_status); } && {
4380          test -z "$ac_c_werror_flag" ||
4381          test ! -s conftest.err
4382        } && test -s conftest$ac_exeext &&
4383        $as_test_x conftest$ac_exeext; then
4384   ac_cv_lib_dnet_dnet_ntoa=yes
4385 else
4386   echo "$as_me: failed program was:" >&5
4387 sed 's/^/| /' conftest.$ac_ext >&5
4388
4389         ac_cv_lib_dnet_dnet_ntoa=no
4390 fi
4391
4392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4393       conftest$ac_exeext conftest.$ac_ext
4394 LIBS=$ac_check_lib_save_LIBS
4395 fi
4396 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4397 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4398 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4399   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4400 fi
4401
4402     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4403       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4404 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4405 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4406   echo $ECHO_N "(cached) $ECHO_C" >&6
4407 else
4408   ac_check_lib_save_LIBS=$LIBS
4409 LIBS="-ldnet_stub  $LIBS"
4410 cat >conftest.$ac_ext <<_ACEOF
4411 /* confdefs.h.  */
4412 _ACEOF
4413 cat confdefs.h >>conftest.$ac_ext
4414 cat >>conftest.$ac_ext <<_ACEOF
4415 /* end confdefs.h.  */
4416
4417 /* Override any GCC internal prototype to avoid an error.
4418    Use char because int might match the return type of a GCC
4419    builtin and then its argument prototype would still apply.  */
4420 #ifdef __cplusplus
4421 extern "C"
4422 #endif
4423 char dnet_ntoa ();
4424 int
4425 main ()
4426 {
4427 return dnet_ntoa ();
4428   ;
4429   return 0;
4430 }
4431 _ACEOF
4432 rm -f conftest.$ac_objext conftest$ac_exeext
4433 if { (ac_try="$ac_link"
4434 case "(($ac_try" in
4435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4436   *) ac_try_echo=$ac_try;;
4437 esac
4438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4439   (eval "$ac_link") 2>conftest.er1
4440   ac_status=$?
4441   grep -v '^ *+' conftest.er1 >conftest.err
4442   rm -f conftest.er1
4443   cat conftest.err >&5
4444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4445   (exit $ac_status); } && {
4446          test -z "$ac_c_werror_flag" ||
4447          test ! -s conftest.err
4448        } && test -s conftest$ac_exeext &&
4449        $as_test_x conftest$ac_exeext; then
4450   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4451 else
4452   echo "$as_me: failed program was:" >&5
4453 sed 's/^/| /' conftest.$ac_ext >&5
4454
4455         ac_cv_lib_dnet_stub_dnet_ntoa=no
4456 fi
4457
4458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4459       conftest$ac_exeext conftest.$ac_ext
4460 LIBS=$ac_check_lib_save_LIBS
4461 fi
4462 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4463 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4464 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4465   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4466 fi
4467
4468     fi
4469 fi
4470
4471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4472       conftest$ac_exeext conftest.$ac_ext
4473     LIBS="$ac_xsave_LIBS"
4474
4475     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4476     # to get the SysV transport functions.
4477     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4478     # needs -lnsl.
4479     # The nsl library prevents programs from opening the X display
4480     # on Irix 5.2, according to T.E. Dickey.
4481     # The functions gethostbyname, getservbyname, and inet_addr are
4482     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4483     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4484 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4485 if test "${ac_cv_func_gethostbyname+set}" = set; then
4486   echo $ECHO_N "(cached) $ECHO_C" >&6
4487 else
4488   cat >conftest.$ac_ext <<_ACEOF
4489 /* confdefs.h.  */
4490 _ACEOF
4491 cat confdefs.h >>conftest.$ac_ext
4492 cat >>conftest.$ac_ext <<_ACEOF
4493 /* end confdefs.h.  */
4494 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4495    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4496 #define gethostbyname innocuous_gethostbyname
4497
4498 /* System header to define __stub macros and hopefully few prototypes,
4499     which can conflict with char gethostbyname (); below.
4500     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4501     <limits.h> exists even on freestanding compilers.  */
4502
4503 #ifdef __STDC__
4504 # include <limits.h>
4505 #else
4506 # include <assert.h>
4507 #endif
4508
4509 #undef gethostbyname
4510
4511 /* Override any GCC internal prototype to avoid an error.
4512    Use char because int might match the return type of a GCC
4513    builtin and then its argument prototype would still apply.  */
4514 #ifdef __cplusplus
4515 extern "C"
4516 #endif
4517 char gethostbyname ();
4518 /* The GNU C library defines this for functions which it implements
4519     to always fail with ENOSYS.  Some functions are actually named
4520     something starting with __ and the normal name is an alias.  */
4521 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4522 choke me
4523 #endif
4524
4525 int
4526 main ()
4527 {
4528 return gethostbyname ();
4529   ;
4530   return 0;
4531 }
4532 _ACEOF
4533 rm -f conftest.$ac_objext conftest$ac_exeext
4534 if { (ac_try="$ac_link"
4535 case "(($ac_try" in
4536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4537   *) ac_try_echo=$ac_try;;
4538 esac
4539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4540   (eval "$ac_link") 2>conftest.er1
4541   ac_status=$?
4542   grep -v '^ *+' conftest.er1 >conftest.err
4543   rm -f conftest.er1
4544   cat conftest.err >&5
4545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4546   (exit $ac_status); } && {
4547          test -z "$ac_c_werror_flag" ||
4548          test ! -s conftest.err
4549        } && test -s conftest$ac_exeext &&
4550        $as_test_x conftest$ac_exeext; then
4551   ac_cv_func_gethostbyname=yes
4552 else
4553   echo "$as_me: failed program was:" >&5
4554 sed 's/^/| /' conftest.$ac_ext >&5
4555
4556         ac_cv_func_gethostbyname=no
4557 fi
4558
4559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4560       conftest$ac_exeext conftest.$ac_ext
4561 fi
4562 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4563 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4564
4565     if test $ac_cv_func_gethostbyname = no; then
4566       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4567 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4568 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4569   echo $ECHO_N "(cached) $ECHO_C" >&6
4570 else
4571   ac_check_lib_save_LIBS=$LIBS
4572 LIBS="-lnsl  $LIBS"
4573 cat >conftest.$ac_ext <<_ACEOF
4574 /* confdefs.h.  */
4575 _ACEOF
4576 cat confdefs.h >>conftest.$ac_ext
4577 cat >>conftest.$ac_ext <<_ACEOF
4578 /* end confdefs.h.  */
4579
4580 /* Override any GCC internal prototype to avoid an error.
4581    Use char because int might match the return type of a GCC
4582    builtin and then its argument prototype would still apply.  */
4583 #ifdef __cplusplus
4584 extern "C"
4585 #endif
4586 char gethostbyname ();
4587 int
4588 main ()
4589 {
4590 return gethostbyname ();
4591   ;
4592   return 0;
4593 }
4594 _ACEOF
4595 rm -f conftest.$ac_objext conftest$ac_exeext
4596 if { (ac_try="$ac_link"
4597 case "(($ac_try" in
4598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4599   *) ac_try_echo=$ac_try;;
4600 esac
4601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4602   (eval "$ac_link") 2>conftest.er1
4603   ac_status=$?
4604   grep -v '^ *+' conftest.er1 >conftest.err
4605   rm -f conftest.er1
4606   cat conftest.err >&5
4607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4608   (exit $ac_status); } && {
4609          test -z "$ac_c_werror_flag" ||
4610          test ! -s conftest.err
4611        } && test -s conftest$ac_exeext &&
4612        $as_test_x conftest$ac_exeext; then
4613   ac_cv_lib_nsl_gethostbyname=yes
4614 else
4615   echo "$as_me: failed program was:" >&5
4616 sed 's/^/| /' conftest.$ac_ext >&5
4617
4618         ac_cv_lib_nsl_gethostbyname=no
4619 fi
4620
4621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4622       conftest$ac_exeext conftest.$ac_ext
4623 LIBS=$ac_check_lib_save_LIBS
4624 fi
4625 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4626 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4627 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4628   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4629 fi
4630
4631       if test $ac_cv_lib_nsl_gethostbyname = no; then
4632         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4633 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4634 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4635   echo $ECHO_N "(cached) $ECHO_C" >&6
4636 else
4637   ac_check_lib_save_LIBS=$LIBS
4638 LIBS="-lbsd  $LIBS"
4639 cat >conftest.$ac_ext <<_ACEOF
4640 /* confdefs.h.  */
4641 _ACEOF
4642 cat confdefs.h >>conftest.$ac_ext
4643 cat >>conftest.$ac_ext <<_ACEOF
4644 /* end confdefs.h.  */
4645
4646 /* Override any GCC internal prototype to avoid an error.
4647    Use char because int might match the return type of a GCC
4648    builtin and then its argument prototype would still apply.  */
4649 #ifdef __cplusplus
4650 extern "C"
4651 #endif
4652 char gethostbyname ();
4653 int
4654 main ()
4655 {
4656 return gethostbyname ();
4657   ;
4658   return 0;
4659 }
4660 _ACEOF
4661 rm -f conftest.$ac_objext conftest$ac_exeext
4662 if { (ac_try="$ac_link"
4663 case "(($ac_try" in
4664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4665   *) ac_try_echo=$ac_try;;
4666 esac
4667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4668   (eval "$ac_link") 2>conftest.er1
4669   ac_status=$?
4670   grep -v '^ *+' conftest.er1 >conftest.err
4671   rm -f conftest.er1
4672   cat conftest.err >&5
4673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4674   (exit $ac_status); } && {
4675          test -z "$ac_c_werror_flag" ||
4676          test ! -s conftest.err
4677        } && test -s conftest$ac_exeext &&
4678        $as_test_x conftest$ac_exeext; then
4679   ac_cv_lib_bsd_gethostbyname=yes
4680 else
4681   echo "$as_me: failed program was:" >&5
4682 sed 's/^/| /' conftest.$ac_ext >&5
4683
4684         ac_cv_lib_bsd_gethostbyname=no
4685 fi
4686
4687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4688       conftest$ac_exeext conftest.$ac_ext
4689 LIBS=$ac_check_lib_save_LIBS
4690 fi
4691 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4692 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4693 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4694   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4695 fi
4696
4697       fi
4698     fi
4699
4700     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4701     # socket/setsockopt and other routines are undefined under SCO ODT
4702     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4703     # on later versions), says Simon Leinen: it contains gethostby*
4704     # variants that don't use the name server (or something).  -lsocket
4705     # must be given before -lnsl if both are needed.  We assume that
4706     # if connect needs -lnsl, so does gethostbyname.
4707     { echo "$as_me:$LINENO: checking for connect" >&5
4708 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4709 if test "${ac_cv_func_connect+set}" = set; then
4710   echo $ECHO_N "(cached) $ECHO_C" >&6
4711 else
4712   cat >conftest.$ac_ext <<_ACEOF
4713 /* confdefs.h.  */
4714 _ACEOF
4715 cat confdefs.h >>conftest.$ac_ext
4716 cat >>conftest.$ac_ext <<_ACEOF
4717 /* end confdefs.h.  */
4718 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4719    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4720 #define connect innocuous_connect
4721
4722 /* System header to define __stub macros and hopefully few prototypes,
4723     which can conflict with char connect (); below.
4724     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4725     <limits.h> exists even on freestanding compilers.  */
4726
4727 #ifdef __STDC__
4728 # include <limits.h>
4729 #else
4730 # include <assert.h>
4731 #endif
4732
4733 #undef connect
4734
4735 /* Override any GCC internal prototype to avoid an error.
4736    Use char because int might match the return type of a GCC
4737    builtin and then its argument prototype would still apply.  */
4738 #ifdef __cplusplus
4739 extern "C"
4740 #endif
4741 char connect ();
4742 /* The GNU C library defines this for functions which it implements
4743     to always fail with ENOSYS.  Some functions are actually named
4744     something starting with __ and the normal name is an alias.  */
4745 #if defined __stub_connect || defined __stub___connect
4746 choke me
4747 #endif
4748
4749 int
4750 main ()
4751 {
4752 return connect ();
4753   ;
4754   return 0;
4755 }
4756 _ACEOF
4757 rm -f conftest.$ac_objext conftest$ac_exeext
4758 if { (ac_try="$ac_link"
4759 case "(($ac_try" in
4760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4761   *) ac_try_echo=$ac_try;;
4762 esac
4763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4764   (eval "$ac_link") 2>conftest.er1
4765   ac_status=$?
4766   grep -v '^ *+' conftest.er1 >conftest.err
4767   rm -f conftest.er1
4768   cat conftest.err >&5
4769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4770   (exit $ac_status); } && {
4771          test -z "$ac_c_werror_flag" ||
4772          test ! -s conftest.err
4773        } && test -s conftest$ac_exeext &&
4774        $as_test_x conftest$ac_exeext; then
4775   ac_cv_func_connect=yes
4776 else
4777   echo "$as_me: failed program was:" >&5
4778 sed 's/^/| /' conftest.$ac_ext >&5
4779
4780         ac_cv_func_connect=no
4781 fi
4782
4783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4784       conftest$ac_exeext conftest.$ac_ext
4785 fi
4786 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4787 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4788
4789     if test $ac_cv_func_connect = no; then
4790       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4791 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4792 if test "${ac_cv_lib_socket_connect+set}" = set; then
4793   echo $ECHO_N "(cached) $ECHO_C" >&6
4794 else
4795   ac_check_lib_save_LIBS=$LIBS
4796 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4797 cat >conftest.$ac_ext <<_ACEOF
4798 /* confdefs.h.  */
4799 _ACEOF
4800 cat confdefs.h >>conftest.$ac_ext
4801 cat >>conftest.$ac_ext <<_ACEOF
4802 /* end confdefs.h.  */
4803
4804 /* Override any GCC internal prototype to avoid an error.
4805    Use char because int might match the return type of a GCC
4806    builtin and then its argument prototype would still apply.  */
4807 #ifdef __cplusplus
4808 extern "C"
4809 #endif
4810 char connect ();
4811 int
4812 main ()
4813 {
4814 return connect ();
4815   ;
4816   return 0;
4817 }
4818 _ACEOF
4819 rm -f conftest.$ac_objext conftest$ac_exeext
4820 if { (ac_try="$ac_link"
4821 case "(($ac_try" in
4822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4823   *) ac_try_echo=$ac_try;;
4824 esac
4825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4826   (eval "$ac_link") 2>conftest.er1
4827   ac_status=$?
4828   grep -v '^ *+' conftest.er1 >conftest.err
4829   rm -f conftest.er1
4830   cat conftest.err >&5
4831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4832   (exit $ac_status); } && {
4833          test -z "$ac_c_werror_flag" ||
4834          test ! -s conftest.err
4835        } && test -s conftest$ac_exeext &&
4836        $as_test_x conftest$ac_exeext; then
4837   ac_cv_lib_socket_connect=yes
4838 else
4839   echo "$as_me: failed program was:" >&5
4840 sed 's/^/| /' conftest.$ac_ext >&5
4841
4842         ac_cv_lib_socket_connect=no
4843 fi
4844
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846       conftest$ac_exeext conftest.$ac_ext
4847 LIBS=$ac_check_lib_save_LIBS
4848 fi
4849 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4850 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4851 if test $ac_cv_lib_socket_connect = yes; then
4852   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4853 fi
4854
4855     fi
4856
4857     # Guillermo Gomez says -lposix is necessary on A/UX.
4858     { echo "$as_me:$LINENO: checking for remove" >&5
4859 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4860 if test "${ac_cv_func_remove+set}" = set; then
4861   echo $ECHO_N "(cached) $ECHO_C" >&6
4862 else
4863   cat >conftest.$ac_ext <<_ACEOF
4864 /* confdefs.h.  */
4865 _ACEOF
4866 cat confdefs.h >>conftest.$ac_ext
4867 cat >>conftest.$ac_ext <<_ACEOF
4868 /* end confdefs.h.  */
4869 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4870    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4871 #define remove innocuous_remove
4872
4873 /* System header to define __stub macros and hopefully few prototypes,
4874     which can conflict with char remove (); below.
4875     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4876     <limits.h> exists even on freestanding compilers.  */
4877
4878 #ifdef __STDC__
4879 # include <limits.h>
4880 #else
4881 # include <assert.h>
4882 #endif
4883
4884 #undef remove
4885
4886 /* Override any GCC internal prototype to avoid an error.
4887    Use char because int might match the return type of a GCC
4888    builtin and then its argument prototype would still apply.  */
4889 #ifdef __cplusplus
4890 extern "C"
4891 #endif
4892 char remove ();
4893 /* The GNU C library defines this for functions which it implements
4894     to always fail with ENOSYS.  Some functions are actually named
4895     something starting with __ and the normal name is an alias.  */
4896 #if defined __stub_remove || defined __stub___remove
4897 choke me
4898 #endif
4899
4900 int
4901 main ()
4902 {
4903 return remove ();
4904   ;
4905   return 0;
4906 }
4907 _ACEOF
4908 rm -f conftest.$ac_objext conftest$ac_exeext
4909 if { (ac_try="$ac_link"
4910 case "(($ac_try" in
4911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4912   *) ac_try_echo=$ac_try;;
4913 esac
4914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4915   (eval "$ac_link") 2>conftest.er1
4916   ac_status=$?
4917   grep -v '^ *+' conftest.er1 >conftest.err
4918   rm -f conftest.er1
4919   cat conftest.err >&5
4920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4921   (exit $ac_status); } && {
4922          test -z "$ac_c_werror_flag" ||
4923          test ! -s conftest.err
4924        } && test -s conftest$ac_exeext &&
4925        $as_test_x conftest$ac_exeext; then
4926   ac_cv_func_remove=yes
4927 else
4928   echo "$as_me: failed program was:" >&5
4929 sed 's/^/| /' conftest.$ac_ext >&5
4930
4931         ac_cv_func_remove=no
4932 fi
4933
4934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4935       conftest$ac_exeext conftest.$ac_ext
4936 fi
4937 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4938 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4939
4940     if test $ac_cv_func_remove = no; then
4941       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4942 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4943 if test "${ac_cv_lib_posix_remove+set}" = set; then
4944   echo $ECHO_N "(cached) $ECHO_C" >&6
4945 else
4946   ac_check_lib_save_LIBS=$LIBS
4947 LIBS="-lposix  $LIBS"
4948 cat >conftest.$ac_ext <<_ACEOF
4949 /* confdefs.h.  */
4950 _ACEOF
4951 cat confdefs.h >>conftest.$ac_ext
4952 cat >>conftest.$ac_ext <<_ACEOF
4953 /* end confdefs.h.  */
4954
4955 /* Override any GCC internal prototype to avoid an error.
4956    Use char because int might match the return type of a GCC
4957    builtin and then its argument prototype would still apply.  */
4958 #ifdef __cplusplus
4959 extern "C"
4960 #endif
4961 char remove ();
4962 int
4963 main ()
4964 {
4965 return remove ();
4966   ;
4967   return 0;
4968 }
4969 _ACEOF
4970 rm -f conftest.$ac_objext conftest$ac_exeext
4971 if { (ac_try="$ac_link"
4972 case "(($ac_try" in
4973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4974   *) ac_try_echo=$ac_try;;
4975 esac
4976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4977   (eval "$ac_link") 2>conftest.er1
4978   ac_status=$?
4979   grep -v '^ *+' conftest.er1 >conftest.err
4980   rm -f conftest.er1
4981   cat conftest.err >&5
4982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4983   (exit $ac_status); } && {
4984          test -z "$ac_c_werror_flag" ||
4985          test ! -s conftest.err
4986        } && test -s conftest$ac_exeext &&
4987        $as_test_x conftest$ac_exeext; then
4988   ac_cv_lib_posix_remove=yes
4989 else
4990   echo "$as_me: failed program was:" >&5
4991 sed 's/^/| /' conftest.$ac_ext >&5
4992
4993         ac_cv_lib_posix_remove=no
4994 fi
4995
4996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4997       conftest$ac_exeext conftest.$ac_ext
4998 LIBS=$ac_check_lib_save_LIBS
4999 fi
5000 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5001 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5002 if test $ac_cv_lib_posix_remove = yes; then
5003   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5004 fi
5005
5006     fi
5007
5008     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5009     { echo "$as_me:$LINENO: checking for shmat" >&5
5010 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5011 if test "${ac_cv_func_shmat+set}" = set; then
5012   echo $ECHO_N "(cached) $ECHO_C" >&6
5013 else
5014   cat >conftest.$ac_ext <<_ACEOF
5015 /* confdefs.h.  */
5016 _ACEOF
5017 cat confdefs.h >>conftest.$ac_ext
5018 cat >>conftest.$ac_ext <<_ACEOF
5019 /* end confdefs.h.  */
5020 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5021    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5022 #define shmat innocuous_shmat
5023
5024 /* System header to define __stub macros and hopefully few prototypes,
5025     which can conflict with char shmat (); below.
5026     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5027     <limits.h> exists even on freestanding compilers.  */
5028
5029 #ifdef __STDC__
5030 # include <limits.h>
5031 #else
5032 # include <assert.h>
5033 #endif
5034
5035 #undef shmat
5036
5037 /* Override any GCC internal prototype to avoid an error.
5038    Use char because int might match the return type of a GCC
5039    builtin and then its argument prototype would still apply.  */
5040 #ifdef __cplusplus
5041 extern "C"
5042 #endif
5043 char shmat ();
5044 /* The GNU C library defines this for functions which it implements
5045     to always fail with ENOSYS.  Some functions are actually named
5046     something starting with __ and the normal name is an alias.  */
5047 #if defined __stub_shmat || defined __stub___shmat
5048 choke me
5049 #endif
5050
5051 int
5052 main ()
5053 {
5054 return shmat ();
5055   ;
5056   return 0;
5057 }
5058 _ACEOF
5059 rm -f conftest.$ac_objext conftest$ac_exeext
5060 if { (ac_try="$ac_link"
5061 case "(($ac_try" in
5062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5063   *) ac_try_echo=$ac_try;;
5064 esac
5065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5066   (eval "$ac_link") 2>conftest.er1
5067   ac_status=$?
5068   grep -v '^ *+' conftest.er1 >conftest.err
5069   rm -f conftest.er1
5070   cat conftest.err >&5
5071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5072   (exit $ac_status); } && {
5073          test -z "$ac_c_werror_flag" ||
5074          test ! -s conftest.err
5075        } && test -s conftest$ac_exeext &&
5076        $as_test_x conftest$ac_exeext; then
5077   ac_cv_func_shmat=yes
5078 else
5079   echo "$as_me: failed program was:" >&5
5080 sed 's/^/| /' conftest.$ac_ext >&5
5081
5082         ac_cv_func_shmat=no
5083 fi
5084
5085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5086       conftest$ac_exeext conftest.$ac_ext
5087 fi
5088 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5089 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5090
5091     if test $ac_cv_func_shmat = no; then
5092       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5093 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5094 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5095   echo $ECHO_N "(cached) $ECHO_C" >&6
5096 else
5097   ac_check_lib_save_LIBS=$LIBS
5098 LIBS="-lipc  $LIBS"
5099 cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h.  */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h.  */
5105
5106 /* Override any GCC internal prototype to avoid an error.
5107    Use char because int might match the return type of a GCC
5108    builtin and then its argument prototype would still apply.  */
5109 #ifdef __cplusplus
5110 extern "C"
5111 #endif
5112 char shmat ();
5113 int
5114 main ()
5115 {
5116 return shmat ();
5117   ;
5118   return 0;
5119 }
5120 _ACEOF
5121 rm -f conftest.$ac_objext conftest$ac_exeext
5122 if { (ac_try="$ac_link"
5123 case "(($ac_try" in
5124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5125   *) ac_try_echo=$ac_try;;
5126 esac
5127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5128   (eval "$ac_link") 2>conftest.er1
5129   ac_status=$?
5130   grep -v '^ *+' conftest.er1 >conftest.err
5131   rm -f conftest.er1
5132   cat conftest.err >&5
5133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5134   (exit $ac_status); } && {
5135          test -z "$ac_c_werror_flag" ||
5136          test ! -s conftest.err
5137        } && test -s conftest$ac_exeext &&
5138        $as_test_x conftest$ac_exeext; then
5139   ac_cv_lib_ipc_shmat=yes
5140 else
5141   echo "$as_me: failed program was:" >&5
5142 sed 's/^/| /' conftest.$ac_ext >&5
5143
5144         ac_cv_lib_ipc_shmat=no
5145 fi
5146
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148       conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5150 fi
5151 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5152 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5153 if test $ac_cv_lib_ipc_shmat = yes; then
5154   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5155 fi
5156
5157     fi
5158   fi
5159
5160   # Check for libraries that X11R6 Xt/Xaw programs need.
5161   ac_save_LDFLAGS=$LDFLAGS
5162   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5163   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5164   # check for ICE first), but we must link in the order -lSM -lICE or
5165   # we get undefined symbols.  So assume we have SM if we have ICE.
5166   # These have to be linked with before -lX11, unlike the other
5167   # libraries we check for below, so use a different variable.
5168   # John Interrante, Karl Berry
5169   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5170 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5171 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5172   echo $ECHO_N "(cached) $ECHO_C" >&6
5173 else
5174   ac_check_lib_save_LIBS=$LIBS
5175 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5176 cat >conftest.$ac_ext <<_ACEOF
5177 /* confdefs.h.  */
5178 _ACEOF
5179 cat confdefs.h >>conftest.$ac_ext
5180 cat >>conftest.$ac_ext <<_ACEOF
5181 /* end confdefs.h.  */
5182
5183 /* Override any GCC internal prototype to avoid an error.
5184    Use char because int might match the return type of a GCC
5185    builtin and then its argument prototype would still apply.  */
5186 #ifdef __cplusplus
5187 extern "C"
5188 #endif
5189 char IceConnectionNumber ();
5190 int
5191 main ()
5192 {
5193 return IceConnectionNumber ();
5194   ;
5195   return 0;
5196 }
5197 _ACEOF
5198 rm -f conftest.$ac_objext conftest$ac_exeext
5199 if { (ac_try="$ac_link"
5200 case "(($ac_try" in
5201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5202   *) ac_try_echo=$ac_try;;
5203 esac
5204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5205   (eval "$ac_link") 2>conftest.er1
5206   ac_status=$?
5207   grep -v '^ *+' conftest.er1 >conftest.err
5208   rm -f conftest.er1
5209   cat conftest.err >&5
5210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5211   (exit $ac_status); } && {
5212          test -z "$ac_c_werror_flag" ||
5213          test ! -s conftest.err
5214        } && test -s conftest$ac_exeext &&
5215        $as_test_x conftest$ac_exeext; then
5216   ac_cv_lib_ICE_IceConnectionNumber=yes
5217 else
5218   echo "$as_me: failed program was:" >&5
5219 sed 's/^/| /' conftest.$ac_ext >&5
5220
5221         ac_cv_lib_ICE_IceConnectionNumber=no
5222 fi
5223
5224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5225       conftest$ac_exeext conftest.$ac_ext
5226 LIBS=$ac_check_lib_save_LIBS
5227 fi
5228 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5229 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5230 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5231   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5232 fi
5233
5234   LDFLAGS=$ac_save_LDFLAGS
5235
5236 fi
5237
5238
5239 for ac_prog in flex
5240 do
5241   # Extract the first word of "$ac_prog", so it can be a program name with args.
5242 set dummy $ac_prog; ac_word=$2
5243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5245 if test "${ac_cv_prog_FLEX+set}" = set; then
5246   echo $ECHO_N "(cached) $ECHO_C" >&6
5247 else
5248   if test -n "$FLEX"; then
5249   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5250 else
5251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5252 for as_dir in $PATH
5253 do
5254   IFS=$as_save_IFS
5255   test -z "$as_dir" && as_dir=.
5256   for ac_exec_ext in '' $ac_executable_extensions; do
5257   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5258     ac_cv_prog_FLEX="$ac_prog"
5259     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5260     break 2
5261   fi
5262 done
5263 done
5264 IFS=$as_save_IFS
5265
5266 fi
5267 fi
5268 FLEX=$ac_cv_prog_FLEX
5269 if test -n "$FLEX"; then
5270   { echo "$as_me:$LINENO: result: $FLEX" >&5
5271 echo "${ECHO_T}$FLEX" >&6; }
5272 else
5273   { echo "$as_me:$LINENO: result: no" >&5
5274 echo "${ECHO_T}no" >&6; }
5275 fi
5276
5277
5278   test -n "$FLEX" && break
5279 done
5280 test -n "$FLEX" || FLEX="none"
5281
5282 if test "$FLEX" = "none"
5283 then
5284   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5285 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5286    { (exit 1); exit 1; }; }
5287 fi
5288
5289 for ac_prog in bison
5290 do
5291   # Extract the first word of "$ac_prog", so it can be a program name with args.
5292 set dummy $ac_prog; ac_word=$2
5293 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5294 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5295 if test "${ac_cv_prog_BISON+set}" = set; then
5296   echo $ECHO_N "(cached) $ECHO_C" >&6
5297 else
5298   if test -n "$BISON"; then
5299   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5300 else
5301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5302 for as_dir in $PATH
5303 do
5304   IFS=$as_save_IFS
5305   test -z "$as_dir" && as_dir=.
5306   for ac_exec_ext in '' $ac_executable_extensions; do
5307   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5308     ac_cv_prog_BISON="$ac_prog"
5309     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5310     break 2
5311   fi
5312 done
5313 done
5314 IFS=$as_save_IFS
5315
5316 fi
5317 fi
5318 BISON=$ac_cv_prog_BISON
5319 if test -n "$BISON"; then
5320   { echo "$as_me:$LINENO: result: $BISON" >&5
5321 echo "${ECHO_T}$BISON" >&6; }
5322 else
5323   { echo "$as_me:$LINENO: result: no" >&5
5324 echo "${ECHO_T}no" >&6; }
5325 fi
5326
5327
5328   test -n "$BISON" && break
5329 done
5330 test -n "$BISON" || BISON="none"
5331
5332 if test "$BISON" = "none"
5333 then
5334   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5335 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5336    { (exit 1); exit 1; }; }
5337 fi
5338
5339 if test -n "$ac_tool_prefix"; then
5340   for ac_prog in gas as
5341   do
5342     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5343 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5344 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5346 if test "${ac_cv_prog_AS+set}" = set; then
5347   echo $ECHO_N "(cached) $ECHO_C" >&6
5348 else
5349   if test -n "$AS"; then
5350   ac_cv_prog_AS="$AS" # Let the user override the test.
5351 else
5352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5353 for as_dir in $PATH
5354 do
5355   IFS=$as_save_IFS
5356   test -z "$as_dir" && as_dir=.
5357   for ac_exec_ext in '' $ac_executable_extensions; do
5358   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5359     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5360     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5361     break 2
5362   fi
5363 done
5364 done
5365 IFS=$as_save_IFS
5366
5367 fi
5368 fi
5369 AS=$ac_cv_prog_AS
5370 if test -n "$AS"; then
5371   { echo "$as_me:$LINENO: result: $AS" >&5
5372 echo "${ECHO_T}$AS" >&6; }
5373 else
5374   { echo "$as_me:$LINENO: result: no" >&5
5375 echo "${ECHO_T}no" >&6; }
5376 fi
5377
5378
5379     test -n "$AS" && break
5380   done
5381 fi
5382 if test -z "$AS"; then
5383   ac_ct_AS=$AS
5384   for ac_prog in gas as
5385 do
5386   # Extract the first word of "$ac_prog", so it can be a program name with args.
5387 set dummy $ac_prog; ac_word=$2
5388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5390 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5391   echo $ECHO_N "(cached) $ECHO_C" >&6
5392 else
5393   if test -n "$ac_ct_AS"; then
5394   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5395 else
5396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5397 for as_dir in $PATH
5398 do
5399   IFS=$as_save_IFS
5400   test -z "$as_dir" && as_dir=.
5401   for ac_exec_ext in '' $ac_executable_extensions; do
5402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5403     ac_cv_prog_ac_ct_AS="$ac_prog"
5404     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5405     break 2
5406   fi
5407 done
5408 done
5409 IFS=$as_save_IFS
5410
5411 fi
5412 fi
5413 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5414 if test -n "$ac_ct_AS"; then
5415   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5416 echo "${ECHO_T}$ac_ct_AS" >&6; }
5417 else
5418   { echo "$as_me:$LINENO: result: no" >&5
5419 echo "${ECHO_T}no" >&6; }
5420 fi
5421
5422
5423   test -n "$ac_ct_AS" && break
5424 done
5425
5426   if test "x$ac_ct_AS" = x; then
5427     AS="as"
5428   else
5429     case $cross_compiling:$ac_tool_warned in
5430 yes:)
5431 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5432 whose name does not start with the host triplet.  If you think this
5433 configuration is useful to you, please write to autoconf@gnu.org." >&5
5434 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5435 whose name does not start with the host triplet.  If you think this
5436 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5437 ac_tool_warned=yes ;;
5438 esac
5439     AS=$ac_ct_AS
5440   fi
5441 fi
5442
5443 if test -n "$ac_tool_prefix"; then
5444   for ac_prog in ld gld
5445   do
5446     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5447 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5448 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5449 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5450 if test "${ac_cv_prog_LD+set}" = set; then
5451   echo $ECHO_N "(cached) $ECHO_C" >&6
5452 else
5453   if test -n "$LD"; then
5454   ac_cv_prog_LD="$LD" # Let the user override the test.
5455 else
5456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5457 for as_dir in $PATH
5458 do
5459   IFS=$as_save_IFS
5460   test -z "$as_dir" && as_dir=.
5461   for ac_exec_ext in '' $ac_executable_extensions; do
5462   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5463     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5464     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5465     break 2
5466   fi
5467 done
5468 done
5469 IFS=$as_save_IFS
5470
5471 fi
5472 fi
5473 LD=$ac_cv_prog_LD
5474 if test -n "$LD"; then
5475   { echo "$as_me:$LINENO: result: $LD" >&5
5476 echo "${ECHO_T}$LD" >&6; }
5477 else
5478   { echo "$as_me:$LINENO: result: no" >&5
5479 echo "${ECHO_T}no" >&6; }
5480 fi
5481
5482
5483     test -n "$LD" && break
5484   done
5485 fi
5486 if test -z "$LD"; then
5487   ac_ct_LD=$LD
5488   for ac_prog in ld gld
5489 do
5490   # Extract the first word of "$ac_prog", so it can be a program name with args.
5491 set dummy $ac_prog; ac_word=$2
5492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5494 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5495   echo $ECHO_N "(cached) $ECHO_C" >&6
5496 else
5497   if test -n "$ac_ct_LD"; then
5498   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5499 else
5500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5501 for as_dir in $PATH
5502 do
5503   IFS=$as_save_IFS
5504   test -z "$as_dir" && as_dir=.
5505   for ac_exec_ext in '' $ac_executable_extensions; do
5506   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5507     ac_cv_prog_ac_ct_LD="$ac_prog"
5508     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5509     break 2
5510   fi
5511 done
5512 done
5513 IFS=$as_save_IFS
5514
5515 fi
5516 fi
5517 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5518 if test -n "$ac_ct_LD"; then
5519   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5520 echo "${ECHO_T}$ac_ct_LD" >&6; }
5521 else
5522   { echo "$as_me:$LINENO: result: no" >&5
5523 echo "${ECHO_T}no" >&6; }
5524 fi
5525
5526
5527   test -n "$ac_ct_LD" && break
5528 done
5529
5530   if test "x$ac_ct_LD" = x; then
5531     LD="ld"
5532   else
5533     case $cross_compiling:$ac_tool_warned in
5534 yes:)
5535 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5536 whose name does not start with the host triplet.  If you think this
5537 configuration is useful to you, please write to autoconf@gnu.org." >&5
5538 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5539 whose name does not start with the host triplet.  If you think this
5540 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5541 ac_tool_warned=yes ;;
5542 esac
5543     LD=$ac_ct_LD
5544   fi
5545 fi
5546
5547 if test -n "$ac_tool_prefix"; then
5548   for ac_prog in nm gnm
5549   do
5550     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5551 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5552 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5553 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5554 if test "${ac_cv_prog_NM+set}" = set; then
5555   echo $ECHO_N "(cached) $ECHO_C" >&6
5556 else
5557   if test -n "$NM"; then
5558   ac_cv_prog_NM="$NM" # Let the user override the test.
5559 else
5560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5561 for as_dir in $PATH
5562 do
5563   IFS=$as_save_IFS
5564   test -z "$as_dir" && as_dir=.
5565   for ac_exec_ext in '' $ac_executable_extensions; do
5566   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5567     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5568     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5569     break 2
5570   fi
5571 done
5572 done
5573 IFS=$as_save_IFS
5574
5575 fi
5576 fi
5577 NM=$ac_cv_prog_NM
5578 if test -n "$NM"; then
5579   { echo "$as_me:$LINENO: result: $NM" >&5
5580 echo "${ECHO_T}$NM" >&6; }
5581 else
5582   { echo "$as_me:$LINENO: result: no" >&5
5583 echo "${ECHO_T}no" >&6; }
5584 fi
5585
5586
5587     test -n "$NM" && break
5588   done
5589 fi
5590 if test -z "$NM"; then
5591   ac_ct_NM=$NM
5592   for ac_prog in nm gnm
5593 do
5594   # Extract the first word of "$ac_prog", so it can be a program name with args.
5595 set dummy $ac_prog; ac_word=$2
5596 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5598 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5599   echo $ECHO_N "(cached) $ECHO_C" >&6
5600 else
5601   if test -n "$ac_ct_NM"; then
5602   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5603 else
5604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5605 for as_dir in $PATH
5606 do
5607   IFS=$as_save_IFS
5608   test -z "$as_dir" && as_dir=.
5609   for ac_exec_ext in '' $ac_executable_extensions; do
5610   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5611     ac_cv_prog_ac_ct_NM="$ac_prog"
5612     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5613     break 2
5614   fi
5615 done
5616 done
5617 IFS=$as_save_IFS
5618
5619 fi
5620 fi
5621 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5622 if test -n "$ac_ct_NM"; then
5623   { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5624 echo "${ECHO_T}$ac_ct_NM" >&6; }
5625 else
5626   { echo "$as_me:$LINENO: result: no" >&5
5627 echo "${ECHO_T}no" >&6; }
5628 fi
5629
5630
5631   test -n "$ac_ct_NM" && break
5632 done
5633
5634   if test "x$ac_ct_NM" = x; then
5635     NM="nm"
5636   else
5637     case $cross_compiling:$ac_tool_warned in
5638 yes:)
5639 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5640 whose name does not start with the host triplet.  If you think this
5641 configuration is useful to you, please write to autoconf@gnu.org." >&5
5642 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5643 whose name does not start with the host triplet.  If you think this
5644 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5645 ac_tool_warned=yes ;;
5646 esac
5647     NM=$ac_ct_NM
5648   fi
5649 fi
5650
5651 if test -n "$ac_tool_prefix"; then
5652   for ac_prog in ar gar
5653   do
5654     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5655 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5656 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5657 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5658 if test "${ac_cv_prog_AR+set}" = set; then
5659   echo $ECHO_N "(cached) $ECHO_C" >&6
5660 else
5661   if test -n "$AR"; then
5662   ac_cv_prog_AR="$AR" # Let the user override the test.
5663 else
5664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5665 for as_dir in $PATH
5666 do
5667   IFS=$as_save_IFS
5668   test -z "$as_dir" && as_dir=.
5669   for ac_exec_ext in '' $ac_executable_extensions; do
5670   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5671     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5672     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5673     break 2
5674   fi
5675 done
5676 done
5677 IFS=$as_save_IFS
5678
5679 fi
5680 fi
5681 AR=$ac_cv_prog_AR
5682 if test -n "$AR"; then
5683   { echo "$as_me:$LINENO: result: $AR" >&5
5684 echo "${ECHO_T}$AR" >&6; }
5685 else
5686   { echo "$as_me:$LINENO: result: no" >&5
5687 echo "${ECHO_T}no" >&6; }
5688 fi
5689
5690
5691     test -n "$AR" && break
5692   done
5693 fi
5694 if test -z "$AR"; then
5695   ac_ct_AR=$AR
5696   for ac_prog in ar gar
5697 do
5698   # Extract the first word of "$ac_prog", so it can be a program name with args.
5699 set dummy $ac_prog; ac_word=$2
5700 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5702 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5703   echo $ECHO_N "(cached) $ECHO_C" >&6
5704 else
5705   if test -n "$ac_ct_AR"; then
5706   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5710 do
5711   IFS=$as_save_IFS
5712   test -z "$as_dir" && as_dir=.
5713   for ac_exec_ext in '' $ac_executable_extensions; do
5714   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5715     ac_cv_prog_ac_ct_AR="$ac_prog"
5716     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5717     break 2
5718   fi
5719 done
5720 done
5721 IFS=$as_save_IFS
5722
5723 fi
5724 fi
5725 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5726 if test -n "$ac_ct_AR"; then
5727   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5728 echo "${ECHO_T}$ac_ct_AR" >&6; }
5729 else
5730   { echo "$as_me:$LINENO: result: no" >&5
5731 echo "${ECHO_T}no" >&6; }
5732 fi
5733
5734
5735   test -n "$ac_ct_AR" && break
5736 done
5737
5738   if test "x$ac_ct_AR" = x; then
5739     AR="ar"
5740   else
5741     case $cross_compiling:$ac_tool_warned in
5742 yes:)
5743 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5744 whose name does not start with the host triplet.  If you think this
5745 configuration is useful to you, please write to autoconf@gnu.org." >&5
5746 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5747 whose name does not start with the host triplet.  If you think this
5748 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5749 ac_tool_warned=yes ;;
5750 esac
5751     AR=$ac_ct_AR
5752   fi
5753 fi
5754
5755 ARFLAGS=rc
5756
5757 if test -n "$ac_tool_prefix"; then
5758   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5759 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5760 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5761 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5762 if test "${ac_cv_prog_RANLIB+set}" = set; then
5763   echo $ECHO_N "(cached) $ECHO_C" >&6
5764 else
5765   if test -n "$RANLIB"; then
5766   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5767 else
5768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5769 for as_dir in $PATH
5770 do
5771   IFS=$as_save_IFS
5772   test -z "$as_dir" && as_dir=.
5773   for ac_exec_ext in '' $ac_executable_extensions; do
5774   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5775     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5776     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5777     break 2
5778   fi
5779 done
5780 done
5781 IFS=$as_save_IFS
5782
5783 fi
5784 fi
5785 RANLIB=$ac_cv_prog_RANLIB
5786 if test -n "$RANLIB"; then
5787   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5788 echo "${ECHO_T}$RANLIB" >&6; }
5789 else
5790   { echo "$as_me:$LINENO: result: no" >&5
5791 echo "${ECHO_T}no" >&6; }
5792 fi
5793
5794
5795 fi
5796 if test -z "$ac_cv_prog_RANLIB"; then
5797   ac_ct_RANLIB=$RANLIB
5798   # Extract the first word of "ranlib", so it can be a program name with args.
5799 set dummy ranlib; ac_word=$2
5800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5802 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5803   echo $ECHO_N "(cached) $ECHO_C" >&6
5804 else
5805   if test -n "$ac_ct_RANLIB"; then
5806   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5810 do
5811   IFS=$as_save_IFS
5812   test -z "$as_dir" && as_dir=.
5813   for ac_exec_ext in '' $ac_executable_extensions; do
5814   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815     ac_cv_prog_ac_ct_RANLIB="ranlib"
5816     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817     break 2
5818   fi
5819 done
5820 done
5821 IFS=$as_save_IFS
5822
5823 fi
5824 fi
5825 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5826 if test -n "$ac_ct_RANLIB"; then
5827   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5828 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5829 else
5830   { echo "$as_me:$LINENO: result: no" >&5
5831 echo "${ECHO_T}no" >&6; }
5832 fi
5833
5834   if test "x$ac_ct_RANLIB" = x; then
5835     RANLIB=":"
5836   else
5837     case $cross_compiling:$ac_tool_warned in
5838 yes:)
5839 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5840 whose name does not start with the host triplet.  If you think this
5841 configuration is useful to you, please write to autoconf@gnu.org." >&5
5842 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5843 whose name does not start with the host triplet.  If you think this
5844 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5845 ac_tool_warned=yes ;;
5846 esac
5847     RANLIB=$ac_ct_RANLIB
5848   fi
5849 else
5850   RANLIB="$ac_cv_prog_RANLIB"
5851 fi
5852
5853 if test -n "$ac_tool_prefix"; then
5854   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5855 set dummy ${ac_tool_prefix}strip; ac_word=$2
5856 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5857 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5858 if test "${ac_cv_prog_STRIP+set}" = set; then
5859   echo $ECHO_N "(cached) $ECHO_C" >&6
5860 else
5861   if test -n "$STRIP"; then
5862   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5863 else
5864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5865 for as_dir in $PATH
5866 do
5867   IFS=$as_save_IFS
5868   test -z "$as_dir" && as_dir=.
5869   for ac_exec_ext in '' $ac_executable_extensions; do
5870   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5871     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5872     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5873     break 2
5874   fi
5875 done
5876 done
5877 IFS=$as_save_IFS
5878
5879 fi
5880 fi
5881 STRIP=$ac_cv_prog_STRIP
5882 if test -n "$STRIP"; then
5883   { echo "$as_me:$LINENO: result: $STRIP" >&5
5884 echo "${ECHO_T}$STRIP" >&6; }
5885 else
5886   { echo "$as_me:$LINENO: result: no" >&5
5887 echo "${ECHO_T}no" >&6; }
5888 fi
5889
5890
5891 fi
5892 if test -z "$ac_cv_prog_STRIP"; then
5893   ac_ct_STRIP=$STRIP
5894   # Extract the first word of "strip", so it can be a program name with args.
5895 set dummy strip; ac_word=$2
5896 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5898 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5899   echo $ECHO_N "(cached) $ECHO_C" >&6
5900 else
5901   if test -n "$ac_ct_STRIP"; then
5902   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5903 else
5904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5905 for as_dir in $PATH
5906 do
5907   IFS=$as_save_IFS
5908   test -z "$as_dir" && as_dir=.
5909   for ac_exec_ext in '' $ac_executable_extensions; do
5910   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5911     ac_cv_prog_ac_ct_STRIP="strip"
5912     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5913     break 2
5914   fi
5915 done
5916 done
5917 IFS=$as_save_IFS
5918
5919 fi
5920 fi
5921 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5922 if test -n "$ac_ct_STRIP"; then
5923   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5924 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5925 else
5926   { echo "$as_me:$LINENO: result: no" >&5
5927 echo "${ECHO_T}no" >&6; }
5928 fi
5929
5930   if test "x$ac_ct_STRIP" = x; then
5931     STRIP="strip"
5932   else
5933     case $cross_compiling:$ac_tool_warned in
5934 yes:)
5935 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5936 whose name does not start with the host triplet.  If you think this
5937 configuration is useful to you, please write to autoconf@gnu.org." >&5
5938 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5939 whose name does not start with the host triplet.  If you think this
5940 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5941 ac_tool_warned=yes ;;
5942 esac
5943     STRIP=$ac_ct_STRIP
5944   fi
5945 else
5946   STRIP="$ac_cv_prog_STRIP"
5947 fi
5948
5949 if test -n "$ac_tool_prefix"; then
5950   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5951 set dummy ${ac_tool_prefix}windres; ac_word=$2
5952 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5954 if test "${ac_cv_prog_WINDRES+set}" = set; then
5955   echo $ECHO_N "(cached) $ECHO_C" >&6
5956 else
5957   if test -n "$WINDRES"; then
5958   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5959 else
5960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5961 for as_dir in $PATH
5962 do
5963   IFS=$as_save_IFS
5964   test -z "$as_dir" && as_dir=.
5965   for ac_exec_ext in '' $ac_executable_extensions; do
5966   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5967     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5968     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5969     break 2
5970   fi
5971 done
5972 done
5973 IFS=$as_save_IFS
5974
5975 fi
5976 fi
5977 WINDRES=$ac_cv_prog_WINDRES
5978 if test -n "$WINDRES"; then
5979   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5980 echo "${ECHO_T}$WINDRES" >&6; }
5981 else
5982   { echo "$as_me:$LINENO: result: no" >&5
5983 echo "${ECHO_T}no" >&6; }
5984 fi
5985
5986
5987 fi
5988 if test -z "$ac_cv_prog_WINDRES"; then
5989   ac_ct_WINDRES=$WINDRES
5990   # Extract the first word of "windres", so it can be a program name with args.
5991 set dummy windres; ac_word=$2
5992 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5994 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5995   echo $ECHO_N "(cached) $ECHO_C" >&6
5996 else
5997   if test -n "$ac_ct_WINDRES"; then
5998   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5999 else
6000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6001 for as_dir in $PATH
6002 do
6003   IFS=$as_save_IFS
6004   test -z "$as_dir" && as_dir=.
6005   for ac_exec_ext in '' $ac_executable_extensions; do
6006   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6007     ac_cv_prog_ac_ct_WINDRES="windres"
6008     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6009     break 2
6010   fi
6011 done
6012 done
6013 IFS=$as_save_IFS
6014
6015 fi
6016 fi
6017 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6018 if test -n "$ac_ct_WINDRES"; then
6019   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6020 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6021 else
6022   { echo "$as_me:$LINENO: result: no" >&5
6023 echo "${ECHO_T}no" >&6; }
6024 fi
6025
6026   if test "x$ac_ct_WINDRES" = x; then
6027     WINDRES="false"
6028   else
6029     case $cross_compiling:$ac_tool_warned in
6030 yes:)
6031 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6032 whose name does not start with the host triplet.  If you think this
6033 configuration is useful to you, please write to autoconf@gnu.org." >&5
6034 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6035 whose name does not start with the host triplet.  If you think this
6036 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6037 ac_tool_warned=yes ;;
6038 esac
6039     WINDRES=$ac_ct_WINDRES
6040   fi
6041 else
6042   WINDRES="$ac_cv_prog_WINDRES"
6043 fi
6044
6045 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6046 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6047 LN_S=$as_ln_s
6048 if test "$LN_S" = "ln -s"; then
6049   { echo "$as_me:$LINENO: result: yes" >&5
6050 echo "${ECHO_T}yes" >&6; }
6051 else
6052   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6053 echo "${ECHO_T}no, using $LN_S" >&6; }
6054 fi
6055
6056 { echo "$as_me:$LINENO: checking whether ln works" >&5
6057 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6058 rm -f conf$$ conf$$.file
6059 echo >conf$$.file
6060 if ln conf$$.file conf$$ 2>/dev/null; then
6061   LN=ln
6062
6063   { echo "$as_me:$LINENO: result: yes" >&5
6064 echo "${ECHO_T}yes" >&6; }
6065 else
6066   LN="cp -p"
6067
6068   { echo "$as_me:$LINENO: result: no, using $LN" >&5
6069 echo "${ECHO_T}no, using $LN" >&6; }
6070 fi
6071 rm -f conf$$ conf$$.file
6072 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6073 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6074 if test "${ac_cv_path_GREP+set}" = set; then
6075   echo $ECHO_N "(cached) $ECHO_C" >&6
6076 else
6077   # Extract the first word of "grep ggrep" to use in msg output
6078 if test -z "$GREP"; then
6079 set dummy grep ggrep; ac_prog_name=$2
6080 if test "${ac_cv_path_GREP+set}" = set; then
6081   echo $ECHO_N "(cached) $ECHO_C" >&6
6082 else
6083   ac_path_GREP_found=false
6084 # Loop through the user's path and test for each of PROGNAME-LIST
6085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6086 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6087 do
6088   IFS=$as_save_IFS
6089   test -z "$as_dir" && as_dir=.
6090   for ac_prog in grep ggrep; do
6091   for ac_exec_ext in '' $ac_executable_extensions; do
6092     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6093     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6094     # Check for GNU ac_path_GREP and select it if it is found.
6095   # Check for GNU $ac_path_GREP
6096 case `"$ac_path_GREP" --version 2>&1` in
6097 *GNU*)
6098   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6099 *)
6100   ac_count=0
6101   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6102   while :
6103   do
6104     cat "conftest.in" "conftest.in" >"conftest.tmp"
6105     mv "conftest.tmp" "conftest.in"
6106     cp "conftest.in" "conftest.nl"
6107     echo 'GREP' >> "conftest.nl"
6108     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6109     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6110     ac_count=`expr $ac_count + 1`
6111     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6112       # Best one so far, save it but keep looking for a better one
6113       ac_cv_path_GREP="$ac_path_GREP"
6114       ac_path_GREP_max=$ac_count
6115     fi
6116     # 10*(2^10) chars as input seems more than enough
6117     test $ac_count -gt 10 && break
6118   done
6119   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6120 esac
6121
6122
6123     $ac_path_GREP_found && break 3
6124   done
6125 done
6126
6127 done
6128 IFS=$as_save_IFS
6129
6130
6131 fi
6132
6133 GREP="$ac_cv_path_GREP"
6134 if test -z "$GREP"; then
6135   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6136 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6137    { (exit 1); exit 1; }; }
6138 fi
6139
6140 else
6141   ac_cv_path_GREP=$GREP
6142 fi
6143
6144
6145 fi
6146 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6147 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6148  GREP="$ac_cv_path_GREP"
6149
6150
6151 { echo "$as_me:$LINENO: checking for egrep" >&5
6152 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6153 if test "${ac_cv_path_EGREP+set}" = set; then
6154   echo $ECHO_N "(cached) $ECHO_C" >&6
6155 else
6156   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6157    then ac_cv_path_EGREP="$GREP -E"
6158    else
6159      # Extract the first word of "egrep" to use in msg output
6160 if test -z "$EGREP"; then
6161 set dummy egrep; ac_prog_name=$2
6162 if test "${ac_cv_path_EGREP+set}" = set; then
6163   echo $ECHO_N "(cached) $ECHO_C" >&6
6164 else
6165   ac_path_EGREP_found=false
6166 # Loop through the user's path and test for each of PROGNAME-LIST
6167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6168 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6169 do
6170   IFS=$as_save_IFS
6171   test -z "$as_dir" && as_dir=.
6172   for ac_prog in egrep; do
6173   for ac_exec_ext in '' $ac_executable_extensions; do
6174     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6175     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6176     # Check for GNU ac_path_EGREP and select it if it is found.
6177   # Check for GNU $ac_path_EGREP
6178 case `"$ac_path_EGREP" --version 2>&1` in
6179 *GNU*)
6180   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6181 *)
6182   ac_count=0
6183   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6184   while :
6185   do
6186     cat "conftest.in" "conftest.in" >"conftest.tmp"
6187     mv "conftest.tmp" "conftest.in"
6188     cp "conftest.in" "conftest.nl"
6189     echo 'EGREP' >> "conftest.nl"
6190     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6191     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6192     ac_count=`expr $ac_count + 1`
6193     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6194       # Best one so far, save it but keep looking for a better one
6195       ac_cv_path_EGREP="$ac_path_EGREP"
6196       ac_path_EGREP_max=$ac_count
6197     fi
6198     # 10*(2^10) chars as input seems more than enough
6199     test $ac_count -gt 10 && break
6200   done
6201   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6202 esac
6203
6204
6205     $ac_path_EGREP_found && break 3
6206   done
6207 done
6208
6209 done
6210 IFS=$as_save_IFS
6211
6212
6213 fi
6214
6215 EGREP="$ac_cv_path_EGREP"
6216 if test -z "$EGREP"; then
6217   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6218 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6219    { (exit 1); exit 1; }; }
6220 fi
6221
6222 else
6223   ac_cv_path_EGREP=$EGREP
6224 fi
6225
6226
6227    fi
6228 fi
6229 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6230 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6231  EGREP="$ac_cv_path_EGREP"
6232
6233
6234 # Extract the first word of "ldconfig", so it can be a program name with args.
6235 set dummy ldconfig; ac_word=$2
6236 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6237 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6238 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6239   echo $ECHO_N "(cached) $ECHO_C" >&6
6240 else
6241   case $LDCONFIG in
6242   [\\/]* | ?:[\\/]*)
6243   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6244   ;;
6245   *)
6246   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6247 for as_dir in /sbin /usr/sbin $PATH
6248 do
6249   IFS=$as_save_IFS
6250   test -z "$as_dir" && as_dir=.
6251   for ac_exec_ext in '' $ac_executable_extensions; do
6252   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6253     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6254     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6255     break 2
6256   fi
6257 done
6258 done
6259 IFS=$as_save_IFS
6260
6261   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6262   ;;
6263 esac
6264 fi
6265 LDCONFIG=$ac_cv_path_LDCONFIG
6266 if test -n "$LDCONFIG"; then
6267   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6268 echo "${ECHO_T}$LDCONFIG" >&6; }
6269 else
6270   { echo "$as_me:$LINENO: result: no" >&5
6271 echo "${ECHO_T}no" >&6; }
6272 fi
6273
6274
6275 # Find a good install program.  We prefer a C program (faster),
6276 # so one script is as good as another.  But avoid the broken or
6277 # incompatible versions:
6278 # SysV /etc/install, /usr/sbin/install
6279 # SunOS /usr/etc/install
6280 # IRIX /sbin/install
6281 # AIX /bin/install
6282 # AmigaOS /C/install, which installs bootblocks on floppy discs
6283 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6284 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6285 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6286 # OS/2's system install, which has a completely different semantic
6287 # ./install, which can be erroneously created by make from ./install.sh.
6288 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6289 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6290 if test -z "$INSTALL"; then
6291 if test "${ac_cv_path_install+set}" = set; then
6292   echo $ECHO_N "(cached) $ECHO_C" >&6
6293 else
6294   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6295 for as_dir in $PATH
6296 do
6297   IFS=$as_save_IFS
6298   test -z "$as_dir" && as_dir=.
6299   # Account for people who put trailing slashes in PATH elements.
6300 case $as_dir/ in
6301   ./ | .// | /cC/* | \
6302   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6303   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6304   /usr/ucb/* ) ;;
6305   *)
6306     # OSF1 and SCO ODT 3.0 have their own names for install.
6307     # Don't use installbsd from OSF since it installs stuff as root
6308     # by default.
6309     for ac_prog in ginstall scoinst install; do
6310       for ac_exec_ext in '' $ac_executable_extensions; do
6311         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6312           if test $ac_prog = install &&
6313             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6314             # AIX install.  It has an incompatible calling convention.
6315             :
6316           elif test $ac_prog = install &&
6317             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6318             # program-specific install script used by HP pwplus--don't use.
6319             :
6320           else
6321             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6322             break 3
6323           fi
6324         fi
6325       done
6326     done
6327     ;;
6328 esac
6329 done
6330 IFS=$as_save_IFS
6331
6332
6333 fi
6334   if test "${ac_cv_path_install+set}" = set; then
6335     INSTALL=$ac_cv_path_install
6336   else
6337     # As a last resort, use the slow shell script.  Don't cache a
6338     # value for INSTALL within a source directory, because that will
6339     # break other packages using the cache if that directory is
6340     # removed, or if the value is a relative name.
6341     INSTALL=$ac_install_sh
6342   fi
6343 fi
6344 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6345 echo "${ECHO_T}$INSTALL" >&6; }
6346
6347 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6348 # It thinks the first close brace ends the variable substitution.
6349 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6350
6351 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6352
6353 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6354
6355 case "$INSTALL" in
6356   [\\/$]* | ?:[\\/]* ) ;;
6357   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6358 esac
6359
6360 for ac_prog in lclint lint
6361 do
6362   # Extract the first word of "$ac_prog", so it can be a program name with args.
6363 set dummy $ac_prog; ac_word=$2
6364 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6366 if test "${ac_cv_prog_LINT+set}" = set; then
6367   echo $ECHO_N "(cached) $ECHO_C" >&6
6368 else
6369   if test -n "$LINT"; then
6370   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6371 else
6372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6373 for as_dir in $PATH
6374 do
6375   IFS=$as_save_IFS
6376   test -z "$as_dir" && as_dir=.
6377   for ac_exec_ext in '' $ac_executable_extensions; do
6378   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6379     ac_cv_prog_LINT="$ac_prog"
6380     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6381     break 2
6382   fi
6383 done
6384 done
6385 IFS=$as_save_IFS
6386
6387 fi
6388 fi
6389 LINT=$ac_cv_prog_LINT
6390 if test -n "$LINT"; then
6391   { echo "$as_me:$LINENO: result: $LINT" >&5
6392 echo "${ECHO_T}$LINT" >&6; }
6393 else
6394   { echo "$as_me:$LINENO: result: no" >&5
6395 echo "${ECHO_T}no" >&6; }
6396 fi
6397
6398
6399   test -n "$LINT" && break
6400 done
6401
6402 if test "$LINT" = "lint"
6403 then
6404   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6405   fi
6406
6407
6408
6409 for ac_prog in fontforge
6410 do
6411   # Extract the first word of "$ac_prog", so it can be a program name with args.
6412 set dummy $ac_prog; ac_word=$2
6413 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6415 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6416   echo $ECHO_N "(cached) $ECHO_C" >&6
6417 else
6418   if test -n "$FONTFORGE"; then
6419   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6420 else
6421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6422 for as_dir in $PATH
6423 do
6424   IFS=$as_save_IFS
6425   test -z "$as_dir" && as_dir=.
6426   for ac_exec_ext in '' $ac_executable_extensions; do
6427   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6428     ac_cv_prog_FONTFORGE="$ac_prog"
6429     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6430     break 2
6431   fi
6432 done
6433 done
6434 IFS=$as_save_IFS
6435
6436 fi
6437 fi
6438 FONTFORGE=$ac_cv_prog_FONTFORGE
6439 if test -n "$FONTFORGE"; then
6440   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6441 echo "${ECHO_T}$FONTFORGE" >&6; }
6442 else
6443   { echo "$as_me:$LINENO: result: no" >&5
6444 echo "${ECHO_T}no" >&6; }
6445 fi
6446
6447
6448   test -n "$FONTFORGE" && break
6449 done
6450 test -n "$FONTFORGE" || FONTFORGE="false"
6451
6452 for ac_prog in pkg-config
6453 do
6454   # Extract the first word of "$ac_prog", so it can be a program name with args.
6455 set dummy $ac_prog; ac_word=$2
6456 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6457 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6458 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6459   echo $ECHO_N "(cached) $ECHO_C" >&6
6460 else
6461   if test -n "$PKG_CONFIG"; then
6462   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6463 else
6464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6465 for as_dir in $PATH
6466 do
6467   IFS=$as_save_IFS
6468   test -z "$as_dir" && as_dir=.
6469   for ac_exec_ext in '' $ac_executable_extensions; do
6470   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6471     ac_cv_prog_PKG_CONFIG="$ac_prog"
6472     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6473     break 2
6474   fi
6475 done
6476 done
6477 IFS=$as_save_IFS
6478
6479 fi
6480 fi
6481 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6482 if test -n "$PKG_CONFIG"; then
6483   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6484 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6485 else
6486   { echo "$as_me:$LINENO: result: no" >&5
6487 echo "${ECHO_T}no" >&6; }
6488 fi
6489
6490
6491   test -n "$PKG_CONFIG" && break
6492 done
6493 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6494
6495 for ac_prog in rsvg
6496 do
6497   # Extract the first word of "$ac_prog", so it can be a program name with args.
6498 set dummy $ac_prog; ac_word=$2
6499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6501 if test "${ac_cv_prog_RSVG+set}" = set; then
6502   echo $ECHO_N "(cached) $ECHO_C" >&6
6503 else
6504   if test -n "$RSVG"; then
6505   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6506 else
6507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6508 for as_dir in $PATH
6509 do
6510   IFS=$as_save_IFS
6511   test -z "$as_dir" && as_dir=.
6512   for ac_exec_ext in '' $ac_executable_extensions; do
6513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6514     ac_cv_prog_RSVG="$ac_prog"
6515     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6516     break 2
6517   fi
6518 done
6519 done
6520 IFS=$as_save_IFS
6521
6522 fi
6523 fi
6524 RSVG=$ac_cv_prog_RSVG
6525 if test -n "$RSVG"; then
6526   { echo "$as_me:$LINENO: result: $RSVG" >&5
6527 echo "${ECHO_T}$RSVG" >&6; }
6528 else
6529   { echo "$as_me:$LINENO: result: no" >&5
6530 echo "${ECHO_T}no" >&6; }
6531 fi
6532
6533
6534   test -n "$RSVG" && break
6535 done
6536 test -n "$RSVG" || RSVG="false"
6537
6538 for ac_prog in icotool
6539 do
6540   # Extract the first word of "$ac_prog", so it can be a program name with args.
6541 set dummy $ac_prog; ac_word=$2
6542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6544 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6545   echo $ECHO_N "(cached) $ECHO_C" >&6
6546 else
6547   if test -n "$ICOTOOL"; then
6548   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6549 else
6550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6551 for as_dir in $PATH
6552 do
6553   IFS=$as_save_IFS
6554   test -z "$as_dir" && as_dir=.
6555   for ac_exec_ext in '' $ac_executable_extensions; do
6556   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6557     ac_cv_prog_ICOTOOL="$ac_prog"
6558     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6559     break 2
6560   fi
6561 done
6562 done
6563 IFS=$as_save_IFS
6564
6565 fi
6566 fi
6567 ICOTOOL=$ac_cv_prog_ICOTOOL
6568 if test -n "$ICOTOOL"; then
6569   { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6570 echo "${ECHO_T}$ICOTOOL" >&6; }
6571 else
6572   { echo "$as_me:$LINENO: result: no" >&5
6573 echo "${ECHO_T}no" >&6; }
6574 fi
6575
6576
6577   test -n "$ICOTOOL" && break
6578 done
6579 test -n "$ICOTOOL" || ICOTOOL="false"
6580
6581
6582 if test "${enable_maintainer_mode+set}" = set
6583 then
6584   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6585   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6586   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6587 fi
6588
6589 case $host_cpu in
6590   *i[3456789]86*)
6591     # Extract the first word of "prelink", so it can be a program name with args.
6592 set dummy prelink; ac_word=$2
6593 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6595 if test "${ac_cv_path_PRELINK+set}" = set; then
6596   echo $ECHO_N "(cached) $ECHO_C" >&6
6597 else
6598   case $PRELINK in
6599   [\\/]* | ?:[\\/]*)
6600   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6601   ;;
6602   *)
6603   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6604 for as_dir in /sbin /usr/sbin $PATH
6605 do
6606   IFS=$as_save_IFS
6607   test -z "$as_dir" && as_dir=.
6608   for ac_exec_ext in '' $ac_executable_extensions; do
6609   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6610     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6611     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6612     break 2
6613   fi
6614 done
6615 done
6616 IFS=$as_save_IFS
6617
6618   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6619   ;;
6620 esac
6621 fi
6622 PRELINK=$ac_cv_path_PRELINK
6623 if test -n "$PRELINK"; then
6624   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6625 echo "${ECHO_T}$PRELINK" >&6; }
6626 else
6627   { echo "$as_me:$LINENO: result: no" >&5
6628 echo "${ECHO_T}no" >&6; }
6629 fi
6630
6631
6632     ;;
6633 esac
6634
6635
6636
6637 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6638 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6639 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6640   echo $ECHO_N "(cached) $ECHO_C" >&6
6641 else
6642   ac_check_lib_save_LIBS=$LIBS
6643 LIBS="-li386  $LIBS"
6644 cat >conftest.$ac_ext <<_ACEOF
6645 /* confdefs.h.  */
6646 _ACEOF
6647 cat confdefs.h >>conftest.$ac_ext
6648 cat >>conftest.$ac_ext <<_ACEOF
6649 /* end confdefs.h.  */
6650
6651 /* Override any GCC internal prototype to avoid an error.
6652    Use char because int might match the return type of a GCC
6653    builtin and then its argument prototype would still apply.  */
6654 #ifdef __cplusplus
6655 extern "C"
6656 #endif
6657 char i386_set_ldt ();
6658 int
6659 main ()
6660 {
6661 return i386_set_ldt ();
6662   ;
6663   return 0;
6664 }
6665 _ACEOF
6666 rm -f conftest.$ac_objext conftest$ac_exeext
6667 if { (ac_try="$ac_link"
6668 case "(($ac_try" in
6669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6670   *) ac_try_echo=$ac_try;;
6671 esac
6672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6673   (eval "$ac_link") 2>conftest.er1
6674   ac_status=$?
6675   grep -v '^ *+' conftest.er1 >conftest.err
6676   rm -f conftest.er1
6677   cat conftest.err >&5
6678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6679   (exit $ac_status); } && {
6680          test -z "$ac_c_werror_flag" ||
6681          test ! -s conftest.err
6682        } && test -s conftest$ac_exeext &&
6683        $as_test_x conftest$ac_exeext; then
6684   ac_cv_lib_i386_i386_set_ldt=yes
6685 else
6686   echo "$as_me: failed program was:" >&5
6687 sed 's/^/| /' conftest.$ac_ext >&5
6688
6689         ac_cv_lib_i386_i386_set_ldt=no
6690 fi
6691
6692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6693       conftest$ac_exeext conftest.$ac_ext
6694 LIBS=$ac_check_lib_save_LIBS
6695 fi
6696 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6697 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6698 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6699   cat >>confdefs.h <<_ACEOF
6700 #define HAVE_LIBI386 1
6701 _ACEOF
6702
6703   LIBS="-li386 $LIBS"
6704
6705 fi
6706
6707
6708 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6709 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6710 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6711   echo $ECHO_N "(cached) $ECHO_C" >&6
6712 else
6713   ac_check_lib_save_LIBS=$LIBS
6714 LIBS="-lossaudio  $LIBS"
6715 cat >conftest.$ac_ext <<_ACEOF
6716 /* confdefs.h.  */
6717 _ACEOF
6718 cat confdefs.h >>conftest.$ac_ext
6719 cat >>conftest.$ac_ext <<_ACEOF
6720 /* end confdefs.h.  */
6721
6722 /* Override any GCC internal prototype to avoid an error.
6723    Use char because int might match the return type of a GCC
6724    builtin and then its argument prototype would still apply.  */
6725 #ifdef __cplusplus
6726 extern "C"
6727 #endif
6728 char _oss_ioctl ();
6729 int
6730 main ()
6731 {
6732 return _oss_ioctl ();
6733   ;
6734   return 0;
6735 }
6736 _ACEOF
6737 rm -f conftest.$ac_objext conftest$ac_exeext
6738 if { (ac_try="$ac_link"
6739 case "(($ac_try" in
6740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6741   *) ac_try_echo=$ac_try;;
6742 esac
6743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6744   (eval "$ac_link") 2>conftest.er1
6745   ac_status=$?
6746   grep -v '^ *+' conftest.er1 >conftest.err
6747   rm -f conftest.er1
6748   cat conftest.err >&5
6749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6750   (exit $ac_status); } && {
6751          test -z "$ac_c_werror_flag" ||
6752          test ! -s conftest.err
6753        } && test -s conftest$ac_exeext &&
6754        $as_test_x conftest$ac_exeext; then
6755   ac_cv_lib_ossaudio__oss_ioctl=yes
6756 else
6757   echo "$as_me: failed program was:" >&5
6758 sed 's/^/| /' conftest.$ac_ext >&5
6759
6760         ac_cv_lib_ossaudio__oss_ioctl=no
6761 fi
6762
6763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6764       conftest$ac_exeext conftest.$ac_ext
6765 LIBS=$ac_check_lib_save_LIBS
6766 fi
6767 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6768 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6769 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6770   cat >>confdefs.h <<_ACEOF
6771 #define HAVE_LIBOSSAUDIO 1
6772 _ACEOF
6773
6774   LIBS="-lossaudio $LIBS"
6775
6776 fi
6777
6778 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6779 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6780 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6781   echo $ECHO_N "(cached) $ECHO_C" >&6
6782 else
6783   ac_check_lib_save_LIBS=$LIBS
6784 LIBS="-lpthread  $LIBS"
6785 cat >conftest.$ac_ext <<_ACEOF
6786 /* confdefs.h.  */
6787 _ACEOF
6788 cat confdefs.h >>conftest.$ac_ext
6789 cat >>conftest.$ac_ext <<_ACEOF
6790 /* end confdefs.h.  */
6791
6792 /* Override any GCC internal prototype to avoid an error.
6793    Use char because int might match the return type of a GCC
6794    builtin and then its argument prototype would still apply.  */
6795 #ifdef __cplusplus
6796 extern "C"
6797 #endif
6798 char pthread_create ();
6799 int
6800 main ()
6801 {
6802 return pthread_create ();
6803   ;
6804   return 0;
6805 }
6806 _ACEOF
6807 rm -f conftest.$ac_objext conftest$ac_exeext
6808 if { (ac_try="$ac_link"
6809 case "(($ac_try" in
6810   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6811   *) ac_try_echo=$ac_try;;
6812 esac
6813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6814   (eval "$ac_link") 2>conftest.er1
6815   ac_status=$?
6816   grep -v '^ *+' conftest.er1 >conftest.err
6817   rm -f conftest.er1
6818   cat conftest.err >&5
6819   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6820   (exit $ac_status); } && {
6821          test -z "$ac_c_werror_flag" ||
6822          test ! -s conftest.err
6823        } && test -s conftest$ac_exeext &&
6824        $as_test_x conftest$ac_exeext; then
6825   ac_cv_lib_pthread_pthread_create=yes
6826 else
6827   echo "$as_me: failed program was:" >&5
6828 sed 's/^/| /' conftest.$ac_ext >&5
6829
6830         ac_cv_lib_pthread_pthread_create=no
6831 fi
6832
6833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6834       conftest$ac_exeext conftest.$ac_ext
6835 LIBS=$ac_check_lib_save_LIBS
6836 fi
6837 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6838 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6839 if test $ac_cv_lib_pthread_pthread_create = yes; then
6840   LIBPTHREAD="-lpthread"
6841
6842 fi
6843
6844
6845 XLIB=""
6846
6847 XFILES=""
6848
6849 OPENGLFILES=""
6850
6851 GLU32FILES=""
6852
6853 OPENGL_LIBS=""
6854
6855 QUARTZFILES=""
6856
6857
6858
6859 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6860 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6861 if test "${ac_cv_header_stdc+set}" = set; then
6862   echo $ECHO_N "(cached) $ECHO_C" >&6
6863 else
6864   cat >conftest.$ac_ext <<_ACEOF
6865 /* confdefs.h.  */
6866 _ACEOF
6867 cat confdefs.h >>conftest.$ac_ext
6868 cat >>conftest.$ac_ext <<_ACEOF
6869 /* end confdefs.h.  */
6870 #include <stdlib.h>
6871 #include <stdarg.h>
6872 #include <string.h>
6873 #include <float.h>
6874
6875 int
6876 main ()
6877 {
6878
6879   ;
6880   return 0;
6881 }
6882 _ACEOF
6883 rm -f conftest.$ac_objext
6884 if { (ac_try="$ac_compile"
6885 case "(($ac_try" in
6886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6887   *) ac_try_echo=$ac_try;;
6888 esac
6889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6890   (eval "$ac_compile") 2>conftest.er1
6891   ac_status=$?
6892   grep -v '^ *+' conftest.er1 >conftest.err
6893   rm -f conftest.er1
6894   cat conftest.err >&5
6895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896   (exit $ac_status); } && {
6897          test -z "$ac_c_werror_flag" ||
6898          test ! -s conftest.err
6899        } && test -s conftest.$ac_objext; then
6900   ac_cv_header_stdc=yes
6901 else
6902   echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.$ac_ext >&5
6904
6905         ac_cv_header_stdc=no
6906 fi
6907
6908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6909
6910 if test $ac_cv_header_stdc = yes; then
6911   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6912   cat >conftest.$ac_ext <<_ACEOF
6913 /* confdefs.h.  */
6914 _ACEOF
6915 cat confdefs.h >>conftest.$ac_ext
6916 cat >>conftest.$ac_ext <<_ACEOF
6917 /* end confdefs.h.  */
6918 #include <string.h>
6919
6920 _ACEOF
6921 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6922   $EGREP "memchr" >/dev/null 2>&1; then
6923   :
6924 else
6925   ac_cv_header_stdc=no
6926 fi
6927 rm -f conftest*
6928
6929 fi
6930
6931 if test $ac_cv_header_stdc = yes; then
6932   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6933   cat >conftest.$ac_ext <<_ACEOF
6934 /* confdefs.h.  */
6935 _ACEOF
6936 cat confdefs.h >>conftest.$ac_ext
6937 cat >>conftest.$ac_ext <<_ACEOF
6938 /* end confdefs.h.  */
6939 #include <stdlib.h>
6940
6941 _ACEOF
6942 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6943   $EGREP "free" >/dev/null 2>&1; then
6944   :
6945 else
6946   ac_cv_header_stdc=no
6947 fi
6948 rm -f conftest*
6949
6950 fi
6951
6952 if test $ac_cv_header_stdc = yes; then
6953   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6954   if test "$cross_compiling" = yes; then
6955   :
6956 else
6957   cat >conftest.$ac_ext <<_ACEOF
6958 /* confdefs.h.  */
6959 _ACEOF
6960 cat confdefs.h >>conftest.$ac_ext
6961 cat >>conftest.$ac_ext <<_ACEOF
6962 /* end confdefs.h.  */
6963 #include <ctype.h>
6964 #include <stdlib.h>
6965 #if ((' ' & 0x0FF) == 0x020)
6966 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6967 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6968 #else
6969 # define ISLOWER(c) \
6970                    (('a' <= (c) && (c) <= 'i') \
6971                      || ('j' <= (c) && (c) <= 'r') \
6972                      || ('s' <= (c) && (c) <= 'z'))
6973 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6974 #endif
6975
6976 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6977 int
6978 main ()
6979 {
6980   int i;
6981   for (i = 0; i < 256; i++)
6982     if (XOR (islower (i), ISLOWER (i))
6983         || toupper (i) != TOUPPER (i))
6984       return 2;
6985   return 0;
6986 }
6987 _ACEOF
6988 rm -f conftest$ac_exeext
6989 if { (ac_try="$ac_link"
6990 case "(($ac_try" in
6991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6992   *) ac_try_echo=$ac_try;;
6993 esac
6994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6995   (eval "$ac_link") 2>&5
6996   ac_status=$?
6997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6998   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6999   { (case "(($ac_try" in
7000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7001   *) ac_try_echo=$ac_try;;
7002 esac
7003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7004   (eval "$ac_try") 2>&5
7005   ac_status=$?
7006   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7007   (exit $ac_status); }; }; then
7008   :
7009 else
7010   echo "$as_me: program exited with status $ac_status" >&5
7011 echo "$as_me: failed program was:" >&5
7012 sed 's/^/| /' conftest.$ac_ext >&5
7013
7014 ( exit $ac_status )
7015 ac_cv_header_stdc=no
7016 fi
7017 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7018 fi
7019
7020
7021 fi
7022 fi
7023 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7024 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7025 if test $ac_cv_header_stdc = yes; then
7026
7027 cat >>confdefs.h <<\_ACEOF
7028 #define STDC_HEADERS 1
7029 _ACEOF
7030
7031 fi
7032
7033 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7044                   inttypes.h stdint.h unistd.h
7045 do
7046 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7047 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7048 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7049 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7050   echo $ECHO_N "(cached) $ECHO_C" >&6
7051 else
7052   cat >conftest.$ac_ext <<_ACEOF
7053 /* confdefs.h.  */
7054 _ACEOF
7055 cat confdefs.h >>conftest.$ac_ext
7056 cat >>conftest.$ac_ext <<_ACEOF
7057 /* end confdefs.h.  */
7058 $ac_includes_default
7059
7060 #include <$ac_header>
7061 _ACEOF
7062 rm -f conftest.$ac_objext
7063 if { (ac_try="$ac_compile"
7064 case "(($ac_try" in
7065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7066   *) ac_try_echo=$ac_try;;
7067 esac
7068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7069   (eval "$ac_compile") 2>conftest.er1
7070   ac_status=$?
7071   grep -v '^ *+' conftest.er1 >conftest.err
7072   rm -f conftest.er1
7073   cat conftest.err >&5
7074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7075   (exit $ac_status); } && {
7076          test -z "$ac_c_werror_flag" ||
7077          test ! -s conftest.err
7078        } && test -s conftest.$ac_objext; then
7079   eval "$as_ac_Header=yes"
7080 else
7081   echo "$as_me: failed program was:" >&5
7082 sed 's/^/| /' conftest.$ac_ext >&5
7083
7084         eval "$as_ac_Header=no"
7085 fi
7086
7087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7088 fi
7089 ac_res=`eval echo '${'$as_ac_Header'}'`
7090                { echo "$as_me:$LINENO: result: $ac_res" >&5
7091 echo "${ECHO_T}$ac_res" >&6; }
7092 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7093   cat >>confdefs.h <<_ACEOF
7094 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7095 _ACEOF
7096
7097 fi
7098
7099 done
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
7213 for ac_header in \
7214         AudioUnit/AudioUnit.h \
7215         Carbon/Carbon.h \
7216         CoreAudio/CoreAudio.h \
7217         DiskArbitration/DiskArbitration.h \
7218         IOKit/IOKitLib.h \
7219         alias.h \
7220         alsa/asoundlib.h \
7221         arpa/inet.h \
7222         arpa/nameser.h \
7223         asm/types.h \
7224         capi20.h \
7225         cups/cups.h \
7226         curses.h \
7227         direct.h \
7228         dlfcn.h \
7229         elf.h \
7230         float.h \
7231         fontconfig/fontconfig.h \
7232         getopt.h \
7233         ieeefp.h \
7234         io.h \
7235         jack/jack.h \
7236         jpeglib.h \
7237         lber.h \
7238         lcms.h \
7239         lcms/lcms.h \
7240         ldap.h \
7241         libaudioio.h \
7242         link.h \
7243         linux/cdrom.h \
7244         linux/compiler.h \
7245         linux/hdreg.h \
7246         linux/input.h \
7247         linux/ioctl.h \
7248         linux/joystick.h \
7249         linux/major.h \
7250         linux/param.h \
7251         linux/serial.h \
7252         linux/ucdrom.h \
7253         mach/mach.h \
7254         mach/machine.h \
7255         machine/cpu.h \
7256         machine/limits.h \
7257         machine/soundcard.h \
7258         mntent.h \
7259         ncurses.h \
7260         netdb.h \
7261         netinet/in.h \
7262         netinet/in_systm.h \
7263         netinet/tcp.h \
7264         netinet/tcp_fsm.h \
7265         openssl/err.h \
7266         openssl/ssl.h \
7267         png.h \
7268         poll.h \
7269         process.h \
7270         pthread.h \
7271         pwd.h \
7272         regex.h \
7273         sched.h \
7274         scsi/scsi.h \
7275         scsi/scsi_ioctl.h \
7276         scsi/sg.h \
7277         soundcard.h \
7278         stdint.h \
7279         strings.h \
7280         sys/asoundlib.h \
7281         sys/cdio.h \
7282         sys/elf32.h \
7283         sys/epoll.h \
7284         sys/errno.h \
7285         sys/event.h \
7286         sys/exec_elf.h \
7287         sys/filio.h \
7288         sys/ioctl.h \
7289         sys/ipc.h \
7290         sys/limits.h \
7291         sys/link.h \
7292         sys/lwp.h \
7293         sys/mman.h \
7294         sys/modem.h \
7295         sys/msg.h \
7296         sys/mtio.h \
7297         sys/param.h \
7298         sys/poll.h \
7299         sys/prctl.h \
7300         sys/ptrace.h \
7301         sys/reg.h \
7302         sys/resource.h \
7303         sys/scsiio.h \
7304         sys/shm.h \
7305         sys/signal.h \
7306         sys/socket.h \
7307         sys/socketvar.h \
7308         sys/sockio.h \
7309         sys/soundcard.h \
7310         sys/statvfs.h \
7311         sys/strtio.h \
7312         sys/syscall.h \
7313         sys/sysctl.h \
7314         sys/time.h \
7315         sys/times.h \
7316         sys/uio.h \
7317         sys/un.h \
7318         sys/vm86.h \
7319         sys/wait.h \
7320         syscall.h \
7321         termios.h \
7322         unistd.h \
7323         utime.h \
7324         valgrind/memcheck.h
7325
7326 do
7327 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7328 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7329   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7330 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7331 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7332   echo $ECHO_N "(cached) $ECHO_C" >&6
7333 fi
7334 ac_res=`eval echo '${'$as_ac_Header'}'`
7335                { echo "$as_me:$LINENO: result: $ac_res" >&5
7336 echo "${ECHO_T}$ac_res" >&6; }
7337 else
7338   # Is the header compilable?
7339 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7340 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7341 cat >conftest.$ac_ext <<_ACEOF
7342 /* confdefs.h.  */
7343 _ACEOF
7344 cat confdefs.h >>conftest.$ac_ext
7345 cat >>conftest.$ac_ext <<_ACEOF
7346 /* end confdefs.h.  */
7347 $ac_includes_default
7348 #include <$ac_header>
7349 _ACEOF
7350 rm -f conftest.$ac_objext
7351 if { (ac_try="$ac_compile"
7352 case "(($ac_try" in
7353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7354   *) ac_try_echo=$ac_try;;
7355 esac
7356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7357   (eval "$ac_compile") 2>conftest.er1
7358   ac_status=$?
7359   grep -v '^ *+' conftest.er1 >conftest.err
7360   rm -f conftest.er1
7361   cat conftest.err >&5
7362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363   (exit $ac_status); } && {
7364          test -z "$ac_c_werror_flag" ||
7365          test ! -s conftest.err
7366        } && test -s conftest.$ac_objext; then
7367   ac_header_compiler=yes
7368 else
7369   echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7371
7372         ac_header_compiler=no
7373 fi
7374
7375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7376 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7377 echo "${ECHO_T}$ac_header_compiler" >&6; }
7378
7379 # Is the header present?
7380 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7381 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7382 cat >conftest.$ac_ext <<_ACEOF
7383 /* confdefs.h.  */
7384 _ACEOF
7385 cat confdefs.h >>conftest.$ac_ext
7386 cat >>conftest.$ac_ext <<_ACEOF
7387 /* end confdefs.h.  */
7388 #include <$ac_header>
7389 _ACEOF
7390 if { (ac_try="$ac_cpp conftest.$ac_ext"
7391 case "(($ac_try" in
7392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7393   *) ac_try_echo=$ac_try;;
7394 esac
7395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7396   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7397   ac_status=$?
7398   grep -v '^ *+' conftest.er1 >conftest.err
7399   rm -f conftest.er1
7400   cat conftest.err >&5
7401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7402   (exit $ac_status); } >/dev/null && {
7403          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7404          test ! -s conftest.err
7405        }; then
7406   ac_header_preproc=yes
7407 else
7408   echo "$as_me: failed program was:" >&5
7409 sed 's/^/| /' conftest.$ac_ext >&5
7410
7411   ac_header_preproc=no
7412 fi
7413
7414 rm -f conftest.err conftest.$ac_ext
7415 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7416 echo "${ECHO_T}$ac_header_preproc" >&6; }
7417
7418 # So?  What about this header?
7419 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7420   yes:no: )
7421     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7422 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7423     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7424 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7425     ac_header_preproc=yes
7426     ;;
7427   no:yes:* )
7428     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7429 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7430     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7431 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7432     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7433 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7434     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7435 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7436     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7437 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7438     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7439 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7440     ( cat <<\_ASBOX
7441 ## ------------------------------------ ##
7442 ## Report this to wine-devel@winehq.org ##
7443 ## ------------------------------------ ##
7444 _ASBOX
7445      ) | sed "s/^/$as_me: WARNING:     /" >&2
7446     ;;
7447 esac
7448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7451   echo $ECHO_N "(cached) $ECHO_C" >&6
7452 else
7453   eval "$as_ac_Header=\$ac_header_preproc"
7454 fi
7455 ac_res=`eval echo '${'$as_ac_Header'}'`
7456                { echo "$as_me:$LINENO: result: $ac_res" >&5
7457 echo "${ECHO_T}$ac_res" >&6; }
7458
7459 fi
7460 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7461   cat >>confdefs.h <<_ACEOF
7462 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7463 _ACEOF
7464
7465 fi
7466
7467 done
7468
7469 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7470 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7471 if test "${ac_cv_header_stat_broken+set}" = set; then
7472   echo $ECHO_N "(cached) $ECHO_C" >&6
7473 else
7474   cat >conftest.$ac_ext <<_ACEOF
7475 /* confdefs.h.  */
7476 _ACEOF
7477 cat confdefs.h >>conftest.$ac_ext
7478 cat >>conftest.$ac_ext <<_ACEOF
7479 /* end confdefs.h.  */
7480 #include <sys/types.h>
7481 #include <sys/stat.h>
7482
7483 #if defined S_ISBLK && defined S_IFDIR
7484 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7485 #endif
7486
7487 #if defined S_ISBLK && defined S_IFCHR
7488 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7489 #endif
7490
7491 #if defined S_ISLNK && defined S_IFREG
7492 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7493 #endif
7494
7495 #if defined S_ISSOCK && defined S_IFREG
7496 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7497 #endif
7498
7499 _ACEOF
7500 rm -f conftest.$ac_objext
7501 if { (ac_try="$ac_compile"
7502 case "(($ac_try" in
7503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7504   *) ac_try_echo=$ac_try;;
7505 esac
7506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7507   (eval "$ac_compile") 2>conftest.er1
7508   ac_status=$?
7509   grep -v '^ *+' conftest.er1 >conftest.err
7510   rm -f conftest.er1
7511   cat conftest.err >&5
7512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7513   (exit $ac_status); } && {
7514          test -z "$ac_c_werror_flag" ||
7515          test ! -s conftest.err
7516        } && test -s conftest.$ac_objext; then
7517   ac_cv_header_stat_broken=no
7518 else
7519   echo "$as_me: failed program was:" >&5
7520 sed 's/^/| /' conftest.$ac_ext >&5
7521
7522         ac_cv_header_stat_broken=yes
7523 fi
7524
7525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7526 fi
7527 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7528 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7529 if test $ac_cv_header_stat_broken = yes; then
7530
7531 cat >>confdefs.h <<\_ACEOF
7532 #define STAT_MACROS_BROKEN 1
7533 _ACEOF
7534
7535 fi
7536
7537
7538
7539
7540
7541
7542
7543 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7544 do
7545 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7546 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7547 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7548 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7549   echo $ECHO_N "(cached) $ECHO_C" >&6
7550 else
7551   cat >conftest.$ac_ext <<_ACEOF
7552 /* confdefs.h.  */
7553 _ACEOF
7554 cat confdefs.h >>conftest.$ac_ext
7555 cat >>conftest.$ac_ext <<_ACEOF
7556 /* end confdefs.h.  */
7557 #include <sys/types.h>
7558      #ifdef HAVE_SYS_PARAM_H
7559      # include <sys/param.h>
7560      #endif
7561
7562 #include <$ac_header>
7563 _ACEOF
7564 rm -f conftest.$ac_objext
7565 if { (ac_try="$ac_compile"
7566 case "(($ac_try" in
7567   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568   *) ac_try_echo=$ac_try;;
7569 esac
7570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7571   (eval "$ac_compile") 2>conftest.er1
7572   ac_status=$?
7573   grep -v '^ *+' conftest.er1 >conftest.err
7574   rm -f conftest.er1
7575   cat conftest.err >&5
7576   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577   (exit $ac_status); } && {
7578          test -z "$ac_c_werror_flag" ||
7579          test ! -s conftest.err
7580        } && test -s conftest.$ac_objext; then
7581   eval "$as_ac_Header=yes"
7582 else
7583   echo "$as_me: failed program was:" >&5
7584 sed 's/^/| /' conftest.$ac_ext >&5
7585
7586         eval "$as_ac_Header=no"
7587 fi
7588
7589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7590 fi
7591 ac_res=`eval echo '${'$as_ac_Header'}'`
7592                { echo "$as_me:$LINENO: result: $ac_res" >&5
7593 echo "${ECHO_T}$ac_res" >&6; }
7594 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7595   cat >>confdefs.h <<_ACEOF
7596 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7597 _ACEOF
7598
7599 fi
7600
7601 done
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616 for ac_header in \
7617         netinet/ip.h \
7618         net/if.h \
7619         net/if_arp.h \
7620         net/if_dl.h \
7621         net/if_types.h \
7622         net/route.h \
7623         netinet/if_ether.h \
7624         netinet/in_pcb.h \
7625         netinet/ip_icmp.h \
7626         netinet/ip_var.h \
7627         netinet/udp.h \
7628         netipx/ipx.h \
7629
7630 do
7631 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7632 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7633 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7634 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7635   echo $ECHO_N "(cached) $ECHO_C" >&6
7636 else
7637   cat >conftest.$ac_ext <<_ACEOF
7638 /* confdefs.h.  */
7639 _ACEOF
7640 cat confdefs.h >>conftest.$ac_ext
7641 cat >>conftest.$ac_ext <<_ACEOF
7642 /* end confdefs.h.  */
7643 #include <sys/types.h>
7644      #ifdef HAVE_SYS_SOCKET_H
7645      # include <sys/socket.h>
7646      #endif
7647      #ifdef HAVE_SYS_SOCKETVAR_H
7648      # include <sys/socketvar.h>
7649      #endif
7650      #ifdef HAVE_NETINET_IN_H
7651      # include <netinet/in.h>
7652      #endif
7653      #ifdef HAVE_NETINET_IP_H
7654      # include <netinet/ip.h>
7655      #endif
7656
7657 #include <$ac_header>
7658 _ACEOF
7659 rm -f conftest.$ac_objext
7660 if { (ac_try="$ac_compile"
7661 case "(($ac_try" in
7662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7663   *) ac_try_echo=$ac_try;;
7664 esac
7665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7666   (eval "$ac_compile") 2>conftest.er1
7667   ac_status=$?
7668   grep -v '^ *+' conftest.er1 >conftest.err
7669   rm -f conftest.er1
7670   cat conftest.err >&5
7671   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7672   (exit $ac_status); } && {
7673          test -z "$ac_c_werror_flag" ||
7674          test ! -s conftest.err
7675        } && test -s conftest.$ac_objext; then
7676   eval "$as_ac_Header=yes"
7677 else
7678   echo "$as_me: failed program was:" >&5
7679 sed 's/^/| /' conftest.$ac_ext >&5
7680
7681         eval "$as_ac_Header=no"
7682 fi
7683
7684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7685 fi
7686 ac_res=`eval echo '${'$as_ac_Header'}'`
7687                { echo "$as_me:$LINENO: result: $ac_res" >&5
7688 echo "${ECHO_T}$ac_res" >&6; }
7689 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7690   cat >>confdefs.h <<_ACEOF
7691 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7692 _ACEOF
7693
7694 fi
7695
7696 done
7697
7698
7699
7700
7701
7702
7703 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7704 do
7705 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7706 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7707 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7708 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7709   echo $ECHO_N "(cached) $ECHO_C" >&6
7710 else
7711   cat >conftest.$ac_ext <<_ACEOF
7712 /* confdefs.h.  */
7713 _ACEOF
7714 cat confdefs.h >>conftest.$ac_ext
7715 cat >>conftest.$ac_ext <<_ACEOF
7716 /* end confdefs.h.  */
7717 #include <sys/types.h>
7718      #ifdef HAVE_ALIAS_H
7719      # include <alias.h>
7720      #endif
7721      #ifdef HAVE_SYS_SOCKET_H
7722      # include <sys/socket.h>
7723      #endif
7724      #ifdef HAVE_SYS_SOCKETVAR_H
7725      # include <sys/socketvar.h>
7726      #endif
7727      #ifdef HAVE_NETINET_IN_H
7728      # include <netinet/in.h>
7729      #endif
7730      #ifdef HAVE_NETINET_IP_H
7731      # include <netinet/ip.h>
7732      #endif
7733      #ifdef HAVE_NETINET_IP_VAR_H
7734      # include <netinet/ip_var.h>
7735      #endif
7736      #ifdef HAVE_NETINET_IP_ICMP_H
7737      # include <netinet/ip_icmp.h>
7738      #endif
7739      #ifdef HAVE_NETINET_UDP_H
7740      # include <netinet/udp.h>
7741      #endif
7742      #ifdef HAVE_NETINET_TCP_H
7743      # include <netinet/tcp.h>
7744      #endif
7745
7746 #include <$ac_header>
7747 _ACEOF
7748 rm -f conftest.$ac_objext
7749 if { (ac_try="$ac_compile"
7750 case "(($ac_try" in
7751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7752   *) ac_try_echo=$ac_try;;
7753 esac
7754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7755   (eval "$ac_compile") 2>conftest.er1
7756   ac_status=$?
7757   grep -v '^ *+' conftest.er1 >conftest.err
7758   rm -f conftest.er1
7759   cat conftest.err >&5
7760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761   (exit $ac_status); } && {
7762          test -z "$ac_c_werror_flag" ||
7763          test ! -s conftest.err
7764        } && test -s conftest.$ac_objext; then
7765   eval "$as_ac_Header=yes"
7766 else
7767   echo "$as_me: failed program was:" >&5
7768 sed 's/^/| /' conftest.$ac_ext >&5
7769
7770         eval "$as_ac_Header=no"
7771 fi
7772
7773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7774 fi
7775 ac_res=`eval echo '${'$as_ac_Header'}'`
7776                { echo "$as_me:$LINENO: result: $ac_res" >&5
7777 echo "${ECHO_T}$ac_res" >&6; }
7778 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7779   cat >>confdefs.h <<_ACEOF
7780 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7781 _ACEOF
7782
7783 fi
7784
7785 done
7786
7787
7788
7789 for ac_header in linux/ipx.h
7790 do
7791 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7792 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7795   echo $ECHO_N "(cached) $ECHO_C" >&6
7796 else
7797   cat >conftest.$ac_ext <<_ACEOF
7798 /* confdefs.h.  */
7799 _ACEOF
7800 cat confdefs.h >>conftest.$ac_ext
7801 cat >>conftest.$ac_ext <<_ACEOF
7802 /* end confdefs.h.  */
7803 #include <sys/types.h>
7804      #ifdef HAVE_ASM_TYPES_H
7805      # include <asm/types.h>
7806      #endif
7807      #ifdef HAVE_SYS_SOCKET_H
7808      # include <sys/socket.h>
7809      #endif
7810
7811 #include <$ac_header>
7812 _ACEOF
7813 rm -f conftest.$ac_objext
7814 if { (ac_try="$ac_compile"
7815 case "(($ac_try" in
7816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7817   *) ac_try_echo=$ac_try;;
7818 esac
7819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7820   (eval "$ac_compile") 2>conftest.er1
7821   ac_status=$?
7822   grep -v '^ *+' conftest.er1 >conftest.err
7823   rm -f conftest.er1
7824   cat conftest.err >&5
7825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826   (exit $ac_status); } && {
7827          test -z "$ac_c_werror_flag" ||
7828          test ! -s conftest.err
7829        } && test -s conftest.$ac_objext; then
7830   eval "$as_ac_Header=yes"
7831 else
7832   echo "$as_me: failed program was:" >&5
7833 sed 's/^/| /' conftest.$ac_ext >&5
7834
7835         eval "$as_ac_Header=no"
7836 fi
7837
7838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7839 fi
7840 ac_res=`eval echo '${'$as_ac_Header'}'`
7841                { echo "$as_me:$LINENO: result: $ac_res" >&5
7842 echo "${ECHO_T}$ac_res" >&6; }
7843 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7844   cat >>confdefs.h <<_ACEOF
7845 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7846 _ACEOF
7847
7848 fi
7849
7850 done
7851
7852
7853
7854 for ac_header in resolv.h
7855 do
7856 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7857 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7858 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7859 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7860   echo $ECHO_N "(cached) $ECHO_C" >&6
7861 else
7862   cat >conftest.$ac_ext <<_ACEOF
7863 /* confdefs.h.  */
7864 _ACEOF
7865 cat confdefs.h >>conftest.$ac_ext
7866 cat >>conftest.$ac_ext <<_ACEOF
7867 /* end confdefs.h.  */
7868 #include <sys/types.h>
7869      #ifdef HAVE_SYS_SOCKET_H
7870      # include <sys/socket.h>
7871      #endif
7872      #ifdef HAVE_NETINET_IN_H
7873      # include <netinet/in.h>
7874      #endif
7875      #ifdef HAVE_ARPA_NAMESER_H
7876      # include <arpa/nameser.h>
7877      #endif
7878
7879 #include <$ac_header>
7880 _ACEOF
7881 rm -f conftest.$ac_objext
7882 if { (ac_try="$ac_compile"
7883 case "(($ac_try" in
7884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7885   *) ac_try_echo=$ac_try;;
7886 esac
7887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7888   (eval "$ac_compile") 2>conftest.er1
7889   ac_status=$?
7890   grep -v '^ *+' conftest.er1 >conftest.err
7891   rm -f conftest.er1
7892   cat conftest.err >&5
7893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7894   (exit $ac_status); } && {
7895          test -z "$ac_c_werror_flag" ||
7896          test ! -s conftest.err
7897        } && test -s conftest.$ac_objext; then
7898   eval "$as_ac_Header=yes"
7899 else
7900   echo "$as_me: failed program was:" >&5
7901 sed 's/^/| /' conftest.$ac_ext >&5
7902
7903         eval "$as_ac_Header=no"
7904 fi
7905
7906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7907 fi
7908 ac_res=`eval echo '${'$as_ac_Header'}'`
7909                { echo "$as_me:$LINENO: result: $ac_res" >&5
7910 echo "${ECHO_T}$ac_res" >&6; }
7911 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7912   cat >>confdefs.h <<_ACEOF
7913 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7914 _ACEOF
7915
7916 fi
7917
7918 done
7919
7920
7921
7922 for ac_header in ucontext.h
7923 do
7924 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7925 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7926 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7927 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7928   echo $ECHO_N "(cached) $ECHO_C" >&6
7929 else
7930   cat >conftest.$ac_ext <<_ACEOF
7931 /* confdefs.h.  */
7932 _ACEOF
7933 cat confdefs.h >>conftest.$ac_ext
7934 cat >>conftest.$ac_ext <<_ACEOF
7935 /* end confdefs.h.  */
7936 #include <signal.h>
7937
7938 #include <$ac_header>
7939 _ACEOF
7940 rm -f conftest.$ac_objext
7941 if { (ac_try="$ac_compile"
7942 case "(($ac_try" in
7943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7944   *) ac_try_echo=$ac_try;;
7945 esac
7946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7947   (eval "$ac_compile") 2>conftest.er1
7948   ac_status=$?
7949   grep -v '^ *+' conftest.er1 >conftest.err
7950   rm -f conftest.er1
7951   cat conftest.err >&5
7952   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953   (exit $ac_status); } && {
7954          test -z "$ac_c_werror_flag" ||
7955          test ! -s conftest.err
7956        } && test -s conftest.$ac_objext; then
7957   eval "$as_ac_Header=yes"
7958 else
7959   echo "$as_me: failed program was:" >&5
7960 sed 's/^/| /' conftest.$ac_ext >&5
7961
7962         eval "$as_ac_Header=no"
7963 fi
7964
7965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7966 fi
7967 ac_res=`eval echo '${'$as_ac_Header'}'`
7968                { echo "$as_me:$LINENO: result: $ac_res" >&5
7969 echo "${ECHO_T}$ac_res" >&6; }
7970 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7971   cat >>confdefs.h <<_ACEOF
7972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7973 _ACEOF
7974
7975 fi
7976
7977 done
7978
7979
7980
7981 for ac_header in sys/thr.h
7982 do
7983 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7984 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7985 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7986 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7987   echo $ECHO_N "(cached) $ECHO_C" >&6
7988 else
7989   cat >conftest.$ac_ext <<_ACEOF
7990 /* confdefs.h.  */
7991 _ACEOF
7992 cat confdefs.h >>conftest.$ac_ext
7993 cat >>conftest.$ac_ext <<_ACEOF
7994 /* end confdefs.h.  */
7995 #include <sys/types.h>
7996 #ifdef HAVE_UCONTEXT_H
7997 #include <ucontext.h>
7998 #endif
7999
8000 #include <$ac_header>
8001 _ACEOF
8002 rm -f conftest.$ac_objext
8003 if { (ac_try="$ac_compile"
8004 case "(($ac_try" in
8005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8006   *) ac_try_echo=$ac_try;;
8007 esac
8008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8009   (eval "$ac_compile") 2>conftest.er1
8010   ac_status=$?
8011   grep -v '^ *+' conftest.er1 >conftest.err
8012   rm -f conftest.er1
8013   cat conftest.err >&5
8014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8015   (exit $ac_status); } && {
8016          test -z "$ac_c_werror_flag" ||
8017          test ! -s conftest.err
8018        } && test -s conftest.$ac_objext; then
8019   eval "$as_ac_Header=yes"
8020 else
8021   echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8023
8024         eval "$as_ac_Header=no"
8025 fi
8026
8027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8028 fi
8029 ac_res=`eval echo '${'$as_ac_Header'}'`
8030                { echo "$as_me:$LINENO: result: $ac_res" >&5
8031 echo "${ECHO_T}$ac_res" >&6; }
8032 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8033   cat >>confdefs.h <<_ACEOF
8034 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8035 _ACEOF
8036
8037 fi
8038
8039 done
8040
8041
8042
8043 for ac_header in pthread_np.h
8044 do
8045 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8049   echo $ECHO_N "(cached) $ECHO_C" >&6
8050 else
8051   cat >conftest.$ac_ext <<_ACEOF
8052 /* confdefs.h.  */
8053 _ACEOF
8054 cat confdefs.h >>conftest.$ac_ext
8055 cat >>conftest.$ac_ext <<_ACEOF
8056 /* end confdefs.h.  */
8057 #ifdef HAVE_PTHREAD_H
8058 #include <pthread.h>
8059 #endif
8060
8061 #include <$ac_header>
8062 _ACEOF
8063 rm -f conftest.$ac_objext
8064 if { (ac_try="$ac_compile"
8065 case "(($ac_try" in
8066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8067   *) ac_try_echo=$ac_try;;
8068 esac
8069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8070   (eval "$ac_compile") 2>conftest.er1
8071   ac_status=$?
8072   grep -v '^ *+' conftest.er1 >conftest.err
8073   rm -f conftest.er1
8074   cat conftest.err >&5
8075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8076   (exit $ac_status); } && {
8077          test -z "$ac_c_werror_flag" ||
8078          test ! -s conftest.err
8079        } && test -s conftest.$ac_objext; then
8080   eval "$as_ac_Header=yes"
8081 else
8082   echo "$as_me: failed program was:" >&5
8083 sed 's/^/| /' conftest.$ac_ext >&5
8084
8085         eval "$as_ac_Header=no"
8086 fi
8087
8088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8089 fi
8090 ac_res=`eval echo '${'$as_ac_Header'}'`
8091                { echo "$as_me:$LINENO: result: $ac_res" >&5
8092 echo "${ECHO_T}$ac_res" >&6; }
8093 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8094   cat >>confdefs.h <<_ACEOF
8095 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8096 _ACEOF
8097
8098 fi
8099
8100 done
8101
8102
8103
8104 for ac_header in linux/videodev.h
8105 do
8106 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8107 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8108 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8109 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8110   echo $ECHO_N "(cached) $ECHO_C" >&6
8111 else
8112   cat >conftest.$ac_ext <<_ACEOF
8113 /* confdefs.h.  */
8114 _ACEOF
8115 cat confdefs.h >>conftest.$ac_ext
8116 cat >>conftest.$ac_ext <<_ACEOF
8117 /* end confdefs.h.  */
8118 #ifdef HAVE_SYS_TIME_H
8119 #include <sys/time.h>
8120 #endif
8121 #include <sys/types.h>
8122 #ifdef HAVE_ASM_TYPES_H
8123 #include <asm/types.h>
8124 #endif
8125
8126 #include <$ac_header>
8127 _ACEOF
8128 rm -f conftest.$ac_objext
8129 if { (ac_try="$ac_compile"
8130 case "(($ac_try" in
8131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8132   *) ac_try_echo=$ac_try;;
8133 esac
8134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8135   (eval "$ac_compile") 2>conftest.er1
8136   ac_status=$?
8137   grep -v '^ *+' conftest.er1 >conftest.err
8138   rm -f conftest.er1
8139   cat conftest.err >&5
8140   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8141   (exit $ac_status); } && {
8142          test -z "$ac_c_werror_flag" ||
8143          test ! -s conftest.err
8144        } && test -s conftest.$ac_objext; then
8145   eval "$as_ac_Header=yes"
8146 else
8147   echo "$as_me: failed program was:" >&5
8148 sed 's/^/| /' conftest.$ac_ext >&5
8149
8150         eval "$as_ac_Header=no"
8151 fi
8152
8153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8154 fi
8155 ac_res=`eval echo '${'$as_ac_Header'}'`
8156                { echo "$as_me:$LINENO: result: $ac_res" >&5
8157 echo "${ECHO_T}$ac_res" >&6; }
8158 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8159   cat >>confdefs.h <<_ACEOF
8160 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8161 _ACEOF
8162
8163 fi
8164
8165 done
8166
8167
8168
8169 for ac_header in linux/capi.h
8170 do
8171 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8172 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8174 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8175   echo $ECHO_N "(cached) $ECHO_C" >&6
8176 else
8177   cat >conftest.$ac_ext <<_ACEOF
8178 /* confdefs.h.  */
8179 _ACEOF
8180 cat confdefs.h >>conftest.$ac_ext
8181 cat >>conftest.$ac_ext <<_ACEOF
8182 /* end confdefs.h.  */
8183 #define __user
8184
8185 #include <$ac_header>
8186 _ACEOF
8187 rm -f conftest.$ac_objext
8188 if { (ac_try="$ac_compile"
8189 case "(($ac_try" in
8190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8191   *) ac_try_echo=$ac_try;;
8192 esac
8193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8194   (eval "$ac_compile") 2>conftest.er1
8195   ac_status=$?
8196   grep -v '^ *+' conftest.er1 >conftest.err
8197   rm -f conftest.er1
8198   cat conftest.err >&5
8199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200   (exit $ac_status); } && {
8201          test -z "$ac_c_werror_flag" ||
8202          test ! -s conftest.err
8203        } && test -s conftest.$ac_objext; then
8204   eval "$as_ac_Header=yes"
8205 else
8206   echo "$as_me: failed program was:" >&5
8207 sed 's/^/| /' conftest.$ac_ext >&5
8208
8209         eval "$as_ac_Header=no"
8210 fi
8211
8212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8213 fi
8214 ac_res=`eval echo '${'$as_ac_Header'}'`
8215                { echo "$as_me:$LINENO: result: $ac_res" >&5
8216 echo "${ECHO_T}$ac_res" >&6; }
8217 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8218   cat >>confdefs.h <<_ACEOF
8219 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8220 _ACEOF
8221
8222 fi
8223
8224 done
8225
8226
8227
8228 DLLEXT=""
8229
8230 DLLFLAGS="-D_REENTRANT"
8231
8232 LDSHARED=""
8233
8234 LDDLLFLAGS=""
8235
8236 LIBEXT="so"
8237
8238 IMPLIBEXT="def"
8239
8240 LDRPATH_INSTALL=""
8241
8242 LDRPATH_LOCAL=""
8243
8244 # Extract the first word of "ldd", so it can be a program name with args.
8245 set dummy ldd; ac_word=$2
8246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8248 if test "${ac_cv_path_LDD+set}" = set; then
8249   echo $ECHO_N "(cached) $ECHO_C" >&6
8250 else
8251   case $LDD in
8252   [\\/]* | ?:[\\/]*)
8253   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8254   ;;
8255   *)
8256   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8257 as_dummy="/sbin:/usr/sbin:$PATH"
8258 for as_dir in $as_dummy
8259 do
8260   IFS=$as_save_IFS
8261   test -z "$as_dir" && as_dir=.
8262   for ac_exec_ext in '' $ac_executable_extensions; do
8263   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8264     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8265     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8266     break 2
8267   fi
8268 done
8269 done
8270 IFS=$as_save_IFS
8271
8272   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8273   ;;
8274 esac
8275 fi
8276 LDD=$ac_cv_path_LDD
8277 if test -n "$LDD"; then
8278   { echo "$as_me:$LINENO: result: $LDD" >&5
8279 echo "${ECHO_T}$LDD" >&6; }
8280 else
8281   { echo "$as_me:$LINENO: result: no" >&5
8282 echo "${ECHO_T}no" >&6; }
8283 fi
8284
8285
8286
8287 case $host_os in
8288   cygwin*|mingw32*)
8289     if test -n "$ac_tool_prefix"; then
8290   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8291 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8292 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8294 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8295   echo $ECHO_N "(cached) $ECHO_C" >&6
8296 else
8297   if test -n "$DLLTOOL"; then
8298   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8299 else
8300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8301 for as_dir in $PATH
8302 do
8303   IFS=$as_save_IFS
8304   test -z "$as_dir" && as_dir=.
8305   for ac_exec_ext in '' $ac_executable_extensions; do
8306   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8307     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8308     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8309     break 2
8310   fi
8311 done
8312 done
8313 IFS=$as_save_IFS
8314
8315 fi
8316 fi
8317 DLLTOOL=$ac_cv_prog_DLLTOOL
8318 if test -n "$DLLTOOL"; then
8319   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8320 echo "${ECHO_T}$DLLTOOL" >&6; }
8321 else
8322   { echo "$as_me:$LINENO: result: no" >&5
8323 echo "${ECHO_T}no" >&6; }
8324 fi
8325
8326
8327 fi
8328 if test -z "$ac_cv_prog_DLLTOOL"; then
8329   ac_ct_DLLTOOL=$DLLTOOL
8330   # Extract the first word of "dlltool", so it can be a program name with args.
8331 set dummy dlltool; ac_word=$2
8332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8334 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8335   echo $ECHO_N "(cached) $ECHO_C" >&6
8336 else
8337   if test -n "$ac_ct_DLLTOOL"; then
8338   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8339 else
8340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8341 for as_dir in $PATH
8342 do
8343   IFS=$as_save_IFS
8344   test -z "$as_dir" && as_dir=.
8345   for ac_exec_ext in '' $ac_executable_extensions; do
8346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8347     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8348     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8349     break 2
8350   fi
8351 done
8352 done
8353 IFS=$as_save_IFS
8354
8355 fi
8356 fi
8357 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8358 if test -n "$ac_ct_DLLTOOL"; then
8359   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8360 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8361 else
8362   { echo "$as_me:$LINENO: result: no" >&5
8363 echo "${ECHO_T}no" >&6; }
8364 fi
8365
8366   if test "x$ac_ct_DLLTOOL" = x; then
8367     DLLTOOL="false"
8368   else
8369     case $cross_compiling:$ac_tool_warned in
8370 yes:)
8371 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8372 whose name does not start with the host triplet.  If you think this
8373 configuration is useful to you, please write to autoconf@gnu.org." >&5
8374 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8375 whose name does not start with the host triplet.  If you think this
8376 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8377 ac_tool_warned=yes ;;
8378 esac
8379     DLLTOOL=$ac_ct_DLLTOOL
8380   fi
8381 else
8382   DLLTOOL="$ac_cv_prog_DLLTOOL"
8383 fi
8384
8385     if test -n "$ac_tool_prefix"; then
8386   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8387 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8390 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8391   echo $ECHO_N "(cached) $ECHO_C" >&6
8392 else
8393   if test -n "$DLLWRAP"; then
8394   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8395 else
8396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8397 for as_dir in $PATH
8398 do
8399   IFS=$as_save_IFS
8400   test -z "$as_dir" && as_dir=.
8401   for ac_exec_ext in '' $ac_executable_extensions; do
8402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8403     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8404     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8405     break 2
8406   fi
8407 done
8408 done
8409 IFS=$as_save_IFS
8410
8411 fi
8412 fi
8413 DLLWRAP=$ac_cv_prog_DLLWRAP
8414 if test -n "$DLLWRAP"; then
8415   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8416 echo "${ECHO_T}$DLLWRAP" >&6; }
8417 else
8418   { echo "$as_me:$LINENO: result: no" >&5
8419 echo "${ECHO_T}no" >&6; }
8420 fi
8421
8422
8423 fi
8424 if test -z "$ac_cv_prog_DLLWRAP"; then
8425   ac_ct_DLLWRAP=$DLLWRAP
8426   # Extract the first word of "dllwrap", so it can be a program name with args.
8427 set dummy dllwrap; ac_word=$2
8428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8430 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8431   echo $ECHO_N "(cached) $ECHO_C" >&6
8432 else
8433   if test -n "$ac_ct_DLLWRAP"; then
8434   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8435 else
8436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8437 for as_dir in $PATH
8438 do
8439   IFS=$as_save_IFS
8440   test -z "$as_dir" && as_dir=.
8441   for ac_exec_ext in '' $ac_executable_extensions; do
8442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8443     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8444     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8445     break 2
8446   fi
8447 done
8448 done
8449 IFS=$as_save_IFS
8450
8451 fi
8452 fi
8453 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8454 if test -n "$ac_ct_DLLWRAP"; then
8455   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8456 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8457 else
8458   { echo "$as_me:$LINENO: result: no" >&5
8459 echo "${ECHO_T}no" >&6; }
8460 fi
8461
8462   if test "x$ac_ct_DLLWRAP" = x; then
8463     DLLWRAP="false"
8464   else
8465     case $cross_compiling:$ac_tool_warned in
8466 yes:)
8467 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8468 whose name does not start with the host triplet.  If you think this
8469 configuration is useful to you, please write to autoconf@gnu.org." >&5
8470 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8471 whose name does not start with the host triplet.  If you think this
8472 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8473 ac_tool_warned=yes ;;
8474 esac
8475     DLLWRAP=$ac_ct_DLLWRAP
8476   fi
8477 else
8478   DLLWRAP="$ac_cv_prog_DLLWRAP"
8479 fi
8480
8481     if test -n "$ac_tool_prefix"; then
8482   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8483 set dummy ${ac_tool_prefix}ar; ac_word=$2
8484 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8485 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8486 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8487   echo $ECHO_N "(cached) $ECHO_C" >&6
8488 else
8489   if test -n "$MINGWAR"; then
8490   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8491 else
8492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8493 for as_dir in $PATH
8494 do
8495   IFS=$as_save_IFS
8496   test -z "$as_dir" && as_dir=.
8497   for ac_exec_ext in '' $ac_executable_extensions; do
8498   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8499     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8500     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8501     break 2
8502   fi
8503 done
8504 done
8505 IFS=$as_save_IFS
8506
8507 fi
8508 fi
8509 MINGWAR=$ac_cv_prog_MINGWAR
8510 if test -n "$MINGWAR"; then
8511   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8512 echo "${ECHO_T}$MINGWAR" >&6; }
8513 else
8514   { echo "$as_me:$LINENO: result: no" >&5
8515 echo "${ECHO_T}no" >&6; }
8516 fi
8517
8518
8519 fi
8520 if test -z "$ac_cv_prog_MINGWAR"; then
8521   ac_ct_MINGWAR=$MINGWAR
8522   # Extract the first word of "ar", so it can be a program name with args.
8523 set dummy ar; ac_word=$2
8524 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8526 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8527   echo $ECHO_N "(cached) $ECHO_C" >&6
8528 else
8529   if test -n "$ac_ct_MINGWAR"; then
8530   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8531 else
8532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8533 for as_dir in $PATH
8534 do
8535   IFS=$as_save_IFS
8536   test -z "$as_dir" && as_dir=.
8537   for ac_exec_ext in '' $ac_executable_extensions; do
8538   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8539     ac_cv_prog_ac_ct_MINGWAR="ar"
8540     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8541     break 2
8542   fi
8543 done
8544 done
8545 IFS=$as_save_IFS
8546
8547 fi
8548 fi
8549 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8550 if test -n "$ac_ct_MINGWAR"; then
8551   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8552 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8553 else
8554   { echo "$as_me:$LINENO: result: no" >&5
8555 echo "${ECHO_T}no" >&6; }
8556 fi
8557
8558   if test "x$ac_ct_MINGWAR" = x; then
8559     MINGWAR="false"
8560   else
8561     case $cross_compiling:$ac_tool_warned in
8562 yes:)
8563 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8564 whose name does not start with the host triplet.  If you think this
8565 configuration is useful to you, please write to autoconf@gnu.org." >&5
8566 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8567 whose name does not start with the host triplet.  If you think this
8568 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8569 ac_tool_warned=yes ;;
8570 esac
8571     MINGWAR=$ac_ct_MINGWAR
8572   fi
8573 else
8574   MINGWAR="$ac_cv_prog_MINGWAR"
8575 fi
8576
8577     if test "$DLLWRAP" = "false"; then
8578       LIBEXT="a"
8579     else
8580             LIBEXT="dll"
8581     fi
8582     IMPLIBEXT="a"
8583         WIN16_FILES=""
8584     WIN16_INSTALL=""
8585     ;;
8586   darwin*|macosx*)
8587     DLLEXT=".so"
8588     LIBEXT="dylib"
8589     DLLFLAGS="$DLLFLAGS -fPIC"
8590     LDDLLFLAGS="-bundle -multiply_defined suppress"
8591     LIBWINE_LDFLAGS="-multiply_defined suppress"
8592     LDSHARED="\$(CC) -dynamiclib"
8593     STRIP="$STRIP -x"
8594     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8595         SECURITYLIB="-framework Security -framework CoreFoundation"
8596
8597     COREFOUNDATIONLIB="-framework CoreFoundation"
8598
8599     IOKITLIB="-framework IOKit -framework CoreFoundation"
8600
8601     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8602
8603     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8604     then
8605                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8606
8607     fi
8608     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8609     then
8610                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8611
8612     fi
8613     case $host_cpu in
8614       *powerpc*)
8615         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8616     esac
8617         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8618     then
8619         CARBONLIB="-framework Carbon"
8620
8621         QUARTZFILES='$(QUARTZFILES)'
8622     fi
8623     ;;
8624   *)
8625     DLLFLAGS="$DLLFLAGS -fPIC"
8626     DLLEXT=".so"
8627     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8628 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8629 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8630   echo $ECHO_N "(cached) $ECHO_C" >&6
8631 else
8632   ac_wine_try_cflags_saved=$CFLAGS
8633 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8634 cat >conftest.$ac_ext <<_ACEOF
8635 void myfunc() {}
8636 _ACEOF
8637 rm -f conftest.$ac_objext conftest$ac_exeext
8638 if { (ac_try="$ac_link"
8639 case "(($ac_try" in
8640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8641   *) ac_try_echo=$ac_try;;
8642 esac
8643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8644   (eval "$ac_link") 2>conftest.er1
8645   ac_status=$?
8646   grep -v '^ *+' conftest.er1 >conftest.err
8647   rm -f conftest.er1
8648   cat conftest.err >&5
8649   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650   (exit $ac_status); } && {
8651          test -z "$ac_c_werror_flag" ||
8652          test ! -s conftest.err
8653        } && test -s conftest$ac_exeext &&
8654        $as_test_x conftest$ac_exeext; then
8655   ac_cv_c_dll_gnuelf="yes"
8656 else
8657   echo "$as_me: failed program was:" >&5
8658 sed 's/^/| /' conftest.$ac_ext >&5
8659
8660         ac_cv_c_dll_gnuelf="no"
8661 fi
8662
8663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8664       conftest$ac_exeext conftest.$ac_ext
8665 CFLAGS=$ac_wine_try_cflags_saved
8666 fi
8667 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8668 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8669     if test "$ac_cv_c_dll_gnuelf" = "yes"
8670     then
8671       LDSHARED="\$(CC) -shared"
8672       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8673       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8674 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8675 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8676   echo $ECHO_N "(cached) $ECHO_C" >&6
8677 else
8678   ac_wine_try_cflags_saved=$CFLAGS
8679 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8680 cat >conftest.$ac_ext <<_ACEOF
8681 /* confdefs.h.  */
8682 _ACEOF
8683 cat confdefs.h >>conftest.$ac_ext
8684 cat >>conftest.$ac_ext <<_ACEOF
8685 /* end confdefs.h.  */
8686
8687 int
8688 main ()
8689 {
8690
8691   ;
8692   return 0;
8693 }
8694 _ACEOF
8695 rm -f conftest.$ac_objext conftest$ac_exeext
8696 if { (ac_try="$ac_link"
8697 case "(($ac_try" in
8698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8699   *) ac_try_echo=$ac_try;;
8700 esac
8701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8702   (eval "$ac_link") 2>conftest.er1
8703   ac_status=$?
8704   grep -v '^ *+' conftest.er1 >conftest.err
8705   rm -f conftest.er1
8706   cat conftest.err >&5
8707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8708   (exit $ac_status); } && {
8709          test -z "$ac_c_werror_flag" ||
8710          test ! -s conftest.err
8711        } && test -s conftest$ac_exeext &&
8712        $as_test_x conftest$ac_exeext; then
8713   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8714 else
8715   echo "$as_me: failed program was:" >&5
8716 sed 's/^/| /' conftest.$ac_ext >&5
8717
8718         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8719 fi
8720
8721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8722       conftest$ac_exeext conftest.$ac_ext
8723 CFLAGS=$ac_wine_try_cflags_saved
8724 fi
8725 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8726 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8727 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8728   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8729 else
8730   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8731 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8732 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8733   echo $ECHO_N "(cached) $ECHO_C" >&6
8734 else
8735   ac_wine_try_cflags_saved=$CFLAGS
8736 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8737 cat >conftest.$ac_ext <<_ACEOF
8738 /* confdefs.h.  */
8739 _ACEOF
8740 cat confdefs.h >>conftest.$ac_ext
8741 cat >>conftest.$ac_ext <<_ACEOF
8742 /* end confdefs.h.  */
8743
8744 int
8745 main ()
8746 {
8747
8748   ;
8749   return 0;
8750 }
8751 _ACEOF
8752 rm -f conftest.$ac_objext conftest$ac_exeext
8753 if { (ac_try="$ac_link"
8754 case "(($ac_try" in
8755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8756   *) ac_try_echo=$ac_try;;
8757 esac
8758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8759   (eval "$ac_link") 2>conftest.er1
8760   ac_status=$?
8761   grep -v '^ *+' conftest.er1 >conftest.err
8762   rm -f conftest.er1
8763   cat conftest.err >&5
8764   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8765   (exit $ac_status); } && {
8766          test -z "$ac_c_werror_flag" ||
8767          test ! -s conftest.err
8768        } && test -s conftest$ac_exeext &&
8769        $as_test_x conftest$ac_exeext; then
8770   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8771 else
8772   echo "$as_me: failed program was:" >&5
8773 sed 's/^/| /' conftest.$ac_ext >&5
8774
8775         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8776 fi
8777
8778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8779       conftest$ac_exeext conftest.$ac_ext
8780 CFLAGS=$ac_wine_try_cflags_saved
8781 fi
8782 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8783 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8784 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8785   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8786 fi
8787
8788 fi
8789
8790
8791       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8792 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8793 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8794   echo $ECHO_N "(cached) $ECHO_C" >&6
8795 else
8796   ac_wine_try_cflags_saved=$CFLAGS
8797 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8798 cat >conftest.$ac_ext <<_ACEOF
8799 /* confdefs.h.  */
8800 _ACEOF
8801 cat confdefs.h >>conftest.$ac_ext
8802 cat >>conftest.$ac_ext <<_ACEOF
8803 /* end confdefs.h.  */
8804
8805 int
8806 main ()
8807 {
8808
8809   ;
8810   return 0;
8811 }
8812 _ACEOF
8813 rm -f conftest.$ac_objext conftest$ac_exeext
8814 if { (ac_try="$ac_link"
8815 case "(($ac_try" in
8816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8817   *) ac_try_echo=$ac_try;;
8818 esac
8819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8820   (eval "$ac_link") 2>conftest.er1
8821   ac_status=$?
8822   grep -v '^ *+' conftest.er1 >conftest.err
8823   rm -f conftest.er1
8824   cat conftest.err >&5
8825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8826   (exit $ac_status); } && {
8827          test -z "$ac_c_werror_flag" ||
8828          test ! -s conftest.err
8829        } && test -s conftest$ac_exeext &&
8830        $as_test_x conftest$ac_exeext; then
8831   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8832 else
8833   echo "$as_me: failed program was:" >&5
8834 sed 's/^/| /' conftest.$ac_ext >&5
8835
8836         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8837 fi
8838
8839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8840       conftest$ac_exeext conftest.$ac_ext
8841 CFLAGS=$ac_wine_try_cflags_saved
8842 fi
8843 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8844 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8845 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8846   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8847 fi
8848
8849
8850       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8851 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8852 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8853   echo $ECHO_N "(cached) $ECHO_C" >&6
8854 else
8855   ac_wine_try_cflags_saved=$CFLAGS
8856 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8857 cat >conftest.$ac_ext <<_ACEOF
8858 /* confdefs.h.  */
8859 _ACEOF
8860 cat confdefs.h >>conftest.$ac_ext
8861 cat >>conftest.$ac_ext <<_ACEOF
8862 /* end confdefs.h.  */
8863
8864 int
8865 main ()
8866 {
8867
8868   ;
8869   return 0;
8870 }
8871 _ACEOF
8872 rm -f conftest.$ac_objext conftest$ac_exeext
8873 if { (ac_try="$ac_link"
8874 case "(($ac_try" in
8875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8876   *) ac_try_echo=$ac_try;;
8877 esac
8878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8879   (eval "$ac_link") 2>conftest.er1
8880   ac_status=$?
8881   grep -v '^ *+' conftest.er1 >conftest.err
8882   rm -f conftest.er1
8883   cat conftest.err >&5
8884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8885   (exit $ac_status); } && {
8886          test -z "$ac_c_werror_flag" ||
8887          test ! -s conftest.err
8888        } && test -s conftest$ac_exeext &&
8889        $as_test_x conftest$ac_exeext; then
8890   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8891 else
8892   echo "$as_me: failed program was:" >&5
8893 sed 's/^/| /' conftest.$ac_ext >&5
8894
8895         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8896 fi
8897
8898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8899       conftest$ac_exeext conftest.$ac_ext
8900 CFLAGS=$ac_wine_try_cflags_saved
8901 fi
8902 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8903 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8904 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8905   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8906 fi
8907
8908
8909       echo '{ global: *; };' >conftest.map
8910       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8911 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8912 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8913   echo $ECHO_N "(cached) $ECHO_C" >&6
8914 else
8915   ac_wine_try_cflags_saved=$CFLAGS
8916 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8917 cat >conftest.$ac_ext <<_ACEOF
8918 /* confdefs.h.  */
8919 _ACEOF
8920 cat confdefs.h >>conftest.$ac_ext
8921 cat >>conftest.$ac_ext <<_ACEOF
8922 /* end confdefs.h.  */
8923
8924 int
8925 main ()
8926 {
8927
8928   ;
8929   return 0;
8930 }
8931 _ACEOF
8932 rm -f conftest.$ac_objext conftest$ac_exeext
8933 if { (ac_try="$ac_link"
8934 case "(($ac_try" in
8935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8936   *) ac_try_echo=$ac_try;;
8937 esac
8938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8939   (eval "$ac_link") 2>conftest.er1
8940   ac_status=$?
8941   grep -v '^ *+' conftest.er1 >conftest.err
8942   rm -f conftest.er1
8943   cat conftest.err >&5
8944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8945   (exit $ac_status); } && {
8946          test -z "$ac_c_werror_flag" ||
8947          test ! -s conftest.err
8948        } && test -s conftest$ac_exeext &&
8949        $as_test_x conftest$ac_exeext; then
8950   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8951 else
8952   echo "$as_me: failed program was:" >&5
8953 sed 's/^/| /' conftest.$ac_ext >&5
8954
8955         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8956 fi
8957
8958 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8959       conftest$ac_exeext conftest.$ac_ext
8960 CFLAGS=$ac_wine_try_cflags_saved
8961 fi
8962 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8963 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8964 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8965   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8966 fi
8967
8968       rm -f conftest.map
8969
8970       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8971 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8972 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8973   echo $ECHO_N "(cached) $ECHO_C" >&6
8974 else
8975   ac_wine_try_cflags_saved=$CFLAGS
8976 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8977 cat >conftest.$ac_ext <<_ACEOF
8978 /* confdefs.h.  */
8979 _ACEOF
8980 cat confdefs.h >>conftest.$ac_ext
8981 cat >>conftest.$ac_ext <<_ACEOF
8982 /* end confdefs.h.  */
8983
8984 int
8985 main ()
8986 {
8987
8988   ;
8989   return 0;
8990 }
8991 _ACEOF
8992 rm -f conftest.$ac_objext conftest$ac_exeext
8993 if { (ac_try="$ac_link"
8994 case "(($ac_try" in
8995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8996   *) ac_try_echo=$ac_try;;
8997 esac
8998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8999   (eval "$ac_link") 2>conftest.er1
9000   ac_status=$?
9001   grep -v '^ *+' conftest.er1 >conftest.err
9002   rm -f conftest.er1
9003   cat conftest.err >&5
9004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005   (exit $ac_status); } && {
9006          test -z "$ac_c_werror_flag" ||
9007          test ! -s conftest.err
9008        } && test -s conftest$ac_exeext &&
9009        $as_test_x conftest$ac_exeext; then
9010   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9011 else
9012   echo "$as_me: failed program was:" >&5
9013 sed 's/^/| /' conftest.$ac_ext >&5
9014
9015         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9016 fi
9017
9018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9019       conftest$ac_exeext conftest.$ac_ext
9020 CFLAGS=$ac_wine_try_cflags_saved
9021 fi
9022 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9023 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9024 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9025   LDEXECFLAGS="-Wl,--export-dynamic"
9026
9027 fi
9028
9029
9030       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9031 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9032 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9033 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9034   echo $ECHO_N "(cached) $ECHO_C" >&6
9035 else
9036   ac_wine_try_cflags_saved=$CFLAGS
9037 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9038 cat >conftest.$ac_ext <<_ACEOF
9039 /* confdefs.h.  */
9040 _ACEOF
9041 cat confdefs.h >>conftest.$ac_ext
9042 cat >>conftest.$ac_ext <<_ACEOF
9043 /* end confdefs.h.  */
9044
9045 int
9046 main ()
9047 {
9048
9049   ;
9050   return 0;
9051 }
9052 _ACEOF
9053 rm -f conftest.$ac_objext conftest$ac_exeext
9054 if { (ac_try="$ac_link"
9055 case "(($ac_try" in
9056   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9057   *) ac_try_echo=$ac_try;;
9058 esac
9059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9060   (eval "$ac_link") 2>conftest.er1
9061   ac_status=$?
9062   grep -v '^ *+' conftest.er1 >conftest.err
9063   rm -f conftest.er1
9064   cat conftest.err >&5
9065   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9066   (exit $ac_status); } && {
9067          test -z "$ac_c_werror_flag" ||
9068          test ! -s conftest.err
9069        } && test -s conftest$ac_exeext &&
9070        $as_test_x conftest$ac_exeext; then
9071   eval "$as_ac_var=yes"
9072 else
9073   echo "$as_me: failed program was:" >&5
9074 sed 's/^/| /' conftest.$ac_ext >&5
9075
9076         eval "$as_ac_var=no"
9077 fi
9078
9079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9080       conftest$ac_exeext conftest.$ac_ext
9081 CFLAGS=$ac_wine_try_cflags_saved
9082 fi
9083 ac_res=`eval echo '${'$as_ac_var'}'`
9084                { echo "$as_me:$LINENO: result: $ac_res" >&5
9085 echo "${ECHO_T}$ac_res" >&6; }
9086 if test `eval echo '${'$as_ac_var'}'` = yes; then
9087   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9088                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9089 else
9090   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9091 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9092 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9093 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9094   echo $ECHO_N "(cached) $ECHO_C" >&6
9095 else
9096   ac_wine_try_cflags_saved=$CFLAGS
9097 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9098 cat >conftest.$ac_ext <<_ACEOF
9099 /* confdefs.h.  */
9100 _ACEOF
9101 cat confdefs.h >>conftest.$ac_ext
9102 cat >>conftest.$ac_ext <<_ACEOF
9103 /* end confdefs.h.  */
9104
9105 int
9106 main ()
9107 {
9108
9109   ;
9110   return 0;
9111 }
9112 _ACEOF
9113 rm -f conftest.$ac_objext conftest$ac_exeext
9114 if { (ac_try="$ac_link"
9115 case "(($ac_try" in
9116   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9117   *) ac_try_echo=$ac_try;;
9118 esac
9119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9120   (eval "$ac_link") 2>conftest.er1
9121   ac_status=$?
9122   grep -v '^ *+' conftest.er1 >conftest.err
9123   rm -f conftest.er1
9124   cat conftest.err >&5
9125   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126   (exit $ac_status); } && {
9127          test -z "$ac_c_werror_flag" ||
9128          test ! -s conftest.err
9129        } && test -s conftest$ac_exeext &&
9130        $as_test_x conftest$ac_exeext; then
9131   eval "$as_ac_var=yes"
9132 else
9133   echo "$as_me: failed program was:" >&5
9134 sed 's/^/| /' conftest.$ac_ext >&5
9135
9136         eval "$as_ac_var=no"
9137 fi
9138
9139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9140       conftest$ac_exeext conftest.$ac_ext
9141 CFLAGS=$ac_wine_try_cflags_saved
9142 fi
9143 ac_res=`eval echo '${'$as_ac_var'}'`
9144                { echo "$as_me:$LINENO: result: $ac_res" >&5
9145 echo "${ECHO_T}$ac_res" >&6; }
9146 if test `eval echo '${'$as_ac_var'}'` = yes; then
9147   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9148                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9149 fi
9150
9151 fi
9152
9153
9154       { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9155 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9156 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9157   echo $ECHO_N "(cached) $ECHO_C" >&6
9158 else
9159   ac_wine_try_cflags_saved=$CFLAGS
9160 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9161 cat >conftest.$ac_ext <<_ACEOF
9162 /* confdefs.h.  */
9163 _ACEOF
9164 cat confdefs.h >>conftest.$ac_ext
9165 cat >>conftest.$ac_ext <<_ACEOF
9166 /* end confdefs.h.  */
9167
9168 int
9169 main ()
9170 {
9171
9172   ;
9173   return 0;
9174 }
9175 _ACEOF
9176 rm -f conftest.$ac_objext conftest$ac_exeext
9177 if { (ac_try="$ac_link"
9178 case "(($ac_try" in
9179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9180   *) ac_try_echo=$ac_try;;
9181 esac
9182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9183   (eval "$ac_link") 2>conftest.er1
9184   ac_status=$?
9185   grep -v '^ *+' conftest.er1 >conftest.err
9186   rm -f conftest.er1
9187   cat conftest.err >&5
9188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189   (exit $ac_status); } && {
9190          test -z "$ac_c_werror_flag" ||
9191          test ! -s conftest.err
9192        } && test -s conftest$ac_exeext &&
9193        $as_test_x conftest$ac_exeext; then
9194   ac_cv_cflags__Wl___enable_new_dtags=yes
9195 else
9196   echo "$as_me: failed program was:" >&5
9197 sed 's/^/| /' conftest.$ac_ext >&5
9198
9199         ac_cv_cflags__Wl___enable_new_dtags=no
9200 fi
9201
9202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9203       conftest$ac_exeext conftest.$ac_ext
9204 CFLAGS=$ac_wine_try_cflags_saved
9205 fi
9206 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9207 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9208 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9209   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9210 fi
9211
9212
9213       case $host_cpu in
9214         *i[3456789]86* | x86_64)
9215           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9216 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9217 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9218   echo $ECHO_N "(cached) $ECHO_C" >&6
9219 else
9220   ac_wine_try_cflags_saved=$CFLAGS
9221 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9222 cat >conftest.$ac_ext <<_ACEOF
9223 /* confdefs.h.  */
9224 _ACEOF
9225 cat confdefs.h >>conftest.$ac_ext
9226 cat >>conftest.$ac_ext <<_ACEOF
9227 /* end confdefs.h.  */
9228
9229 int
9230 main ()
9231 {
9232
9233   ;
9234   return 0;
9235 }
9236 _ACEOF
9237 rm -f conftest.$ac_objext conftest$ac_exeext
9238 if { (ac_try="$ac_link"
9239 case "(($ac_try" in
9240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9241   *) ac_try_echo=$ac_try;;
9242 esac
9243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9244   (eval "$ac_link") 2>conftest.er1
9245   ac_status=$?
9246   grep -v '^ *+' conftest.er1 >conftest.err
9247   rm -f conftest.er1
9248   cat conftest.err >&5
9249   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9250   (exit $ac_status); } && {
9251          test -z "$ac_c_werror_flag" ||
9252          test ! -s conftest.err
9253        } && test -s conftest$ac_exeext &&
9254        $as_test_x conftest$ac_exeext; then
9255   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9256 else
9257   echo "$as_me: failed program was:" >&5
9258 sed 's/^/| /' conftest.$ac_ext >&5
9259
9260         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9261 fi
9262
9263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9264       conftest$ac_exeext conftest.$ac_ext
9265 CFLAGS=$ac_wine_try_cflags_saved
9266 fi
9267 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9268 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9269 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9270   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9271 fi
9272
9273           ;;
9274       esac
9275
9276     else
9277       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9278 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9279 if test "${ac_cv_c_dll_unixware+set}" = set; then
9280   echo $ECHO_N "(cached) $ECHO_C" >&6
9281 else
9282   ac_wine_try_cflags_saved=$CFLAGS
9283 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9284 cat >conftest.$ac_ext <<_ACEOF
9285 void myfunc() {}
9286 _ACEOF
9287 rm -f conftest.$ac_objext conftest$ac_exeext
9288 if { (ac_try="$ac_link"
9289 case "(($ac_try" in
9290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9291   *) ac_try_echo=$ac_try;;
9292 esac
9293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9294   (eval "$ac_link") 2>conftest.er1
9295   ac_status=$?
9296   grep -v '^ *+' conftest.er1 >conftest.err
9297   rm -f conftest.er1
9298   cat conftest.err >&5
9299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9300   (exit $ac_status); } && {
9301          test -z "$ac_c_werror_flag" ||
9302          test ! -s conftest.err
9303        } && test -s conftest$ac_exeext &&
9304        $as_test_x conftest$ac_exeext; then
9305   ac_cv_c_dll_unixware="yes"
9306 else
9307   echo "$as_me: failed program was:" >&5
9308 sed 's/^/| /' conftest.$ac_ext >&5
9309
9310         ac_cv_c_dll_unixware="no"
9311 fi
9312
9313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9314       conftest$ac_exeext conftest.$ac_ext
9315 CFLAGS=$ac_wine_try_cflags_saved
9316 fi
9317 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9318 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9319       if test "$ac_cv_c_dll_unixware" = "yes"
9320       then
9321         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9322         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9323
9324       else
9325         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9326 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9327 if test "${ac_cv_c_dll_hpux+set}" = set; then
9328   echo $ECHO_N "(cached) $ECHO_C" >&6
9329 else
9330   ac_wine_try_cflags_saved=$CFLAGS
9331 CFLAGS="$CFLAGS -shared"
9332 cat >conftest.$ac_ext <<_ACEOF
9333 void myfunc() {}
9334 _ACEOF
9335 rm -f conftest.$ac_objext conftest$ac_exeext
9336 if { (ac_try="$ac_link"
9337 case "(($ac_try" in
9338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9339   *) ac_try_echo=$ac_try;;
9340 esac
9341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9342   (eval "$ac_link") 2>conftest.er1
9343   ac_status=$?
9344   grep -v '^ *+' conftest.er1 >conftest.err
9345   rm -f conftest.er1
9346   cat conftest.err >&5
9347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9348   (exit $ac_status); } && {
9349          test -z "$ac_c_werror_flag" ||
9350          test ! -s conftest.err
9351        } && test -s conftest$ac_exeext &&
9352        $as_test_x conftest$ac_exeext; then
9353   ac_cv_c_dll_hpux="yes"
9354 else
9355   echo "$as_me: failed program was:" >&5
9356 sed 's/^/| /' conftest.$ac_ext >&5
9357
9358         ac_cv_c_dll_hpux="no"
9359 fi
9360
9361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9362       conftest$ac_exeext conftest.$ac_ext
9363 CFLAGS=$ac_wine_try_cflags_saved
9364 fi
9365 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9366 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9367         if test "$ac_cv_c_dll_hpux" = "yes"
9368         then
9369           LIBEXT="sl"
9370           DLLEXT=".sl"
9371           LDDLLFLAGS="-shared -fPIC"
9372           LDSHARED="\$(CC) -shared"
9373         fi
9374       fi
9375     fi
9376
9377         CROSSTEST=""
9378
9379     if test "$cross_compiling" = "no"
9380     then
9381       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9382 do
9383   # Extract the first word of "$ac_prog", so it can be a program name with args.
9384 set dummy $ac_prog; ac_word=$2
9385 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9386 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9387 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9388   echo $ECHO_N "(cached) $ECHO_C" >&6
9389 else
9390   if test -n "$CROSSCC"; then
9391   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9392 else
9393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9394 for as_dir in $PATH
9395 do
9396   IFS=$as_save_IFS
9397   test -z "$as_dir" && as_dir=.
9398   for ac_exec_ext in '' $ac_executable_extensions; do
9399   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9400     ac_cv_prog_CROSSCC="$ac_prog"
9401     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9402     break 2
9403   fi
9404 done
9405 done
9406 IFS=$as_save_IFS
9407
9408 fi
9409 fi
9410 CROSSCC=$ac_cv_prog_CROSSCC
9411 if test -n "$CROSSCC"; then
9412   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9413 echo "${ECHO_T}$CROSSCC" >&6; }
9414 else
9415   { echo "$as_me:$LINENO: result: no" >&5
9416 echo "${ECHO_T}no" >&6; }
9417 fi
9418
9419
9420   test -n "$CROSSCC" && break
9421 done
9422 test -n "$CROSSCC" || CROSSCC="false"
9423
9424       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9425 do
9426   # Extract the first word of "$ac_prog", so it can be a program name with args.
9427 set dummy $ac_prog; ac_word=$2
9428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9430 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9431   echo $ECHO_N "(cached) $ECHO_C" >&6
9432 else
9433   if test -n "$DLLTOOL"; then
9434   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9435 else
9436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9437 for as_dir in $PATH
9438 do
9439   IFS=$as_save_IFS
9440   test -z "$as_dir" && as_dir=.
9441   for ac_exec_ext in '' $ac_executable_extensions; do
9442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9443     ac_cv_prog_DLLTOOL="$ac_prog"
9444     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9445     break 2
9446   fi
9447 done
9448 done
9449 IFS=$as_save_IFS
9450
9451 fi
9452 fi
9453 DLLTOOL=$ac_cv_prog_DLLTOOL
9454 if test -n "$DLLTOOL"; then
9455   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9456 echo "${ECHO_T}$DLLTOOL" >&6; }
9457 else
9458   { echo "$as_me:$LINENO: result: no" >&5
9459 echo "${ECHO_T}no" >&6; }
9460 fi
9461
9462
9463   test -n "$DLLTOOL" && break
9464 done
9465 test -n "$DLLTOOL" || DLLTOOL="false"
9466
9467       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9468 do
9469   # Extract the first word of "$ac_prog", so it can be a program name with args.
9470 set dummy $ac_prog; ac_word=$2
9471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9473 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9474   echo $ECHO_N "(cached) $ECHO_C" >&6
9475 else
9476   if test -n "$CROSSWINDRES"; then
9477   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9478 else
9479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9480 for as_dir in $PATH
9481 do
9482   IFS=$as_save_IFS
9483   test -z "$as_dir" && as_dir=.
9484   for ac_exec_ext in '' $ac_executable_extensions; do
9485   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9486     ac_cv_prog_CROSSWINDRES="$ac_prog"
9487     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9488     break 2
9489   fi
9490 done
9491 done
9492 IFS=$as_save_IFS
9493
9494 fi
9495 fi
9496 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9497 if test -n "$CROSSWINDRES"; then
9498   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9499 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9500 else
9501   { echo "$as_me:$LINENO: result: no" >&5
9502 echo "${ECHO_T}no" >&6; }
9503 fi
9504
9505
9506   test -n "$CROSSWINDRES" && break
9507 done
9508 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9509
9510       for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9511 do
9512   # Extract the first word of "$ac_prog", so it can be a program name with args.
9513 set dummy $ac_prog; ac_word=$2
9514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9516 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9517   echo $ECHO_N "(cached) $ECHO_C" >&6
9518 else
9519   if test -n "$MINGWAR"; then
9520   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9521 else
9522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9523 for as_dir in $PATH
9524 do
9525   IFS=$as_save_IFS
9526   test -z "$as_dir" && as_dir=.
9527   for ac_exec_ext in '' $ac_executable_extensions; do
9528   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9529     ac_cv_prog_MINGWAR="$ac_prog"
9530     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9531     break 2
9532   fi
9533 done
9534 done
9535 IFS=$as_save_IFS
9536
9537 fi
9538 fi
9539 MINGWAR=$ac_cv_prog_MINGWAR
9540 if test -n "$MINGWAR"; then
9541   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9542 echo "${ECHO_T}$MINGWAR" >&6; }
9543 else
9544   { echo "$as_me:$LINENO: result: no" >&5
9545 echo "${ECHO_T}no" >&6; }
9546 fi
9547
9548
9549   test -n "$MINGWAR" && break
9550 done
9551 test -n "$MINGWAR" || MINGWAR="false"
9552
9553       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9554     fi
9555     ;;
9556 esac
9557
9558 if test "$LIBEXT" = "a"; then
9559   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9560 It is currently not possible to build Wine without shared library
9561 (.so) support to allow transparent switch between .so and .dll files.
9562 If you are using Linux, you will need a newer binutils.
9563 " >&5
9564 echo "$as_me: error: could not find a way to build shared libraries.
9565 It is currently not possible to build Wine without shared library
9566 (.so) support to allow transparent switch between .so and .dll files.
9567 If you are using Linux, you will need a newer binutils.
9568 " >&2;}
9569    { (exit 1); exit 1; }; }
9570 fi
9571
9572
9573 if test "$have_x" = "yes"
9574 then
9575     XLIB="-lXext -lX11"
9576     ac_save_CPPFLAGS="$CPPFLAGS"
9577     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9578
9579     { echo "$as_me:$LINENO: checking for -lX11" >&5
9580 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9581 if test "${ac_cv_lib_soname_X11+set}" = set; then
9582   echo $ECHO_N "(cached) $ECHO_C" >&6
9583 else
9584   ac_check_soname_save_LIBS=$LIBS
9585 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9586   cat >conftest.$ac_ext <<_ACEOF
9587 /* confdefs.h.  */
9588 _ACEOF
9589 cat confdefs.h >>conftest.$ac_ext
9590 cat >>conftest.$ac_ext <<_ACEOF
9591 /* end confdefs.h.  */
9592
9593 /* Override any GCC internal prototype to avoid an error.
9594    Use char because int might match the return type of a GCC
9595    builtin and then its argument prototype would still apply.  */
9596 #ifdef __cplusplus
9597 extern "C"
9598 #endif
9599 char XCreateWindow ();
9600 int
9601 main ()
9602 {
9603 return XCreateWindow ();
9604   ;
9605   return 0;
9606 }
9607 _ACEOF
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9610 case "(($ac_try" in
9611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9612   *) ac_try_echo=$ac_try;;
9613 esac
9614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9615   (eval "$ac_link") 2>conftest.er1
9616   ac_status=$?
9617   grep -v '^ *+' conftest.er1 >conftest.err
9618   rm -f conftest.er1
9619   cat conftest.err >&5
9620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621   (exit $ac_status); } && {
9622          test -z "$ac_c_werror_flag" ||
9623          test ! -s conftest.err
9624        } && test -s conftest$ac_exeext &&
9625        $as_test_x conftest$ac_exeext; then
9626   case "$LIBEXT" in
9627     dll) ;;
9628     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'` ;;
9629     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9630   esac
9631 else
9632   echo "$as_me: failed program was:" >&5
9633 sed 's/^/| /' conftest.$ac_ext >&5
9634
9635
9636 fi
9637
9638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9639       conftest$ac_exeext conftest.$ac_ext
9640   LIBS=$ac_check_soname_save_LIBS
9641 fi
9642 if test "x$ac_cv_lib_soname_X11" = "x"; then
9643   { echo "$as_me:$LINENO: result: not found" >&5
9644 echo "${ECHO_T}not found" >&6; }
9645
9646 else
9647   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9648 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9649
9650 cat >>confdefs.h <<_ACEOF
9651 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9652 _ACEOF
9653
9654
9655 fi
9656
9657     { echo "$as_me:$LINENO: checking for -lXext" >&5
9658 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9659 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9660   echo $ECHO_N "(cached) $ECHO_C" >&6
9661 else
9662   ac_check_soname_save_LIBS=$LIBS
9663 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9664   cat >conftest.$ac_ext <<_ACEOF
9665 /* confdefs.h.  */
9666 _ACEOF
9667 cat confdefs.h >>conftest.$ac_ext
9668 cat >>conftest.$ac_ext <<_ACEOF
9669 /* end confdefs.h.  */
9670
9671 /* Override any GCC internal prototype to avoid an error.
9672    Use char because int might match the return type of a GCC
9673    builtin and then its argument prototype would still apply.  */
9674 #ifdef __cplusplus
9675 extern "C"
9676 #endif
9677 char XextCreateExtension ();
9678 int
9679 main ()
9680 {
9681 return XextCreateExtension ();
9682   ;
9683   return 0;
9684 }
9685 _ACEOF
9686 rm -f conftest.$ac_objext conftest$ac_exeext
9687 if { (ac_try="$ac_link"
9688 case "(($ac_try" in
9689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9690   *) ac_try_echo=$ac_try;;
9691 esac
9692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9693   (eval "$ac_link") 2>conftest.er1
9694   ac_status=$?
9695   grep -v '^ *+' conftest.er1 >conftest.err
9696   rm -f conftest.er1
9697   cat conftest.err >&5
9698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699   (exit $ac_status); } && {
9700          test -z "$ac_c_werror_flag" ||
9701          test ! -s conftest.err
9702        } && test -s conftest$ac_exeext &&
9703        $as_test_x conftest$ac_exeext; then
9704   case "$LIBEXT" in
9705     dll) ;;
9706     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'` ;;
9707     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9708   esac
9709 else
9710   echo "$as_me: failed program was:" >&5
9711 sed 's/^/| /' conftest.$ac_ext >&5
9712
9713
9714 fi
9715
9716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9717       conftest$ac_exeext conftest.$ac_ext
9718   LIBS=$ac_check_soname_save_LIBS
9719 fi
9720 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9721   { echo "$as_me:$LINENO: result: not found" >&5
9722 echo "${ECHO_T}not found" >&6; }
9723
9724 else
9725   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9726 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9727
9728 cat >>confdefs.h <<_ACEOF
9729 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9730 _ACEOF
9731
9732
9733 fi
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748 for ac_header in X11/Xlib.h \
9749                       X11/XKBlib.h \
9750                       X11/Xutil.h \
9751                       X11/Xcursor/Xcursor.h \
9752                       X11/extensions/shape.h \
9753                       X11/extensions/XInput.h \
9754                       X11/extensions/XShm.h \
9755                       X11/extensions/Xcomposite.h \
9756                       X11/extensions/Xinerama.h \
9757                       X11/extensions/Xrandr.h \
9758                       X11/extensions/Xrender.h \
9759                       X11/extensions/xf86vmode.h
9760 do
9761 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9762 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9763 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9765   echo $ECHO_N "(cached) $ECHO_C" >&6
9766 else
9767   cat >conftest.$ac_ext <<_ACEOF
9768 /* confdefs.h.  */
9769 _ACEOF
9770 cat confdefs.h >>conftest.$ac_ext
9771 cat >>conftest.$ac_ext <<_ACEOF
9772 /* end confdefs.h.  */
9773 #ifdef HAVE_X11_XLIB_H
9774 # include <X11/Xlib.h>
9775 #endif
9776 #ifdef HAVE_X11_XUTIL_H
9777 # include <X11/Xutil.h>
9778 #endif
9779
9780 #include <$ac_header>
9781 _ACEOF
9782 rm -f conftest.$ac_objext
9783 if { (ac_try="$ac_compile"
9784 case "(($ac_try" in
9785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9786   *) ac_try_echo=$ac_try;;
9787 esac
9788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9789   (eval "$ac_compile") 2>conftest.er1
9790   ac_status=$?
9791   grep -v '^ *+' conftest.er1 >conftest.err
9792   rm -f conftest.er1
9793   cat conftest.err >&5
9794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795   (exit $ac_status); } && {
9796          test -z "$ac_c_werror_flag" ||
9797          test ! -s conftest.err
9798        } && test -s conftest.$ac_objext; then
9799   eval "$as_ac_Header=yes"
9800 else
9801   echo "$as_me: failed program was:" >&5
9802 sed 's/^/| /' conftest.$ac_ext >&5
9803
9804         eval "$as_ac_Header=no"
9805 fi
9806
9807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9808 fi
9809 ac_res=`eval echo '${'$as_ac_Header'}'`
9810                { echo "$as_me:$LINENO: result: $ac_res" >&5
9811 echo "${ECHO_T}$ac_res" >&6; }
9812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9813   cat >>confdefs.h <<_ACEOF
9814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9815 _ACEOF
9816
9817 fi
9818
9819 done
9820
9821
9822                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9823         then
9824               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9825 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9826 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9827   echo $ECHO_N "(cached) $ECHO_C" >&6
9828 else
9829   ac_check_lib_save_LIBS=$LIBS
9830 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9831 cat >conftest.$ac_ext <<_ACEOF
9832 /* confdefs.h.  */
9833 _ACEOF
9834 cat confdefs.h >>conftest.$ac_ext
9835 cat >>conftest.$ac_ext <<_ACEOF
9836 /* end confdefs.h.  */
9837
9838 /* Override any GCC internal prototype to avoid an error.
9839    Use char because int might match the return type of a GCC
9840    builtin and then its argument prototype would still apply.  */
9841 #ifdef __cplusplus
9842 extern "C"
9843 #endif
9844 char XkbQueryExtension ();
9845 int
9846 main ()
9847 {
9848 return XkbQueryExtension ();
9849   ;
9850   return 0;
9851 }
9852 _ACEOF
9853 rm -f conftest.$ac_objext conftest$ac_exeext
9854 if { (ac_try="$ac_link"
9855 case "(($ac_try" in
9856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9857   *) ac_try_echo=$ac_try;;
9858 esac
9859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9860   (eval "$ac_link") 2>conftest.er1
9861   ac_status=$?
9862   grep -v '^ *+' conftest.er1 >conftest.err
9863   rm -f conftest.er1
9864   cat conftest.err >&5
9865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866   (exit $ac_status); } && {
9867          test -z "$ac_c_werror_flag" ||
9868          test ! -s conftest.err
9869        } && test -s conftest$ac_exeext &&
9870        $as_test_x conftest$ac_exeext; then
9871   ac_cv_lib_X11_XkbQueryExtension=yes
9872 else
9873   echo "$as_me: failed program was:" >&5
9874 sed 's/^/| /' conftest.$ac_ext >&5
9875
9876         ac_cv_lib_X11_XkbQueryExtension=no
9877 fi
9878
9879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9880       conftest$ac_exeext conftest.$ac_ext
9881 LIBS=$ac_check_lib_save_LIBS
9882 fi
9883 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9884 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9885 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9886
9887 cat >>confdefs.h <<\_ACEOF
9888 #define HAVE_XKB 1
9889 _ACEOF
9890
9891 fi
9892
9893         fi
9894
9895                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9896         then
9897             { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9898 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9899 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9900   echo $ECHO_N "(cached) $ECHO_C" >&6
9901 else
9902   ac_check_soname_save_LIBS=$LIBS
9903 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9904   cat >conftest.$ac_ext <<_ACEOF
9905 /* confdefs.h.  */
9906 _ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h.  */
9910
9911 /* Override any GCC internal prototype to avoid an error.
9912    Use char because int might match the return type of a GCC
9913    builtin and then its argument prototype would still apply.  */
9914 #ifdef __cplusplus
9915 extern "C"
9916 #endif
9917 char XcursorImageLoadCursor ();
9918 int
9919 main ()
9920 {
9921 return XcursorImageLoadCursor ();
9922   ;
9923   return 0;
9924 }
9925 _ACEOF
9926 rm -f conftest.$ac_objext conftest$ac_exeext
9927 if { (ac_try="$ac_link"
9928 case "(($ac_try" in
9929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9930   *) ac_try_echo=$ac_try;;
9931 esac
9932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9933   (eval "$ac_link") 2>conftest.er1
9934   ac_status=$?
9935   grep -v '^ *+' conftest.er1 >conftest.err
9936   rm -f conftest.er1
9937   cat conftest.err >&5
9938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939   (exit $ac_status); } && {
9940          test -z "$ac_c_werror_flag" ||
9941          test ! -s conftest.err
9942        } && test -s conftest$ac_exeext &&
9943        $as_test_x conftest$ac_exeext; then
9944   case "$LIBEXT" in
9945     dll) ;;
9946     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'` ;;
9947     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9948   esac
9949 else
9950   echo "$as_me: failed program was:" >&5
9951 sed 's/^/| /' conftest.$ac_ext >&5
9952
9953
9954 fi
9955
9956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9957       conftest$ac_exeext conftest.$ac_ext
9958   LIBS=$ac_check_soname_save_LIBS
9959 fi
9960 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9961   { echo "$as_me:$LINENO: result: not found" >&5
9962 echo "${ECHO_T}not found" >&6; }
9963
9964 else
9965   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9966 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9967
9968 cat >>confdefs.h <<_ACEOF
9969 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9970 _ACEOF
9971
9972
9973 fi
9974
9975         fi
9976         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977   case "x$with_xcursor" in
9978   x)   wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9979   xno) ;;
9980   *)   { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9981 This is an error since --with-xcursor was requested." >&5
9982 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9983 This is an error since --with-xcursor was requested." >&2;}
9984    { (exit 1); exit 1; }; } ;;
9985 esac
9986 fi
9987
9988
9989                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9990         then
9991             { echo "$as_me:$LINENO: checking for -lXi" >&5
9992 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9993 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9994   echo $ECHO_N "(cached) $ECHO_C" >&6
9995 else
9996   ac_check_soname_save_LIBS=$LIBS
9997 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9998   cat >conftest.$ac_ext <<_ACEOF
9999 /* confdefs.h.  */
10000 _ACEOF
10001 cat confdefs.h >>conftest.$ac_ext
10002 cat >>conftest.$ac_ext <<_ACEOF
10003 /* end confdefs.h.  */
10004
10005 /* Override any GCC internal prototype to avoid an error.
10006    Use char because int might match the return type of a GCC
10007    builtin and then its argument prototype would still apply.  */
10008 #ifdef __cplusplus
10009 extern "C"
10010 #endif
10011 char XOpenDevice ();
10012 int
10013 main ()
10014 {
10015 return XOpenDevice ();
10016   ;
10017   return 0;
10018 }
10019 _ACEOF
10020 rm -f conftest.$ac_objext conftest$ac_exeext
10021 if { (ac_try="$ac_link"
10022 case "(($ac_try" in
10023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10024   *) ac_try_echo=$ac_try;;
10025 esac
10026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10027   (eval "$ac_link") 2>conftest.er1
10028   ac_status=$?
10029   grep -v '^ *+' conftest.er1 >conftest.err
10030   rm -f conftest.er1
10031   cat conftest.err >&5
10032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033   (exit $ac_status); } && {
10034          test -z "$ac_c_werror_flag" ||
10035          test ! -s conftest.err
10036        } && test -s conftest$ac_exeext &&
10037        $as_test_x conftest$ac_exeext; then
10038   case "$LIBEXT" in
10039     dll) ;;
10040     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'` ;;
10041     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10042   esac
10043 else
10044   echo "$as_me: failed program was:" >&5
10045 sed 's/^/| /' conftest.$ac_ext >&5
10046
10047
10048 fi
10049
10050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10051       conftest$ac_exeext conftest.$ac_ext
10052   LIBS=$ac_check_soname_save_LIBS
10053 fi
10054 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10055   { echo "$as_me:$LINENO: result: not found" >&5
10056 echo "${ECHO_T}not found" >&6; }
10057
10058 else
10059   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10060 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10061
10062 cat >>confdefs.h <<_ACEOF
10063 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10064 _ACEOF
10065
10066
10067 fi
10068
10069         fi
10070         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071   case "x$with_xinput" in
10072   x)   wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10073   xno) ;;
10074   *)   { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10075 This is an error since --with-xinput was requested." >&5
10076 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10077 This is an error since --with-xinput was requested." >&2;}
10078    { (exit 1); exit 1; }; } ;;
10079 esac
10080 fi
10081
10082
10083                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10084         then
10085               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10086 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10087 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10088   echo $ECHO_N "(cached) $ECHO_C" >&6
10089 else
10090   ac_check_lib_save_LIBS=$LIBS
10091 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10092 cat >conftest.$ac_ext <<_ACEOF
10093 /* confdefs.h.  */
10094 _ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h.  */
10098
10099 /* Override any GCC internal prototype to avoid an error.
10100    Use char because int might match the return type of a GCC
10101    builtin and then its argument prototype would still apply.  */
10102 #ifdef __cplusplus
10103 extern "C"
10104 #endif
10105 char XShmQueryExtension ();
10106 int
10107 main ()
10108 {
10109 return XShmQueryExtension ();
10110   ;
10111   return 0;
10112 }
10113 _ACEOF
10114 rm -f conftest.$ac_objext conftest$ac_exeext
10115 if { (ac_try="$ac_link"
10116 case "(($ac_try" in
10117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10118   *) ac_try_echo=$ac_try;;
10119 esac
10120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10121   (eval "$ac_link") 2>conftest.er1
10122   ac_status=$?
10123   grep -v '^ *+' conftest.er1 >conftest.err
10124   rm -f conftest.er1
10125   cat conftest.err >&5
10126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127   (exit $ac_status); } && {
10128          test -z "$ac_c_werror_flag" ||
10129          test ! -s conftest.err
10130        } && test -s conftest$ac_exeext &&
10131        $as_test_x conftest$ac_exeext; then
10132   ac_cv_lib_Xext_XShmQueryExtension=yes
10133 else
10134   echo "$as_me: failed program was:" >&5
10135 sed 's/^/| /' conftest.$ac_ext >&5
10136
10137         ac_cv_lib_Xext_XShmQueryExtension=no
10138 fi
10139
10140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10141       conftest$ac_exeext conftest.$ac_ext
10142 LIBS=$ac_check_lib_save_LIBS
10143 fi
10144 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10145 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10146 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10147
10148 cat >>confdefs.h <<\_ACEOF
10149 #define HAVE_LIBXXSHM 1
10150 _ACEOF
10151
10152 fi
10153
10154         fi
10155         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10156   case "x$with_xshm" in
10157   x)   wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10158   xno) ;;
10159   *)   { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10160 This is an error since --with-xshm was requested." >&5
10161 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10162 This is an error since --with-xshm was requested." >&2;}
10163    { (exit 1); exit 1; }; } ;;
10164 esac
10165 fi
10166
10167
10168                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10169         then
10170               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10171 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10172 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10173   echo $ECHO_N "(cached) $ECHO_C" >&6
10174 else
10175   ac_check_lib_save_LIBS=$LIBS
10176 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10177 cat >conftest.$ac_ext <<_ACEOF
10178 /* confdefs.h.  */
10179 _ACEOF
10180 cat confdefs.h >>conftest.$ac_ext
10181 cat >>conftest.$ac_ext <<_ACEOF
10182 /* end confdefs.h.  */
10183
10184 /* Override any GCC internal prototype to avoid an error.
10185    Use char because int might match the return type of a GCC
10186    builtin and then its argument prototype would still apply.  */
10187 #ifdef __cplusplus
10188 extern "C"
10189 #endif
10190 char XShapeQueryExtension ();
10191 int
10192 main ()
10193 {
10194 return XShapeQueryExtension ();
10195   ;
10196   return 0;
10197 }
10198 _ACEOF
10199 rm -f conftest.$ac_objext conftest$ac_exeext
10200 if { (ac_try="$ac_link"
10201 case "(($ac_try" in
10202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10203   *) ac_try_echo=$ac_try;;
10204 esac
10205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10206   (eval "$ac_link") 2>conftest.er1
10207   ac_status=$?
10208   grep -v '^ *+' conftest.er1 >conftest.err
10209   rm -f conftest.er1
10210   cat conftest.err >&5
10211   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212   (exit $ac_status); } && {
10213          test -z "$ac_c_werror_flag" ||
10214          test ! -s conftest.err
10215        } && test -s conftest$ac_exeext &&
10216        $as_test_x conftest$ac_exeext; then
10217   ac_cv_lib_Xext_XShapeQueryExtension=yes
10218 else
10219   echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10221
10222         ac_cv_lib_Xext_XShapeQueryExtension=no
10223 fi
10224
10225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10226       conftest$ac_exeext conftest.$ac_ext
10227 LIBS=$ac_check_lib_save_LIBS
10228 fi
10229 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10230 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10231 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10232
10233 cat >>confdefs.h <<\_ACEOF
10234 #define HAVE_LIBXSHAPE 1
10235 _ACEOF
10236
10237 fi
10238
10239         fi
10240         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10241   case "x$with_xshape" in
10242   x)   wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10243   xno) ;;
10244   *)   { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10245 This is an error since --with-xshape was requested." >&5
10246 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10247 This is an error since --with-xshape was requested." >&2;}
10248    { (exit 1); exit 1; }; } ;;
10249 esac
10250 fi
10251
10252
10253                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10254         then
10255                 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
10256 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
10257 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
10258   echo $ECHO_N "(cached) $ECHO_C" >&6
10259 else
10260   ac_check_lib_save_LIBS=$LIBS
10261 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10262 cat >conftest.$ac_ext <<_ACEOF
10263 /* confdefs.h.  */
10264 _ACEOF
10265 cat confdefs.h >>conftest.$ac_ext
10266 cat >>conftest.$ac_ext <<_ACEOF
10267 /* end confdefs.h.  */
10268
10269 /* Override any GCC internal prototype to avoid an error.
10270    Use char because int might match the return type of a GCC
10271    builtin and then its argument prototype would still apply.  */
10272 #ifdef __cplusplus
10273 extern "C"
10274 #endif
10275 char XF86VidModeQueryExtension ();
10276 int
10277 main ()
10278 {
10279 return XF86VidModeQueryExtension ();
10280   ;
10281   return 0;
10282 }
10283 _ACEOF
10284 rm -f conftest.$ac_objext conftest$ac_exeext
10285 if { (ac_try="$ac_link"
10286 case "(($ac_try" in
10287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10288   *) ac_try_echo=$ac_try;;
10289 esac
10290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10291   (eval "$ac_link") 2>conftest.er1
10292   ac_status=$?
10293   grep -v '^ *+' conftest.er1 >conftest.err
10294   rm -f conftest.er1
10295   cat conftest.err >&5
10296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297   (exit $ac_status); } && {
10298          test -z "$ac_c_werror_flag" ||
10299          test ! -s conftest.err
10300        } && test -s conftest$ac_exeext &&
10301        $as_test_x conftest$ac_exeext; then
10302   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
10303 else
10304   echo "$as_me: failed program was:" >&5
10305 sed 's/^/| /' conftest.$ac_ext >&5
10306
10307         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
10308 fi
10309
10310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10311       conftest$ac_exeext conftest.$ac_ext
10312 LIBS=$ac_check_lib_save_LIBS
10313 fi
10314 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
10315 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
10316 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
10317
10318 cat >>confdefs.h <<\_ACEOF
10319 #define HAVE_LIBXXF86VM 1
10320 _ACEOF
10321
10322                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
10323
10324 fi
10325
10326         fi
10327         if test "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" != "yes"; then
10328   case "x$with_xvidmode" in
10329   x)   wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10330   xno) ;;
10331   *)   { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10332 This is an error since --with-xvidmode was requested." >&5
10333 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10334 This is an error since --with-xvidmode was requested." >&2;}
10335    { (exit 1); exit 1; }; } ;;
10336 esac
10337 fi
10338
10339
10340                 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"
10341         then
10342             { echo "$as_me:$LINENO: checking for -lXrender" >&5
10343 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10344 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10345   echo $ECHO_N "(cached) $ECHO_C" >&6
10346 else
10347   ac_check_soname_save_LIBS=$LIBS
10348 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10349   cat >conftest.$ac_ext <<_ACEOF
10350 /* confdefs.h.  */
10351 _ACEOF
10352 cat confdefs.h >>conftest.$ac_ext
10353 cat >>conftest.$ac_ext <<_ACEOF
10354 /* end confdefs.h.  */
10355
10356 /* Override any GCC internal prototype to avoid an error.
10357    Use char because int might match the return type of a GCC
10358    builtin and then its argument prototype would still apply.  */
10359 #ifdef __cplusplus
10360 extern "C"
10361 #endif
10362 char XRenderQueryExtension ();
10363 int
10364 main ()
10365 {
10366 return XRenderQueryExtension ();
10367   ;
10368   return 0;
10369 }
10370 _ACEOF
10371 rm -f conftest.$ac_objext conftest$ac_exeext
10372 if { (ac_try="$ac_link"
10373 case "(($ac_try" in
10374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10375   *) ac_try_echo=$ac_try;;
10376 esac
10377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10378   (eval "$ac_link") 2>conftest.er1
10379   ac_status=$?
10380   grep -v '^ *+' conftest.er1 >conftest.err
10381   rm -f conftest.er1
10382   cat conftest.err >&5
10383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10384   (exit $ac_status); } && {
10385          test -z "$ac_c_werror_flag" ||
10386          test ! -s conftest.err
10387        } && test -s conftest$ac_exeext &&
10388        $as_test_x conftest$ac_exeext; then
10389   case "$LIBEXT" in
10390     dll) ;;
10391     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'` ;;
10392     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10393   esac
10394 else
10395   echo "$as_me: failed program was:" >&5
10396 sed 's/^/| /' conftest.$ac_ext >&5
10397
10398
10399 fi
10400
10401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10402       conftest$ac_exeext conftest.$ac_ext
10403   LIBS=$ac_check_soname_save_LIBS
10404 fi
10405 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10406   { echo "$as_me:$LINENO: result: not found" >&5
10407 echo "${ECHO_T}not found" >&6; }
10408
10409 else
10410   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10411 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10412
10413 cat >>confdefs.h <<_ACEOF
10414 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10415 _ACEOF
10416
10417        { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10418 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10419 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10420   echo $ECHO_N "(cached) $ECHO_C" >&6
10421 else
10422   ac_check_lib_save_LIBS=$LIBS
10423 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10424 cat >conftest.$ac_ext <<_ACEOF
10425 /* confdefs.h.  */
10426 _ACEOF
10427 cat confdefs.h >>conftest.$ac_ext
10428 cat >>conftest.$ac_ext <<_ACEOF
10429 /* end confdefs.h.  */
10430
10431 /* Override any GCC internal prototype to avoid an error.
10432    Use char because int might match the return type of a GCC
10433    builtin and then its argument prototype would still apply.  */
10434 #ifdef __cplusplus
10435 extern "C"
10436 #endif
10437 char XRenderSetPictureTransform ();
10438 int
10439 main ()
10440 {
10441 return XRenderSetPictureTransform ();
10442   ;
10443   return 0;
10444 }
10445 _ACEOF
10446 rm -f conftest.$ac_objext conftest$ac_exeext
10447 if { (ac_try="$ac_link"
10448 case "(($ac_try" in
10449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10450   *) ac_try_echo=$ac_try;;
10451 esac
10452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10453   (eval "$ac_link") 2>conftest.er1
10454   ac_status=$?
10455   grep -v '^ *+' conftest.er1 >conftest.err
10456   rm -f conftest.er1
10457   cat conftest.err >&5
10458   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10459   (exit $ac_status); } && {
10460          test -z "$ac_c_werror_flag" ||
10461          test ! -s conftest.err
10462        } && test -s conftest$ac_exeext &&
10463        $as_test_x conftest$ac_exeext; then
10464   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10465 else
10466   echo "$as_me: failed program was:" >&5
10467 sed 's/^/| /' conftest.$ac_ext >&5
10468
10469         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10470 fi
10471
10472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10473       conftest$ac_exeext conftest.$ac_ext
10474 LIBS=$ac_check_lib_save_LIBS
10475 fi
10476 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10477 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10478 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10479
10480 cat >>confdefs.h <<\_ACEOF
10481 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10482 _ACEOF
10483
10484 fi
10485
10486 fi
10487
10488
10489         fi
10490         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10491   case "x$with_xrender" in
10492   x)   wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10493   xno) ;;
10494   *)   { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10495 This is an error since --with-xrender was requested." >&5
10496 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10497 This is an error since --with-xrender was requested." >&2;}
10498    { (exit 1); exit 1; }; } ;;
10499 esac
10500 fi
10501
10502
10503                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10504         then
10505                 cat >conftest.$ac_ext <<_ACEOF
10506 /* confdefs.h.  */
10507 _ACEOF
10508 cat confdefs.h >>conftest.$ac_ext
10509 cat >>conftest.$ac_ext <<_ACEOF
10510 /* end confdefs.h.  */
10511 #include <X11/Xlib.h>
10512 #include <X11/extensions/Xrandr.h>
10513 int
10514 main ()
10515 {
10516 static typeof(XRRSetScreenConfigAndRate) * func;
10517   ;
10518   return 0;
10519 }
10520 _ACEOF
10521 rm -f conftest.$ac_objext
10522 if { (ac_try="$ac_compile"
10523 case "(($ac_try" in
10524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10525   *) ac_try_echo=$ac_try;;
10526 esac
10527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10528   (eval "$ac_compile") 2>conftest.er1
10529   ac_status=$?
10530   grep -v '^ *+' conftest.er1 >conftest.err
10531   rm -f conftest.er1
10532   cat conftest.err >&5
10533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10534   (exit $ac_status); } && {
10535          test -z "$ac_c_werror_flag" ||
10536          test ! -s conftest.err
10537        } && test -s conftest.$ac_objext; then
10538   { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10539 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10540 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10541   echo $ECHO_N "(cached) $ECHO_C" >&6
10542 else
10543   ac_check_soname_save_LIBS=$LIBS
10544 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10545   cat >conftest.$ac_ext <<_ACEOF
10546 /* confdefs.h.  */
10547 _ACEOF
10548 cat confdefs.h >>conftest.$ac_ext
10549 cat >>conftest.$ac_ext <<_ACEOF
10550 /* end confdefs.h.  */
10551
10552 /* Override any GCC internal prototype to avoid an error.
10553    Use char because int might match the return type of a GCC
10554    builtin and then its argument prototype would still apply.  */
10555 #ifdef __cplusplus
10556 extern "C"
10557 #endif
10558 char XRRQueryExtension ();
10559 int
10560 main ()
10561 {
10562 return XRRQueryExtension ();
10563   ;
10564   return 0;
10565 }
10566 _ACEOF
10567 rm -f conftest.$ac_objext conftest$ac_exeext
10568 if { (ac_try="$ac_link"
10569 case "(($ac_try" in
10570   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10571   *) ac_try_echo=$ac_try;;
10572 esac
10573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10574   (eval "$ac_link") 2>conftest.er1
10575   ac_status=$?
10576   grep -v '^ *+' conftest.er1 >conftest.err
10577   rm -f conftest.er1
10578   cat conftest.err >&5
10579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10580   (exit $ac_status); } && {
10581          test -z "$ac_c_werror_flag" ||
10582          test ! -s conftest.err
10583        } && test -s conftest$ac_exeext &&
10584        $as_test_x conftest$ac_exeext; then
10585   case "$LIBEXT" in
10586     dll) ;;
10587     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'` ;;
10588     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10589   esac
10590 else
10591   echo "$as_me: failed program was:" >&5
10592 sed 's/^/| /' conftest.$ac_ext >&5
10593
10594
10595 fi
10596
10597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10598       conftest$ac_exeext conftest.$ac_ext
10599   LIBS=$ac_check_soname_save_LIBS
10600 fi
10601 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10602   { echo "$as_me:$LINENO: result: not found" >&5
10603 echo "${ECHO_T}not found" >&6; }
10604
10605 else
10606   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10607 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10608
10609 cat >>confdefs.h <<_ACEOF
10610 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10611 _ACEOF
10612
10613
10614 fi
10615
10616 else
10617   echo "$as_me: failed program was:" >&5
10618 sed 's/^/| /' conftest.$ac_ext >&5
10619
10620
10621 fi
10622
10623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10624         fi
10625         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10626   case "x$with_xrandr" in
10627   x)   wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10628   xno) ;;
10629   *)   { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10630 This is an error since --with-xrandr was requested." >&5
10631 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10632 This is an error since --with-xrandr was requested." >&2;}
10633    { (exit 1); exit 1; }; } ;;
10634 esac
10635 fi
10636
10637
10638                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10639         then
10640                 cat >conftest.$ac_ext <<_ACEOF
10641 /* confdefs.h.  */
10642 _ACEOF
10643 cat confdefs.h >>conftest.$ac_ext
10644 cat >>conftest.$ac_ext <<_ACEOF
10645 /* end confdefs.h.  */
10646 #include <X11/Xlib.h>
10647 #include <X11/extensions/Xinerama.h>
10648 int
10649 main ()
10650 {
10651 static typeof(XineramaQueryScreens) * func;
10652   ;
10653   return 0;
10654 }
10655 _ACEOF
10656 rm -f conftest.$ac_objext
10657 if { (ac_try="$ac_compile"
10658 case "(($ac_try" in
10659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10660   *) ac_try_echo=$ac_try;;
10661 esac
10662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10663   (eval "$ac_compile") 2>conftest.er1
10664   ac_status=$?
10665   grep -v '^ *+' conftest.er1 >conftest.err
10666   rm -f conftest.er1
10667   cat conftest.err >&5
10668   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10669   (exit $ac_status); } && {
10670          test -z "$ac_c_werror_flag" ||
10671          test ! -s conftest.err
10672        } && test -s conftest.$ac_objext; then
10673   { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10674 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10675 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10676   echo $ECHO_N "(cached) $ECHO_C" >&6
10677 else
10678   ac_check_soname_save_LIBS=$LIBS
10679 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10680   cat >conftest.$ac_ext <<_ACEOF
10681 /* confdefs.h.  */
10682 _ACEOF
10683 cat confdefs.h >>conftest.$ac_ext
10684 cat >>conftest.$ac_ext <<_ACEOF
10685 /* end confdefs.h.  */
10686
10687 /* Override any GCC internal prototype to avoid an error.
10688    Use char because int might match the return type of a GCC
10689    builtin and then its argument prototype would still apply.  */
10690 #ifdef __cplusplus
10691 extern "C"
10692 #endif
10693 char XineramaQueryScreens ();
10694 int
10695 main ()
10696 {
10697 return XineramaQueryScreens ();
10698   ;
10699   return 0;
10700 }
10701 _ACEOF
10702 rm -f conftest.$ac_objext conftest$ac_exeext
10703 if { (ac_try="$ac_link"
10704 case "(($ac_try" in
10705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10706   *) ac_try_echo=$ac_try;;
10707 esac
10708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10709   (eval "$ac_link") 2>conftest.er1
10710   ac_status=$?
10711   grep -v '^ *+' conftest.er1 >conftest.err
10712   rm -f conftest.er1
10713   cat conftest.err >&5
10714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10715   (exit $ac_status); } && {
10716          test -z "$ac_c_werror_flag" ||
10717          test ! -s conftest.err
10718        } && test -s conftest$ac_exeext &&
10719        $as_test_x conftest$ac_exeext; then
10720   case "$LIBEXT" in
10721     dll) ;;
10722     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'` ;;
10723     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10724   esac
10725 else
10726   echo "$as_me: failed program was:" >&5
10727 sed 's/^/| /' conftest.$ac_ext >&5
10728
10729
10730 fi
10731
10732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10733       conftest$ac_exeext conftest.$ac_ext
10734   LIBS=$ac_check_soname_save_LIBS
10735 fi
10736 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10737   { echo "$as_me:$LINENO: result: not found" >&5
10738 echo "${ECHO_T}not found" >&6; }
10739
10740 else
10741   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10742 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10743
10744 cat >>confdefs.h <<_ACEOF
10745 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10746 _ACEOF
10747
10748
10749 fi
10750
10751 else
10752   echo "$as_me: failed program was:" >&5
10753 sed 's/^/| /' conftest.$ac_ext >&5
10754
10755
10756 fi
10757
10758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10759         fi
10760         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10761   case "x$with_xinerama" in
10762   x)   wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10763   xno) ;;
10764   *)   { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10765 This is an error since --with-xinerama was requested." >&5
10766 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10767 This is an error since --with-xinerama was requested." >&2;}
10768    { (exit 1); exit 1; }; } ;;
10769 esac
10770 fi
10771
10772
10773                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10774         then
10775             { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10776 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10777 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10778   echo $ECHO_N "(cached) $ECHO_C" >&6
10779 else
10780   ac_check_soname_save_LIBS=$LIBS
10781 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10782   cat >conftest.$ac_ext <<_ACEOF
10783 /* confdefs.h.  */
10784 _ACEOF
10785 cat confdefs.h >>conftest.$ac_ext
10786 cat >>conftest.$ac_ext <<_ACEOF
10787 /* end confdefs.h.  */
10788
10789 /* Override any GCC internal prototype to avoid an error.
10790    Use char because int might match the return type of a GCC
10791    builtin and then its argument prototype would still apply.  */
10792 #ifdef __cplusplus
10793 extern "C"
10794 #endif
10795 char XCompositeRedirectWindow ();
10796 int
10797 main ()
10798 {
10799 return XCompositeRedirectWindow ();
10800   ;
10801   return 0;
10802 }
10803 _ACEOF
10804 rm -f conftest.$ac_objext conftest$ac_exeext
10805 if { (ac_try="$ac_link"
10806 case "(($ac_try" in
10807   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10808   *) ac_try_echo=$ac_try;;
10809 esac
10810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10811   (eval "$ac_link") 2>conftest.er1
10812   ac_status=$?
10813   grep -v '^ *+' conftest.er1 >conftest.err
10814   rm -f conftest.er1
10815   cat conftest.err >&5
10816   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10817   (exit $ac_status); } && {
10818          test -z "$ac_c_werror_flag" ||
10819          test ! -s conftest.err
10820        } && test -s conftest$ac_exeext &&
10821        $as_test_x conftest$ac_exeext; then
10822   case "$LIBEXT" in
10823     dll) ;;
10824     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'` ;;
10825     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10826   esac
10827 else
10828   echo "$as_me: failed program was:" >&5
10829 sed 's/^/| /' conftest.$ac_ext >&5
10830
10831
10832 fi
10833
10834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10835       conftest$ac_exeext conftest.$ac_ext
10836   LIBS=$ac_check_soname_save_LIBS
10837 fi
10838 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10839   { echo "$as_me:$LINENO: result: not found" >&5
10840 echo "${ECHO_T}not found" >&6; }
10841
10842 else
10843   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10844 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10845
10846 cat >>confdefs.h <<_ACEOF
10847 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10848 _ACEOF
10849
10850
10851 fi
10852
10853         fi
10854         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10855   case "x$with_xcomposite" in
10856   x)   wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10857   xno) ;;
10858   *)   { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10859 This is an error since --with-xcomposite was requested." >&5
10860 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10861 This is an error since --with-xcomposite was requested." >&2;}
10862    { (exit 1); exit 1; }; } ;;
10863 esac
10864 fi
10865
10866
10867                 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10868 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10869 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10870   echo $ECHO_N "(cached) $ECHO_C" >&6
10871 else
10872   cat >conftest.$ac_ext <<_ACEOF
10873 /* confdefs.h.  */
10874 _ACEOF
10875 cat confdefs.h >>conftest.$ac_ext
10876 cat >>conftest.$ac_ext <<_ACEOF
10877 /* end confdefs.h.  */
10878 #ifdef HAVE_X11_XLIB_H
10879 #include <X11/Xlib.h>
10880 #endif
10881
10882 int
10883 main ()
10884 {
10885 static XICCallback ac_aggr;
10886 if (ac_aggr.callback)
10887 return 0;
10888   ;
10889   return 0;
10890 }
10891 _ACEOF
10892 rm -f conftest.$ac_objext
10893 if { (ac_try="$ac_compile"
10894 case "(($ac_try" in
10895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10896   *) ac_try_echo=$ac_try;;
10897 esac
10898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10899   (eval "$ac_compile") 2>conftest.er1
10900   ac_status=$?
10901   grep -v '^ *+' conftest.er1 >conftest.err
10902   rm -f conftest.er1
10903   cat conftest.err >&5
10904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10905   (exit $ac_status); } && {
10906          test -z "$ac_c_werror_flag" ||
10907          test ! -s conftest.err
10908        } && test -s conftest.$ac_objext; then
10909   ac_cv_member_XICCallback_callback=yes
10910 else
10911   echo "$as_me: failed program was:" >&5
10912 sed 's/^/| /' conftest.$ac_ext >&5
10913
10914         cat >conftest.$ac_ext <<_ACEOF
10915 /* confdefs.h.  */
10916 _ACEOF
10917 cat confdefs.h >>conftest.$ac_ext
10918 cat >>conftest.$ac_ext <<_ACEOF
10919 /* end confdefs.h.  */
10920 #ifdef HAVE_X11_XLIB_H
10921 #include <X11/Xlib.h>
10922 #endif
10923
10924 int
10925 main ()
10926 {
10927 static XICCallback ac_aggr;
10928 if (sizeof ac_aggr.callback)
10929 return 0;
10930   ;
10931   return 0;
10932 }
10933 _ACEOF
10934 rm -f conftest.$ac_objext
10935 if { (ac_try="$ac_compile"
10936 case "(($ac_try" in
10937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10938   *) ac_try_echo=$ac_try;;
10939 esac
10940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10941   (eval "$ac_compile") 2>conftest.er1
10942   ac_status=$?
10943   grep -v '^ *+' conftest.er1 >conftest.err
10944   rm -f conftest.er1
10945   cat conftest.err >&5
10946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947   (exit $ac_status); } && {
10948          test -z "$ac_c_werror_flag" ||
10949          test ! -s conftest.err
10950        } && test -s conftest.$ac_objext; then
10951   ac_cv_member_XICCallback_callback=yes
10952 else
10953   echo "$as_me: failed program was:" >&5
10954 sed 's/^/| /' conftest.$ac_ext >&5
10955
10956         ac_cv_member_XICCallback_callback=no
10957 fi
10958
10959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10960 fi
10961
10962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10963 fi
10964 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10965 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10966 if test $ac_cv_member_XICCallback_callback = yes; then
10967
10968 cat >>confdefs.h <<_ACEOF
10969 #define HAVE_XICCALLBACK_CALLBACK 1
10970 _ACEOF
10971
10972
10973 fi
10974
10975
10976
10977         opengl_msg=""
10978     if test "x$with_opengl" != "xno"
10979     then
10980
10981
10982
10983
10984 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10985 do
10986 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10987 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10988 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10989 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10990   echo $ECHO_N "(cached) $ECHO_C" >&6
10991 else
10992   cat >conftest.$ac_ext <<_ACEOF
10993 /* confdefs.h.  */
10994 _ACEOF
10995 cat confdefs.h >>conftest.$ac_ext
10996 cat >>conftest.$ac_ext <<_ACEOF
10997 /* end confdefs.h.  */
10998 #ifdef HAVE_GL_GLX_H
10999 # include <GL/glx.h>
11000 #endif
11001
11002 #include <$ac_header>
11003 _ACEOF
11004 rm -f conftest.$ac_objext
11005 if { (ac_try="$ac_compile"
11006 case "(($ac_try" in
11007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11008   *) ac_try_echo=$ac_try;;
11009 esac
11010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11011   (eval "$ac_compile") 2>conftest.er1
11012   ac_status=$?
11013   grep -v '^ *+' conftest.er1 >conftest.err
11014   rm -f conftest.er1
11015   cat conftest.err >&5
11016   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11017   (exit $ac_status); } && {
11018          test -z "$ac_c_werror_flag" ||
11019          test ! -s conftest.err
11020        } && test -s conftest.$ac_objext; then
11021   eval "$as_ac_Header=yes"
11022 else
11023   echo "$as_me: failed program was:" >&5
11024 sed 's/^/| /' conftest.$ac_ext >&5
11025
11026         eval "$as_ac_Header=no"
11027 fi
11028
11029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11030 fi
11031 ac_res=`eval echo '${'$as_ac_Header'}'`
11032                { echo "$as_me:$LINENO: result: $ac_res" >&5
11033 echo "${ECHO_T}$ac_res" >&6; }
11034 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11035   cat >>confdefs.h <<_ACEOF
11036 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11037 _ACEOF
11038
11039 fi
11040
11041 done
11042
11043         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11044         then
11045                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11046 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11047 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11048   echo $ECHO_N "(cached) $ECHO_C" >&6
11049 else
11050   cat >conftest.$ac_ext <<_ACEOF
11051 /* confdefs.h.  */
11052 _ACEOF
11053 cat confdefs.h >>conftest.$ac_ext
11054 cat >>conftest.$ac_ext <<_ACEOF
11055 /* end confdefs.h.  */
11056 #include <GL/gl.h>
11057 int
11058 main ()
11059 {
11060 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11061   ;
11062   return 0;
11063 }
11064 _ACEOF
11065 rm -f conftest.$ac_objext
11066 if { (ac_try="$ac_compile"
11067 case "(($ac_try" in
11068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11069   *) ac_try_echo=$ac_try;;
11070 esac
11071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11072   (eval "$ac_compile") 2>conftest.er1
11073   ac_status=$?
11074   grep -v '^ *+' conftest.er1 >conftest.err
11075   rm -f conftest.er1
11076   cat conftest.err >&5
11077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11078   (exit $ac_status); } && {
11079          test -z "$ac_c_werror_flag" ||
11080          test ! -s conftest.err
11081        } && test -s conftest.$ac_objext; then
11082   wine_cv_opengl_header_version_OK="yes"
11083 else
11084   echo "$as_me: failed program was:" >&5
11085 sed 's/^/| /' conftest.$ac_ext >&5
11086
11087         wine_cv_opengl_header_version_OK="no"
11088 fi
11089
11090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11091 fi
11092 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11093 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11094
11095             if test "$wine_cv_opengl_header_version_OK" = "yes"
11096             then
11097                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
11098 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11099 if test "${ac_cv_lib_soname_GL+set}" = set; then
11100   echo $ECHO_N "(cached) $ECHO_C" >&6
11101 else
11102   ac_check_soname_save_LIBS=$LIBS
11103 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11104   cat >conftest.$ac_ext <<_ACEOF
11105 /* confdefs.h.  */
11106 _ACEOF
11107 cat confdefs.h >>conftest.$ac_ext
11108 cat >>conftest.$ac_ext <<_ACEOF
11109 /* end confdefs.h.  */
11110
11111 /* Override any GCC internal prototype to avoid an error.
11112    Use char because int might match the return type of a GCC
11113    builtin and then its argument prototype would still apply.  */
11114 #ifdef __cplusplus
11115 extern "C"
11116 #endif
11117 char glXCreateContext ();
11118 int
11119 main ()
11120 {
11121 return glXCreateContext ();
11122   ;
11123   return 0;
11124 }
11125 _ACEOF
11126 rm -f conftest.$ac_objext conftest$ac_exeext
11127 if { (ac_try="$ac_link"
11128 case "(($ac_try" in
11129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11130   *) ac_try_echo=$ac_try;;
11131 esac
11132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11133   (eval "$ac_link") 2>conftest.er1
11134   ac_status=$?
11135   grep -v '^ *+' conftest.er1 >conftest.err
11136   rm -f conftest.er1
11137   cat conftest.err >&5
11138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11139   (exit $ac_status); } && {
11140          test -z "$ac_c_werror_flag" ||
11141          test ! -s conftest.err
11142        } && test -s conftest$ac_exeext &&
11143        $as_test_x conftest$ac_exeext; then
11144   case "$LIBEXT" in
11145     dll) ;;
11146     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'` ;;
11147     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11148   esac
11149 else
11150   echo "$as_me: failed program was:" >&5
11151 sed 's/^/| /' conftest.$ac_ext >&5
11152
11153
11154 fi
11155
11156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11157       conftest$ac_exeext conftest.$ac_ext
11158   LIBS=$ac_check_soname_save_LIBS
11159 fi
11160 if test "x$ac_cv_lib_soname_GL" = "x"; then
11161   { echo "$as_me:$LINENO: result: not found" >&5
11162 echo "${ECHO_T}not found" >&6; }
11163        { echo "$as_me:$LINENO: checking for -lGL" >&5
11164 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11165 if test "${ac_cv_lib_soname_GL+set}" = set; then
11166   echo $ECHO_N "(cached) $ECHO_C" >&6
11167 else
11168   ac_check_soname_save_LIBS=$LIBS
11169 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"
11170   cat >conftest.$ac_ext <<_ACEOF
11171 /* confdefs.h.  */
11172 _ACEOF
11173 cat confdefs.h >>conftest.$ac_ext
11174 cat >>conftest.$ac_ext <<_ACEOF
11175 /* end confdefs.h.  */
11176
11177 /* Override any GCC internal prototype to avoid an error.
11178    Use char because int might match the return type of a GCC
11179    builtin and then its argument prototype would still apply.  */
11180 #ifdef __cplusplus
11181 extern "C"
11182 #endif
11183 char glXCreateContext ();
11184 int
11185 main ()
11186 {
11187 return glXCreateContext ();
11188   ;
11189   return 0;
11190 }
11191 _ACEOF
11192 rm -f conftest.$ac_objext conftest$ac_exeext
11193 if { (ac_try="$ac_link"
11194 case "(($ac_try" in
11195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11196   *) ac_try_echo=$ac_try;;
11197 esac
11198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11199   (eval "$ac_link") 2>conftest.er1
11200   ac_status=$?
11201   grep -v '^ *+' conftest.er1 >conftest.err
11202   rm -f conftest.er1
11203   cat conftest.err >&5
11204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11205   (exit $ac_status); } && {
11206          test -z "$ac_c_werror_flag" ||
11207          test ! -s conftest.err
11208        } && test -s conftest$ac_exeext &&
11209        $as_test_x conftest$ac_exeext; then
11210   case "$LIBEXT" in
11211     dll) ;;
11212     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'` ;;
11213     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11214   esac
11215 else
11216   echo "$as_me: failed program was:" >&5
11217 sed 's/^/| /' conftest.$ac_ext >&5
11218
11219
11220 fi
11221
11222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11223       conftest$ac_exeext conftest.$ac_ext
11224   LIBS=$ac_check_soname_save_LIBS
11225 fi
11226 if test "x$ac_cv_lib_soname_GL" = "x"; then
11227   { echo "$as_me:$LINENO: result: not found" >&5
11228 echo "${ECHO_T}not found" >&6; }
11229        if test -f /usr/X11R6/lib/libGL.a
11230                                     then
11231                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11232 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11233                                     else
11234                                         opengl_msg="No OpenGL library found on this system."
11235                                     fi
11236 else
11237   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11238 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11239
11240 cat >>confdefs.h <<_ACEOF
11241 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11242 _ACEOF
11243
11244        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"
11245                                     OPENGLFILES='$(OPENGLFILES)'
11246
11247 cat >>confdefs.h <<\_ACEOF
11248 #define HAVE_OPENGL 1
11249 _ACEOF
11250
11251 fi
11252
11253 else
11254   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11255 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11256
11257 cat >>confdefs.h <<_ACEOF
11258 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11259 _ACEOF
11260
11261        OPENGL_LIBS="-lGL"
11262                              OPENGLFILES='$(OPENGLFILES)'
11263
11264 cat >>confdefs.h <<\_ACEOF
11265 #define HAVE_OPENGL 1
11266 _ACEOF
11267
11268 fi
11269
11270                  if test "$ac_cv_header_GL_glu_h" = "yes"
11271                  then
11272                     { echo "$as_me:$LINENO: checking for -lGLU" >&5
11273 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11274 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11275   echo $ECHO_N "(cached) $ECHO_C" >&6
11276 else
11277   ac_check_soname_save_LIBS=$LIBS
11278 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11279   cat >conftest.$ac_ext <<_ACEOF
11280 /* confdefs.h.  */
11281 _ACEOF
11282 cat confdefs.h >>conftest.$ac_ext
11283 cat >>conftest.$ac_ext <<_ACEOF
11284 /* end confdefs.h.  */
11285
11286 /* Override any GCC internal prototype to avoid an error.
11287    Use char because int might match the return type of a GCC
11288    builtin and then its argument prototype would still apply.  */
11289 #ifdef __cplusplus
11290 extern "C"
11291 #endif
11292 char gluLookAt ();
11293 int
11294 main ()
11295 {
11296 return gluLookAt ();
11297   ;
11298   return 0;
11299 }
11300 _ACEOF
11301 rm -f conftest.$ac_objext conftest$ac_exeext
11302 if { (ac_try="$ac_link"
11303 case "(($ac_try" in
11304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11305   *) ac_try_echo=$ac_try;;
11306 esac
11307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11308   (eval "$ac_link") 2>conftest.er1
11309   ac_status=$?
11310   grep -v '^ *+' conftest.er1 >conftest.err
11311   rm -f conftest.er1
11312   cat conftest.err >&5
11313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11314   (exit $ac_status); } && {
11315          test -z "$ac_c_werror_flag" ||
11316          test ! -s conftest.err
11317        } && test -s conftest$ac_exeext &&
11318        $as_test_x conftest$ac_exeext; then
11319   case "$LIBEXT" in
11320     dll) ;;
11321     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'` ;;
11322     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11323   esac
11324 else
11325   echo "$as_me: failed program was:" >&5
11326 sed 's/^/| /' conftest.$ac_ext >&5
11327
11328
11329 fi
11330
11331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11332       conftest$ac_exeext conftest.$ac_ext
11333   LIBS=$ac_check_soname_save_LIBS
11334 fi
11335 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11336   { echo "$as_me:$LINENO: result: not found" >&5
11337 echo "${ECHO_T}not found" >&6; }
11338
11339 else
11340   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11341 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11342
11343 cat >>confdefs.h <<_ACEOF
11344 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11345 _ACEOF
11346
11347        GLU32FILES='$(GLU32FILES)'
11348 fi
11349
11350                  fi
11351                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11352   case "x$with_glu" in
11353   x)   wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11354   xno) ;;
11355   *)   { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11356 This is an error since --with-glu was requested." >&5
11357 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11358 This is an error since --with-glu was requested." >&2;}
11359    { (exit 1); exit 1; }; } ;;
11360 esac
11361 fi
11362
11363              else
11364                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11365              fi
11366          else
11367              opengl_msg="OpenGL development headers not found."
11368          fi
11369     fi
11370     if test -n "$opengl_msg"; then
11371   case "x$with_opengl" in
11372   x)   wine_warnings="$wine_warnings|$opengl_msg
11373 OpenGL and Direct3D won't be supported." ;;
11374   xno) ;;
11375   *)   { { echo "$as_me:$LINENO: error: $opengl_msg
11376 OpenGL and Direct3D won't be supported.
11377 This is an error since --with-opengl was requested." >&5
11378 echo "$as_me: error: $opengl_msg
11379 OpenGL and Direct3D won't be supported.
11380 This is an error since --with-opengl was requested." >&2;}
11381    { (exit 1); exit 1; }; } ;;
11382 esac
11383 fi
11384
11385
11386         NASLIBS=""
11387
11388
11389 for ac_header in audio/audiolib.h
11390 do
11391 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11392 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11393   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11394 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11395 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11396   echo $ECHO_N "(cached) $ECHO_C" >&6
11397 fi
11398 ac_res=`eval echo '${'$as_ac_Header'}'`
11399                { echo "$as_me:$LINENO: result: $ac_res" >&5
11400 echo "${ECHO_T}$ac_res" >&6; }
11401 else
11402   # Is the header compilable?
11403 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11404 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11405 cat >conftest.$ac_ext <<_ACEOF
11406 /* confdefs.h.  */
11407 _ACEOF
11408 cat confdefs.h >>conftest.$ac_ext
11409 cat >>conftest.$ac_ext <<_ACEOF
11410 /* end confdefs.h.  */
11411 $ac_includes_default
11412 #include <$ac_header>
11413 _ACEOF
11414 rm -f conftest.$ac_objext
11415 if { (ac_try="$ac_compile"
11416 case "(($ac_try" in
11417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11418   *) ac_try_echo=$ac_try;;
11419 esac
11420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11421   (eval "$ac_compile") 2>conftest.er1
11422   ac_status=$?
11423   grep -v '^ *+' conftest.er1 >conftest.err
11424   rm -f conftest.er1
11425   cat conftest.err >&5
11426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427   (exit $ac_status); } && {
11428          test -z "$ac_c_werror_flag" ||
11429          test ! -s conftest.err
11430        } && test -s conftest.$ac_objext; then
11431   ac_header_compiler=yes
11432 else
11433   echo "$as_me: failed program was:" >&5
11434 sed 's/^/| /' conftest.$ac_ext >&5
11435
11436         ac_header_compiler=no
11437 fi
11438
11439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11440 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11441 echo "${ECHO_T}$ac_header_compiler" >&6; }
11442
11443 # Is the header present?
11444 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11445 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11446 cat >conftest.$ac_ext <<_ACEOF
11447 /* confdefs.h.  */
11448 _ACEOF
11449 cat confdefs.h >>conftest.$ac_ext
11450 cat >>conftest.$ac_ext <<_ACEOF
11451 /* end confdefs.h.  */
11452 #include <$ac_header>
11453 _ACEOF
11454 if { (ac_try="$ac_cpp conftest.$ac_ext"
11455 case "(($ac_try" in
11456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11457   *) ac_try_echo=$ac_try;;
11458 esac
11459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11460   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11461   ac_status=$?
11462   grep -v '^ *+' conftest.er1 >conftest.err
11463   rm -f conftest.er1
11464   cat conftest.err >&5
11465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11466   (exit $ac_status); } >/dev/null && {
11467          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11468          test ! -s conftest.err
11469        }; then
11470   ac_header_preproc=yes
11471 else
11472   echo "$as_me: failed program was:" >&5
11473 sed 's/^/| /' conftest.$ac_ext >&5
11474
11475   ac_header_preproc=no
11476 fi
11477
11478 rm -f conftest.err conftest.$ac_ext
11479 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11480 echo "${ECHO_T}$ac_header_preproc" >&6; }
11481
11482 # So?  What about this header?
11483 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11484   yes:no: )
11485     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11486 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11487     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11488 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11489     ac_header_preproc=yes
11490     ;;
11491   no:yes:* )
11492     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11493 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11494     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11495 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11496     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11497 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11498     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11499 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11500     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11501 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11502     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11503 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11504     ( cat <<\_ASBOX
11505 ## ------------------------------------ ##
11506 ## Report this to wine-devel@winehq.org ##
11507 ## ------------------------------------ ##
11508 _ASBOX
11509      ) | sed "s/^/$as_me: WARNING:     /" >&2
11510     ;;
11511 esac
11512 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11513 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11514 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11515   echo $ECHO_N "(cached) $ECHO_C" >&6
11516 else
11517   eval "$as_ac_Header=\$ac_header_preproc"
11518 fi
11519 ac_res=`eval echo '${'$as_ac_Header'}'`
11520                { echo "$as_me:$LINENO: result: $ac_res" >&5
11521 echo "${ECHO_T}$ac_res" >&6; }
11522
11523 fi
11524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11525   cat >>confdefs.h <<_ACEOF
11526 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11527 _ACEOF
11528
11529 for ac_header in audio/soundlib.h
11530 do
11531 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11532 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11535   echo $ECHO_N "(cached) $ECHO_C" >&6
11536 else
11537   cat >conftest.$ac_ext <<_ACEOF
11538 /* confdefs.h.  */
11539 _ACEOF
11540 cat confdefs.h >>conftest.$ac_ext
11541 cat >>conftest.$ac_ext <<_ACEOF
11542 /* end confdefs.h.  */
11543 #include <audio/audiolib.h>
11544
11545 #include <$ac_header>
11546 _ACEOF
11547 rm -f conftest.$ac_objext
11548 if { (ac_try="$ac_compile"
11549 case "(($ac_try" in
11550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11551   *) ac_try_echo=$ac_try;;
11552 esac
11553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11554   (eval "$ac_compile") 2>conftest.er1
11555   ac_status=$?
11556   grep -v '^ *+' conftest.er1 >conftest.err
11557   rm -f conftest.er1
11558   cat conftest.err >&5
11559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11560   (exit $ac_status); } && {
11561          test -z "$ac_c_werror_flag" ||
11562          test ! -s conftest.err
11563        } && test -s conftest.$ac_objext; then
11564   eval "$as_ac_Header=yes"
11565 else
11566   echo "$as_me: failed program was:" >&5
11567 sed 's/^/| /' conftest.$ac_ext >&5
11568
11569         eval "$as_ac_Header=no"
11570 fi
11571
11572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11573 fi
11574 ac_res=`eval echo '${'$as_ac_Header'}'`
11575                { echo "$as_me:$LINENO: result: $ac_res" >&5
11576 echo "${ECHO_T}$ac_res" >&6; }
11577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11578   cat >>confdefs.h <<_ACEOF
11579 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11580 _ACEOF
11581
11582 fi
11583
11584 done
11585
11586           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11587 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11588 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11589   echo $ECHO_N "(cached) $ECHO_C" >&6
11590 else
11591   ac_check_lib_save_LIBS=$LIBS
11592 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11593 cat >conftest.$ac_ext <<_ACEOF
11594 /* confdefs.h.  */
11595 _ACEOF
11596 cat confdefs.h >>conftest.$ac_ext
11597 cat >>conftest.$ac_ext <<_ACEOF
11598 /* end confdefs.h.  */
11599
11600 /* Override any GCC internal prototype to avoid an error.
11601    Use char because int might match the return type of a GCC
11602    builtin and then its argument prototype would still apply.  */
11603 #ifdef __cplusplus
11604 extern "C"
11605 #endif
11606 char AuCreateFlow ();
11607 int
11608 main ()
11609 {
11610 return AuCreateFlow ();
11611   ;
11612   return 0;
11613 }
11614 _ACEOF
11615 rm -f conftest.$ac_objext conftest$ac_exeext
11616 if { (ac_try="$ac_link"
11617 case "(($ac_try" in
11618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11619   *) ac_try_echo=$ac_try;;
11620 esac
11621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11622   (eval "$ac_link") 2>conftest.er1
11623   ac_status=$?
11624   grep -v '^ *+' conftest.er1 >conftest.err
11625   rm -f conftest.er1
11626   cat conftest.err >&5
11627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11628   (exit $ac_status); } && {
11629          test -z "$ac_c_werror_flag" ||
11630          test ! -s conftest.err
11631        } && test -s conftest$ac_exeext &&
11632        $as_test_x conftest$ac_exeext; then
11633   ac_cv_lib_audio_AuCreateFlow=yes
11634 else
11635   echo "$as_me: failed program was:" >&5
11636 sed 's/^/| /' conftest.$ac_ext >&5
11637
11638         ac_cv_lib_audio_AuCreateFlow=no
11639 fi
11640
11641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11642       conftest$ac_exeext conftest.$ac_ext
11643 LIBS=$ac_check_lib_save_LIBS
11644 fi
11645 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11646 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11647 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11648
11649 cat >>confdefs.h <<\_ACEOF
11650 #define HAVE_NAS 1
11651 _ACEOF
11652
11653                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11654 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11655 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11656   echo $ECHO_N "(cached) $ECHO_C" >&6
11657 else
11658   ac_check_lib_save_LIBS=$LIBS
11659 LIBS="-lXau $X_LIBS $LIBS"
11660 cat >conftest.$ac_ext <<_ACEOF
11661 /* confdefs.h.  */
11662 _ACEOF
11663 cat confdefs.h >>conftest.$ac_ext
11664 cat >>conftest.$ac_ext <<_ACEOF
11665 /* end confdefs.h.  */
11666
11667 /* Override any GCC internal prototype to avoid an error.
11668    Use char because int might match the return type of a GCC
11669    builtin and then its argument prototype would still apply.  */
11670 #ifdef __cplusplus
11671 extern "C"
11672 #endif
11673 char XauGetBestAuthByAddr ();
11674 int
11675 main ()
11676 {
11677 return XauGetBestAuthByAddr ();
11678   ;
11679   return 0;
11680 }
11681 _ACEOF
11682 rm -f conftest.$ac_objext conftest$ac_exeext
11683 if { (ac_try="$ac_link"
11684 case "(($ac_try" in
11685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11686   *) ac_try_echo=$ac_try;;
11687 esac
11688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11689   (eval "$ac_link") 2>conftest.er1
11690   ac_status=$?
11691   grep -v '^ *+' conftest.er1 >conftest.err
11692   rm -f conftest.er1
11693   cat conftest.err >&5
11694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11695   (exit $ac_status); } && {
11696          test -z "$ac_c_werror_flag" ||
11697          test ! -s conftest.err
11698        } && test -s conftest$ac_exeext &&
11699        $as_test_x conftest$ac_exeext; then
11700   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11701 else
11702   echo "$as_me: failed program was:" >&5
11703 sed 's/^/| /' conftest.$ac_ext >&5
11704
11705         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11706 fi
11707
11708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11709       conftest$ac_exeext conftest.$ac_ext
11710 LIBS=$ac_check_lib_save_LIBS
11711 fi
11712 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11713 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11714 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11715   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11716 else
11717   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11718 fi
11719
11720
11721 fi
11722
11723 fi
11724
11725 done
11726
11727
11728     CPPFLAGS="$ac_save_CPPFLAGS"
11729     XFILES='$(XFILES)'
11730 else
11731     XLIB=""
11732     X_CFLAGS=""
11733     X_LIBS=""
11734 fi
11735 if test "x$XLIB" = "x"; then
11736   case "x$with_x" in
11737   xno) ;;
11738   *)   { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11739 without X support, which probably isn't what you want. You will need to install
11740 development packages of Xlib/Xfree86 at the very least.
11741 Use the --without-x option if you really want this." >&5
11742 echo "$as_me: error: X development files not found. Wine will be built
11743 without X support, which probably isn't what you want. You will need to install
11744 development packages of Xlib/Xfree86 at the very least.
11745 Use the --without-x option if you really want this." >&2;}
11746    { (exit 1); exit 1; }; } ;;
11747 esac
11748 fi
11749
11750
11751
11752 XML2LIBS=""
11753
11754 XML2INCL=""
11755
11756 XSLTLIBS=""
11757
11758 XSLTINCL=""
11759
11760 if test "x$with_xml" != "xno"
11761 then
11762     ac_save_CPPFLAGS="$CPPFLAGS"
11763     if test "$PKG_CONFIG" != "false"
11764     then
11765         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11766         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11767     else
11768         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11769         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
11770     fi
11771     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11772
11773 for ac_header in libxml/parser.h
11774 do
11775 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11776 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11777   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11778 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11779 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11780   echo $ECHO_N "(cached) $ECHO_C" >&6
11781 fi
11782 ac_res=`eval echo '${'$as_ac_Header'}'`
11783                { echo "$as_me:$LINENO: result: $ac_res" >&5
11784 echo "${ECHO_T}$ac_res" >&6; }
11785 else
11786   # Is the header compilable?
11787 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11788 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11789 cat >conftest.$ac_ext <<_ACEOF
11790 /* confdefs.h.  */
11791 _ACEOF
11792 cat confdefs.h >>conftest.$ac_ext
11793 cat >>conftest.$ac_ext <<_ACEOF
11794 /* end confdefs.h.  */
11795 $ac_includes_default
11796 #include <$ac_header>
11797 _ACEOF
11798 rm -f conftest.$ac_objext
11799 if { (ac_try="$ac_compile"
11800 case "(($ac_try" in
11801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11802   *) ac_try_echo=$ac_try;;
11803 esac
11804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11805   (eval "$ac_compile") 2>conftest.er1
11806   ac_status=$?
11807   grep -v '^ *+' conftest.er1 >conftest.err
11808   rm -f conftest.er1
11809   cat conftest.err >&5
11810   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11811   (exit $ac_status); } && {
11812          test -z "$ac_c_werror_flag" ||
11813          test ! -s conftest.err
11814        } && test -s conftest.$ac_objext; then
11815   ac_header_compiler=yes
11816 else
11817   echo "$as_me: failed program was:" >&5
11818 sed 's/^/| /' conftest.$ac_ext >&5
11819
11820         ac_header_compiler=no
11821 fi
11822
11823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11824 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11825 echo "${ECHO_T}$ac_header_compiler" >&6; }
11826
11827 # Is the header present?
11828 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11829 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11830 cat >conftest.$ac_ext <<_ACEOF
11831 /* confdefs.h.  */
11832 _ACEOF
11833 cat confdefs.h >>conftest.$ac_ext
11834 cat >>conftest.$ac_ext <<_ACEOF
11835 /* end confdefs.h.  */
11836 #include <$ac_header>
11837 _ACEOF
11838 if { (ac_try="$ac_cpp conftest.$ac_ext"
11839 case "(($ac_try" in
11840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11841   *) ac_try_echo=$ac_try;;
11842 esac
11843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11844   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11845   ac_status=$?
11846   grep -v '^ *+' conftest.er1 >conftest.err
11847   rm -f conftest.er1
11848   cat conftest.err >&5
11849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11850   (exit $ac_status); } >/dev/null && {
11851          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11852          test ! -s conftest.err
11853        }; then
11854   ac_header_preproc=yes
11855 else
11856   echo "$as_me: failed program was:" >&5
11857 sed 's/^/| /' conftest.$ac_ext >&5
11858
11859   ac_header_preproc=no
11860 fi
11861
11862 rm -f conftest.err conftest.$ac_ext
11863 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11864 echo "${ECHO_T}$ac_header_preproc" >&6; }
11865
11866 # So?  What about this header?
11867 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11868   yes:no: )
11869     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11870 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11871     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11872 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11873     ac_header_preproc=yes
11874     ;;
11875   no:yes:* )
11876     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11877 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11878     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11879 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11880     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11881 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11882     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11883 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11884     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11885 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11886     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11887 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11888     ( cat <<\_ASBOX
11889 ## ------------------------------------ ##
11890 ## Report this to wine-devel@winehq.org ##
11891 ## ------------------------------------ ##
11892 _ASBOX
11893      ) | sed "s/^/$as_me: WARNING:     /" >&2
11894     ;;
11895 esac
11896 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11897 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11898 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11899   echo $ECHO_N "(cached) $ECHO_C" >&6
11900 else
11901   eval "$as_ac_Header=\$ac_header_preproc"
11902 fi
11903 ac_res=`eval echo '${'$as_ac_Header'}'`
11904                { echo "$as_me:$LINENO: result: $ac_res" >&5
11905 echo "${ECHO_T}$ac_res" >&6; }
11906
11907 fi
11908 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11909   cat >>confdefs.h <<_ACEOF
11910 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11911 _ACEOF
11912  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11913 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11914 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11915   echo $ECHO_N "(cached) $ECHO_C" >&6
11916 else
11917   ac_check_lib_save_LIBS=$LIBS
11918 LIBS="-lxml2 $ac_xml_libs $LIBS"
11919 cat >conftest.$ac_ext <<_ACEOF
11920 /* confdefs.h.  */
11921 _ACEOF
11922 cat confdefs.h >>conftest.$ac_ext
11923 cat >>conftest.$ac_ext <<_ACEOF
11924 /* end confdefs.h.  */
11925
11926 /* Override any GCC internal prototype to avoid an error.
11927    Use char because int might match the return type of a GCC
11928    builtin and then its argument prototype would still apply.  */
11929 #ifdef __cplusplus
11930 extern "C"
11931 #endif
11932 char xmlParseMemory ();
11933 int
11934 main ()
11935 {
11936 return xmlParseMemory ();
11937   ;
11938   return 0;
11939 }
11940 _ACEOF
11941 rm -f conftest.$ac_objext conftest$ac_exeext
11942 if { (ac_try="$ac_link"
11943 case "(($ac_try" in
11944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11945   *) ac_try_echo=$ac_try;;
11946 esac
11947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11948   (eval "$ac_link") 2>conftest.er1
11949   ac_status=$?
11950   grep -v '^ *+' conftest.er1 >conftest.err
11951   rm -f conftest.er1
11952   cat conftest.err >&5
11953   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11954   (exit $ac_status); } && {
11955          test -z "$ac_c_werror_flag" ||
11956          test ! -s conftest.err
11957        } && test -s conftest$ac_exeext &&
11958        $as_test_x conftest$ac_exeext; then
11959   ac_cv_lib_xml2_xmlParseMemory=yes
11960 else
11961   echo "$as_me: failed program was:" >&5
11962 sed 's/^/| /' conftest.$ac_ext >&5
11963
11964         ac_cv_lib_xml2_xmlParseMemory=no
11965 fi
11966
11967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11968       conftest$ac_exeext conftest.$ac_ext
11969 LIBS=$ac_check_lib_save_LIBS
11970 fi
11971 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11972 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11973 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11974
11975 cat >>confdefs.h <<\_ACEOF
11976 #define HAVE_LIBXML2 1
11977 _ACEOF
11978
11979                  XML2LIBS="$ac_xml_libs"
11980                  XML2INCL="$ac_xml_cflags"
11981 fi
11982
11983              { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11984 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11985 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11986   echo $ECHO_N "(cached) $ECHO_C" >&6
11987 else
11988   ac_check_lib_save_LIBS=$LIBS
11989 LIBS="-lxml2 $ac_xml_libs $LIBS"
11990 cat >conftest.$ac_ext <<_ACEOF
11991 /* confdefs.h.  */
11992 _ACEOF
11993 cat confdefs.h >>conftest.$ac_ext
11994 cat >>conftest.$ac_ext <<_ACEOF
11995 /* end confdefs.h.  */
11996
11997 /* Override any GCC internal prototype to avoid an error.
11998    Use char because int might match the return type of a GCC
11999    builtin and then its argument prototype would still apply.  */
12000 #ifdef __cplusplus
12001 extern "C"
12002 #endif
12003 char xmlReadMemory ();
12004 int
12005 main ()
12006 {
12007 return xmlReadMemory ();
12008   ;
12009   return 0;
12010 }
12011 _ACEOF
12012 rm -f conftest.$ac_objext conftest$ac_exeext
12013 if { (ac_try="$ac_link"
12014 case "(($ac_try" in
12015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12016   *) ac_try_echo=$ac_try;;
12017 esac
12018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12019   (eval "$ac_link") 2>conftest.er1
12020   ac_status=$?
12021   grep -v '^ *+' conftest.er1 >conftest.err
12022   rm -f conftest.er1
12023   cat conftest.err >&5
12024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12025   (exit $ac_status); } && {
12026          test -z "$ac_c_werror_flag" ||
12027          test ! -s conftest.err
12028        } && test -s conftest$ac_exeext &&
12029        $as_test_x conftest$ac_exeext; then
12030   ac_cv_lib_xml2_xmlReadMemory=yes
12031 else
12032   echo "$as_me: failed program was:" >&5
12033 sed 's/^/| /' conftest.$ac_ext >&5
12034
12035         ac_cv_lib_xml2_xmlReadMemory=no
12036 fi
12037
12038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12039       conftest$ac_exeext conftest.$ac_ext
12040 LIBS=$ac_check_lib_save_LIBS
12041 fi
12042 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12043 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12044 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12045
12046 cat >>confdefs.h <<\_ACEOF
12047 #define HAVE_XMLREADMEMORY 1
12048 _ACEOF
12049
12050 fi
12051
12052              { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12053 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12054 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12055   echo $ECHO_N "(cached) $ECHO_C" >&6
12056 else
12057   ac_check_lib_save_LIBS=$LIBS
12058 LIBS="-lxml2 $ac_xml_libs $LIBS"
12059 cat >conftest.$ac_ext <<_ACEOF
12060 /* confdefs.h.  */
12061 _ACEOF
12062 cat confdefs.h >>conftest.$ac_ext
12063 cat >>conftest.$ac_ext <<_ACEOF
12064 /* end confdefs.h.  */
12065
12066 /* Override any GCC internal prototype to avoid an error.
12067    Use char because int might match the return type of a GCC
12068    builtin and then its argument prototype would still apply.  */
12069 #ifdef __cplusplus
12070 extern "C"
12071 #endif
12072 char xmlNewDocPI ();
12073 int
12074 main ()
12075 {
12076 return xmlNewDocPI ();
12077   ;
12078   return 0;
12079 }
12080 _ACEOF
12081 rm -f conftest.$ac_objext conftest$ac_exeext
12082 if { (ac_try="$ac_link"
12083 case "(($ac_try" in
12084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12085   *) ac_try_echo=$ac_try;;
12086 esac
12087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12088   (eval "$ac_link") 2>conftest.er1
12089   ac_status=$?
12090   grep -v '^ *+' conftest.er1 >conftest.err
12091   rm -f conftest.er1
12092   cat conftest.err >&5
12093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12094   (exit $ac_status); } && {
12095          test -z "$ac_c_werror_flag" ||
12096          test ! -s conftest.err
12097        } && test -s conftest$ac_exeext &&
12098        $as_test_x conftest$ac_exeext; then
12099   ac_cv_lib_xml2_xmlNewDocPI=yes
12100 else
12101   echo "$as_me: failed program was:" >&5
12102 sed 's/^/| /' conftest.$ac_ext >&5
12103
12104         ac_cv_lib_xml2_xmlNewDocPI=no
12105 fi
12106
12107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12108       conftest$ac_exeext conftest.$ac_ext
12109 LIBS=$ac_check_lib_save_LIBS
12110 fi
12111 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12112 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12113 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12114
12115 cat >>confdefs.h <<\_ACEOF
12116 #define HAVE_XMLNEWDOCPI 1
12117 _ACEOF
12118
12119 fi
12120
12121
12122 fi
12123
12124 done
12125
12126     CPPFLAGS="$ac_save_CPPFLAGS"
12127 fi
12128 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12129   case "x$with_xml" in
12130   x)   wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12131   xno) ;;
12132   *)   { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12133 This is an error since --with-xml was requested." >&5
12134 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12135 This is an error since --with-xml was requested." >&2;}
12136    { (exit 1); exit 1; }; } ;;
12137 esac
12138 fi
12139
12140
12141 if test "x$with_xslt" != "xno"
12142 then
12143     if test "$PKG_CONFIG" != "false"
12144     then
12145         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12146         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12147     else
12148         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12149         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12150     fi
12151     ac_save_CPPFLAGS="$CPPFLAGS"
12152     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12153
12154
12155 for ac_header in libxslt/pattern.h libxslt/transform.h
12156 do
12157 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12158 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12159 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12161   echo $ECHO_N "(cached) $ECHO_C" >&6
12162 else
12163   cat >conftest.$ac_ext <<_ACEOF
12164 /* confdefs.h.  */
12165 _ACEOF
12166 cat confdefs.h >>conftest.$ac_ext
12167 cat >>conftest.$ac_ext <<_ACEOF
12168 /* end confdefs.h.  */
12169 #ifdef HAVE_LIBXSLT_PATTERN_H
12170 # include <libxslt/pattern.h>
12171 #endif
12172
12173 #include <$ac_header>
12174 _ACEOF
12175 rm -f conftest.$ac_objext
12176 if { (ac_try="$ac_compile"
12177 case "(($ac_try" in
12178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12179   *) ac_try_echo=$ac_try;;
12180 esac
12181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12182   (eval "$ac_compile") 2>conftest.er1
12183   ac_status=$?
12184   grep -v '^ *+' conftest.er1 >conftest.err
12185   rm -f conftest.er1
12186   cat conftest.err >&5
12187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188   (exit $ac_status); } && {
12189          test -z "$ac_c_werror_flag" ||
12190          test ! -s conftest.err
12191        } && test -s conftest.$ac_objext; then
12192   eval "$as_ac_Header=yes"
12193 else
12194   echo "$as_me: failed program was:" >&5
12195 sed 's/^/| /' conftest.$ac_ext >&5
12196
12197         eval "$as_ac_Header=no"
12198 fi
12199
12200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12201 fi
12202 ac_res=`eval echo '${'$as_ac_Header'}'`
12203                { echo "$as_me:$LINENO: result: $ac_res" >&5
12204 echo "${ECHO_T}$ac_res" >&6; }
12205 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12206   cat >>confdefs.h <<_ACEOF
12207 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12208 _ACEOF
12209
12210 fi
12211
12212 done
12213
12214     CPPFLAGS="$ac_save_CPPFLAGS"
12215     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12216     then
12217         { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12218 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12219 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12220   echo $ECHO_N "(cached) $ECHO_C" >&6
12221 else
12222   ac_check_lib_save_LIBS=$LIBS
12223 LIBS="-lxslt $ac_xslt_libs $LIBS"
12224 cat >conftest.$ac_ext <<_ACEOF
12225 /* confdefs.h.  */
12226 _ACEOF
12227 cat confdefs.h >>conftest.$ac_ext
12228 cat >>conftest.$ac_ext <<_ACEOF
12229 /* end confdefs.h.  */
12230
12231 /* Override any GCC internal prototype to avoid an error.
12232    Use char because int might match the return type of a GCC
12233    builtin and then its argument prototype would still apply.  */
12234 #ifdef __cplusplus
12235 extern "C"
12236 #endif
12237 char xsltCompilePattern ();
12238 int
12239 main ()
12240 {
12241 return xsltCompilePattern ();
12242   ;
12243   return 0;
12244 }
12245 _ACEOF
12246 rm -f conftest.$ac_objext conftest$ac_exeext
12247 if { (ac_try="$ac_link"
12248 case "(($ac_try" in
12249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12250   *) ac_try_echo=$ac_try;;
12251 esac
12252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12253   (eval "$ac_link") 2>conftest.er1
12254   ac_status=$?
12255   grep -v '^ *+' conftest.er1 >conftest.err
12256   rm -f conftest.er1
12257   cat conftest.err >&5
12258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12259   (exit $ac_status); } && {
12260          test -z "$ac_c_werror_flag" ||
12261          test ! -s conftest.err
12262        } && test -s conftest$ac_exeext &&
12263        $as_test_x conftest$ac_exeext; then
12264   ac_cv_lib_xslt_xsltCompilePattern=yes
12265 else
12266   echo "$as_me: failed program was:" >&5
12267 sed 's/^/| /' conftest.$ac_ext >&5
12268
12269         ac_cv_lib_xslt_xsltCompilePattern=no
12270 fi
12271
12272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12273       conftest$ac_exeext conftest.$ac_ext
12274 LIBS=$ac_check_lib_save_LIBS
12275 fi
12276 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12277 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12278 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12279
12280 cat >>confdefs.h <<\_ACEOF
12281 #define HAVE_LIBXSLT 1
12282 _ACEOF
12283
12284              XSLTLIBS="$ac_xslt_libs"
12285              XSLTINCL="$ac_xslt_cflags"
12286              ac_save_LIBS="$LIBS"
12287              LIBS="$LIBS $ac_xslt_libs"
12288
12289 for ac_func in xsltInit
12290 do
12291 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12292 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12293 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12294 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12295   echo $ECHO_N "(cached) $ECHO_C" >&6
12296 else
12297   cat >conftest.$ac_ext <<_ACEOF
12298 /* confdefs.h.  */
12299 _ACEOF
12300 cat confdefs.h >>conftest.$ac_ext
12301 cat >>conftest.$ac_ext <<_ACEOF
12302 /* end confdefs.h.  */
12303 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12304    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12305 #define $ac_func innocuous_$ac_func
12306
12307 /* System header to define __stub macros and hopefully few prototypes,
12308     which can conflict with char $ac_func (); below.
12309     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12310     <limits.h> exists even on freestanding compilers.  */
12311
12312 #ifdef __STDC__
12313 # include <limits.h>
12314 #else
12315 # include <assert.h>
12316 #endif
12317
12318 #undef $ac_func
12319
12320 /* Override any GCC internal prototype to avoid an error.
12321    Use char because int might match the return type of a GCC
12322    builtin and then its argument prototype would still apply.  */
12323 #ifdef __cplusplus
12324 extern "C"
12325 #endif
12326 char $ac_func ();
12327 /* The GNU C library defines this for functions which it implements
12328     to always fail with ENOSYS.  Some functions are actually named
12329     something starting with __ and the normal name is an alias.  */
12330 #if defined __stub_$ac_func || defined __stub___$ac_func
12331 choke me
12332 #endif
12333
12334 int
12335 main ()
12336 {
12337 return $ac_func ();
12338   ;
12339   return 0;
12340 }
12341 _ACEOF
12342 rm -f conftest.$ac_objext conftest$ac_exeext
12343 if { (ac_try="$ac_link"
12344 case "(($ac_try" in
12345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12346   *) ac_try_echo=$ac_try;;
12347 esac
12348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12349   (eval "$ac_link") 2>conftest.er1
12350   ac_status=$?
12351   grep -v '^ *+' conftest.er1 >conftest.err
12352   rm -f conftest.er1
12353   cat conftest.err >&5
12354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12355   (exit $ac_status); } && {
12356          test -z "$ac_c_werror_flag" ||
12357          test ! -s conftest.err
12358        } && test -s conftest$ac_exeext &&
12359        $as_test_x conftest$ac_exeext; then
12360   eval "$as_ac_var=yes"
12361 else
12362   echo "$as_me: failed program was:" >&5
12363 sed 's/^/| /' conftest.$ac_ext >&5
12364
12365         eval "$as_ac_var=no"
12366 fi
12367
12368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12369       conftest$ac_exeext conftest.$ac_ext
12370 fi
12371 ac_res=`eval echo '${'$as_ac_var'}'`
12372                { echo "$as_me:$LINENO: result: $ac_res" >&5
12373 echo "${ECHO_T}$ac_res" >&6; }
12374 if test `eval echo '${'$as_ac_var'}'` = yes; then
12375   cat >>confdefs.h <<_ACEOF
12376 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12377 _ACEOF
12378
12379 fi
12380 done
12381
12382              LIBS="$ac_save_LIBS"
12383 fi
12384
12385     fi
12386 fi
12387 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12388   case "x$with_xslt" in
12389   x)   wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12390   xno) ;;
12391   *)   { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12392 This is an error since --with-xslt was requested." >&5
12393 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12394 This is an error since --with-xslt was requested." >&2;}
12395    { (exit 1); exit 1; }; } ;;
12396 esac
12397 fi
12398
12399
12400 HALINCL=""
12401
12402 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12403 then
12404     ac_save_CPPFLAGS="$CPPFLAGS"
12405     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12406     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12407     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12408
12409
12410 for ac_header in dbus/dbus.h hal/libhal.h
12411 do
12412 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12413 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12414   { echo "$as_me:$LINENO: checking for $ac_header" >&5
12415 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12417   echo $ECHO_N "(cached) $ECHO_C" >&6
12418 fi
12419 ac_res=`eval echo '${'$as_ac_Header'}'`
12420                { echo "$as_me:$LINENO: result: $ac_res" >&5
12421 echo "${ECHO_T}$ac_res" >&6; }
12422 else
12423   # Is the header compilable?
12424 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12425 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12426 cat >conftest.$ac_ext <<_ACEOF
12427 /* confdefs.h.  */
12428 _ACEOF
12429 cat confdefs.h >>conftest.$ac_ext
12430 cat >>conftest.$ac_ext <<_ACEOF
12431 /* end confdefs.h.  */
12432 $ac_includes_default
12433 #include <$ac_header>
12434 _ACEOF
12435 rm -f conftest.$ac_objext
12436 if { (ac_try="$ac_compile"
12437 case "(($ac_try" in
12438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12439   *) ac_try_echo=$ac_try;;
12440 esac
12441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12442   (eval "$ac_compile") 2>conftest.er1
12443   ac_status=$?
12444   grep -v '^ *+' conftest.er1 >conftest.err
12445   rm -f conftest.er1
12446   cat conftest.err >&5
12447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448   (exit $ac_status); } && {
12449          test -z "$ac_c_werror_flag" ||
12450          test ! -s conftest.err
12451        } && test -s conftest.$ac_objext; then
12452   ac_header_compiler=yes
12453 else
12454   echo "$as_me: failed program was:" >&5
12455 sed 's/^/| /' conftest.$ac_ext >&5
12456
12457         ac_header_compiler=no
12458 fi
12459
12460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12461 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12462 echo "${ECHO_T}$ac_header_compiler" >&6; }
12463
12464 # Is the header present?
12465 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12466 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12467 cat >conftest.$ac_ext <<_ACEOF
12468 /* confdefs.h.  */
12469 _ACEOF
12470 cat confdefs.h >>conftest.$ac_ext
12471 cat >>conftest.$ac_ext <<_ACEOF
12472 /* end confdefs.h.  */
12473 #include <$ac_header>
12474 _ACEOF
12475 if { (ac_try="$ac_cpp conftest.$ac_ext"
12476 case "(($ac_try" in
12477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12478   *) ac_try_echo=$ac_try;;
12479 esac
12480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12481   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12482   ac_status=$?
12483   grep -v '^ *+' conftest.er1 >conftest.err
12484   rm -f conftest.er1
12485   cat conftest.err >&5
12486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12487   (exit $ac_status); } >/dev/null && {
12488          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12489          test ! -s conftest.err
12490        }; then
12491   ac_header_preproc=yes
12492 else
12493   echo "$as_me: failed program was:" >&5
12494 sed 's/^/| /' conftest.$ac_ext >&5
12495
12496   ac_header_preproc=no
12497 fi
12498
12499 rm -f conftest.err conftest.$ac_ext
12500 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12501 echo "${ECHO_T}$ac_header_preproc" >&6; }
12502
12503 # So?  What about this header?
12504 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12505   yes:no: )
12506     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12507 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12508     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12509 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12510     ac_header_preproc=yes
12511     ;;
12512   no:yes:* )
12513     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12514 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12515     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12516 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12517     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12518 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12519     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12520 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12521     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12522 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12523     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12524 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12525     ( cat <<\_ASBOX
12526 ## ------------------------------------ ##
12527 ## Report this to wine-devel@winehq.org ##
12528 ## ------------------------------------ ##
12529 _ASBOX
12530      ) | sed "s/^/$as_me: WARNING:     /" >&2
12531     ;;
12532 esac
12533 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12534 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12535 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12536   echo $ECHO_N "(cached) $ECHO_C" >&6
12537 else
12538   eval "$as_ac_Header=\$ac_header_preproc"
12539 fi
12540 ac_res=`eval echo '${'$as_ac_Header'}'`
12541                { echo "$as_me:$LINENO: result: $ac_res" >&5
12542 echo "${ECHO_T}$ac_res" >&6; }
12543
12544 fi
12545 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12546   cat >>confdefs.h <<_ACEOF
12547 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12548 _ACEOF
12549
12550 fi
12551
12552 done
12553
12554     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12555     then
12556         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12557 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12558 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12559   echo $ECHO_N "(cached) $ECHO_C" >&6
12560 else
12561   ac_check_lib_save_LIBS=$LIBS
12562 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12563 cat >conftest.$ac_ext <<_ACEOF
12564 /* confdefs.h.  */
12565 _ACEOF
12566 cat confdefs.h >>conftest.$ac_ext
12567 cat >>conftest.$ac_ext <<_ACEOF
12568 /* end confdefs.h.  */
12569
12570 /* Override any GCC internal prototype to avoid an error.
12571    Use char because int might match the return type of a GCC
12572    builtin and then its argument prototype would still apply.  */
12573 #ifdef __cplusplus
12574 extern "C"
12575 #endif
12576 char dbus_connection_close ();
12577 int
12578 main ()
12579 {
12580 return dbus_connection_close ();
12581   ;
12582   return 0;
12583 }
12584 _ACEOF
12585 rm -f conftest.$ac_objext conftest$ac_exeext
12586 if { (ac_try="$ac_link"
12587 case "(($ac_try" in
12588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12589   *) ac_try_echo=$ac_try;;
12590 esac
12591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12592   (eval "$ac_link") 2>conftest.er1
12593   ac_status=$?
12594   grep -v '^ *+' conftest.er1 >conftest.err
12595   rm -f conftest.er1
12596   cat conftest.err >&5
12597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12598   (exit $ac_status); } && {
12599          test -z "$ac_c_werror_flag" ||
12600          test ! -s conftest.err
12601        } && test -s conftest$ac_exeext &&
12602        $as_test_x conftest$ac_exeext; then
12603   ac_cv_lib_dbus_1_dbus_connection_close=yes
12604 else
12605   echo "$as_me: failed program was:" >&5
12606 sed 's/^/| /' conftest.$ac_ext >&5
12607
12608         ac_cv_lib_dbus_1_dbus_connection_close=no
12609 fi
12610
12611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12612       conftest$ac_exeext conftest.$ac_ext
12613 LIBS=$ac_check_lib_save_LIBS
12614 fi
12615 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12616 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12617 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12618   { echo "$as_me:$LINENO: checking for -lhal" >&5
12619 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12620 if test "${ac_cv_lib_soname_hal+set}" = set; then
12621   echo $ECHO_N "(cached) $ECHO_C" >&6
12622 else
12623   ac_check_soname_save_LIBS=$LIBS
12624 LIBS="-lhal $ac_hal_libs $LIBS"
12625   cat >conftest.$ac_ext <<_ACEOF
12626 /* confdefs.h.  */
12627 _ACEOF
12628 cat confdefs.h >>conftest.$ac_ext
12629 cat >>conftest.$ac_ext <<_ACEOF
12630 /* end confdefs.h.  */
12631
12632 /* Override any GCC internal prototype to avoid an error.
12633    Use char because int might match the return type of a GCC
12634    builtin and then its argument prototype would still apply.  */
12635 #ifdef __cplusplus
12636 extern "C"
12637 #endif
12638 char libhal_ctx_new ();
12639 int
12640 main ()
12641 {
12642 return libhal_ctx_new ();
12643   ;
12644   return 0;
12645 }
12646 _ACEOF
12647 rm -f conftest.$ac_objext conftest$ac_exeext
12648 if { (ac_try="$ac_link"
12649 case "(($ac_try" in
12650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12651   *) ac_try_echo=$ac_try;;
12652 esac
12653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12654   (eval "$ac_link") 2>conftest.er1
12655   ac_status=$?
12656   grep -v '^ *+' conftest.er1 >conftest.err
12657   rm -f conftest.er1
12658   cat conftest.err >&5
12659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12660   (exit $ac_status); } && {
12661          test -z "$ac_c_werror_flag" ||
12662          test ! -s conftest.err
12663        } && test -s conftest$ac_exeext &&
12664        $as_test_x conftest$ac_exeext; then
12665   case "$LIBEXT" in
12666     dll) ;;
12667     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'` ;;
12668     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12669   esac
12670 else
12671   echo "$as_me: failed program was:" >&5
12672 sed 's/^/| /' conftest.$ac_ext >&5
12673
12674
12675 fi
12676
12677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12678       conftest$ac_exeext conftest.$ac_ext
12679   LIBS=$ac_check_soname_save_LIBS
12680 fi
12681 if test "x$ac_cv_lib_soname_hal" = "x"; then
12682   { echo "$as_me:$LINENO: result: not found" >&5
12683 echo "${ECHO_T}not found" >&6; }
12684
12685 else
12686   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12687 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12688
12689 cat >>confdefs.h <<_ACEOF
12690 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12691 _ACEOF
12692
12693        HALINCL="$ac_hal_cflags"
12694 fi
12695
12696 fi
12697
12698     fi
12699     CPPFLAGS="$ac_save_CPPFLAGS"
12700 fi
12701 if test "x$ac_cv_lib_soname_hal" = "x"; then
12702   case "x$with_hal" in
12703   x)   wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12704   xno) ;;
12705   *)   { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12706 This is an error since --with-hal was requested." >&5
12707 echo "$as_me: error: libhal development files not found, no dynamic device support.
12708 This is an error since --with-hal was requested." >&2;}
12709    { (exit 1); exit 1; }; } ;;
12710 esac
12711 fi
12712
12713
12714 CURSESLIBS=""
12715 if test "$ac_cv_header_ncurses_h" = "yes"
12716 then
12717     { echo "$as_me:$LINENO: checking for -lncurses" >&5
12718 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12719 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12720   echo $ECHO_N "(cached) $ECHO_C" >&6
12721 else
12722   ac_check_soname_save_LIBS=$LIBS
12723 LIBS="-lncurses  $LIBS"
12724   cat >conftest.$ac_ext <<_ACEOF
12725 /* confdefs.h.  */
12726 _ACEOF
12727 cat confdefs.h >>conftest.$ac_ext
12728 cat >>conftest.$ac_ext <<_ACEOF
12729 /* end confdefs.h.  */
12730
12731 /* Override any GCC internal prototype to avoid an error.
12732    Use char because int might match the return type of a GCC
12733    builtin and then its argument prototype would still apply.  */
12734 #ifdef __cplusplus
12735 extern "C"
12736 #endif
12737 char waddch ();
12738 int
12739 main ()
12740 {
12741 return waddch ();
12742   ;
12743   return 0;
12744 }
12745 _ACEOF
12746 rm -f conftest.$ac_objext conftest$ac_exeext
12747 if { (ac_try="$ac_link"
12748 case "(($ac_try" in
12749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12750   *) ac_try_echo=$ac_try;;
12751 esac
12752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12753   (eval "$ac_link") 2>conftest.er1
12754   ac_status=$?
12755   grep -v '^ *+' conftest.er1 >conftest.err
12756   rm -f conftest.er1
12757   cat conftest.err >&5
12758   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759   (exit $ac_status); } && {
12760          test -z "$ac_c_werror_flag" ||
12761          test ! -s conftest.err
12762        } && test -s conftest$ac_exeext &&
12763        $as_test_x conftest$ac_exeext; then
12764   case "$LIBEXT" in
12765     dll) ;;
12766     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'` ;;
12767     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
12768   esac
12769 else
12770   echo "$as_me: failed program was:" >&5
12771 sed 's/^/| /' conftest.$ac_ext >&5
12772
12773
12774 fi
12775
12776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12777       conftest$ac_exeext conftest.$ac_ext
12778   LIBS=$ac_check_soname_save_LIBS
12779 fi
12780 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12781   { echo "$as_me:$LINENO: result: not found" >&5
12782 echo "${ECHO_T}not found" >&6; }
12783
12784 else
12785   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12786 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12787
12788 cat >>confdefs.h <<_ACEOF
12789 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12790 _ACEOF
12791
12792        CURSESLIBS="-lncurses"
12793 fi
12794
12795 elif test "$ac_cv_header_curses_h" = "yes"
12796 then
12797     { echo "$as_me:$LINENO: checking for -lcurses" >&5
12798 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12799 if test "${ac_cv_lib_soname_curses+set}" = set; then
12800   echo $ECHO_N "(cached) $ECHO_C" >&6
12801 else
12802   ac_check_soname_save_LIBS=$LIBS
12803 LIBS="-lcurses  $LIBS"
12804   cat >conftest.$ac_ext <<_ACEOF
12805 /* confdefs.h.  */
12806 _ACEOF
12807 cat confdefs.h >>conftest.$ac_ext
12808 cat >>conftest.$ac_ext <<_ACEOF
12809 /* end confdefs.h.  */
12810
12811 /* Override any GCC internal prototype to avoid an error.
12812    Use char because int might match the return type of a GCC
12813    builtin and then its argument prototype would still apply.  */
12814 #ifdef __cplusplus
12815 extern "C"
12816 #endif
12817 char waddch ();
12818 int
12819 main ()
12820 {
12821 return waddch ();
12822   ;
12823   return 0;
12824 }
12825 _ACEOF
12826 rm -f conftest.$ac_objext conftest$ac_exeext
12827 if { (ac_try="$ac_link"
12828 case "(($ac_try" in
12829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12830   *) ac_try_echo=$ac_try;;
12831 esac
12832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12833   (eval "$ac_link") 2>conftest.er1
12834   ac_status=$?
12835   grep -v '^ *+' conftest.er1 >conftest.err
12836   rm -f conftest.er1
12837   cat conftest.err >&5
12838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839   (exit $ac_status); } && {
12840          test -z "$ac_c_werror_flag" ||
12841          test ! -s conftest.err
12842        } && test -s conftest$ac_exeext &&
12843        $as_test_x conftest$ac_exeext; then
12844   case "$LIBEXT" in
12845     dll) ;;
12846     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'` ;;
12847     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
12848   esac
12849 else
12850   echo "$as_me: failed program was:" >&5
12851 sed 's/^/| /' conftest.$ac_ext >&5
12852
12853
12854 fi
12855
12856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12857       conftest$ac_exeext conftest.$ac_ext
12858   LIBS=$ac_check_soname_save_LIBS
12859 fi
12860 if test "x$ac_cv_lib_soname_curses" = "x"; then
12861   { echo "$as_me:$LINENO: result: not found" >&5
12862 echo "${ECHO_T}not found" >&6; }
12863
12864 else
12865   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12866 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12867
12868 cat >>confdefs.h <<_ACEOF
12869 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12870 _ACEOF
12871
12872        CURSESLIBS="-lcurses"
12873 fi
12874
12875 fi
12876 ac_save_LIBS="$LIBS"
12877 LIBS="$LIBS $CURSESLIBS"
12878
12879 for ac_func in mousemask
12880 do
12881 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12882 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12883 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12884 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12885   echo $ECHO_N "(cached) $ECHO_C" >&6
12886 else
12887   cat >conftest.$ac_ext <<_ACEOF
12888 /* confdefs.h.  */
12889 _ACEOF
12890 cat confdefs.h >>conftest.$ac_ext
12891 cat >>conftest.$ac_ext <<_ACEOF
12892 /* end confdefs.h.  */
12893 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12894    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12895 #define $ac_func innocuous_$ac_func
12896
12897 /* System header to define __stub macros and hopefully few prototypes,
12898     which can conflict with char $ac_func (); below.
12899     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12900     <limits.h> exists even on freestanding compilers.  */
12901
12902 #ifdef __STDC__
12903 # include <limits.h>
12904 #else
12905 # include <assert.h>
12906 #endif
12907
12908 #undef $ac_func
12909
12910 /* Override any GCC internal prototype to avoid an error.
12911    Use char because int might match the return type of a GCC
12912    builtin and then its argument prototype would still apply.  */
12913 #ifdef __cplusplus
12914 extern "C"
12915 #endif
12916 char $ac_func ();
12917 /* The GNU C library defines this for functions which it implements
12918     to always fail with ENOSYS.  Some functions are actually named
12919     something starting with __ and the normal name is an alias.  */
12920 #if defined __stub_$ac_func || defined __stub___$ac_func
12921 choke me
12922 #endif
12923
12924 int
12925 main ()
12926 {
12927 return $ac_func ();
12928   ;
12929   return 0;
12930 }
12931 _ACEOF
12932 rm -f conftest.$ac_objext conftest$ac_exeext
12933 if { (ac_try="$ac_link"
12934 case "(($ac_try" in
12935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12936   *) ac_try_echo=$ac_try;;
12937 esac
12938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12939   (eval "$ac_link") 2>conftest.er1
12940   ac_status=$?
12941   grep -v '^ *+' conftest.er1 >conftest.err
12942   rm -f conftest.er1
12943   cat conftest.err >&5
12944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12945   (exit $ac_status); } && {
12946          test -z "$ac_c_werror_flag" ||
12947          test ! -s conftest.err
12948        } && test -s conftest$ac_exeext &&
12949        $as_test_x conftest$ac_exeext; then
12950   eval "$as_ac_var=yes"
12951 else
12952   echo "$as_me: failed program was:" >&5
12953 sed 's/^/| /' conftest.$ac_ext >&5
12954
12955         eval "$as_ac_var=no"
12956 fi
12957
12958 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12959       conftest$ac_exeext conftest.$ac_ext
12960 fi
12961 ac_res=`eval echo '${'$as_ac_var'}'`
12962                { echo "$as_me:$LINENO: result: $ac_res" >&5
12963 echo "${ECHO_T}$ac_res" >&6; }
12964 if test `eval echo '${'$as_ac_var'}'` = yes; then
12965   cat >>confdefs.h <<_ACEOF
12966 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12967 _ACEOF
12968
12969 fi
12970 done
12971
12972 LIBS="$ac_save_LIBS"
12973 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12974   case "x$with_curses" in
12975   x)   wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12976   xno) ;;
12977   *)   { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12978 This is an error since --with-curses was requested." >&5
12979 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12980 This is an error since --with-curses was requested." >&2;}
12981    { (exit 1); exit 1; }; } ;;
12982 esac
12983 fi
12984
12985
12986 # Extract the first word of "sane-config", so it can be a program name with args.
12987 set dummy sane-config; ac_word=$2
12988 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12989 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12990 if test "${ac_cv_prog_sane_devel+set}" = set; then
12991   echo $ECHO_N "(cached) $ECHO_C" >&6
12992 else
12993   if test -n "$sane_devel"; then
12994   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
12995 else
12996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12997 for as_dir in $PATH
12998 do
12999   IFS=$as_save_IFS
13000   test -z "$as_dir" && as_dir=.
13001   for ac_exec_ext in '' $ac_executable_extensions; do
13002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13003     ac_cv_prog_sane_devel="sane-config"
13004     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13005     break 2
13006   fi
13007 done
13008 done
13009 IFS=$as_save_IFS
13010
13011   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13012 fi
13013 fi
13014 sane_devel=$ac_cv_prog_sane_devel
13015 if test -n "$sane_devel"; then
13016   { echo "$as_me:$LINENO: result: $sane_devel" >&5
13017 echo "${ECHO_T}$sane_devel" >&6; }
13018 else
13019   { echo "$as_me:$LINENO: result: no" >&5
13020 echo "${ECHO_T}no" >&6; }
13021 fi
13022
13023
13024 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13025 then
13026     ac_sane_incl="`$sane_devel --cflags`"
13027     ac_save_CPPFLAGS="$CPPFLAGS"
13028     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13029     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13030   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13031 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13032 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13033   echo $ECHO_N "(cached) $ECHO_C" >&6
13034 fi
13035 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13036 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13037 else
13038   # Is the header compilable?
13039 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13040 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13041 cat >conftest.$ac_ext <<_ACEOF
13042 /* confdefs.h.  */
13043 _ACEOF
13044 cat confdefs.h >>conftest.$ac_ext
13045 cat >>conftest.$ac_ext <<_ACEOF
13046 /* end confdefs.h.  */
13047 $ac_includes_default
13048 #include <sane/sane.h>
13049 _ACEOF
13050 rm -f conftest.$ac_objext
13051 if { (ac_try="$ac_compile"
13052 case "(($ac_try" in
13053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13054   *) ac_try_echo=$ac_try;;
13055 esac
13056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13057   (eval "$ac_compile") 2>conftest.er1
13058   ac_status=$?
13059   grep -v '^ *+' conftest.er1 >conftest.err
13060   rm -f conftest.er1
13061   cat conftest.err >&5
13062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13063   (exit $ac_status); } && {
13064          test -z "$ac_c_werror_flag" ||
13065          test ! -s conftest.err
13066        } && test -s conftest.$ac_objext; then
13067   ac_header_compiler=yes
13068 else
13069   echo "$as_me: failed program was:" >&5
13070 sed 's/^/| /' conftest.$ac_ext >&5
13071
13072         ac_header_compiler=no
13073 fi
13074
13075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13076 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13077 echo "${ECHO_T}$ac_header_compiler" >&6; }
13078
13079 # Is the header present?
13080 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13081 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13082 cat >conftest.$ac_ext <<_ACEOF
13083 /* confdefs.h.  */
13084 _ACEOF
13085 cat confdefs.h >>conftest.$ac_ext
13086 cat >>conftest.$ac_ext <<_ACEOF
13087 /* end confdefs.h.  */
13088 #include <sane/sane.h>
13089 _ACEOF
13090 if { (ac_try="$ac_cpp conftest.$ac_ext"
13091 case "(($ac_try" in
13092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13093   *) ac_try_echo=$ac_try;;
13094 esac
13095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13096   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13097   ac_status=$?
13098   grep -v '^ *+' conftest.er1 >conftest.err
13099   rm -f conftest.er1
13100   cat conftest.err >&5
13101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13102   (exit $ac_status); } >/dev/null && {
13103          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13104          test ! -s conftest.err
13105        }; then
13106   ac_header_preproc=yes
13107 else
13108   echo "$as_me: failed program was:" >&5
13109 sed 's/^/| /' conftest.$ac_ext >&5
13110
13111   ac_header_preproc=no
13112 fi
13113
13114 rm -f conftest.err conftest.$ac_ext
13115 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13116 echo "${ECHO_T}$ac_header_preproc" >&6; }
13117
13118 # So?  What about this header?
13119 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13120   yes:no: )
13121     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13122 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13123     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13124 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13125     ac_header_preproc=yes
13126     ;;
13127   no:yes:* )
13128     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13129 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13130     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13131 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13132     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13133 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13134     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13135 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13136     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13137 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13138     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13139 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13140     ( cat <<\_ASBOX
13141 ## ------------------------------------ ##
13142 ## Report this to wine-devel@winehq.org ##
13143 ## ------------------------------------ ##
13144 _ASBOX
13145      ) | sed "s/^/$as_me: WARNING:     /" >&2
13146     ;;
13147 esac
13148 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13149 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13150 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13151   echo $ECHO_N "(cached) $ECHO_C" >&6
13152 else
13153   ac_cv_header_sane_sane_h=$ac_header_preproc
13154 fi
13155 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13156 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13157
13158 fi
13159 if test $ac_cv_header_sane_sane_h = yes; then
13160   { echo "$as_me:$LINENO: checking for -lsane" >&5
13161 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13162 if test "${ac_cv_lib_soname_sane+set}" = set; then
13163   echo $ECHO_N "(cached) $ECHO_C" >&6
13164 else
13165   ac_check_soname_save_LIBS=$LIBS
13166 LIBS="-lsane  $LIBS"
13167   cat >conftest.$ac_ext <<_ACEOF
13168 /* confdefs.h.  */
13169 _ACEOF
13170 cat confdefs.h >>conftest.$ac_ext
13171 cat >>conftest.$ac_ext <<_ACEOF
13172 /* end confdefs.h.  */
13173
13174 /* Override any GCC internal prototype to avoid an error.
13175    Use char because int might match the return type of a GCC
13176    builtin and then its argument prototype would still apply.  */
13177 #ifdef __cplusplus
13178 extern "C"
13179 #endif
13180 char sane_init ();
13181 int
13182 main ()
13183 {
13184 return sane_init ();
13185   ;
13186   return 0;
13187 }
13188 _ACEOF
13189 rm -f conftest.$ac_objext conftest$ac_exeext
13190 if { (ac_try="$ac_link"
13191 case "(($ac_try" in
13192   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13193   *) ac_try_echo=$ac_try;;
13194 esac
13195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13196   (eval "$ac_link") 2>conftest.er1
13197   ac_status=$?
13198   grep -v '^ *+' conftest.er1 >conftest.err
13199   rm -f conftest.er1
13200   cat conftest.err >&5
13201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13202   (exit $ac_status); } && {
13203          test -z "$ac_c_werror_flag" ||
13204          test ! -s conftest.err
13205        } && test -s conftest$ac_exeext &&
13206        $as_test_x conftest$ac_exeext; then
13207   case "$LIBEXT" in
13208     dll) ;;
13209     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'` ;;
13210     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13211   esac
13212 else
13213   echo "$as_me: failed program was:" >&5
13214 sed 's/^/| /' conftest.$ac_ext >&5
13215
13216
13217 fi
13218
13219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13220       conftest$ac_exeext conftest.$ac_ext
13221   LIBS=$ac_check_soname_save_LIBS
13222 fi
13223 if test "x$ac_cv_lib_soname_sane" = "x"; then
13224   { echo "$as_me:$LINENO: result: not found" >&5
13225 echo "${ECHO_T}not found" >&6; }
13226
13227 else
13228   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13229 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13230
13231 cat >>confdefs.h <<_ACEOF
13232 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13233 _ACEOF
13234
13235        SANEINCL="$ac_sane_incl"
13236
13237 fi
13238
13239 fi
13240
13241
13242     CPPFLAGS="$ac_save_CPPFLAGS"
13243 fi
13244 if test "x$ac_cv_lib_soname_sane" = "x"; then
13245   case "x$with_sane" in
13246   x)   wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13247   xno) ;;
13248   *)   { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13249 This is an error since --with-sane was requested." >&5
13250 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13251 This is an error since --with-sane was requested." >&2;}
13252    { (exit 1); exit 1; }; } ;;
13253 esac
13254 fi
13255
13256
13257 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13258 set dummy gphoto2-config; ac_word=$2
13259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13261 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13262   echo $ECHO_N "(cached) $ECHO_C" >&6
13263 else
13264   if test -n "$gphoto2_devel"; then
13265   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13266 else
13267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13268 for as_dir in $PATH
13269 do
13270   IFS=$as_save_IFS
13271   test -z "$as_dir" && as_dir=.
13272   for ac_exec_ext in '' $ac_executable_extensions; do
13273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13274     ac_cv_prog_gphoto2_devel="gphoto2-config"
13275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13276     break 2
13277   fi
13278 done
13279 done
13280 IFS=$as_save_IFS
13281
13282   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13283 fi
13284 fi
13285 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13286 if test -n "$gphoto2_devel"; then
13287   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13288 echo "${ECHO_T}$gphoto2_devel" >&6; }
13289 else
13290   { echo "$as_me:$LINENO: result: no" >&5
13291 echo "${ECHO_T}no" >&6; }
13292 fi
13293
13294
13295 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13296 set dummy gphoto2-port-config; ac_word=$2
13297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13299 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13300   echo $ECHO_N "(cached) $ECHO_C" >&6
13301 else
13302   if test -n "$gphoto2port_devel"; then
13303   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13304 else
13305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13306 for as_dir in $PATH
13307 do
13308   IFS=$as_save_IFS
13309   test -z "$as_dir" && as_dir=.
13310   for ac_exec_ext in '' $ac_executable_extensions; do
13311   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13312     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13313     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13314     break 2
13315   fi
13316 done
13317 done
13318 IFS=$as_save_IFS
13319
13320   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13321 fi
13322 fi
13323 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13324 if test -n "$gphoto2port_devel"; then
13325   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13326 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13327 else
13328   { echo "$as_me:$LINENO: result: no" >&5
13329 echo "${ECHO_T}no" >&6; }
13330 fi
13331
13332
13333 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13334 then
13335     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13336     ac_gphoto2_libs=""
13337     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13338     do
13339       case "$i" in
13340         -L/usr/lib|-L/usr/lib64) ;;
13341         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13342       esac
13343     done
13344     ac_save_CPPFLAGS="$CPPFLAGS"
13345     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13346     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13347   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13348 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13349 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13350   echo $ECHO_N "(cached) $ECHO_C" >&6
13351 fi
13352 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13353 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13354 else
13355   # Is the header compilable?
13356 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13357 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13358 cat >conftest.$ac_ext <<_ACEOF
13359 /* confdefs.h.  */
13360 _ACEOF
13361 cat confdefs.h >>conftest.$ac_ext
13362 cat >>conftest.$ac_ext <<_ACEOF
13363 /* end confdefs.h.  */
13364 $ac_includes_default
13365 #include <gphoto2-camera.h>
13366 _ACEOF
13367 rm -f conftest.$ac_objext
13368 if { (ac_try="$ac_compile"
13369 case "(($ac_try" in
13370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13371   *) ac_try_echo=$ac_try;;
13372 esac
13373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13374   (eval "$ac_compile") 2>conftest.er1
13375   ac_status=$?
13376   grep -v '^ *+' conftest.er1 >conftest.err
13377   rm -f conftest.er1
13378   cat conftest.err >&5
13379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13380   (exit $ac_status); } && {
13381          test -z "$ac_c_werror_flag" ||
13382          test ! -s conftest.err
13383        } && test -s conftest.$ac_objext; then
13384   ac_header_compiler=yes
13385 else
13386   echo "$as_me: failed program was:" >&5
13387 sed 's/^/| /' conftest.$ac_ext >&5
13388
13389         ac_header_compiler=no
13390 fi
13391
13392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13393 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13394 echo "${ECHO_T}$ac_header_compiler" >&6; }
13395
13396 # Is the header present?
13397 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13398 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13399 cat >conftest.$ac_ext <<_ACEOF
13400 /* confdefs.h.  */
13401 _ACEOF
13402 cat confdefs.h >>conftest.$ac_ext
13403 cat >>conftest.$ac_ext <<_ACEOF
13404 /* end confdefs.h.  */
13405 #include <gphoto2-camera.h>
13406 _ACEOF
13407 if { (ac_try="$ac_cpp conftest.$ac_ext"
13408 case "(($ac_try" in
13409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13410   *) ac_try_echo=$ac_try;;
13411 esac
13412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13413   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13414   ac_status=$?
13415   grep -v '^ *+' conftest.er1 >conftest.err
13416   rm -f conftest.er1
13417   cat conftest.err >&5
13418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13419   (exit $ac_status); } >/dev/null && {
13420          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13421          test ! -s conftest.err
13422        }; then
13423   ac_header_preproc=yes
13424 else
13425   echo "$as_me: failed program was:" >&5
13426 sed 's/^/| /' conftest.$ac_ext >&5
13427
13428   ac_header_preproc=no
13429 fi
13430
13431 rm -f conftest.err conftest.$ac_ext
13432 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13433 echo "${ECHO_T}$ac_header_preproc" >&6; }
13434
13435 # So?  What about this header?
13436 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13437   yes:no: )
13438     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13439 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13440     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13441 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13442     ac_header_preproc=yes
13443     ;;
13444   no:yes:* )
13445     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13446 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13447     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
13448 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
13449     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13450 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13451     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
13452 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13453     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13454 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13455     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13456 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13457     ( cat <<\_ASBOX
13458 ## ------------------------------------ ##
13459 ## Report this to wine-devel@winehq.org ##
13460 ## ------------------------------------ ##
13461 _ASBOX
13462      ) | sed "s/^/$as_me: WARNING:     /" >&2
13463     ;;
13464 esac
13465 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13466 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13467 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13468   echo $ECHO_N "(cached) $ECHO_C" >&6
13469 else
13470   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13471 fi
13472 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13473 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13474
13475 fi
13476 if test $ac_cv_header_gphoto2_camera_h = yes; then
13477   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13478 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13479 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13480   echo $ECHO_N "(cached) $ECHO_C" >&6
13481 else
13482   ac_check_lib_save_LIBS=$LIBS
13483 LIBS="-lgphoto2 $GPHOTO2LIBS $LIBS"
13484 cat >conftest.$ac_ext <<_ACEOF
13485 /* confdefs.h.  */
13486 _ACEOF
13487 cat confdefs.h >>conftest.$ac_ext
13488 cat >>conftest.$ac_ext <<_ACEOF
13489 /* end confdefs.h.  */
13490
13491 /* Override any GCC internal prototype to avoid an error.
13492    Use char because int might match the return type of a GCC
13493    builtin and then its argument prototype would still apply.  */
13494 #ifdef __cplusplus
13495 extern "C"
13496 #endif
13497 char gp_camera_new ();
13498 int
13499 main ()
13500 {
13501 return gp_camera_new ();
13502   ;
13503   return 0;
13504 }
13505 _ACEOF
13506 rm -f conftest.$ac_objext conftest$ac_exeext
13507 if { (ac_try="$ac_link"
13508 case "(($ac_try" in
13509   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13510   *) ac_try_echo=$ac_try;;
13511 esac
13512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13513   (eval "$ac_link") 2>conftest.er1
13514   ac_status=$?
13515   grep -v '^ *+' conftest.er1 >conftest.err
13516   rm -f conftest.er1
13517   cat conftest.err >&5
13518   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13519   (exit $ac_status); } && {
13520          test -z "$ac_c_werror_flag" ||
13521          test ! -s conftest.err
13522        } && test -s conftest$ac_exeext &&
13523        $as_test_x conftest$ac_exeext; then
13524   ac_cv_lib_gphoto2_gp_camera_new=yes
13525 else
13526   echo "$as_me: failed program was:" >&5
13527 sed 's/^/| /' conftest.$ac_ext >&5
13528
13529         ac_cv_lib_gphoto2_gp_camera_new=no
13530 fi
13531
13532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13533       conftest$ac_exeext conftest.$ac_ext
13534 LIBS=$ac_check_lib_save_LIBS
13535 fi
13536 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13537 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13538 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13539
13540 cat >>confdefs.h <<\_ACEOF
13541 #define HAVE_GPHOTO2 1
13542 _ACEOF
13543
13544                                    GPHOTO2LIBS="$ac_gphoto2_libs"
13545
13546                                    GPHOTO2INCL="$ac_gphoto2_incl"
13547
13548 fi
13549
13550 fi
13551
13552
13553     CPPFLAGS="$ac_save_CPPFLAGS"
13554 fi
13555 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13556   case "x$with_gphoto" in
13557   x)   wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13558   xno) ;;
13559   *)   { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13560 This is an error since --with-gphoto was requested." >&5
13561 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13562 This is an error since --with-gphoto was requested." >&2;}
13563    { (exit 1); exit 1; }; } ;;
13564 esac
13565 fi
13566
13567
13568
13569 RESOLVLIBS=""
13570
13571 if test "$ac_cv_header_resolv_h" = "yes"
13572 then
13573     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13574 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13575 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13576   echo $ECHO_N "(cached) $ECHO_C" >&6
13577 else
13578   ac_check_lib_save_LIBS=$LIBS
13579 LIBS="-lresolv  $LIBS"
13580 cat >conftest.$ac_ext <<_ACEOF
13581 /* confdefs.h.  */
13582 _ACEOF
13583 cat confdefs.h >>conftest.$ac_ext
13584 cat >>conftest.$ac_ext <<_ACEOF
13585 /* end confdefs.h.  */
13586
13587 /* Override any GCC internal prototype to avoid an error.
13588    Use char because int might match the return type of a GCC
13589    builtin and then its argument prototype would still apply.  */
13590 #ifdef __cplusplus
13591 extern "C"
13592 #endif
13593 char res_query ();
13594 int
13595 main ()
13596 {
13597 return res_query ();
13598   ;
13599   return 0;
13600 }
13601 _ACEOF
13602 rm -f conftest.$ac_objext conftest$ac_exeext
13603 if { (ac_try="$ac_link"
13604 case "(($ac_try" in
13605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13606   *) ac_try_echo=$ac_try;;
13607 esac
13608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13609   (eval "$ac_link") 2>conftest.er1
13610   ac_status=$?
13611   grep -v '^ *+' conftest.er1 >conftest.err
13612   rm -f conftest.er1
13613   cat conftest.err >&5
13614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13615   (exit $ac_status); } && {
13616          test -z "$ac_c_werror_flag" ||
13617          test ! -s conftest.err
13618        } && test -s conftest$ac_exeext &&
13619        $as_test_x conftest$ac_exeext; then
13620   ac_cv_lib_resolv_res_query=yes
13621 else
13622   echo "$as_me: failed program was:" >&5
13623 sed 's/^/| /' conftest.$ac_ext >&5
13624
13625         ac_cv_lib_resolv_res_query=no
13626 fi
13627
13628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13629       conftest$ac_exeext conftest.$ac_ext
13630 LIBS=$ac_check_lib_save_LIBS
13631 fi
13632 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13633 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13634 if test $ac_cv_lib_resolv_res_query = yes; then
13635
13636 cat >>confdefs.h <<\_ACEOF
13637 #define HAVE_RESOLV 1
13638 _ACEOF
13639
13640          RESOLVLIBS="-lresolv"
13641 fi
13642
13643 fi
13644
13645 LCMSLIBS=""
13646
13647 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13648 then
13649     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13650 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13651 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13652   echo $ECHO_N "(cached) $ECHO_C" >&6
13653 else
13654   ac_check_lib_save_LIBS=$LIBS
13655 LIBS="-llcms  $LIBS"
13656 cat >conftest.$ac_ext <<_ACEOF
13657 /* confdefs.h.  */
13658 _ACEOF
13659 cat confdefs.h >>conftest.$ac_ext
13660 cat >>conftest.$ac_ext <<_ACEOF
13661 /* end confdefs.h.  */
13662
13663 /* Override any GCC internal prototype to avoid an error.
13664    Use char because int might match the return type of a GCC
13665    builtin and then its argument prototype would still apply.  */
13666 #ifdef __cplusplus
13667 extern "C"
13668 #endif
13669 char cmsOpenProfileFromFile ();
13670 int
13671 main ()
13672 {
13673 return cmsOpenProfileFromFile ();
13674   ;
13675   return 0;
13676 }
13677 _ACEOF
13678 rm -f conftest.$ac_objext conftest$ac_exeext
13679 if { (ac_try="$ac_link"
13680 case "(($ac_try" in
13681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13682   *) ac_try_echo=$ac_try;;
13683 esac
13684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13685   (eval "$ac_link") 2>conftest.er1
13686   ac_status=$?
13687   grep -v '^ *+' conftest.er1 >conftest.err
13688   rm -f conftest.er1
13689   cat conftest.err >&5
13690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13691   (exit $ac_status); } && {
13692          test -z "$ac_c_werror_flag" ||
13693          test ! -s conftest.err
13694        } && test -s conftest$ac_exeext &&
13695        $as_test_x conftest$ac_exeext; then
13696   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13697 else
13698   echo "$as_me: failed program was:" >&5
13699 sed 's/^/| /' conftest.$ac_ext >&5
13700
13701         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13702 fi
13703
13704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13705       conftest$ac_exeext conftest.$ac_ext
13706 LIBS=$ac_check_lib_save_LIBS
13707 fi
13708 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13709 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13710 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13711
13712 cat >>confdefs.h <<\_ACEOF
13713 #define HAVE_LCMS 1
13714 _ACEOF
13715
13716          LCMSLIBS="-llcms"
13717 fi
13718
13719 fi
13720 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13721   case "x$with_cms" in
13722   x)   wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13723   xno) ;;
13724   *)   { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13725 This is an error since --with-cms was requested." >&5
13726 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13727 This is an error since --with-cms was requested." >&2;}
13728    { (exit 1); exit 1; }; } ;;
13729 esac
13730 fi
13731
13732
13733 LDAPLIBS=""
13734
13735 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13736 then
13737     { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
13738 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
13739 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
13740   echo $ECHO_N "(cached) $ECHO_C" >&6
13741 else
13742   ac_check_lib_save_LIBS=$LIBS
13743 LIBS="-lldap_r $LIBPTHREAD $LIBS"
13744 cat >conftest.$ac_ext <<_ACEOF
13745 /* confdefs.h.  */
13746 _ACEOF
13747 cat confdefs.h >>conftest.$ac_ext
13748 cat >>conftest.$ac_ext <<_ACEOF
13749 /* end confdefs.h.  */
13750
13751 /* Override any GCC internal prototype to avoid an error.
13752    Use char because int might match the return type of a GCC
13753    builtin and then its argument prototype would still apply.  */
13754 #ifdef __cplusplus
13755 extern "C"
13756 #endif
13757 char ldap_initialize ();
13758 int
13759 main ()
13760 {
13761 return ldap_initialize ();
13762   ;
13763   return 0;
13764 }
13765 _ACEOF
13766 rm -f conftest.$ac_objext conftest$ac_exeext
13767 if { (ac_try="$ac_link"
13768 case "(($ac_try" in
13769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13770   *) ac_try_echo=$ac_try;;
13771 esac
13772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13773   (eval "$ac_link") 2>conftest.er1
13774   ac_status=$?
13775   grep -v '^ *+' conftest.er1 >conftest.err
13776   rm -f conftest.er1
13777   cat conftest.err >&5
13778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13779   (exit $ac_status); } && {
13780          test -z "$ac_c_werror_flag" ||
13781          test ! -s conftest.err
13782        } && test -s conftest$ac_exeext &&
13783        $as_test_x conftest$ac_exeext; then
13784   ac_cv_lib_ldap_r_ldap_initialize=yes
13785 else
13786   echo "$as_me: failed program was:" >&5
13787 sed 's/^/| /' conftest.$ac_ext >&5
13788
13789         ac_cv_lib_ldap_r_ldap_initialize=no
13790 fi
13791
13792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13793       conftest$ac_exeext conftest.$ac_ext
13794 LIBS=$ac_check_lib_save_LIBS
13795 fi
13796 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13797 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13798 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
13799   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
13800 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
13801 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
13802   echo $ECHO_N "(cached) $ECHO_C" >&6
13803 else
13804   ac_check_lib_save_LIBS=$LIBS
13805 LIBS="-llber $LIBPTHREAD $LIBS"
13806 cat >conftest.$ac_ext <<_ACEOF
13807 /* confdefs.h.  */
13808 _ACEOF
13809 cat confdefs.h >>conftest.$ac_ext
13810 cat >>conftest.$ac_ext <<_ACEOF
13811 /* end confdefs.h.  */
13812
13813 /* Override any GCC internal prototype to avoid an error.
13814    Use char because int might match the return type of a GCC
13815    builtin and then its argument prototype would still apply.  */
13816 #ifdef __cplusplus
13817 extern "C"
13818 #endif
13819 char ber_init ();
13820 int
13821 main ()
13822 {
13823 return ber_init ();
13824   ;
13825   return 0;
13826 }
13827 _ACEOF
13828 rm -f conftest.$ac_objext conftest$ac_exeext
13829 if { (ac_try="$ac_link"
13830 case "(($ac_try" in
13831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13832   *) ac_try_echo=$ac_try;;
13833 esac
13834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13835   (eval "$ac_link") 2>conftest.er1
13836   ac_status=$?
13837   grep -v '^ *+' conftest.er1 >conftest.err
13838   rm -f conftest.er1
13839   cat conftest.err >&5
13840   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13841   (exit $ac_status); } && {
13842          test -z "$ac_c_werror_flag" ||
13843          test ! -s conftest.err
13844        } && test -s conftest$ac_exeext &&
13845        $as_test_x conftest$ac_exeext; then
13846   ac_cv_lib_lber_ber_init=yes
13847 else
13848   echo "$as_me: failed program was:" >&5
13849 sed 's/^/| /' conftest.$ac_ext >&5
13850
13851         ac_cv_lib_lber_ber_init=no
13852 fi
13853
13854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13855       conftest$ac_exeext conftest.$ac_ext
13856 LIBS=$ac_check_lib_save_LIBS
13857 fi
13858 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
13859 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
13860 if test $ac_cv_lib_lber_ber_init = yes; then
13861
13862 cat >>confdefs.h <<\_ACEOF
13863 #define HAVE_LDAP 1
13864 _ACEOF
13865
13866              LDAPLIBS="-lldap_r -llber"
13867 fi
13868
13869 fi
13870
13871     ac_wine_check_funcs_save_LIBS="$LIBS"
13872 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13873
13874
13875
13876
13877
13878
13879
13880
13881 for ac_func in \
13882         ldap_count_references \
13883         ldap_first_reference \
13884         ldap_next_reference \
13885         ldap_parse_reference \
13886         ldap_parse_sort_control \
13887         ldap_parse_sortresponse_control \
13888         ldap_parse_vlv_control \
13889         ldap_parse_vlvresponse_control
13890 do
13891 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13892 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13893 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13894 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13895   echo $ECHO_N "(cached) $ECHO_C" >&6
13896 else
13897   cat >conftest.$ac_ext <<_ACEOF
13898 /* confdefs.h.  */
13899 _ACEOF
13900 cat confdefs.h >>conftest.$ac_ext
13901 cat >>conftest.$ac_ext <<_ACEOF
13902 /* end confdefs.h.  */
13903 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13904    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13905 #define $ac_func innocuous_$ac_func
13906
13907 /* System header to define __stub macros and hopefully few prototypes,
13908     which can conflict with char $ac_func (); below.
13909     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13910     <limits.h> exists even on freestanding compilers.  */
13911
13912 #ifdef __STDC__
13913 # include <limits.h>
13914 #else
13915 # include <assert.h>
13916 #endif
13917
13918 #undef $ac_func
13919
13920 /* Override any GCC internal prototype to avoid an error.
13921    Use char because int might match the return type of a GCC
13922    builtin and then its argument prototype would still apply.  */
13923 #ifdef __cplusplus
13924 extern "C"
13925 #endif
13926 char $ac_func ();
13927 /* The GNU C library defines this for functions which it implements
13928     to always fail with ENOSYS.  Some functions are actually named
13929     something starting with __ and the normal name is an alias.  */
13930 #if defined __stub_$ac_func || defined __stub___$ac_func
13931 choke me
13932 #endif
13933
13934 int
13935 main ()
13936 {
13937 return $ac_func ();
13938   ;
13939   return 0;
13940 }
13941 _ACEOF
13942 rm -f conftest.$ac_objext conftest$ac_exeext
13943 if { (ac_try="$ac_link"
13944 case "(($ac_try" in
13945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13946   *) ac_try_echo=$ac_try;;
13947 esac
13948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13949   (eval "$ac_link") 2>conftest.er1
13950   ac_status=$?
13951   grep -v '^ *+' conftest.er1 >conftest.err
13952   rm -f conftest.er1
13953   cat conftest.err >&5
13954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13955   (exit $ac_status); } && {
13956          test -z "$ac_c_werror_flag" ||
13957          test ! -s conftest.err
13958        } && test -s conftest$ac_exeext &&
13959        $as_test_x conftest$ac_exeext; then
13960   eval "$as_ac_var=yes"
13961 else
13962   echo "$as_me: failed program was:" >&5
13963 sed 's/^/| /' conftest.$ac_ext >&5
13964
13965         eval "$as_ac_var=no"
13966 fi
13967
13968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13969       conftest$ac_exeext conftest.$ac_ext
13970 fi
13971 ac_res=`eval echo '${'$as_ac_var'}'`
13972                { echo "$as_me:$LINENO: result: $ac_res" >&5
13973 echo "${ECHO_T}$ac_res" >&6; }
13974 if test `eval echo '${'$as_ac_var'}'` = yes; then
13975   cat >>confdefs.h <<_ACEOF
13976 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13977 _ACEOF
13978
13979 fi
13980 done
13981
13982 LIBS="$ac_wine_check_funcs_save_LIBS"
13983 fi
13984 if test "x$LDAPLIBS" = "x"; then
13985   case "x$with_ldap" in
13986   x)   wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
13987   xno) ;;
13988   *)   { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
13989 This is an error since --with-ldap was requested." >&5
13990 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
13991 This is an error since --with-ldap was requested." >&2;}
13992    { (exit 1); exit 1; }; } ;;
13993 esac
13994 fi
13995
13996
13997 for ac_prog in freetype-config freetype2-config
13998 do
13999   # Extract the first word of "$ac_prog", so it can be a program name with args.
14000 set dummy $ac_prog; ac_word=$2
14001 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14002 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14003 if test "${ac_cv_prog_ft_devel+set}" = set; then
14004   echo $ECHO_N "(cached) $ECHO_C" >&6
14005 else
14006   if test -n "$ft_devel"; then
14007   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14008 else
14009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14010 for as_dir in $PATH
14011 do
14012   IFS=$as_save_IFS
14013   test -z "$as_dir" && as_dir=.
14014   for ac_exec_ext in '' $ac_executable_extensions; do
14015   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14016     ac_cv_prog_ft_devel="$ac_prog"
14017     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14018     break 2
14019   fi
14020 done
14021 done
14022 IFS=$as_save_IFS
14023
14024 fi
14025 fi
14026 ft_devel=$ac_cv_prog_ft_devel
14027 if test -n "$ft_devel"; then
14028   { echo "$as_me:$LINENO: result: $ft_devel" >&5
14029 echo "${ECHO_T}$ft_devel" >&6; }
14030 else
14031   { echo "$as_me:$LINENO: result: no" >&5
14032 echo "${ECHO_T}no" >&6; }
14033 fi
14034
14035
14036   test -n "$ft_devel" && break
14037 done
14038 test -n "$ft_devel" || ft_devel="false"
14039
14040 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14041 then
14042     ac_freetype_libs=`$ft_devel --libs`
14043     ac_freetype_incl=`$ft_devel --cflags`
14044     { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14045 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14046 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14047   echo $ECHO_N "(cached) $ECHO_C" >&6
14048 else
14049   ac_check_soname_save_LIBS=$LIBS
14050 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14051   cat >conftest.$ac_ext <<_ACEOF
14052 /* confdefs.h.  */
14053 _ACEOF
14054 cat confdefs.h >>conftest.$ac_ext
14055 cat >>conftest.$ac_ext <<_ACEOF
14056 /* end confdefs.h.  */
14057
14058 /* Override any GCC internal prototype to avoid an error.
14059    Use char because int might match the return type of a GCC
14060    builtin and then its argument prototype would still apply.  */
14061 #ifdef __cplusplus
14062 extern "C"
14063 #endif
14064 char FT_Init_FreeType ();
14065 int
14066 main ()
14067 {
14068 return FT_Init_FreeType ();
14069   ;
14070   return 0;
14071 }
14072 _ACEOF
14073 rm -f conftest.$ac_objext conftest$ac_exeext
14074 if { (ac_try="$ac_link"
14075 case "(($ac_try" in
14076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14077   *) ac_try_echo=$ac_try;;
14078 esac
14079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14080   (eval "$ac_link") 2>conftest.er1
14081   ac_status=$?
14082   grep -v '^ *+' conftest.er1 >conftest.err
14083   rm -f conftest.er1
14084   cat conftest.err >&5
14085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14086   (exit $ac_status); } && {
14087          test -z "$ac_c_werror_flag" ||
14088          test ! -s conftest.err
14089        } && test -s conftest$ac_exeext &&
14090        $as_test_x conftest$ac_exeext; then
14091   case "$LIBEXT" in
14092     dll) ;;
14093     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'` ;;
14094     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14095   esac
14096 else
14097   echo "$as_me: failed program was:" >&5
14098 sed 's/^/| /' conftest.$ac_ext >&5
14099
14100
14101 fi
14102
14103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14104       conftest$ac_exeext conftest.$ac_ext
14105   LIBS=$ac_check_soname_save_LIBS
14106 fi
14107 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14108   { echo "$as_me:$LINENO: result: not found" >&5
14109 echo "${ECHO_T}not found" >&6; }
14110        ft_lib=no
14111 else
14112   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14113 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14114
14115 cat >>confdefs.h <<_ACEOF
14116 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14117 _ACEOF
14118
14119        ft_lib=yes
14120 fi
14121
14122     if test "$ft_lib" = "yes"
14123     then
14124         ac_save_CPPFLAGS="$CPPFLAGS"
14125         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14126
14127
14128
14129
14130
14131
14132
14133
14134
14135
14136
14137
14138 for ac_header in ft2build.h \
14139                          freetype/freetype.h \
14140                          freetype/ftglyph.h \
14141                          freetype/fttypes.h \
14142                          freetype/tttables.h \
14143                          freetype/ftnames.h \
14144                          freetype/ftsnames.h \
14145                          freetype/ttnameid.h \
14146                          freetype/ftoutln.h \
14147                          freetype/ftwinfnt.h \
14148                          freetype/ftmodapi.h \
14149                          freetype/internal/sfnt.h
14150 do
14151 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14152 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14153 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14154 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14155   echo $ECHO_N "(cached) $ECHO_C" >&6
14156 else
14157   cat >conftest.$ac_ext <<_ACEOF
14158 /* confdefs.h.  */
14159 _ACEOF
14160 cat confdefs.h >>conftest.$ac_ext
14161 cat >>conftest.$ac_ext <<_ACEOF
14162 /* end confdefs.h.  */
14163 #ifdef HAVE_FT2BUILD_H
14164                           # include <ft2build.h>
14165                           #endif
14166
14167 #include <$ac_header>
14168 _ACEOF
14169 rm -f conftest.$ac_objext
14170 if { (ac_try="$ac_compile"
14171 case "(($ac_try" in
14172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14173   *) ac_try_echo=$ac_try;;
14174 esac
14175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14176   (eval "$ac_compile") 2>conftest.er1
14177   ac_status=$?
14178   grep -v '^ *+' conftest.er1 >conftest.err
14179   rm -f conftest.er1
14180   cat conftest.err >&5
14181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14182   (exit $ac_status); } && {
14183          test -z "$ac_c_werror_flag" ||
14184          test ! -s conftest.err
14185        } && test -s conftest.$ac_objext; then
14186   eval "$as_ac_Header=yes"
14187 else
14188   echo "$as_me: failed program was:" >&5
14189 sed 's/^/| /' conftest.$ac_ext >&5
14190
14191         eval "$as_ac_Header=no"
14192 fi
14193
14194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14195 fi
14196 ac_res=`eval echo '${'$as_ac_Header'}'`
14197                { echo "$as_me:$LINENO: result: $ac_res" >&5
14198 echo "${ECHO_T}$ac_res" >&6; }
14199 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14200   cat >>confdefs.h <<_ACEOF
14201 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14202 _ACEOF
14203
14204 fi
14205
14206 done
14207
14208         cat >conftest.$ac_ext <<_ACEOF
14209 /* confdefs.h.  */
14210 _ACEOF
14211 cat confdefs.h >>conftest.$ac_ext
14212 cat >>conftest.$ac_ext <<_ACEOF
14213 /* end confdefs.h.  */
14214 #include <ft2build.h>
14215                     #include <freetype/fttrigon.h>
14216 _ACEOF
14217 if { (ac_try="$ac_cpp conftest.$ac_ext"
14218 case "(($ac_try" in
14219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14220   *) ac_try_echo=$ac_try;;
14221 esac
14222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14223   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14224   ac_status=$?
14225   grep -v '^ *+' conftest.er1 >conftest.err
14226   rm -f conftest.er1
14227   cat conftest.err >&5
14228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14229   (exit $ac_status); } >/dev/null && {
14230          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14231          test ! -s conftest.err
14232        }; then
14233
14234 cat >>confdefs.h <<\_ACEOF
14235 #define HAVE_FREETYPE_FTTRIGON_H 1
14236 _ACEOF
14237
14238                     wine_cv_fttrigon=yes
14239 else
14240   echo "$as_me: failed program was:" >&5
14241 sed 's/^/| /' conftest.$ac_ext >&5
14242
14243   wine_cv_fttrigon=no
14244 fi
14245
14246 rm -f conftest.err conftest.$ac_ext
14247         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14248 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14249 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14250   echo $ECHO_N "(cached) $ECHO_C" >&6
14251 else
14252   cat >conftest.$ac_ext <<_ACEOF
14253 /* confdefs.h.  */
14254 _ACEOF
14255 cat confdefs.h >>conftest.$ac_ext
14256 cat >>conftest.$ac_ext <<_ACEOF
14257 /* end confdefs.h.  */
14258 #include <freetype/ftmodapi.h>
14259
14260 typedef FT_TrueTypeEngineType ac__type_new_;
14261 int
14262 main ()
14263 {
14264 if ((ac__type_new_ *) 0)
14265   return 0;
14266 if (sizeof (ac__type_new_))
14267   return 0;
14268   ;
14269   return 0;
14270 }
14271 _ACEOF
14272 rm -f conftest.$ac_objext
14273 if { (ac_try="$ac_compile"
14274 case "(($ac_try" in
14275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14276   *) ac_try_echo=$ac_try;;
14277 esac
14278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14279   (eval "$ac_compile") 2>conftest.er1
14280   ac_status=$?
14281   grep -v '^ *+' conftest.er1 >conftest.err
14282   rm -f conftest.er1
14283   cat conftest.err >&5
14284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14285   (exit $ac_status); } && {
14286          test -z "$ac_c_werror_flag" ||
14287          test ! -s conftest.err
14288        } && test -s conftest.$ac_objext; then
14289   ac_cv_type_FT_TrueTypeEngineType=yes
14290 else
14291   echo "$as_me: failed program was:" >&5
14292 sed 's/^/| /' conftest.$ac_ext >&5
14293
14294         ac_cv_type_FT_TrueTypeEngineType=no
14295 fi
14296
14297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14298 fi
14299 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14300 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14301 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14302
14303 cat >>confdefs.h <<_ACEOF
14304 #define HAVE_FT_TRUETYPEENGINETYPE 1
14305 _ACEOF
14306
14307
14308 fi
14309
14310         ac_save_CFLAGS="$CFLAGS"
14311         CFLAGS="$CFLAGS $ac_freetype_libs"
14312
14313 for ac_func in FT_Load_Sfnt_Table
14314 do
14315 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14316 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14317 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14318 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14319   echo $ECHO_N "(cached) $ECHO_C" >&6
14320 else
14321   cat >conftest.$ac_ext <<_ACEOF
14322 /* confdefs.h.  */
14323 _ACEOF
14324 cat confdefs.h >>conftest.$ac_ext
14325 cat >>conftest.$ac_ext <<_ACEOF
14326 /* end confdefs.h.  */
14327 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14328    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14329 #define $ac_func innocuous_$ac_func
14330
14331 /* System header to define __stub macros and hopefully few prototypes,
14332     which can conflict with char $ac_func (); below.
14333     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14334     <limits.h> exists even on freestanding compilers.  */
14335
14336 #ifdef __STDC__
14337 # include <limits.h>
14338 #else
14339 # include <assert.h>
14340 #endif
14341
14342 #undef $ac_func
14343
14344 /* Override any GCC internal prototype to avoid an error.
14345    Use char because int might match the return type of a GCC
14346    builtin and then its argument prototype would still apply.  */
14347 #ifdef __cplusplus
14348 extern "C"
14349 #endif
14350 char $ac_func ();
14351 /* The GNU C library defines this for functions which it implements
14352     to always fail with ENOSYS.  Some functions are actually named
14353     something starting with __ and the normal name is an alias.  */
14354 #if defined __stub_$ac_func || defined __stub___$ac_func
14355 choke me
14356 #endif
14357
14358 int
14359 main ()
14360 {
14361 return $ac_func ();
14362   ;
14363   return 0;
14364 }
14365 _ACEOF
14366 rm -f conftest.$ac_objext conftest$ac_exeext
14367 if { (ac_try="$ac_link"
14368 case "(($ac_try" in
14369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14370   *) ac_try_echo=$ac_try;;
14371 esac
14372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14373   (eval "$ac_link") 2>conftest.er1
14374   ac_status=$?
14375   grep -v '^ *+' conftest.er1 >conftest.err
14376   rm -f conftest.er1
14377   cat conftest.err >&5
14378   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14379   (exit $ac_status); } && {
14380          test -z "$ac_c_werror_flag" ||
14381          test ! -s conftest.err
14382        } && test -s conftest$ac_exeext &&
14383        $as_test_x conftest$ac_exeext; then
14384   eval "$as_ac_var=yes"
14385 else
14386   echo "$as_me: failed program was:" >&5
14387 sed 's/^/| /' conftest.$ac_ext >&5
14388
14389         eval "$as_ac_var=no"
14390 fi
14391
14392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14393       conftest$ac_exeext conftest.$ac_ext
14394 fi
14395 ac_res=`eval echo '${'$as_ac_var'}'`
14396                { echo "$as_me:$LINENO: result: $ac_res" >&5
14397 echo "${ECHO_T}$ac_res" >&6; }
14398 if test `eval echo '${'$as_ac_var'}'` = yes; then
14399   cat >>confdefs.h <<_ACEOF
14400 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14401 _ACEOF
14402
14403 fi
14404 done
14405
14406         CFLAGS="$ac_save_CFLAGS"
14407         CPPFLAGS="$ac_save_CPPFLAGS"
14408                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14409         then
14410
14411 cat >>confdefs.h <<\_ACEOF
14412 #define HAVE_FREETYPE 1
14413 _ACEOF
14414
14415             FREETYPELIBS="$ac_freetype_libs"
14416
14417             FREETYPEINCL="$ac_freetype_incl"
14418
14419             FONTSSUBDIRS="fonts"
14420
14421         fi
14422     fi
14423 fi
14424 if test "x$FREETYPELIBS" = "x"; then
14425   case "x$with_freetype" in
14426   xno) ;;
14427   *)   { { echo "$as_me:$LINENO: error: FreeType development files not found.
14428 Fonts will not be built. Dialog text may be invisible or unaligned.
14429 Use the --without-freetype option if you really want this." >&5
14430 echo "$as_me: error: FreeType development files not found.
14431 Fonts will not be built. Dialog text may be invisible or unaligned.
14432 Use the --without-freetype option if you really want this." >&2;}
14433    { (exit 1); exit 1; }; } ;;
14434 esac
14435 fi
14436
14437
14438 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14439 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14440 if test "${ac_cv_c_ppdev+set}" = set; then
14441   echo $ECHO_N "(cached) $ECHO_C" >&6
14442 else
14443   cat >conftest.$ac_ext <<_ACEOF
14444 /* confdefs.h.  */
14445 _ACEOF
14446 cat confdefs.h >>conftest.$ac_ext
14447 cat >>conftest.$ac_ext <<_ACEOF
14448 /* end confdefs.h.  */
14449 #include <linux/ppdev.h>
14450 int
14451 main ()
14452 {
14453 ioctl (1,PPCLAIM,0)
14454   ;
14455   return 0;
14456 }
14457 _ACEOF
14458 rm -f conftest.$ac_objext
14459 if { (ac_try="$ac_compile"
14460 case "(($ac_try" in
14461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14462   *) ac_try_echo=$ac_try;;
14463 esac
14464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14465   (eval "$ac_compile") 2>conftest.er1
14466   ac_status=$?
14467   grep -v '^ *+' conftest.er1 >conftest.err
14468   rm -f conftest.er1
14469   cat conftest.err >&5
14470   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14471   (exit $ac_status); } && {
14472          test -z "$ac_c_werror_flag" ||
14473          test ! -s conftest.err
14474        } && test -s conftest.$ac_objext; then
14475   ac_cv_c_ppdev="yes"
14476 else
14477   echo "$as_me: failed program was:" >&5
14478 sed 's/^/| /' conftest.$ac_ext >&5
14479
14480         ac_cv_c_ppdev="no"
14481 fi
14482
14483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14484 fi
14485 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14486 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14487 if test "$ac_cv_c_ppdev" = "yes"
14488 then
14489
14490 cat >>confdefs.h <<\_ACEOF
14491 #define HAVE_PPDEV 1
14492 _ACEOF
14493
14494 fi
14495
14496 { echo "$as_me:$LINENO: checking for va_copy" >&5
14497 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14498 if test "${ac_cv_c_va_copy+set}" = set; then
14499   echo $ECHO_N "(cached) $ECHO_C" >&6
14500 else
14501   cat >conftest.$ac_ext <<_ACEOF
14502 /* confdefs.h.  */
14503 _ACEOF
14504 cat confdefs.h >>conftest.$ac_ext
14505 cat >>conftest.$ac_ext <<_ACEOF
14506 /* end confdefs.h.  */
14507 #include <stdarg.h>
14508 int
14509 main ()
14510 {
14511 va_list ap1, ap2; va_copy(ap1,ap2);
14512   ;
14513   return 0;
14514 }
14515 _ACEOF
14516 rm -f conftest.$ac_objext conftest$ac_exeext
14517 if { (ac_try="$ac_link"
14518 case "(($ac_try" in
14519   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14520   *) ac_try_echo=$ac_try;;
14521 esac
14522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14523   (eval "$ac_link") 2>conftest.er1
14524   ac_status=$?
14525   grep -v '^ *+' conftest.er1 >conftest.err
14526   rm -f conftest.er1
14527   cat conftest.err >&5
14528   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14529   (exit $ac_status); } && {
14530          test -z "$ac_c_werror_flag" ||
14531          test ! -s conftest.err
14532        } && test -s conftest$ac_exeext &&
14533        $as_test_x conftest$ac_exeext; then
14534   ac_cv_c_va_copy="yes"
14535 else
14536   echo "$as_me: failed program was:" >&5
14537 sed 's/^/| /' conftest.$ac_ext >&5
14538
14539         ac_cv_c_va_copy="no"
14540 fi
14541
14542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14543       conftest$ac_exeext conftest.$ac_ext
14544
14545 fi
14546 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14547 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14548 if test "$ac_cv_c_va_copy" = "yes"
14549 then
14550
14551 cat >>confdefs.h <<\_ACEOF
14552 #define HAVE_VA_COPY 1
14553 _ACEOF
14554
14555 fi
14556 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14557 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14558 if test "${ac_cv_c___va_copy+set}" = set; then
14559   echo $ECHO_N "(cached) $ECHO_C" >&6
14560 else
14561   cat >conftest.$ac_ext <<_ACEOF
14562 /* confdefs.h.  */
14563 _ACEOF
14564 cat confdefs.h >>conftest.$ac_ext
14565 cat >>conftest.$ac_ext <<_ACEOF
14566 /* end confdefs.h.  */
14567 #include <stdarg.h>
14568 int
14569 main ()
14570 {
14571 va_list ap1, ap2; __va_copy(ap1,ap2);
14572   ;
14573   return 0;
14574 }
14575 _ACEOF
14576 rm -f conftest.$ac_objext conftest$ac_exeext
14577 if { (ac_try="$ac_link"
14578 case "(($ac_try" in
14579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14580   *) ac_try_echo=$ac_try;;
14581 esac
14582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14583   (eval "$ac_link") 2>conftest.er1
14584   ac_status=$?
14585   grep -v '^ *+' conftest.er1 >conftest.err
14586   rm -f conftest.er1
14587   cat conftest.err >&5
14588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589   (exit $ac_status); } && {
14590          test -z "$ac_c_werror_flag" ||
14591          test ! -s conftest.err
14592        } && test -s conftest$ac_exeext &&
14593        $as_test_x conftest$ac_exeext; then
14594   ac_cv_c___va_copy="yes"
14595 else
14596   echo "$as_me: failed program was:" >&5
14597 sed 's/^/| /' conftest.$ac_ext >&5
14598
14599         ac_cv_c___va_copy="no"
14600 fi
14601
14602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14603       conftest$ac_exeext conftest.$ac_ext
14604
14605 fi
14606 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14607 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14608 if test "$ac_cv_c___va_copy" = "yes"
14609 then
14610
14611 cat >>confdefs.h <<\_ACEOF
14612 #define HAVE___VA_COPY 1
14613 _ACEOF
14614
14615 fi
14616
14617 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14618 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14619 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14620   echo $ECHO_N "(cached) $ECHO_C" >&6
14621 else
14622   cat >conftest.$ac_ext <<_ACEOF
14623 /* confdefs.h.  */
14624 _ACEOF
14625 cat confdefs.h >>conftest.$ac_ext
14626 cat >>conftest.$ac_ext <<_ACEOF
14627 /* end confdefs.h.  */
14628 #define _GNU_SOURCE
14629 #include <pthread.h>
14630
14631 typedef pthread_rwlock_t ac__type_new_;
14632 int
14633 main ()
14634 {
14635 if ((ac__type_new_ *) 0)
14636   return 0;
14637 if (sizeof (ac__type_new_))
14638   return 0;
14639   ;
14640   return 0;
14641 }
14642 _ACEOF
14643 rm -f conftest.$ac_objext
14644 if { (ac_try="$ac_compile"
14645 case "(($ac_try" in
14646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14647   *) ac_try_echo=$ac_try;;
14648 esac
14649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14650   (eval "$ac_compile") 2>conftest.er1
14651   ac_status=$?
14652   grep -v '^ *+' conftest.er1 >conftest.err
14653   rm -f conftest.er1
14654   cat conftest.err >&5
14655   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656   (exit $ac_status); } && {
14657          test -z "$ac_c_werror_flag" ||
14658          test ! -s conftest.err
14659        } && test -s conftest.$ac_objext; then
14660   ac_cv_type_pthread_rwlock_t=yes
14661 else
14662   echo "$as_me: failed program was:" >&5
14663 sed 's/^/| /' conftest.$ac_ext >&5
14664
14665         ac_cv_type_pthread_rwlock_t=no
14666 fi
14667
14668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14669 fi
14670 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14671 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14672 if test $ac_cv_type_pthread_rwlock_t = yes; then
14673
14674 cat >>confdefs.h <<_ACEOF
14675 #define HAVE_PTHREAD_RWLOCK_T 1
14676 _ACEOF
14677
14678
14679 fi
14680 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14681 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14682 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14683   echo $ECHO_N "(cached) $ECHO_C" >&6
14684 else
14685   cat >conftest.$ac_ext <<_ACEOF
14686 /* confdefs.h.  */
14687 _ACEOF
14688 cat confdefs.h >>conftest.$ac_ext
14689 cat >>conftest.$ac_ext <<_ACEOF
14690 /* end confdefs.h.  */
14691 #define _GNU_SOURCE
14692 #include <pthread.h>
14693
14694 typedef pthread_rwlockattr_t ac__type_new_;
14695 int
14696 main ()
14697 {
14698 if ((ac__type_new_ *) 0)
14699   return 0;
14700 if (sizeof (ac__type_new_))
14701   return 0;
14702   ;
14703   return 0;
14704 }
14705 _ACEOF
14706 rm -f conftest.$ac_objext
14707 if { (ac_try="$ac_compile"
14708 case "(($ac_try" in
14709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14710   *) ac_try_echo=$ac_try;;
14711 esac
14712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14713   (eval "$ac_compile") 2>conftest.er1
14714   ac_status=$?
14715   grep -v '^ *+' conftest.er1 >conftest.err
14716   rm -f conftest.er1
14717   cat conftest.err >&5
14718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14719   (exit $ac_status); } && {
14720          test -z "$ac_c_werror_flag" ||
14721          test ! -s conftest.err
14722        } && test -s conftest.$ac_objext; then
14723   ac_cv_type_pthread_rwlockattr_t=yes
14724 else
14725   echo "$as_me: failed program was:" >&5
14726 sed 's/^/| /' conftest.$ac_ext >&5
14727
14728         ac_cv_type_pthread_rwlockattr_t=no
14729 fi
14730
14731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14732 fi
14733 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14734 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14735 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14736
14737 cat >>confdefs.h <<_ACEOF
14738 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14739 _ACEOF
14740
14741
14742 fi
14743
14744
14745 ac_wine_check_funcs_save_LIBS="$LIBS"
14746 LIBS="$LIBS $LIBPTHREAD"
14747
14748
14749
14750
14751 for ac_func in \
14752         pthread_attr_get_np \
14753         pthread_getattr_np \
14754         pthread_get_stackaddr_np \
14755         pthread_get_stacksize_np
14756 do
14757 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14758 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14759 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14760 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14761   echo $ECHO_N "(cached) $ECHO_C" >&6
14762 else
14763   cat >conftest.$ac_ext <<_ACEOF
14764 /* confdefs.h.  */
14765 _ACEOF
14766 cat confdefs.h >>conftest.$ac_ext
14767 cat >>conftest.$ac_ext <<_ACEOF
14768 /* end confdefs.h.  */
14769 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14770    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14771 #define $ac_func innocuous_$ac_func
14772
14773 /* System header to define __stub macros and hopefully few prototypes,
14774     which can conflict with char $ac_func (); below.
14775     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14776     <limits.h> exists even on freestanding compilers.  */
14777
14778 #ifdef __STDC__
14779 # include <limits.h>
14780 #else
14781 # include <assert.h>
14782 #endif
14783
14784 #undef $ac_func
14785
14786 /* Override any GCC internal prototype to avoid an error.
14787    Use char because int might match the return type of a GCC
14788    builtin and then its argument prototype would still apply.  */
14789 #ifdef __cplusplus
14790 extern "C"
14791 #endif
14792 char $ac_func ();
14793 /* The GNU C library defines this for functions which it implements
14794     to always fail with ENOSYS.  Some functions are actually named
14795     something starting with __ and the normal name is an alias.  */
14796 #if defined __stub_$ac_func || defined __stub___$ac_func
14797 choke me
14798 #endif
14799
14800 int
14801 main ()
14802 {
14803 return $ac_func ();
14804   ;
14805   return 0;
14806 }
14807 _ACEOF
14808 rm -f conftest.$ac_objext conftest$ac_exeext
14809 if { (ac_try="$ac_link"
14810 case "(($ac_try" in
14811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14812   *) ac_try_echo=$ac_try;;
14813 esac
14814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14815   (eval "$ac_link") 2>conftest.er1
14816   ac_status=$?
14817   grep -v '^ *+' conftest.er1 >conftest.err
14818   rm -f conftest.er1
14819   cat conftest.err >&5
14820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14821   (exit $ac_status); } && {
14822          test -z "$ac_c_werror_flag" ||
14823          test ! -s conftest.err
14824        } && test -s conftest$ac_exeext &&
14825        $as_test_x conftest$ac_exeext; then
14826   eval "$as_ac_var=yes"
14827 else
14828   echo "$as_me: failed program was:" >&5
14829 sed 's/^/| /' conftest.$ac_ext >&5
14830
14831         eval "$as_ac_var=no"
14832 fi
14833
14834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14835       conftest$ac_exeext conftest.$ac_ext
14836 fi
14837 ac_res=`eval echo '${'$as_ac_var'}'`
14838                { echo "$as_me:$LINENO: result: $ac_res" >&5
14839 echo "${ECHO_T}$ac_res" >&6; }
14840 if test `eval echo '${'$as_ac_var'}'` = yes; then
14841   cat >>confdefs.h <<_ACEOF
14842 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14843 _ACEOF
14844
14845 fi
14846 done
14847
14848 LIBS="$ac_wine_check_funcs_save_LIBS"
14849
14850 # Extract the first word of "esd-config", so it can be a program name with args.
14851 set dummy esd-config; ac_word=$2
14852 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14853 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14854 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14855   echo $ECHO_N "(cached) $ECHO_C" >&6
14856 else
14857   case $ESDCONFIG in
14858   [\\/]* | ?:[\\/]*)
14859   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14860   ;;
14861   *)
14862   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14863 for as_dir in $PATH
14864 do
14865   IFS=$as_save_IFS
14866   test -z "$as_dir" && as_dir=.
14867   for ac_exec_ext in '' $ac_executable_extensions; do
14868   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14869     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14870     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14871     break 2
14872   fi
14873 done
14874 done
14875 IFS=$as_save_IFS
14876
14877   ;;
14878 esac
14879 fi
14880 ESDCONFIG=$ac_cv_path_ESDCONFIG
14881 if test -n "$ESDCONFIG"; then
14882   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14883 echo "${ECHO_T}$ESDCONFIG" >&6; }
14884 else
14885   { echo "$as_me:$LINENO: result: no" >&5
14886 echo "${ECHO_T}no" >&6; }
14887 fi
14888
14889
14890 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14891 then
14892     ESD_CFLAGS=""
14893     for i in `$ESDCONFIG --cflags`
14894     do
14895       case "$i" in
14896         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
14897       esac
14898     done
14899     ESD_LIBS=`$ESDCONFIG --libs`
14900     save_CFLAGS="$CFLAGS"
14901     CFLAGS="$CFLAGS $ESD_CFLAGS"
14902     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14903 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14904 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14905   echo $ECHO_N "(cached) $ECHO_C" >&6
14906 else
14907   ac_check_lib_save_LIBS=$LIBS
14908 LIBS="-lesd  $LIBS"
14909 cat >conftest.$ac_ext <<_ACEOF
14910 /* confdefs.h.  */
14911 _ACEOF
14912 cat confdefs.h >>conftest.$ac_ext
14913 cat >>conftest.$ac_ext <<_ACEOF
14914 /* end confdefs.h.  */
14915
14916 /* Override any GCC internal prototype to avoid an error.
14917    Use char because int might match the return type of a GCC
14918    builtin and then its argument prototype would still apply.  */
14919 #ifdef __cplusplus
14920 extern "C"
14921 #endif
14922 char esd_open_sound ();
14923 int
14924 main ()
14925 {
14926 return esd_open_sound ();
14927   ;
14928   return 0;
14929 }
14930 _ACEOF
14931 rm -f conftest.$ac_objext conftest$ac_exeext
14932 if { (ac_try="$ac_link"
14933 case "(($ac_try" in
14934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14935   *) ac_try_echo=$ac_try;;
14936 esac
14937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14938   (eval "$ac_link") 2>conftest.er1
14939   ac_status=$?
14940   grep -v '^ *+' conftest.er1 >conftest.err
14941   rm -f conftest.er1
14942   cat conftest.err >&5
14943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944   (exit $ac_status); } && {
14945          test -z "$ac_c_werror_flag" ||
14946          test ! -s conftest.err
14947        } && test -s conftest$ac_exeext &&
14948        $as_test_x conftest$ac_exeext; then
14949   ac_cv_lib_esd_esd_open_sound=yes
14950 else
14951   echo "$as_me: failed program was:" >&5
14952 sed 's/^/| /' conftest.$ac_ext >&5
14953
14954         ac_cv_lib_esd_esd_open_sound=no
14955 fi
14956
14957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14958       conftest$ac_exeext conftest.$ac_ext
14959 LIBS=$ac_check_lib_save_LIBS
14960 fi
14961 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14962 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14963 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14964   ESDLIBS=$ESD_LIBS
14965
14966          ESDINCL=$ESD_CFLAGS
14967
14968
14969 cat >>confdefs.h <<\_ACEOF
14970 #define HAVE_ESD 1
14971 _ACEOF
14972
14973 fi
14974
14975     CFLAGS="$save_CFLAGS"
14976 fi
14977
14978 ALSALIBS=""
14979
14980 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14981 then
14982     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14983 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14984 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14985   echo $ECHO_N "(cached) $ECHO_C" >&6
14986 else
14987   ac_check_lib_save_LIBS=$LIBS
14988 LIBS="-lasound  $LIBS"
14989 cat >conftest.$ac_ext <<_ACEOF
14990 /* confdefs.h.  */
14991 _ACEOF
14992 cat confdefs.h >>conftest.$ac_ext
14993 cat >>conftest.$ac_ext <<_ACEOF
14994 /* end confdefs.h.  */
14995
14996 /* Override any GCC internal prototype to avoid an error.
14997    Use char because int might match the return type of a GCC
14998    builtin and then its argument prototype would still apply.  */
14999 #ifdef __cplusplus
15000 extern "C"
15001 #endif
15002 char snd_pcm_hw_params_get_access ();
15003 int
15004 main ()
15005 {
15006 return snd_pcm_hw_params_get_access ();
15007   ;
15008   return 0;
15009 }
15010 _ACEOF
15011 rm -f conftest.$ac_objext conftest$ac_exeext
15012 if { (ac_try="$ac_link"
15013 case "(($ac_try" in
15014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15015   *) ac_try_echo=$ac_try;;
15016 esac
15017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15018   (eval "$ac_link") 2>conftest.er1
15019   ac_status=$?
15020   grep -v '^ *+' conftest.er1 >conftest.err
15021   rm -f conftest.er1
15022   cat conftest.err >&5
15023   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15024   (exit $ac_status); } && {
15025          test -z "$ac_c_werror_flag" ||
15026          test ! -s conftest.err
15027        } && test -s conftest$ac_exeext &&
15028        $as_test_x conftest$ac_exeext; then
15029   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15030 else
15031   echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.$ac_ext >&5
15033
15034         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15035 fi
15036
15037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15038       conftest$ac_exeext conftest.$ac_ext
15039 LIBS=$ac_check_lib_save_LIBS
15040 fi
15041 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15042 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15043 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15044   cat >conftest.$ac_ext <<_ACEOF
15045 /* confdefs.h.  */
15046 _ACEOF
15047 cat confdefs.h >>conftest.$ac_ext
15048 cat >>conftest.$ac_ext <<_ACEOF
15049 /* end confdefs.h.  */
15050 #ifdef HAVE_ALSA_ASOUNDLIB_H
15051 #include <alsa/asoundlib.h>
15052 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15053 #include <sys/asoundlib.h>
15054 #endif
15055 int
15056 main ()
15057 {
15058 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15059   ;
15060   return 0;
15061 }
15062 _ACEOF
15063 rm -f conftest.$ac_objext
15064 if { (ac_try="$ac_compile"
15065 case "(($ac_try" in
15066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15067   *) ac_try_echo=$ac_try;;
15068 esac
15069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15070   (eval "$ac_compile") 2>conftest.er1
15071   ac_status=$?
15072   grep -v '^ *+' conftest.er1 >conftest.err
15073   rm -f conftest.er1
15074   cat conftest.err >&5
15075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076   (exit $ac_status); } && {
15077          test -z "$ac_c_werror_flag" ||
15078          test ! -s conftest.err
15079        } && test -s conftest.$ac_objext; then
15080
15081 cat >>confdefs.h <<\_ACEOF
15082 #define HAVE_ALSA 1
15083 _ACEOF
15084
15085                          ALSALIBS="-lasound"
15086 else
15087   echo "$as_me: failed program was:" >&5
15088 sed 's/^/| /' conftest.$ac_ext >&5
15089
15090
15091 fi
15092
15093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15094 fi
15095
15096 fi
15097
15098 AUDIOIOLIBS=""
15099
15100 if test "$ac_cv_header_libaudioio_h" = "yes"
15101 then
15102     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15103 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15104 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15105   echo $ECHO_N "(cached) $ECHO_C" >&6
15106 else
15107   ac_check_lib_save_LIBS=$LIBS
15108 LIBS="-laudioio  $LIBS"
15109 cat >conftest.$ac_ext <<_ACEOF
15110 /* confdefs.h.  */
15111 _ACEOF
15112 cat confdefs.h >>conftest.$ac_ext
15113 cat >>conftest.$ac_ext <<_ACEOF
15114 /* end confdefs.h.  */
15115
15116 /* Override any GCC internal prototype to avoid an error.
15117    Use char because int might match the return type of a GCC
15118    builtin and then its argument prototype would still apply.  */
15119 #ifdef __cplusplus
15120 extern "C"
15121 #endif
15122 char AudioIOGetVersion ();
15123 int
15124 main ()
15125 {
15126 return AudioIOGetVersion ();
15127   ;
15128   return 0;
15129 }
15130 _ACEOF
15131 rm -f conftest.$ac_objext conftest$ac_exeext
15132 if { (ac_try="$ac_link"
15133 case "(($ac_try" in
15134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15135   *) ac_try_echo=$ac_try;;
15136 esac
15137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15138   (eval "$ac_link") 2>conftest.er1
15139   ac_status=$?
15140   grep -v '^ *+' conftest.er1 >conftest.err
15141   rm -f conftest.er1
15142   cat conftest.err >&5
15143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15144   (exit $ac_status); } && {
15145          test -z "$ac_c_werror_flag" ||
15146          test ! -s conftest.err
15147        } && test -s conftest$ac_exeext &&
15148        $as_test_x conftest$ac_exeext; then
15149   ac_cv_lib_audioio_AudioIOGetVersion=yes
15150 else
15151   echo "$as_me: failed program was:" >&5
15152 sed 's/^/| /' conftest.$ac_ext >&5
15153
15154         ac_cv_lib_audioio_AudioIOGetVersion=no
15155 fi
15156
15157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15158       conftest$ac_exeext conftest.$ac_ext
15159 LIBS=$ac_check_lib_save_LIBS
15160 fi
15161 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15162 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15163 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15164   AUDIOIOLIBS="-laudioio"
15165
15166 cat >>confdefs.h <<\_ACEOF
15167 #define HAVE_LIBAUDIOIO 1
15168 _ACEOF
15169
15170 fi
15171
15172 fi
15173
15174
15175 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15176 then
15177     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15178 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15179 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15180   echo $ECHO_N "(cached) $ECHO_C" >&6
15181 else
15182   ac_check_soname_save_LIBS=$LIBS
15183 LIBS="-lcapi20  $LIBS"
15184   cat >conftest.$ac_ext <<_ACEOF
15185 /* confdefs.h.  */
15186 _ACEOF
15187 cat confdefs.h >>conftest.$ac_ext
15188 cat >>conftest.$ac_ext <<_ACEOF
15189 /* end confdefs.h.  */
15190
15191 /* Override any GCC internal prototype to avoid an error.
15192    Use char because int might match the return type of a GCC
15193    builtin and then its argument prototype would still apply.  */
15194 #ifdef __cplusplus
15195 extern "C"
15196 #endif
15197 char capi20_register ();
15198 int
15199 main ()
15200 {
15201 return capi20_register ();
15202   ;
15203   return 0;
15204 }
15205 _ACEOF
15206 rm -f conftest.$ac_objext conftest$ac_exeext
15207 if { (ac_try="$ac_link"
15208 case "(($ac_try" in
15209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15210   *) ac_try_echo=$ac_try;;
15211 esac
15212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15213   (eval "$ac_link") 2>conftest.er1
15214   ac_status=$?
15215   grep -v '^ *+' conftest.er1 >conftest.err
15216   rm -f conftest.er1
15217   cat conftest.err >&5
15218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15219   (exit $ac_status); } && {
15220          test -z "$ac_c_werror_flag" ||
15221          test ! -s conftest.err
15222        } && test -s conftest$ac_exeext &&
15223        $as_test_x conftest$ac_exeext; then
15224   case "$LIBEXT" in
15225     dll) ;;
15226     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'` ;;
15227     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15228   esac
15229 else
15230   echo "$as_me: failed program was:" >&5
15231 sed 's/^/| /' conftest.$ac_ext >&5
15232
15233
15234 fi
15235
15236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15237       conftest$ac_exeext conftest.$ac_ext
15238   LIBS=$ac_check_soname_save_LIBS
15239 fi
15240 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15241   { echo "$as_me:$LINENO: result: not found" >&5
15242 echo "${ECHO_T}not found" >&6; }
15243
15244 else
15245   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15246 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15247
15248 cat >>confdefs.h <<_ACEOF
15249 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15250 _ACEOF
15251
15252
15253 fi
15254
15255 fi
15256 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15257   case "x$with_capi" in
15258   x)   wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15259   xno) ;;
15260   *)   { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15261 This is an error since --with-capi was requested." >&5
15262 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15263 This is an error since --with-capi was requested." >&2;}
15264    { (exit 1); exit 1; }; } ;;
15265 esac
15266 fi
15267
15268
15269 if test "$ac_cv_header_cups_cups_h" = "yes"
15270 then
15271     { echo "$as_me:$LINENO: checking for -lcups" >&5
15272 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15273 if test "${ac_cv_lib_soname_cups+set}" = set; then
15274   echo $ECHO_N "(cached) $ECHO_C" >&6
15275 else
15276   ac_check_soname_save_LIBS=$LIBS
15277 LIBS="-lcups  $LIBS"
15278   cat >conftest.$ac_ext <<_ACEOF
15279 /* confdefs.h.  */
15280 _ACEOF
15281 cat confdefs.h >>conftest.$ac_ext
15282 cat >>conftest.$ac_ext <<_ACEOF
15283 /* end confdefs.h.  */
15284
15285 /* Override any GCC internal prototype to avoid an error.
15286    Use char because int might match the return type of a GCC
15287    builtin and then its argument prototype would still apply.  */
15288 #ifdef __cplusplus
15289 extern "C"
15290 #endif
15291 char cupsGetDefault ();
15292 int
15293 main ()
15294 {
15295 return cupsGetDefault ();
15296   ;
15297   return 0;
15298 }
15299 _ACEOF
15300 rm -f conftest.$ac_objext conftest$ac_exeext
15301 if { (ac_try="$ac_link"
15302 case "(($ac_try" in
15303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15304   *) ac_try_echo=$ac_try;;
15305 esac
15306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15307   (eval "$ac_link") 2>conftest.er1
15308   ac_status=$?
15309   grep -v '^ *+' conftest.er1 >conftest.err
15310   rm -f conftest.er1
15311   cat conftest.err >&5
15312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15313   (exit $ac_status); } && {
15314          test -z "$ac_c_werror_flag" ||
15315          test ! -s conftest.err
15316        } && test -s conftest$ac_exeext &&
15317        $as_test_x conftest$ac_exeext; then
15318   case "$LIBEXT" in
15319     dll) ;;
15320     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'` ;;
15321     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15322   esac
15323 else
15324   echo "$as_me: failed program was:" >&5
15325 sed 's/^/| /' conftest.$ac_ext >&5
15326
15327
15328 fi
15329
15330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15331       conftest$ac_exeext conftest.$ac_ext
15332   LIBS=$ac_check_soname_save_LIBS
15333 fi
15334 if test "x$ac_cv_lib_soname_cups" = "x"; then
15335   { echo "$as_me:$LINENO: result: not found" >&5
15336 echo "${ECHO_T}not found" >&6; }
15337
15338 else
15339   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15340 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15341
15342 cat >>confdefs.h <<_ACEOF
15343 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15344 _ACEOF
15345
15346
15347 fi
15348
15349 fi
15350 if test "x$ac_cv_lib_soname_cups" = "x"; then
15351   case "x$with_cups" in
15352   x)   wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15353   xno) ;;
15354   *)   { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15355 This is an error since --with-cups was requested." >&5
15356 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15357 This is an error since --with-cups was requested." >&2;}
15358    { (exit 1); exit 1; }; } ;;
15359 esac
15360 fi
15361
15362
15363 if test "$ac_cv_header_jack_jack_h" = "yes"
15364 then
15365     { echo "$as_me:$LINENO: checking for -ljack" >&5
15366 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15367 if test "${ac_cv_lib_soname_jack+set}" = set; then
15368   echo $ECHO_N "(cached) $ECHO_C" >&6
15369 else
15370   ac_check_soname_save_LIBS=$LIBS
15371 LIBS="-ljack  $LIBS"
15372   cat >conftest.$ac_ext <<_ACEOF
15373 /* confdefs.h.  */
15374 _ACEOF
15375 cat confdefs.h >>conftest.$ac_ext
15376 cat >>conftest.$ac_ext <<_ACEOF
15377 /* end confdefs.h.  */
15378
15379 /* Override any GCC internal prototype to avoid an error.
15380    Use char because int might match the return type of a GCC
15381    builtin and then its argument prototype would still apply.  */
15382 #ifdef __cplusplus
15383 extern "C"
15384 #endif
15385 char jack_client_new ();
15386 int
15387 main ()
15388 {
15389 return jack_client_new ();
15390   ;
15391   return 0;
15392 }
15393 _ACEOF
15394 rm -f conftest.$ac_objext conftest$ac_exeext
15395 if { (ac_try="$ac_link"
15396 case "(($ac_try" in
15397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15398   *) ac_try_echo=$ac_try;;
15399 esac
15400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15401   (eval "$ac_link") 2>conftest.er1
15402   ac_status=$?
15403   grep -v '^ *+' conftest.er1 >conftest.err
15404   rm -f conftest.er1
15405   cat conftest.err >&5
15406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15407   (exit $ac_status); } && {
15408          test -z "$ac_c_werror_flag" ||
15409          test ! -s conftest.err
15410        } && test -s conftest$ac_exeext &&
15411        $as_test_x conftest$ac_exeext; then
15412   case "$LIBEXT" in
15413     dll) ;;
15414     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15415     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack\\.$LIBEXT" | sed -e "s/^.*\(libjack\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15416   esac
15417 else
15418   echo "$as_me: failed program was:" >&5
15419 sed 's/^/| /' conftest.$ac_ext >&5
15420
15421
15422 fi
15423
15424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15425       conftest$ac_exeext conftest.$ac_ext
15426   LIBS=$ac_check_soname_save_LIBS
15427 fi
15428 if test "x$ac_cv_lib_soname_jack" = "x"; then
15429   { echo "$as_me:$LINENO: result: not found" >&5
15430 echo "${ECHO_T}not found" >&6; }
15431
15432 else
15433   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15434 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15435
15436 cat >>confdefs.h <<_ACEOF
15437 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15438 _ACEOF
15439
15440
15441 fi
15442
15443 fi
15444
15445 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15446 then
15447     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15448 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15449 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15450   echo $ECHO_N "(cached) $ECHO_C" >&6
15451 else
15452   ac_check_soname_save_LIBS=$LIBS
15453 LIBS="-lfontconfig  $LIBS"
15454   cat >conftest.$ac_ext <<_ACEOF
15455 /* confdefs.h.  */
15456 _ACEOF
15457 cat confdefs.h >>conftest.$ac_ext
15458 cat >>conftest.$ac_ext <<_ACEOF
15459 /* end confdefs.h.  */
15460
15461 /* Override any GCC internal prototype to avoid an error.
15462    Use char because int might match the return type of a GCC
15463    builtin and then its argument prototype would still apply.  */
15464 #ifdef __cplusplus
15465 extern "C"
15466 #endif
15467 char FcInit ();
15468 int
15469 main ()
15470 {
15471 return FcInit ();
15472   ;
15473   return 0;
15474 }
15475 _ACEOF
15476 rm -f conftest.$ac_objext conftest$ac_exeext
15477 if { (ac_try="$ac_link"
15478 case "(($ac_try" in
15479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15480   *) ac_try_echo=$ac_try;;
15481 esac
15482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15483   (eval "$ac_link") 2>conftest.er1
15484   ac_status=$?
15485   grep -v '^ *+' conftest.er1 >conftest.err
15486   rm -f conftest.er1
15487   cat conftest.err >&5
15488   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15489   (exit $ac_status); } && {
15490          test -z "$ac_c_werror_flag" ||
15491          test ! -s conftest.err
15492        } && test -s conftest$ac_exeext &&
15493        $as_test_x conftest$ac_exeext; then
15494   case "$LIBEXT" in
15495     dll) ;;
15496     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'` ;;
15497     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15498   esac
15499 else
15500   echo "$as_me: failed program was:" >&5
15501 sed 's/^/| /' conftest.$ac_ext >&5
15502
15503
15504 fi
15505
15506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15507       conftest$ac_exeext conftest.$ac_ext
15508   LIBS=$ac_check_soname_save_LIBS
15509 fi
15510 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15511   { echo "$as_me:$LINENO: result: not found" >&5
15512 echo "${ECHO_T}not found" >&6; }
15513
15514 else
15515   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15516 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15517
15518 cat >>confdefs.h <<_ACEOF
15519 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15520 _ACEOF
15521
15522
15523 fi
15524
15525 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15526 then
15527         ac_save_CPPFLAGS="$CPPFLAGS"
15528     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15529     $as_unset ac_cv_header_fontconfig_fontconfig_h
15530
15531 for ac_header in fontconfig/fontconfig.h
15532 do
15533 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15535   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15536 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15537 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15538   echo $ECHO_N "(cached) $ECHO_C" >&6
15539 fi
15540 ac_res=`eval echo '${'$as_ac_Header'}'`
15541                { echo "$as_me:$LINENO: result: $ac_res" >&5
15542 echo "${ECHO_T}$ac_res" >&6; }
15543 else
15544   # Is the header compilable?
15545 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15546 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15547 cat >conftest.$ac_ext <<_ACEOF
15548 /* confdefs.h.  */
15549 _ACEOF
15550 cat confdefs.h >>conftest.$ac_ext
15551 cat >>conftest.$ac_ext <<_ACEOF
15552 /* end confdefs.h.  */
15553 $ac_includes_default
15554 #include <$ac_header>
15555 _ACEOF
15556 rm -f conftest.$ac_objext
15557 if { (ac_try="$ac_compile"
15558 case "(($ac_try" in
15559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15560   *) ac_try_echo=$ac_try;;
15561 esac
15562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15563   (eval "$ac_compile") 2>conftest.er1
15564   ac_status=$?
15565   grep -v '^ *+' conftest.er1 >conftest.err
15566   rm -f conftest.er1
15567   cat conftest.err >&5
15568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15569   (exit $ac_status); } && {
15570          test -z "$ac_c_werror_flag" ||
15571          test ! -s conftest.err
15572        } && test -s conftest.$ac_objext; then
15573   ac_header_compiler=yes
15574 else
15575   echo "$as_me: failed program was:" >&5
15576 sed 's/^/| /' conftest.$ac_ext >&5
15577
15578         ac_header_compiler=no
15579 fi
15580
15581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15582 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15583 echo "${ECHO_T}$ac_header_compiler" >&6; }
15584
15585 # Is the header present?
15586 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15587 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15588 cat >conftest.$ac_ext <<_ACEOF
15589 /* confdefs.h.  */
15590 _ACEOF
15591 cat confdefs.h >>conftest.$ac_ext
15592 cat >>conftest.$ac_ext <<_ACEOF
15593 /* end confdefs.h.  */
15594 #include <$ac_header>
15595 _ACEOF
15596 if { (ac_try="$ac_cpp conftest.$ac_ext"
15597 case "(($ac_try" in
15598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15599   *) ac_try_echo=$ac_try;;
15600 esac
15601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15602   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15603   ac_status=$?
15604   grep -v '^ *+' conftest.er1 >conftest.err
15605   rm -f conftest.er1
15606   cat conftest.err >&5
15607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15608   (exit $ac_status); } >/dev/null && {
15609          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15610          test ! -s conftest.err
15611        }; then
15612   ac_header_preproc=yes
15613 else
15614   echo "$as_me: failed program was:" >&5
15615 sed 's/^/| /' conftest.$ac_ext >&5
15616
15617   ac_header_preproc=no
15618 fi
15619
15620 rm -f conftest.err conftest.$ac_ext
15621 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15622 echo "${ECHO_T}$ac_header_preproc" >&6; }
15623
15624 # So?  What about this header?
15625 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15626   yes:no: )
15627     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15628 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15629     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15630 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15631     ac_header_preproc=yes
15632     ;;
15633   no:yes:* )
15634     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15635 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15636     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15637 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15638     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15639 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15640     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15641 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15642     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15643 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15644     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15645 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15646     ( cat <<\_ASBOX
15647 ## ------------------------------------ ##
15648 ## Report this to wine-devel@winehq.org ##
15649 ## ------------------------------------ ##
15650 _ASBOX
15651      ) | sed "s/^/$as_me: WARNING:     /" >&2
15652     ;;
15653 esac
15654 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15655 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15656 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15657   echo $ECHO_N "(cached) $ECHO_C" >&6
15658 else
15659   eval "$as_ac_Header=\$ac_header_preproc"
15660 fi
15661 ac_res=`eval echo '${'$as_ac_Header'}'`
15662                { echo "$as_me:$LINENO: result: $ac_res" >&5
15663 echo "${ECHO_T}$ac_res" >&6; }
15664
15665 fi
15666 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15667   cat >>confdefs.h <<_ACEOF
15668 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15669 _ACEOF
15670
15671 fi
15672
15673 done
15674
15675     CPPFLAGS="$ac_save_CPPFLAGS"
15676     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15677     then
15678         FONTCONFIGINCL="$X_CFLAGS"
15679
15680         { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15681 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15682 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15683   echo $ECHO_N "(cached) $ECHO_C" >&6
15684 else
15685   ac_check_soname_save_LIBS=$LIBS
15686 LIBS="-lfontconfig $X_LIBS $LIBS"
15687   cat >conftest.$ac_ext <<_ACEOF
15688 /* confdefs.h.  */
15689 _ACEOF
15690 cat confdefs.h >>conftest.$ac_ext
15691 cat >>conftest.$ac_ext <<_ACEOF
15692 /* end confdefs.h.  */
15693
15694 /* Override any GCC internal prototype to avoid an error.
15695    Use char because int might match the return type of a GCC
15696    builtin and then its argument prototype would still apply.  */
15697 #ifdef __cplusplus
15698 extern "C"
15699 #endif
15700 char FcInit ();
15701 int
15702 main ()
15703 {
15704 return FcInit ();
15705   ;
15706   return 0;
15707 }
15708 _ACEOF
15709 rm -f conftest.$ac_objext conftest$ac_exeext
15710 if { (ac_try="$ac_link"
15711 case "(($ac_try" in
15712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15713   *) ac_try_echo=$ac_try;;
15714 esac
15715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15716   (eval "$ac_link") 2>conftest.er1
15717   ac_status=$?
15718   grep -v '^ *+' conftest.er1 >conftest.err
15719   rm -f conftest.er1
15720   cat conftest.err >&5
15721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722   (exit $ac_status); } && {
15723          test -z "$ac_c_werror_flag" ||
15724          test ! -s conftest.err
15725        } && test -s conftest$ac_exeext &&
15726        $as_test_x conftest$ac_exeext; then
15727   case "$LIBEXT" in
15728     dll) ;;
15729     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'` ;;
15730     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15731   esac
15732 else
15733   echo "$as_me: failed program was:" >&5
15734 sed 's/^/| /' conftest.$ac_ext >&5
15735
15736
15737 fi
15738
15739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15740       conftest$ac_exeext conftest.$ac_ext
15741   LIBS=$ac_check_soname_save_LIBS
15742 fi
15743 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15744   { echo "$as_me:$LINENO: result: not found" >&5
15745 echo "${ECHO_T}not found" >&6; }
15746
15747 else
15748   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15749 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15750
15751 cat >>confdefs.h <<_ACEOF
15752 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15753 _ACEOF
15754
15755
15756 fi
15757
15758     fi
15759 fi
15760 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15761   case "x$with_fontconfig" in
15762   x)   wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15763   xno) ;;
15764   *)   { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15765 This is an error since --with-fontconfig was requested." >&5
15766 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15767 This is an error since --with-fontconfig was requested." >&2;}
15768    { (exit 1); exit 1; }; } ;;
15769 esac
15770 fi
15771
15772
15773 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15774 then
15775     { echo "$as_me:$LINENO: checking for -lssl" >&5
15776 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15777 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15778   echo $ECHO_N "(cached) $ECHO_C" >&6
15779 else
15780   ac_check_soname_save_LIBS=$LIBS
15781 LIBS="-lssl  $LIBS"
15782   cat >conftest.$ac_ext <<_ACEOF
15783 /* confdefs.h.  */
15784 _ACEOF
15785 cat confdefs.h >>conftest.$ac_ext
15786 cat >>conftest.$ac_ext <<_ACEOF
15787 /* end confdefs.h.  */
15788
15789 /* Override any GCC internal prototype to avoid an error.
15790    Use char because int might match the return type of a GCC
15791    builtin and then its argument prototype would still apply.  */
15792 #ifdef __cplusplus
15793 extern "C"
15794 #endif
15795 char SSL_library_init ();
15796 int
15797 main ()
15798 {
15799 return SSL_library_init ();
15800   ;
15801   return 0;
15802 }
15803 _ACEOF
15804 rm -f conftest.$ac_objext conftest$ac_exeext
15805 if { (ac_try="$ac_link"
15806 case "(($ac_try" in
15807   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15808   *) ac_try_echo=$ac_try;;
15809 esac
15810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15811   (eval "$ac_link") 2>conftest.er1
15812   ac_status=$?
15813   grep -v '^ *+' conftest.er1 >conftest.err
15814   rm -f conftest.er1
15815   cat conftest.err >&5
15816   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817   (exit $ac_status); } && {
15818          test -z "$ac_c_werror_flag" ||
15819          test ! -s conftest.err
15820        } && test -s conftest$ac_exeext &&
15821        $as_test_x conftest$ac_exeext; then
15822   case "$LIBEXT" in
15823     dll) ;;
15824     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'` ;;
15825     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
15826   esac
15827 else
15828   echo "$as_me: failed program was:" >&5
15829 sed 's/^/| /' conftest.$ac_ext >&5
15830
15831
15832 fi
15833
15834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15835       conftest$ac_exeext conftest.$ac_ext
15836   LIBS=$ac_check_soname_save_LIBS
15837 fi
15838 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15839   { echo "$as_me:$LINENO: result: not found" >&5
15840 echo "${ECHO_T}not found" >&6; }
15841
15842 else
15843   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15844 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15845
15846 cat >>confdefs.h <<_ACEOF
15847 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15848 _ACEOF
15849
15850
15851 fi
15852
15853     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15854 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15855 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15856   echo $ECHO_N "(cached) $ECHO_C" >&6
15857 else
15858   ac_check_soname_save_LIBS=$LIBS
15859 LIBS="-lcrypto  $LIBS"
15860   cat >conftest.$ac_ext <<_ACEOF
15861 /* confdefs.h.  */
15862 _ACEOF
15863 cat confdefs.h >>conftest.$ac_ext
15864 cat >>conftest.$ac_ext <<_ACEOF
15865 /* end confdefs.h.  */
15866
15867 /* Override any GCC internal prototype to avoid an error.
15868    Use char because int might match the return type of a GCC
15869    builtin and then its argument prototype would still apply.  */
15870 #ifdef __cplusplus
15871 extern "C"
15872 #endif
15873 char BIO_new_socket ();
15874 int
15875 main ()
15876 {
15877 return BIO_new_socket ();
15878   ;
15879   return 0;
15880 }
15881 _ACEOF
15882 rm -f conftest.$ac_objext conftest$ac_exeext
15883 if { (ac_try="$ac_link"
15884 case "(($ac_try" in
15885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15886   *) ac_try_echo=$ac_try;;
15887 esac
15888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15889   (eval "$ac_link") 2>conftest.er1
15890   ac_status=$?
15891   grep -v '^ *+' conftest.er1 >conftest.err
15892   rm -f conftest.er1
15893   cat conftest.err >&5
15894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15895   (exit $ac_status); } && {
15896          test -z "$ac_c_werror_flag" ||
15897          test ! -s conftest.err
15898        } && test -s conftest$ac_exeext &&
15899        $as_test_x conftest$ac_exeext; then
15900   case "$LIBEXT" in
15901     dll) ;;
15902     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'` ;;
15903     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15904   esac
15905 else
15906   echo "$as_me: failed program was:" >&5
15907 sed 's/^/| /' conftest.$ac_ext >&5
15908
15909
15910 fi
15911
15912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15913       conftest$ac_exeext conftest.$ac_ext
15914   LIBS=$ac_check_soname_save_LIBS
15915 fi
15916 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15917   { echo "$as_me:$LINENO: result: not found" >&5
15918 echo "${ECHO_T}not found" >&6; }
15919
15920 else
15921   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15922 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15923
15924 cat >>confdefs.h <<_ACEOF
15925 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15926 _ACEOF
15927
15928
15929 fi
15930
15931 fi
15932 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15933   case "x$with_openssl" in
15934   x)   wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15935   xno) ;;
15936   *)   { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15937 This is an error since --with-openssl was requested." >&5
15938 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15939 This is an error since --with-openssl was requested." >&2;}
15940    { (exit 1); exit 1; }; } ;;
15941 esac
15942 fi
15943
15944
15945 if test "$ac_cv_header_jpeglib_h" = "yes"
15946 then
15947     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15948 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15949 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15950   echo $ECHO_N "(cached) $ECHO_C" >&6
15951 else
15952   ac_check_soname_save_LIBS=$LIBS
15953 LIBS="-ljpeg  $LIBS"
15954   cat >conftest.$ac_ext <<_ACEOF
15955 /* confdefs.h.  */
15956 _ACEOF
15957 cat confdefs.h >>conftest.$ac_ext
15958 cat >>conftest.$ac_ext <<_ACEOF
15959 /* end confdefs.h.  */
15960
15961 /* Override any GCC internal prototype to avoid an error.
15962    Use char because int might match the return type of a GCC
15963    builtin and then its argument prototype would still apply.  */
15964 #ifdef __cplusplus
15965 extern "C"
15966 #endif
15967 char jpeg_start_decompress ();
15968 int
15969 main ()
15970 {
15971 return jpeg_start_decompress ();
15972   ;
15973   return 0;
15974 }
15975 _ACEOF
15976 rm -f conftest.$ac_objext conftest$ac_exeext
15977 if { (ac_try="$ac_link"
15978 case "(($ac_try" in
15979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15980   *) ac_try_echo=$ac_try;;
15981 esac
15982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15983   (eval "$ac_link") 2>conftest.er1
15984   ac_status=$?
15985   grep -v '^ *+' conftest.er1 >conftest.err
15986   rm -f conftest.er1
15987   cat conftest.err >&5
15988   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15989   (exit $ac_status); } && {
15990          test -z "$ac_c_werror_flag" ||
15991          test ! -s conftest.err
15992        } && test -s conftest$ac_exeext &&
15993        $as_test_x conftest$ac_exeext; then
15994   case "$LIBEXT" in
15995     dll) ;;
15996     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'` ;;
15997     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15998   esac
15999 else
16000   echo "$as_me: failed program was:" >&5
16001 sed 's/^/| /' conftest.$ac_ext >&5
16002
16003
16004 fi
16005
16006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16007       conftest$ac_exeext conftest.$ac_ext
16008   LIBS=$ac_check_soname_save_LIBS
16009 fi
16010 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16011   { echo "$as_me:$LINENO: result: not found" >&5
16012 echo "${ECHO_T}not found" >&6; }
16013
16014 else
16015   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16016 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16017
16018 cat >>confdefs.h <<_ACEOF
16019 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16020 _ACEOF
16021
16022
16023 fi
16024
16025 fi
16026 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16027   case "x$with_jpeg" in
16028   x)   wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16029   xno) ;;
16030   *)   { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16031 This is an error since --with-jpeg was requested." >&5
16032 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16033 This is an error since --with-jpeg was requested." >&2;}
16034    { (exit 1); exit 1; }; } ;;
16035 esac
16036 fi
16037
16038
16039 if test "$ac_cv_header_png_h" = "yes"
16040 then
16041     { echo "$as_me:$LINENO: checking for -lpng" >&5
16042 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16043 if test "${ac_cv_lib_soname_png+set}" = set; then
16044   echo $ECHO_N "(cached) $ECHO_C" >&6
16045 else
16046   ac_check_soname_save_LIBS=$LIBS
16047 LIBS="-lpng -lm $LIBS"
16048   cat >conftest.$ac_ext <<_ACEOF
16049 /* confdefs.h.  */
16050 _ACEOF
16051 cat confdefs.h >>conftest.$ac_ext
16052 cat >>conftest.$ac_ext <<_ACEOF
16053 /* end confdefs.h.  */
16054
16055 /* Override any GCC internal prototype to avoid an error.
16056    Use char because int might match the return type of a GCC
16057    builtin and then its argument prototype would still apply.  */
16058 #ifdef __cplusplus
16059 extern "C"
16060 #endif
16061 char png_create_read_struct ();
16062 int
16063 main ()
16064 {
16065 return png_create_read_struct ();
16066   ;
16067   return 0;
16068 }
16069 _ACEOF
16070 rm -f conftest.$ac_objext conftest$ac_exeext
16071 if { (ac_try="$ac_link"
16072 case "(($ac_try" in
16073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16074   *) ac_try_echo=$ac_try;;
16075 esac
16076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16077   (eval "$ac_link") 2>conftest.er1
16078   ac_status=$?
16079   grep -v '^ *+' conftest.er1 >conftest.err
16080   rm -f conftest.er1
16081   cat conftest.err >&5
16082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16083   (exit $ac_status); } && {
16084          test -z "$ac_c_werror_flag" ||
16085          test ! -s conftest.err
16086        } && test -s conftest$ac_exeext &&
16087        $as_test_x conftest$ac_exeext; then
16088   case "$LIBEXT" in
16089     dll) ;;
16090     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'` ;;
16091     *) 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'` ;;
16092   esac
16093 else
16094   echo "$as_me: failed program was:" >&5
16095 sed 's/^/| /' conftest.$ac_ext >&5
16096
16097
16098 fi
16099
16100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16101       conftest$ac_exeext conftest.$ac_ext
16102   LIBS=$ac_check_soname_save_LIBS
16103 fi
16104 if test "x$ac_cv_lib_soname_png" = "x"; then
16105   { echo "$as_me:$LINENO: result: not found" >&5
16106 echo "${ECHO_T}not found" >&6; }
16107
16108 else
16109   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16110 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16111
16112 cat >>confdefs.h <<_ACEOF
16113 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16114 _ACEOF
16115
16116
16117 fi
16118
16119 fi
16120 if test "x$ac_cv_lib_soname_png" = "x"; then
16121   case "x$with_png" in
16122   x)   wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16123   xno) ;;
16124   *)   { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16125 This is an error since --with-png was requested." >&5
16126 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16127 This is an error since --with-png was requested." >&2;}
16128    { (exit 1); exit 1; }; } ;;
16129 esac
16130 fi
16131
16132
16133 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16134 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16135 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16136   echo $ECHO_N "(cached) $ECHO_C" >&6
16137 else
16138   ac_check_soname_save_LIBS=$LIBS
16139 LIBS="-lodbc  $LIBS"
16140   cat >conftest.$ac_ext <<_ACEOF
16141 /* confdefs.h.  */
16142 _ACEOF
16143 cat confdefs.h >>conftest.$ac_ext
16144 cat >>conftest.$ac_ext <<_ACEOF
16145 /* end confdefs.h.  */
16146
16147 /* Override any GCC internal prototype to avoid an error.
16148    Use char because int might match the return type of a GCC
16149    builtin and then its argument prototype would still apply.  */
16150 #ifdef __cplusplus
16151 extern "C"
16152 #endif
16153 char SQLConnect ();
16154 int
16155 main ()
16156 {
16157 return SQLConnect ();
16158   ;
16159   return 0;
16160 }
16161 _ACEOF
16162 rm -f conftest.$ac_objext conftest$ac_exeext
16163 if { (ac_try="$ac_link"
16164 case "(($ac_try" in
16165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16166   *) ac_try_echo=$ac_try;;
16167 esac
16168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16169   (eval "$ac_link") 2>conftest.er1
16170   ac_status=$?
16171   grep -v '^ *+' conftest.er1 >conftest.err
16172   rm -f conftest.er1
16173   cat conftest.err >&5
16174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16175   (exit $ac_status); } && {
16176          test -z "$ac_c_werror_flag" ||
16177          test ! -s conftest.err
16178        } && test -s conftest$ac_exeext &&
16179        $as_test_x conftest$ac_exeext; then
16180   case "$LIBEXT" in
16181     dll) ;;
16182     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'` ;;
16183     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16184   esac
16185 else
16186   echo "$as_me: failed program was:" >&5
16187 sed 's/^/| /' conftest.$ac_ext >&5
16188
16189
16190 fi
16191
16192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16193       conftest$ac_exeext conftest.$ac_ext
16194   LIBS=$ac_check_soname_save_LIBS
16195 fi
16196 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16197   { echo "$as_me:$LINENO: result: not found" >&5
16198 echo "${ECHO_T}not found" >&6; }
16199        cat >>confdefs.h <<_ACEOF
16200 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16201 _ACEOF
16202
16203 else
16204   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16205 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16206
16207 cat >>confdefs.h <<_ACEOF
16208 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16209 _ACEOF
16210
16211
16212 fi
16213
16214
16215 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESD_LIBS$ac_cv_lib_soname_jack" = "x" -a \
16216         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16217         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16218         "$ac_cv_header_soundcard_h" != "yes" -a \
16219         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16220 then
16221     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16222 fi
16223
16224
16225 EXTRACFLAGS=""
16226
16227 if test "x${GCC}" = "xyes"
16228 then
16229   EXTRACFLAGS="-Wall -pipe"
16230
16231     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16232 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16233 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16234   echo $ECHO_N "(cached) $ECHO_C" >&6
16235 else
16236   if test "$cross_compiling" = yes; then
16237   ac_cv_c_gcc_strength_bug="yes"
16238 else
16239   cat >conftest.$ac_ext <<_ACEOF
16240 /* confdefs.h.  */
16241 _ACEOF
16242 cat confdefs.h >>conftest.$ac_ext
16243 cat >>conftest.$ac_ext <<_ACEOF
16244 /* end confdefs.h.  */
16245 int L[4] = {0,1,2,3};
16246 int
16247 main ()
16248 {
16249 static int Array[3];
16250   unsigned int B = 3;
16251   int i;
16252   for(i=0; i<B; i++) Array[i] = i - 3;
16253   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16254   L[i] = 4;
16255   exit( Array[1] != -2 || L[2] != 3)
16256   ;
16257   return 0;
16258 }
16259 _ACEOF
16260 rm -f conftest$ac_exeext
16261 if { (ac_try="$ac_link"
16262 case "(($ac_try" in
16263   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16264   *) ac_try_echo=$ac_try;;
16265 esac
16266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16267   (eval "$ac_link") 2>&5
16268   ac_status=$?
16269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16270   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16271   { (case "(($ac_try" in
16272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16273   *) ac_try_echo=$ac_try;;
16274 esac
16275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16276   (eval "$ac_try") 2>&5
16277   ac_status=$?
16278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16279   (exit $ac_status); }; }; then
16280   ac_cv_c_gcc_strength_bug="no"
16281 else
16282   echo "$as_me: program exited with status $ac_status" >&5
16283 echo "$as_me: failed program was:" >&5
16284 sed 's/^/| /' conftest.$ac_ext >&5
16285
16286 ( exit $ac_status )
16287 ac_cv_c_gcc_strength_bug="yes"
16288 fi
16289 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16290 fi
16291
16292
16293 fi
16294 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16295 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16296   if test "$ac_cv_c_gcc_strength_bug" = "yes"
16297   then
16298     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16299   fi
16300
16301
16302   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16303 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16304 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16305   echo $ECHO_N "(cached) $ECHO_C" >&6
16306 else
16307   ac_wine_try_cflags_saved=$CFLAGS
16308 CFLAGS="$CFLAGS -fshort-wchar"
16309 cat >conftest.$ac_ext <<_ACEOF
16310 /* confdefs.h.  */
16311 _ACEOF
16312 cat confdefs.h >>conftest.$ac_ext
16313 cat >>conftest.$ac_ext <<_ACEOF
16314 /* end confdefs.h.  */
16315
16316 int
16317 main ()
16318 {
16319
16320   ;
16321   return 0;
16322 }
16323 _ACEOF
16324 rm -f conftest.$ac_objext conftest$ac_exeext
16325 if { (ac_try="$ac_link"
16326 case "(($ac_try" in
16327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16328   *) ac_try_echo=$ac_try;;
16329 esac
16330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16331   (eval "$ac_link") 2>conftest.er1
16332   ac_status=$?
16333   grep -v '^ *+' conftest.er1 >conftest.err
16334   rm -f conftest.er1
16335   cat conftest.err >&5
16336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16337   (exit $ac_status); } && {
16338          test -z "$ac_c_werror_flag" ||
16339          test ! -s conftest.err
16340        } && test -s conftest$ac_exeext &&
16341        $as_test_x conftest$ac_exeext; then
16342   ac_cv_cflags__fshort_wchar=yes
16343 else
16344   echo "$as_me: failed program was:" >&5
16345 sed 's/^/| /' conftest.$ac_ext >&5
16346
16347         ac_cv_cflags__fshort_wchar=no
16348 fi
16349
16350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16351       conftest$ac_exeext conftest.$ac_ext
16352 CFLAGS=$ac_wine_try_cflags_saved
16353 fi
16354 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16355 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16356 if test $ac_cv_cflags__fshort_wchar = yes; then
16357
16358 cat >>confdefs.h <<\_ACEOF
16359 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16360 _ACEOF
16361
16362 fi
16363
16364   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16365 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16366 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16367   echo $ECHO_N "(cached) $ECHO_C" >&6
16368 else
16369   ac_wine_try_cflags_saved=$CFLAGS
16370 CFLAGS="$CFLAGS -fno-strict-aliasing"
16371 cat >conftest.$ac_ext <<_ACEOF
16372 /* confdefs.h.  */
16373 _ACEOF
16374 cat confdefs.h >>conftest.$ac_ext
16375 cat >>conftest.$ac_ext <<_ACEOF
16376 /* end confdefs.h.  */
16377
16378 int
16379 main ()
16380 {
16381
16382   ;
16383   return 0;
16384 }
16385 _ACEOF
16386 rm -f conftest.$ac_objext conftest$ac_exeext
16387 if { (ac_try="$ac_link"
16388 case "(($ac_try" in
16389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16390   *) ac_try_echo=$ac_try;;
16391 esac
16392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16393   (eval "$ac_link") 2>conftest.er1
16394   ac_status=$?
16395   grep -v '^ *+' conftest.er1 >conftest.err
16396   rm -f conftest.er1
16397   cat conftest.err >&5
16398   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16399   (exit $ac_status); } && {
16400          test -z "$ac_c_werror_flag" ||
16401          test ! -s conftest.err
16402        } && test -s conftest$ac_exeext &&
16403        $as_test_x conftest$ac_exeext; then
16404   ac_cv_cflags__fno_strict_aliasing=yes
16405 else
16406   echo "$as_me: failed program was:" >&5
16407 sed 's/^/| /' conftest.$ac_ext >&5
16408
16409         ac_cv_cflags__fno_strict_aliasing=no
16410 fi
16411
16412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16413       conftest$ac_exeext conftest.$ac_ext
16414 CFLAGS=$ac_wine_try_cflags_saved
16415 fi
16416 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16417 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16418 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16419   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16420 fi
16421
16422   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16423 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16424 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16425   echo $ECHO_N "(cached) $ECHO_C" >&6
16426 else
16427   ac_wine_try_cflags_saved=$CFLAGS
16428 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16429 cat >conftest.$ac_ext <<_ACEOF
16430 /* confdefs.h.  */
16431 _ACEOF
16432 cat confdefs.h >>conftest.$ac_ext
16433 cat >>conftest.$ac_ext <<_ACEOF
16434 /* end confdefs.h.  */
16435
16436 int
16437 main ()
16438 {
16439
16440   ;
16441   return 0;
16442 }
16443 _ACEOF
16444 rm -f conftest.$ac_objext conftest$ac_exeext
16445 if { (ac_try="$ac_link"
16446 case "(($ac_try" in
16447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16448   *) ac_try_echo=$ac_try;;
16449 esac
16450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16451   (eval "$ac_link") 2>conftest.er1
16452   ac_status=$?
16453   grep -v '^ *+' conftest.er1 >conftest.err
16454   rm -f conftest.er1
16455   cat conftest.err >&5
16456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16457   (exit $ac_status); } && {
16458          test -z "$ac_c_werror_flag" ||
16459          test ! -s conftest.err
16460        } && test -s conftest$ac_exeext &&
16461        $as_test_x conftest$ac_exeext; then
16462   ac_cv_cflags__Wdeclaration_after_statement=yes
16463 else
16464   echo "$as_me: failed program was:" >&5
16465 sed 's/^/| /' conftest.$ac_ext >&5
16466
16467         ac_cv_cflags__Wdeclaration_after_statement=no
16468 fi
16469
16470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16471       conftest$ac_exeext conftest.$ac_ext
16472 CFLAGS=$ac_wine_try_cflags_saved
16473 fi
16474 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16475 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16476 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16477   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16478 fi
16479
16480   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16481 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16482 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16483   echo $ECHO_N "(cached) $ECHO_C" >&6
16484 else
16485   ac_wine_try_cflags_saved=$CFLAGS
16486 CFLAGS="$CFLAGS -Wwrite-strings"
16487 cat >conftest.$ac_ext <<_ACEOF
16488 /* confdefs.h.  */
16489 _ACEOF
16490 cat confdefs.h >>conftest.$ac_ext
16491 cat >>conftest.$ac_ext <<_ACEOF
16492 /* end confdefs.h.  */
16493
16494 int
16495 main ()
16496 {
16497
16498   ;
16499   return 0;
16500 }
16501 _ACEOF
16502 rm -f conftest.$ac_objext conftest$ac_exeext
16503 if { (ac_try="$ac_link"
16504 case "(($ac_try" in
16505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16506   *) ac_try_echo=$ac_try;;
16507 esac
16508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16509   (eval "$ac_link") 2>conftest.er1
16510   ac_status=$?
16511   grep -v '^ *+' conftest.er1 >conftest.err
16512   rm -f conftest.er1
16513   cat conftest.err >&5
16514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16515   (exit $ac_status); } && {
16516          test -z "$ac_c_werror_flag" ||
16517          test ! -s conftest.err
16518        } && test -s conftest$ac_exeext &&
16519        $as_test_x conftest$ac_exeext; then
16520   ac_cv_cflags__Wwrite_strings=yes
16521 else
16522   echo "$as_me: failed program was:" >&5
16523 sed 's/^/| /' conftest.$ac_ext >&5
16524
16525         ac_cv_cflags__Wwrite_strings=no
16526 fi
16527
16528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16529       conftest$ac_exeext conftest.$ac_ext
16530 CFLAGS=$ac_wine_try_cflags_saved
16531 fi
16532 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16533 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16534 if test $ac_cv_cflags__Wwrite_strings = yes; then
16535   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16536 fi
16537
16538   { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16539 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16540 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16541   echo $ECHO_N "(cached) $ECHO_C" >&6
16542 else
16543   ac_wine_try_cflags_saved=$CFLAGS
16544 CFLAGS="$CFLAGS -Wtype-limits"
16545 cat >conftest.$ac_ext <<_ACEOF
16546 /* confdefs.h.  */
16547 _ACEOF
16548 cat confdefs.h >>conftest.$ac_ext
16549 cat >>conftest.$ac_ext <<_ACEOF
16550 /* end confdefs.h.  */
16551
16552 int
16553 main ()
16554 {
16555
16556   ;
16557   return 0;
16558 }
16559 _ACEOF
16560 rm -f conftest.$ac_objext conftest$ac_exeext
16561 if { (ac_try="$ac_link"
16562 case "(($ac_try" in
16563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16564   *) ac_try_echo=$ac_try;;
16565 esac
16566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16567   (eval "$ac_link") 2>conftest.er1
16568   ac_status=$?
16569   grep -v '^ *+' conftest.er1 >conftest.err
16570   rm -f conftest.er1
16571   cat conftest.err >&5
16572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16573   (exit $ac_status); } && {
16574          test -z "$ac_c_werror_flag" ||
16575          test ! -s conftest.err
16576        } && test -s conftest$ac_exeext &&
16577        $as_test_x conftest$ac_exeext; then
16578   ac_cv_cflags__Wtype_limits=yes
16579 else
16580   echo "$as_me: failed program was:" >&5
16581 sed 's/^/| /' conftest.$ac_ext >&5
16582
16583         ac_cv_cflags__Wtype_limits=no
16584 fi
16585
16586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16587       conftest$ac_exeext conftest.$ac_ext
16588 CFLAGS=$ac_wine_try_cflags_saved
16589 fi
16590 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16591 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16592 if test $ac_cv_cflags__Wtype_limits = yes; then
16593   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16594 fi
16595
16596
16597     saved_CFLAGS="$CFLAGS"
16598   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16599   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16600 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16601 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16602   echo $ECHO_N "(cached) $ECHO_C" >&6
16603 else
16604   cat >conftest.$ac_ext <<_ACEOF
16605 /* confdefs.h.  */
16606 _ACEOF
16607 cat confdefs.h >>conftest.$ac_ext
16608 cat >>conftest.$ac_ext <<_ACEOF
16609 /* end confdefs.h.  */
16610 #include <string.h>
16611 int
16612 main ()
16613 {
16614
16615   ;
16616   return 0;
16617 }
16618 _ACEOF
16619 rm -f conftest.$ac_objext
16620 if { (ac_try="$ac_compile"
16621 case "(($ac_try" in
16622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16623   *) ac_try_echo=$ac_try;;
16624 esac
16625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16626   (eval "$ac_compile") 2>conftest.er1
16627   ac_status=$?
16628   grep -v '^ *+' conftest.er1 >conftest.err
16629   rm -f conftest.er1
16630   cat conftest.err >&5
16631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16632   (exit $ac_status); } && {
16633          test -z "$ac_c_werror_flag" ||
16634          test ! -s conftest.err
16635        } && test -s conftest.$ac_objext; then
16636   ac_cv_c_string_h_warnings=no
16637 else
16638   echo "$as_me: failed program was:" >&5
16639 sed 's/^/| /' conftest.$ac_ext >&5
16640
16641         ac_cv_c_string_h_warnings=yes
16642 fi
16643
16644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16645 fi
16646 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16647 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16648   CFLAGS="$saved_CFLAGS"
16649   if test "$ac_cv_c_string_h_warnings" = "no"
16650   then
16651     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16652   fi
16653
16654   BUILTINFLAG=""
16655
16656   saved_CFLAGS="$CFLAGS"
16657   CFLAGS="$CFLAGS -Werror"
16658   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16659 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16660 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16661   echo $ECHO_N "(cached) $ECHO_C" >&6
16662 else
16663   cat >conftest.$ac_ext <<_ACEOF
16664 /* confdefs.h.  */
16665 _ACEOF
16666 cat confdefs.h >>conftest.$ac_ext
16667 cat >>conftest.$ac_ext <<_ACEOF
16668 /* end confdefs.h.  */
16669
16670 int
16671 main ()
16672 {
16673 int iswlower(unsigned short);
16674   ;
16675   return 0;
16676 }
16677 _ACEOF
16678 rm -f conftest.$ac_objext
16679 if { (ac_try="$ac_compile"
16680 case "(($ac_try" in
16681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16682   *) ac_try_echo=$ac_try;;
16683 esac
16684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16685   (eval "$ac_compile") 2>conftest.er1
16686   ac_status=$?
16687   grep -v '^ *+' conftest.er1 >conftest.err
16688   rm -f conftest.er1
16689   cat conftest.err >&5
16690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16691   (exit $ac_status); } && {
16692          test -z "$ac_c_werror_flag" ||
16693          test ! -s conftest.err
16694        } && test -s conftest.$ac_objext; then
16695   ac_cv_c_builtin_wchar_ctype=no
16696 else
16697   echo "$as_me: failed program was:" >&5
16698 sed 's/^/| /' conftest.$ac_ext >&5
16699
16700         ac_cv_c_builtin_wchar_ctype=yes
16701 fi
16702
16703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16704 fi
16705 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16706 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16707   CFLAGS="$saved_CFLAGS"
16708   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16709   then
16710     BUILTINFLAG="-fno-builtin"
16711   fi
16712 fi
16713
16714
16715 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16716 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16717 if test "${ac_cv_asm_func_def+set}" = set; then
16718   echo $ECHO_N "(cached) $ECHO_C" >&6
16719 else
16720   cat >conftest.$ac_ext <<_ACEOF
16721 /* confdefs.h.  */
16722 _ACEOF
16723 cat confdefs.h >>conftest.$ac_ext
16724 cat >>conftest.$ac_ext <<_ACEOF
16725 /* end confdefs.h.  */
16726
16727 int
16728 main ()
16729 {
16730 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16731   ;
16732   return 0;
16733 }
16734 _ACEOF
16735 rm -f conftest.$ac_objext conftest$ac_exeext
16736 if { (ac_try="$ac_link"
16737 case "(($ac_try" in
16738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16739   *) ac_try_echo=$ac_try;;
16740 esac
16741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16742   (eval "$ac_link") 2>conftest.er1
16743   ac_status=$?
16744   grep -v '^ *+' conftest.er1 >conftest.err
16745   rm -f conftest.er1
16746   cat conftest.err >&5
16747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16748   (exit $ac_status); } && {
16749          test -z "$ac_c_werror_flag" ||
16750          test ! -s conftest.err
16751        } && test -s conftest$ac_exeext &&
16752        $as_test_x conftest$ac_exeext; then
16753   ac_cv_asm_func_def=".def"
16754 else
16755   echo "$as_me: failed program was:" >&5
16756 sed 's/^/| /' conftest.$ac_ext >&5
16757
16758         cat >conftest.$ac_ext <<_ACEOF
16759 /* confdefs.h.  */
16760 _ACEOF
16761 cat confdefs.h >>conftest.$ac_ext
16762 cat >>conftest.$ac_ext <<_ACEOF
16763 /* end confdefs.h.  */
16764
16765 int
16766 main ()
16767 {
16768 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16769   ;
16770   return 0;
16771 }
16772 _ACEOF
16773 rm -f conftest.$ac_objext conftest$ac_exeext
16774 if { (ac_try="$ac_link"
16775 case "(($ac_try" in
16776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16777   *) ac_try_echo=$ac_try;;
16778 esac
16779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16780   (eval "$ac_link") 2>conftest.er1
16781   ac_status=$?
16782   grep -v '^ *+' conftest.er1 >conftest.err
16783   rm -f conftest.er1
16784   cat conftest.err >&5
16785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786   (exit $ac_status); } && {
16787          test -z "$ac_c_werror_flag" ||
16788          test ! -s conftest.err
16789        } && test -s conftest$ac_exeext &&
16790        $as_test_x conftest$ac_exeext; then
16791   ac_cv_asm_func_def=".type @function"
16792 else
16793   echo "$as_me: failed program was:" >&5
16794 sed 's/^/| /' conftest.$ac_ext >&5
16795
16796         cat >conftest.$ac_ext <<_ACEOF
16797 /* confdefs.h.  */
16798 _ACEOF
16799 cat confdefs.h >>conftest.$ac_ext
16800 cat >>conftest.$ac_ext <<_ACEOF
16801 /* end confdefs.h.  */
16802
16803 int
16804 main ()
16805 {
16806 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16807   ;
16808   return 0;
16809 }
16810 _ACEOF
16811 rm -f conftest.$ac_objext conftest$ac_exeext
16812 if { (ac_try="$ac_link"
16813 case "(($ac_try" in
16814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16815   *) ac_try_echo=$ac_try;;
16816 esac
16817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16818   (eval "$ac_link") 2>conftest.er1
16819   ac_status=$?
16820   grep -v '^ *+' conftest.er1 >conftest.err
16821   rm -f conftest.er1
16822   cat conftest.err >&5
16823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16824   (exit $ac_status); } && {
16825          test -z "$ac_c_werror_flag" ||
16826          test ! -s conftest.err
16827        } && test -s conftest$ac_exeext &&
16828        $as_test_x conftest$ac_exeext; then
16829   ac_cv_asm_func_def=".type 2"
16830 else
16831   echo "$as_me: failed program was:" >&5
16832 sed 's/^/| /' conftest.$ac_ext >&5
16833
16834         ac_cv_asm_func_def="unknown"
16835 fi
16836
16837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16838       conftest$ac_exeext conftest.$ac_ext
16839 fi
16840
16841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16842       conftest$ac_exeext conftest.$ac_ext
16843 fi
16844
16845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16846       conftest$ac_exeext conftest.$ac_ext
16847 fi
16848 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16849 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16850
16851
16852
16853 case "$ac_cv_asm_func_def" in
16854   ".def")
16855      cat >>confdefs.h <<\_ACEOF
16856 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16857 _ACEOF
16858  ;;
16859   ".type @function")
16860      cat >>confdefs.h <<\_ACEOF
16861 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16862 _ACEOF
16863  ;;
16864   ".type 2")
16865      cat >>confdefs.h <<\_ACEOF
16866 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16867 _ACEOF
16868  ;;
16869   *)
16870      cat >>confdefs.h <<\_ACEOF
16871 #define __ASM_FUNC(name) ""
16872 _ACEOF
16873  ;;
16874 esac
16875
16876
16877 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16878 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16879 if test "${ac_cv_c_extern_prefix+set}" = set; then
16880   echo $ECHO_N "(cached) $ECHO_C" >&6
16881 else
16882   cat >conftest.$ac_ext <<_ACEOF
16883 /* confdefs.h.  */
16884 _ACEOF
16885 cat confdefs.h >>conftest.$ac_ext
16886 cat >>conftest.$ac_ext <<_ACEOF
16887 /* end confdefs.h.  */
16888 extern int ac_test;
16889 int
16890 main ()
16891 {
16892 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16893   ;
16894   return 0;
16895 }
16896 _ACEOF
16897 rm -f conftest.$ac_objext conftest$ac_exeext
16898 if { (ac_try="$ac_link"
16899 case "(($ac_try" in
16900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16901   *) ac_try_echo=$ac_try;;
16902 esac
16903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16904   (eval "$ac_link") 2>conftest.er1
16905   ac_status=$?
16906   grep -v '^ *+' conftest.er1 >conftest.err
16907   rm -f conftest.er1
16908   cat conftest.err >&5
16909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16910   (exit $ac_status); } && {
16911          test -z "$ac_c_werror_flag" ||
16912          test ! -s conftest.err
16913        } && test -s conftest$ac_exeext &&
16914        $as_test_x conftest$ac_exeext; then
16915   ac_cv_c_extern_prefix="yes"
16916 else
16917   echo "$as_me: failed program was:" >&5
16918 sed 's/^/| /' conftest.$ac_ext >&5
16919
16920         ac_cv_c_extern_prefix="no"
16921 fi
16922
16923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16924       conftest$ac_exeext conftest.$ac_ext
16925 fi
16926 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16927 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16928
16929
16930
16931 if test "$ac_cv_c_extern_prefix" = "yes"
16932 then
16933   cat >>confdefs.h <<\_ACEOF
16934 #define __ASM_NAME(name) "_" name
16935 _ACEOF
16936
16937 else
16938   cat >>confdefs.h <<\_ACEOF
16939 #define __ASM_NAME(name) name
16940 _ACEOF
16941
16942 fi
16943
16944
16945 LDPATH=""
16946
16947 case $build_os in
16948   cygwin*|mingw32*)
16949     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16950     ;;
16951   darwin*|macosx*)
16952     ;;
16953   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
16954     then
16955       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16956     fi
16957     ;;
16958   *)
16959     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16960     ;;
16961 esac
16962
16963 case $host_os in
16964   mingw32*)
16965     CRTLIBS="-lmsvcrt"
16966
16967     SOCKETLIBS="-lws2_32"
16968
16969     ;;
16970 esac
16971
16972 MAIN_BINARY="wine-pthread"
16973   case $host_cpu in
16974   *i[3456789]86*)
16975     case $host_os in
16976       linux* | k*bsd*-gnu)
16977         MAIN_BINARY="wine-glibc"
16978
16979         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16980  ;;
16981       freebsd*)
16982         MAIN_BINARY="wine-freebsd"
16983
16984         EXTRA_BINARIES="wine-pthread"
16985  ;;
16986     esac
16987     ;;
16988 esac
16989
16990
16991
16992
16993
16994
16995
16996
16997
16998
16999
17000
17001
17002
17003
17004
17005
17006
17007
17008
17009
17010
17011
17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
17024
17025
17026
17027
17028
17029
17030
17031
17032
17033
17034
17035
17036
17037
17038
17039
17040
17041
17042
17043
17044
17045
17046
17047
17048
17049
17050
17051
17052
17053
17054
17055
17056
17057
17058
17059
17060 for ac_func in \
17061         _pclose \
17062         _popen \
17063         _snprintf \
17064         _spawnvp \
17065         _strdup \
17066         _stricmp \
17067         _strnicmp \
17068         _strtoi64 \
17069         _strtoui64 \
17070         _vsnprintf \
17071         asctime_r \
17072         chsize \
17073         clone \
17074         dlopen \
17075         epoll_create \
17076         ffs \
17077         finite \
17078         fork \
17079         fpclass \
17080         fstatfs \
17081         fstatvfs \
17082         ftruncate \
17083         futimes \
17084         futimesat \
17085         getdirentries \
17086         getopt_long \
17087         getpagesize \
17088         getpwuid \
17089         gettid \
17090         gettimeofday \
17091         getuid \
17092         inet_pton \
17093         kqueue \
17094         lstat \
17095         memmove \
17096         mmap \
17097         pclose \
17098         poll \
17099         popen \
17100         prctl \
17101         pread \
17102         pwrite \
17103         readlink \
17104         rfork \
17105         sched_yield \
17106         select \
17107         setproctitle \
17108         setrlimit \
17109         settimeofday \
17110         sigaltstack \
17111         sigprocmask \
17112         snprintf \
17113         spawnvp \
17114         statfs \
17115         statvfs \
17116         strcasecmp \
17117         strdup \
17118         strerror \
17119         strncasecmp \
17120         strtold \
17121         strtoll \
17122         strtoull \
17123         tcgetattr \
17124         thr_kill2 \
17125         timegm \
17126         usleep \
17127         vsnprintf \
17128         wait4 \
17129         waitpid \
17130
17131 do
17132 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17133 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17134 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17135 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17136   echo $ECHO_N "(cached) $ECHO_C" >&6
17137 else
17138   cat >conftest.$ac_ext <<_ACEOF
17139 /* confdefs.h.  */
17140 _ACEOF
17141 cat confdefs.h >>conftest.$ac_ext
17142 cat >>conftest.$ac_ext <<_ACEOF
17143 /* end confdefs.h.  */
17144 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17145    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17146 #define $ac_func innocuous_$ac_func
17147
17148 /* System header to define __stub macros and hopefully few prototypes,
17149     which can conflict with char $ac_func (); below.
17150     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17151     <limits.h> exists even on freestanding compilers.  */
17152
17153 #ifdef __STDC__
17154 # include <limits.h>
17155 #else
17156 # include <assert.h>
17157 #endif
17158
17159 #undef $ac_func
17160
17161 /* Override any GCC internal prototype to avoid an error.
17162    Use char because int might match the return type of a GCC
17163    builtin and then its argument prototype would still apply.  */
17164 #ifdef __cplusplus
17165 extern "C"
17166 #endif
17167 char $ac_func ();
17168 /* The GNU C library defines this for functions which it implements
17169     to always fail with ENOSYS.  Some functions are actually named
17170     something starting with __ and the normal name is an alias.  */
17171 #if defined __stub_$ac_func || defined __stub___$ac_func
17172 choke me
17173 #endif
17174
17175 int
17176 main ()
17177 {
17178 return $ac_func ();
17179   ;
17180   return 0;
17181 }
17182 _ACEOF
17183 rm -f conftest.$ac_objext conftest$ac_exeext
17184 if { (ac_try="$ac_link"
17185 case "(($ac_try" in
17186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17187   *) ac_try_echo=$ac_try;;
17188 esac
17189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17190   (eval "$ac_link") 2>conftest.er1
17191   ac_status=$?
17192   grep -v '^ *+' conftest.er1 >conftest.err
17193   rm -f conftest.er1
17194   cat conftest.err >&5
17195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17196   (exit $ac_status); } && {
17197          test -z "$ac_c_werror_flag" ||
17198          test ! -s conftest.err
17199        } && test -s conftest$ac_exeext &&
17200        $as_test_x conftest$ac_exeext; then
17201   eval "$as_ac_var=yes"
17202 else
17203   echo "$as_me: failed program was:" >&5
17204 sed 's/^/| /' conftest.$ac_ext >&5
17205
17206         eval "$as_ac_var=no"
17207 fi
17208
17209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17210       conftest$ac_exeext conftest.$ac_ext
17211 fi
17212 ac_res=`eval echo '${'$as_ac_var'}'`
17213                { echo "$as_me:$LINENO: result: $ac_res" >&5
17214 echo "${ECHO_T}$ac_res" >&6; }
17215 if test `eval echo '${'$as_ac_var'}'` = yes; then
17216   cat >>confdefs.h <<_ACEOF
17217 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17218 _ACEOF
17219
17220 fi
17221 done
17222
17223
17224 if test "$ac_cv_func_dlopen" = no
17225 then
17226     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17227 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17228 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17229   echo $ECHO_N "(cached) $ECHO_C" >&6
17230 else
17231   ac_check_lib_save_LIBS=$LIBS
17232 LIBS="-ldl  $LIBS"
17233 cat >conftest.$ac_ext <<_ACEOF
17234 /* confdefs.h.  */
17235 _ACEOF
17236 cat confdefs.h >>conftest.$ac_ext
17237 cat >>conftest.$ac_ext <<_ACEOF
17238 /* end confdefs.h.  */
17239
17240 /* Override any GCC internal prototype to avoid an error.
17241    Use char because int might match the return type of a GCC
17242    builtin and then its argument prototype would still apply.  */
17243 #ifdef __cplusplus
17244 extern "C"
17245 #endif
17246 char dlopen ();
17247 int
17248 main ()
17249 {
17250 return dlopen ();
17251   ;
17252   return 0;
17253 }
17254 _ACEOF
17255 rm -f conftest.$ac_objext conftest$ac_exeext
17256 if { (ac_try="$ac_link"
17257 case "(($ac_try" in
17258   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17259   *) ac_try_echo=$ac_try;;
17260 esac
17261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17262   (eval "$ac_link") 2>conftest.er1
17263   ac_status=$?
17264   grep -v '^ *+' conftest.er1 >conftest.err
17265   rm -f conftest.er1
17266   cat conftest.err >&5
17267   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17268   (exit $ac_status); } && {
17269          test -z "$ac_c_werror_flag" ||
17270          test ! -s conftest.err
17271        } && test -s conftest$ac_exeext &&
17272        $as_test_x conftest$ac_exeext; then
17273   ac_cv_lib_dl_dlopen=yes
17274 else
17275   echo "$as_me: failed program was:" >&5
17276 sed 's/^/| /' conftest.$ac_ext >&5
17277
17278         ac_cv_lib_dl_dlopen=no
17279 fi
17280
17281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17282       conftest$ac_exeext conftest.$ac_ext
17283 LIBS=$ac_check_lib_save_LIBS
17284 fi
17285 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17286 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17287 if test $ac_cv_lib_dl_dlopen = yes; then
17288   cat >>confdefs.h <<\_ACEOF
17289 #define HAVE_DLOPEN 1
17290 _ACEOF
17291  LIBDL="-ldl"
17292
17293 fi
17294
17295 fi
17296 ac_wine_check_funcs_save_LIBS="$LIBS"
17297 LIBS="$LIBS $LIBDL"
17298
17299 for ac_func in dladdr
17300 do
17301 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17302 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17304 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17305   echo $ECHO_N "(cached) $ECHO_C" >&6
17306 else
17307   cat >conftest.$ac_ext <<_ACEOF
17308 /* confdefs.h.  */
17309 _ACEOF
17310 cat confdefs.h >>conftest.$ac_ext
17311 cat >>conftest.$ac_ext <<_ACEOF
17312 /* end confdefs.h.  */
17313 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17314    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17315 #define $ac_func innocuous_$ac_func
17316
17317 /* System header to define __stub macros and hopefully few prototypes,
17318     which can conflict with char $ac_func (); below.
17319     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17320     <limits.h> exists even on freestanding compilers.  */
17321
17322 #ifdef __STDC__
17323 # include <limits.h>
17324 #else
17325 # include <assert.h>
17326 #endif
17327
17328 #undef $ac_func
17329
17330 /* Override any GCC internal prototype to avoid an error.
17331    Use char because int might match the return type of a GCC
17332    builtin and then its argument prototype would still apply.  */
17333 #ifdef __cplusplus
17334 extern "C"
17335 #endif
17336 char $ac_func ();
17337 /* The GNU C library defines this for functions which it implements
17338     to always fail with ENOSYS.  Some functions are actually named
17339     something starting with __ and the normal name is an alias.  */
17340 #if defined __stub_$ac_func || defined __stub___$ac_func
17341 choke me
17342 #endif
17343
17344 int
17345 main ()
17346 {
17347 return $ac_func ();
17348   ;
17349   return 0;
17350 }
17351 _ACEOF
17352 rm -f conftest.$ac_objext conftest$ac_exeext
17353 if { (ac_try="$ac_link"
17354 case "(($ac_try" in
17355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17356   *) ac_try_echo=$ac_try;;
17357 esac
17358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17359   (eval "$ac_link") 2>conftest.er1
17360   ac_status=$?
17361   grep -v '^ *+' conftest.er1 >conftest.err
17362   rm -f conftest.er1
17363   cat conftest.err >&5
17364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17365   (exit $ac_status); } && {
17366          test -z "$ac_c_werror_flag" ||
17367          test ! -s conftest.err
17368        } && test -s conftest$ac_exeext &&
17369        $as_test_x conftest$ac_exeext; then
17370   eval "$as_ac_var=yes"
17371 else
17372   echo "$as_me: failed program was:" >&5
17373 sed 's/^/| /' conftest.$ac_ext >&5
17374
17375         eval "$as_ac_var=no"
17376 fi
17377
17378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17379       conftest$ac_exeext conftest.$ac_ext
17380 fi
17381 ac_res=`eval echo '${'$as_ac_var'}'`
17382                { echo "$as_me:$LINENO: result: $ac_res" >&5
17383 echo "${ECHO_T}$ac_res" >&6; }
17384 if test `eval echo '${'$as_ac_var'}'` = yes; then
17385   cat >>confdefs.h <<_ACEOF
17386 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17387 _ACEOF
17388
17389 fi
17390 done
17391
17392 LIBS="$ac_wine_check_funcs_save_LIBS"
17393
17394 if test "$ac_cv_func_poll" = no
17395 then
17396     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17397 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17398 if test "${ac_cv_lib_poll_poll+set}" = set; then
17399   echo $ECHO_N "(cached) $ECHO_C" >&6
17400 else
17401   ac_check_lib_save_LIBS=$LIBS
17402 LIBS="-lpoll  $LIBS"
17403 cat >conftest.$ac_ext <<_ACEOF
17404 /* confdefs.h.  */
17405 _ACEOF
17406 cat confdefs.h >>conftest.$ac_ext
17407 cat >>conftest.$ac_ext <<_ACEOF
17408 /* end confdefs.h.  */
17409
17410 /* Override any GCC internal prototype to avoid an error.
17411    Use char because int might match the return type of a GCC
17412    builtin and then its argument prototype would still apply.  */
17413 #ifdef __cplusplus
17414 extern "C"
17415 #endif
17416 char poll ();
17417 int
17418 main ()
17419 {
17420 return poll ();
17421   ;
17422   return 0;
17423 }
17424 _ACEOF
17425 rm -f conftest.$ac_objext conftest$ac_exeext
17426 if { (ac_try="$ac_link"
17427 case "(($ac_try" in
17428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17429   *) ac_try_echo=$ac_try;;
17430 esac
17431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17432   (eval "$ac_link") 2>conftest.er1
17433   ac_status=$?
17434   grep -v '^ *+' conftest.er1 >conftest.err
17435   rm -f conftest.er1
17436   cat conftest.err >&5
17437   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17438   (exit $ac_status); } && {
17439          test -z "$ac_c_werror_flag" ||
17440          test ! -s conftest.err
17441        } && test -s conftest$ac_exeext &&
17442        $as_test_x conftest$ac_exeext; then
17443   ac_cv_lib_poll_poll=yes
17444 else
17445   echo "$as_me: failed program was:" >&5
17446 sed 's/^/| /' conftest.$ac_ext >&5
17447
17448         ac_cv_lib_poll_poll=no
17449 fi
17450
17451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17452       conftest$ac_exeext conftest.$ac_ext
17453 LIBS=$ac_check_lib_save_LIBS
17454 fi
17455 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17456 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17457 if test $ac_cv_lib_poll_poll = yes; then
17458   cat >>confdefs.h <<\_ACEOF
17459 #define HAVE_POLL 1
17460 _ACEOF
17461  LIBPOLL="-lpoll"
17462
17463 fi
17464
17465 fi
17466
17467 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17468 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17469 if test "${ac_cv_search_gethostbyname+set}" = set; then
17470   echo $ECHO_N "(cached) $ECHO_C" >&6
17471 else
17472   ac_func_search_save_LIBS=$LIBS
17473 cat >conftest.$ac_ext <<_ACEOF
17474 /* confdefs.h.  */
17475 _ACEOF
17476 cat confdefs.h >>conftest.$ac_ext
17477 cat >>conftest.$ac_ext <<_ACEOF
17478 /* end confdefs.h.  */
17479
17480 /* Override any GCC internal prototype to avoid an error.
17481    Use char because int might match the return type of a GCC
17482    builtin and then its argument prototype would still apply.  */
17483 #ifdef __cplusplus
17484 extern "C"
17485 #endif
17486 char gethostbyname ();
17487 int
17488 main ()
17489 {
17490 return gethostbyname ();
17491   ;
17492   return 0;
17493 }
17494 _ACEOF
17495 for ac_lib in '' nsl; do
17496   if test -z "$ac_lib"; then
17497     ac_res="none required"
17498   else
17499     ac_res=-l$ac_lib
17500     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17501   fi
17502   rm -f conftest.$ac_objext conftest$ac_exeext
17503 if { (ac_try="$ac_link"
17504 case "(($ac_try" in
17505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17506   *) ac_try_echo=$ac_try;;
17507 esac
17508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17509   (eval "$ac_link") 2>conftest.er1
17510   ac_status=$?
17511   grep -v '^ *+' conftest.er1 >conftest.err
17512   rm -f conftest.er1
17513   cat conftest.err >&5
17514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17515   (exit $ac_status); } && {
17516          test -z "$ac_c_werror_flag" ||
17517          test ! -s conftest.err
17518        } && test -s conftest$ac_exeext &&
17519        $as_test_x conftest$ac_exeext; then
17520   ac_cv_search_gethostbyname=$ac_res
17521 else
17522   echo "$as_me: failed program was:" >&5
17523 sed 's/^/| /' conftest.$ac_ext >&5
17524
17525
17526 fi
17527
17528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17529       conftest$ac_exeext
17530   if test "${ac_cv_search_gethostbyname+set}" = set; then
17531   break
17532 fi
17533 done
17534 if test "${ac_cv_search_gethostbyname+set}" = set; then
17535   :
17536 else
17537   ac_cv_search_gethostbyname=no
17538 fi
17539 rm conftest.$ac_ext
17540 LIBS=$ac_func_search_save_LIBS
17541 fi
17542 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17543 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17544 ac_res=$ac_cv_search_gethostbyname
17545 if test "$ac_res" != no; then
17546   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17547
17548 fi
17549
17550
17551 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17552 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17553 if test "${ac_cv_search_connect+set}" = set; then
17554   echo $ECHO_N "(cached) $ECHO_C" >&6
17555 else
17556   ac_func_search_save_LIBS=$LIBS
17557 cat >conftest.$ac_ext <<_ACEOF
17558 /* confdefs.h.  */
17559 _ACEOF
17560 cat confdefs.h >>conftest.$ac_ext
17561 cat >>conftest.$ac_ext <<_ACEOF
17562 /* end confdefs.h.  */
17563
17564 /* Override any GCC internal prototype to avoid an error.
17565    Use char because int might match the return type of a GCC
17566    builtin and then its argument prototype would still apply.  */
17567 #ifdef __cplusplus
17568 extern "C"
17569 #endif
17570 char connect ();
17571 int
17572 main ()
17573 {
17574 return connect ();
17575   ;
17576   return 0;
17577 }
17578 _ACEOF
17579 for ac_lib in '' socket; do
17580   if test -z "$ac_lib"; then
17581     ac_res="none required"
17582   else
17583     ac_res=-l$ac_lib
17584     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17585   fi
17586   rm -f conftest.$ac_objext conftest$ac_exeext
17587 if { (ac_try="$ac_link"
17588 case "(($ac_try" in
17589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17590   *) ac_try_echo=$ac_try;;
17591 esac
17592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17593   (eval "$ac_link") 2>conftest.er1
17594   ac_status=$?
17595   grep -v '^ *+' conftest.er1 >conftest.err
17596   rm -f conftest.er1
17597   cat conftest.err >&5
17598   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17599   (exit $ac_status); } && {
17600          test -z "$ac_c_werror_flag" ||
17601          test ! -s conftest.err
17602        } && test -s conftest$ac_exeext &&
17603        $as_test_x conftest$ac_exeext; then
17604   ac_cv_search_connect=$ac_res
17605 else
17606   echo "$as_me: failed program was:" >&5
17607 sed 's/^/| /' conftest.$ac_ext >&5
17608
17609
17610 fi
17611
17612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17613       conftest$ac_exeext
17614   if test "${ac_cv_search_connect+set}" = set; then
17615   break
17616 fi
17617 done
17618 if test "${ac_cv_search_connect+set}" = set; then
17619   :
17620 else
17621   ac_cv_search_connect=no
17622 fi
17623 rm conftest.$ac_ext
17624 LIBS=$ac_func_search_save_LIBS
17625 fi
17626 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17627 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17628 ac_res=$ac_cv_search_connect
17629 if test "$ac_res" != no; then
17630   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17631
17632 fi
17633
17634
17635 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17636 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17637 if test "${ac_cv_search_inet_aton+set}" = set; then
17638   echo $ECHO_N "(cached) $ECHO_C" >&6
17639 else
17640   ac_func_search_save_LIBS=$LIBS
17641 cat >conftest.$ac_ext <<_ACEOF
17642 /* confdefs.h.  */
17643 _ACEOF
17644 cat confdefs.h >>conftest.$ac_ext
17645 cat >>conftest.$ac_ext <<_ACEOF
17646 /* end confdefs.h.  */
17647
17648 /* Override any GCC internal prototype to avoid an error.
17649    Use char because int might match the return type of a GCC
17650    builtin and then its argument prototype would still apply.  */
17651 #ifdef __cplusplus
17652 extern "C"
17653 #endif
17654 char inet_aton ();
17655 int
17656 main ()
17657 {
17658 return inet_aton ();
17659   ;
17660   return 0;
17661 }
17662 _ACEOF
17663 for ac_lib in '' resolv; do
17664   if test -z "$ac_lib"; then
17665     ac_res="none required"
17666   else
17667     ac_res=-l$ac_lib
17668     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17669   fi
17670   rm -f conftest.$ac_objext conftest$ac_exeext
17671 if { (ac_try="$ac_link"
17672 case "(($ac_try" in
17673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17674   *) ac_try_echo=$ac_try;;
17675 esac
17676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17677   (eval "$ac_link") 2>conftest.er1
17678   ac_status=$?
17679   grep -v '^ *+' conftest.er1 >conftest.err
17680   rm -f conftest.er1
17681   cat conftest.err >&5
17682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17683   (exit $ac_status); } && {
17684          test -z "$ac_c_werror_flag" ||
17685          test ! -s conftest.err
17686        } && test -s conftest$ac_exeext &&
17687        $as_test_x conftest$ac_exeext; then
17688   ac_cv_search_inet_aton=$ac_res
17689 else
17690   echo "$as_me: failed program was:" >&5
17691 sed 's/^/| /' conftest.$ac_ext >&5
17692
17693
17694 fi
17695
17696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17697       conftest$ac_exeext
17698   if test "${ac_cv_search_inet_aton+set}" = set; then
17699   break
17700 fi
17701 done
17702 if test "${ac_cv_search_inet_aton+set}" = set; then
17703   :
17704 else
17705   ac_cv_search_inet_aton=no
17706 fi
17707 rm conftest.$ac_ext
17708 LIBS=$ac_func_search_save_LIBS
17709 fi
17710 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17711 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17712 ac_res=$ac_cv_search_inet_aton
17713 if test "$ac_res" != no; then
17714   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17715
17716 fi
17717
17718
17719
17720
17721
17722
17723
17724
17725
17726
17727 for ac_func in \
17728         getaddrinfo \
17729         getnameinfo \
17730         getnetbyname \
17731         getprotobyname \
17732         getprotobynumber \
17733         getservbyport \
17734         inet_network \
17735         sendmsg \
17736
17737 do
17738 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17739 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17740 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17741 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17742   echo $ECHO_N "(cached) $ECHO_C" >&6
17743 else
17744   cat >conftest.$ac_ext <<_ACEOF
17745 /* confdefs.h.  */
17746 _ACEOF
17747 cat confdefs.h >>conftest.$ac_ext
17748 cat >>conftest.$ac_ext <<_ACEOF
17749 /* end confdefs.h.  */
17750 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17751    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17752 #define $ac_func innocuous_$ac_func
17753
17754 /* System header to define __stub macros and hopefully few prototypes,
17755     which can conflict with char $ac_func (); below.
17756     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17757     <limits.h> exists even on freestanding compilers.  */
17758
17759 #ifdef __STDC__
17760 # include <limits.h>
17761 #else
17762 # include <assert.h>
17763 #endif
17764
17765 #undef $ac_func
17766
17767 /* Override any GCC internal prototype to avoid an error.
17768    Use char because int might match the return type of a GCC
17769    builtin and then its argument prototype would still apply.  */
17770 #ifdef __cplusplus
17771 extern "C"
17772 #endif
17773 char $ac_func ();
17774 /* The GNU C library defines this for functions which it implements
17775     to always fail with ENOSYS.  Some functions are actually named
17776     something starting with __ and the normal name is an alias.  */
17777 #if defined __stub_$ac_func || defined __stub___$ac_func
17778 choke me
17779 #endif
17780
17781 int
17782 main ()
17783 {
17784 return $ac_func ();
17785   ;
17786   return 0;
17787 }
17788 _ACEOF
17789 rm -f conftest.$ac_objext conftest$ac_exeext
17790 if { (ac_try="$ac_link"
17791 case "(($ac_try" in
17792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17793   *) ac_try_echo=$ac_try;;
17794 esac
17795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17796   (eval "$ac_link") 2>conftest.er1
17797   ac_status=$?
17798   grep -v '^ *+' conftest.er1 >conftest.err
17799   rm -f conftest.er1
17800   cat conftest.err >&5
17801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17802   (exit $ac_status); } && {
17803          test -z "$ac_c_werror_flag" ||
17804          test ! -s conftest.err
17805        } && test -s conftest$ac_exeext &&
17806        $as_test_x conftest$ac_exeext; then
17807   eval "$as_ac_var=yes"
17808 else
17809   echo "$as_me: failed program was:" >&5
17810 sed 's/^/| /' conftest.$ac_ext >&5
17811
17812         eval "$as_ac_var=no"
17813 fi
17814
17815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17816       conftest$ac_exeext conftest.$ac_ext
17817 fi
17818 ac_res=`eval echo '${'$as_ac_var'}'`
17819                { echo "$as_me:$LINENO: result: $ac_res" >&5
17820 echo "${ECHO_T}$ac_res" >&6; }
17821 if test `eval echo '${'$as_ac_var'}'` = yes; then
17822   cat >>confdefs.h <<_ACEOF
17823 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17824 _ACEOF
17825
17826 fi
17827 done
17828
17829
17830
17831 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
17832 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
17833 if test "${ac_cv_c_const+set}" = set; then
17834   echo $ECHO_N "(cached) $ECHO_C" >&6
17835 else
17836   cat >conftest.$ac_ext <<_ACEOF
17837 /* confdefs.h.  */
17838 _ACEOF
17839 cat confdefs.h >>conftest.$ac_ext
17840 cat >>conftest.$ac_ext <<_ACEOF
17841 /* end confdefs.h.  */
17842
17843 int
17844 main ()
17845 {
17846 /* FIXME: Include the comments suggested by Paul. */
17847 #ifndef __cplusplus
17848   /* Ultrix mips cc rejects this.  */
17849   typedef int charset[2];
17850   const charset cs;
17851   /* SunOS 4.1.1 cc rejects this.  */
17852   char const *const *pcpcc;
17853   char **ppc;
17854   /* NEC SVR4.0.2 mips cc rejects this.  */
17855   struct point {int x, y;};
17856   static struct point const zero = {0,0};
17857   /* AIX XL C 1.02.0.0 rejects this.
17858      It does not let you subtract one const X* pointer from another in
17859      an arm of an if-expression whose if-part is not a constant
17860      expression */
17861   const char *g = "string";
17862   pcpcc = &g + (g ? g-g : 0);
17863   /* HPUX 7.0 cc rejects these. */
17864   ++pcpcc;
17865   ppc = (char**) pcpcc;
17866   pcpcc = (char const *const *) ppc;
17867   { /* SCO 3.2v4 cc rejects this.  */
17868     char *t;
17869     char const *s = 0 ? (char *) 0 : (char const *) 0;
17870
17871     *t++ = 0;
17872     if (s) return 0;
17873   }
17874   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
17875     int x[] = {25, 17};
17876     const int *foo = &x[0];
17877     ++foo;
17878   }
17879   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
17880     typedef const int *iptr;
17881     iptr p = 0;
17882     ++p;
17883   }
17884   { /* AIX XL C 1.02.0.0 rejects this saying
17885        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
17886     struct s { int j; const int *ap[3]; };
17887     struct s *b; b->j = 5;
17888   }
17889   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
17890     const int foo = 10;
17891     if (!foo) return 0;
17892   }
17893   return !cs[0] && !zero.x;
17894 #endif
17895
17896   ;
17897   return 0;
17898 }
17899 _ACEOF
17900 rm -f conftest.$ac_objext
17901 if { (ac_try="$ac_compile"
17902 case "(($ac_try" in
17903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17904   *) ac_try_echo=$ac_try;;
17905 esac
17906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17907   (eval "$ac_compile") 2>conftest.er1
17908   ac_status=$?
17909   grep -v '^ *+' conftest.er1 >conftest.err
17910   rm -f conftest.er1
17911   cat conftest.err >&5
17912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17913   (exit $ac_status); } && {
17914          test -z "$ac_c_werror_flag" ||
17915          test ! -s conftest.err
17916        } && test -s conftest.$ac_objext; then
17917   ac_cv_c_const=yes
17918 else
17919   echo "$as_me: failed program was:" >&5
17920 sed 's/^/| /' conftest.$ac_ext >&5
17921
17922         ac_cv_c_const=no
17923 fi
17924
17925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17926 fi
17927 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
17928 echo "${ECHO_T}$ac_cv_c_const" >&6; }
17929 if test $ac_cv_c_const = no; then
17930
17931 cat >>confdefs.h <<\_ACEOF
17932 #define const
17933 _ACEOF
17934
17935 fi
17936
17937 { echo "$as_me:$LINENO: checking for inline" >&5
17938 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
17939 if test "${ac_cv_c_inline+set}" = set; then
17940   echo $ECHO_N "(cached) $ECHO_C" >&6
17941 else
17942   ac_cv_c_inline=no
17943 for ac_kw in inline __inline__ __inline; do
17944   cat >conftest.$ac_ext <<_ACEOF
17945 /* confdefs.h.  */
17946 _ACEOF
17947 cat confdefs.h >>conftest.$ac_ext
17948 cat >>conftest.$ac_ext <<_ACEOF
17949 /* end confdefs.h.  */
17950 #ifndef __cplusplus
17951 typedef int foo_t;
17952 static $ac_kw foo_t static_foo () {return 0; }
17953 $ac_kw foo_t foo () {return 0; }
17954 #endif
17955
17956 _ACEOF
17957 rm -f conftest.$ac_objext
17958 if { (ac_try="$ac_compile"
17959 case "(($ac_try" in
17960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17961   *) ac_try_echo=$ac_try;;
17962 esac
17963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17964   (eval "$ac_compile") 2>conftest.er1
17965   ac_status=$?
17966   grep -v '^ *+' conftest.er1 >conftest.err
17967   rm -f conftest.er1
17968   cat conftest.err >&5
17969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17970   (exit $ac_status); } && {
17971          test -z "$ac_c_werror_flag" ||
17972          test ! -s conftest.err
17973        } && test -s conftest.$ac_objext; then
17974   ac_cv_c_inline=$ac_kw
17975 else
17976   echo "$as_me: failed program was:" >&5
17977 sed 's/^/| /' conftest.$ac_ext >&5
17978
17979
17980 fi
17981
17982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17983   test "$ac_cv_c_inline" != no && break
17984 done
17985
17986 fi
17987 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
17988 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
17989
17990
17991 case $ac_cv_c_inline in
17992   inline | yes) ;;
17993   *)
17994     case $ac_cv_c_inline in
17995       no) ac_val=;;
17996       *) ac_val=$ac_cv_c_inline;;
17997     esac
17998     cat >>confdefs.h <<_ACEOF
17999 #ifndef __cplusplus
18000 #define inline $ac_val
18001 #endif
18002 _ACEOF
18003     ;;
18004 esac
18005
18006 { echo "$as_me:$LINENO: checking for mode_t" >&5
18007 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18008 if test "${ac_cv_type_mode_t+set}" = set; then
18009   echo $ECHO_N "(cached) $ECHO_C" >&6
18010 else
18011   cat >conftest.$ac_ext <<_ACEOF
18012 /* confdefs.h.  */
18013 _ACEOF
18014 cat confdefs.h >>conftest.$ac_ext
18015 cat >>conftest.$ac_ext <<_ACEOF
18016 /* end confdefs.h.  */
18017 $ac_includes_default
18018 typedef mode_t ac__type_new_;
18019 int
18020 main ()
18021 {
18022 if ((ac__type_new_ *) 0)
18023   return 0;
18024 if (sizeof (ac__type_new_))
18025   return 0;
18026   ;
18027   return 0;
18028 }
18029 _ACEOF
18030 rm -f conftest.$ac_objext
18031 if { (ac_try="$ac_compile"
18032 case "(($ac_try" in
18033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18034   *) ac_try_echo=$ac_try;;
18035 esac
18036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18037   (eval "$ac_compile") 2>conftest.er1
18038   ac_status=$?
18039   grep -v '^ *+' conftest.er1 >conftest.err
18040   rm -f conftest.er1
18041   cat conftest.err >&5
18042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18043   (exit $ac_status); } && {
18044          test -z "$ac_c_werror_flag" ||
18045          test ! -s conftest.err
18046        } && test -s conftest.$ac_objext; then
18047   ac_cv_type_mode_t=yes
18048 else
18049   echo "$as_me: failed program was:" >&5
18050 sed 's/^/| /' conftest.$ac_ext >&5
18051
18052         ac_cv_type_mode_t=no
18053 fi
18054
18055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18056 fi
18057 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18058 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18059 if test $ac_cv_type_mode_t = yes; then
18060
18061 cat >>confdefs.h <<_ACEOF
18062 #define HAVE_MODE_T 1
18063 _ACEOF
18064
18065
18066 fi
18067 { echo "$as_me:$LINENO: checking for off_t" >&5
18068 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18069 if test "${ac_cv_type_off_t+set}" = set; then
18070   echo $ECHO_N "(cached) $ECHO_C" >&6
18071 else
18072   cat >conftest.$ac_ext <<_ACEOF
18073 /* confdefs.h.  */
18074 _ACEOF
18075 cat confdefs.h >>conftest.$ac_ext
18076 cat >>conftest.$ac_ext <<_ACEOF
18077 /* end confdefs.h.  */
18078 $ac_includes_default
18079 typedef off_t ac__type_new_;
18080 int
18081 main ()
18082 {
18083 if ((ac__type_new_ *) 0)
18084   return 0;
18085 if (sizeof (ac__type_new_))
18086   return 0;
18087   ;
18088   return 0;
18089 }
18090 _ACEOF
18091 rm -f conftest.$ac_objext
18092 if { (ac_try="$ac_compile"
18093 case "(($ac_try" in
18094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18095   *) ac_try_echo=$ac_try;;
18096 esac
18097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18098   (eval "$ac_compile") 2>conftest.er1
18099   ac_status=$?
18100   grep -v '^ *+' conftest.er1 >conftest.err
18101   rm -f conftest.er1
18102   cat conftest.err >&5
18103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18104   (exit $ac_status); } && {
18105          test -z "$ac_c_werror_flag" ||
18106          test ! -s conftest.err
18107        } && test -s conftest.$ac_objext; then
18108   ac_cv_type_off_t=yes
18109 else
18110   echo "$as_me: failed program was:" >&5
18111 sed 's/^/| /' conftest.$ac_ext >&5
18112
18113         ac_cv_type_off_t=no
18114 fi
18115
18116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18117 fi
18118 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18119 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18120 if test $ac_cv_type_off_t = yes; then
18121
18122 cat >>confdefs.h <<_ACEOF
18123 #define HAVE_OFF_T 1
18124 _ACEOF
18125
18126
18127 fi
18128 { echo "$as_me:$LINENO: checking for pid_t" >&5
18129 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18130 if test "${ac_cv_type_pid_t+set}" = set; then
18131   echo $ECHO_N "(cached) $ECHO_C" >&6
18132 else
18133   cat >conftest.$ac_ext <<_ACEOF
18134 /* confdefs.h.  */
18135 _ACEOF
18136 cat confdefs.h >>conftest.$ac_ext
18137 cat >>conftest.$ac_ext <<_ACEOF
18138 /* end confdefs.h.  */
18139 $ac_includes_default
18140 typedef pid_t ac__type_new_;
18141 int
18142 main ()
18143 {
18144 if ((ac__type_new_ *) 0)
18145   return 0;
18146 if (sizeof (ac__type_new_))
18147   return 0;
18148   ;
18149   return 0;
18150 }
18151 _ACEOF
18152 rm -f conftest.$ac_objext
18153 if { (ac_try="$ac_compile"
18154 case "(($ac_try" in
18155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18156   *) ac_try_echo=$ac_try;;
18157 esac
18158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18159   (eval "$ac_compile") 2>conftest.er1
18160   ac_status=$?
18161   grep -v '^ *+' conftest.er1 >conftest.err
18162   rm -f conftest.er1
18163   cat conftest.err >&5
18164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18165   (exit $ac_status); } && {
18166          test -z "$ac_c_werror_flag" ||
18167          test ! -s conftest.err
18168        } && test -s conftest.$ac_objext; then
18169   ac_cv_type_pid_t=yes
18170 else
18171   echo "$as_me: failed program was:" >&5
18172 sed 's/^/| /' conftest.$ac_ext >&5
18173
18174         ac_cv_type_pid_t=no
18175 fi
18176
18177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18178 fi
18179 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18180 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18181 if test $ac_cv_type_pid_t = yes; then
18182
18183 cat >>confdefs.h <<_ACEOF
18184 #define HAVE_PID_T 1
18185 _ACEOF
18186
18187
18188 fi
18189 { echo "$as_me:$LINENO: checking for size_t" >&5
18190 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18191 if test "${ac_cv_type_size_t+set}" = set; then
18192   echo $ECHO_N "(cached) $ECHO_C" >&6
18193 else
18194   cat >conftest.$ac_ext <<_ACEOF
18195 /* confdefs.h.  */
18196 _ACEOF
18197 cat confdefs.h >>conftest.$ac_ext
18198 cat >>conftest.$ac_ext <<_ACEOF
18199 /* end confdefs.h.  */
18200 $ac_includes_default
18201 typedef size_t ac__type_new_;
18202 int
18203 main ()
18204 {
18205 if ((ac__type_new_ *) 0)
18206   return 0;
18207 if (sizeof (ac__type_new_))
18208   return 0;
18209   ;
18210   return 0;
18211 }
18212 _ACEOF
18213 rm -f conftest.$ac_objext
18214 if { (ac_try="$ac_compile"
18215 case "(($ac_try" in
18216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18217   *) ac_try_echo=$ac_try;;
18218 esac
18219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18220   (eval "$ac_compile") 2>conftest.er1
18221   ac_status=$?
18222   grep -v '^ *+' conftest.er1 >conftest.err
18223   rm -f conftest.er1
18224   cat conftest.err >&5
18225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18226   (exit $ac_status); } && {
18227          test -z "$ac_c_werror_flag" ||
18228          test ! -s conftest.err
18229        } && test -s conftest.$ac_objext; then
18230   ac_cv_type_size_t=yes
18231 else
18232   echo "$as_me: failed program was:" >&5
18233 sed 's/^/| /' conftest.$ac_ext >&5
18234
18235         ac_cv_type_size_t=no
18236 fi
18237
18238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18239 fi
18240 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18241 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18242 if test $ac_cv_type_size_t = yes; then
18243
18244 cat >>confdefs.h <<_ACEOF
18245 #define HAVE_SIZE_T 1
18246 _ACEOF
18247
18248
18249 fi
18250 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18251 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18252 if test "${ac_cv_type_ssize_t+set}" = set; then
18253   echo $ECHO_N "(cached) $ECHO_C" >&6
18254 else
18255   cat >conftest.$ac_ext <<_ACEOF
18256 /* confdefs.h.  */
18257 _ACEOF
18258 cat confdefs.h >>conftest.$ac_ext
18259 cat >>conftest.$ac_ext <<_ACEOF
18260 /* end confdefs.h.  */
18261 $ac_includes_default
18262 typedef ssize_t ac__type_new_;
18263 int
18264 main ()
18265 {
18266 if ((ac__type_new_ *) 0)
18267   return 0;
18268 if (sizeof (ac__type_new_))
18269   return 0;
18270   ;
18271   return 0;
18272 }
18273 _ACEOF
18274 rm -f conftest.$ac_objext
18275 if { (ac_try="$ac_compile"
18276 case "(($ac_try" in
18277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18278   *) ac_try_echo=$ac_try;;
18279 esac
18280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18281   (eval "$ac_compile") 2>conftest.er1
18282   ac_status=$?
18283   grep -v '^ *+' conftest.er1 >conftest.err
18284   rm -f conftest.er1
18285   cat conftest.err >&5
18286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18287   (exit $ac_status); } && {
18288          test -z "$ac_c_werror_flag" ||
18289          test ! -s conftest.err
18290        } && test -s conftest.$ac_objext; then
18291   ac_cv_type_ssize_t=yes
18292 else
18293   echo "$as_me: failed program was:" >&5
18294 sed 's/^/| /' conftest.$ac_ext >&5
18295
18296         ac_cv_type_ssize_t=no
18297 fi
18298
18299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18300 fi
18301 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18302 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18303 if test $ac_cv_type_ssize_t = yes; then
18304
18305 cat >>confdefs.h <<_ACEOF
18306 #define HAVE_SSIZE_T 1
18307 _ACEOF
18308
18309
18310 fi
18311 { echo "$as_me:$LINENO: checking for long long" >&5
18312 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18313 if test "${ac_cv_type_long_long+set}" = set; then
18314   echo $ECHO_N "(cached) $ECHO_C" >&6
18315 else
18316   cat >conftest.$ac_ext <<_ACEOF
18317 /* confdefs.h.  */
18318 _ACEOF
18319 cat confdefs.h >>conftest.$ac_ext
18320 cat >>conftest.$ac_ext <<_ACEOF
18321 /* end confdefs.h.  */
18322 $ac_includes_default
18323 typedef long long ac__type_new_;
18324 int
18325 main ()
18326 {
18327 if ((ac__type_new_ *) 0)
18328   return 0;
18329 if (sizeof (ac__type_new_))
18330   return 0;
18331   ;
18332   return 0;
18333 }
18334 _ACEOF
18335 rm -f conftest.$ac_objext
18336 if { (ac_try="$ac_compile"
18337 case "(($ac_try" in
18338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18339   *) ac_try_echo=$ac_try;;
18340 esac
18341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18342   (eval "$ac_compile") 2>conftest.er1
18343   ac_status=$?
18344   grep -v '^ *+' conftest.er1 >conftest.err
18345   rm -f conftest.er1
18346   cat conftest.err >&5
18347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18348   (exit $ac_status); } && {
18349          test -z "$ac_c_werror_flag" ||
18350          test ! -s conftest.err
18351        } && test -s conftest.$ac_objext; then
18352   ac_cv_type_long_long=yes
18353 else
18354   echo "$as_me: failed program was:" >&5
18355 sed 's/^/| /' conftest.$ac_ext >&5
18356
18357         ac_cv_type_long_long=no
18358 fi
18359
18360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18361 fi
18362 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18363 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18364 if test $ac_cv_type_long_long = yes; then
18365
18366 cat >>confdefs.h <<_ACEOF
18367 #define HAVE_LONG_LONG 1
18368 _ACEOF
18369
18370
18371 fi
18372 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18373 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18374 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18375   echo $ECHO_N "(cached) $ECHO_C" >&6
18376 else
18377   cat >conftest.$ac_ext <<_ACEOF
18378 /* confdefs.h.  */
18379 _ACEOF
18380 cat confdefs.h >>conftest.$ac_ext
18381 cat >>conftest.$ac_ext <<_ACEOF
18382 /* end confdefs.h.  */
18383 $ac_includes_default
18384 typedef fsblkcnt_t ac__type_new_;
18385 int
18386 main ()
18387 {
18388 if ((ac__type_new_ *) 0)
18389   return 0;
18390 if (sizeof (ac__type_new_))
18391   return 0;
18392   ;
18393   return 0;
18394 }
18395 _ACEOF
18396 rm -f conftest.$ac_objext
18397 if { (ac_try="$ac_compile"
18398 case "(($ac_try" in
18399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18400   *) ac_try_echo=$ac_try;;
18401 esac
18402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18403   (eval "$ac_compile") 2>conftest.er1
18404   ac_status=$?
18405   grep -v '^ *+' conftest.er1 >conftest.err
18406   rm -f conftest.er1
18407   cat conftest.err >&5
18408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18409   (exit $ac_status); } && {
18410          test -z "$ac_c_werror_flag" ||
18411          test ! -s conftest.err
18412        } && test -s conftest.$ac_objext; then
18413   ac_cv_type_fsblkcnt_t=yes
18414 else
18415   echo "$as_me: failed program was:" >&5
18416 sed 's/^/| /' conftest.$ac_ext >&5
18417
18418         ac_cv_type_fsblkcnt_t=no
18419 fi
18420
18421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18422 fi
18423 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18424 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18425 if test $ac_cv_type_fsblkcnt_t = yes; then
18426
18427 cat >>confdefs.h <<_ACEOF
18428 #define HAVE_FSBLKCNT_T 1
18429 _ACEOF
18430
18431
18432 fi
18433 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18434 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18435 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18436   echo $ECHO_N "(cached) $ECHO_C" >&6
18437 else
18438   cat >conftest.$ac_ext <<_ACEOF
18439 /* confdefs.h.  */
18440 _ACEOF
18441 cat confdefs.h >>conftest.$ac_ext
18442 cat >>conftest.$ac_ext <<_ACEOF
18443 /* end confdefs.h.  */
18444 $ac_includes_default
18445 typedef fsfilcnt_t ac__type_new_;
18446 int
18447 main ()
18448 {
18449 if ((ac__type_new_ *) 0)
18450   return 0;
18451 if (sizeof (ac__type_new_))
18452   return 0;
18453   ;
18454   return 0;
18455 }
18456 _ACEOF
18457 rm -f conftest.$ac_objext
18458 if { (ac_try="$ac_compile"
18459 case "(($ac_try" in
18460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18461   *) ac_try_echo=$ac_try;;
18462 esac
18463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18464   (eval "$ac_compile") 2>conftest.er1
18465   ac_status=$?
18466   grep -v '^ *+' conftest.er1 >conftest.err
18467   rm -f conftest.er1
18468   cat conftest.err >&5
18469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18470   (exit $ac_status); } && {
18471          test -z "$ac_c_werror_flag" ||
18472          test ! -s conftest.err
18473        } && test -s conftest.$ac_objext; then
18474   ac_cv_type_fsfilcnt_t=yes
18475 else
18476   echo "$as_me: failed program was:" >&5
18477 sed 's/^/| /' conftest.$ac_ext >&5
18478
18479         ac_cv_type_fsfilcnt_t=no
18480 fi
18481
18482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18483 fi
18484 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18485 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18486 if test $ac_cv_type_fsfilcnt_t = yes; then
18487
18488 cat >>confdefs.h <<_ACEOF
18489 #define HAVE_FSFILCNT_T 1
18490 _ACEOF
18491
18492
18493 fi
18494
18495 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18496 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18497 if test "${ac_cv_type_sigset_t+set}" = set; then
18498   echo $ECHO_N "(cached) $ECHO_C" >&6
18499 else
18500   cat >conftest.$ac_ext <<_ACEOF
18501 /* confdefs.h.  */
18502 _ACEOF
18503 cat confdefs.h >>conftest.$ac_ext
18504 cat >>conftest.$ac_ext <<_ACEOF
18505 /* end confdefs.h.  */
18506 #include <signal.h>
18507
18508 typedef sigset_t ac__type_new_;
18509 int
18510 main ()
18511 {
18512 if ((ac__type_new_ *) 0)
18513   return 0;
18514 if (sizeof (ac__type_new_))
18515   return 0;
18516   ;
18517   return 0;
18518 }
18519 _ACEOF
18520 rm -f conftest.$ac_objext
18521 if { (ac_try="$ac_compile"
18522 case "(($ac_try" in
18523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18524   *) ac_try_echo=$ac_try;;
18525 esac
18526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18527   (eval "$ac_compile") 2>conftest.er1
18528   ac_status=$?
18529   grep -v '^ *+' conftest.er1 >conftest.err
18530   rm -f conftest.er1
18531   cat conftest.err >&5
18532   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18533   (exit $ac_status); } && {
18534          test -z "$ac_c_werror_flag" ||
18535          test ! -s conftest.err
18536        } && test -s conftest.$ac_objext; then
18537   ac_cv_type_sigset_t=yes
18538 else
18539   echo "$as_me: failed program was:" >&5
18540 sed 's/^/| /' conftest.$ac_ext >&5
18541
18542         ac_cv_type_sigset_t=no
18543 fi
18544
18545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18546 fi
18547 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18548 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18549 if test $ac_cv_type_sigset_t = yes; then
18550
18551 cat >>confdefs.h <<_ACEOF
18552 #define HAVE_SIGSET_T 1
18553 _ACEOF
18554
18555
18556 fi
18557
18558 { echo "$as_me:$LINENO: checking for request_sense" >&5
18559 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18560 if test "${ac_cv_type_request_sense+set}" = set; then
18561   echo $ECHO_N "(cached) $ECHO_C" >&6
18562 else
18563   cat >conftest.$ac_ext <<_ACEOF
18564 /* confdefs.h.  */
18565 _ACEOF
18566 cat confdefs.h >>conftest.$ac_ext
18567 cat >>conftest.$ac_ext <<_ACEOF
18568 /* end confdefs.h.  */
18569 #include <linux/cdrom.h>
18570
18571 typedef request_sense ac__type_new_;
18572 int
18573 main ()
18574 {
18575 if ((ac__type_new_ *) 0)
18576   return 0;
18577 if (sizeof (ac__type_new_))
18578   return 0;
18579   ;
18580   return 0;
18581 }
18582 _ACEOF
18583 rm -f conftest.$ac_objext
18584 if { (ac_try="$ac_compile"
18585 case "(($ac_try" in
18586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18587   *) ac_try_echo=$ac_try;;
18588 esac
18589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18590   (eval "$ac_compile") 2>conftest.er1
18591   ac_status=$?
18592   grep -v '^ *+' conftest.er1 >conftest.err
18593   rm -f conftest.er1
18594   cat conftest.err >&5
18595   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18596   (exit $ac_status); } && {
18597          test -z "$ac_c_werror_flag" ||
18598          test ! -s conftest.err
18599        } && test -s conftest.$ac_objext; then
18600   ac_cv_type_request_sense=yes
18601 else
18602   echo "$as_me: failed program was:" >&5
18603 sed 's/^/| /' conftest.$ac_ext >&5
18604
18605         ac_cv_type_request_sense=no
18606 fi
18607
18608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18609 fi
18610 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18611 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18612 if test $ac_cv_type_request_sense = yes; then
18613
18614 cat >>confdefs.h <<_ACEOF
18615 #define HAVE_REQUEST_SENSE 1
18616 _ACEOF
18617
18618
18619 fi
18620
18621
18622 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18623 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18624 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18625   echo $ECHO_N "(cached) $ECHO_C" >&6
18626 else
18627   cat >conftest.$ac_ext <<_ACEOF
18628 /* confdefs.h.  */
18629 _ACEOF
18630 cat confdefs.h >>conftest.$ac_ext
18631 cat >>conftest.$ac_ext <<_ACEOF
18632 /* end confdefs.h.  */
18633 #ifdef HAVE_LINUX_INPUT_H
18634 #include <linux/input.h>
18635 #endif
18636
18637 int
18638 main ()
18639 {
18640 static struct ff_effect ac_aggr;
18641 if (ac_aggr.direction)
18642 return 0;
18643   ;
18644   return 0;
18645 }
18646 _ACEOF
18647 rm -f conftest.$ac_objext
18648 if { (ac_try="$ac_compile"
18649 case "(($ac_try" in
18650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18651   *) ac_try_echo=$ac_try;;
18652 esac
18653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18654   (eval "$ac_compile") 2>conftest.er1
18655   ac_status=$?
18656   grep -v '^ *+' conftest.er1 >conftest.err
18657   rm -f conftest.er1
18658   cat conftest.err >&5
18659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18660   (exit $ac_status); } && {
18661          test -z "$ac_c_werror_flag" ||
18662          test ! -s conftest.err
18663        } && test -s conftest.$ac_objext; then
18664   ac_cv_member_struct_ff_effect_direction=yes
18665 else
18666   echo "$as_me: failed program was:" >&5
18667 sed 's/^/| /' conftest.$ac_ext >&5
18668
18669         cat >conftest.$ac_ext <<_ACEOF
18670 /* confdefs.h.  */
18671 _ACEOF
18672 cat confdefs.h >>conftest.$ac_ext
18673 cat >>conftest.$ac_ext <<_ACEOF
18674 /* end confdefs.h.  */
18675 #ifdef HAVE_LINUX_INPUT_H
18676 #include <linux/input.h>
18677 #endif
18678
18679 int
18680 main ()
18681 {
18682 static struct ff_effect ac_aggr;
18683 if (sizeof ac_aggr.direction)
18684 return 0;
18685   ;
18686   return 0;
18687 }
18688 _ACEOF
18689 rm -f conftest.$ac_objext
18690 if { (ac_try="$ac_compile"
18691 case "(($ac_try" in
18692   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18693   *) ac_try_echo=$ac_try;;
18694 esac
18695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18696   (eval "$ac_compile") 2>conftest.er1
18697   ac_status=$?
18698   grep -v '^ *+' conftest.er1 >conftest.err
18699   rm -f conftest.er1
18700   cat conftest.err >&5
18701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18702   (exit $ac_status); } && {
18703          test -z "$ac_c_werror_flag" ||
18704          test ! -s conftest.err
18705        } && test -s conftest.$ac_objext; then
18706   ac_cv_member_struct_ff_effect_direction=yes
18707 else
18708   echo "$as_me: failed program was:" >&5
18709 sed 's/^/| /' conftest.$ac_ext >&5
18710
18711         ac_cv_member_struct_ff_effect_direction=no
18712 fi
18713
18714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18715 fi
18716
18717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18718 fi
18719 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18720 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18721 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18722
18723 cat >>confdefs.h <<_ACEOF
18724 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18725 _ACEOF
18726
18727
18728 fi
18729
18730
18731 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18732 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18733 if test "${wine_cv_have_sigaddset+set}" = set; then
18734   echo $ECHO_N "(cached) $ECHO_C" >&6
18735 else
18736   cat >conftest.$ac_ext <<_ACEOF
18737 /* confdefs.h.  */
18738 _ACEOF
18739 cat confdefs.h >>conftest.$ac_ext
18740 cat >>conftest.$ac_ext <<_ACEOF
18741 /* end confdefs.h.  */
18742 #include <signal.h>
18743 int
18744 main ()
18745 {
18746 sigset_t set; sigaddset(&set,SIGTERM);
18747   ;
18748   return 0;
18749 }
18750 _ACEOF
18751 rm -f conftest.$ac_objext conftest$ac_exeext
18752 if { (ac_try="$ac_link"
18753 case "(($ac_try" in
18754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18755   *) ac_try_echo=$ac_try;;
18756 esac
18757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18758   (eval "$ac_link") 2>conftest.er1
18759   ac_status=$?
18760   grep -v '^ *+' conftest.er1 >conftest.err
18761   rm -f conftest.er1
18762   cat conftest.err >&5
18763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764   (exit $ac_status); } && {
18765          test -z "$ac_c_werror_flag" ||
18766          test ! -s conftest.err
18767        } && test -s conftest$ac_exeext &&
18768        $as_test_x conftest$ac_exeext; then
18769   wine_cv_have_sigaddset=yes
18770 else
18771   echo "$as_me: failed program was:" >&5
18772 sed 's/^/| /' conftest.$ac_ext >&5
18773
18774         wine_cv_have_sigaddset=no
18775 fi
18776
18777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18778       conftest$ac_exeext conftest.$ac_ext
18779 fi
18780 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
18781 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
18782 if test "$wine_cv_have_sigaddset" = "yes"
18783 then
18784
18785 cat >>confdefs.h <<\_ACEOF
18786 #define HAVE_SIGADDSET 1
18787 _ACEOF
18788
18789 fi
18790
18791
18792 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18793 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
18794 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
18795   echo $ECHO_N "(cached) $ECHO_C" >&6
18796 else
18797   cat >conftest.$ac_ext <<_ACEOF
18798 /* confdefs.h.  */
18799 _ACEOF
18800 cat confdefs.h >>conftest.$ac_ext
18801 cat >>conftest.$ac_ext <<_ACEOF
18802 /* end confdefs.h.  */
18803 #include <netdb.h>
18804 int
18805 main ()
18806 {
18807
18808     char *name=0;
18809     struct hostent he;
18810     struct hostent *result;
18811     char *buf=0;
18812     int bufsize=0;
18813     int res,errnr;
18814     char *addr=0;
18815     int addrlen=0;
18816     int addrtype=0;
18817     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18818     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18819
18820   ;
18821   return 0;
18822 }
18823 _ACEOF
18824 rm -f conftest.$ac_objext conftest$ac_exeext
18825 if { (ac_try="$ac_link"
18826 case "(($ac_try" in
18827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18828   *) ac_try_echo=$ac_try;;
18829 esac
18830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18831   (eval "$ac_link") 2>conftest.er1
18832   ac_status=$?
18833   grep -v '^ *+' conftest.er1 >conftest.err
18834   rm -f conftest.er1
18835   cat conftest.err >&5
18836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837   (exit $ac_status); } && {
18838          test -z "$ac_c_werror_flag" ||
18839          test ! -s conftest.err
18840        } && test -s conftest$ac_exeext &&
18841        $as_test_x conftest$ac_exeext; then
18842   wine_cv_linux_gethostbyname_r_6=yes
18843 else
18844   echo "$as_me: failed program was:" >&5
18845 sed 's/^/| /' conftest.$ac_ext >&5
18846
18847         wine_cv_linux_gethostbyname_r_6=no
18848
18849 fi
18850
18851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18852       conftest$ac_exeext conftest.$ac_ext
18853
18854 fi
18855 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
18856 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
18857    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18858    then
18859
18860 cat >>confdefs.h <<\_ACEOF
18861 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
18862 _ACEOF
18863
18864    fi
18865
18866 if test "$ac_cv_header_linux_joystick_h" = "yes"
18867 then
18868    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18869 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
18870 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
18871   echo $ECHO_N "(cached) $ECHO_C" >&6
18872 else
18873   cat >conftest.$ac_ext <<_ACEOF
18874 /* confdefs.h.  */
18875 _ACEOF
18876 cat confdefs.h >>conftest.$ac_ext
18877 cat >>conftest.$ac_ext <<_ACEOF
18878 /* end confdefs.h.  */
18879
18880         #include <sys/ioctl.h>
18881         #include <sys/types.h>
18882         #include <linux/joystick.h>
18883
18884         struct js_event blub;
18885         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18886         #error "no 2.2 header"
18887         #endif
18888
18889 int
18890 main ()
18891 {
18892 /*empty*/
18893   ;
18894   return 0;
18895 }
18896 _ACEOF
18897 rm -f conftest.$ac_objext
18898 if { (ac_try="$ac_compile"
18899 case "(($ac_try" in
18900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18901   *) ac_try_echo=$ac_try;;
18902 esac
18903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18904   (eval "$ac_compile") 2>conftest.er1
18905   ac_status=$?
18906   grep -v '^ *+' conftest.er1 >conftest.err
18907   rm -f conftest.er1
18908   cat conftest.err >&5
18909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18910   (exit $ac_status); } && {
18911          test -z "$ac_c_werror_flag" ||
18912          test ! -s conftest.err
18913        } && test -s conftest.$ac_objext; then
18914   wine_cv_linux_joystick_22_api=yes
18915 else
18916   echo "$as_me: failed program was:" >&5
18917 sed 's/^/| /' conftest.$ac_ext >&5
18918
18919         wine_cv_linux_joystick_22_api=no
18920 fi
18921
18922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18923
18924 fi
18925 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
18926 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
18927    if test "$wine_cv_linux_joystick_22_api" = "yes"
18928    then
18929
18930 cat >>confdefs.h <<\_ACEOF
18931 #define HAVE_LINUX_22_JOYSTICK_API 1
18932 _ACEOF
18933
18934    fi
18935 fi
18936
18937
18938 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
18939 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
18940 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
18941   echo $ECHO_N "(cached) $ECHO_C" >&6
18942 else
18943   cat >conftest.$ac_ext <<_ACEOF
18944 /* confdefs.h.  */
18945 _ACEOF
18946 cat confdefs.h >>conftest.$ac_ext
18947 cat >>conftest.$ac_ext <<_ACEOF
18948 /* end confdefs.h.  */
18949 #include <sys/types.h>
18950 #ifdef HAVE_SYS_PARAM_H
18951 # include <sys/param.h>
18952 #endif
18953 #ifdef HAVE_SYS_MOUNT_H
18954 # include <sys/mount.h>
18955 #endif
18956 #ifdef HAVE_SYS_VFS_H
18957 # include <sys/vfs.h>
18958 #endif
18959 #ifdef HAVE_SYS_STATFS_H
18960 # include <sys/statfs.h>
18961 #endif
18962
18963 int
18964 main ()
18965 {
18966 static struct statfs ac_aggr;
18967 if (ac_aggr.f_bfree)
18968 return 0;
18969   ;
18970   return 0;
18971 }
18972 _ACEOF
18973 rm -f conftest.$ac_objext
18974 if { (ac_try="$ac_compile"
18975 case "(($ac_try" in
18976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18977   *) ac_try_echo=$ac_try;;
18978 esac
18979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18980   (eval "$ac_compile") 2>conftest.er1
18981   ac_status=$?
18982   grep -v '^ *+' conftest.er1 >conftest.err
18983   rm -f conftest.er1
18984   cat conftest.err >&5
18985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18986   (exit $ac_status); } && {
18987          test -z "$ac_c_werror_flag" ||
18988          test ! -s conftest.err
18989        } && test -s conftest.$ac_objext; then
18990   ac_cv_member_struct_statfs_f_bfree=yes
18991 else
18992   echo "$as_me: failed program was:" >&5
18993 sed 's/^/| /' conftest.$ac_ext >&5
18994
18995         cat >conftest.$ac_ext <<_ACEOF
18996 /* confdefs.h.  */
18997 _ACEOF
18998 cat confdefs.h >>conftest.$ac_ext
18999 cat >>conftest.$ac_ext <<_ACEOF
19000 /* end confdefs.h.  */
19001 #include <sys/types.h>
19002 #ifdef HAVE_SYS_PARAM_H
19003 # include <sys/param.h>
19004 #endif
19005 #ifdef HAVE_SYS_MOUNT_H
19006 # include <sys/mount.h>
19007 #endif
19008 #ifdef HAVE_SYS_VFS_H
19009 # include <sys/vfs.h>
19010 #endif
19011 #ifdef HAVE_SYS_STATFS_H
19012 # include <sys/statfs.h>
19013 #endif
19014
19015 int
19016 main ()
19017 {
19018 static struct statfs ac_aggr;
19019 if (sizeof ac_aggr.f_bfree)
19020 return 0;
19021   ;
19022   return 0;
19023 }
19024 _ACEOF
19025 rm -f conftest.$ac_objext
19026 if { (ac_try="$ac_compile"
19027 case "(($ac_try" in
19028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19029   *) ac_try_echo=$ac_try;;
19030 esac
19031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19032   (eval "$ac_compile") 2>conftest.er1
19033   ac_status=$?
19034   grep -v '^ *+' conftest.er1 >conftest.err
19035   rm -f conftest.er1
19036   cat conftest.err >&5
19037   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19038   (exit $ac_status); } && {
19039          test -z "$ac_c_werror_flag" ||
19040          test ! -s conftest.err
19041        } && test -s conftest.$ac_objext; then
19042   ac_cv_member_struct_statfs_f_bfree=yes
19043 else
19044   echo "$as_me: failed program was:" >&5
19045 sed 's/^/| /' conftest.$ac_ext >&5
19046
19047         ac_cv_member_struct_statfs_f_bfree=no
19048 fi
19049
19050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19051 fi
19052
19053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19054 fi
19055 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19056 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19057 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19058
19059 cat >>confdefs.h <<_ACEOF
19060 #define HAVE_STRUCT_STATFS_F_BFREE 1
19061 _ACEOF
19062
19063
19064 fi
19065 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19066 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19067 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19068   echo $ECHO_N "(cached) $ECHO_C" >&6
19069 else
19070   cat >conftest.$ac_ext <<_ACEOF
19071 /* confdefs.h.  */
19072 _ACEOF
19073 cat confdefs.h >>conftest.$ac_ext
19074 cat >>conftest.$ac_ext <<_ACEOF
19075 /* end confdefs.h.  */
19076 #include <sys/types.h>
19077 #ifdef HAVE_SYS_PARAM_H
19078 # include <sys/param.h>
19079 #endif
19080 #ifdef HAVE_SYS_MOUNT_H
19081 # include <sys/mount.h>
19082 #endif
19083 #ifdef HAVE_SYS_VFS_H
19084 # include <sys/vfs.h>
19085 #endif
19086 #ifdef HAVE_SYS_STATFS_H
19087 # include <sys/statfs.h>
19088 #endif
19089
19090 int
19091 main ()
19092 {
19093 static struct statfs ac_aggr;
19094 if (ac_aggr.f_bavail)
19095 return 0;
19096   ;
19097   return 0;
19098 }
19099 _ACEOF
19100 rm -f conftest.$ac_objext
19101 if { (ac_try="$ac_compile"
19102 case "(($ac_try" in
19103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19104   *) ac_try_echo=$ac_try;;
19105 esac
19106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19107   (eval "$ac_compile") 2>conftest.er1
19108   ac_status=$?
19109   grep -v '^ *+' conftest.er1 >conftest.err
19110   rm -f conftest.er1
19111   cat conftest.err >&5
19112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19113   (exit $ac_status); } && {
19114          test -z "$ac_c_werror_flag" ||
19115          test ! -s conftest.err
19116        } && test -s conftest.$ac_objext; then
19117   ac_cv_member_struct_statfs_f_bavail=yes
19118 else
19119   echo "$as_me: failed program was:" >&5
19120 sed 's/^/| /' conftest.$ac_ext >&5
19121
19122         cat >conftest.$ac_ext <<_ACEOF
19123 /* confdefs.h.  */
19124 _ACEOF
19125 cat confdefs.h >>conftest.$ac_ext
19126 cat >>conftest.$ac_ext <<_ACEOF
19127 /* end confdefs.h.  */
19128 #include <sys/types.h>
19129 #ifdef HAVE_SYS_PARAM_H
19130 # include <sys/param.h>
19131 #endif
19132 #ifdef HAVE_SYS_MOUNT_H
19133 # include <sys/mount.h>
19134 #endif
19135 #ifdef HAVE_SYS_VFS_H
19136 # include <sys/vfs.h>
19137 #endif
19138 #ifdef HAVE_SYS_STATFS_H
19139 # include <sys/statfs.h>
19140 #endif
19141
19142 int
19143 main ()
19144 {
19145 static struct statfs ac_aggr;
19146 if (sizeof ac_aggr.f_bavail)
19147 return 0;
19148   ;
19149   return 0;
19150 }
19151 _ACEOF
19152 rm -f conftest.$ac_objext
19153 if { (ac_try="$ac_compile"
19154 case "(($ac_try" in
19155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19156   *) ac_try_echo=$ac_try;;
19157 esac
19158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19159   (eval "$ac_compile") 2>conftest.er1
19160   ac_status=$?
19161   grep -v '^ *+' conftest.er1 >conftest.err
19162   rm -f conftest.er1
19163   cat conftest.err >&5
19164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19165   (exit $ac_status); } && {
19166          test -z "$ac_c_werror_flag" ||
19167          test ! -s conftest.err
19168        } && test -s conftest.$ac_objext; then
19169   ac_cv_member_struct_statfs_f_bavail=yes
19170 else
19171   echo "$as_me: failed program was:" >&5
19172 sed 's/^/| /' conftest.$ac_ext >&5
19173
19174         ac_cv_member_struct_statfs_f_bavail=no
19175 fi
19176
19177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19178 fi
19179
19180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19181 fi
19182 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19183 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19184 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19185
19186 cat >>confdefs.h <<_ACEOF
19187 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19188 _ACEOF
19189
19190
19191 fi
19192 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19193 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19194 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19195   echo $ECHO_N "(cached) $ECHO_C" >&6
19196 else
19197   cat >conftest.$ac_ext <<_ACEOF
19198 /* confdefs.h.  */
19199 _ACEOF
19200 cat confdefs.h >>conftest.$ac_ext
19201 cat >>conftest.$ac_ext <<_ACEOF
19202 /* end confdefs.h.  */
19203 #include <sys/types.h>
19204 #ifdef HAVE_SYS_PARAM_H
19205 # include <sys/param.h>
19206 #endif
19207 #ifdef HAVE_SYS_MOUNT_H
19208 # include <sys/mount.h>
19209 #endif
19210 #ifdef HAVE_SYS_VFS_H
19211 # include <sys/vfs.h>
19212 #endif
19213 #ifdef HAVE_SYS_STATFS_H
19214 # include <sys/statfs.h>
19215 #endif
19216
19217 int
19218 main ()
19219 {
19220 static struct statfs ac_aggr;
19221 if (ac_aggr.f_frsize)
19222 return 0;
19223   ;
19224   return 0;
19225 }
19226 _ACEOF
19227 rm -f conftest.$ac_objext
19228 if { (ac_try="$ac_compile"
19229 case "(($ac_try" in
19230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19231   *) ac_try_echo=$ac_try;;
19232 esac
19233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19234   (eval "$ac_compile") 2>conftest.er1
19235   ac_status=$?
19236   grep -v '^ *+' conftest.er1 >conftest.err
19237   rm -f conftest.er1
19238   cat conftest.err >&5
19239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19240   (exit $ac_status); } && {
19241          test -z "$ac_c_werror_flag" ||
19242          test ! -s conftest.err
19243        } && test -s conftest.$ac_objext; then
19244   ac_cv_member_struct_statfs_f_frsize=yes
19245 else
19246   echo "$as_me: failed program was:" >&5
19247 sed 's/^/| /' conftest.$ac_ext >&5
19248
19249         cat >conftest.$ac_ext <<_ACEOF
19250 /* confdefs.h.  */
19251 _ACEOF
19252 cat confdefs.h >>conftest.$ac_ext
19253 cat >>conftest.$ac_ext <<_ACEOF
19254 /* end confdefs.h.  */
19255 #include <sys/types.h>
19256 #ifdef HAVE_SYS_PARAM_H
19257 # include <sys/param.h>
19258 #endif
19259 #ifdef HAVE_SYS_MOUNT_H
19260 # include <sys/mount.h>
19261 #endif
19262 #ifdef HAVE_SYS_VFS_H
19263 # include <sys/vfs.h>
19264 #endif
19265 #ifdef HAVE_SYS_STATFS_H
19266 # include <sys/statfs.h>
19267 #endif
19268
19269 int
19270 main ()
19271 {
19272 static struct statfs ac_aggr;
19273 if (sizeof ac_aggr.f_frsize)
19274 return 0;
19275   ;
19276   return 0;
19277 }
19278 _ACEOF
19279 rm -f conftest.$ac_objext
19280 if { (ac_try="$ac_compile"
19281 case "(($ac_try" in
19282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19283   *) ac_try_echo=$ac_try;;
19284 esac
19285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19286   (eval "$ac_compile") 2>conftest.er1
19287   ac_status=$?
19288   grep -v '^ *+' conftest.er1 >conftest.err
19289   rm -f conftest.er1
19290   cat conftest.err >&5
19291   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19292   (exit $ac_status); } && {
19293          test -z "$ac_c_werror_flag" ||
19294          test ! -s conftest.err
19295        } && test -s conftest.$ac_objext; then
19296   ac_cv_member_struct_statfs_f_frsize=yes
19297 else
19298   echo "$as_me: failed program was:" >&5
19299 sed 's/^/| /' conftest.$ac_ext >&5
19300
19301         ac_cv_member_struct_statfs_f_frsize=no
19302 fi
19303
19304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19305 fi
19306
19307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19308 fi
19309 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19310 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19311 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19312
19313 cat >>confdefs.h <<_ACEOF
19314 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19315 _ACEOF
19316
19317
19318 fi
19319 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19320 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19321 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19322   echo $ECHO_N "(cached) $ECHO_C" >&6
19323 else
19324   cat >conftest.$ac_ext <<_ACEOF
19325 /* confdefs.h.  */
19326 _ACEOF
19327 cat confdefs.h >>conftest.$ac_ext
19328 cat >>conftest.$ac_ext <<_ACEOF
19329 /* end confdefs.h.  */
19330 #include <sys/types.h>
19331 #ifdef HAVE_SYS_PARAM_H
19332 # include <sys/param.h>
19333 #endif
19334 #ifdef HAVE_SYS_MOUNT_H
19335 # include <sys/mount.h>
19336 #endif
19337 #ifdef HAVE_SYS_VFS_H
19338 # include <sys/vfs.h>
19339 #endif
19340 #ifdef HAVE_SYS_STATFS_H
19341 # include <sys/statfs.h>
19342 #endif
19343
19344 int
19345 main ()
19346 {
19347 static struct statfs ac_aggr;
19348 if (ac_aggr.f_ffree)
19349 return 0;
19350   ;
19351   return 0;
19352 }
19353 _ACEOF
19354 rm -f conftest.$ac_objext
19355 if { (ac_try="$ac_compile"
19356 case "(($ac_try" in
19357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19358   *) ac_try_echo=$ac_try;;
19359 esac
19360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19361   (eval "$ac_compile") 2>conftest.er1
19362   ac_status=$?
19363   grep -v '^ *+' conftest.er1 >conftest.err
19364   rm -f conftest.er1
19365   cat conftest.err >&5
19366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19367   (exit $ac_status); } && {
19368          test -z "$ac_c_werror_flag" ||
19369          test ! -s conftest.err
19370        } && test -s conftest.$ac_objext; then
19371   ac_cv_member_struct_statfs_f_ffree=yes
19372 else
19373   echo "$as_me: failed program was:" >&5
19374 sed 's/^/| /' conftest.$ac_ext >&5
19375
19376         cat >conftest.$ac_ext <<_ACEOF
19377 /* confdefs.h.  */
19378 _ACEOF
19379 cat confdefs.h >>conftest.$ac_ext
19380 cat >>conftest.$ac_ext <<_ACEOF
19381 /* end confdefs.h.  */
19382 #include <sys/types.h>
19383 #ifdef HAVE_SYS_PARAM_H
19384 # include <sys/param.h>
19385 #endif
19386 #ifdef HAVE_SYS_MOUNT_H
19387 # include <sys/mount.h>
19388 #endif
19389 #ifdef HAVE_SYS_VFS_H
19390 # include <sys/vfs.h>
19391 #endif
19392 #ifdef HAVE_SYS_STATFS_H
19393 # include <sys/statfs.h>
19394 #endif
19395
19396 int
19397 main ()
19398 {
19399 static struct statfs ac_aggr;
19400 if (sizeof ac_aggr.f_ffree)
19401 return 0;
19402   ;
19403   return 0;
19404 }
19405 _ACEOF
19406 rm -f conftest.$ac_objext
19407 if { (ac_try="$ac_compile"
19408 case "(($ac_try" in
19409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19410   *) ac_try_echo=$ac_try;;
19411 esac
19412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19413   (eval "$ac_compile") 2>conftest.er1
19414   ac_status=$?
19415   grep -v '^ *+' conftest.er1 >conftest.err
19416   rm -f conftest.er1
19417   cat conftest.err >&5
19418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19419   (exit $ac_status); } && {
19420          test -z "$ac_c_werror_flag" ||
19421          test ! -s conftest.err
19422        } && test -s conftest.$ac_objext; then
19423   ac_cv_member_struct_statfs_f_ffree=yes
19424 else
19425   echo "$as_me: failed program was:" >&5
19426 sed 's/^/| /' conftest.$ac_ext >&5
19427
19428         ac_cv_member_struct_statfs_f_ffree=no
19429 fi
19430
19431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19432 fi
19433
19434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19435 fi
19436 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19437 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19438 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19439
19440 cat >>confdefs.h <<_ACEOF
19441 #define HAVE_STRUCT_STATFS_F_FFREE 1
19442 _ACEOF
19443
19444
19445 fi
19446 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19447 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19448 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19449   echo $ECHO_N "(cached) $ECHO_C" >&6
19450 else
19451   cat >conftest.$ac_ext <<_ACEOF
19452 /* confdefs.h.  */
19453 _ACEOF
19454 cat confdefs.h >>conftest.$ac_ext
19455 cat >>conftest.$ac_ext <<_ACEOF
19456 /* end confdefs.h.  */
19457 #include <sys/types.h>
19458 #ifdef HAVE_SYS_PARAM_H
19459 # include <sys/param.h>
19460 #endif
19461 #ifdef HAVE_SYS_MOUNT_H
19462 # include <sys/mount.h>
19463 #endif
19464 #ifdef HAVE_SYS_VFS_H
19465 # include <sys/vfs.h>
19466 #endif
19467 #ifdef HAVE_SYS_STATFS_H
19468 # include <sys/statfs.h>
19469 #endif
19470
19471 int
19472 main ()
19473 {
19474 static struct statfs ac_aggr;
19475 if (ac_aggr.f_favail)
19476 return 0;
19477   ;
19478   return 0;
19479 }
19480 _ACEOF
19481 rm -f conftest.$ac_objext
19482 if { (ac_try="$ac_compile"
19483 case "(($ac_try" in
19484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19485   *) ac_try_echo=$ac_try;;
19486 esac
19487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19488   (eval "$ac_compile") 2>conftest.er1
19489   ac_status=$?
19490   grep -v '^ *+' conftest.er1 >conftest.err
19491   rm -f conftest.er1
19492   cat conftest.err >&5
19493   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19494   (exit $ac_status); } && {
19495          test -z "$ac_c_werror_flag" ||
19496          test ! -s conftest.err
19497        } && test -s conftest.$ac_objext; then
19498   ac_cv_member_struct_statfs_f_favail=yes
19499 else
19500   echo "$as_me: failed program was:" >&5
19501 sed 's/^/| /' conftest.$ac_ext >&5
19502
19503         cat >conftest.$ac_ext <<_ACEOF
19504 /* confdefs.h.  */
19505 _ACEOF
19506 cat confdefs.h >>conftest.$ac_ext
19507 cat >>conftest.$ac_ext <<_ACEOF
19508 /* end confdefs.h.  */
19509 #include <sys/types.h>
19510 #ifdef HAVE_SYS_PARAM_H
19511 # include <sys/param.h>
19512 #endif
19513 #ifdef HAVE_SYS_MOUNT_H
19514 # include <sys/mount.h>
19515 #endif
19516 #ifdef HAVE_SYS_VFS_H
19517 # include <sys/vfs.h>
19518 #endif
19519 #ifdef HAVE_SYS_STATFS_H
19520 # include <sys/statfs.h>
19521 #endif
19522
19523 int
19524 main ()
19525 {
19526 static struct statfs ac_aggr;
19527 if (sizeof ac_aggr.f_favail)
19528 return 0;
19529   ;
19530   return 0;
19531 }
19532 _ACEOF
19533 rm -f conftest.$ac_objext
19534 if { (ac_try="$ac_compile"
19535 case "(($ac_try" in
19536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19537   *) ac_try_echo=$ac_try;;
19538 esac
19539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19540   (eval "$ac_compile") 2>conftest.er1
19541   ac_status=$?
19542   grep -v '^ *+' conftest.er1 >conftest.err
19543   rm -f conftest.er1
19544   cat conftest.err >&5
19545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19546   (exit $ac_status); } && {
19547          test -z "$ac_c_werror_flag" ||
19548          test ! -s conftest.err
19549        } && test -s conftest.$ac_objext; then
19550   ac_cv_member_struct_statfs_f_favail=yes
19551 else
19552   echo "$as_me: failed program was:" >&5
19553 sed 's/^/| /' conftest.$ac_ext >&5
19554
19555         ac_cv_member_struct_statfs_f_favail=no
19556 fi
19557
19558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19559 fi
19560
19561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19562 fi
19563 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19564 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19565 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19566
19567 cat >>confdefs.h <<_ACEOF
19568 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19569 _ACEOF
19570
19571
19572 fi
19573 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19574 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19575 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19576   echo $ECHO_N "(cached) $ECHO_C" >&6
19577 else
19578   cat >conftest.$ac_ext <<_ACEOF
19579 /* confdefs.h.  */
19580 _ACEOF
19581 cat confdefs.h >>conftest.$ac_ext
19582 cat >>conftest.$ac_ext <<_ACEOF
19583 /* end confdefs.h.  */
19584 #include <sys/types.h>
19585 #ifdef HAVE_SYS_PARAM_H
19586 # include <sys/param.h>
19587 #endif
19588 #ifdef HAVE_SYS_MOUNT_H
19589 # include <sys/mount.h>
19590 #endif
19591 #ifdef HAVE_SYS_VFS_H
19592 # include <sys/vfs.h>
19593 #endif
19594 #ifdef HAVE_SYS_STATFS_H
19595 # include <sys/statfs.h>
19596 #endif
19597
19598 int
19599 main ()
19600 {
19601 static struct statfs ac_aggr;
19602 if (ac_aggr.f_namelen)
19603 return 0;
19604   ;
19605   return 0;
19606 }
19607 _ACEOF
19608 rm -f conftest.$ac_objext
19609 if { (ac_try="$ac_compile"
19610 case "(($ac_try" in
19611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19612   *) ac_try_echo=$ac_try;;
19613 esac
19614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19615   (eval "$ac_compile") 2>conftest.er1
19616   ac_status=$?
19617   grep -v '^ *+' conftest.er1 >conftest.err
19618   rm -f conftest.er1
19619   cat conftest.err >&5
19620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19621   (exit $ac_status); } && {
19622          test -z "$ac_c_werror_flag" ||
19623          test ! -s conftest.err
19624        } && test -s conftest.$ac_objext; then
19625   ac_cv_member_struct_statfs_f_namelen=yes
19626 else
19627   echo "$as_me: failed program was:" >&5
19628 sed 's/^/| /' conftest.$ac_ext >&5
19629
19630         cat >conftest.$ac_ext <<_ACEOF
19631 /* confdefs.h.  */
19632 _ACEOF
19633 cat confdefs.h >>conftest.$ac_ext
19634 cat >>conftest.$ac_ext <<_ACEOF
19635 /* end confdefs.h.  */
19636 #include <sys/types.h>
19637 #ifdef HAVE_SYS_PARAM_H
19638 # include <sys/param.h>
19639 #endif
19640 #ifdef HAVE_SYS_MOUNT_H
19641 # include <sys/mount.h>
19642 #endif
19643 #ifdef HAVE_SYS_VFS_H
19644 # include <sys/vfs.h>
19645 #endif
19646 #ifdef HAVE_SYS_STATFS_H
19647 # include <sys/statfs.h>
19648 #endif
19649
19650 int
19651 main ()
19652 {
19653 static struct statfs ac_aggr;
19654 if (sizeof ac_aggr.f_namelen)
19655 return 0;
19656   ;
19657   return 0;
19658 }
19659 _ACEOF
19660 rm -f conftest.$ac_objext
19661 if { (ac_try="$ac_compile"
19662 case "(($ac_try" in
19663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19664   *) ac_try_echo=$ac_try;;
19665 esac
19666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19667   (eval "$ac_compile") 2>conftest.er1
19668   ac_status=$?
19669   grep -v '^ *+' conftest.er1 >conftest.err
19670   rm -f conftest.er1
19671   cat conftest.err >&5
19672   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19673   (exit $ac_status); } && {
19674          test -z "$ac_c_werror_flag" ||
19675          test ! -s conftest.err
19676        } && test -s conftest.$ac_objext; then
19677   ac_cv_member_struct_statfs_f_namelen=yes
19678 else
19679   echo "$as_me: failed program was:" >&5
19680 sed 's/^/| /' conftest.$ac_ext >&5
19681
19682         ac_cv_member_struct_statfs_f_namelen=no
19683 fi
19684
19685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19686 fi
19687
19688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19689 fi
19690 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19691 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19692 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19693
19694 cat >>confdefs.h <<_ACEOF
19695 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19696 _ACEOF
19697
19698
19699 fi
19700
19701
19702 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19703 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19704 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19705   echo $ECHO_N "(cached) $ECHO_C" >&6
19706 else
19707   cat >conftest.$ac_ext <<_ACEOF
19708 /* confdefs.h.  */
19709 _ACEOF
19710 cat confdefs.h >>conftest.$ac_ext
19711 cat >>conftest.$ac_ext <<_ACEOF
19712 /* end confdefs.h.  */
19713 #ifdef HAVE_SYS_STATVFS_H
19714 #include <sys/statvfs.h>
19715 #endif
19716
19717 int
19718 main ()
19719 {
19720 static struct statvfs ac_aggr;
19721 if (ac_aggr.f_blocks)
19722 return 0;
19723   ;
19724   return 0;
19725 }
19726 _ACEOF
19727 rm -f conftest.$ac_objext
19728 if { (ac_try="$ac_compile"
19729 case "(($ac_try" in
19730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19731   *) ac_try_echo=$ac_try;;
19732 esac
19733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19734   (eval "$ac_compile") 2>conftest.er1
19735   ac_status=$?
19736   grep -v '^ *+' conftest.er1 >conftest.err
19737   rm -f conftest.er1
19738   cat conftest.err >&5
19739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19740   (exit $ac_status); } && {
19741          test -z "$ac_c_werror_flag" ||
19742          test ! -s conftest.err
19743        } && test -s conftest.$ac_objext; then
19744   ac_cv_member_struct_statvfs_f_blocks=yes
19745 else
19746   echo "$as_me: failed program was:" >&5
19747 sed 's/^/| /' conftest.$ac_ext >&5
19748
19749         cat >conftest.$ac_ext <<_ACEOF
19750 /* confdefs.h.  */
19751 _ACEOF
19752 cat confdefs.h >>conftest.$ac_ext
19753 cat >>conftest.$ac_ext <<_ACEOF
19754 /* end confdefs.h.  */
19755 #ifdef HAVE_SYS_STATVFS_H
19756 #include <sys/statvfs.h>
19757 #endif
19758
19759 int
19760 main ()
19761 {
19762 static struct statvfs ac_aggr;
19763 if (sizeof ac_aggr.f_blocks)
19764 return 0;
19765   ;
19766   return 0;
19767 }
19768 _ACEOF
19769 rm -f conftest.$ac_objext
19770 if { (ac_try="$ac_compile"
19771 case "(($ac_try" in
19772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19773   *) ac_try_echo=$ac_try;;
19774 esac
19775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19776   (eval "$ac_compile") 2>conftest.er1
19777   ac_status=$?
19778   grep -v '^ *+' conftest.er1 >conftest.err
19779   rm -f conftest.er1
19780   cat conftest.err >&5
19781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19782   (exit $ac_status); } && {
19783          test -z "$ac_c_werror_flag" ||
19784          test ! -s conftest.err
19785        } && test -s conftest.$ac_objext; then
19786   ac_cv_member_struct_statvfs_f_blocks=yes
19787 else
19788   echo "$as_me: failed program was:" >&5
19789 sed 's/^/| /' conftest.$ac_ext >&5
19790
19791         ac_cv_member_struct_statvfs_f_blocks=no
19792 fi
19793
19794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19795 fi
19796
19797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19798 fi
19799 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
19800 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
19801 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
19802
19803 cat >>confdefs.h <<_ACEOF
19804 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
19805 _ACEOF
19806
19807
19808 fi
19809
19810
19811 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
19812 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
19813 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
19814   echo $ECHO_N "(cached) $ECHO_C" >&6
19815 else
19816   cat >conftest.$ac_ext <<_ACEOF
19817 /* confdefs.h.  */
19818 _ACEOF
19819 cat confdefs.h >>conftest.$ac_ext
19820 cat >>conftest.$ac_ext <<_ACEOF
19821 /* end confdefs.h.  */
19822 #include <sys/types.h>
19823 #ifdef HAVE_SYS_SOCKET_H
19824 # include <sys/socket.h>
19825 #endif
19826 #ifdef HAVE_SYS_UN_H
19827 # include <sys/un.h>
19828 #endif
19829
19830 int
19831 main ()
19832 {
19833 static struct msghdr ac_aggr;
19834 if (ac_aggr.msg_accrights)
19835 return 0;
19836   ;
19837   return 0;
19838 }
19839 _ACEOF
19840 rm -f conftest.$ac_objext
19841 if { (ac_try="$ac_compile"
19842 case "(($ac_try" in
19843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19844   *) ac_try_echo=$ac_try;;
19845 esac
19846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19847   (eval "$ac_compile") 2>conftest.er1
19848   ac_status=$?
19849   grep -v '^ *+' conftest.er1 >conftest.err
19850   rm -f conftest.er1
19851   cat conftest.err >&5
19852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19853   (exit $ac_status); } && {
19854          test -z "$ac_c_werror_flag" ||
19855          test ! -s conftest.err
19856        } && test -s conftest.$ac_objext; then
19857   ac_cv_member_struct_msghdr_msg_accrights=yes
19858 else
19859   echo "$as_me: failed program was:" >&5
19860 sed 's/^/| /' conftest.$ac_ext >&5
19861
19862         cat >conftest.$ac_ext <<_ACEOF
19863 /* confdefs.h.  */
19864 _ACEOF
19865 cat confdefs.h >>conftest.$ac_ext
19866 cat >>conftest.$ac_ext <<_ACEOF
19867 /* end confdefs.h.  */
19868 #include <sys/types.h>
19869 #ifdef HAVE_SYS_SOCKET_H
19870 # include <sys/socket.h>
19871 #endif
19872 #ifdef HAVE_SYS_UN_H
19873 # include <sys/un.h>
19874 #endif
19875
19876 int
19877 main ()
19878 {
19879 static struct msghdr ac_aggr;
19880 if (sizeof ac_aggr.msg_accrights)
19881 return 0;
19882   ;
19883   return 0;
19884 }
19885 _ACEOF
19886 rm -f conftest.$ac_objext
19887 if { (ac_try="$ac_compile"
19888 case "(($ac_try" in
19889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19890   *) ac_try_echo=$ac_try;;
19891 esac
19892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19893   (eval "$ac_compile") 2>conftest.er1
19894   ac_status=$?
19895   grep -v '^ *+' conftest.er1 >conftest.err
19896   rm -f conftest.er1
19897   cat conftest.err >&5
19898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19899   (exit $ac_status); } && {
19900          test -z "$ac_c_werror_flag" ||
19901          test ! -s conftest.err
19902        } && test -s conftest.$ac_objext; then
19903   ac_cv_member_struct_msghdr_msg_accrights=yes
19904 else
19905   echo "$as_me: failed program was:" >&5
19906 sed 's/^/| /' conftest.$ac_ext >&5
19907
19908         ac_cv_member_struct_msghdr_msg_accrights=no
19909 fi
19910
19911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19912 fi
19913
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19915 fi
19916 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
19917 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
19918 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
19919
19920 cat >>confdefs.h <<_ACEOF
19921 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
19922 _ACEOF
19923
19924
19925 fi
19926 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
19927 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
19928 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
19929   echo $ECHO_N "(cached) $ECHO_C" >&6
19930 else
19931   cat >conftest.$ac_ext <<_ACEOF
19932 /* confdefs.h.  */
19933 _ACEOF
19934 cat confdefs.h >>conftest.$ac_ext
19935 cat >>conftest.$ac_ext <<_ACEOF
19936 /* end confdefs.h.  */
19937 #include <sys/types.h>
19938 #ifdef HAVE_SYS_SOCKET_H
19939 # include <sys/socket.h>
19940 #endif
19941 #ifdef HAVE_SYS_UN_H
19942 # include <sys/un.h>
19943 #endif
19944
19945 int
19946 main ()
19947 {
19948 static struct sockaddr ac_aggr;
19949 if (ac_aggr.sa_len)
19950 return 0;
19951   ;
19952   return 0;
19953 }
19954 _ACEOF
19955 rm -f conftest.$ac_objext
19956 if { (ac_try="$ac_compile"
19957 case "(($ac_try" in
19958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959   *) ac_try_echo=$ac_try;;
19960 esac
19961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19962   (eval "$ac_compile") 2>conftest.er1
19963   ac_status=$?
19964   grep -v '^ *+' conftest.er1 >conftest.err
19965   rm -f conftest.er1
19966   cat conftest.err >&5
19967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968   (exit $ac_status); } && {
19969          test -z "$ac_c_werror_flag" ||
19970          test ! -s conftest.err
19971        } && test -s conftest.$ac_objext; then
19972   ac_cv_member_struct_sockaddr_sa_len=yes
19973 else
19974   echo "$as_me: failed program was:" >&5
19975 sed 's/^/| /' conftest.$ac_ext >&5
19976
19977         cat >conftest.$ac_ext <<_ACEOF
19978 /* confdefs.h.  */
19979 _ACEOF
19980 cat confdefs.h >>conftest.$ac_ext
19981 cat >>conftest.$ac_ext <<_ACEOF
19982 /* end confdefs.h.  */
19983 #include <sys/types.h>
19984 #ifdef HAVE_SYS_SOCKET_H
19985 # include <sys/socket.h>
19986 #endif
19987 #ifdef HAVE_SYS_UN_H
19988 # include <sys/un.h>
19989 #endif
19990
19991 int
19992 main ()
19993 {
19994 static struct sockaddr ac_aggr;
19995 if (sizeof ac_aggr.sa_len)
19996 return 0;
19997   ;
19998   return 0;
19999 }
20000 _ACEOF
20001 rm -f conftest.$ac_objext
20002 if { (ac_try="$ac_compile"
20003 case "(($ac_try" in
20004   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20005   *) ac_try_echo=$ac_try;;
20006 esac
20007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20008   (eval "$ac_compile") 2>conftest.er1
20009   ac_status=$?
20010   grep -v '^ *+' conftest.er1 >conftest.err
20011   rm -f conftest.er1
20012   cat conftest.err >&5
20013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20014   (exit $ac_status); } && {
20015          test -z "$ac_c_werror_flag" ||
20016          test ! -s conftest.err
20017        } && test -s conftest.$ac_objext; then
20018   ac_cv_member_struct_sockaddr_sa_len=yes
20019 else
20020   echo "$as_me: failed program was:" >&5
20021 sed 's/^/| /' conftest.$ac_ext >&5
20022
20023         ac_cv_member_struct_sockaddr_sa_len=no
20024 fi
20025
20026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20027 fi
20028
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20030 fi
20031 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20032 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20033 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20034
20035 cat >>confdefs.h <<_ACEOF
20036 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20037 _ACEOF
20038
20039
20040 fi
20041 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20042 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20043 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20044   echo $ECHO_N "(cached) $ECHO_C" >&6
20045 else
20046   cat >conftest.$ac_ext <<_ACEOF
20047 /* confdefs.h.  */
20048 _ACEOF
20049 cat confdefs.h >>conftest.$ac_ext
20050 cat >>conftest.$ac_ext <<_ACEOF
20051 /* end confdefs.h.  */
20052 #include <sys/types.h>
20053 #ifdef HAVE_SYS_SOCKET_H
20054 # include <sys/socket.h>
20055 #endif
20056 #ifdef HAVE_SYS_UN_H
20057 # include <sys/un.h>
20058 #endif
20059
20060 int
20061 main ()
20062 {
20063 static struct sockaddr_un ac_aggr;
20064 if (ac_aggr.sun_len)
20065 return 0;
20066   ;
20067   return 0;
20068 }
20069 _ACEOF
20070 rm -f conftest.$ac_objext
20071 if { (ac_try="$ac_compile"
20072 case "(($ac_try" in
20073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20074   *) ac_try_echo=$ac_try;;
20075 esac
20076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20077   (eval "$ac_compile") 2>conftest.er1
20078   ac_status=$?
20079   grep -v '^ *+' conftest.er1 >conftest.err
20080   rm -f conftest.er1
20081   cat conftest.err >&5
20082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20083   (exit $ac_status); } && {
20084          test -z "$ac_c_werror_flag" ||
20085          test ! -s conftest.err
20086        } && test -s conftest.$ac_objext; then
20087   ac_cv_member_struct_sockaddr_un_sun_len=yes
20088 else
20089   echo "$as_me: failed program was:" >&5
20090 sed 's/^/| /' conftest.$ac_ext >&5
20091
20092         cat >conftest.$ac_ext <<_ACEOF
20093 /* confdefs.h.  */
20094 _ACEOF
20095 cat confdefs.h >>conftest.$ac_ext
20096 cat >>conftest.$ac_ext <<_ACEOF
20097 /* end confdefs.h.  */
20098 #include <sys/types.h>
20099 #ifdef HAVE_SYS_SOCKET_H
20100 # include <sys/socket.h>
20101 #endif
20102 #ifdef HAVE_SYS_UN_H
20103 # include <sys/un.h>
20104 #endif
20105
20106 int
20107 main ()
20108 {
20109 static struct sockaddr_un ac_aggr;
20110 if (sizeof ac_aggr.sun_len)
20111 return 0;
20112   ;
20113   return 0;
20114 }
20115 _ACEOF
20116 rm -f conftest.$ac_objext
20117 if { (ac_try="$ac_compile"
20118 case "(($ac_try" in
20119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20120   *) ac_try_echo=$ac_try;;
20121 esac
20122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20123   (eval "$ac_compile") 2>conftest.er1
20124   ac_status=$?
20125   grep -v '^ *+' conftest.er1 >conftest.err
20126   rm -f conftest.er1
20127   cat conftest.err >&5
20128   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20129   (exit $ac_status); } && {
20130          test -z "$ac_c_werror_flag" ||
20131          test ! -s conftest.err
20132        } && test -s conftest.$ac_objext; then
20133   ac_cv_member_struct_sockaddr_un_sun_len=yes
20134 else
20135   echo "$as_me: failed program was:" >&5
20136 sed 's/^/| /' conftest.$ac_ext >&5
20137
20138         ac_cv_member_struct_sockaddr_un_sun_len=no
20139 fi
20140
20141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20142 fi
20143
20144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20145 fi
20146 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20147 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20148 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20149
20150 cat >>confdefs.h <<_ACEOF
20151 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20152 _ACEOF
20153
20154
20155 fi
20156
20157
20158 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20159 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20160 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20161   echo $ECHO_N "(cached) $ECHO_C" >&6
20162 else
20163   cat >conftest.$ac_ext <<_ACEOF
20164 /* confdefs.h.  */
20165 _ACEOF
20166 cat confdefs.h >>conftest.$ac_ext
20167 cat >>conftest.$ac_ext <<_ACEOF
20168 /* end confdefs.h.  */
20169 #include <sys/types.h>
20170 #ifdef HAVE_SCSI_SG_H
20171 #include <scsi/sg.h>
20172 #endif
20173
20174 int
20175 main ()
20176 {
20177 static scsireq_t ac_aggr;
20178 if (ac_aggr.cmd)
20179 return 0;
20180   ;
20181   return 0;
20182 }
20183 _ACEOF
20184 rm -f conftest.$ac_objext
20185 if { (ac_try="$ac_compile"
20186 case "(($ac_try" in
20187   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20188   *) ac_try_echo=$ac_try;;
20189 esac
20190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20191   (eval "$ac_compile") 2>conftest.er1
20192   ac_status=$?
20193   grep -v '^ *+' conftest.er1 >conftest.err
20194   rm -f conftest.er1
20195   cat conftest.err >&5
20196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20197   (exit $ac_status); } && {
20198          test -z "$ac_c_werror_flag" ||
20199          test ! -s conftest.err
20200        } && test -s conftest.$ac_objext; then
20201   ac_cv_member_scsireq_t_cmd=yes
20202 else
20203   echo "$as_me: failed program was:" >&5
20204 sed 's/^/| /' conftest.$ac_ext >&5
20205
20206         cat >conftest.$ac_ext <<_ACEOF
20207 /* confdefs.h.  */
20208 _ACEOF
20209 cat confdefs.h >>conftest.$ac_ext
20210 cat >>conftest.$ac_ext <<_ACEOF
20211 /* end confdefs.h.  */
20212 #include <sys/types.h>
20213 #ifdef HAVE_SCSI_SG_H
20214 #include <scsi/sg.h>
20215 #endif
20216
20217 int
20218 main ()
20219 {
20220 static scsireq_t ac_aggr;
20221 if (sizeof ac_aggr.cmd)
20222 return 0;
20223   ;
20224   return 0;
20225 }
20226 _ACEOF
20227 rm -f conftest.$ac_objext
20228 if { (ac_try="$ac_compile"
20229 case "(($ac_try" in
20230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20231   *) ac_try_echo=$ac_try;;
20232 esac
20233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20234   (eval "$ac_compile") 2>conftest.er1
20235   ac_status=$?
20236   grep -v '^ *+' conftest.er1 >conftest.err
20237   rm -f conftest.er1
20238   cat conftest.err >&5
20239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240   (exit $ac_status); } && {
20241          test -z "$ac_c_werror_flag" ||
20242          test ! -s conftest.err
20243        } && test -s conftest.$ac_objext; then
20244   ac_cv_member_scsireq_t_cmd=yes
20245 else
20246   echo "$as_me: failed program was:" >&5
20247 sed 's/^/| /' conftest.$ac_ext >&5
20248
20249         ac_cv_member_scsireq_t_cmd=no
20250 fi
20251
20252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20253 fi
20254
20255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20256 fi
20257 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20258 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20259 if test $ac_cv_member_scsireq_t_cmd = yes; then
20260
20261 cat >>confdefs.h <<_ACEOF
20262 #define HAVE_SCSIREQ_T_CMD 1
20263 _ACEOF
20264
20265
20266 fi
20267 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20268 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20269 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20270   echo $ECHO_N "(cached) $ECHO_C" >&6
20271 else
20272   cat >conftest.$ac_ext <<_ACEOF
20273 /* confdefs.h.  */
20274 _ACEOF
20275 cat confdefs.h >>conftest.$ac_ext
20276 cat >>conftest.$ac_ext <<_ACEOF
20277 /* end confdefs.h.  */
20278 #include <sys/types.h>
20279 #ifdef HAVE_SCSI_SG_H
20280 #include <scsi/sg.h>
20281 #endif
20282
20283 int
20284 main ()
20285 {
20286 static sg_io_hdr_t ac_aggr;
20287 if (ac_aggr.interface_id)
20288 return 0;
20289   ;
20290   return 0;
20291 }
20292 _ACEOF
20293 rm -f conftest.$ac_objext
20294 if { (ac_try="$ac_compile"
20295 case "(($ac_try" in
20296   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20297   *) ac_try_echo=$ac_try;;
20298 esac
20299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20300   (eval "$ac_compile") 2>conftest.er1
20301   ac_status=$?
20302   grep -v '^ *+' conftest.er1 >conftest.err
20303   rm -f conftest.er1
20304   cat conftest.err >&5
20305   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20306   (exit $ac_status); } && {
20307          test -z "$ac_c_werror_flag" ||
20308          test ! -s conftest.err
20309        } && test -s conftest.$ac_objext; then
20310   ac_cv_member_sg_io_hdr_t_interface_id=yes
20311 else
20312   echo "$as_me: failed program was:" >&5
20313 sed 's/^/| /' conftest.$ac_ext >&5
20314
20315         cat >conftest.$ac_ext <<_ACEOF
20316 /* confdefs.h.  */
20317 _ACEOF
20318 cat confdefs.h >>conftest.$ac_ext
20319 cat >>conftest.$ac_ext <<_ACEOF
20320 /* end confdefs.h.  */
20321 #include <sys/types.h>
20322 #ifdef HAVE_SCSI_SG_H
20323 #include <scsi/sg.h>
20324 #endif
20325
20326 int
20327 main ()
20328 {
20329 static sg_io_hdr_t ac_aggr;
20330 if (sizeof ac_aggr.interface_id)
20331 return 0;
20332   ;
20333   return 0;
20334 }
20335 _ACEOF
20336 rm -f conftest.$ac_objext
20337 if { (ac_try="$ac_compile"
20338 case "(($ac_try" in
20339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20340   *) ac_try_echo=$ac_try;;
20341 esac
20342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20343   (eval "$ac_compile") 2>conftest.er1
20344   ac_status=$?
20345   grep -v '^ *+' conftest.er1 >conftest.err
20346   rm -f conftest.er1
20347   cat conftest.err >&5
20348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20349   (exit $ac_status); } && {
20350          test -z "$ac_c_werror_flag" ||
20351          test ! -s conftest.err
20352        } && test -s conftest.$ac_objext; then
20353   ac_cv_member_sg_io_hdr_t_interface_id=yes
20354 else
20355   echo "$as_me: failed program was:" >&5
20356 sed 's/^/| /' conftest.$ac_ext >&5
20357
20358         ac_cv_member_sg_io_hdr_t_interface_id=no
20359 fi
20360
20361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20362 fi
20363
20364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20365 fi
20366 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20367 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20368 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20369
20370 cat >>confdefs.h <<_ACEOF
20371 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20372 _ACEOF
20373
20374
20375 fi
20376
20377
20378 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20379 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20380 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20381   echo $ECHO_N "(cached) $ECHO_C" >&6
20382 else
20383   cat >conftest.$ac_ext <<_ACEOF
20384 /* confdefs.h.  */
20385 _ACEOF
20386 cat confdefs.h >>conftest.$ac_ext
20387 cat >>conftest.$ac_ext <<_ACEOF
20388 /* end confdefs.h.  */
20389 #include <signal.h>
20390
20391 int
20392 main ()
20393 {
20394 static siginfo_t ac_aggr;
20395 if (ac_aggr.si_fd)
20396 return 0;
20397   ;
20398   return 0;
20399 }
20400 _ACEOF
20401 rm -f conftest.$ac_objext
20402 if { (ac_try="$ac_compile"
20403 case "(($ac_try" in
20404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20405   *) ac_try_echo=$ac_try;;
20406 esac
20407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20408   (eval "$ac_compile") 2>conftest.er1
20409   ac_status=$?
20410   grep -v '^ *+' conftest.er1 >conftest.err
20411   rm -f conftest.er1
20412   cat conftest.err >&5
20413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20414   (exit $ac_status); } && {
20415          test -z "$ac_c_werror_flag" ||
20416          test ! -s conftest.err
20417        } && test -s conftest.$ac_objext; then
20418   ac_cv_member_siginfo_t_si_fd=yes
20419 else
20420   echo "$as_me: failed program was:" >&5
20421 sed 's/^/| /' conftest.$ac_ext >&5
20422
20423         cat >conftest.$ac_ext <<_ACEOF
20424 /* confdefs.h.  */
20425 _ACEOF
20426 cat confdefs.h >>conftest.$ac_ext
20427 cat >>conftest.$ac_ext <<_ACEOF
20428 /* end confdefs.h.  */
20429 #include <signal.h>
20430
20431 int
20432 main ()
20433 {
20434 static siginfo_t ac_aggr;
20435 if (sizeof ac_aggr.si_fd)
20436 return 0;
20437   ;
20438   return 0;
20439 }
20440 _ACEOF
20441 rm -f conftest.$ac_objext
20442 if { (ac_try="$ac_compile"
20443 case "(($ac_try" in
20444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20445   *) ac_try_echo=$ac_try;;
20446 esac
20447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20448   (eval "$ac_compile") 2>conftest.er1
20449   ac_status=$?
20450   grep -v '^ *+' conftest.er1 >conftest.err
20451   rm -f conftest.er1
20452   cat conftest.err >&5
20453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20454   (exit $ac_status); } && {
20455          test -z "$ac_c_werror_flag" ||
20456          test ! -s conftest.err
20457        } && test -s conftest.$ac_objext; then
20458   ac_cv_member_siginfo_t_si_fd=yes
20459 else
20460   echo "$as_me: failed program was:" >&5
20461 sed 's/^/| /' conftest.$ac_ext >&5
20462
20463         ac_cv_member_siginfo_t_si_fd=no
20464 fi
20465
20466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20467 fi
20468
20469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20470 fi
20471 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20472 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20473 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20474
20475 cat >>confdefs.h <<_ACEOF
20476 #define HAVE_SIGINFO_T_SI_FD 1
20477 _ACEOF
20478
20479
20480 fi
20481
20482
20483 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20484 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20485 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20486   echo $ECHO_N "(cached) $ECHO_C" >&6
20487 else
20488   cat >conftest.$ac_ext <<_ACEOF
20489 /* confdefs.h.  */
20490 _ACEOF
20491 cat confdefs.h >>conftest.$ac_ext
20492 cat >>conftest.$ac_ext <<_ACEOF
20493 /* end confdefs.h.  */
20494 #include <sys/types.h>
20495 #ifdef HAVE_SYS_MTIO_H
20496 #include <sys/mtio.h>
20497 #endif
20498
20499 int
20500 main ()
20501 {
20502 static struct mtget ac_aggr;
20503 if (ac_aggr.mt_blksiz)
20504 return 0;
20505   ;
20506   return 0;
20507 }
20508 _ACEOF
20509 rm -f conftest.$ac_objext
20510 if { (ac_try="$ac_compile"
20511 case "(($ac_try" in
20512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513   *) ac_try_echo=$ac_try;;
20514 esac
20515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20516   (eval "$ac_compile") 2>conftest.er1
20517   ac_status=$?
20518   grep -v '^ *+' conftest.er1 >conftest.err
20519   rm -f conftest.er1
20520   cat conftest.err >&5
20521   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20522   (exit $ac_status); } && {
20523          test -z "$ac_c_werror_flag" ||
20524          test ! -s conftest.err
20525        } && test -s conftest.$ac_objext; then
20526   ac_cv_member_struct_mtget_mt_blksiz=yes
20527 else
20528   echo "$as_me: failed program was:" >&5
20529 sed 's/^/| /' conftest.$ac_ext >&5
20530
20531         cat >conftest.$ac_ext <<_ACEOF
20532 /* confdefs.h.  */
20533 _ACEOF
20534 cat confdefs.h >>conftest.$ac_ext
20535 cat >>conftest.$ac_ext <<_ACEOF
20536 /* end confdefs.h.  */
20537 #include <sys/types.h>
20538 #ifdef HAVE_SYS_MTIO_H
20539 #include <sys/mtio.h>
20540 #endif
20541
20542 int
20543 main ()
20544 {
20545 static struct mtget ac_aggr;
20546 if (sizeof ac_aggr.mt_blksiz)
20547 return 0;
20548   ;
20549   return 0;
20550 }
20551 _ACEOF
20552 rm -f conftest.$ac_objext
20553 if { (ac_try="$ac_compile"
20554 case "(($ac_try" in
20555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20556   *) ac_try_echo=$ac_try;;
20557 esac
20558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20559   (eval "$ac_compile") 2>conftest.er1
20560   ac_status=$?
20561   grep -v '^ *+' conftest.er1 >conftest.err
20562   rm -f conftest.er1
20563   cat conftest.err >&5
20564   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20565   (exit $ac_status); } && {
20566          test -z "$ac_c_werror_flag" ||
20567          test ! -s conftest.err
20568        } && test -s conftest.$ac_objext; then
20569   ac_cv_member_struct_mtget_mt_blksiz=yes
20570 else
20571   echo "$as_me: failed program was:" >&5
20572 sed 's/^/| /' conftest.$ac_ext >&5
20573
20574         ac_cv_member_struct_mtget_mt_blksiz=no
20575 fi
20576
20577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20578 fi
20579
20580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20581 fi
20582 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20583 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20584 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20585
20586 cat >>confdefs.h <<_ACEOF
20587 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20588 _ACEOF
20589
20590
20591 fi
20592 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20593 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20594 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20595   echo $ECHO_N "(cached) $ECHO_C" >&6
20596 else
20597   cat >conftest.$ac_ext <<_ACEOF
20598 /* confdefs.h.  */
20599 _ACEOF
20600 cat confdefs.h >>conftest.$ac_ext
20601 cat >>conftest.$ac_ext <<_ACEOF
20602 /* end confdefs.h.  */
20603 #include <sys/types.h>
20604 #ifdef HAVE_SYS_MTIO_H
20605 #include <sys/mtio.h>
20606 #endif
20607
20608 int
20609 main ()
20610 {
20611 static struct mtget ac_aggr;
20612 if (ac_aggr.mt_gstat)
20613 return 0;
20614   ;
20615   return 0;
20616 }
20617 _ACEOF
20618 rm -f conftest.$ac_objext
20619 if { (ac_try="$ac_compile"
20620 case "(($ac_try" in
20621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20622   *) ac_try_echo=$ac_try;;
20623 esac
20624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20625   (eval "$ac_compile") 2>conftest.er1
20626   ac_status=$?
20627   grep -v '^ *+' conftest.er1 >conftest.err
20628   rm -f conftest.er1
20629   cat conftest.err >&5
20630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20631   (exit $ac_status); } && {
20632          test -z "$ac_c_werror_flag" ||
20633          test ! -s conftest.err
20634        } && test -s conftest.$ac_objext; then
20635   ac_cv_member_struct_mtget_mt_gstat=yes
20636 else
20637   echo "$as_me: failed program was:" >&5
20638 sed 's/^/| /' conftest.$ac_ext >&5
20639
20640         cat >conftest.$ac_ext <<_ACEOF
20641 /* confdefs.h.  */
20642 _ACEOF
20643 cat confdefs.h >>conftest.$ac_ext
20644 cat >>conftest.$ac_ext <<_ACEOF
20645 /* end confdefs.h.  */
20646 #include <sys/types.h>
20647 #ifdef HAVE_SYS_MTIO_H
20648 #include <sys/mtio.h>
20649 #endif
20650
20651 int
20652 main ()
20653 {
20654 static struct mtget ac_aggr;
20655 if (sizeof ac_aggr.mt_gstat)
20656 return 0;
20657   ;
20658   return 0;
20659 }
20660 _ACEOF
20661 rm -f conftest.$ac_objext
20662 if { (ac_try="$ac_compile"
20663 case "(($ac_try" in
20664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20665   *) ac_try_echo=$ac_try;;
20666 esac
20667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20668   (eval "$ac_compile") 2>conftest.er1
20669   ac_status=$?
20670   grep -v '^ *+' conftest.er1 >conftest.err
20671   rm -f conftest.er1
20672   cat conftest.err >&5
20673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20674   (exit $ac_status); } && {
20675          test -z "$ac_c_werror_flag" ||
20676          test ! -s conftest.err
20677        } && test -s conftest.$ac_objext; then
20678   ac_cv_member_struct_mtget_mt_gstat=yes
20679 else
20680   echo "$as_me: failed program was:" >&5
20681 sed 's/^/| /' conftest.$ac_ext >&5
20682
20683         ac_cv_member_struct_mtget_mt_gstat=no
20684 fi
20685
20686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20687 fi
20688
20689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20690 fi
20691 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20692 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20693 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20694
20695 cat >>confdefs.h <<_ACEOF
20696 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20697 _ACEOF
20698
20699
20700 fi
20701 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20702 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20703 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20704   echo $ECHO_N "(cached) $ECHO_C" >&6
20705 else
20706   cat >conftest.$ac_ext <<_ACEOF
20707 /* confdefs.h.  */
20708 _ACEOF
20709 cat confdefs.h >>conftest.$ac_ext
20710 cat >>conftest.$ac_ext <<_ACEOF
20711 /* end confdefs.h.  */
20712 #include <sys/types.h>
20713 #ifdef HAVE_SYS_MTIO_H
20714 #include <sys/mtio.h>
20715 #endif
20716
20717 int
20718 main ()
20719 {
20720 static struct mtget ac_aggr;
20721 if (ac_aggr.mt_blkno)
20722 return 0;
20723   ;
20724   return 0;
20725 }
20726 _ACEOF
20727 rm -f conftest.$ac_objext
20728 if { (ac_try="$ac_compile"
20729 case "(($ac_try" in
20730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20731   *) ac_try_echo=$ac_try;;
20732 esac
20733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20734   (eval "$ac_compile") 2>conftest.er1
20735   ac_status=$?
20736   grep -v '^ *+' conftest.er1 >conftest.err
20737   rm -f conftest.er1
20738   cat conftest.err >&5
20739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20740   (exit $ac_status); } && {
20741          test -z "$ac_c_werror_flag" ||
20742          test ! -s conftest.err
20743        } && test -s conftest.$ac_objext; then
20744   ac_cv_member_struct_mtget_mt_blkno=yes
20745 else
20746   echo "$as_me: failed program was:" >&5
20747 sed 's/^/| /' conftest.$ac_ext >&5
20748
20749         cat >conftest.$ac_ext <<_ACEOF
20750 /* confdefs.h.  */
20751 _ACEOF
20752 cat confdefs.h >>conftest.$ac_ext
20753 cat >>conftest.$ac_ext <<_ACEOF
20754 /* end confdefs.h.  */
20755 #include <sys/types.h>
20756 #ifdef HAVE_SYS_MTIO_H
20757 #include <sys/mtio.h>
20758 #endif
20759
20760 int
20761 main ()
20762 {
20763 static struct mtget ac_aggr;
20764 if (sizeof ac_aggr.mt_blkno)
20765 return 0;
20766   ;
20767   return 0;
20768 }
20769 _ACEOF
20770 rm -f conftest.$ac_objext
20771 if { (ac_try="$ac_compile"
20772 case "(($ac_try" in
20773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20774   *) ac_try_echo=$ac_try;;
20775 esac
20776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20777   (eval "$ac_compile") 2>conftest.er1
20778   ac_status=$?
20779   grep -v '^ *+' conftest.er1 >conftest.err
20780   rm -f conftest.er1
20781   cat conftest.err >&5
20782   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20783   (exit $ac_status); } && {
20784          test -z "$ac_c_werror_flag" ||
20785          test ! -s conftest.err
20786        } && test -s conftest.$ac_objext; then
20787   ac_cv_member_struct_mtget_mt_blkno=yes
20788 else
20789   echo "$as_me: failed program was:" >&5
20790 sed 's/^/| /' conftest.$ac_ext >&5
20791
20792         ac_cv_member_struct_mtget_mt_blkno=no
20793 fi
20794
20795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20796 fi
20797
20798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20799 fi
20800 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
20801 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
20802 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
20803
20804 cat >>confdefs.h <<_ACEOF
20805 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
20806 _ACEOF
20807
20808
20809 fi
20810
20811
20812 { echo "$as_me:$LINENO: checking for struct option.name" >&5
20813 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
20814 if test "${ac_cv_member_struct_option_name+set}" = set; then
20815   echo $ECHO_N "(cached) $ECHO_C" >&6
20816 else
20817   cat >conftest.$ac_ext <<_ACEOF
20818 /* confdefs.h.  */
20819 _ACEOF
20820 cat confdefs.h >>conftest.$ac_ext
20821 cat >>conftest.$ac_ext <<_ACEOF
20822 /* end confdefs.h.  */
20823 #ifdef HAVE_GETOPT_H
20824 #include <getopt.h>
20825 #endif
20826
20827 int
20828 main ()
20829 {
20830 static struct option ac_aggr;
20831 if (ac_aggr.name)
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_option_name=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 #ifdef HAVE_GETOPT_H
20866 #include <getopt.h>
20867 #endif
20868
20869 int
20870 main ()
20871 {
20872 static struct option ac_aggr;
20873 if (sizeof ac_aggr.name)
20874 return 0;
20875   ;
20876   return 0;
20877 }
20878 _ACEOF
20879 rm -f conftest.$ac_objext
20880 if { (ac_try="$ac_compile"
20881 case "(($ac_try" in
20882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20883   *) ac_try_echo=$ac_try;;
20884 esac
20885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20886   (eval "$ac_compile") 2>conftest.er1
20887   ac_status=$?
20888   grep -v '^ *+' conftest.er1 >conftest.err
20889   rm -f conftest.er1
20890   cat conftest.err >&5
20891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892   (exit $ac_status); } && {
20893          test -z "$ac_c_werror_flag" ||
20894          test ! -s conftest.err
20895        } && test -s conftest.$ac_objext; then
20896   ac_cv_member_struct_option_name=yes
20897 else
20898   echo "$as_me: failed program was:" >&5
20899 sed 's/^/| /' conftest.$ac_ext >&5
20900
20901         ac_cv_member_struct_option_name=no
20902 fi
20903
20904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20905 fi
20906
20907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20908 fi
20909 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
20910 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
20911 if test $ac_cv_member_struct_option_name = yes; then
20912
20913 cat >>confdefs.h <<_ACEOF
20914 #define HAVE_STRUCT_OPTION_NAME 1
20915 _ACEOF
20916
20917
20918 fi
20919
20920
20921 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
20922 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
20923 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
20924   echo $ECHO_N "(cached) $ECHO_C" >&6
20925 else
20926   cat >conftest.$ac_ext <<_ACEOF
20927 /* confdefs.h.  */
20928 _ACEOF
20929 cat confdefs.h >>conftest.$ac_ext
20930 cat >>conftest.$ac_ext <<_ACEOF
20931 /* end confdefs.h.  */
20932 $ac_includes_default
20933 int
20934 main ()
20935 {
20936 static struct stat ac_aggr;
20937 if (ac_aggr.st_blocks)
20938 return 0;
20939   ;
20940   return 0;
20941 }
20942 _ACEOF
20943 rm -f conftest.$ac_objext
20944 if { (ac_try="$ac_compile"
20945 case "(($ac_try" in
20946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20947   *) ac_try_echo=$ac_try;;
20948 esac
20949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20950   (eval "$ac_compile") 2>conftest.er1
20951   ac_status=$?
20952   grep -v '^ *+' conftest.er1 >conftest.err
20953   rm -f conftest.er1
20954   cat conftest.err >&5
20955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956   (exit $ac_status); } && {
20957          test -z "$ac_c_werror_flag" ||
20958          test ! -s conftest.err
20959        } && test -s conftest.$ac_objext; then
20960   ac_cv_member_struct_stat_st_blocks=yes
20961 else
20962   echo "$as_me: failed program was:" >&5
20963 sed 's/^/| /' conftest.$ac_ext >&5
20964
20965         cat >conftest.$ac_ext <<_ACEOF
20966 /* confdefs.h.  */
20967 _ACEOF
20968 cat confdefs.h >>conftest.$ac_ext
20969 cat >>conftest.$ac_ext <<_ACEOF
20970 /* end confdefs.h.  */
20971 $ac_includes_default
20972 int
20973 main ()
20974 {
20975 static struct stat ac_aggr;
20976 if (sizeof ac_aggr.st_blocks)
20977 return 0;
20978   ;
20979   return 0;
20980 }
20981 _ACEOF
20982 rm -f conftest.$ac_objext
20983 if { (ac_try="$ac_compile"
20984 case "(($ac_try" in
20985   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20986   *) ac_try_echo=$ac_try;;
20987 esac
20988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20989   (eval "$ac_compile") 2>conftest.er1
20990   ac_status=$?
20991   grep -v '^ *+' conftest.er1 >conftest.err
20992   rm -f conftest.er1
20993   cat conftest.err >&5
20994   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20995   (exit $ac_status); } && {
20996          test -z "$ac_c_werror_flag" ||
20997          test ! -s conftest.err
20998        } && test -s conftest.$ac_objext; then
20999   ac_cv_member_struct_stat_st_blocks=yes
21000 else
21001   echo "$as_me: failed program was:" >&5
21002 sed 's/^/| /' conftest.$ac_ext >&5
21003
21004         ac_cv_member_struct_stat_st_blocks=no
21005 fi
21006
21007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21008 fi
21009
21010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21011 fi
21012 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21013 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21014 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21015
21016 cat >>confdefs.h <<_ACEOF
21017 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21018 _ACEOF
21019
21020
21021 fi
21022
21023
21024 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21025 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21026 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21027   echo $ECHO_N "(cached) $ECHO_C" >&6
21028 else
21029   cat >conftest.$ac_ext <<_ACEOF
21030 /* confdefs.h.  */
21031 _ACEOF
21032 cat confdefs.h >>conftest.$ac_ext
21033 cat >>conftest.$ac_ext <<_ACEOF
21034 /* end confdefs.h.  */
21035 #ifdef HAVE_SYS_TYPES_H
21036 #include <sys/types.h>
21037 #endif
21038 #ifdef HAVE_NETINET_IN_H
21039 #include <netinet/in.h>
21040 #endif
21041
21042 int
21043 main ()
21044 {
21045 static struct sockaddr_in6 ac_aggr;
21046 if (ac_aggr.sin6_scope_id)
21047 return 0;
21048   ;
21049   return 0;
21050 }
21051 _ACEOF
21052 rm -f conftest.$ac_objext
21053 if { (ac_try="$ac_compile"
21054 case "(($ac_try" in
21055   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21056   *) ac_try_echo=$ac_try;;
21057 esac
21058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21059   (eval "$ac_compile") 2>conftest.er1
21060   ac_status=$?
21061   grep -v '^ *+' conftest.er1 >conftest.err
21062   rm -f conftest.er1
21063   cat conftest.err >&5
21064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21065   (exit $ac_status); } && {
21066          test -z "$ac_c_werror_flag" ||
21067          test ! -s conftest.err
21068        } && test -s conftest.$ac_objext; then
21069   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21070 else
21071   echo "$as_me: failed program was:" >&5
21072 sed 's/^/| /' conftest.$ac_ext >&5
21073
21074         cat >conftest.$ac_ext <<_ACEOF
21075 /* confdefs.h.  */
21076 _ACEOF
21077 cat confdefs.h >>conftest.$ac_ext
21078 cat >>conftest.$ac_ext <<_ACEOF
21079 /* end confdefs.h.  */
21080 #ifdef HAVE_SYS_TYPES_H
21081 #include <sys/types.h>
21082 #endif
21083 #ifdef HAVE_NETINET_IN_H
21084 #include <netinet/in.h>
21085 #endif
21086
21087 int
21088 main ()
21089 {
21090 static struct sockaddr_in6 ac_aggr;
21091 if (sizeof ac_aggr.sin6_scope_id)
21092 return 0;
21093   ;
21094   return 0;
21095 }
21096 _ACEOF
21097 rm -f conftest.$ac_objext
21098 if { (ac_try="$ac_compile"
21099 case "(($ac_try" in
21100   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21101   *) ac_try_echo=$ac_try;;
21102 esac
21103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21104   (eval "$ac_compile") 2>conftest.er1
21105   ac_status=$?
21106   grep -v '^ *+' conftest.er1 >conftest.err
21107   rm -f conftest.er1
21108   cat conftest.err >&5
21109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110   (exit $ac_status); } && {
21111          test -z "$ac_c_werror_flag" ||
21112          test ! -s conftest.err
21113        } && test -s conftest.$ac_objext; then
21114   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21115 else
21116   echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21118
21119         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21120 fi
21121
21122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21123 fi
21124
21125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21126 fi
21127 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21128 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21129 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21130
21131 cat >>confdefs.h <<_ACEOF
21132 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21133 _ACEOF
21134
21135
21136 fi
21137
21138
21139 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21140 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21141 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21142   echo $ECHO_N "(cached) $ECHO_C" >&6
21143 else
21144   cat >conftest.$ac_ext <<_ACEOF
21145 /* confdefs.h.  */
21146 _ACEOF
21147 cat confdefs.h >>conftest.$ac_ext
21148 cat >>conftest.$ac_ext <<_ACEOF
21149 /* end confdefs.h.  */
21150 #ifdef HAVE_SYS_TYPES_H
21151 #include <sys/types.h>
21152 #endif
21153 #ifdef HAVE_NETINET_IN_H
21154 # include <netinet/in.h>
21155 #endif
21156 #ifdef HAVE_ARPA_NAMESER_H
21157 # include <arpa/nameser.h>
21158 #endif
21159
21160 int
21161 main ()
21162 {
21163 static ns_msg ac_aggr;
21164 if (ac_aggr._msg_ptr)
21165 return 0;
21166   ;
21167   return 0;
21168 }
21169 _ACEOF
21170 rm -f conftest.$ac_objext
21171 if { (ac_try="$ac_compile"
21172 case "(($ac_try" in
21173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21174   *) ac_try_echo=$ac_try;;
21175 esac
21176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21177   (eval "$ac_compile") 2>conftest.er1
21178   ac_status=$?
21179   grep -v '^ *+' conftest.er1 >conftest.err
21180   rm -f conftest.er1
21181   cat conftest.err >&5
21182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183   (exit $ac_status); } && {
21184          test -z "$ac_c_werror_flag" ||
21185          test ! -s conftest.err
21186        } && test -s conftest.$ac_objext; then
21187   ac_cv_member_ns_msg__msg_ptr=yes
21188 else
21189   echo "$as_me: failed program was:" >&5
21190 sed 's/^/| /' conftest.$ac_ext >&5
21191
21192         cat >conftest.$ac_ext <<_ACEOF
21193 /* confdefs.h.  */
21194 _ACEOF
21195 cat confdefs.h >>conftest.$ac_ext
21196 cat >>conftest.$ac_ext <<_ACEOF
21197 /* end confdefs.h.  */
21198 #ifdef HAVE_SYS_TYPES_H
21199 #include <sys/types.h>
21200 #endif
21201 #ifdef HAVE_NETINET_IN_H
21202 # include <netinet/in.h>
21203 #endif
21204 #ifdef HAVE_ARPA_NAMESER_H
21205 # include <arpa/nameser.h>
21206 #endif
21207
21208 int
21209 main ()
21210 {
21211 static ns_msg ac_aggr;
21212 if (sizeof ac_aggr._msg_ptr)
21213 return 0;
21214   ;
21215   return 0;
21216 }
21217 _ACEOF
21218 rm -f conftest.$ac_objext
21219 if { (ac_try="$ac_compile"
21220 case "(($ac_try" in
21221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21222   *) ac_try_echo=$ac_try;;
21223 esac
21224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21225   (eval "$ac_compile") 2>conftest.er1
21226   ac_status=$?
21227   grep -v '^ *+' conftest.er1 >conftest.err
21228   rm -f conftest.er1
21229   cat conftest.err >&5
21230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21231   (exit $ac_status); } && {
21232          test -z "$ac_c_werror_flag" ||
21233          test ! -s conftest.err
21234        } && test -s conftest.$ac_objext; then
21235   ac_cv_member_ns_msg__msg_ptr=yes
21236 else
21237   echo "$as_me: failed program was:" >&5
21238 sed 's/^/| /' conftest.$ac_ext >&5
21239
21240         ac_cv_member_ns_msg__msg_ptr=no
21241 fi
21242
21243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21244 fi
21245
21246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21247 fi
21248 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21249 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21250 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21251
21252 cat >>confdefs.h <<_ACEOF
21253 #define HAVE_NS_MSG__MSG_PTR 1
21254 _ACEOF
21255
21256
21257 fi
21258
21259
21260 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21261 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21262 if test "${ac_cv_have_timezone+set}" = set; then
21263   echo $ECHO_N "(cached) $ECHO_C" >&6
21264 else
21265   cat >conftest.$ac_ext <<_ACEOF
21266 /* confdefs.h.  */
21267 _ACEOF
21268 cat confdefs.h >>conftest.$ac_ext
21269 cat >>conftest.$ac_ext <<_ACEOF
21270 /* end confdefs.h.  */
21271 #include <time.h>
21272 int
21273 main ()
21274 {
21275 timezone = 1
21276   ;
21277   return 0;
21278 }
21279 _ACEOF
21280 rm -f conftest.$ac_objext conftest$ac_exeext
21281 if { (ac_try="$ac_link"
21282 case "(($ac_try" in
21283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21284   *) ac_try_echo=$ac_try;;
21285 esac
21286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21287   (eval "$ac_link") 2>conftest.er1
21288   ac_status=$?
21289   grep -v '^ *+' conftest.er1 >conftest.err
21290   rm -f conftest.er1
21291   cat conftest.err >&5
21292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21293   (exit $ac_status); } && {
21294          test -z "$ac_c_werror_flag" ||
21295          test ! -s conftest.err
21296        } && test -s conftest$ac_exeext &&
21297        $as_test_x conftest$ac_exeext; then
21298   ac_cv_have_timezone="yes"
21299 else
21300   echo "$as_me: failed program was:" >&5
21301 sed 's/^/| /' conftest.$ac_ext >&5
21302
21303         ac_cv_have_timezone="no"
21304 fi
21305
21306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21307       conftest$ac_exeext conftest.$ac_ext
21308 fi
21309 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21310 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21311 if test "$ac_cv_have_timezone" = "yes"
21312 then
21313
21314 cat >>confdefs.h <<\_ACEOF
21315 #define HAVE_TIMEZONE 1
21316 _ACEOF
21317
21318 fi
21319 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21320 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21321 if test "${ac_cv_have_daylight+set}" = set; then
21322   echo $ECHO_N "(cached) $ECHO_C" >&6
21323 else
21324   cat >conftest.$ac_ext <<_ACEOF
21325 /* confdefs.h.  */
21326 _ACEOF
21327 cat confdefs.h >>conftest.$ac_ext
21328 cat >>conftest.$ac_ext <<_ACEOF
21329 /* end confdefs.h.  */
21330 #include <time.h>
21331 int
21332 main ()
21333 {
21334 daylight = 1
21335   ;
21336   return 0;
21337 }
21338 _ACEOF
21339 rm -f conftest.$ac_objext conftest$ac_exeext
21340 if { (ac_try="$ac_link"
21341 case "(($ac_try" in
21342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21343   *) ac_try_echo=$ac_try;;
21344 esac
21345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21346   (eval "$ac_link") 2>conftest.er1
21347   ac_status=$?
21348   grep -v '^ *+' conftest.er1 >conftest.err
21349   rm -f conftest.er1
21350   cat conftest.err >&5
21351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21352   (exit $ac_status); } && {
21353          test -z "$ac_c_werror_flag" ||
21354          test ! -s conftest.err
21355        } && test -s conftest$ac_exeext &&
21356        $as_test_x conftest$ac_exeext; then
21357   ac_cv_have_daylight="yes"
21358 else
21359   echo "$as_me: failed program was:" >&5
21360 sed 's/^/| /' conftest.$ac_ext >&5
21361
21362         ac_cv_have_daylight="no"
21363 fi
21364
21365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21366       conftest$ac_exeext conftest.$ac_ext
21367 fi
21368 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21369 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21370 if test "$ac_cv_have_daylight" = "yes"
21371 then
21372
21373 cat >>confdefs.h <<\_ACEOF
21374 #define HAVE_DAYLIGHT 1
21375 _ACEOF
21376
21377 fi
21378
21379 { echo "$as_me:$LINENO: checking for isinf" >&5
21380 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21381 if test "${ac_cv_have_isinf+set}" = set; then
21382   echo $ECHO_N "(cached) $ECHO_C" >&6
21383 else
21384   cat >conftest.$ac_ext <<_ACEOF
21385 /* confdefs.h.  */
21386 _ACEOF
21387 cat confdefs.h >>conftest.$ac_ext
21388 cat >>conftest.$ac_ext <<_ACEOF
21389 /* end confdefs.h.  */
21390 #include <math.h>
21391 int
21392 main ()
21393 {
21394 float f = 0.0; int i=isinf(f)
21395   ;
21396   return 0;
21397 }
21398 _ACEOF
21399 rm -f conftest.$ac_objext conftest$ac_exeext
21400 if { (ac_try="$ac_link"
21401 case "(($ac_try" in
21402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21403   *) ac_try_echo=$ac_try;;
21404 esac
21405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21406   (eval "$ac_link") 2>conftest.er1
21407   ac_status=$?
21408   grep -v '^ *+' conftest.er1 >conftest.err
21409   rm -f conftest.er1
21410   cat conftest.err >&5
21411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21412   (exit $ac_status); } && {
21413          test -z "$ac_c_werror_flag" ||
21414          test ! -s conftest.err
21415        } && test -s conftest$ac_exeext &&
21416        $as_test_x conftest$ac_exeext; then
21417   ac_cv_have_isinf="yes"
21418 else
21419   echo "$as_me: failed program was:" >&5
21420 sed 's/^/| /' conftest.$ac_ext >&5
21421
21422         ac_cv_have_isinf="no"
21423 fi
21424
21425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21426       conftest$ac_exeext conftest.$ac_ext
21427 fi
21428 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21429 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21430 if test "$ac_cv_have_isinf" = "yes"
21431 then
21432
21433 cat >>confdefs.h <<\_ACEOF
21434 #define HAVE_ISINF 1
21435 _ACEOF
21436
21437 fi
21438
21439
21440 case $host_cpu in
21441   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21442 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21443 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21444   echo $ECHO_N "(cached) $ECHO_C" >&6
21445 else
21446   cat >conftest.$ac_ext <<_ACEOF
21447 /* confdefs.h.  */
21448 _ACEOF
21449 cat confdefs.h >>conftest.$ac_ext
21450 cat >>conftest.$ac_ext <<_ACEOF
21451 /* end confdefs.h.  */
21452 #ifndef __i386__
21453 yes
21454 #endif
21455 _ACEOF
21456 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21457   $EGREP "yes" >/dev/null 2>&1; then
21458   ac_cv_cpp_def___i386__=yes
21459 else
21460   ac_cv_cpp_def___i386__=no
21461 fi
21462 rm -f conftest*
21463
21464 fi
21465 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21466 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21467 if test $ac_cv_cpp_def___i386__ = yes; then
21468   CFLAGS="$CFLAGS -D__i386__"
21469   LINTFLAGS="$LINTFLAGS -D__i386__"
21470 fi
21471  ;;
21472   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21473 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21474 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21475   echo $ECHO_N "(cached) $ECHO_C" >&6
21476 else
21477   cat >conftest.$ac_ext <<_ACEOF
21478 /* confdefs.h.  */
21479 _ACEOF
21480 cat confdefs.h >>conftest.$ac_ext
21481 cat >>conftest.$ac_ext <<_ACEOF
21482 /* end confdefs.h.  */
21483 #ifndef __x86_64__
21484 yes
21485 #endif
21486 _ACEOF
21487 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21488   $EGREP "yes" >/dev/null 2>&1; then
21489   ac_cv_cpp_def___x86_64__=yes
21490 else
21491   ac_cv_cpp_def___x86_64__=no
21492 fi
21493 rm -f conftest*
21494
21495 fi
21496 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
21497 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
21498 if test $ac_cv_cpp_def___x86_64__ = yes; then
21499   CFLAGS="$CFLAGS -D__x86_64__"
21500   LINTFLAGS="$LINTFLAGS -D__x86_64__"
21501 fi
21502  ;;
21503   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
21504 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
21505 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
21506   echo $ECHO_N "(cached) $ECHO_C" >&6
21507 else
21508   cat >conftest.$ac_ext <<_ACEOF
21509 /* confdefs.h.  */
21510 _ACEOF
21511 cat confdefs.h >>conftest.$ac_ext
21512 cat >>conftest.$ac_ext <<_ACEOF
21513 /* end confdefs.h.  */
21514 #ifndef __ALPHA__
21515 yes
21516 #endif
21517 _ACEOF
21518 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21519   $EGREP "yes" >/dev/null 2>&1; then
21520   ac_cv_cpp_def___ALPHA__=yes
21521 else
21522   ac_cv_cpp_def___ALPHA__=no
21523 fi
21524 rm -f conftest*
21525
21526 fi
21527 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
21528 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
21529 if test $ac_cv_cpp_def___ALPHA__ = yes; then
21530   CFLAGS="$CFLAGS -D__ALPHA__"
21531   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
21532 fi
21533  ;;
21534   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
21535 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
21536 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
21537   echo $ECHO_N "(cached) $ECHO_C" >&6
21538 else
21539   cat >conftest.$ac_ext <<_ACEOF
21540 /* confdefs.h.  */
21541 _ACEOF
21542 cat confdefs.h >>conftest.$ac_ext
21543 cat >>conftest.$ac_ext <<_ACEOF
21544 /* end confdefs.h.  */
21545 #ifndef __sparc__
21546 yes
21547 #endif
21548 _ACEOF
21549 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21550   $EGREP "yes" >/dev/null 2>&1; then
21551   ac_cv_cpp_def___sparc__=yes
21552 else
21553   ac_cv_cpp_def___sparc__=no
21554 fi
21555 rm -f conftest*
21556
21557 fi
21558 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
21559 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
21560 if test $ac_cv_cpp_def___sparc__ = yes; then
21561   CFLAGS="$CFLAGS -D__sparc__"
21562   LINTFLAGS="$LINTFLAGS -D__sparc__"
21563 fi
21564  ;;
21565   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
21566 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
21567 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
21568   echo $ECHO_N "(cached) $ECHO_C" >&6
21569 else
21570   cat >conftest.$ac_ext <<_ACEOF
21571 /* confdefs.h.  */
21572 _ACEOF
21573 cat confdefs.h >>conftest.$ac_ext
21574 cat >>conftest.$ac_ext <<_ACEOF
21575 /* end confdefs.h.  */
21576 #ifndef __powerpc__
21577 yes
21578 #endif
21579 _ACEOF
21580 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21581   $EGREP "yes" >/dev/null 2>&1; then
21582   ac_cv_cpp_def___powerpc__=yes
21583 else
21584   ac_cv_cpp_def___powerpc__=no
21585 fi
21586 rm -f conftest*
21587
21588 fi
21589 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
21590 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
21591 if test $ac_cv_cpp_def___powerpc__ = yes; then
21592   CFLAGS="$CFLAGS -D__powerpc__"
21593   LINTFLAGS="$LINTFLAGS -D__powerpc__"
21594 fi
21595  ;;
21596 esac
21597
21598 case $host_vendor in
21599   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
21600 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
21601 if test "${ac_cv_cpp_def___sun__+set}" = set; then
21602   echo $ECHO_N "(cached) $ECHO_C" >&6
21603 else
21604   cat >conftest.$ac_ext <<_ACEOF
21605 /* confdefs.h.  */
21606 _ACEOF
21607 cat confdefs.h >>conftest.$ac_ext
21608 cat >>conftest.$ac_ext <<_ACEOF
21609 /* end confdefs.h.  */
21610 #ifndef __sun__
21611 yes
21612 #endif
21613 _ACEOF
21614 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21615   $EGREP "yes" >/dev/null 2>&1; then
21616   ac_cv_cpp_def___sun__=yes
21617 else
21618   ac_cv_cpp_def___sun__=no
21619 fi
21620 rm -f conftest*
21621
21622 fi
21623 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
21624 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
21625 if test $ac_cv_cpp_def___sun__ = yes; then
21626   CFLAGS="$CFLAGS -D__sun__"
21627   LINTFLAGS="$LINTFLAGS -D__sun__"
21628 fi
21629  ;;
21630 esac
21631
21632
21633 DEPENDENCIES="### Dependencies:
21634
21635 .INIT: Makefile
21636 .BEGIN: Makefile
21637 Makefile: dummy
21638         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
21639
21640 \$(OBJS): \$(IDL_GEN_HEADERS)
21641 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
21642 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
21643 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
21644 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
21645
21646
21647
21648
21649
21650 ac_config_commands="$ac_config_commands include/stamp-h"
21651
21652
21653 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
21654
21655 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
21656
21657 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
21658
21659 ac_config_commands="$ac_config_commands dlls/user32/resources"
21660
21661 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
21662
21663 ac_config_commands="$ac_config_commands include/wine"
21664
21665
21666 MAKE_RULES=Make.rules
21667
21668
21669 MAKE_DLL_RULES=dlls/Makedll.rules
21670
21671
21672 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
21673
21674
21675 MAKE_TEST_RULES=dlls/Maketest.rules
21676
21677
21678 MAKE_PROG_RULES=programs/Makeprog.rules
21679
21680
21681 ac_config_files="$ac_config_files Make.rules"
21682
21683 ac_config_files="$ac_config_files dlls/Makedll.rules"
21684
21685 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
21686
21687 ac_config_files="$ac_config_files dlls/Maketest.rules"
21688
21689 ac_config_files="$ac_config_files programs/Makeprog.rules"
21690
21691 ac_config_files="$ac_config_files Makefile"
21692
21693 ac_config_files="$ac_config_files dlls/Makefile"
21694
21695 ac_config_files="$ac_config_files dlls/acledit/Makefile"
21696
21697 ac_config_files="$ac_config_files dlls/activeds/Makefile"
21698
21699 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
21700
21701 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
21702
21703 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
21704
21705 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
21706
21707 ac_config_files="$ac_config_files dlls/advpack/Makefile"
21708
21709 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
21710
21711 ac_config_files="$ac_config_files dlls/amstream/Makefile"
21712
21713 ac_config_files="$ac_config_files dlls/atl/Makefile"
21714
21715 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
21716
21717 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
21718
21719 ac_config_files="$ac_config_files dlls/browseui/Makefile"
21720
21721 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
21722
21723 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
21724
21725 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
21726
21727 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
21728
21729 ac_config_files="$ac_config_files dlls/cards/Makefile"
21730
21731 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
21732
21733 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
21734
21735 ac_config_files="$ac_config_files dlls/comcat/Makefile"
21736
21737 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
21738
21739 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
21740
21741 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
21742
21743 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
21744
21745 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
21746
21747 ac_config_files="$ac_config_files dlls/compstui/Makefile"
21748
21749 ac_config_files="$ac_config_files dlls/credui/Makefile"
21750
21751 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
21752
21753 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
21754
21755 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
21756
21757 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
21758
21759 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
21760
21761 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
21762
21763 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
21764
21765 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
21766
21767 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
21768
21769 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
21770
21771 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
21772
21773 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
21774
21775 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
21776
21777 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
21778
21779 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
21780
21781 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
21782
21783 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
21784
21785 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
21786
21787 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
21788
21789 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
21790
21791 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
21792
21793 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
21794
21795 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
21796
21797 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
21798
21799 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
21800
21801 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
21802
21803 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
21804
21805 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
21806
21807 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
21808
21809 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
21810
21811 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
21812
21813 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
21814
21815 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
21816
21817 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
21818
21819 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
21820
21821 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
21822
21823 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
21824
21825 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
21826
21827 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
21828
21829 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
21830
21831 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
21832
21833 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
21834
21835 ac_config_files="$ac_config_files dlls/devenum/Makefile"
21836
21837 ac_config_files="$ac_config_files dlls/dinput/Makefile"
21838
21839 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
21840
21841 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
21842
21843 ac_config_files="$ac_config_files dlls/dmband/Makefile"
21844
21845 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
21846
21847 ac_config_files="$ac_config_files dlls/dmime/Makefile"
21848
21849 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
21850
21851 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
21852
21853 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
21854
21855 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
21856
21857 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
21858
21859 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
21860
21861 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
21862
21863 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
21864
21865 ac_config_files="$ac_config_files dlls/dplay/Makefile"
21866
21867 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
21868
21869 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
21870
21871 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
21872
21873 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
21874
21875 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
21876
21877 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
21878
21879 ac_config_files="$ac_config_files dlls/dsound/Makefile"
21880
21881 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
21882
21883 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
21884
21885 ac_config_files="$ac_config_files dlls/dswave/Makefile"
21886
21887 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
21888
21889 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
21890
21891 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
21892
21893 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
21894
21895 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
21896
21897 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
21898
21899 ac_config_files="$ac_config_files dlls/fusion/Makefile"
21900
21901 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
21902
21903 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
21904
21905 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
21906
21907 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
21908
21909 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
21910
21911 ac_config_files="$ac_config_files dlls/glu32/Makefile"
21912
21913 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
21914
21915 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
21916
21917 ac_config_files="$ac_config_files dlls/hal/Makefile"
21918
21919 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
21920
21921 ac_config_files="$ac_config_files dlls/hid/Makefile"
21922
21923 ac_config_files="$ac_config_files dlls/hlink/Makefile"
21924
21925 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
21926
21927 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
21928
21929 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
21930
21931 ac_config_files="$ac_config_files dlls/icmp/Makefile"
21932
21933 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
21934
21935 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
21936
21937 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
21938
21939 ac_config_files="$ac_config_files dlls/imm32/Makefile"
21940
21941 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
21942
21943 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
21944
21945 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
21946
21947 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
21948
21949 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
21950
21951 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
21952
21953 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
21954
21955 ac_config_files="$ac_config_files dlls/initpki/Makefile"
21956
21957 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
21958
21959 ac_config_files="$ac_config_files dlls/inseng/Makefile"
21960
21961 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
21962
21963 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
21964
21965 ac_config_files="$ac_config_files dlls/itircl/Makefile"
21966
21967 ac_config_files="$ac_config_files dlls/itss/Makefile"
21968
21969 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
21970
21971 ac_config_files="$ac_config_files dlls/jscript/Makefile"
21972
21973 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
21974
21975 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
21976
21977 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
21978
21979 ac_config_files="$ac_config_files dlls/localspl/Makefile"
21980
21981 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
21982
21983 ac_config_files="$ac_config_files dlls/localui/Makefile"
21984
21985 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
21986
21987 ac_config_files="$ac_config_files dlls/lz32/Makefile"
21988
21989 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
21990
21991 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
21992
21993 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
21994
21995 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
21996
21997 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
21998
21999 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
22000
22001 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
22002
22003 ac_config_files="$ac_config_files dlls/midimap/Makefile"
22004
22005 ac_config_files="$ac_config_files dlls/mlang/Makefile"
22006
22007 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
22008
22009 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
22010
22011 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
22012
22013 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
22014
22015 ac_config_files="$ac_config_files dlls/mpr/Makefile"
22016
22017 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
22018
22019 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
22020
22021 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
22022
22023 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
22024
22025 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
22026
22027 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
22028
22029 ac_config_files="$ac_config_files dlls/mscms/Makefile"
22030
22031 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
22032
22033 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
22034
22035 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
22036
22037 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
22038
22039 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
22040
22041 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
22042
22043 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
22044
22045 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
22046
22047 ac_config_files="$ac_config_files dlls/msi/Makefile"
22048
22049 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
22050
22051 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
22052
22053 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
22054
22055 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
22056
22057 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
22058
22059 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
22060
22061 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
22062
22063 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
22064
22065 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
22066
22067 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
22068
22069 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
22070
22071 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
22072
22073 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
22074
22075 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
22076
22077 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
22078
22079 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
22080
22081 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
22082
22083 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
22084
22085 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
22086
22087 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
22088
22089 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
22090
22091 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
22092
22093 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
22094
22095 ac_config_files="$ac_config_files dlls/newdev/Makefile"
22096
22097 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
22098
22099 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
22100
22101 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
22102
22103 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
22104
22105 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
22106
22107 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
22108
22109 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
22110
22111 ac_config_files="$ac_config_files dlls/objsel/Makefile"
22112
22113 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
22114
22115 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
22116
22117 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
22118
22119 ac_config_files="$ac_config_files dlls/ole32/Makefile"
22120
22121 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
22122
22123 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
22124
22125 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
22126
22127 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
22128
22129 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
22130
22131 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
22132
22133 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
22134
22135 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
22136
22137 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
22138
22139 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
22140
22141 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
22142
22143 ac_config_files="$ac_config_files dlls/pdh/Makefile"
22144
22145 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
22146
22147 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
22148
22149 ac_config_files="$ac_config_files dlls/printui/Makefile"
22150
22151 ac_config_files="$ac_config_files dlls/propsys/Makefile"
22152
22153 ac_config_files="$ac_config_files dlls/psapi/Makefile"
22154
22155 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
22156
22157 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
22158
22159 ac_config_files="$ac_config_files dlls/qcap/Makefile"
22160
22161 ac_config_files="$ac_config_files dlls/qedit/Makefile"
22162
22163 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
22164
22165 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
22166
22167 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
22168
22169 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
22170
22171 ac_config_files="$ac_config_files dlls/quartz/Makefile"
22172
22173 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
22174
22175 ac_config_files="$ac_config_files dlls/query/Makefile"
22176
22177 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
22178
22179 ac_config_files="$ac_config_files dlls/resutils/Makefile"
22180
22181 ac_config_files="$ac_config_files dlls/riched20/Makefile"
22182
22183 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
22184
22185 ac_config_files="$ac_config_files dlls/riched32/Makefile"
22186
22187 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
22188
22189 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
22190
22191 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
22192
22193 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
22194
22195 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
22196
22197 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
22198
22199 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
22200
22201 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
22202
22203 ac_config_files="$ac_config_files dlls/schannel/Makefile"
22204
22205 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
22206
22207 ac_config_files="$ac_config_files dlls/secur32/Makefile"
22208
22209 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
22210
22211 ac_config_files="$ac_config_files dlls/security/Makefile"
22212
22213 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
22214
22215 ac_config_files="$ac_config_files dlls/serialui/Makefile"
22216
22217 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
22218
22219 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
22220
22221 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
22222
22223 ac_config_files="$ac_config_files dlls/sfc/Makefile"
22224
22225 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
22226
22227 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
22228
22229 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
22230
22231 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
22232
22233 ac_config_files="$ac_config_files dlls/shell32/Makefile"
22234
22235 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
22236
22237 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
22238
22239 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
22240
22241 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
22242
22243 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
22244
22245 ac_config_files="$ac_config_files dlls/slc/Makefile"
22246
22247 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
22248
22249 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
22250
22251 ac_config_files="$ac_config_files dlls/softpub/Makefile"
22252
22253 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
22254
22255 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
22256
22257 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
22258
22259 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
22260
22261 ac_config_files="$ac_config_files dlls/sti/Makefile"
22262
22263 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
22264
22265 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
22266
22267 ac_config_files="$ac_config_files dlls/sxs/Makefile"
22268
22269 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
22270
22271 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
22272
22273 ac_config_files="$ac_config_files dlls/unicows/Makefile"
22274
22275 ac_config_files="$ac_config_files dlls/url/Makefile"
22276
22277 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
22278
22279 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
22280
22281 ac_config_files="$ac_config_files dlls/user32/Makefile"
22282
22283 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
22284
22285 ac_config_files="$ac_config_files dlls/userenv/Makefile"
22286
22287 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
22288
22289 ac_config_files="$ac_config_files dlls/usp10/Makefile"
22290
22291 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
22292
22293 ac_config_files="$ac_config_files dlls/uuid/Makefile"
22294
22295 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
22296
22297 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
22298
22299 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
22300
22301 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
22302
22303 ac_config_files="$ac_config_files dlls/version/Makefile"
22304
22305 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
22306
22307 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
22308
22309 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
22310
22311 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
22312
22313 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
22314
22315 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
22316
22317 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
22318
22319 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
22320
22321 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
22322
22323 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
22324
22325 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
22326
22327 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
22328
22329 ac_config_files="$ac_config_files dlls/winedos/Makefile"
22330
22331 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
22332
22333 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
22334
22335 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
22336
22337 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
22338
22339 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
22340
22341 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
22342
22343 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
22344
22345 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
22346
22347 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
22348
22349 ac_config_files="$ac_config_files dlls/wing32/Makefile"
22350
22351 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
22352
22353 ac_config_files="$ac_config_files dlls/wininet/Makefile"
22354
22355 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
22356
22357 ac_config_files="$ac_config_files dlls/winmm/Makefile"
22358
22359 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
22360
22361 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
22362
22363 ac_config_files="$ac_config_files dlls/winscard/Makefile"
22364
22365 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
22366
22367 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
22368
22369 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
22370
22371 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
22372
22373 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
22374
22375 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
22376
22377 ac_config_files="$ac_config_files dlls/wmi/Makefile"
22378
22379 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
22380
22381 ac_config_files="$ac_config_files dlls/wow32/Makefile"
22382
22383 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
22384
22385 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
22386
22387 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
22388
22389 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
22390
22391 ac_config_files="$ac_config_files documentation/Makefile"
22392
22393 ac_config_files="$ac_config_files fonts/Makefile"
22394
22395 ac_config_files="$ac_config_files include/Makefile"
22396
22397 ac_config_files="$ac_config_files libs/Makefile"
22398
22399 ac_config_files="$ac_config_files libs/port/Makefile"
22400
22401 ac_config_files="$ac_config_files libs/wine/Makefile"
22402
22403 ac_config_files="$ac_config_files libs/wpp/Makefile"
22404
22405 ac_config_files="$ac_config_files loader/Makefile"
22406
22407 ac_config_files="$ac_config_files programs/Makefile"
22408
22409 ac_config_files="$ac_config_files programs/clock/Makefile"
22410
22411 ac_config_files="$ac_config_files programs/cmd/Makefile"
22412
22413 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
22414
22415 ac_config_files="$ac_config_files programs/control/Makefile"
22416
22417 ac_config_files="$ac_config_files programs/eject/Makefile"
22418
22419 ac_config_files="$ac_config_files programs/expand/Makefile"
22420
22421 ac_config_files="$ac_config_files programs/explorer/Makefile"
22422
22423 ac_config_files="$ac_config_files programs/hh/Makefile"
22424
22425 ac_config_files="$ac_config_files programs/icinfo/Makefile"
22426
22427 ac_config_files="$ac_config_files programs/iexplore/Makefile"
22428
22429 ac_config_files="$ac_config_files programs/msiexec/Makefile"
22430
22431 ac_config_files="$ac_config_files programs/net/Makefile"
22432
22433 ac_config_files="$ac_config_files programs/notepad/Makefile"
22434
22435 ac_config_files="$ac_config_files programs/oleview/Makefile"
22436
22437 ac_config_files="$ac_config_files programs/progman/Makefile"
22438
22439 ac_config_files="$ac_config_files programs/reg/Makefile"
22440
22441 ac_config_files="$ac_config_files programs/regedit/Makefile"
22442
22443 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
22444
22445 ac_config_files="$ac_config_files programs/rpcss/Makefile"
22446
22447 ac_config_files="$ac_config_files programs/rundll32/Makefile"
22448
22449 ac_config_files="$ac_config_files programs/secedit/Makefile"
22450
22451 ac_config_files="$ac_config_files programs/services/Makefile"
22452
22453 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
22454
22455 ac_config_files="$ac_config_files programs/start/Makefile"
22456
22457 ac_config_files="$ac_config_files programs/svchost/Makefile"
22458
22459 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
22460
22461 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
22462
22463 ac_config_files="$ac_config_files programs/view/Makefile"
22464
22465 ac_config_files="$ac_config_files programs/wineboot/Makefile"
22466
22467 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
22468
22469 ac_config_files="$ac_config_files programs/winecfg/Makefile"
22470
22471 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
22472
22473 ac_config_files="$ac_config_files programs/winedbg/Makefile"
22474
22475 ac_config_files="$ac_config_files programs/winedevice/Makefile"
22476
22477 ac_config_files="$ac_config_files programs/winefile/Makefile"
22478
22479 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
22480
22481 ac_config_files="$ac_config_files programs/winemine/Makefile"
22482
22483 ac_config_files="$ac_config_files programs/winepath/Makefile"
22484
22485 ac_config_files="$ac_config_files programs/winetest/Makefile"
22486
22487 ac_config_files="$ac_config_files programs/winevdm/Makefile"
22488
22489 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
22490
22491 ac_config_files="$ac_config_files programs/winver/Makefile"
22492
22493 ac_config_files="$ac_config_files programs/wordpad/Makefile"
22494
22495 ac_config_files="$ac_config_files programs/write/Makefile"
22496
22497 ac_config_files="$ac_config_files programs/xcopy/Makefile"
22498
22499 ac_config_files="$ac_config_files server/Makefile"
22500
22501 ac_config_files="$ac_config_files tools/Makefile"
22502
22503 ac_config_files="$ac_config_files tools/widl/Makefile"
22504
22505 ac_config_files="$ac_config_files tools/winebuild/Makefile"
22506
22507 ac_config_files="$ac_config_files tools/winedump/Makefile"
22508
22509 ac_config_files="$ac_config_files tools/winegcc/Makefile"
22510
22511 ac_config_files="$ac_config_files tools/wmc/Makefile"
22512
22513 ac_config_files="$ac_config_files tools/wrc/Makefile"
22514
22515
22516 cat >confcache <<\_ACEOF
22517 # This file is a shell script that caches the results of configure
22518 # tests run on this system so they can be shared between configure
22519 # scripts and configure runs, see configure's option --config-cache.
22520 # It is not useful on other systems.  If it contains results you don't
22521 # want to keep, you may remove or edit it.
22522 #
22523 # config.status only pays attention to the cache file if you give it
22524 # the --recheck option to rerun configure.
22525 #
22526 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22527 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22528 # following values.
22529
22530 _ACEOF
22531
22532 # The following way of writing the cache mishandles newlines in values,
22533 # but we know of no workaround that is simple, portable, and efficient.
22534 # So, we kill variables containing newlines.
22535 # Ultrix sh set writes to stderr and can't be redirected directly,
22536 # and sets the high bit in the cache file unless we assign to the vars.
22537 (
22538   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22539     eval ac_val=\$$ac_var
22540     case $ac_val in #(
22541     *${as_nl}*)
22542       case $ac_var in #(
22543       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
22544 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
22545       esac
22546       case $ac_var in #(
22547       _ | IFS | as_nl) ;; #(
22548       *) $as_unset $ac_var ;;
22549       esac ;;
22550     esac
22551   done
22552
22553   (set) 2>&1 |
22554     case $as_nl`(ac_space=' '; set) 2>&1` in #(
22555     *${as_nl}ac_space=\ *)
22556       # `set' does not quote correctly, so add quotes (double-quote
22557       # substitution turns \\\\ into \\, and sed turns \\ into \).
22558       sed -n \
22559         "s/'/'\\\\''/g;
22560           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22561       ;; #(
22562     *)
22563       # `set' quotes correctly as required by POSIX, so do not add quotes.
22564       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22565       ;;
22566     esac |
22567     sort
22568 ) |
22569   sed '
22570      /^ac_cv_env_/b end
22571      t clear
22572      :clear
22573      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22574      t end
22575      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22576      :end' >>confcache
22577 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
22578   if test -w "$cache_file"; then
22579     test "x$cache_file" != "x/dev/null" &&
22580       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
22581 echo "$as_me: updating cache $cache_file" >&6;}
22582     cat confcache >$cache_file
22583   else
22584     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
22585 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
22586   fi
22587 fi
22588 rm -f confcache
22589
22590 test "x$prefix" = xNONE && prefix=$ac_default_prefix
22591 # Let make expand exec_prefix.
22592 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
22593
22594 DEFS=-DHAVE_CONFIG_H
22595
22596 ac_libobjs=
22597 ac_ltlibobjs=
22598 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
22599   # 1. Remove the extension, and $U if already installed.
22600   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
22601   ac_i=`echo "$ac_i" | sed "$ac_script"`
22602   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
22603   #    will be set to the directory where LIBOBJS objects are built.
22604   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
22605   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
22606 done
22607 LIBOBJS=$ac_libobjs
22608
22609 LTLIBOBJS=$ac_ltlibobjs
22610
22611
22612
22613 : ${CONFIG_STATUS=./config.status}
22614 ac_clean_files_save=$ac_clean_files
22615 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
22616 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
22617 echo "$as_me: creating $CONFIG_STATUS" >&6;}
22618 cat >$CONFIG_STATUS <<_ACEOF
22619 #! $SHELL
22620 # Generated by $as_me.
22621 # Run this file to recreate the current configuration.
22622 # Compiler output produced by configure, useful for debugging
22623 # configure, is in config.log if it exists.
22624
22625 debug=false
22626 ac_cs_recheck=false
22627 ac_cs_silent=false
22628 SHELL=\${CONFIG_SHELL-$SHELL}
22629 _ACEOF
22630
22631 cat >>$CONFIG_STATUS <<\_ACEOF
22632 ## --------------------- ##
22633 ## M4sh Initialization.  ##
22634 ## --------------------- ##
22635
22636 # Be more Bourne compatible
22637 DUALCASE=1; export DUALCASE # for MKS sh
22638 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
22639   emulate sh
22640   NULLCMD=:
22641   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22642   # is contrary to our usage.  Disable this feature.
22643   alias -g '${1+"$@"}'='"$@"'
22644   setopt NO_GLOB_SUBST
22645 else
22646   case `(set -o) 2>/dev/null` in
22647   *posix*) set -o posix ;;
22648 esac
22649
22650 fi
22651
22652
22653
22654
22655 # PATH needs CR
22656 # Avoid depending upon Character Ranges.
22657 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
22658 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22659 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
22660 as_cr_digits='0123456789'
22661 as_cr_alnum=$as_cr_Letters$as_cr_digits
22662
22663 # The user is always right.
22664 if test "${PATH_SEPARATOR+set}" != set; then
22665   echo "#! /bin/sh" >conf$$.sh
22666   echo  "exit 0"   >>conf$$.sh
22667   chmod +x conf$$.sh
22668   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
22669     PATH_SEPARATOR=';'
22670   else
22671     PATH_SEPARATOR=:
22672   fi
22673   rm -f conf$$.sh
22674 fi
22675
22676 # Support unset when possible.
22677 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
22678   as_unset=unset
22679 else
22680   as_unset=false
22681 fi
22682
22683
22684 # IFS
22685 # We need space, tab and new line, in precisely that order.  Quoting is
22686 # there to prevent editors from complaining about space-tab.
22687 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
22688 # splitting by setting IFS to empty value.)
22689 as_nl='
22690 '
22691 IFS=" ""        $as_nl"
22692
22693 # Find who we are.  Look in the path if we contain no directory separator.
22694 case $0 in
22695   *[\\/]* ) as_myself=$0 ;;
22696   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22697 for as_dir in $PATH
22698 do
22699   IFS=$as_save_IFS
22700   test -z "$as_dir" && as_dir=.
22701   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
22702 done
22703 IFS=$as_save_IFS
22704
22705      ;;
22706 esac
22707 # We did not find ourselves, most probably we were run as `sh COMMAND'
22708 # in which case we are not to be found in the path.
22709 if test "x$as_myself" = x; then
22710   as_myself=$0
22711 fi
22712 if test ! -f "$as_myself"; then
22713   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
22714   { (exit 1); exit 1; }
22715 fi
22716
22717 # Work around bugs in pre-3.0 UWIN ksh.
22718 for as_var in ENV MAIL MAILPATH
22719 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
22720 done
22721 PS1='$ '
22722 PS2='> '
22723 PS4='+ '
22724
22725 # NLS nuisances.
22726 for as_var in \
22727   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
22728   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
22729   LC_TELEPHONE LC_TIME
22730 do
22731   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
22732     eval $as_var=C; export $as_var
22733   else
22734     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
22735   fi
22736 done
22737
22738 # Required to use basename.
22739 if expr a : '\(a\)' >/dev/null 2>&1 &&
22740    test "X`expr 00001 : '.*\(...\)'`" = X001; then
22741   as_expr=expr
22742 else
22743   as_expr=false
22744 fi
22745
22746 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
22747   as_basename=basename
22748 else
22749   as_basename=false
22750 fi
22751
22752
22753 # Name of the executable.
22754 as_me=`$as_basename -- "$0" ||
22755 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22756          X"$0" : 'X\(//\)$' \| \
22757          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
22758 echo X/"$0" |
22759     sed '/^.*\/\([^/][^/]*\)\/*$/{
22760             s//\1/
22761             q
22762           }
22763           /^X\/\(\/\/\)$/{
22764             s//\1/
22765             q
22766           }
22767           /^X\/\(\/\).*/{
22768             s//\1/
22769             q
22770           }
22771           s/.*/./; q'`
22772
22773 # CDPATH.
22774 $as_unset CDPATH
22775
22776
22777
22778   as_lineno_1=$LINENO
22779   as_lineno_2=$LINENO
22780   test "x$as_lineno_1" != "x$as_lineno_2" &&
22781   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
22782
22783   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
22784   # uniformly replaced by the line number.  The first 'sed' inserts a
22785   # line-number line after each line using $LINENO; the second 'sed'
22786   # does the real work.  The second script uses 'N' to pair each
22787   # line-number line with the line containing $LINENO, and appends
22788   # trailing '-' during substitution so that $LINENO is not a special
22789   # case at line end.
22790   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
22791   # scripts with optimization help from Paolo Bonzini.  Blame Lee
22792   # E. McMahon (1931-1989) for sed's syntax.  :-)
22793   sed -n '
22794     p
22795     /[$]LINENO/=
22796   ' <$as_myself |
22797     sed '
22798       s/[$]LINENO.*/&-/
22799       t lineno
22800       b
22801       :lineno
22802       N
22803       :loop
22804       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
22805       t loop
22806       s/-\n.*//
22807     ' >$as_me.lineno &&
22808   chmod +x "$as_me.lineno" ||
22809     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
22810    { (exit 1); exit 1; }; }
22811
22812   # Don't try to exec as it changes $[0], causing all sort of problems
22813   # (the dirname of $[0] is not the place where we might find the
22814   # original and so on.  Autoconf is especially sensitive to this).
22815   . "./$as_me.lineno"
22816   # Exit status is that of the last command.
22817   exit
22818 }
22819
22820
22821 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
22822   as_dirname=dirname
22823 else
22824   as_dirname=false
22825 fi
22826
22827 ECHO_C= ECHO_N= ECHO_T=
22828 case `echo -n x` in
22829 -n*)
22830   case `echo 'x\c'` in
22831   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
22832   *)   ECHO_C='\c';;
22833   esac;;
22834 *)
22835   ECHO_N='-n';;
22836 esac
22837
22838 if expr a : '\(a\)' >/dev/null 2>&1 &&
22839    test "X`expr 00001 : '.*\(...\)'`" = X001; then
22840   as_expr=expr
22841 else
22842   as_expr=false
22843 fi
22844
22845 rm -f conf$$ conf$$.exe conf$$.file
22846 if test -d conf$$.dir; then
22847   rm -f conf$$.dir/conf$$.file
22848 else
22849   rm -f conf$$.dir
22850   mkdir conf$$.dir
22851 fi
22852 echo >conf$$.file
22853 if ln -s conf$$.file conf$$ 2>/dev/null; then
22854   as_ln_s='ln -s'
22855   # ... but there are two gotchas:
22856   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22857   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22858   # In both cases, we have to default to `cp -p'.
22859   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22860     as_ln_s='cp -p'
22861 elif ln conf$$.file conf$$ 2>/dev/null; then
22862   as_ln_s=ln
22863 else
22864   as_ln_s='cp -p'
22865 fi
22866 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
22867 rmdir conf$$.dir 2>/dev/null
22868
22869 if mkdir -p . 2>/dev/null; then
22870   as_mkdir_p=:
22871 else
22872   test -d ./-p && rmdir ./-p
22873   as_mkdir_p=false
22874 fi
22875
22876 if test -x / >/dev/null 2>&1; then
22877   as_test_x='test -x'
22878 else
22879   if ls -dL / >/dev/null 2>&1; then
22880     as_ls_L_option=L
22881   else
22882     as_ls_L_option=
22883   fi
22884   as_test_x='
22885     eval sh -c '\''
22886       if test -d "$1"; then
22887         test -d "$1/.";
22888       else
22889         case $1 in
22890         -*)set "./$1";;
22891         esac;
22892         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
22893         ???[sx]*):;;*)false;;esac;fi
22894     '\'' sh
22895   '
22896 fi
22897 as_executable_p=$as_test_x
22898
22899 # Sed expression to map a string onto a valid CPP name.
22900 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22901
22902 # Sed expression to map a string onto a valid variable name.
22903 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22904
22905
22906 exec 6>&1
22907
22908 # Save the log message, to keep $[0] and so on meaningful, and to
22909 # report actual input values of CONFIG_FILES etc. instead of their
22910 # values after options handling.
22911 ac_log="
22912 This file was extended by Wine $as_me 1.1.0, which was
22913 generated by GNU Autoconf 2.61.  Invocation command line was
22914
22915   CONFIG_FILES    = $CONFIG_FILES
22916   CONFIG_HEADERS  = $CONFIG_HEADERS
22917   CONFIG_LINKS    = $CONFIG_LINKS
22918   CONFIG_COMMANDS = $CONFIG_COMMANDS
22919   $ $0 $@
22920
22921 on `(hostname || uname -n) 2>/dev/null | sed 1q`
22922 "
22923
22924 _ACEOF
22925
22926 cat >>$CONFIG_STATUS <<_ACEOF
22927 # Files that config.status was made for.
22928 config_files="$ac_config_files"
22929 config_headers="$ac_config_headers"
22930 config_commands="$ac_config_commands"
22931
22932 _ACEOF
22933
22934 cat >>$CONFIG_STATUS <<\_ACEOF
22935 ac_cs_usage="\
22936 \`$as_me' instantiates files from templates according to the
22937 current configuration.
22938
22939 Usage: $0 [OPTIONS] [FILE]...
22940
22941   -h, --help       print this help, then exit
22942   -V, --version    print version number and configuration settings, then exit
22943   -q, --quiet      do not print progress messages
22944   -d, --debug      don't remove temporary files
22945       --recheck    update $as_me by reconfiguring in the same conditions
22946   --file=FILE[:TEMPLATE]
22947                    instantiate the configuration file FILE
22948   --header=FILE[:TEMPLATE]
22949                    instantiate the configuration header FILE
22950
22951 Configuration files:
22952 $config_files
22953
22954 Configuration headers:
22955 $config_headers
22956
22957 Configuration commands:
22958 $config_commands
22959
22960 Report bugs to <bug-autoconf@gnu.org>."
22961
22962 _ACEOF
22963 cat >>$CONFIG_STATUS <<_ACEOF
22964 ac_cs_version="\\
22965 Wine config.status 1.1.0
22966 configured by $0, generated by GNU Autoconf 2.61,
22967   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22968
22969 Copyright (C) 2006 Free Software Foundation, Inc.
22970 This config.status script is free software; the Free Software Foundation
22971 gives unlimited permission to copy, distribute and modify it."
22972
22973 ac_pwd='$ac_pwd'
22974 srcdir='$srcdir'
22975 INSTALL='$INSTALL'
22976 _ACEOF
22977
22978 cat >>$CONFIG_STATUS <<\_ACEOF
22979 # If no file are specified by the user, then we need to provide default
22980 # value.  By we need to know if files were specified by the user.
22981 ac_need_defaults=:
22982 while test $# != 0
22983 do
22984   case $1 in
22985   --*=*)
22986     ac_option=`expr "X$1" : 'X\([^=]*\)='`
22987     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
22988     ac_shift=:
22989     ;;
22990   *)
22991     ac_option=$1
22992     ac_optarg=$2
22993     ac_shift=shift
22994     ;;
22995   esac
22996
22997   case $ac_option in
22998   # Handling of the options.
22999   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
23000     ac_cs_recheck=: ;;
23001   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
23002     echo "$ac_cs_version"; exit ;;
23003   --debug | --debu | --deb | --de | --d | -d )
23004     debug=: ;;
23005   --file | --fil | --fi | --f )
23006     $ac_shift
23007     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
23008     ac_need_defaults=false;;
23009   --header | --heade | --head | --hea )
23010     $ac_shift
23011     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
23012     ac_need_defaults=false;;
23013   --he | --h)
23014     # Conflict between --help and --header
23015     { echo "$as_me: error: ambiguous option: $1
23016 Try \`$0 --help' for more information." >&2
23017    { (exit 1); exit 1; }; };;
23018   --help | --hel | -h )
23019     echo "$ac_cs_usage"; exit ;;
23020   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
23021   | -silent | --silent | --silen | --sile | --sil | --si | --s)
23022     ac_cs_silent=: ;;
23023
23024   # This is an error.
23025   -*) { echo "$as_me: error: unrecognized option: $1
23026 Try \`$0 --help' for more information." >&2
23027    { (exit 1); exit 1; }; } ;;
23028
23029   *) ac_config_targets="$ac_config_targets $1"
23030      ac_need_defaults=false ;;
23031
23032   esac
23033   shift
23034 done
23035
23036 ac_configure_extra_args=
23037
23038 if $ac_cs_silent; then
23039   exec 6>/dev/null
23040   ac_configure_extra_args="$ac_configure_extra_args --silent"
23041 fi
23042
23043 _ACEOF
23044 cat >>$CONFIG_STATUS <<_ACEOF
23045 if \$ac_cs_recheck; then
23046   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
23047   CONFIG_SHELL=$SHELL
23048   export CONFIG_SHELL
23049   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23050 fi
23051
23052 _ACEOF
23053 cat >>$CONFIG_STATUS <<\_ACEOF
23054 exec 5>>config.log
23055 {
23056   echo
23057   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23058 ## Running $as_me. ##
23059 _ASBOX
23060   echo "$ac_log"
23061 } >&5
23062
23063 _ACEOF
23064 cat >>$CONFIG_STATUS <<_ACEOF
23065 _ACEOF
23066
23067 cat >>$CONFIG_STATUS <<\_ACEOF
23068
23069 # Handling of arguments.
23070 for ac_config_target in $ac_config_targets
23071 do
23072   case $ac_config_target in
23073     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
23074     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
23075     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
23076     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
23077     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
23078     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
23079     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
23080     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
23081     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
23082     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
23083     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
23084     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
23085     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
23086     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23087     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
23088     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
23089     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
23090     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
23091     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
23092     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
23093     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
23094     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
23095     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
23096     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
23097     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
23098     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
23099     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
23100     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
23101     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
23102     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
23103     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
23104     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
23105     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
23106     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
23107     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
23108     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
23109     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
23110     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
23111     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
23112     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
23113     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
23114     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
23115     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
23116     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
23117     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
23118     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
23119     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
23120     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
23121     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
23122     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
23123     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
23124     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
23125     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
23126     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
23127     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
23128     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
23129     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
23130     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
23131     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
23132     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
23133     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
23134     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
23135     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
23136     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
23137     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
23138     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
23139     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
23140     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
23141     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
23142     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
23143     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
23144     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
23145     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
23146     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
23147     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
23148     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
23149     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
23150     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
23151     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
23152     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
23153     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
23154     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
23155     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
23156     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
23157     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
23158     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
23159     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
23160     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
23161     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
23162     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
23163     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
23164     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
23165     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
23166     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
23167     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
23168     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
23169     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
23170     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
23171     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
23172     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
23173     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
23174     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
23175     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
23176     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
23177     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
23178     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
23179     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
23180     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
23181     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
23182     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
23183     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
23184     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
23185     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
23186     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
23187     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
23188     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
23189     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
23190     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
23191     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
23192     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
23193     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
23194     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
23195     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
23196     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
23197     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
23198     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
23199     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
23200     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
23201     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
23202     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
23203     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
23204     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
23205     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
23206     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
23207     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
23208     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
23209     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
23210     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
23211     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
23212     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
23213     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
23214     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
23215     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
23216     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
23217     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
23218     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
23219     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
23220     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
23221     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
23222     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
23223     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
23224     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
23225     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
23226     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
23227     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
23228     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
23229     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
23230     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
23231     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
23232     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
23233     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
23234     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
23235     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
23236     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
23237     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
23238     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
23239     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
23240     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
23241     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
23242     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
23243     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
23244     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
23245     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
23246     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
23247     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
23248     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
23249     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
23250     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
23251     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
23252     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
23253     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
23254     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
23255     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
23256     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
23257     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
23258     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
23259     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
23260     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
23261     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
23262     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
23263     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
23264     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
23265     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
23266     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
23267     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
23268     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
23269     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
23270     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
23271     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
23272     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
23273     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
23274     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
23275     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
23276     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
23277     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
23278     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
23279     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
23280     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
23281     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
23282     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
23283     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
23284     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
23285     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
23286     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
23287     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
23288     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
23289     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
23290     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
23291     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
23292     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
23293     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
23294     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
23295     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
23296     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
23297     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
23298     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
23299     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
23300     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
23301     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
23302     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
23303     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
23304     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
23305     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
23306     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
23307     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
23308     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
23309     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
23310     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
23311     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
23312     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
23313     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
23314     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
23315     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
23316     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
23317     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
23318     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
23319     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
23320     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
23321     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
23322     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
23323     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
23324     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
23325     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
23326     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
23327     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
23328     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
23329     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
23330     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
23331     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
23332     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
23333     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
23334     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
23335     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
23336     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
23337     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
23338     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
23339     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
23340     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
23341     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
23342     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
23343     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
23344     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
23345     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
23346     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
23347     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
23348     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
23349     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
23350     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
23351     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
23352     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
23353     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
23354     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
23355     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
23356     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
23357     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
23358     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
23359     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
23360     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
23361     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
23362     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
23363     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
23364     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
23365     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
23366     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
23367     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
23368     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
23369     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
23370     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
23371     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
23372     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
23373     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
23374     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
23375     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
23376     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
23377     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
23378     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
23379     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
23380     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
23381     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
23382     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
23383     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
23384     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
23385     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
23386     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
23387     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
23388     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
23389     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
23390     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
23391     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
23392     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
23393     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
23394     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
23395     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
23396     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
23397     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
23398     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
23399     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
23400     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
23401     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
23402     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
23403     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
23404     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
23405     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
23406     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
23407     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
23408     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
23409     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
23410     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
23411     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
23412     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
23413     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
23414     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
23415     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
23416     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
23417     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
23418     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
23419     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
23420     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
23421     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
23422     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
23423     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
23424     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
23425     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
23426     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
23427     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
23428     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
23429     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
23430     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
23431     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
23432     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
23433     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
23434     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
23435     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
23436     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
23437     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
23438     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
23439     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
23440     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
23441     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
23442     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
23443     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
23444     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
23445     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
23446     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
23447     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
23448     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
23449     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
23450     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
23451     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
23452     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
23453     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
23454     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
23455     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
23456     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
23457     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
23458     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
23459     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
23460     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
23461     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
23462     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
23463     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
23464     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
23465     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
23466     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
23467     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
23468     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
23469     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
23470     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
23471     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
23472     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
23473     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
23474     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
23475     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
23476     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
23477     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
23478     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
23479     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
23480     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
23481     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
23482     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
23483     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
23484     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
23485     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
23486     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
23487     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
23488     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
23489     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
23490     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
23491     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
23492     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
23493     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
23494     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
23495     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
23496     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
23497     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
23498
23499   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
23500 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
23501    { (exit 1); exit 1; }; };;
23502   esac
23503 done
23504
23505
23506 # If the user did not use the arguments to specify the items to instantiate,
23507 # then the envvar interface is used.  Set only those that are not.
23508 # We use the long form for the default assignment because of an extremely
23509 # bizarre bug on SunOS 4.1.3.
23510 if $ac_need_defaults; then
23511   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
23512   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
23513   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
23514 fi
23515
23516 # Have a temporary directory for convenience.  Make it in the build tree
23517 # simply because there is no reason against having it here, and in addition,
23518 # creating and moving files from /tmp can sometimes cause problems.
23519 # Hook for its removal unless debugging.
23520 # Note that there is a small window in which the directory will not be cleaned:
23521 # after its creation but before its name has been assigned to `$tmp'.
23522 $debug ||
23523 {
23524   tmp=
23525   trap 'exit_status=$?
23526   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
23527 ' 0
23528   trap '{ (exit 1); exit 1; }' 1 2 13 15
23529 }
23530 # Create a (secure) tmp directory for tmp files.
23531
23532 {
23533   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23534   test -n "$tmp" && test -d "$tmp"
23535 }  ||
23536 {
23537   tmp=./conf$$-$RANDOM
23538   (umask 077 && mkdir "$tmp")
23539 } ||
23540 {
23541    echo "$me: cannot create a temporary directory in ." >&2
23542    { (exit 1); exit 1; }
23543 }
23544
23545 #
23546 # Set up the sed scripts for CONFIG_FILES section.
23547 #
23548
23549 # No need to generate the scripts if there are no CONFIG_FILES.
23550 # This happens for instance when ./config.status config.h
23551 if test -n "$CONFIG_FILES"; then
23552
23553 _ACEOF
23554
23555 # Create sed commands to just substitute file output variables.
23556
23557 # Remaining file output variables are in a fragment that also has non-file
23558 # output varibles.
23559
23560
23561
23562 ac_delim='%!_!# '
23563 for ac_last_try in false false false false false :; do
23564   cat >conf$$subs.sed <<_ACEOF
23565 SHELL!$SHELL$ac_delim
23566 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
23567 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
23568 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
23569 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
23570 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
23571 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
23572 exec_prefix!$exec_prefix$ac_delim
23573 prefix!$prefix$ac_delim
23574 program_transform_name!$program_transform_name$ac_delim
23575 bindir!$bindir$ac_delim
23576 sbindir!$sbindir$ac_delim
23577 libexecdir!$libexecdir$ac_delim
23578 datarootdir!$datarootdir$ac_delim
23579 datadir!$datadir$ac_delim
23580 sysconfdir!$sysconfdir$ac_delim
23581 sharedstatedir!$sharedstatedir$ac_delim
23582 localstatedir!$localstatedir$ac_delim
23583 includedir!$includedir$ac_delim
23584 oldincludedir!$oldincludedir$ac_delim
23585 docdir!$docdir$ac_delim
23586 infodir!$infodir$ac_delim
23587 htmldir!$htmldir$ac_delim
23588 dvidir!$dvidir$ac_delim
23589 pdfdir!$pdfdir$ac_delim
23590 psdir!$psdir$ac_delim
23591 libdir!$libdir$ac_delim
23592 localedir!$localedir$ac_delim
23593 mandir!$mandir$ac_delim
23594 DEFS!$DEFS$ac_delim
23595 ECHO_C!$ECHO_C$ac_delim
23596 ECHO_N!$ECHO_N$ac_delim
23597 ECHO_T!$ECHO_T$ac_delim
23598 LIBS!$LIBS$ac_delim
23599 build_alias!$build_alias$ac_delim
23600 host_alias!$host_alias$ac_delim
23601 target_alias!$target_alias$ac_delim
23602 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
23603 build!$build$ac_delim
23604 build_cpu!$build_cpu$ac_delim
23605 build_vendor!$build_vendor$ac_delim
23606 build_os!$build_os$ac_delim
23607 host!$host$ac_delim
23608 host_cpu!$host_cpu$ac_delim
23609 host_vendor!$host_vendor$ac_delim
23610 host_os!$host_os$ac_delim
23611 WIN16_FILES!$WIN16_FILES$ac_delim
23612 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
23613 SET_MAKE!$SET_MAKE$ac_delim
23614 CC!$CC$ac_delim
23615 CFLAGS!$CFLAGS$ac_delim
23616 LDFLAGS!$LDFLAGS$ac_delim
23617 CPPFLAGS!$CPPFLAGS$ac_delim
23618 ac_ct_CC!$ac_ct_CC$ac_delim
23619 EXEEXT!$EXEEXT$ac_delim
23620 OBJEXT!$OBJEXT$ac_delim
23621 CXX!$CXX$ac_delim
23622 CXXFLAGS!$CXXFLAGS$ac_delim
23623 ac_ct_CXX!$ac_ct_CXX$ac_delim
23624 CPPBIN!$CPPBIN$ac_delim
23625 TOOLSDIR!$TOOLSDIR$ac_delim
23626 XMKMF!$XMKMF$ac_delim
23627 CPP!$CPP$ac_delim
23628 X_CFLAGS!$X_CFLAGS$ac_delim
23629 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
23630 X_LIBS!$X_LIBS$ac_delim
23631 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
23632 FLEX!$FLEX$ac_delim
23633 BISON!$BISON$ac_delim
23634 AS!$AS$ac_delim
23635 ac_ct_AS!$ac_ct_AS$ac_delim
23636 LD!$LD$ac_delim
23637 ac_ct_LD!$ac_ct_LD$ac_delim
23638 NM!$NM$ac_delim
23639 ac_ct_NM!$ac_ct_NM$ac_delim
23640 AR!$AR$ac_delim
23641 ac_ct_AR!$ac_ct_AR$ac_delim
23642 ARFLAGS!$ARFLAGS$ac_delim
23643 RANLIB!$RANLIB$ac_delim
23644 STRIP!$STRIP$ac_delim
23645 WINDRES!$WINDRES$ac_delim
23646 LN_S!$LN_S$ac_delim
23647 _ACEOF
23648
23649   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
23650     break
23651   elif $ac_last_try; then
23652     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23653 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23654    { (exit 1); exit 1; }; }
23655   else
23656     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
23657   fi
23658 done
23659
23660 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23661 if test -n "$ac_eof"; then
23662   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23663   ac_eof=`expr $ac_eof + 1`
23664 fi
23665
23666 cat >>$CONFIG_STATUS <<_ACEOF
23667 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
23668 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23669 /^[      ]*@MAKE_RULES@[         ]*$/{
23670 r $MAKE_RULES
23671 d
23672 }
23673 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
23674 r $MAKE_DLL_RULES
23675 d
23676 }
23677 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
23678 r $MAKE_IMPLIB_RULES
23679 d
23680 }
23681 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
23682 r $MAKE_TEST_RULES
23683 d
23684 }
23685 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
23686 r $MAKE_PROG_RULES
23687 d
23688 }
23689 _ACEOF
23690 sed '
23691 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23692 s/^/s,@/; s/!/@,|#_!!_#|/
23693 :n
23694 t n
23695 s/'"$ac_delim"'$/,g/; t
23696 s/$/\\/; p
23697 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23698 ' >>$CONFIG_STATUS <conf$$subs.sed
23699 rm -f conf$$subs.sed
23700 cat >>$CONFIG_STATUS <<_ACEOF
23701 CEOF$ac_eof
23702 _ACEOF
23703
23704
23705 ac_delim='%!_!# '
23706 for ac_last_try in false false false false false :; do
23707   cat >conf$$subs.sed <<_ACEOF
23708 LN!$LN$ac_delim
23709 GREP!$GREP$ac_delim
23710 EGREP!$EGREP$ac_delim
23711 LDCONFIG!$LDCONFIG$ac_delim
23712 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
23713 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
23714 INSTALL_DATA!$INSTALL_DATA$ac_delim
23715 LINT!$LINT$ac_delim
23716 LINTFLAGS!$LINTFLAGS$ac_delim
23717 FONTFORGE!$FONTFORGE$ac_delim
23718 PKG_CONFIG!$PKG_CONFIG$ac_delim
23719 RSVG!$RSVG$ac_delim
23720 ICOTOOL!$ICOTOOL$ac_delim
23721 PRELINK!$PRELINK$ac_delim
23722 LIBPTHREAD!$LIBPTHREAD$ac_delim
23723 XLIB!$XLIB$ac_delim
23724 XFILES!$XFILES$ac_delim
23725 OPENGLFILES!$OPENGLFILES$ac_delim
23726 GLU32FILES!$GLU32FILES$ac_delim
23727 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
23728 QUARTZFILES!$QUARTZFILES$ac_delim
23729 DLLEXT!$DLLEXT$ac_delim
23730 DLLFLAGS!$DLLFLAGS$ac_delim
23731 LDSHARED!$LDSHARED$ac_delim
23732 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
23733 LIBEXT!$LIBEXT$ac_delim
23734 IMPLIBEXT!$IMPLIBEXT$ac_delim
23735 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
23736 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
23737 LDD!$LDD$ac_delim
23738 DLLTOOL!$DLLTOOL$ac_delim
23739 DLLWRAP!$DLLWRAP$ac_delim
23740 MINGWAR!$MINGWAR$ac_delim
23741 SECURITYLIB!$SECURITYLIB$ac_delim
23742 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
23743 IOKITLIB!$IOKITLIB$ac_delim
23744 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
23745 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
23746 COREAUDIO!$COREAUDIO$ac_delim
23747 CARBONLIB!$CARBONLIB$ac_delim
23748 CROSSTEST!$CROSSTEST$ac_delim
23749 CROSSCC!$CROSSCC$ac_delim
23750 CROSSWINDRES!$CROSSWINDRES$ac_delim
23751 NASLIBS!$NASLIBS$ac_delim
23752 XML2LIBS!$XML2LIBS$ac_delim
23753 XML2INCL!$XML2INCL$ac_delim
23754 XSLTLIBS!$XSLTLIBS$ac_delim
23755 XSLTINCL!$XSLTINCL$ac_delim
23756 HALINCL!$HALINCL$ac_delim
23757 sane_devel!$sane_devel$ac_delim
23758 SANEINCL!$SANEINCL$ac_delim
23759 gphoto2_devel!$gphoto2_devel$ac_delim
23760 gphoto2port_devel!$gphoto2port_devel$ac_delim
23761 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
23762 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
23763 RESOLVLIBS!$RESOLVLIBS$ac_delim
23764 LCMSLIBS!$LCMSLIBS$ac_delim
23765 LDAPLIBS!$LDAPLIBS$ac_delim
23766 ft_devel!$ft_devel$ac_delim
23767 FREETYPELIBS!$FREETYPELIBS$ac_delim
23768 FREETYPEINCL!$FREETYPEINCL$ac_delim
23769 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
23770 ESDCONFIG!$ESDCONFIG$ac_delim
23771 ESDLIBS!$ESDLIBS$ac_delim
23772 ESDINCL!$ESDINCL$ac_delim
23773 ALSALIBS!$ALSALIBS$ac_delim
23774 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
23775 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
23776 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
23777 BUILTINFLAG!$BUILTINFLAG$ac_delim
23778 LDPATH!$LDPATH$ac_delim
23779 CRTLIBS!$CRTLIBS$ac_delim
23780 SOCKETLIBS!$SOCKETLIBS$ac_delim
23781 MAIN_BINARY!$MAIN_BINARY$ac_delim
23782 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
23783 LIBDL!$LIBDL$ac_delim
23784 LIBPOLL!$LIBPOLL$ac_delim
23785 DEPENDENCIES!$DEPENDENCIES$ac_delim
23786 LIBOBJS!$LIBOBJS$ac_delim
23787 LTLIBOBJS!$LTLIBOBJS$ac_delim
23788 _ACEOF
23789
23790   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 80; then
23791     break
23792   elif $ac_last_try; then
23793     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23794 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23795    { (exit 1); exit 1; }; }
23796   else
23797     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
23798   fi
23799 done
23800
23801 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23802 if test -n "$ac_eof"; then
23803   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23804   ac_eof=`expr $ac_eof + 1`
23805 fi
23806
23807 cat >>$CONFIG_STATUS <<_ACEOF
23808 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
23809 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
23810 _ACEOF
23811 sed '
23812 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23813 s/^/s,@/; s/!/@,|#_!!_#|/
23814 :n
23815 t n
23816 s/'"$ac_delim"'$/,g/; t
23817 s/$/\\/; p
23818 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23819 ' >>$CONFIG_STATUS <conf$$subs.sed
23820 rm -f conf$$subs.sed
23821 cat >>$CONFIG_STATUS <<_ACEOF
23822 :end
23823 s/|#_!!_#|//g
23824 CEOF$ac_eof
23825 _ACEOF
23826
23827
23828 # VPATH may cause trouble with some makes, so we remove $(srcdir),
23829 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23830 # trailing colons and then remove the whole line if VPATH becomes empty
23831 # (actually we leave an empty line to preserve line numbers).
23832 if test "x$srcdir" = x.; then
23833   ac_vpsub='/^[  ]*VPATH[        ]*=/{
23834 s/:*\$(srcdir):*/:/
23835 s/:*\${srcdir}:*/:/
23836 s/:*@srcdir@:*/:/
23837 s/^\([^=]*=[     ]*\):*/\1/
23838 s/:*$//
23839 s/^[^=]*=[       ]*$//
23840 }'
23841 fi
23842
23843 cat >>$CONFIG_STATUS <<\_ACEOF
23844 fi # test -n "$CONFIG_FILES"
23845
23846
23847 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
23848 do
23849   case $ac_tag in
23850   :[FHLC]) ac_mode=$ac_tag; continue;;
23851   esac
23852   case $ac_mode$ac_tag in
23853   :[FHL]*:*);;
23854   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
23855 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
23856    { (exit 1); exit 1; }; };;
23857   :[FH]-) ac_tag=-:-;;
23858   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23859   esac
23860   ac_save_IFS=$IFS
23861   IFS=:
23862   set x $ac_tag
23863   IFS=$ac_save_IFS
23864   shift
23865   ac_file=$1
23866   shift
23867
23868   case $ac_mode in
23869   :L) ac_source=$1;;
23870   :[FH])
23871     ac_file_inputs=
23872     for ac_f
23873     do
23874       case $ac_f in
23875       -) ac_f="$tmp/stdin";;
23876       *) # Look for the file first in the build tree, then in the source tree
23877          # (if the path is not absolute).  The absolute path cannot be DOS-style,
23878          # because $ac_f cannot contain `:'.
23879          test -f "$ac_f" ||
23880            case $ac_f in
23881            [\\/$]*) false;;
23882            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
23883            esac ||
23884            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
23885 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
23886    { (exit 1); exit 1; }; };;
23887       esac
23888       ac_file_inputs="$ac_file_inputs $ac_f"
23889     done
23890
23891     # Let's still pretend it is `configure' which instantiates (i.e., don't
23892     # use $as_me), people would be surprised to read:
23893     #    /* config.h.  Generated by config.status.  */
23894     configure_input="Generated from "`IFS=:
23895           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
23896     if test x"$ac_file" != x-; then
23897       configure_input="$ac_file.  $configure_input"
23898       { echo "$as_me:$LINENO: creating $ac_file" >&5
23899 echo "$as_me: creating $ac_file" >&6;}
23900     fi
23901
23902     case $ac_tag in
23903     *:-:* | *:-) cat >"$tmp/stdin";;
23904     esac
23905     ;;
23906   esac
23907
23908   ac_dir=`$as_dirname -- "$ac_file" ||
23909 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23910          X"$ac_file" : 'X\(//\)[^/]' \| \
23911          X"$ac_file" : 'X\(//\)$' \| \
23912          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23913 echo X"$ac_file" |
23914     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23915             s//\1/
23916             q
23917           }
23918           /^X\(\/\/\)[^/].*/{
23919             s//\1/
23920             q
23921           }
23922           /^X\(\/\/\)$/{
23923             s//\1/
23924             q
23925           }
23926           /^X\(\/\).*/{
23927             s//\1/
23928             q
23929           }
23930           s/.*/./; q'`
23931   { as_dir="$ac_dir"
23932   case $as_dir in #(
23933   -*) as_dir=./$as_dir;;
23934   esac
23935   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23936     as_dirs=
23937     while :; do
23938       case $as_dir in #(
23939       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
23940       *) as_qdir=$as_dir;;
23941       esac
23942       as_dirs="'$as_qdir' $as_dirs"
23943       as_dir=`$as_dirname -- "$as_dir" ||
23944 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23945          X"$as_dir" : 'X\(//\)[^/]' \| \
23946          X"$as_dir" : 'X\(//\)$' \| \
23947          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23948 echo X"$as_dir" |
23949     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23950             s//\1/
23951             q
23952           }
23953           /^X\(\/\/\)[^/].*/{
23954             s//\1/
23955             q
23956           }
23957           /^X\(\/\/\)$/{
23958             s//\1/
23959             q
23960           }
23961           /^X\(\/\).*/{
23962             s//\1/
23963             q
23964           }
23965           s/.*/./; q'`
23966       test -d "$as_dir" && break
23967     done
23968     test -z "$as_dirs" || eval "mkdir $as_dirs"
23969   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23970 echo "$as_me: error: cannot create directory $as_dir" >&2;}
23971    { (exit 1); exit 1; }; }; }
23972   ac_builddir=.
23973
23974 case "$ac_dir" in
23975 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
23976 *)
23977   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
23978   # A ".." for each directory in $ac_dir_suffix.
23979   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
23980   case $ac_top_builddir_sub in
23981   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
23982   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
23983   esac ;;
23984 esac
23985 ac_abs_top_builddir=$ac_pwd
23986 ac_abs_builddir=$ac_pwd$ac_dir_suffix
23987 # for backward compatibility:
23988 ac_top_builddir=$ac_top_build_prefix
23989
23990 case $srcdir in
23991   .)  # We are building in place.
23992     ac_srcdir=.
23993     ac_top_srcdir=$ac_top_builddir_sub
23994     ac_abs_top_srcdir=$ac_pwd ;;
23995   [\\/]* | ?:[\\/]* )  # Absolute name.
23996     ac_srcdir=$srcdir$ac_dir_suffix;
23997     ac_top_srcdir=$srcdir
23998     ac_abs_top_srcdir=$srcdir ;;
23999   *) # Relative name.
24000     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
24001     ac_top_srcdir=$ac_top_build_prefix$srcdir
24002     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
24003 esac
24004 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
24005
24006
24007   case $ac_mode in
24008   :F)
24009   #
24010   # CONFIG_FILE
24011   #
24012
24013   case $INSTALL in
24014   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
24015   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
24016   esac
24017 _ACEOF
24018
24019 cat >>$CONFIG_STATUS <<\_ACEOF
24020 # If the template does not know about datarootdir, expand it.
24021 # FIXME: This hack should be removed a few years after 2.60.
24022 ac_datarootdir_hack=; ac_datarootdir_seen=
24023
24024 case `sed -n '/datarootdir/ {
24025   p
24026   q
24027 }
24028 /@datadir@/p
24029 /@docdir@/p
24030 /@infodir@/p
24031 /@localedir@/p
24032 /@mandir@/p
24033 ' $ac_file_inputs` in
24034 *datarootdir*) ac_datarootdir_seen=yes;;
24035 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
24036   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
24037 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
24038 _ACEOF
24039 cat >>$CONFIG_STATUS <<_ACEOF
24040   ac_datarootdir_hack='
24041   s&@datadir@&$datadir&g
24042   s&@docdir@&$docdir&g
24043   s&@infodir@&$infodir&g
24044   s&@localedir@&$localedir&g
24045   s&@mandir@&$mandir&g
24046     s&\\\${datarootdir}&$datarootdir&g' ;;
24047 esac
24048 _ACEOF
24049
24050 # Neutralize VPATH when `$srcdir' = `.'.
24051 # Shell code in configure.ac might set extrasub.
24052 # FIXME: do we really want to maintain this feature?
24053 cat >>$CONFIG_STATUS <<_ACEOF
24054   sed "$ac_vpsub
24055 $extrasub
24056 _ACEOF
24057 cat >>$CONFIG_STATUS <<\_ACEOF
24058 :t
24059 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24060 s&@configure_input@&$configure_input&;t t
24061 s&@top_builddir@&$ac_top_builddir_sub&;t t
24062 s&@srcdir@&$ac_srcdir&;t t
24063 s&@abs_srcdir@&$ac_abs_srcdir&;t t
24064 s&@top_srcdir@&$ac_top_srcdir&;t t
24065 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
24066 s&@builddir@&$ac_builddir&;t t
24067 s&@abs_builddir@&$ac_abs_builddir&;t t
24068 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
24069 s&@INSTALL@&$ac_INSTALL&;t t
24070 $ac_datarootdir_hack
24071 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
24072
24073 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
24074   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
24075   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
24076   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
24077 which seems to be undefined.  Please make sure it is defined." >&5
24078 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
24079 which seems to be undefined.  Please make sure it is defined." >&2;}
24080
24081   rm -f "$tmp/stdin"
24082   case $ac_file in
24083   -) cat "$tmp/out"; rm -f "$tmp/out";;
24084   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
24085   esac
24086  ;;
24087   :H)
24088   #
24089   # CONFIG_HEADER
24090   #
24091 _ACEOF
24092
24093 # Transform confdefs.h into a sed script `conftest.defines', that
24094 # substitutes the proper values into config.h.in to produce config.h.
24095 rm -f conftest.defines conftest.tail
24096 # First, append a space to every undef/define line, to ease matching.
24097 echo 's/$/ /' >conftest.defines
24098 # Then, protect against being on the right side of a sed subst, or in
24099 # an unquoted here document, in config.status.  If some macros were
24100 # called several times there might be several #defines for the same
24101 # symbol, which is useless.  But do not sort them, since the last
24102 # AC_DEFINE must be honored.
24103 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
24104 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
24105 # NAME is the cpp macro being defined, VALUE is the value it is being given.
24106 # PARAMS is the parameter list in the macro definition--in most cases, it's
24107 # just an empty string.
24108 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
24109 ac_dB='\\)[      (].*,\\1define\\2'
24110 ac_dC=' '
24111 ac_dD=' ,'
24112
24113 uniq confdefs.h |
24114   sed -n '
24115         t rset
24116         :rset
24117         s/^[     ]*#[    ]*define[       ][      ]*//
24118         t ok
24119         d
24120         :ok
24121         s/[\\&,]/\\&/g
24122         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
24123         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
24124   ' >>conftest.defines
24125
24126 # Remove the space that was appended to ease matching.
24127 # Then replace #undef with comments.  This is necessary, for
24128 # example, in the case of _POSIX_SOURCE, which is predefined and required
24129 # on some systems where configure will not decide to define it.
24130 # (The regexp can be short, since the line contains either #define or #undef.)
24131 echo 's/ $//
24132 s,^[     #]*u.*,/* & */,' >>conftest.defines
24133
24134 # Break up conftest.defines:
24135 ac_max_sed_lines=50
24136
24137 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
24138 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
24139 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
24140 # et cetera.
24141 ac_in='$ac_file_inputs'
24142 ac_out='"$tmp/out1"'
24143 ac_nxt='"$tmp/out2"'
24144
24145 while :
24146 do
24147   # Write a here document:
24148     cat >>$CONFIG_STATUS <<_ACEOF
24149     # First, check the format of the line:
24150     cat >"\$tmp/defines.sed" <<\\CEOF
24151 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
24152 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
24153 b
24154 :def
24155 _ACEOF
24156   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
24157   echo 'CEOF
24158     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
24159   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
24160   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
24161   grep . conftest.tail >/dev/null || break
24162   rm -f conftest.defines
24163   mv conftest.tail conftest.defines
24164 done
24165 rm -f conftest.defines conftest.tail
24166
24167 echo "ac_result=$ac_in" >>$CONFIG_STATUS
24168 cat >>$CONFIG_STATUS <<\_ACEOF
24169   if test x"$ac_file" != x-; then
24170     echo "/* $configure_input  */" >"$tmp/config.h"
24171     cat "$ac_result" >>"$tmp/config.h"
24172     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
24173       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
24174 echo "$as_me: $ac_file is unchanged" >&6;}
24175     else
24176       rm -f $ac_file
24177       mv "$tmp/config.h" $ac_file
24178     fi
24179   else
24180     echo "/* $configure_input  */"
24181     cat "$ac_result"
24182   fi
24183   rm -f "$tmp/out12"
24184  ;;
24185
24186   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
24187 echo "$as_me: executing $ac_file commands" >&6;}
24188  ;;
24189   esac
24190
24191
24192   case $ac_file$ac_mode in
24193     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
24194     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
24195 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
24196     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
24197 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
24198     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
24199 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
24200     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
24201 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
24202     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
24203 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
24204     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
24205 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
24206
24207   esac
24208 done # for ac_tag
24209
24210
24211 { (exit 0); exit 0; }
24212 _ACEOF
24213 chmod +x $CONFIG_STATUS
24214 ac_clean_files=$ac_clean_files_save
24215
24216
24217 # configure is writing to config.log, and then calls config.status.
24218 # config.status does its own redirection, appending to config.log.
24219 # Unfortunately, on DOS this fails, as config.log is still kept open
24220 # by configure, so config.status won't be able to write to it; its
24221 # output is simply discarded.  So we exec the FD to /dev/null,
24222 # effectively closing config.log, so it can be properly (re)opened and
24223 # appended to by config.status.  When coming back to configure, we
24224 # need to make the FD available again.
24225 if test "$no_create" != yes; then
24226   ac_cs_success=:
24227   ac_config_status_args=
24228   test "$silent" = yes &&
24229     ac_config_status_args="$ac_config_status_args --quiet"
24230   exec 5>/dev/null
24231   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
24232   exec 5>>config.log
24233   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24234   # would make configure fail if this is the last instruction.
24235   $ac_cs_success || { (exit 1); exit 1; }
24236 fi
24237
24238
24239 if test "$no_create" = "yes"
24240 then
24241   exit 0
24242 fi
24243
24244 ac_save_IFS="$IFS"
24245 IFS="|"
24246 if test "x$wine_notices != "x; then
24247     echo >&6
24248     for msg in $wine_notices; do
24249         if test -n "$msg"; then
24250             { echo "$as_me:$LINENO: $msg" >&5
24251 echo "$as_me: $msg" >&6;}
24252         fi
24253     done
24254 fi
24255 for msg in $wine_warnings; do
24256     if test -n "$msg"; then
24257         echo >&2
24258         { echo "$as_me:$LINENO: WARNING: $msg" >&5
24259 echo "$as_me: WARNING: $msg" >&2;}
24260     fi
24261 done
24262 IFS="$ac_save_IFS"
24263
24264 echo "
24265 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
24266 " >&6
24267