gdi32: Use symbolic names for font tags.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 0.9.45.
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='0.9.45'
578 PACKAGE_STRING='Wine 0.9.45'
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 build
656 build_cpu
657 build_vendor
658 build_os
659 host
660 host_cpu
661 host_vendor
662 host_os
663 WIN16_FILES
664 WIN16_INSTALL
665 SET_MAKE
666 CC
667 CFLAGS
668 LDFLAGS
669 CPPFLAGS
670 ac_ct_CC
671 EXEEXT
672 OBJEXT
673 CXX
674 CXXFLAGS
675 ac_ct_CXX
676 CPPBIN
677 TOOLSDIR
678 XMKMF
679 CPP
680 X_CFLAGS
681 X_PRE_LIBS
682 X_LIBS
683 X_EXTRA_LIBS
684 FLEX
685 BISON
686 AS
687 ac_ct_AS
688 LD
689 AR
690 RANLIB
691 STRIP
692 WINDRES
693 LN_S
694 LN
695 GREP
696 EGREP
697 LDCONFIG
698 INSTALL_PROGRAM
699 INSTALL_SCRIPT
700 INSTALL_DATA
701 LINT
702 LINTFLAGS
703 FONTFORGE
704 PKG_CONFIG
705 PRELINK
706 LIBPTHREAD
707 XLIB
708 XFILES
709 OPENGLFILES
710 GLU32FILES
711 OPENGL_LIBS
712 QUARTZFILES
713 DLLEXT
714 DLLFLAGS
715 LDSHARED
716 LDDLLFLAGS
717 LIBEXT
718 IMPLIBEXT
719 LDRPATH_INSTALL
720 LDRPATH_LOCAL
721 LDD
722 DLLTOOL
723 DLLWRAP
724 MINGWAR
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSTEST
732 CROSSCC
733 CROSSWINDRES
734 NASLIBS
735 XML2LIBS
736 XML2INCL
737 XSLTLIBS
738 XSLTINCL
739 HALINCL
740 sane_devel
741 SANEINCL
742 gphoto2_devel
743 gphoto2port_devel
744 GPHOTO2LIBS
745 GPHOTO2INCL
746 RESOLVLIBS
747 LCMSLIBS
748 LDAPLIBS
749 ft_devel
750 FREETYPELIBS
751 FREETYPEINCL
752 FONTSSUBDIRS
753 ESDCONFIG
754 ESDLIBS
755 ESDINCL
756 ALSALIBS
757 AUDIOIOLIBS
758 EXTRACFLAGS
759 BUILTINFLAG
760 LDPATH
761 CRTLIBS
762 SOCKETLIBS
763 MAIN_BINARY
764 EXTRA_BINARIES
765 LIBDL
766 LIBPOLL
767 DEPENDENCIES
768 LIBOBJS
769 LTLIBOBJS'
770 ac_subst_files='MAKE_RULES
771 MAKE_DLL_RULES
772 MAKE_IMPLIB_RULES
773 MAKE_TEST_RULES
774 MAKE_PROG_RULES'
775       ac_precious_vars='build_alias
776 host_alias
777 target_alias
778 CC
779 CFLAGS
780 LDFLAGS
781 LIBS
782 CPPFLAGS
783 CXX
784 CXXFLAGS
785 CCC
786 XMKMF
787 CPP'
788
789
790 # Initialize some variables set by options.
791 ac_init_help=
792 ac_init_version=false
793 # The variables have the same names as the options, with
794 # dashes changed to underlines.
795 cache_file=/dev/null
796 exec_prefix=NONE
797 no_create=
798 no_recursion=
799 prefix=NONE
800 program_prefix=NONE
801 program_suffix=NONE
802 program_transform_name=s,x,x,
803 silent=
804 site=
805 srcdir=
806 verbose=
807 x_includes=NONE
808 x_libraries=NONE
809
810 # Installation directory options.
811 # These are left unexpanded so users can "make install exec_prefix=/foo"
812 # and all the variables that are supposed to be based on exec_prefix
813 # by default will actually change.
814 # Use braces instead of parens because sh, perl, etc. also accept them.
815 # (The list follows the same order as the GNU Coding Standards.)
816 bindir='${exec_prefix}/bin'
817 sbindir='${exec_prefix}/sbin'
818 libexecdir='${exec_prefix}/libexec'
819 datarootdir='${prefix}/share'
820 datadir='${datarootdir}'
821 sysconfdir='${prefix}/etc'
822 sharedstatedir='${prefix}/com'
823 localstatedir='${prefix}/var'
824 includedir='${prefix}/include'
825 oldincludedir='/usr/include'
826 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
827 infodir='${datarootdir}/info'
828 htmldir='${docdir}'
829 dvidir='${docdir}'
830 pdfdir='${docdir}'
831 psdir='${docdir}'
832 libdir='${exec_prefix}/lib'
833 localedir='${datarootdir}/locale'
834 mandir='${datarootdir}/man'
835
836 ac_prev=
837 ac_dashdash=
838 for ac_option
839 do
840   # If the previous option needs an argument, assign it.
841   if test -n "$ac_prev"; then
842     eval $ac_prev=\$ac_option
843     ac_prev=
844     continue
845   fi
846
847   case $ac_option in
848   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
849   *)    ac_optarg=yes ;;
850   esac
851
852   # Accept the important Cygnus configure options, so we can diagnose typos.
853
854   case $ac_dashdash$ac_option in
855   --)
856     ac_dashdash=yes ;;
857
858   -bindir | --bindir | --bindi | --bind | --bin | --bi)
859     ac_prev=bindir ;;
860   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
861     bindir=$ac_optarg ;;
862
863   -build | --build | --buil | --bui | --bu)
864     ac_prev=build_alias ;;
865   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
866     build_alias=$ac_optarg ;;
867
868   -cache-file | --cache-file | --cache-fil | --cache-fi \
869   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
870     ac_prev=cache_file ;;
871   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
872   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
873     cache_file=$ac_optarg ;;
874
875   --config-cache | -C)
876     cache_file=config.cache ;;
877
878   -datadir | --datadir | --datadi | --datad)
879     ac_prev=datadir ;;
880   -datadir=* | --datadir=* | --datadi=* | --datad=*)
881     datadir=$ac_optarg ;;
882
883   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
884   | --dataroo | --dataro | --datar)
885     ac_prev=datarootdir ;;
886   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
887   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
888     datarootdir=$ac_optarg ;;
889
890   -disable-* | --disable-*)
891     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
892     # Reject names that are not valid shell variable names.
893     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
894       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
895    { (exit 1); exit 1; }; }
896     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
897     eval enable_$ac_feature=no ;;
898
899   -docdir | --docdir | --docdi | --doc | --do)
900     ac_prev=docdir ;;
901   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
902     docdir=$ac_optarg ;;
903
904   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
905     ac_prev=dvidir ;;
906   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
907     dvidir=$ac_optarg ;;
908
909   -enable-* | --enable-*)
910     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
911     # Reject names that are not valid shell variable names.
912     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914    { (exit 1); exit 1; }; }
915     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916     eval enable_$ac_feature=\$ac_optarg ;;
917
918   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
919   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
920   | --exec | --exe | --ex)
921     ac_prev=exec_prefix ;;
922   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
923   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
924   | --exec=* | --exe=* | --ex=*)
925     exec_prefix=$ac_optarg ;;
926
927   -gas | --gas | --ga | --g)
928     # Obsolete; use --with-gas.
929     with_gas=yes ;;
930
931   -help | --help | --hel | --he | -h)
932     ac_init_help=long ;;
933   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
934     ac_init_help=recursive ;;
935   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
936     ac_init_help=short ;;
937
938   -host | --host | --hos | --ho)
939     ac_prev=host_alias ;;
940   -host=* | --host=* | --hos=* | --ho=*)
941     host_alias=$ac_optarg ;;
942
943   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
944     ac_prev=htmldir ;;
945   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
946   | --ht=*)
947     htmldir=$ac_optarg ;;
948
949   -includedir | --includedir | --includedi | --included | --include \
950   | --includ | --inclu | --incl | --inc)
951     ac_prev=includedir ;;
952   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
953   | --includ=* | --inclu=* | --incl=* | --inc=*)
954     includedir=$ac_optarg ;;
955
956   -infodir | --infodir | --infodi | --infod | --info | --inf)
957     ac_prev=infodir ;;
958   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
959     infodir=$ac_optarg ;;
960
961   -libdir | --libdir | --libdi | --libd)
962     ac_prev=libdir ;;
963   -libdir=* | --libdir=* | --libdi=* | --libd=*)
964     libdir=$ac_optarg ;;
965
966   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
967   | --libexe | --libex | --libe)
968     ac_prev=libexecdir ;;
969   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
970   | --libexe=* | --libex=* | --libe=*)
971     libexecdir=$ac_optarg ;;
972
973   -localedir | --localedir | --localedi | --localed | --locale)
974     ac_prev=localedir ;;
975   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
976     localedir=$ac_optarg ;;
977
978   -localstatedir | --localstatedir | --localstatedi | --localstated \
979   | --localstate | --localstat | --localsta | --localst | --locals)
980     ac_prev=localstatedir ;;
981   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
982   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
983     localstatedir=$ac_optarg ;;
984
985   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
986     ac_prev=mandir ;;
987   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
988     mandir=$ac_optarg ;;
989
990   -nfp | --nfp | --nf)
991     # Obsolete; use --without-fp.
992     with_fp=no ;;
993
994   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
995   | --no-cr | --no-c | -n)
996     no_create=yes ;;
997
998   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
999   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1000     no_recursion=yes ;;
1001
1002   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1003   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1004   | --oldin | --oldi | --old | --ol | --o)
1005     ac_prev=oldincludedir ;;
1006   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1007   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1008   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1009     oldincludedir=$ac_optarg ;;
1010
1011   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1012     ac_prev=prefix ;;
1013   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1014     prefix=$ac_optarg ;;
1015
1016   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1017   | --program-pre | --program-pr | --program-p)
1018     ac_prev=program_prefix ;;
1019   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1020   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1021     program_prefix=$ac_optarg ;;
1022
1023   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1024   | --program-suf | --program-su | --program-s)
1025     ac_prev=program_suffix ;;
1026   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1027   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1028     program_suffix=$ac_optarg ;;
1029
1030   -program-transform-name | --program-transform-name \
1031   | --program-transform-nam | --program-transform-na \
1032   | --program-transform-n | --program-transform- \
1033   | --program-transform | --program-transfor \
1034   | --program-transfo | --program-transf \
1035   | --program-trans | --program-tran \
1036   | --progr-tra | --program-tr | --program-t)
1037     ac_prev=program_transform_name ;;
1038   -program-transform-name=* | --program-transform-name=* \
1039   | --program-transform-nam=* | --program-transform-na=* \
1040   | --program-transform-n=* | --program-transform-=* \
1041   | --program-transform=* | --program-transfor=* \
1042   | --program-transfo=* | --program-transf=* \
1043   | --program-trans=* | --program-tran=* \
1044   | --progr-tra=* | --program-tr=* | --program-t=*)
1045     program_transform_name=$ac_optarg ;;
1046
1047   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1048     ac_prev=pdfdir ;;
1049   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1050     pdfdir=$ac_optarg ;;
1051
1052   -psdir | --psdir | --psdi | --psd | --ps)
1053     ac_prev=psdir ;;
1054   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1055     psdir=$ac_optarg ;;
1056
1057   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1058   | -silent | --silent | --silen | --sile | --sil)
1059     silent=yes ;;
1060
1061   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1062     ac_prev=sbindir ;;
1063   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1064   | --sbi=* | --sb=*)
1065     sbindir=$ac_optarg ;;
1066
1067   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1068   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1069   | --sharedst | --shareds | --shared | --share | --shar \
1070   | --sha | --sh)
1071     ac_prev=sharedstatedir ;;
1072   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1073   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1074   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1075   | --sha=* | --sh=*)
1076     sharedstatedir=$ac_optarg ;;
1077
1078   -site | --site | --sit)
1079     ac_prev=site ;;
1080   -site=* | --site=* | --sit=*)
1081     site=$ac_optarg ;;
1082
1083   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1084     ac_prev=srcdir ;;
1085   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1086     srcdir=$ac_optarg ;;
1087
1088   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1089   | --syscon | --sysco | --sysc | --sys | --sy)
1090     ac_prev=sysconfdir ;;
1091   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1092   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1093     sysconfdir=$ac_optarg ;;
1094
1095   -target | --target | --targe | --targ | --tar | --ta | --t)
1096     ac_prev=target_alias ;;
1097   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1098     target_alias=$ac_optarg ;;
1099
1100   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1101     verbose=yes ;;
1102
1103   -version | --version | --versio | --versi | --vers | -V)
1104     ac_init_version=: ;;
1105
1106   -with-* | --with-*)
1107     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1108     # Reject names that are not valid shell variable names.
1109     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1110       { echo "$as_me: error: invalid package name: $ac_package" >&2
1111    { (exit 1); exit 1; }; }
1112     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1113     eval with_$ac_package=\$ac_optarg ;;
1114
1115   -without-* | --without-*)
1116     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1117     # Reject names that are not valid shell variable names.
1118     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1119       { echo "$as_me: error: invalid package name: $ac_package" >&2
1120    { (exit 1); exit 1; }; }
1121     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1122     eval with_$ac_package=no ;;
1123
1124   --x)
1125     # Obsolete; use --with-x.
1126     with_x=yes ;;
1127
1128   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1129   | --x-incl | --x-inc | --x-in | --x-i)
1130     ac_prev=x_includes ;;
1131   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1132   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1133     x_includes=$ac_optarg ;;
1134
1135   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1136   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1137     ac_prev=x_libraries ;;
1138   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1139   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1140     x_libraries=$ac_optarg ;;
1141
1142   -*) { echo "$as_me: error: unrecognized option: $ac_option
1143 Try \`$0 --help' for more information." >&2
1144    { (exit 1); exit 1; }; }
1145     ;;
1146
1147   *=*)
1148     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1149     # Reject names that are not valid shell variable names.
1150     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1151       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1152    { (exit 1); exit 1; }; }
1153     eval $ac_envvar=\$ac_optarg
1154     export $ac_envvar ;;
1155
1156   *)
1157     # FIXME: should be removed in autoconf 3.0.
1158     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1159     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1160       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1161     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1162     ;;
1163
1164   esac
1165 done
1166
1167 if test -n "$ac_prev"; then
1168   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1169   { echo "$as_me: error: missing argument to $ac_option" >&2
1170    { (exit 1); exit 1; }; }
1171 fi
1172
1173 # Be sure to have absolute directory names.
1174 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1175                 datadir sysconfdir sharedstatedir localstatedir includedir \
1176                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1177                 libdir localedir mandir
1178 do
1179   eval ac_val=\$$ac_var
1180   case $ac_val in
1181     [\\/$]* | ?:[\\/]* )  continue;;
1182     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1183   esac
1184   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1185    { (exit 1); exit 1; }; }
1186 done
1187
1188 # There might be people who depend on the old broken behavior: `$host'
1189 # used to hold the argument of --host etc.
1190 # FIXME: To remove some day.
1191 build=$build_alias
1192 host=$host_alias
1193 target=$target_alias
1194
1195 # FIXME: To remove some day.
1196 if test "x$host_alias" != x; then
1197   if test "x$build_alias" = x; then
1198     cross_compiling=maybe
1199     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1200     If a cross compiler is detected then cross compile mode will be used." >&2
1201   elif test "x$build_alias" != "x$host_alias"; then
1202     cross_compiling=yes
1203   fi
1204 fi
1205
1206 ac_tool_prefix=
1207 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1208
1209 test "$silent" = yes && exec 6>/dev/null
1210
1211
1212 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1213 ac_ls_di=`ls -di .` &&
1214 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1215   { echo "$as_me: error: Working directory cannot be determined" >&2
1216    { (exit 1); exit 1; }; }
1217 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1218   { echo "$as_me: error: pwd does not report name of working directory" >&2
1219    { (exit 1); exit 1; }; }
1220
1221
1222 # Find the source files, if location was not specified.
1223 if test -z "$srcdir"; then
1224   ac_srcdir_defaulted=yes
1225   # Try the directory containing this script, then the parent directory.
1226   ac_confdir=`$as_dirname -- "$0" ||
1227 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1228          X"$0" : 'X\(//\)[^/]' \| \
1229          X"$0" : 'X\(//\)$' \| \
1230          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1231 echo X"$0" |
1232     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1233             s//\1/
1234             q
1235           }
1236           /^X\(\/\/\)[^/].*/{
1237             s//\1/
1238             q
1239           }
1240           /^X\(\/\/\)$/{
1241             s//\1/
1242             q
1243           }
1244           /^X\(\/\).*/{
1245             s//\1/
1246             q
1247           }
1248           s/.*/./; q'`
1249   srcdir=$ac_confdir
1250   if test ! -r "$srcdir/$ac_unique_file"; then
1251     srcdir=..
1252   fi
1253 else
1254   ac_srcdir_defaulted=no
1255 fi
1256 if test ! -r "$srcdir/$ac_unique_file"; then
1257   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1258   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1259    { (exit 1); exit 1; }; }
1260 fi
1261 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1262 ac_abs_confdir=`(
1263         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1264    { (exit 1); exit 1; }; }
1265         pwd)`
1266 # When building in place, set srcdir=.
1267 if test "$ac_abs_confdir" = "$ac_pwd"; then
1268   srcdir=.
1269 fi
1270 # Remove unnecessary trailing slashes from srcdir.
1271 # Double slashes in file names in object file debugging info
1272 # mess up M-x gdb in Emacs.
1273 case $srcdir in
1274 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1275 esac
1276 for ac_var in $ac_precious_vars; do
1277   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1278   eval ac_env_${ac_var}_value=\$${ac_var}
1279   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1280   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1281 done
1282
1283 #
1284 # Report the --help message.
1285 #
1286 if test "$ac_init_help" = "long"; then
1287   # Omit some internal or obsolete options to make the list less imposing.
1288   # This message is too long to be a string in the A/UX 3.1 sh.
1289   cat <<_ACEOF
1290 \`configure' configures Wine 0.9.45 to adapt to many kinds of systems.
1291
1292 Usage: $0 [OPTION]... [VAR=VALUE]...
1293
1294 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1295 VAR=VALUE.  See below for descriptions of some of the useful variables.
1296
1297 Defaults for the options are specified in brackets.
1298
1299 Configuration:
1300   -h, --help              display this help and exit
1301       --help=short        display options specific to this package
1302       --help=recursive    display the short help of all the included packages
1303   -V, --version           display version information and exit
1304   -q, --quiet, --silent   do not print \`checking...' messages
1305       --cache-file=FILE   cache test results in FILE [disabled]
1306   -C, --config-cache      alias for \`--cache-file=config.cache'
1307   -n, --no-create         do not create output files
1308       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1309
1310 Installation directories:
1311   --prefix=PREFIX         install architecture-independent files in PREFIX
1312                           [$ac_default_prefix]
1313   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1314                           [PREFIX]
1315
1316 By default, \`make install' will install all the files in
1317 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1318 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1319 for instance \`--prefix=\$HOME'.
1320
1321 For better control, use the options below.
1322
1323 Fine tuning of the installation directories:
1324   --bindir=DIR           user executables [EPREFIX/bin]
1325   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1326   --libexecdir=DIR       program executables [EPREFIX/libexec]
1327   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1328   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1329   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1330   --libdir=DIR           object code libraries [EPREFIX/lib]
1331   --includedir=DIR       C header files [PREFIX/include]
1332   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1333   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1334   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1335   --infodir=DIR          info documentation [DATAROOTDIR/info]
1336   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1337   --mandir=DIR           man documentation [DATAROOTDIR/man]
1338   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1339   --htmldir=DIR          html documentation [DOCDIR]
1340   --dvidir=DIR           dvi documentation [DOCDIR]
1341   --pdfdir=DIR           pdf documentation [DOCDIR]
1342   --psdir=DIR            ps documentation [DOCDIR]
1343 _ACEOF
1344
1345   cat <<\_ACEOF
1346
1347 X features:
1348   --x-includes=DIR    X include files are in DIR
1349   --x-libraries=DIR   X library files are in DIR
1350
1351 System types:
1352   --build=BUILD     configure for building on BUILD [guessed]
1353   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1354 _ACEOF
1355 fi
1356
1357 if test -n "$ac_init_help"; then
1358   case $ac_init_help in
1359      short | recursive ) echo "Configuration of Wine 0.9.45:";;
1360    esac
1361   cat <<\_ACEOF
1362
1363 Optional Features:
1364   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1365   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1366   --disable-win16         do not include Win16 support
1367   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1368                           binaries)
1369
1370 Optional Packages:
1371   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1372   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1373   --without-opengl        do not use OpenGL
1374   --with-wine-tools=<dir> use Wine tools from directory <dir>
1375   --with-x                use the X Window System
1376
1377 Some influential environment variables:
1378   CC          C compiler command
1379   CFLAGS      C compiler flags
1380   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1381               nonstandard directory <lib dir>
1382   LIBS        libraries to pass to the linker, e.g. -l<library>
1383   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1384               you have headers in a nonstandard directory <include dir>
1385   CXX         C++ compiler command
1386   CXXFLAGS    C++ compiler flags
1387   XMKMF       Path to xmkmf, Makefile generator for X Window System
1388   CPP         C preprocessor
1389
1390 Use these variables to override the choices made by `configure' or to help
1391 it to find libraries and programs with nonstandard names/locations.
1392
1393 Report bugs to <wine-devel@winehq.org>.
1394 _ACEOF
1395 ac_status=$?
1396 fi
1397
1398 if test "$ac_init_help" = "recursive"; then
1399   # If there are subdirs, report their specific --help.
1400   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1401     test -d "$ac_dir" || continue
1402     ac_builddir=.
1403
1404 case "$ac_dir" in
1405 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1406 *)
1407   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1408   # A ".." for each directory in $ac_dir_suffix.
1409   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1410   case $ac_top_builddir_sub in
1411   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1412   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1413   esac ;;
1414 esac
1415 ac_abs_top_builddir=$ac_pwd
1416 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1417 # for backward compatibility:
1418 ac_top_builddir=$ac_top_build_prefix
1419
1420 case $srcdir in
1421   .)  # We are building in place.
1422     ac_srcdir=.
1423     ac_top_srcdir=$ac_top_builddir_sub
1424     ac_abs_top_srcdir=$ac_pwd ;;
1425   [\\/]* | ?:[\\/]* )  # Absolute name.
1426     ac_srcdir=$srcdir$ac_dir_suffix;
1427     ac_top_srcdir=$srcdir
1428     ac_abs_top_srcdir=$srcdir ;;
1429   *) # Relative name.
1430     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1431     ac_top_srcdir=$ac_top_build_prefix$srcdir
1432     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1433 esac
1434 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1435
1436     cd "$ac_dir" || { ac_status=$?; continue; }
1437     # Check for guested configure.
1438     if test -f "$ac_srcdir/configure.gnu"; then
1439       echo &&
1440       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1441     elif test -f "$ac_srcdir/configure"; then
1442       echo &&
1443       $SHELL "$ac_srcdir/configure" --help=recursive
1444     else
1445       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1446     fi || ac_status=$?
1447     cd "$ac_pwd" || { ac_status=$?; break; }
1448   done
1449 fi
1450
1451 test -n "$ac_init_help" && exit $ac_status
1452 if $ac_init_version; then
1453   cat <<\_ACEOF
1454 Wine configure 0.9.45
1455 generated by GNU Autoconf 2.61
1456
1457 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1458 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1459 This configure script is free software; the Free Software Foundation
1460 gives unlimited permission to copy, distribute and modify it.
1461 _ACEOF
1462   exit
1463 fi
1464 cat >config.log <<_ACEOF
1465 This file contains any messages produced by compilers while
1466 running configure, to aid debugging if configure makes a mistake.
1467
1468 It was created by Wine $as_me 0.9.45, which was
1469 generated by GNU Autoconf 2.61.  Invocation command line was
1470
1471   $ $0 $@
1472
1473 _ACEOF
1474 exec 5>>config.log
1475 {
1476 cat <<_ASUNAME
1477 ## --------- ##
1478 ## Platform. ##
1479 ## --------- ##
1480
1481 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1482 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1483 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1484 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1485 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1486
1487 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1488 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1489
1490 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1491 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1492 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1493 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1494 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1495 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1496 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1497
1498 _ASUNAME
1499
1500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1501 for as_dir in $PATH
1502 do
1503   IFS=$as_save_IFS
1504   test -z "$as_dir" && as_dir=.
1505   echo "PATH: $as_dir"
1506 done
1507 IFS=$as_save_IFS
1508
1509 } >&5
1510
1511 cat >&5 <<_ACEOF
1512
1513
1514 ## ----------- ##
1515 ## Core tests. ##
1516 ## ----------- ##
1517
1518 _ACEOF
1519
1520
1521 # Keep a trace of the command line.
1522 # Strip out --no-create and --no-recursion so they do not pile up.
1523 # Strip out --silent because we don't want to record it for future runs.
1524 # Also quote any args containing shell meta-characters.
1525 # Make two passes to allow for proper duplicate-argument suppression.
1526 ac_configure_args=
1527 ac_configure_args0=
1528 ac_configure_args1=
1529 ac_must_keep_next=false
1530 for ac_pass in 1 2
1531 do
1532   for ac_arg
1533   do
1534     case $ac_arg in
1535     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1536     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1537     | -silent | --silent | --silen | --sile | --sil)
1538       continue ;;
1539     *\'*)
1540       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1541     esac
1542     case $ac_pass in
1543     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1544     2)
1545       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1546       if test $ac_must_keep_next = true; then
1547         ac_must_keep_next=false # Got value, back to normal.
1548       else
1549         case $ac_arg in
1550           *=* | --config-cache | -C | -disable-* | --disable-* \
1551           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1552           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1553           | -with-* | --with-* | -without-* | --without-* | --x)
1554             case "$ac_configure_args0 " in
1555               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1556             esac
1557             ;;
1558           -* ) ac_must_keep_next=true ;;
1559         esac
1560       fi
1561       ac_configure_args="$ac_configure_args '$ac_arg'"
1562       ;;
1563     esac
1564   done
1565 done
1566 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1567 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1568
1569 # When interrupted or exit'd, cleanup temporary files, and complete
1570 # config.log.  We remove comments because anyway the quotes in there
1571 # would cause problems or look ugly.
1572 # WARNING: Use '\'' to represent an apostrophe within the trap.
1573 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1574 trap 'exit_status=$?
1575   # Save into config.log some information that might help in debugging.
1576   {
1577     echo
1578
1579     cat <<\_ASBOX
1580 ## ---------------- ##
1581 ## Cache variables. ##
1582 ## ---------------- ##
1583 _ASBOX
1584     echo
1585     # The following way of writing the cache mishandles newlines in values,
1586 (
1587   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1588     eval ac_val=\$$ac_var
1589     case $ac_val in #(
1590     *${as_nl}*)
1591       case $ac_var in #(
1592       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1593 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1594       esac
1595       case $ac_var in #(
1596       _ | IFS | as_nl) ;; #(
1597       *) $as_unset $ac_var ;;
1598       esac ;;
1599     esac
1600   done
1601   (set) 2>&1 |
1602     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1603     *${as_nl}ac_space=\ *)
1604       sed -n \
1605         "s/'\''/'\''\\\\'\'''\''/g;
1606           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1607       ;; #(
1608     *)
1609       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1610       ;;
1611     esac |
1612     sort
1613 )
1614     echo
1615
1616     cat <<\_ASBOX
1617 ## ----------------- ##
1618 ## Output variables. ##
1619 ## ----------------- ##
1620 _ASBOX
1621     echo
1622     for ac_var in $ac_subst_vars
1623     do
1624       eval ac_val=\$$ac_var
1625       case $ac_val in
1626       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1627       esac
1628       echo "$ac_var='\''$ac_val'\''"
1629     done | sort
1630     echo
1631
1632     if test -n "$ac_subst_files"; then
1633       cat <<\_ASBOX
1634 ## ------------------- ##
1635 ## File substitutions. ##
1636 ## ------------------- ##
1637 _ASBOX
1638       echo
1639       for ac_var in $ac_subst_files
1640       do
1641         eval ac_val=\$$ac_var
1642         case $ac_val in
1643         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1644         esac
1645         echo "$ac_var='\''$ac_val'\''"
1646       done | sort
1647       echo
1648     fi
1649
1650     if test -s confdefs.h; then
1651       cat <<\_ASBOX
1652 ## ----------- ##
1653 ## confdefs.h. ##
1654 ## ----------- ##
1655 _ASBOX
1656       echo
1657       cat confdefs.h
1658       echo
1659     fi
1660     test "$ac_signal" != 0 &&
1661       echo "$as_me: caught signal $ac_signal"
1662     echo "$as_me: exit $exit_status"
1663   } >&5
1664   rm -f core *.core core.conftest.* &&
1665     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1666     exit $exit_status
1667 ' 0
1668 for ac_signal in 1 2 13 15; do
1669   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1670 done
1671 ac_signal=0
1672
1673 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1674 rm -f -r conftest* confdefs.h
1675
1676 # Predefined preprocessor variables.
1677
1678 cat >>confdefs.h <<_ACEOF
1679 #define PACKAGE_NAME "$PACKAGE_NAME"
1680 _ACEOF
1681
1682
1683 cat >>confdefs.h <<_ACEOF
1684 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1685 _ACEOF
1686
1687
1688 cat >>confdefs.h <<_ACEOF
1689 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1690 _ACEOF
1691
1692
1693 cat >>confdefs.h <<_ACEOF
1694 #define PACKAGE_STRING "$PACKAGE_STRING"
1695 _ACEOF
1696
1697
1698 cat >>confdefs.h <<_ACEOF
1699 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1700 _ACEOF
1701
1702
1703 # Let the site file select an alternate cache file if it wants to.
1704 # Prefer explicitly selected file to automatically selected ones.
1705 if test -n "$CONFIG_SITE"; then
1706   set x "$CONFIG_SITE"
1707 elif test "x$prefix" != xNONE; then
1708   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1709 else
1710   set x "$ac_default_prefix/share/config.site" \
1711         "$ac_default_prefix/etc/config.site"
1712 fi
1713 shift
1714 for ac_site_file
1715 do
1716   if test -r "$ac_site_file"; then
1717     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1718 echo "$as_me: loading site script $ac_site_file" >&6;}
1719     sed 's/^/| /' "$ac_site_file" >&5
1720     . "$ac_site_file"
1721   fi
1722 done
1723
1724 if test -r "$cache_file"; then
1725   # Some versions of bash will fail to source /dev/null (special
1726   # files actually), so we avoid doing that.
1727   if test -f "$cache_file"; then
1728     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1729 echo "$as_me: loading cache $cache_file" >&6;}
1730     case $cache_file in
1731       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1732       *)                      . "./$cache_file";;
1733     esac
1734   fi
1735 else
1736   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1737 echo "$as_me: creating cache $cache_file" >&6;}
1738   >$cache_file
1739 fi
1740
1741 # Check that the precious variables saved in the cache have kept the same
1742 # value.
1743 ac_cache_corrupted=false
1744 for ac_var in $ac_precious_vars; do
1745   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1746   eval ac_new_set=\$ac_env_${ac_var}_set
1747   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1748   eval ac_new_val=\$ac_env_${ac_var}_value
1749   case $ac_old_set,$ac_new_set in
1750     set,)
1751       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1752 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1753       ac_cache_corrupted=: ;;
1754     ,set)
1755       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1756 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1757       ac_cache_corrupted=: ;;
1758     ,);;
1759     *)
1760       if test "x$ac_old_val" != "x$ac_new_val"; then
1761         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1762 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1763         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1764 echo "$as_me:   former value:  $ac_old_val" >&2;}
1765         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1766 echo "$as_me:   current value: $ac_new_val" >&2;}
1767         ac_cache_corrupted=:
1768       fi;;
1769   esac
1770   # Pass precious variables to config.status.
1771   if test "$ac_new_set" = set; then
1772     case $ac_new_val in
1773     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1774     *) ac_arg=$ac_var=$ac_new_val ;;
1775     esac
1776     case " $ac_configure_args " in
1777       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1778       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1779     esac
1780   fi
1781 done
1782 if $ac_cache_corrupted; then
1783   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1784 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1785   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1786 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1787    { (exit 1); exit 1; }; }
1788 fi
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814 ac_ext=c
1815 ac_cpp='$CPP $CPPFLAGS'
1816 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1817 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1819
1820
1821
1822 ac_config_headers="$ac_config_headers include/config.h"
1823
1824 ac_aux_dir=
1825 for ac_dir in tools "$srcdir"/tools; do
1826   if test -f "$ac_dir/install-sh"; then
1827     ac_aux_dir=$ac_dir
1828     ac_install_sh="$ac_aux_dir/install-sh -c"
1829     break
1830   elif test -f "$ac_dir/install.sh"; then
1831     ac_aux_dir=$ac_dir
1832     ac_install_sh="$ac_aux_dir/install.sh -c"
1833     break
1834   elif test -f "$ac_dir/shtool"; then
1835     ac_aux_dir=$ac_dir
1836     ac_install_sh="$ac_aux_dir/shtool install -c"
1837     break
1838   fi
1839 done
1840 if test -z "$ac_aux_dir"; then
1841   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1842 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1843    { (exit 1); exit 1; }; }
1844 fi
1845
1846 # These three variables are undocumented and unsupported,
1847 # and are intended to be withdrawn in a future Autoconf release.
1848 # They can cause serious problems if a builder's source tree is in a directory
1849 # whose full name contains unusual characters.
1850 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1851 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1852 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1853
1854
1855
1856
1857 # Check whether --enable-win16 was given.
1858 if test "${enable_win16+set}" = set; then
1859   enableval=$enable_win16;
1860 fi
1861
1862 # Check whether --enable-win64 was given.
1863 if test "${enable_win64+set}" = set; then
1864   enableval=$enable_win64;
1865 fi
1866
1867
1868
1869 # Check whether --with-opengl was given.
1870 if test "${with_opengl+set}" = set; then
1871   withval=$with_opengl;
1872 fi
1873
1874
1875 # Check whether --with-wine-tools was given.
1876 if test "${with_wine_tools+set}" = set; then
1877   withval=$with_wine_tools;
1878 fi
1879
1880
1881 # Make sure we can run config.sub.
1882 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1883   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1884 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1885    { (exit 1); exit 1; }; }
1886
1887 { echo "$as_me:$LINENO: checking build system type" >&5
1888 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1889 if test "${ac_cv_build+set}" = set; then
1890   echo $ECHO_N "(cached) $ECHO_C" >&6
1891 else
1892   ac_build_alias=$build_alias
1893 test "x$ac_build_alias" = x &&
1894   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1895 test "x$ac_build_alias" = x &&
1896   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1897 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1898    { (exit 1); exit 1; }; }
1899 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1900   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1901 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1902    { (exit 1); exit 1; }; }
1903
1904 fi
1905 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1906 echo "${ECHO_T}$ac_cv_build" >&6; }
1907 case $ac_cv_build in
1908 *-*-*) ;;
1909 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1910 echo "$as_me: error: invalid value of canonical build" >&2;}
1911    { (exit 1); exit 1; }; };;
1912 esac
1913 build=$ac_cv_build
1914 ac_save_IFS=$IFS; IFS='-'
1915 set x $ac_cv_build
1916 shift
1917 build_cpu=$1
1918 build_vendor=$2
1919 shift; shift
1920 # Remember, the first character of IFS is used to create $*,
1921 # except with old shells:
1922 build_os=$*
1923 IFS=$ac_save_IFS
1924 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1925
1926
1927 { echo "$as_me:$LINENO: checking host system type" >&5
1928 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1929 if test "${ac_cv_host+set}" = set; then
1930   echo $ECHO_N "(cached) $ECHO_C" >&6
1931 else
1932   if test "x$host_alias" = x; then
1933   ac_cv_host=$ac_cv_build
1934 else
1935   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1936     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1937 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1938    { (exit 1); exit 1; }; }
1939 fi
1940
1941 fi
1942 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1943 echo "${ECHO_T}$ac_cv_host" >&6; }
1944 case $ac_cv_host in
1945 *-*-*) ;;
1946 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1947 echo "$as_me: error: invalid value of canonical host" >&2;}
1948    { (exit 1); exit 1; }; };;
1949 esac
1950 host=$ac_cv_host
1951 ac_save_IFS=$IFS; IFS='-'
1952 set x $ac_cv_host
1953 shift
1954 host_cpu=$1
1955 host_vendor=$2
1956 shift; shift
1957 # Remember, the first character of IFS is used to create $*,
1958 # except with old shells:
1959 host_os=$*
1960 IFS=$ac_save_IFS
1961 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1962
1963
1964 case $host in
1965   x86_64*linux*)
1966     if test "x$enable_win64" != "xyes"
1967     then
1968       test -n "$CC" || CC="gcc -m32"
1969       test -n "$CXX"|| CXX="g++ -m32"
1970       test -n "$LD" || LD="ld -m elf_i386"
1971       test -n "$AS" || AS="as --32"
1972       host_cpu="i386"
1973     fi
1974     ;;
1975 esac
1976
1977 case $host_cpu in
1978   *i[3456789]86*)
1979     if test "x$enable_win16" != "xno"
1980     then
1981       enable_win16="yes"
1982     fi
1983     ;;
1984 esac
1985
1986 WIN16_FILES="\$(WIN16_FILES)"
1987
1988 WIN16_INSTALL="\$(WIN16_INSTALL)"
1989
1990 if test "x$enable_win16" != "xyes"
1991 then
1992   WIN16_FILES=""
1993   WIN16_INSTALL=""
1994 fi
1995
1996 case "$srcdir" in
1997  .) ;;
1998  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
1999       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2000 You need to run 'make distclean' in the source tree first." >&5
2001 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2002 You need to run 'make distclean' in the source tree first." >&2;}
2003    { (exit 1); exit 1; }; }
2004     fi ;;
2005 esac
2006
2007
2008 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2009 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2010 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2011 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2012   echo $ECHO_N "(cached) $ECHO_C" >&6
2013 else
2014   cat >conftest.make <<\_ACEOF
2015 SHELL = /bin/sh
2016 all:
2017         @echo '@@@%%%=$(MAKE)=@@@%%%'
2018 _ACEOF
2019 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2020 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2021   *@@@%%%=?*=@@@%%%*)
2022     eval ac_cv_prog_make_${ac_make}_set=yes;;
2023   *)
2024     eval ac_cv_prog_make_${ac_make}_set=no;;
2025 esac
2026 rm -f conftest.make
2027 fi
2028 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2029   { echo "$as_me:$LINENO: result: yes" >&5
2030 echo "${ECHO_T}yes" >&6; }
2031   SET_MAKE=
2032 else
2033   { echo "$as_me:$LINENO: result: no" >&5
2034 echo "${ECHO_T}no" >&6; }
2035   SET_MAKE="MAKE=${MAKE-make}"
2036 fi
2037
2038 ac_ext=c
2039 ac_cpp='$CPP $CPPFLAGS'
2040 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2041 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2042 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2043 if test -n "$ac_tool_prefix"; then
2044   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2045 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2046 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2048 if test "${ac_cv_prog_CC+set}" = set; then
2049   echo $ECHO_N "(cached) $ECHO_C" >&6
2050 else
2051   if test -n "$CC"; then
2052   ac_cv_prog_CC="$CC" # Let the user override the test.
2053 else
2054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2055 for as_dir in $PATH
2056 do
2057   IFS=$as_save_IFS
2058   test -z "$as_dir" && as_dir=.
2059   for ac_exec_ext in '' $ac_executable_extensions; do
2060   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2061     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2062     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2063     break 2
2064   fi
2065 done
2066 done
2067 IFS=$as_save_IFS
2068
2069 fi
2070 fi
2071 CC=$ac_cv_prog_CC
2072 if test -n "$CC"; then
2073   { echo "$as_me:$LINENO: result: $CC" >&5
2074 echo "${ECHO_T}$CC" >&6; }
2075 else
2076   { echo "$as_me:$LINENO: result: no" >&5
2077 echo "${ECHO_T}no" >&6; }
2078 fi
2079
2080
2081 fi
2082 if test -z "$ac_cv_prog_CC"; then
2083   ac_ct_CC=$CC
2084   # Extract the first word of "gcc", so it can be a program name with args.
2085 set dummy gcc; ac_word=$2
2086 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2088 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2089   echo $ECHO_N "(cached) $ECHO_C" >&6
2090 else
2091   if test -n "$ac_ct_CC"; then
2092   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2093 else
2094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2095 for as_dir in $PATH
2096 do
2097   IFS=$as_save_IFS
2098   test -z "$as_dir" && as_dir=.
2099   for ac_exec_ext in '' $ac_executable_extensions; do
2100   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2101     ac_cv_prog_ac_ct_CC="gcc"
2102     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2103     break 2
2104   fi
2105 done
2106 done
2107 IFS=$as_save_IFS
2108
2109 fi
2110 fi
2111 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2112 if test -n "$ac_ct_CC"; then
2113   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2114 echo "${ECHO_T}$ac_ct_CC" >&6; }
2115 else
2116   { echo "$as_me:$LINENO: result: no" >&5
2117 echo "${ECHO_T}no" >&6; }
2118 fi
2119
2120   if test "x$ac_ct_CC" = x; then
2121     CC=""
2122   else
2123     case $cross_compiling:$ac_tool_warned in
2124 yes:)
2125 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2126 whose name does not start with the host triplet.  If you think this
2127 configuration is useful to you, please write to autoconf@gnu.org." >&5
2128 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2129 whose name does not start with the host triplet.  If you think this
2130 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2131 ac_tool_warned=yes ;;
2132 esac
2133     CC=$ac_ct_CC
2134   fi
2135 else
2136   CC="$ac_cv_prog_CC"
2137 fi
2138
2139 if test -z "$CC"; then
2140           if test -n "$ac_tool_prefix"; then
2141     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2142 set dummy ${ac_tool_prefix}cc; ac_word=$2
2143 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2145 if test "${ac_cv_prog_CC+set}" = set; then
2146   echo $ECHO_N "(cached) $ECHO_C" >&6
2147 else
2148   if test -n "$CC"; then
2149   ac_cv_prog_CC="$CC" # Let the user override the test.
2150 else
2151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2152 for as_dir in $PATH
2153 do
2154   IFS=$as_save_IFS
2155   test -z "$as_dir" && as_dir=.
2156   for ac_exec_ext in '' $ac_executable_extensions; do
2157   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2158     ac_cv_prog_CC="${ac_tool_prefix}cc"
2159     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2160     break 2
2161   fi
2162 done
2163 done
2164 IFS=$as_save_IFS
2165
2166 fi
2167 fi
2168 CC=$ac_cv_prog_CC
2169 if test -n "$CC"; then
2170   { echo "$as_me:$LINENO: result: $CC" >&5
2171 echo "${ECHO_T}$CC" >&6; }
2172 else
2173   { echo "$as_me:$LINENO: result: no" >&5
2174 echo "${ECHO_T}no" >&6; }
2175 fi
2176
2177
2178   fi
2179 fi
2180 if test -z "$CC"; then
2181   # Extract the first word of "cc", so it can be a program name with args.
2182 set dummy cc; ac_word=$2
2183 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2184 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2185 if test "${ac_cv_prog_CC+set}" = set; then
2186   echo $ECHO_N "(cached) $ECHO_C" >&6
2187 else
2188   if test -n "$CC"; then
2189   ac_cv_prog_CC="$CC" # Let the user override the test.
2190 else
2191   ac_prog_rejected=no
2192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2193 for as_dir in $PATH
2194 do
2195   IFS=$as_save_IFS
2196   test -z "$as_dir" && as_dir=.
2197   for ac_exec_ext in '' $ac_executable_extensions; do
2198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2199     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2200        ac_prog_rejected=yes
2201        continue
2202      fi
2203     ac_cv_prog_CC="cc"
2204     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2205     break 2
2206   fi
2207 done
2208 done
2209 IFS=$as_save_IFS
2210
2211 if test $ac_prog_rejected = yes; then
2212   # We found a bogon in the path, so make sure we never use it.
2213   set dummy $ac_cv_prog_CC
2214   shift
2215   if test $# != 0; then
2216     # We chose a different compiler from the bogus one.
2217     # However, it has the same basename, so the bogon will be chosen
2218     # first if we set CC to just the basename; use the full file name.
2219     shift
2220     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2221   fi
2222 fi
2223 fi
2224 fi
2225 CC=$ac_cv_prog_CC
2226 if test -n "$CC"; then
2227   { echo "$as_me:$LINENO: result: $CC" >&5
2228 echo "${ECHO_T}$CC" >&6; }
2229 else
2230   { echo "$as_me:$LINENO: result: no" >&5
2231 echo "${ECHO_T}no" >&6; }
2232 fi
2233
2234
2235 fi
2236 if test -z "$CC"; then
2237   if test -n "$ac_tool_prefix"; then
2238   for ac_prog in cl.exe
2239   do
2240     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2241 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2244 if test "${ac_cv_prog_CC+set}" = set; then
2245   echo $ECHO_N "(cached) $ECHO_C" >&6
2246 else
2247   if test -n "$CC"; then
2248   ac_cv_prog_CC="$CC" # Let the user override the test.
2249 else
2250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2251 for as_dir in $PATH
2252 do
2253   IFS=$as_save_IFS
2254   test -z "$as_dir" && as_dir=.
2255   for ac_exec_ext in '' $ac_executable_extensions; do
2256   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2257     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2258     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2259     break 2
2260   fi
2261 done
2262 done
2263 IFS=$as_save_IFS
2264
2265 fi
2266 fi
2267 CC=$ac_cv_prog_CC
2268 if test -n "$CC"; then
2269   { echo "$as_me:$LINENO: result: $CC" >&5
2270 echo "${ECHO_T}$CC" >&6; }
2271 else
2272   { echo "$as_me:$LINENO: result: no" >&5
2273 echo "${ECHO_T}no" >&6; }
2274 fi
2275
2276
2277     test -n "$CC" && break
2278   done
2279 fi
2280 if test -z "$CC"; then
2281   ac_ct_CC=$CC
2282   for ac_prog in cl.exe
2283 do
2284   # Extract the first word of "$ac_prog", so it can be a program name with args.
2285 set dummy $ac_prog; ac_word=$2
2286 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2287 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2288 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2289   echo $ECHO_N "(cached) $ECHO_C" >&6
2290 else
2291   if test -n "$ac_ct_CC"; then
2292   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2293 else
2294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2295 for as_dir in $PATH
2296 do
2297   IFS=$as_save_IFS
2298   test -z "$as_dir" && as_dir=.
2299   for ac_exec_ext in '' $ac_executable_extensions; do
2300   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2301     ac_cv_prog_ac_ct_CC="$ac_prog"
2302     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2303     break 2
2304   fi
2305 done
2306 done
2307 IFS=$as_save_IFS
2308
2309 fi
2310 fi
2311 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2312 if test -n "$ac_ct_CC"; then
2313   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2314 echo "${ECHO_T}$ac_ct_CC" >&6; }
2315 else
2316   { echo "$as_me:$LINENO: result: no" >&5
2317 echo "${ECHO_T}no" >&6; }
2318 fi
2319
2320
2321   test -n "$ac_ct_CC" && break
2322 done
2323
2324   if test "x$ac_ct_CC" = x; then
2325     CC=""
2326   else
2327     case $cross_compiling:$ac_tool_warned in
2328 yes:)
2329 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2330 whose name does not start with the host triplet.  If you think this
2331 configuration is useful to you, please write to autoconf@gnu.org." >&5
2332 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2333 whose name does not start with the host triplet.  If you think this
2334 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2335 ac_tool_warned=yes ;;
2336 esac
2337     CC=$ac_ct_CC
2338   fi
2339 fi
2340
2341 fi
2342
2343
2344 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2345 See \`config.log' for more details." >&5
2346 echo "$as_me: error: no acceptable C compiler found in \$PATH
2347 See \`config.log' for more details." >&2;}
2348    { (exit 1); exit 1; }; }
2349
2350 # Provide some information about the compiler.
2351 echo "$as_me:$LINENO: checking for C compiler version" >&5
2352 ac_compiler=`set X $ac_compile; echo $2`
2353 { (ac_try="$ac_compiler --version >&5"
2354 case "(($ac_try" in
2355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2356   *) ac_try_echo=$ac_try;;
2357 esac
2358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2359   (eval "$ac_compiler --version >&5") 2>&5
2360   ac_status=$?
2361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2362   (exit $ac_status); }
2363 { (ac_try="$ac_compiler -v >&5"
2364 case "(($ac_try" in
2365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2366   *) ac_try_echo=$ac_try;;
2367 esac
2368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2369   (eval "$ac_compiler -v >&5") 2>&5
2370   ac_status=$?
2371   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2372   (exit $ac_status); }
2373 { (ac_try="$ac_compiler -V >&5"
2374 case "(($ac_try" in
2375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2376   *) ac_try_echo=$ac_try;;
2377 esac
2378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2379   (eval "$ac_compiler -V >&5") 2>&5
2380   ac_status=$?
2381   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2382   (exit $ac_status); }
2383
2384 cat >conftest.$ac_ext <<_ACEOF
2385 /* confdefs.h.  */
2386 _ACEOF
2387 cat confdefs.h >>conftest.$ac_ext
2388 cat >>conftest.$ac_ext <<_ACEOF
2389 /* end confdefs.h.  */
2390
2391 int
2392 main ()
2393 {
2394
2395   ;
2396   return 0;
2397 }
2398 _ACEOF
2399 ac_clean_files_save=$ac_clean_files
2400 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2401 # Try to create an executable without -o first, disregard a.out.
2402 # It will help us diagnose broken compilers, and finding out an intuition
2403 # of exeext.
2404 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2405 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2406 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2407 #
2408 # List of possible output files, starting from the most likely.
2409 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2410 # only as a last resort.  b.out is created by i960 compilers.
2411 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2412 #
2413 # The IRIX 6 linker writes into existing files which may not be
2414 # executable, retaining their permissions.  Remove them first so a
2415 # subsequent execution test works.
2416 ac_rmfiles=
2417 for ac_file in $ac_files
2418 do
2419   case $ac_file in
2420     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2421     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2422   esac
2423 done
2424 rm -f $ac_rmfiles
2425
2426 if { (ac_try="$ac_link_default"
2427 case "(($ac_try" in
2428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2429   *) ac_try_echo=$ac_try;;
2430 esac
2431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2432   (eval "$ac_link_default") 2>&5
2433   ac_status=$?
2434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2435   (exit $ac_status); }; then
2436   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2437 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2438 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2439 # so that the user can short-circuit this test for compilers unknown to
2440 # Autoconf.
2441 for ac_file in $ac_files ''
2442 do
2443   test -f "$ac_file" || continue
2444   case $ac_file in
2445     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2446         ;;
2447     [ab].out )
2448         # We found the default executable, but exeext='' is most
2449         # certainly right.
2450         break;;
2451     *.* )
2452         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2453         then :; else
2454            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2455         fi
2456         # We set ac_cv_exeext here because the later test for it is not
2457         # safe: cross compilers may not add the suffix if given an `-o'
2458         # argument, so we may need to know it at that point already.
2459         # Even if this section looks crufty: it has the advantage of
2460         # actually working.
2461         break;;
2462     * )
2463         break;;
2464   esac
2465 done
2466 test "$ac_cv_exeext" = no && ac_cv_exeext=
2467
2468 else
2469   ac_file=''
2470 fi
2471
2472 { echo "$as_me:$LINENO: result: $ac_file" >&5
2473 echo "${ECHO_T}$ac_file" >&6; }
2474 if test -z "$ac_file"; then
2475   echo "$as_me: failed program was:" >&5
2476 sed 's/^/| /' conftest.$ac_ext >&5
2477
2478 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2479 See \`config.log' for more details." >&5
2480 echo "$as_me: error: C compiler cannot create executables
2481 See \`config.log' for more details." >&2;}
2482    { (exit 77); exit 77; }; }
2483 fi
2484
2485 ac_exeext=$ac_cv_exeext
2486
2487 # Check that the compiler produces executables we can run.  If not, either
2488 # the compiler is broken, or we cross compile.
2489 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2490 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2491 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2492 # If not cross compiling, check that we can run a simple program.
2493 if test "$cross_compiling" != yes; then
2494   if { ac_try='./$ac_file'
2495   { (case "(($ac_try" in
2496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2497   *) ac_try_echo=$ac_try;;
2498 esac
2499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2500   (eval "$ac_try") 2>&5
2501   ac_status=$?
2502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2503   (exit $ac_status); }; }; then
2504     cross_compiling=no
2505   else
2506     if test "$cross_compiling" = maybe; then
2507         cross_compiling=yes
2508     else
2509         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2510 If you meant to cross compile, use \`--host'.
2511 See \`config.log' for more details." >&5
2512 echo "$as_me: error: cannot run C compiled programs.
2513 If you meant to cross compile, use \`--host'.
2514 See \`config.log' for more details." >&2;}
2515    { (exit 1); exit 1; }; }
2516     fi
2517   fi
2518 fi
2519 { echo "$as_me:$LINENO: result: yes" >&5
2520 echo "${ECHO_T}yes" >&6; }
2521
2522 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2523 ac_clean_files=$ac_clean_files_save
2524 # Check that the compiler produces executables we can run.  If not, either
2525 # the compiler is broken, or we cross compile.
2526 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2527 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2528 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2529 echo "${ECHO_T}$cross_compiling" >&6; }
2530
2531 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2532 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2533 if { (ac_try="$ac_link"
2534 case "(($ac_try" in
2535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2536   *) ac_try_echo=$ac_try;;
2537 esac
2538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2539   (eval "$ac_link") 2>&5
2540   ac_status=$?
2541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2542   (exit $ac_status); }; then
2543   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2544 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2545 # work properly (i.e., refer to `conftest.exe'), while it won't with
2546 # `rm'.
2547 for ac_file in conftest.exe conftest conftest.*; do
2548   test -f "$ac_file" || continue
2549   case $ac_file in
2550     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2551     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2552           break;;
2553     * ) break;;
2554   esac
2555 done
2556 else
2557   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2558 See \`config.log' for more details." >&5
2559 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2560 See \`config.log' for more details." >&2;}
2561    { (exit 1); exit 1; }; }
2562 fi
2563
2564 rm -f conftest$ac_cv_exeext
2565 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2566 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2567
2568 rm -f conftest.$ac_ext
2569 EXEEXT=$ac_cv_exeext
2570 ac_exeext=$EXEEXT
2571 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2572 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2573 if test "${ac_cv_objext+set}" = set; then
2574   echo $ECHO_N "(cached) $ECHO_C" >&6
2575 else
2576   cat >conftest.$ac_ext <<_ACEOF
2577 /* confdefs.h.  */
2578 _ACEOF
2579 cat confdefs.h >>conftest.$ac_ext
2580 cat >>conftest.$ac_ext <<_ACEOF
2581 /* end confdefs.h.  */
2582
2583 int
2584 main ()
2585 {
2586
2587   ;
2588   return 0;
2589 }
2590 _ACEOF
2591 rm -f conftest.o conftest.obj
2592 if { (ac_try="$ac_compile"
2593 case "(($ac_try" in
2594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2595   *) ac_try_echo=$ac_try;;
2596 esac
2597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2598   (eval "$ac_compile") 2>&5
2599   ac_status=$?
2600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2601   (exit $ac_status); }; then
2602   for ac_file in conftest.o conftest.obj conftest.*; do
2603   test -f "$ac_file" || continue;
2604   case $ac_file in
2605     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2606     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2607        break;;
2608   esac
2609 done
2610 else
2611   echo "$as_me: failed program was:" >&5
2612 sed 's/^/| /' conftest.$ac_ext >&5
2613
2614 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2615 See \`config.log' for more details." >&5
2616 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2617 See \`config.log' for more details." >&2;}
2618    { (exit 1); exit 1; }; }
2619 fi
2620
2621 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2622 fi
2623 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2624 echo "${ECHO_T}$ac_cv_objext" >&6; }
2625 OBJEXT=$ac_cv_objext
2626 ac_objext=$OBJEXT
2627 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2628 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2629 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2630   echo $ECHO_N "(cached) $ECHO_C" >&6
2631 else
2632   cat >conftest.$ac_ext <<_ACEOF
2633 /* confdefs.h.  */
2634 _ACEOF
2635 cat confdefs.h >>conftest.$ac_ext
2636 cat >>conftest.$ac_ext <<_ACEOF
2637 /* end confdefs.h.  */
2638
2639 int
2640 main ()
2641 {
2642 #ifndef __GNUC__
2643        choke me
2644 #endif
2645
2646   ;
2647   return 0;
2648 }
2649 _ACEOF
2650 rm -f conftest.$ac_objext
2651 if { (ac_try="$ac_compile"
2652 case "(($ac_try" in
2653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2654   *) ac_try_echo=$ac_try;;
2655 esac
2656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2657   (eval "$ac_compile") 2>conftest.er1
2658   ac_status=$?
2659   grep -v '^ *+' conftest.er1 >conftest.err
2660   rm -f conftest.er1
2661   cat conftest.err >&5
2662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2663   (exit $ac_status); } && {
2664          test -z "$ac_c_werror_flag" ||
2665          test ! -s conftest.err
2666        } && test -s conftest.$ac_objext; then
2667   ac_compiler_gnu=yes
2668 else
2669   echo "$as_me: failed program was:" >&5
2670 sed 's/^/| /' conftest.$ac_ext >&5
2671
2672         ac_compiler_gnu=no
2673 fi
2674
2675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2676 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2677
2678 fi
2679 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2680 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2681 GCC=`test $ac_compiler_gnu = yes && echo yes`
2682 ac_test_CFLAGS=${CFLAGS+set}
2683 ac_save_CFLAGS=$CFLAGS
2684 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2685 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2686 if test "${ac_cv_prog_cc_g+set}" = set; then
2687   echo $ECHO_N "(cached) $ECHO_C" >&6
2688 else
2689   ac_save_c_werror_flag=$ac_c_werror_flag
2690    ac_c_werror_flag=yes
2691    ac_cv_prog_cc_g=no
2692    CFLAGS="-g"
2693    cat >conftest.$ac_ext <<_ACEOF
2694 /* confdefs.h.  */
2695 _ACEOF
2696 cat confdefs.h >>conftest.$ac_ext
2697 cat >>conftest.$ac_ext <<_ACEOF
2698 /* end confdefs.h.  */
2699
2700 int
2701 main ()
2702 {
2703
2704   ;
2705   return 0;
2706 }
2707 _ACEOF
2708 rm -f conftest.$ac_objext
2709 if { (ac_try="$ac_compile"
2710 case "(($ac_try" in
2711   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2712   *) ac_try_echo=$ac_try;;
2713 esac
2714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2715   (eval "$ac_compile") 2>conftest.er1
2716   ac_status=$?
2717   grep -v '^ *+' conftest.er1 >conftest.err
2718   rm -f conftest.er1
2719   cat conftest.err >&5
2720   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2721   (exit $ac_status); } && {
2722          test -z "$ac_c_werror_flag" ||
2723          test ! -s conftest.err
2724        } && test -s conftest.$ac_objext; then
2725   ac_cv_prog_cc_g=yes
2726 else
2727   echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.$ac_ext >&5
2729
2730         CFLAGS=""
2731       cat >conftest.$ac_ext <<_ACEOF
2732 /* confdefs.h.  */
2733 _ACEOF
2734 cat confdefs.h >>conftest.$ac_ext
2735 cat >>conftest.$ac_ext <<_ACEOF
2736 /* end confdefs.h.  */
2737
2738 int
2739 main ()
2740 {
2741
2742   ;
2743   return 0;
2744 }
2745 _ACEOF
2746 rm -f conftest.$ac_objext
2747 if { (ac_try="$ac_compile"
2748 case "(($ac_try" in
2749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750   *) ac_try_echo=$ac_try;;
2751 esac
2752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2753   (eval "$ac_compile") 2>conftest.er1
2754   ac_status=$?
2755   grep -v '^ *+' conftest.er1 >conftest.err
2756   rm -f conftest.er1
2757   cat conftest.err >&5
2758   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2759   (exit $ac_status); } && {
2760          test -z "$ac_c_werror_flag" ||
2761          test ! -s conftest.err
2762        } && test -s conftest.$ac_objext; then
2763   :
2764 else
2765   echo "$as_me: failed program was:" >&5
2766 sed 's/^/| /' conftest.$ac_ext >&5
2767
2768         ac_c_werror_flag=$ac_save_c_werror_flag
2769          CFLAGS="-g"
2770          cat >conftest.$ac_ext <<_ACEOF
2771 /* confdefs.h.  */
2772 _ACEOF
2773 cat confdefs.h >>conftest.$ac_ext
2774 cat >>conftest.$ac_ext <<_ACEOF
2775 /* end confdefs.h.  */
2776
2777 int
2778 main ()
2779 {
2780
2781   ;
2782   return 0;
2783 }
2784 _ACEOF
2785 rm -f conftest.$ac_objext
2786 if { (ac_try="$ac_compile"
2787 case "(($ac_try" in
2788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2789   *) ac_try_echo=$ac_try;;
2790 esac
2791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2792   (eval "$ac_compile") 2>conftest.er1
2793   ac_status=$?
2794   grep -v '^ *+' conftest.er1 >conftest.err
2795   rm -f conftest.er1
2796   cat conftest.err >&5
2797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798   (exit $ac_status); } && {
2799          test -z "$ac_c_werror_flag" ||
2800          test ! -s conftest.err
2801        } && test -s conftest.$ac_objext; then
2802   ac_cv_prog_cc_g=yes
2803 else
2804   echo "$as_me: failed program was:" >&5
2805 sed 's/^/| /' conftest.$ac_ext >&5
2806
2807
2808 fi
2809
2810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2811 fi
2812
2813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2814 fi
2815
2816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2817    ac_c_werror_flag=$ac_save_c_werror_flag
2818 fi
2819 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2820 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2821 if test "$ac_test_CFLAGS" = set; then
2822   CFLAGS=$ac_save_CFLAGS
2823 elif test $ac_cv_prog_cc_g = yes; then
2824   if test "$GCC" = yes; then
2825     CFLAGS="-g -O2"
2826   else
2827     CFLAGS="-g"
2828   fi
2829 else
2830   if test "$GCC" = yes; then
2831     CFLAGS="-O2"
2832   else
2833     CFLAGS=
2834   fi
2835 fi
2836 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2837 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2838 if test "${ac_cv_prog_cc_c89+set}" = set; then
2839   echo $ECHO_N "(cached) $ECHO_C" >&6
2840 else
2841   ac_cv_prog_cc_c89=no
2842 ac_save_CC=$CC
2843 cat >conftest.$ac_ext <<_ACEOF
2844 /* confdefs.h.  */
2845 _ACEOF
2846 cat confdefs.h >>conftest.$ac_ext
2847 cat >>conftest.$ac_ext <<_ACEOF
2848 /* end confdefs.h.  */
2849 #include <stdarg.h>
2850 #include <stdio.h>
2851 #include <sys/types.h>
2852 #include <sys/stat.h>
2853 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2854 struct buf { int x; };
2855 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2856 static char *e (p, i)
2857      char **p;
2858      int i;
2859 {
2860   return p[i];
2861 }
2862 static char *f (char * (*g) (char **, int), char **p, ...)
2863 {
2864   char *s;
2865   va_list v;
2866   va_start (v,p);
2867   s = g (p, va_arg (v,int));
2868   va_end (v);
2869   return s;
2870 }
2871
2872 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2873    function prototypes and stuff, but not '\xHH' hex character constants.
2874    These don't provoke an error unfortunately, instead are silently treated
2875    as 'x'.  The following induces an error, until -std is added to get
2876    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2877    array size at least.  It's necessary to write '\x00'==0 to get something
2878    that's true only with -std.  */
2879 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2880
2881 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2882    inside strings and character constants.  */
2883 #define FOO(x) 'x'
2884 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2885
2886 int test (int i, double x);
2887 struct s1 {int (*f) (int a);};
2888 struct s2 {int (*f) (double a);};
2889 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2890 int argc;
2891 char **argv;
2892 int
2893 main ()
2894 {
2895 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2896   ;
2897   return 0;
2898 }
2899 _ACEOF
2900 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2901         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2902 do
2903   CC="$ac_save_CC $ac_arg"
2904   rm -f conftest.$ac_objext
2905 if { (ac_try="$ac_compile"
2906 case "(($ac_try" in
2907   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2908   *) ac_try_echo=$ac_try;;
2909 esac
2910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2911   (eval "$ac_compile") 2>conftest.er1
2912   ac_status=$?
2913   grep -v '^ *+' conftest.er1 >conftest.err
2914   rm -f conftest.er1
2915   cat conftest.err >&5
2916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2917   (exit $ac_status); } && {
2918          test -z "$ac_c_werror_flag" ||
2919          test ! -s conftest.err
2920        } && test -s conftest.$ac_objext; then
2921   ac_cv_prog_cc_c89=$ac_arg
2922 else
2923   echo "$as_me: failed program was:" >&5
2924 sed 's/^/| /' conftest.$ac_ext >&5
2925
2926
2927 fi
2928
2929 rm -f core conftest.err conftest.$ac_objext
2930   test "x$ac_cv_prog_cc_c89" != "xno" && break
2931 done
2932 rm -f conftest.$ac_ext
2933 CC=$ac_save_CC
2934
2935 fi
2936 # AC_CACHE_VAL
2937 case "x$ac_cv_prog_cc_c89" in
2938   x)
2939     { echo "$as_me:$LINENO: result: none needed" >&5
2940 echo "${ECHO_T}none needed" >&6; } ;;
2941   xno)
2942     { echo "$as_me:$LINENO: result: unsupported" >&5
2943 echo "${ECHO_T}unsupported" >&6; } ;;
2944   *)
2945     CC="$CC $ac_cv_prog_cc_c89"
2946     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2947 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2948 esac
2949
2950
2951 ac_ext=c
2952 ac_cpp='$CPP $CPPFLAGS'
2953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2956
2957 ac_ext=cpp
2958 ac_cpp='$CXXCPP $CPPFLAGS'
2959 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2960 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2961 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2962 if test -z "$CXX"; then
2963   if test -n "$CCC"; then
2964     CXX=$CCC
2965   else
2966     if test -n "$ac_tool_prefix"; then
2967   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2968   do
2969     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2970 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2971 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2972 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2973 if test "${ac_cv_prog_CXX+set}" = set; then
2974   echo $ECHO_N "(cached) $ECHO_C" >&6
2975 else
2976   if test -n "$CXX"; then
2977   ac_cv_prog_CXX="$CXX" # Let the user override the test.
2978 else
2979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2980 for as_dir in $PATH
2981 do
2982   IFS=$as_save_IFS
2983   test -z "$as_dir" && as_dir=.
2984   for ac_exec_ext in '' $ac_executable_extensions; do
2985   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2986     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2987     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2988     break 2
2989   fi
2990 done
2991 done
2992 IFS=$as_save_IFS
2993
2994 fi
2995 fi
2996 CXX=$ac_cv_prog_CXX
2997 if test -n "$CXX"; then
2998   { echo "$as_me:$LINENO: result: $CXX" >&5
2999 echo "${ECHO_T}$CXX" >&6; }
3000 else
3001   { echo "$as_me:$LINENO: result: no" >&5
3002 echo "${ECHO_T}no" >&6; }
3003 fi
3004
3005
3006     test -n "$CXX" && break
3007   done
3008 fi
3009 if test -z "$CXX"; then
3010   ac_ct_CXX=$CXX
3011   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3012 do
3013   # Extract the first word of "$ac_prog", so it can be a program name with args.
3014 set dummy $ac_prog; ac_word=$2
3015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3017 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3018   echo $ECHO_N "(cached) $ECHO_C" >&6
3019 else
3020   if test -n "$ac_ct_CXX"; then
3021   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3022 else
3023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3024 for as_dir in $PATH
3025 do
3026   IFS=$as_save_IFS
3027   test -z "$as_dir" && as_dir=.
3028   for ac_exec_ext in '' $ac_executable_extensions; do
3029   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3030     ac_cv_prog_ac_ct_CXX="$ac_prog"
3031     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3032     break 2
3033   fi
3034 done
3035 done
3036 IFS=$as_save_IFS
3037
3038 fi
3039 fi
3040 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3041 if test -n "$ac_ct_CXX"; then
3042   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3043 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3044 else
3045   { echo "$as_me:$LINENO: result: no" >&5
3046 echo "${ECHO_T}no" >&6; }
3047 fi
3048
3049
3050   test -n "$ac_ct_CXX" && break
3051 done
3052
3053   if test "x$ac_ct_CXX" = x; then
3054     CXX="g++"
3055   else
3056     case $cross_compiling:$ac_tool_warned in
3057 yes:)
3058 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3059 whose name does not start with the host triplet.  If you think this
3060 configuration is useful to you, please write to autoconf@gnu.org." >&5
3061 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3062 whose name does not start with the host triplet.  If you think this
3063 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3064 ac_tool_warned=yes ;;
3065 esac
3066     CXX=$ac_ct_CXX
3067   fi
3068 fi
3069
3070   fi
3071 fi
3072 # Provide some information about the compiler.
3073 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3074 ac_compiler=`set X $ac_compile; echo $2`
3075 { (ac_try="$ac_compiler --version >&5"
3076 case "(($ac_try" in
3077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3078   *) ac_try_echo=$ac_try;;
3079 esac
3080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3081   (eval "$ac_compiler --version >&5") 2>&5
3082   ac_status=$?
3083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3084   (exit $ac_status); }
3085 { (ac_try="$ac_compiler -v >&5"
3086 case "(($ac_try" in
3087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3088   *) ac_try_echo=$ac_try;;
3089 esac
3090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3091   (eval "$ac_compiler -v >&5") 2>&5
3092   ac_status=$?
3093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3094   (exit $ac_status); }
3095 { (ac_try="$ac_compiler -V >&5"
3096 case "(($ac_try" in
3097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3098   *) ac_try_echo=$ac_try;;
3099 esac
3100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3101   (eval "$ac_compiler -V >&5") 2>&5
3102   ac_status=$?
3103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104   (exit $ac_status); }
3105
3106 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3107 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3108 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3109   echo $ECHO_N "(cached) $ECHO_C" >&6
3110 else
3111   cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h.  */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h.  */
3117
3118 int
3119 main ()
3120 {
3121 #ifndef __GNUC__
3122        choke me
3123 #endif
3124
3125   ;
3126   return 0;
3127 }
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133   *) ac_try_echo=$ac_try;;
3134 esac
3135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3136   (eval "$ac_compile") 2>conftest.er1
3137   ac_status=$?
3138   grep -v '^ *+' conftest.er1 >conftest.err
3139   rm -f conftest.er1
3140   cat conftest.err >&5
3141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3142   (exit $ac_status); } && {
3143          test -z "$ac_cxx_werror_flag" ||
3144          test ! -s conftest.err
3145        } && test -s conftest.$ac_objext; then
3146   ac_compiler_gnu=yes
3147 else
3148   echo "$as_me: failed program was:" >&5
3149 sed 's/^/| /' conftest.$ac_ext >&5
3150
3151         ac_compiler_gnu=no
3152 fi
3153
3154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3155 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3156
3157 fi
3158 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3159 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3160 GXX=`test $ac_compiler_gnu = yes && echo yes`
3161 ac_test_CXXFLAGS=${CXXFLAGS+set}
3162 ac_save_CXXFLAGS=$CXXFLAGS
3163 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3164 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3165 if test "${ac_cv_prog_cxx_g+set}" = set; then
3166   echo $ECHO_N "(cached) $ECHO_C" >&6
3167 else
3168   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3169    ac_cxx_werror_flag=yes
3170    ac_cv_prog_cxx_g=no
3171    CXXFLAGS="-g"
3172    cat >conftest.$ac_ext <<_ACEOF
3173 /* confdefs.h.  */
3174 _ACEOF
3175 cat confdefs.h >>conftest.$ac_ext
3176 cat >>conftest.$ac_ext <<_ACEOF
3177 /* end confdefs.h.  */
3178
3179 int
3180 main ()
3181 {
3182
3183   ;
3184   return 0;
3185 }
3186 _ACEOF
3187 rm -f conftest.$ac_objext
3188 if { (ac_try="$ac_compile"
3189 case "(($ac_try" in
3190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3191   *) ac_try_echo=$ac_try;;
3192 esac
3193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3194   (eval "$ac_compile") 2>conftest.er1
3195   ac_status=$?
3196   grep -v '^ *+' conftest.er1 >conftest.err
3197   rm -f conftest.er1
3198   cat conftest.err >&5
3199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3200   (exit $ac_status); } && {
3201          test -z "$ac_cxx_werror_flag" ||
3202          test ! -s conftest.err
3203        } && test -s conftest.$ac_objext; then
3204   ac_cv_prog_cxx_g=yes
3205 else
3206   echo "$as_me: failed program was:" >&5
3207 sed 's/^/| /' conftest.$ac_ext >&5
3208
3209         CXXFLAGS=""
3210       cat >conftest.$ac_ext <<_ACEOF
3211 /* confdefs.h.  */
3212 _ACEOF
3213 cat confdefs.h >>conftest.$ac_ext
3214 cat >>conftest.$ac_ext <<_ACEOF
3215 /* end confdefs.h.  */
3216
3217 int
3218 main ()
3219 {
3220
3221   ;
3222   return 0;
3223 }
3224 _ACEOF
3225 rm -f conftest.$ac_objext
3226 if { (ac_try="$ac_compile"
3227 case "(($ac_try" in
3228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3229   *) ac_try_echo=$ac_try;;
3230 esac
3231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3232   (eval "$ac_compile") 2>conftest.er1
3233   ac_status=$?
3234   grep -v '^ *+' conftest.er1 >conftest.err
3235   rm -f conftest.er1
3236   cat conftest.err >&5
3237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3238   (exit $ac_status); } && {
3239          test -z "$ac_cxx_werror_flag" ||
3240          test ! -s conftest.err
3241        } && test -s conftest.$ac_objext; then
3242   :
3243 else
3244   echo "$as_me: failed program was:" >&5
3245 sed 's/^/| /' conftest.$ac_ext >&5
3246
3247         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3248          CXXFLAGS="-g"
3249          cat >conftest.$ac_ext <<_ACEOF
3250 /* confdefs.h.  */
3251 _ACEOF
3252 cat confdefs.h >>conftest.$ac_ext
3253 cat >>conftest.$ac_ext <<_ACEOF
3254 /* end confdefs.h.  */
3255
3256 int
3257 main ()
3258 {
3259
3260   ;
3261   return 0;
3262 }
3263 _ACEOF
3264 rm -f conftest.$ac_objext
3265 if { (ac_try="$ac_compile"
3266 case "(($ac_try" in
3267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3268   *) ac_try_echo=$ac_try;;
3269 esac
3270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3271   (eval "$ac_compile") 2>conftest.er1
3272   ac_status=$?
3273   grep -v '^ *+' conftest.er1 >conftest.err
3274   rm -f conftest.er1
3275   cat conftest.err >&5
3276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3277   (exit $ac_status); } && {
3278          test -z "$ac_cxx_werror_flag" ||
3279          test ! -s conftest.err
3280        } && test -s conftest.$ac_objext; then
3281   ac_cv_prog_cxx_g=yes
3282 else
3283   echo "$as_me: failed program was:" >&5
3284 sed 's/^/| /' conftest.$ac_ext >&5
3285
3286
3287 fi
3288
3289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3290 fi
3291
3292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3293 fi
3294
3295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3296    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3297 fi
3298 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3299 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3300 if test "$ac_test_CXXFLAGS" = set; then
3301   CXXFLAGS=$ac_save_CXXFLAGS
3302 elif test $ac_cv_prog_cxx_g = yes; then
3303   if test "$GXX" = yes; then
3304     CXXFLAGS="-g -O2"
3305   else
3306     CXXFLAGS="-g"
3307   fi
3308 else
3309   if test "$GXX" = yes; then
3310     CXXFLAGS="-O2"
3311   else
3312     CXXFLAGS=
3313   fi
3314 fi
3315 ac_ext=c
3316 ac_cpp='$CPP $CPPFLAGS'
3317 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3318 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3319 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3320
3321 if test -n "$ac_tool_prefix"; then
3322   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3323 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3326 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3327   echo $ECHO_N "(cached) $ECHO_C" >&6
3328 else
3329   if test -n "$CPPBIN"; then
3330   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3331 else
3332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3333 for as_dir in $PATH
3334 do
3335   IFS=$as_save_IFS
3336   test -z "$as_dir" && as_dir=.
3337   for ac_exec_ext in '' $ac_executable_extensions; do
3338   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3339     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3340     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3341     break 2
3342   fi
3343 done
3344 done
3345 IFS=$as_save_IFS
3346
3347 fi
3348 fi
3349 CPPBIN=$ac_cv_prog_CPPBIN
3350 if test -n "$CPPBIN"; then
3351   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3352 echo "${ECHO_T}$CPPBIN" >&6; }
3353 else
3354   { echo "$as_me:$LINENO: result: no" >&5
3355 echo "${ECHO_T}no" >&6; }
3356 fi
3357
3358
3359 fi
3360 if test -z "$ac_cv_prog_CPPBIN"; then
3361   ac_ct_CPPBIN=$CPPBIN
3362   # Extract the first word of "cpp", so it can be a program name with args.
3363 set dummy cpp; ac_word=$2
3364 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3366 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3367   echo $ECHO_N "(cached) $ECHO_C" >&6
3368 else
3369   if test -n "$ac_ct_CPPBIN"; then
3370   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3371 else
3372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3373 for as_dir in $PATH
3374 do
3375   IFS=$as_save_IFS
3376   test -z "$as_dir" && as_dir=.
3377   for ac_exec_ext in '' $ac_executable_extensions; do
3378   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3379     ac_cv_prog_ac_ct_CPPBIN="cpp"
3380     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3381     break 2
3382   fi
3383 done
3384 done
3385 IFS=$as_save_IFS
3386
3387 fi
3388 fi
3389 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3390 if test -n "$ac_ct_CPPBIN"; then
3391   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3392 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3393 else
3394   { echo "$as_me:$LINENO: result: no" >&5
3395 echo "${ECHO_T}no" >&6; }
3396 fi
3397
3398   if test "x$ac_ct_CPPBIN" = x; then
3399     CPPBIN="cpp"
3400   else
3401     case $cross_compiling:$ac_tool_warned in
3402 yes:)
3403 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3404 whose name does not start with the host triplet.  If you think this
3405 configuration is useful to you, please write to autoconf@gnu.org." >&5
3406 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3407 whose name does not start with the host triplet.  If you think this
3408 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3409 ac_tool_warned=yes ;;
3410 esac
3411     CPPBIN=$ac_ct_CPPBIN
3412   fi
3413 else
3414   CPPBIN="$ac_cv_prog_CPPBIN"
3415 fi
3416
3417
3418 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3419 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3420 if test "${wine_cv_toolsdir+set}" = set; then
3421   echo $ECHO_N "(cached) $ECHO_C" >&6
3422 else
3423   if test -z "$with_wine_tools"; then
3424      if test "$cross_compiling" = "yes"; then
3425        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3426 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3427    { (exit 1); exit 1; }; }
3428      else
3429        wine_cv_toolsdir="\$(TOPOBJDIR)"
3430      fi
3431    elif test -d "$with_wine_tools/tools/winebuild"; then
3432      case $with_wine_tools in
3433        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3434        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3435      esac
3436    else
3437      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3438 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3439    { (exit 1); exit 1; }; }
3440    fi
3441 fi
3442 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3443 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3444 TOOLSDIR=$wine_cv_toolsdir
3445
3446
3447
3448 ac_ext=c
3449 ac_cpp='$CPP $CPPFLAGS'
3450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3453 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3454 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3455 # On Suns, sometimes $CPP names a directory.
3456 if test -n "$CPP" && test -d "$CPP"; then
3457   CPP=
3458 fi
3459 if test -z "$CPP"; then
3460   if test "${ac_cv_prog_CPP+set}" = set; then
3461   echo $ECHO_N "(cached) $ECHO_C" >&6
3462 else
3463       # Double quotes because CPP needs to be expanded
3464     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3465     do
3466       ac_preproc_ok=false
3467 for ac_c_preproc_warn_flag in '' yes
3468 do
3469   # Use a header file that comes with gcc, so configuring glibc
3470   # with a fresh cross-compiler works.
3471   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3472   # <limits.h> exists even on freestanding compilers.
3473   # On the NeXT, cc -E runs the code through the compiler's parser,
3474   # not just through cpp. "Syntax error" is here to catch this case.
3475   cat >conftest.$ac_ext <<_ACEOF
3476 /* confdefs.h.  */
3477 _ACEOF
3478 cat confdefs.h >>conftest.$ac_ext
3479 cat >>conftest.$ac_ext <<_ACEOF
3480 /* end confdefs.h.  */
3481 #ifdef __STDC__
3482 # include <limits.h>
3483 #else
3484 # include <assert.h>
3485 #endif
3486                      Syntax error
3487 _ACEOF
3488 if { (ac_try="$ac_cpp conftest.$ac_ext"
3489 case "(($ac_try" in
3490   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3491   *) ac_try_echo=$ac_try;;
3492 esac
3493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3494   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3495   ac_status=$?
3496   grep -v '^ *+' conftest.er1 >conftest.err
3497   rm -f conftest.er1
3498   cat conftest.err >&5
3499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3500   (exit $ac_status); } >/dev/null && {
3501          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3502          test ! -s conftest.err
3503        }; then
3504   :
3505 else
3506   echo "$as_me: failed program was:" >&5
3507 sed 's/^/| /' conftest.$ac_ext >&5
3508
3509   # Broken: fails on valid input.
3510 continue
3511 fi
3512
3513 rm -f conftest.err conftest.$ac_ext
3514
3515   # OK, works on sane cases.  Now check whether nonexistent headers
3516   # can be detected and how.
3517   cat >conftest.$ac_ext <<_ACEOF
3518 /* confdefs.h.  */
3519 _ACEOF
3520 cat confdefs.h >>conftest.$ac_ext
3521 cat >>conftest.$ac_ext <<_ACEOF
3522 /* end confdefs.h.  */
3523 #include <ac_nonexistent.h>
3524 _ACEOF
3525 if { (ac_try="$ac_cpp conftest.$ac_ext"
3526 case "(($ac_try" in
3527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528   *) ac_try_echo=$ac_try;;
3529 esac
3530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3531   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3532   ac_status=$?
3533   grep -v '^ *+' conftest.er1 >conftest.err
3534   rm -f conftest.er1
3535   cat conftest.err >&5
3536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537   (exit $ac_status); } >/dev/null && {
3538          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3539          test ! -s conftest.err
3540        }; then
3541   # Broken: success on invalid input.
3542 continue
3543 else
3544   echo "$as_me: failed program was:" >&5
3545 sed 's/^/| /' conftest.$ac_ext >&5
3546
3547   # Passes both tests.
3548 ac_preproc_ok=:
3549 break
3550 fi
3551
3552 rm -f conftest.err conftest.$ac_ext
3553
3554 done
3555 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3556 rm -f conftest.err conftest.$ac_ext
3557 if $ac_preproc_ok; then
3558   break
3559 fi
3560
3561     done
3562     ac_cv_prog_CPP=$CPP
3563
3564 fi
3565   CPP=$ac_cv_prog_CPP
3566 else
3567   ac_cv_prog_CPP=$CPP
3568 fi
3569 { echo "$as_me:$LINENO: result: $CPP" >&5
3570 echo "${ECHO_T}$CPP" >&6; }
3571 ac_preproc_ok=false
3572 for ac_c_preproc_warn_flag in '' yes
3573 do
3574   # Use a header file that comes with gcc, so configuring glibc
3575   # with a fresh cross-compiler works.
3576   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3577   # <limits.h> exists even on freestanding compilers.
3578   # On the NeXT, cc -E runs the code through the compiler's parser,
3579   # not just through cpp. "Syntax error" is here to catch this case.
3580   cat >conftest.$ac_ext <<_ACEOF
3581 /* confdefs.h.  */
3582 _ACEOF
3583 cat confdefs.h >>conftest.$ac_ext
3584 cat >>conftest.$ac_ext <<_ACEOF
3585 /* end confdefs.h.  */
3586 #ifdef __STDC__
3587 # include <limits.h>
3588 #else
3589 # include <assert.h>
3590 #endif
3591                      Syntax error
3592 _ACEOF
3593 if { (ac_try="$ac_cpp conftest.$ac_ext"
3594 case "(($ac_try" in
3595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3596   *) ac_try_echo=$ac_try;;
3597 esac
3598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3599   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3600   ac_status=$?
3601   grep -v '^ *+' conftest.er1 >conftest.err
3602   rm -f conftest.er1
3603   cat conftest.err >&5
3604   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3605   (exit $ac_status); } >/dev/null && {
3606          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3607          test ! -s conftest.err
3608        }; then
3609   :
3610 else
3611   echo "$as_me: failed program was:" >&5
3612 sed 's/^/| /' conftest.$ac_ext >&5
3613
3614   # Broken: fails on valid input.
3615 continue
3616 fi
3617
3618 rm -f conftest.err conftest.$ac_ext
3619
3620   # OK, works on sane cases.  Now check whether nonexistent headers
3621   # can be detected and how.
3622   cat >conftest.$ac_ext <<_ACEOF
3623 /* confdefs.h.  */
3624 _ACEOF
3625 cat confdefs.h >>conftest.$ac_ext
3626 cat >>conftest.$ac_ext <<_ACEOF
3627 /* end confdefs.h.  */
3628 #include <ac_nonexistent.h>
3629 _ACEOF
3630 if { (ac_try="$ac_cpp conftest.$ac_ext"
3631 case "(($ac_try" in
3632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3633   *) ac_try_echo=$ac_try;;
3634 esac
3635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3636   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3637   ac_status=$?
3638   grep -v '^ *+' conftest.er1 >conftest.err
3639   rm -f conftest.er1
3640   cat conftest.err >&5
3641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3642   (exit $ac_status); } >/dev/null && {
3643          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3644          test ! -s conftest.err
3645        }; then
3646   # Broken: success on invalid input.
3647 continue
3648 else
3649   echo "$as_me: failed program was:" >&5
3650 sed 's/^/| /' conftest.$ac_ext >&5
3651
3652   # Passes both tests.
3653 ac_preproc_ok=:
3654 break
3655 fi
3656
3657 rm -f conftest.err conftest.$ac_ext
3658
3659 done
3660 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3661 rm -f conftest.err conftest.$ac_ext
3662 if $ac_preproc_ok; then
3663   :
3664 else
3665   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3666 See \`config.log' for more details." >&5
3667 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3668 See \`config.log' for more details." >&2;}
3669    { (exit 1); exit 1; }; }
3670 fi
3671
3672 ac_ext=c
3673 ac_cpp='$CPP $CPPFLAGS'
3674 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3675 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3676 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3677
3678
3679 { echo "$as_me:$LINENO: checking for X" >&5
3680 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3681
3682
3683 # Check whether --with-x was given.
3684 if test "${with_x+set}" = set; then
3685   withval=$with_x;
3686 fi
3687
3688 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3689 if test "x$with_x" = xno; then
3690   # The user explicitly disabled X.
3691   have_x=disabled
3692 else
3693   case $x_includes,$x_libraries in #(
3694     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3695 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3696    { (exit 1); exit 1; }; };; #(
3697     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3698   echo $ECHO_N "(cached) $ECHO_C" >&6
3699 else
3700   # One or both of the vars are not set, and there is no cached value.
3701 ac_x_includes=no ac_x_libraries=no
3702 rm -f -r conftest.dir
3703 if mkdir conftest.dir; then
3704   cd conftest.dir
3705   cat >Imakefile <<'_ACEOF'
3706 incroot:
3707         @echo incroot='${INCROOT}'
3708 usrlibdir:
3709         @echo usrlibdir='${USRLIBDIR}'
3710 libdir:
3711         @echo libdir='${LIBDIR}'
3712 _ACEOF
3713   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3714     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3715     for ac_var in incroot usrlibdir libdir; do
3716       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3717     done
3718     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3719     for ac_extension in a so sl; do
3720       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3721          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3722         ac_im_usrlibdir=$ac_im_libdir; break
3723       fi
3724     done
3725     # Screen out bogus values from the imake configuration.  They are
3726     # bogus both because they are the default anyway, and because
3727     # using them would break gcc on systems where it needs fixed includes.
3728     case $ac_im_incroot in
3729         /usr/include) ac_x_includes= ;;
3730         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3731     esac
3732     case $ac_im_usrlibdir in
3733         /usr/lib | /lib) ;;
3734         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3735     esac
3736   fi
3737   cd ..
3738   rm -f -r conftest.dir
3739 fi
3740
3741 # Standard set of common directories for X headers.
3742 # Check X11 before X11Rn because it is often a symlink to the current release.
3743 ac_x_header_dirs='
3744 /usr/X11/include
3745 /usr/X11R6/include
3746 /usr/X11R5/include
3747 /usr/X11R4/include
3748
3749 /usr/include/X11
3750 /usr/include/X11R6
3751 /usr/include/X11R5
3752 /usr/include/X11R4
3753
3754 /usr/local/X11/include
3755 /usr/local/X11R6/include
3756 /usr/local/X11R5/include
3757 /usr/local/X11R4/include
3758
3759 /usr/local/include/X11
3760 /usr/local/include/X11R6
3761 /usr/local/include/X11R5
3762 /usr/local/include/X11R4
3763
3764 /usr/X386/include
3765 /usr/x386/include
3766 /usr/XFree86/include/X11
3767
3768 /usr/include
3769 /usr/local/include
3770 /usr/unsupported/include
3771 /usr/athena/include
3772 /usr/local/x11r5/include
3773 /usr/lpp/Xamples/include
3774
3775 /usr/openwin/include
3776 /usr/openwin/share/include'
3777
3778 if test "$ac_x_includes" = no; then
3779   # Guess where to find include files, by looking for Xlib.h.
3780   # First, try using that file with no special directory specified.
3781   cat >conftest.$ac_ext <<_ACEOF
3782 /* confdefs.h.  */
3783 _ACEOF
3784 cat confdefs.h >>conftest.$ac_ext
3785 cat >>conftest.$ac_ext <<_ACEOF
3786 /* end confdefs.h.  */
3787 #include <X11/Xlib.h>
3788 _ACEOF
3789 if { (ac_try="$ac_cpp conftest.$ac_ext"
3790 case "(($ac_try" in
3791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3792   *) ac_try_echo=$ac_try;;
3793 esac
3794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3795   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3796   ac_status=$?
3797   grep -v '^ *+' conftest.er1 >conftest.err
3798   rm -f conftest.er1
3799   cat conftest.err >&5
3800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3801   (exit $ac_status); } >/dev/null && {
3802          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3803          test ! -s conftest.err
3804        }; then
3805   # We can compile using X headers with no special include directory.
3806 ac_x_includes=
3807 else
3808   echo "$as_me: failed program was:" >&5
3809 sed 's/^/| /' conftest.$ac_ext >&5
3810
3811   for ac_dir in $ac_x_header_dirs; do
3812   if test -r "$ac_dir/X11/Xlib.h"; then
3813     ac_x_includes=$ac_dir
3814     break
3815   fi
3816 done
3817 fi
3818
3819 rm -f conftest.err conftest.$ac_ext
3820 fi # $ac_x_includes = no
3821
3822 if test "$ac_x_libraries" = no; then
3823   # Check for the libraries.
3824   # See if we find them without any special options.
3825   # Don't add to $LIBS permanently.
3826   ac_save_LIBS=$LIBS
3827   LIBS="-lX11 $LIBS"
3828   cat >conftest.$ac_ext <<_ACEOF
3829 /* confdefs.h.  */
3830 _ACEOF
3831 cat confdefs.h >>conftest.$ac_ext
3832 cat >>conftest.$ac_ext <<_ACEOF
3833 /* end confdefs.h.  */
3834 #include <X11/Xlib.h>
3835 int
3836 main ()
3837 {
3838 XrmInitialize ()
3839   ;
3840   return 0;
3841 }
3842 _ACEOF
3843 rm -f conftest.$ac_objext conftest$ac_exeext
3844 if { (ac_try="$ac_link"
3845 case "(($ac_try" in
3846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3847   *) ac_try_echo=$ac_try;;
3848 esac
3849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3850   (eval "$ac_link") 2>conftest.er1
3851   ac_status=$?
3852   grep -v '^ *+' conftest.er1 >conftest.err
3853   rm -f conftest.er1
3854   cat conftest.err >&5
3855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856   (exit $ac_status); } && {
3857          test -z "$ac_c_werror_flag" ||
3858          test ! -s conftest.err
3859        } && test -s conftest$ac_exeext &&
3860        $as_test_x conftest$ac_exeext; then
3861   LIBS=$ac_save_LIBS
3862 # We can link X programs with no special library path.
3863 ac_x_libraries=
3864 else
3865   echo "$as_me: failed program was:" >&5
3866 sed 's/^/| /' conftest.$ac_ext >&5
3867
3868         LIBS=$ac_save_LIBS
3869 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
3870 do
3871   # Don't even attempt the hair of trying to link an X program!
3872   for ac_extension in a so sl; do
3873     if test -r "$ac_dir/libX11.$ac_extension"; then
3874       ac_x_libraries=$ac_dir
3875       break 2
3876     fi
3877   done
3878 done
3879 fi
3880
3881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3882       conftest$ac_exeext conftest.$ac_ext
3883 fi # $ac_x_libraries = no
3884
3885 case $ac_x_includes,$ac_x_libraries in #(
3886   no,* | *,no | *\'*)
3887     # Didn't find X, or a directory has "'" in its name.
3888     ac_cv_have_x="have_x=no";; #(
3889   *)
3890     # Record where we found X for the cache.
3891     ac_cv_have_x="have_x=yes\
3892         ac_x_includes='$ac_x_includes'\
3893         ac_x_libraries='$ac_x_libraries'"
3894 esac
3895 fi
3896 ;; #(
3897     *) have_x=yes;;
3898   esac
3899   eval "$ac_cv_have_x"
3900 fi # $with_x != no
3901
3902 if test "$have_x" != yes; then
3903   { echo "$as_me:$LINENO: result: $have_x" >&5
3904 echo "${ECHO_T}$have_x" >&6; }
3905   no_x=yes
3906 else
3907   # If each of the values was on the command line, it overrides each guess.
3908   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3909   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3910   # Update the cache value to reflect the command line values.
3911   ac_cv_have_x="have_x=yes\
3912         ac_x_includes='$x_includes'\
3913         ac_x_libraries='$x_libraries'"
3914   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
3915 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
3916 fi
3917
3918 if test "$no_x" = yes; then
3919   # Not all programs may use this symbol, but it does not hurt to define it.
3920
3921 cat >>confdefs.h <<\_ACEOF
3922 #define X_DISPLAY_MISSING 1
3923 _ACEOF
3924
3925   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3926 else
3927   if test -n "$x_includes"; then
3928     X_CFLAGS="$X_CFLAGS -I$x_includes"
3929   fi
3930
3931   # It would also be nice to do this for all -L options, not just this one.
3932   if test -n "$x_libraries"; then
3933     X_LIBS="$X_LIBS -L$x_libraries"
3934     # For Solaris; some versions of Sun CC require a space after -R and
3935     # others require no space.  Words are not sufficient . . . .
3936     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
3937 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
3938     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
3939     ac_xsave_c_werror_flag=$ac_c_werror_flag
3940     ac_c_werror_flag=yes
3941     cat >conftest.$ac_ext <<_ACEOF
3942 /* confdefs.h.  */
3943 _ACEOF
3944 cat confdefs.h >>conftest.$ac_ext
3945 cat >>conftest.$ac_ext <<_ACEOF
3946 /* end confdefs.h.  */
3947
3948 int
3949 main ()
3950 {
3951
3952   ;
3953   return 0;
3954 }
3955 _ACEOF
3956 rm -f conftest.$ac_objext conftest$ac_exeext
3957 if { (ac_try="$ac_link"
3958 case "(($ac_try" in
3959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3960   *) ac_try_echo=$ac_try;;
3961 esac
3962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3963   (eval "$ac_link") 2>conftest.er1
3964   ac_status=$?
3965   grep -v '^ *+' conftest.er1 >conftest.err
3966   rm -f conftest.er1
3967   cat conftest.err >&5
3968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969   (exit $ac_status); } && {
3970          test -z "$ac_c_werror_flag" ||
3971          test ! -s conftest.err
3972        } && test -s conftest$ac_exeext &&
3973        $as_test_x conftest$ac_exeext; then
3974   { echo "$as_me:$LINENO: result: no" >&5
3975 echo "${ECHO_T}no" >&6; }
3976        X_LIBS="$X_LIBS -R$x_libraries"
3977 else
3978   echo "$as_me: failed program was:" >&5
3979 sed 's/^/| /' conftest.$ac_ext >&5
3980
3981         LIBS="$ac_xsave_LIBS -R $x_libraries"
3982        cat >conftest.$ac_ext <<_ACEOF
3983 /* confdefs.h.  */
3984 _ACEOF
3985 cat confdefs.h >>conftest.$ac_ext
3986 cat >>conftest.$ac_ext <<_ACEOF
3987 /* end confdefs.h.  */
3988
3989 int
3990 main ()
3991 {
3992
3993   ;
3994   return 0;
3995 }
3996 _ACEOF
3997 rm -f conftest.$ac_objext conftest$ac_exeext
3998 if { (ac_try="$ac_link"
3999 case "(($ac_try" in
4000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4001   *) ac_try_echo=$ac_try;;
4002 esac
4003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4004   (eval "$ac_link") 2>conftest.er1
4005   ac_status=$?
4006   grep -v '^ *+' conftest.er1 >conftest.err
4007   rm -f conftest.er1
4008   cat conftest.err >&5
4009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4010   (exit $ac_status); } && {
4011          test -z "$ac_c_werror_flag" ||
4012          test ! -s conftest.err
4013        } && test -s conftest$ac_exeext &&
4014        $as_test_x conftest$ac_exeext; then
4015   { echo "$as_me:$LINENO: result: yes" >&5
4016 echo "${ECHO_T}yes" >&6; }
4017           X_LIBS="$X_LIBS -R $x_libraries"
4018 else
4019   echo "$as_me: failed program was:" >&5
4020 sed 's/^/| /' conftest.$ac_ext >&5
4021
4022         { echo "$as_me:$LINENO: result: neither works" >&5
4023 echo "${ECHO_T}neither works" >&6; }
4024 fi
4025
4026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4027       conftest$ac_exeext conftest.$ac_ext
4028 fi
4029
4030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4031       conftest$ac_exeext conftest.$ac_ext
4032     ac_c_werror_flag=$ac_xsave_c_werror_flag
4033     LIBS=$ac_xsave_LIBS
4034   fi
4035
4036   # Check for system-dependent libraries X programs must link with.
4037   # Do this before checking for the system-independent R6 libraries
4038   # (-lICE), since we may need -lsocket or whatever for X linking.
4039
4040   if test "$ISC" = yes; then
4041     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4042   else
4043     # Martyn Johnson says this is needed for Ultrix, if the X
4044     # libraries were built with DECnet support.  And Karl Berry says
4045     # the Alpha needs dnet_stub (dnet does not exist).
4046     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4047     cat >conftest.$ac_ext <<_ACEOF
4048 /* confdefs.h.  */
4049 _ACEOF
4050 cat confdefs.h >>conftest.$ac_ext
4051 cat >>conftest.$ac_ext <<_ACEOF
4052 /* end confdefs.h.  */
4053
4054 /* Override any GCC internal prototype to avoid an error.
4055    Use char because int might match the return type of a GCC
4056    builtin and then its argument prototype would still apply.  */
4057 #ifdef __cplusplus
4058 extern "C"
4059 #endif
4060 char XOpenDisplay ();
4061 int
4062 main ()
4063 {
4064 return XOpenDisplay ();
4065   ;
4066   return 0;
4067 }
4068 _ACEOF
4069 rm -f conftest.$ac_objext conftest$ac_exeext
4070 if { (ac_try="$ac_link"
4071 case "(($ac_try" in
4072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4073   *) ac_try_echo=$ac_try;;
4074 esac
4075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4076   (eval "$ac_link") 2>conftest.er1
4077   ac_status=$?
4078   grep -v '^ *+' conftest.er1 >conftest.err
4079   rm -f conftest.er1
4080   cat conftest.err >&5
4081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4082   (exit $ac_status); } && {
4083          test -z "$ac_c_werror_flag" ||
4084          test ! -s conftest.err
4085        } && test -s conftest$ac_exeext &&
4086        $as_test_x conftest$ac_exeext; then
4087   :
4088 else
4089   echo "$as_me: failed program was:" >&5
4090 sed 's/^/| /' conftest.$ac_ext >&5
4091
4092         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4093 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4094 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4095   echo $ECHO_N "(cached) $ECHO_C" >&6
4096 else
4097   ac_check_lib_save_LIBS=$LIBS
4098 LIBS="-ldnet  $LIBS"
4099 cat >conftest.$ac_ext <<_ACEOF
4100 /* confdefs.h.  */
4101 _ACEOF
4102 cat confdefs.h >>conftest.$ac_ext
4103 cat >>conftest.$ac_ext <<_ACEOF
4104 /* end confdefs.h.  */
4105
4106 /* Override any GCC internal prototype to avoid an error.
4107    Use char because int might match the return type of a GCC
4108    builtin and then its argument prototype would still apply.  */
4109 #ifdef __cplusplus
4110 extern "C"
4111 #endif
4112 char dnet_ntoa ();
4113 int
4114 main ()
4115 {
4116 return dnet_ntoa ();
4117   ;
4118   return 0;
4119 }
4120 _ACEOF
4121 rm -f conftest.$ac_objext conftest$ac_exeext
4122 if { (ac_try="$ac_link"
4123 case "(($ac_try" in
4124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4125   *) ac_try_echo=$ac_try;;
4126 esac
4127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4128   (eval "$ac_link") 2>conftest.er1
4129   ac_status=$?
4130   grep -v '^ *+' conftest.er1 >conftest.err
4131   rm -f conftest.er1
4132   cat conftest.err >&5
4133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4134   (exit $ac_status); } && {
4135          test -z "$ac_c_werror_flag" ||
4136          test ! -s conftest.err
4137        } && test -s conftest$ac_exeext &&
4138        $as_test_x conftest$ac_exeext; then
4139   ac_cv_lib_dnet_dnet_ntoa=yes
4140 else
4141   echo "$as_me: failed program was:" >&5
4142 sed 's/^/| /' conftest.$ac_ext >&5
4143
4144         ac_cv_lib_dnet_dnet_ntoa=no
4145 fi
4146
4147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4148       conftest$ac_exeext conftest.$ac_ext
4149 LIBS=$ac_check_lib_save_LIBS
4150 fi
4151 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4152 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4153 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4154   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4155 fi
4156
4157     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4158       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4159 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4160 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4161   echo $ECHO_N "(cached) $ECHO_C" >&6
4162 else
4163   ac_check_lib_save_LIBS=$LIBS
4164 LIBS="-ldnet_stub  $LIBS"
4165 cat >conftest.$ac_ext <<_ACEOF
4166 /* confdefs.h.  */
4167 _ACEOF
4168 cat confdefs.h >>conftest.$ac_ext
4169 cat >>conftest.$ac_ext <<_ACEOF
4170 /* end confdefs.h.  */
4171
4172 /* Override any GCC internal prototype to avoid an error.
4173    Use char because int might match the return type of a GCC
4174    builtin and then its argument prototype would still apply.  */
4175 #ifdef __cplusplus
4176 extern "C"
4177 #endif
4178 char dnet_ntoa ();
4179 int
4180 main ()
4181 {
4182 return dnet_ntoa ();
4183   ;
4184   return 0;
4185 }
4186 _ACEOF
4187 rm -f conftest.$ac_objext conftest$ac_exeext
4188 if { (ac_try="$ac_link"
4189 case "(($ac_try" in
4190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4191   *) ac_try_echo=$ac_try;;
4192 esac
4193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4194   (eval "$ac_link") 2>conftest.er1
4195   ac_status=$?
4196   grep -v '^ *+' conftest.er1 >conftest.err
4197   rm -f conftest.er1
4198   cat conftest.err >&5
4199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4200   (exit $ac_status); } && {
4201          test -z "$ac_c_werror_flag" ||
4202          test ! -s conftest.err
4203        } && test -s conftest$ac_exeext &&
4204        $as_test_x conftest$ac_exeext; then
4205   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4206 else
4207   echo "$as_me: failed program was:" >&5
4208 sed 's/^/| /' conftest.$ac_ext >&5
4209
4210         ac_cv_lib_dnet_stub_dnet_ntoa=no
4211 fi
4212
4213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4214       conftest$ac_exeext conftest.$ac_ext
4215 LIBS=$ac_check_lib_save_LIBS
4216 fi
4217 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4218 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4219 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4220   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4221 fi
4222
4223     fi
4224 fi
4225
4226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4227       conftest$ac_exeext conftest.$ac_ext
4228     LIBS="$ac_xsave_LIBS"
4229
4230     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4231     # to get the SysV transport functions.
4232     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4233     # needs -lnsl.
4234     # The nsl library prevents programs from opening the X display
4235     # on Irix 5.2, according to T.E. Dickey.
4236     # The functions gethostbyname, getservbyname, and inet_addr are
4237     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4238     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4239 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4240 if test "${ac_cv_func_gethostbyname+set}" = set; then
4241   echo $ECHO_N "(cached) $ECHO_C" >&6
4242 else
4243   cat >conftest.$ac_ext <<_ACEOF
4244 /* confdefs.h.  */
4245 _ACEOF
4246 cat confdefs.h >>conftest.$ac_ext
4247 cat >>conftest.$ac_ext <<_ACEOF
4248 /* end confdefs.h.  */
4249 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4250    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4251 #define gethostbyname innocuous_gethostbyname
4252
4253 /* System header to define __stub macros and hopefully few prototypes,
4254     which can conflict with char gethostbyname (); below.
4255     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4256     <limits.h> exists even on freestanding compilers.  */
4257
4258 #ifdef __STDC__
4259 # include <limits.h>
4260 #else
4261 # include <assert.h>
4262 #endif
4263
4264 #undef gethostbyname
4265
4266 /* Override any GCC internal prototype to avoid an error.
4267    Use char because int might match the return type of a GCC
4268    builtin and then its argument prototype would still apply.  */
4269 #ifdef __cplusplus
4270 extern "C"
4271 #endif
4272 char gethostbyname ();
4273 /* The GNU C library defines this for functions which it implements
4274     to always fail with ENOSYS.  Some functions are actually named
4275     something starting with __ and the normal name is an alias.  */
4276 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4277 choke me
4278 #endif
4279
4280 int
4281 main ()
4282 {
4283 return gethostbyname ();
4284   ;
4285   return 0;
4286 }
4287 _ACEOF
4288 rm -f conftest.$ac_objext conftest$ac_exeext
4289 if { (ac_try="$ac_link"
4290 case "(($ac_try" in
4291   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4292   *) ac_try_echo=$ac_try;;
4293 esac
4294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4295   (eval "$ac_link") 2>conftest.er1
4296   ac_status=$?
4297   grep -v '^ *+' conftest.er1 >conftest.err
4298   rm -f conftest.er1
4299   cat conftest.err >&5
4300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4301   (exit $ac_status); } && {
4302          test -z "$ac_c_werror_flag" ||
4303          test ! -s conftest.err
4304        } && test -s conftest$ac_exeext &&
4305        $as_test_x conftest$ac_exeext; then
4306   ac_cv_func_gethostbyname=yes
4307 else
4308   echo "$as_me: failed program was:" >&5
4309 sed 's/^/| /' conftest.$ac_ext >&5
4310
4311         ac_cv_func_gethostbyname=no
4312 fi
4313
4314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4315       conftest$ac_exeext conftest.$ac_ext
4316 fi
4317 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4318 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4319
4320     if test $ac_cv_func_gethostbyname = no; then
4321       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4322 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4323 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4324   echo $ECHO_N "(cached) $ECHO_C" >&6
4325 else
4326   ac_check_lib_save_LIBS=$LIBS
4327 LIBS="-lnsl  $LIBS"
4328 cat >conftest.$ac_ext <<_ACEOF
4329 /* confdefs.h.  */
4330 _ACEOF
4331 cat confdefs.h >>conftest.$ac_ext
4332 cat >>conftest.$ac_ext <<_ACEOF
4333 /* end confdefs.h.  */
4334
4335 /* Override any GCC internal prototype to avoid an error.
4336    Use char because int might match the return type of a GCC
4337    builtin and then its argument prototype would still apply.  */
4338 #ifdef __cplusplus
4339 extern "C"
4340 #endif
4341 char gethostbyname ();
4342 int
4343 main ()
4344 {
4345 return gethostbyname ();
4346   ;
4347   return 0;
4348 }
4349 _ACEOF
4350 rm -f conftest.$ac_objext conftest$ac_exeext
4351 if { (ac_try="$ac_link"
4352 case "(($ac_try" in
4353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4354   *) ac_try_echo=$ac_try;;
4355 esac
4356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4357   (eval "$ac_link") 2>conftest.er1
4358   ac_status=$?
4359   grep -v '^ *+' conftest.er1 >conftest.err
4360   rm -f conftest.er1
4361   cat conftest.err >&5
4362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4363   (exit $ac_status); } && {
4364          test -z "$ac_c_werror_flag" ||
4365          test ! -s conftest.err
4366        } && test -s conftest$ac_exeext &&
4367        $as_test_x conftest$ac_exeext; then
4368   ac_cv_lib_nsl_gethostbyname=yes
4369 else
4370   echo "$as_me: failed program was:" >&5
4371 sed 's/^/| /' conftest.$ac_ext >&5
4372
4373         ac_cv_lib_nsl_gethostbyname=no
4374 fi
4375
4376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4377       conftest$ac_exeext conftest.$ac_ext
4378 LIBS=$ac_check_lib_save_LIBS
4379 fi
4380 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4381 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4382 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4383   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4384 fi
4385
4386       if test $ac_cv_lib_nsl_gethostbyname = no; then
4387         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4388 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4389 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4390   echo $ECHO_N "(cached) $ECHO_C" >&6
4391 else
4392   ac_check_lib_save_LIBS=$LIBS
4393 LIBS="-lbsd  $LIBS"
4394 cat >conftest.$ac_ext <<_ACEOF
4395 /* confdefs.h.  */
4396 _ACEOF
4397 cat confdefs.h >>conftest.$ac_ext
4398 cat >>conftest.$ac_ext <<_ACEOF
4399 /* end confdefs.h.  */
4400
4401 /* Override any GCC internal prototype to avoid an error.
4402    Use char because int might match the return type of a GCC
4403    builtin and then its argument prototype would still apply.  */
4404 #ifdef __cplusplus
4405 extern "C"
4406 #endif
4407 char gethostbyname ();
4408 int
4409 main ()
4410 {
4411 return gethostbyname ();
4412   ;
4413   return 0;
4414 }
4415 _ACEOF
4416 rm -f conftest.$ac_objext conftest$ac_exeext
4417 if { (ac_try="$ac_link"
4418 case "(($ac_try" in
4419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4420   *) ac_try_echo=$ac_try;;
4421 esac
4422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4423   (eval "$ac_link") 2>conftest.er1
4424   ac_status=$?
4425   grep -v '^ *+' conftest.er1 >conftest.err
4426   rm -f conftest.er1
4427   cat conftest.err >&5
4428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4429   (exit $ac_status); } && {
4430          test -z "$ac_c_werror_flag" ||
4431          test ! -s conftest.err
4432        } && test -s conftest$ac_exeext &&
4433        $as_test_x conftest$ac_exeext; then
4434   ac_cv_lib_bsd_gethostbyname=yes
4435 else
4436   echo "$as_me: failed program was:" >&5
4437 sed 's/^/| /' conftest.$ac_ext >&5
4438
4439         ac_cv_lib_bsd_gethostbyname=no
4440 fi
4441
4442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4443       conftest$ac_exeext conftest.$ac_ext
4444 LIBS=$ac_check_lib_save_LIBS
4445 fi
4446 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4447 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4448 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4449   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4450 fi
4451
4452       fi
4453     fi
4454
4455     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4456     # socket/setsockopt and other routines are undefined under SCO ODT
4457     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4458     # on later versions), says Simon Leinen: it contains gethostby*
4459     # variants that don't use the name server (or something).  -lsocket
4460     # must be given before -lnsl if both are needed.  We assume that
4461     # if connect needs -lnsl, so does gethostbyname.
4462     { echo "$as_me:$LINENO: checking for connect" >&5
4463 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4464 if test "${ac_cv_func_connect+set}" = set; then
4465   echo $ECHO_N "(cached) $ECHO_C" >&6
4466 else
4467   cat >conftest.$ac_ext <<_ACEOF
4468 /* confdefs.h.  */
4469 _ACEOF
4470 cat confdefs.h >>conftest.$ac_ext
4471 cat >>conftest.$ac_ext <<_ACEOF
4472 /* end confdefs.h.  */
4473 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4474    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4475 #define connect innocuous_connect
4476
4477 /* System header to define __stub macros and hopefully few prototypes,
4478     which can conflict with char connect (); below.
4479     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4480     <limits.h> exists even on freestanding compilers.  */
4481
4482 #ifdef __STDC__
4483 # include <limits.h>
4484 #else
4485 # include <assert.h>
4486 #endif
4487
4488 #undef connect
4489
4490 /* Override any GCC internal prototype to avoid an error.
4491    Use char because int might match the return type of a GCC
4492    builtin and then its argument prototype would still apply.  */
4493 #ifdef __cplusplus
4494 extern "C"
4495 #endif
4496 char connect ();
4497 /* The GNU C library defines this for functions which it implements
4498     to always fail with ENOSYS.  Some functions are actually named
4499     something starting with __ and the normal name is an alias.  */
4500 #if defined __stub_connect || defined __stub___connect
4501 choke me
4502 #endif
4503
4504 int
4505 main ()
4506 {
4507 return connect ();
4508   ;
4509   return 0;
4510 }
4511 _ACEOF
4512 rm -f conftest.$ac_objext conftest$ac_exeext
4513 if { (ac_try="$ac_link"
4514 case "(($ac_try" in
4515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4516   *) ac_try_echo=$ac_try;;
4517 esac
4518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4519   (eval "$ac_link") 2>conftest.er1
4520   ac_status=$?
4521   grep -v '^ *+' conftest.er1 >conftest.err
4522   rm -f conftest.er1
4523   cat conftest.err >&5
4524   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4525   (exit $ac_status); } && {
4526          test -z "$ac_c_werror_flag" ||
4527          test ! -s conftest.err
4528        } && test -s conftest$ac_exeext &&
4529        $as_test_x conftest$ac_exeext; then
4530   ac_cv_func_connect=yes
4531 else
4532   echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4534
4535         ac_cv_func_connect=no
4536 fi
4537
4538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4539       conftest$ac_exeext conftest.$ac_ext
4540 fi
4541 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4542 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4543
4544     if test $ac_cv_func_connect = no; then
4545       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4546 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4547 if test "${ac_cv_lib_socket_connect+set}" = set; then
4548   echo $ECHO_N "(cached) $ECHO_C" >&6
4549 else
4550   ac_check_lib_save_LIBS=$LIBS
4551 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4552 cat >conftest.$ac_ext <<_ACEOF
4553 /* confdefs.h.  */
4554 _ACEOF
4555 cat confdefs.h >>conftest.$ac_ext
4556 cat >>conftest.$ac_ext <<_ACEOF
4557 /* end confdefs.h.  */
4558
4559 /* Override any GCC internal prototype to avoid an error.
4560    Use char because int might match the return type of a GCC
4561    builtin and then its argument prototype would still apply.  */
4562 #ifdef __cplusplus
4563 extern "C"
4564 #endif
4565 char connect ();
4566 int
4567 main ()
4568 {
4569 return connect ();
4570   ;
4571   return 0;
4572 }
4573 _ACEOF
4574 rm -f conftest.$ac_objext conftest$ac_exeext
4575 if { (ac_try="$ac_link"
4576 case "(($ac_try" in
4577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4578   *) ac_try_echo=$ac_try;;
4579 esac
4580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4581   (eval "$ac_link") 2>conftest.er1
4582   ac_status=$?
4583   grep -v '^ *+' conftest.er1 >conftest.err
4584   rm -f conftest.er1
4585   cat conftest.err >&5
4586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587   (exit $ac_status); } && {
4588          test -z "$ac_c_werror_flag" ||
4589          test ! -s conftest.err
4590        } && test -s conftest$ac_exeext &&
4591        $as_test_x conftest$ac_exeext; then
4592   ac_cv_lib_socket_connect=yes
4593 else
4594   echo "$as_me: failed program was:" >&5
4595 sed 's/^/| /' conftest.$ac_ext >&5
4596
4597         ac_cv_lib_socket_connect=no
4598 fi
4599
4600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4601       conftest$ac_exeext conftest.$ac_ext
4602 LIBS=$ac_check_lib_save_LIBS
4603 fi
4604 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4605 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4606 if test $ac_cv_lib_socket_connect = yes; then
4607   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4608 fi
4609
4610     fi
4611
4612     # Guillermo Gomez says -lposix is necessary on A/UX.
4613     { echo "$as_me:$LINENO: checking for remove" >&5
4614 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4615 if test "${ac_cv_func_remove+set}" = set; then
4616   echo $ECHO_N "(cached) $ECHO_C" >&6
4617 else
4618   cat >conftest.$ac_ext <<_ACEOF
4619 /* confdefs.h.  */
4620 _ACEOF
4621 cat confdefs.h >>conftest.$ac_ext
4622 cat >>conftest.$ac_ext <<_ACEOF
4623 /* end confdefs.h.  */
4624 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4625    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4626 #define remove innocuous_remove
4627
4628 /* System header to define __stub macros and hopefully few prototypes,
4629     which can conflict with char remove (); below.
4630     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4631     <limits.h> exists even on freestanding compilers.  */
4632
4633 #ifdef __STDC__
4634 # include <limits.h>
4635 #else
4636 # include <assert.h>
4637 #endif
4638
4639 #undef remove
4640
4641 /* Override any GCC internal prototype to avoid an error.
4642    Use char because int might match the return type of a GCC
4643    builtin and then its argument prototype would still apply.  */
4644 #ifdef __cplusplus
4645 extern "C"
4646 #endif
4647 char remove ();
4648 /* The GNU C library defines this for functions which it implements
4649     to always fail with ENOSYS.  Some functions are actually named
4650     something starting with __ and the normal name is an alias.  */
4651 #if defined __stub_remove || defined __stub___remove
4652 choke me
4653 #endif
4654
4655 int
4656 main ()
4657 {
4658 return remove ();
4659   ;
4660   return 0;
4661 }
4662 _ACEOF
4663 rm -f conftest.$ac_objext conftest$ac_exeext
4664 if { (ac_try="$ac_link"
4665 case "(($ac_try" in
4666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4667   *) ac_try_echo=$ac_try;;
4668 esac
4669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4670   (eval "$ac_link") 2>conftest.er1
4671   ac_status=$?
4672   grep -v '^ *+' conftest.er1 >conftest.err
4673   rm -f conftest.er1
4674   cat conftest.err >&5
4675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4676   (exit $ac_status); } && {
4677          test -z "$ac_c_werror_flag" ||
4678          test ! -s conftest.err
4679        } && test -s conftest$ac_exeext &&
4680        $as_test_x conftest$ac_exeext; then
4681   ac_cv_func_remove=yes
4682 else
4683   echo "$as_me: failed program was:" >&5
4684 sed 's/^/| /' conftest.$ac_ext >&5
4685
4686         ac_cv_func_remove=no
4687 fi
4688
4689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4690       conftest$ac_exeext conftest.$ac_ext
4691 fi
4692 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4693 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4694
4695     if test $ac_cv_func_remove = no; then
4696       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4697 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4698 if test "${ac_cv_lib_posix_remove+set}" = set; then
4699   echo $ECHO_N "(cached) $ECHO_C" >&6
4700 else
4701   ac_check_lib_save_LIBS=$LIBS
4702 LIBS="-lposix  $LIBS"
4703 cat >conftest.$ac_ext <<_ACEOF
4704 /* confdefs.h.  */
4705 _ACEOF
4706 cat confdefs.h >>conftest.$ac_ext
4707 cat >>conftest.$ac_ext <<_ACEOF
4708 /* end confdefs.h.  */
4709
4710 /* Override any GCC internal prototype to avoid an error.
4711    Use char because int might match the return type of a GCC
4712    builtin and then its argument prototype would still apply.  */
4713 #ifdef __cplusplus
4714 extern "C"
4715 #endif
4716 char remove ();
4717 int
4718 main ()
4719 {
4720 return remove ();
4721   ;
4722   return 0;
4723 }
4724 _ACEOF
4725 rm -f conftest.$ac_objext conftest$ac_exeext
4726 if { (ac_try="$ac_link"
4727 case "(($ac_try" in
4728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4729   *) ac_try_echo=$ac_try;;
4730 esac
4731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4732   (eval "$ac_link") 2>conftest.er1
4733   ac_status=$?
4734   grep -v '^ *+' conftest.er1 >conftest.err
4735   rm -f conftest.er1
4736   cat conftest.err >&5
4737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4738   (exit $ac_status); } && {
4739          test -z "$ac_c_werror_flag" ||
4740          test ! -s conftest.err
4741        } && test -s conftest$ac_exeext &&
4742        $as_test_x conftest$ac_exeext; then
4743   ac_cv_lib_posix_remove=yes
4744 else
4745   echo "$as_me: failed program was:" >&5
4746 sed 's/^/| /' conftest.$ac_ext >&5
4747
4748         ac_cv_lib_posix_remove=no
4749 fi
4750
4751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4752       conftest$ac_exeext conftest.$ac_ext
4753 LIBS=$ac_check_lib_save_LIBS
4754 fi
4755 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
4756 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
4757 if test $ac_cv_lib_posix_remove = yes; then
4758   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
4759 fi
4760
4761     fi
4762
4763     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
4764     { echo "$as_me:$LINENO: checking for shmat" >&5
4765 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
4766 if test "${ac_cv_func_shmat+set}" = set; then
4767   echo $ECHO_N "(cached) $ECHO_C" >&6
4768 else
4769   cat >conftest.$ac_ext <<_ACEOF
4770 /* confdefs.h.  */
4771 _ACEOF
4772 cat confdefs.h >>conftest.$ac_ext
4773 cat >>conftest.$ac_ext <<_ACEOF
4774 /* end confdefs.h.  */
4775 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4776    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4777 #define shmat innocuous_shmat
4778
4779 /* System header to define __stub macros and hopefully few prototypes,
4780     which can conflict with char shmat (); below.
4781     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4782     <limits.h> exists even on freestanding compilers.  */
4783
4784 #ifdef __STDC__
4785 # include <limits.h>
4786 #else
4787 # include <assert.h>
4788 #endif
4789
4790 #undef shmat
4791
4792 /* Override any GCC internal prototype to avoid an error.
4793    Use char because int might match the return type of a GCC
4794    builtin and then its argument prototype would still apply.  */
4795 #ifdef __cplusplus
4796 extern "C"
4797 #endif
4798 char shmat ();
4799 /* The GNU C library defines this for functions which it implements
4800     to always fail with ENOSYS.  Some functions are actually named
4801     something starting with __ and the normal name is an alias.  */
4802 #if defined __stub_shmat || defined __stub___shmat
4803 choke me
4804 #endif
4805
4806 int
4807 main ()
4808 {
4809 return shmat ();
4810   ;
4811   return 0;
4812 }
4813 _ACEOF
4814 rm -f conftest.$ac_objext conftest$ac_exeext
4815 if { (ac_try="$ac_link"
4816 case "(($ac_try" in
4817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4818   *) ac_try_echo=$ac_try;;
4819 esac
4820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4821   (eval "$ac_link") 2>conftest.er1
4822   ac_status=$?
4823   grep -v '^ *+' conftest.er1 >conftest.err
4824   rm -f conftest.er1
4825   cat conftest.err >&5
4826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827   (exit $ac_status); } && {
4828          test -z "$ac_c_werror_flag" ||
4829          test ! -s conftest.err
4830        } && test -s conftest$ac_exeext &&
4831        $as_test_x conftest$ac_exeext; then
4832   ac_cv_func_shmat=yes
4833 else
4834   echo "$as_me: failed program was:" >&5
4835 sed 's/^/| /' conftest.$ac_ext >&5
4836
4837         ac_cv_func_shmat=no
4838 fi
4839
4840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4841       conftest$ac_exeext conftest.$ac_ext
4842 fi
4843 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
4844 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
4845
4846     if test $ac_cv_func_shmat = no; then
4847       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
4848 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
4849 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
4850   echo $ECHO_N "(cached) $ECHO_C" >&6
4851 else
4852   ac_check_lib_save_LIBS=$LIBS
4853 LIBS="-lipc  $LIBS"
4854 cat >conftest.$ac_ext <<_ACEOF
4855 /* confdefs.h.  */
4856 _ACEOF
4857 cat confdefs.h >>conftest.$ac_ext
4858 cat >>conftest.$ac_ext <<_ACEOF
4859 /* end confdefs.h.  */
4860
4861 /* Override any GCC internal prototype to avoid an error.
4862    Use char because int might match the return type of a GCC
4863    builtin and then its argument prototype would still apply.  */
4864 #ifdef __cplusplus
4865 extern "C"
4866 #endif
4867 char shmat ();
4868 int
4869 main ()
4870 {
4871 return shmat ();
4872   ;
4873   return 0;
4874 }
4875 _ACEOF
4876 rm -f conftest.$ac_objext conftest$ac_exeext
4877 if { (ac_try="$ac_link"
4878 case "(($ac_try" in
4879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4880   *) ac_try_echo=$ac_try;;
4881 esac
4882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4883   (eval "$ac_link") 2>conftest.er1
4884   ac_status=$?
4885   grep -v '^ *+' conftest.er1 >conftest.err
4886   rm -f conftest.er1
4887   cat conftest.err >&5
4888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4889   (exit $ac_status); } && {
4890          test -z "$ac_c_werror_flag" ||
4891          test ! -s conftest.err
4892        } && test -s conftest$ac_exeext &&
4893        $as_test_x conftest$ac_exeext; then
4894   ac_cv_lib_ipc_shmat=yes
4895 else
4896   echo "$as_me: failed program was:" >&5
4897 sed 's/^/| /' conftest.$ac_ext >&5
4898
4899         ac_cv_lib_ipc_shmat=no
4900 fi
4901
4902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4903       conftest$ac_exeext conftest.$ac_ext
4904 LIBS=$ac_check_lib_save_LIBS
4905 fi
4906 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
4907 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
4908 if test $ac_cv_lib_ipc_shmat = yes; then
4909   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
4910 fi
4911
4912     fi
4913   fi
4914
4915   # Check for libraries that X11R6 Xt/Xaw programs need.
4916   ac_save_LDFLAGS=$LDFLAGS
4917   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4918   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4919   # check for ICE first), but we must link in the order -lSM -lICE or
4920   # we get undefined symbols.  So assume we have SM if we have ICE.
4921   # These have to be linked with before -lX11, unlike the other
4922   # libraries we check for below, so use a different variable.
4923   # John Interrante, Karl Berry
4924   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
4925 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
4926 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
4927   echo $ECHO_N "(cached) $ECHO_C" >&6
4928 else
4929   ac_check_lib_save_LIBS=$LIBS
4930 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
4931 cat >conftest.$ac_ext <<_ACEOF
4932 /* confdefs.h.  */
4933 _ACEOF
4934 cat confdefs.h >>conftest.$ac_ext
4935 cat >>conftest.$ac_ext <<_ACEOF
4936 /* end confdefs.h.  */
4937
4938 /* Override any GCC internal prototype to avoid an error.
4939    Use char because int might match the return type of a GCC
4940    builtin and then its argument prototype would still apply.  */
4941 #ifdef __cplusplus
4942 extern "C"
4943 #endif
4944 char IceConnectionNumber ();
4945 int
4946 main ()
4947 {
4948 return IceConnectionNumber ();
4949   ;
4950   return 0;
4951 }
4952 _ACEOF
4953 rm -f conftest.$ac_objext conftest$ac_exeext
4954 if { (ac_try="$ac_link"
4955 case "(($ac_try" in
4956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4957   *) ac_try_echo=$ac_try;;
4958 esac
4959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4960   (eval "$ac_link") 2>conftest.er1
4961   ac_status=$?
4962   grep -v '^ *+' conftest.er1 >conftest.err
4963   rm -f conftest.er1
4964   cat conftest.err >&5
4965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4966   (exit $ac_status); } && {
4967          test -z "$ac_c_werror_flag" ||
4968          test ! -s conftest.err
4969        } && test -s conftest$ac_exeext &&
4970        $as_test_x conftest$ac_exeext; then
4971   ac_cv_lib_ICE_IceConnectionNumber=yes
4972 else
4973   echo "$as_me: failed program was:" >&5
4974 sed 's/^/| /' conftest.$ac_ext >&5
4975
4976         ac_cv_lib_ICE_IceConnectionNumber=no
4977 fi
4978
4979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4980       conftest$ac_exeext conftest.$ac_ext
4981 LIBS=$ac_check_lib_save_LIBS
4982 fi
4983 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
4984 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
4985 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
4986   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
4987 fi
4988
4989   LDFLAGS=$ac_save_LDFLAGS
4990
4991 fi
4992
4993
4994 for ac_prog in flex
4995 do
4996   # Extract the first word of "$ac_prog", so it can be a program name with args.
4997 set dummy $ac_prog; ac_word=$2
4998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5000 if test "${ac_cv_prog_FLEX+set}" = set; then
5001   echo $ECHO_N "(cached) $ECHO_C" >&6
5002 else
5003   if test -n "$FLEX"; then
5004   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5005 else
5006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5007 for as_dir in $PATH
5008 do
5009   IFS=$as_save_IFS
5010   test -z "$as_dir" && as_dir=.
5011   for ac_exec_ext in '' $ac_executable_extensions; do
5012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5013     ac_cv_prog_FLEX="$ac_prog"
5014     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5015     break 2
5016   fi
5017 done
5018 done
5019 IFS=$as_save_IFS
5020
5021 fi
5022 fi
5023 FLEX=$ac_cv_prog_FLEX
5024 if test -n "$FLEX"; then
5025   { echo "$as_me:$LINENO: result: $FLEX" >&5
5026 echo "${ECHO_T}$FLEX" >&6; }
5027 else
5028   { echo "$as_me:$LINENO: result: no" >&5
5029 echo "${ECHO_T}no" >&6; }
5030 fi
5031
5032
5033   test -n "$FLEX" && break
5034 done
5035 test -n "$FLEX" || FLEX="none"
5036
5037 if test "$FLEX" = "none"
5038 then
5039   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5040 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5041    { (exit 1); exit 1; }; }
5042 fi
5043
5044 for ac_prog in bison
5045 do
5046   # Extract the first word of "$ac_prog", so it can be a program name with args.
5047 set dummy $ac_prog; ac_word=$2
5048 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5050 if test "${ac_cv_prog_BISON+set}" = set; then
5051   echo $ECHO_N "(cached) $ECHO_C" >&6
5052 else
5053   if test -n "$BISON"; then
5054   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5055 else
5056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057 for as_dir in $PATH
5058 do
5059   IFS=$as_save_IFS
5060   test -z "$as_dir" && as_dir=.
5061   for ac_exec_ext in '' $ac_executable_extensions; do
5062   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5063     ac_cv_prog_BISON="$ac_prog"
5064     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5065     break 2
5066   fi
5067 done
5068 done
5069 IFS=$as_save_IFS
5070
5071 fi
5072 fi
5073 BISON=$ac_cv_prog_BISON
5074 if test -n "$BISON"; then
5075   { echo "$as_me:$LINENO: result: $BISON" >&5
5076 echo "${ECHO_T}$BISON" >&6; }
5077 else
5078   { echo "$as_me:$LINENO: result: no" >&5
5079 echo "${ECHO_T}no" >&6; }
5080 fi
5081
5082
5083   test -n "$BISON" && break
5084 done
5085 test -n "$BISON" || BISON="none"
5086
5087 if test "$BISON" = "none"
5088 then
5089   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5090 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5091    { (exit 1); exit 1; }; }
5092 fi
5093
5094 if test -n "$ac_tool_prefix"; then
5095   for ac_prog in gas as
5096   do
5097     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5098 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5099 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5100 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5101 if test "${ac_cv_prog_AS+set}" = set; then
5102   echo $ECHO_N "(cached) $ECHO_C" >&6
5103 else
5104   if test -n "$AS"; then
5105   ac_cv_prog_AS="$AS" # Let the user override the test.
5106 else
5107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108 for as_dir in $PATH
5109 do
5110   IFS=$as_save_IFS
5111   test -z "$as_dir" && as_dir=.
5112   for ac_exec_ext in '' $ac_executable_extensions; do
5113   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5114     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5115     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5116     break 2
5117   fi
5118 done
5119 done
5120 IFS=$as_save_IFS
5121
5122 fi
5123 fi
5124 AS=$ac_cv_prog_AS
5125 if test -n "$AS"; then
5126   { echo "$as_me:$LINENO: result: $AS" >&5
5127 echo "${ECHO_T}$AS" >&6; }
5128 else
5129   { echo "$as_me:$LINENO: result: no" >&5
5130 echo "${ECHO_T}no" >&6; }
5131 fi
5132
5133
5134     test -n "$AS" && break
5135   done
5136 fi
5137 if test -z "$AS"; then
5138   ac_ct_AS=$AS
5139   for ac_prog in gas as
5140 do
5141   # Extract the first word of "$ac_prog", so it can be a program name with args.
5142 set dummy $ac_prog; ac_word=$2
5143 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5145 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5146   echo $ECHO_N "(cached) $ECHO_C" >&6
5147 else
5148   if test -n "$ac_ct_AS"; then
5149   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5150 else
5151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5152 for as_dir in $PATH
5153 do
5154   IFS=$as_save_IFS
5155   test -z "$as_dir" && as_dir=.
5156   for ac_exec_ext in '' $ac_executable_extensions; do
5157   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5158     ac_cv_prog_ac_ct_AS="$ac_prog"
5159     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5160     break 2
5161   fi
5162 done
5163 done
5164 IFS=$as_save_IFS
5165
5166 fi
5167 fi
5168 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5169 if test -n "$ac_ct_AS"; then
5170   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5171 echo "${ECHO_T}$ac_ct_AS" >&6; }
5172 else
5173   { echo "$as_me:$LINENO: result: no" >&5
5174 echo "${ECHO_T}no" >&6; }
5175 fi
5176
5177
5178   test -n "$ac_ct_AS" && break
5179 done
5180
5181   if test "x$ac_ct_AS" = x; then
5182     AS="as"
5183   else
5184     case $cross_compiling:$ac_tool_warned in
5185 yes:)
5186 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5187 whose name does not start with the host triplet.  If you think this
5188 configuration is useful to you, please write to autoconf@gnu.org." >&5
5189 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5190 whose name does not start with the host triplet.  If you think this
5191 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5192 ac_tool_warned=yes ;;
5193 esac
5194     AS=$ac_ct_AS
5195   fi
5196 fi
5197
5198 if test -n "$ac_tool_prefix"; then
5199   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5200 set dummy ${ac_tool_prefix}ld; ac_word=$2
5201 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5202 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5203 if test "${ac_cv_prog_LD+set}" = set; then
5204   echo $ECHO_N "(cached) $ECHO_C" >&6
5205 else
5206   if test -n "$LD"; then
5207   ac_cv_prog_LD="$LD" # Let the user override the test.
5208 else
5209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5210 for as_dir in $PATH
5211 do
5212   IFS=$as_save_IFS
5213   test -z "$as_dir" && as_dir=.
5214   for ac_exec_ext in '' $ac_executable_extensions; do
5215   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5216     ac_cv_prog_LD="${ac_tool_prefix}ld"
5217     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5218     break 2
5219   fi
5220 done
5221 done
5222 IFS=$as_save_IFS
5223
5224 fi
5225 fi
5226 LD=$ac_cv_prog_LD
5227 if test -n "$LD"; then
5228   { echo "$as_me:$LINENO: result: $LD" >&5
5229 echo "${ECHO_T}$LD" >&6; }
5230 else
5231   { echo "$as_me:$LINENO: result: no" >&5
5232 echo "${ECHO_T}no" >&6; }
5233 fi
5234
5235
5236 fi
5237 if test -z "$ac_cv_prog_LD"; then
5238   ac_ct_LD=$LD
5239   # Extract the first word of "ld", so it can be a program name with args.
5240 set dummy ld; ac_word=$2
5241 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5242 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5243 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5244   echo $ECHO_N "(cached) $ECHO_C" >&6
5245 else
5246   if test -n "$ac_ct_LD"; then
5247   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5248 else
5249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5250 for as_dir in $PATH
5251 do
5252   IFS=$as_save_IFS
5253   test -z "$as_dir" && as_dir=.
5254   for ac_exec_ext in '' $ac_executable_extensions; do
5255   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5256     ac_cv_prog_ac_ct_LD="ld"
5257     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5258     break 2
5259   fi
5260 done
5261 done
5262 IFS=$as_save_IFS
5263
5264 fi
5265 fi
5266 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5267 if test -n "$ac_ct_LD"; then
5268   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5269 echo "${ECHO_T}$ac_ct_LD" >&6; }
5270 else
5271   { echo "$as_me:$LINENO: result: no" >&5
5272 echo "${ECHO_T}no" >&6; }
5273 fi
5274
5275   if test "x$ac_ct_LD" = x; then
5276     LD="ld"
5277   else
5278     case $cross_compiling:$ac_tool_warned in
5279 yes:)
5280 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5281 whose name does not start with the host triplet.  If you think this
5282 configuration is useful to you, please write to autoconf@gnu.org." >&5
5283 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5284 whose name does not start with the host triplet.  If you think this
5285 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5286 ac_tool_warned=yes ;;
5287 esac
5288     LD=$ac_ct_LD
5289   fi
5290 else
5291   LD="$ac_cv_prog_LD"
5292 fi
5293
5294 if test -n "$ac_tool_prefix"; then
5295   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5296 set dummy ${ac_tool_prefix}ar; ac_word=$2
5297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5299 if test "${ac_cv_prog_AR+set}" = set; then
5300   echo $ECHO_N "(cached) $ECHO_C" >&6
5301 else
5302   if test -n "$AR"; then
5303   ac_cv_prog_AR="$AR" # Let the user override the test.
5304 else
5305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5306 for as_dir in $PATH
5307 do
5308   IFS=$as_save_IFS
5309   test -z "$as_dir" && as_dir=.
5310   for ac_exec_ext in '' $ac_executable_extensions; do
5311   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5312     ac_cv_prog_AR="${ac_tool_prefix}ar"
5313     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5314     break 2
5315   fi
5316 done
5317 done
5318 IFS=$as_save_IFS
5319
5320 fi
5321 fi
5322 AR=$ac_cv_prog_AR
5323 if test -n "$AR"; then
5324   { echo "$as_me:$LINENO: result: $AR" >&5
5325 echo "${ECHO_T}$AR" >&6; }
5326 else
5327   { echo "$as_me:$LINENO: result: no" >&5
5328 echo "${ECHO_T}no" >&6; }
5329 fi
5330
5331
5332 fi
5333 if test -z "$ac_cv_prog_AR"; then
5334   ac_ct_AR=$AR
5335   # Extract the first word of "ar", so it can be a program name with args.
5336 set dummy ar; ac_word=$2
5337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5339 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5340   echo $ECHO_N "(cached) $ECHO_C" >&6
5341 else
5342   if test -n "$ac_ct_AR"; then
5343   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5344 else
5345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5346 for as_dir in $PATH
5347 do
5348   IFS=$as_save_IFS
5349   test -z "$as_dir" && as_dir=.
5350   for ac_exec_ext in '' $ac_executable_extensions; do
5351   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5352     ac_cv_prog_ac_ct_AR="ar"
5353     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5354     break 2
5355   fi
5356 done
5357 done
5358 IFS=$as_save_IFS
5359
5360 fi
5361 fi
5362 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5363 if test -n "$ac_ct_AR"; then
5364   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5365 echo "${ECHO_T}$ac_ct_AR" >&6; }
5366 else
5367   { echo "$as_me:$LINENO: result: no" >&5
5368 echo "${ECHO_T}no" >&6; }
5369 fi
5370
5371   if test "x$ac_ct_AR" = x; then
5372     AR="ar"
5373   else
5374     case $cross_compiling:$ac_tool_warned in
5375 yes:)
5376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5377 whose name does not start with the host triplet.  If you think this
5378 configuration is useful to you, please write to autoconf@gnu.org." >&5
5379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5380 whose name does not start with the host triplet.  If you think this
5381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5382 ac_tool_warned=yes ;;
5383 esac
5384     AR=$ac_ct_AR
5385   fi
5386 else
5387   AR="$ac_cv_prog_AR"
5388 fi
5389
5390 if test -n "$ac_tool_prefix"; then
5391   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5392 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5395 if test "${ac_cv_prog_RANLIB+set}" = set; then
5396   echo $ECHO_N "(cached) $ECHO_C" >&6
5397 else
5398   if test -n "$RANLIB"; then
5399   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5400 else
5401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5402 for as_dir in $PATH
5403 do
5404   IFS=$as_save_IFS
5405   test -z "$as_dir" && as_dir=.
5406   for ac_exec_ext in '' $ac_executable_extensions; do
5407   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5408     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5409     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5410     break 2
5411   fi
5412 done
5413 done
5414 IFS=$as_save_IFS
5415
5416 fi
5417 fi
5418 RANLIB=$ac_cv_prog_RANLIB
5419 if test -n "$RANLIB"; then
5420   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5421 echo "${ECHO_T}$RANLIB" >&6; }
5422 else
5423   { echo "$as_me:$LINENO: result: no" >&5
5424 echo "${ECHO_T}no" >&6; }
5425 fi
5426
5427
5428 fi
5429 if test -z "$ac_cv_prog_RANLIB"; then
5430   ac_ct_RANLIB=$RANLIB
5431   # Extract the first word of "ranlib", so it can be a program name with args.
5432 set dummy ranlib; ac_word=$2
5433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5435 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5436   echo $ECHO_N "(cached) $ECHO_C" >&6
5437 else
5438   if test -n "$ac_ct_RANLIB"; then
5439   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5440 else
5441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5442 for as_dir in $PATH
5443 do
5444   IFS=$as_save_IFS
5445   test -z "$as_dir" && as_dir=.
5446   for ac_exec_ext in '' $ac_executable_extensions; do
5447   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5448     ac_cv_prog_ac_ct_RANLIB="ranlib"
5449     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5450     break 2
5451   fi
5452 done
5453 done
5454 IFS=$as_save_IFS
5455
5456 fi
5457 fi
5458 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5459 if test -n "$ac_ct_RANLIB"; then
5460   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5461 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5462 else
5463   { echo "$as_me:$LINENO: result: no" >&5
5464 echo "${ECHO_T}no" >&6; }
5465 fi
5466
5467   if test "x$ac_ct_RANLIB" = x; then
5468     RANLIB=":"
5469   else
5470     case $cross_compiling:$ac_tool_warned in
5471 yes:)
5472 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5473 whose name does not start with the host triplet.  If you think this
5474 configuration is useful to you, please write to autoconf@gnu.org." >&5
5475 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5476 whose name does not start with the host triplet.  If you think this
5477 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5478 ac_tool_warned=yes ;;
5479 esac
5480     RANLIB=$ac_ct_RANLIB
5481   fi
5482 else
5483   RANLIB="$ac_cv_prog_RANLIB"
5484 fi
5485
5486 if test -n "$ac_tool_prefix"; then
5487   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5488 set dummy ${ac_tool_prefix}strip; ac_word=$2
5489 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5490 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5491 if test "${ac_cv_prog_STRIP+set}" = set; then
5492   echo $ECHO_N "(cached) $ECHO_C" >&6
5493 else
5494   if test -n "$STRIP"; then
5495   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5496 else
5497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5498 for as_dir in $PATH
5499 do
5500   IFS=$as_save_IFS
5501   test -z "$as_dir" && as_dir=.
5502   for ac_exec_ext in '' $ac_executable_extensions; do
5503   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5504     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5505     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5506     break 2
5507   fi
5508 done
5509 done
5510 IFS=$as_save_IFS
5511
5512 fi
5513 fi
5514 STRIP=$ac_cv_prog_STRIP
5515 if test -n "$STRIP"; then
5516   { echo "$as_me:$LINENO: result: $STRIP" >&5
5517 echo "${ECHO_T}$STRIP" >&6; }
5518 else
5519   { echo "$as_me:$LINENO: result: no" >&5
5520 echo "${ECHO_T}no" >&6; }
5521 fi
5522
5523
5524 fi
5525 if test -z "$ac_cv_prog_STRIP"; then
5526   ac_ct_STRIP=$STRIP
5527   # Extract the first word of "strip", so it can be a program name with args.
5528 set dummy strip; ac_word=$2
5529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5531 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5532   echo $ECHO_N "(cached) $ECHO_C" >&6
5533 else
5534   if test -n "$ac_ct_STRIP"; then
5535   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5536 else
5537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5538 for as_dir in $PATH
5539 do
5540   IFS=$as_save_IFS
5541   test -z "$as_dir" && as_dir=.
5542   for ac_exec_ext in '' $ac_executable_extensions; do
5543   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5544     ac_cv_prog_ac_ct_STRIP="strip"
5545     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5546     break 2
5547   fi
5548 done
5549 done
5550 IFS=$as_save_IFS
5551
5552 fi
5553 fi
5554 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5555 if test -n "$ac_ct_STRIP"; then
5556   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5557 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5558 else
5559   { echo "$as_me:$LINENO: result: no" >&5
5560 echo "${ECHO_T}no" >&6; }
5561 fi
5562
5563   if test "x$ac_ct_STRIP" = x; then
5564     STRIP="strip"
5565   else
5566     case $cross_compiling:$ac_tool_warned in
5567 yes:)
5568 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5569 whose name does not start with the host triplet.  If you think this
5570 configuration is useful to you, please write to autoconf@gnu.org." >&5
5571 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5572 whose name does not start with the host triplet.  If you think this
5573 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5574 ac_tool_warned=yes ;;
5575 esac
5576     STRIP=$ac_ct_STRIP
5577   fi
5578 else
5579   STRIP="$ac_cv_prog_STRIP"
5580 fi
5581
5582 if test -n "$ac_tool_prefix"; then
5583   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5584 set dummy ${ac_tool_prefix}windres; ac_word=$2
5585 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5587 if test "${ac_cv_prog_WINDRES+set}" = set; then
5588   echo $ECHO_N "(cached) $ECHO_C" >&6
5589 else
5590   if test -n "$WINDRES"; then
5591   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5592 else
5593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5594 for as_dir in $PATH
5595 do
5596   IFS=$as_save_IFS
5597   test -z "$as_dir" && as_dir=.
5598   for ac_exec_ext in '' $ac_executable_extensions; do
5599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5600     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5601     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5602     break 2
5603   fi
5604 done
5605 done
5606 IFS=$as_save_IFS
5607
5608 fi
5609 fi
5610 WINDRES=$ac_cv_prog_WINDRES
5611 if test -n "$WINDRES"; then
5612   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5613 echo "${ECHO_T}$WINDRES" >&6; }
5614 else
5615   { echo "$as_me:$LINENO: result: no" >&5
5616 echo "${ECHO_T}no" >&6; }
5617 fi
5618
5619
5620 fi
5621 if test -z "$ac_cv_prog_WINDRES"; then
5622   ac_ct_WINDRES=$WINDRES
5623   # Extract the first word of "windres", so it can be a program name with args.
5624 set dummy windres; ac_word=$2
5625 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5627 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5628   echo $ECHO_N "(cached) $ECHO_C" >&6
5629 else
5630   if test -n "$ac_ct_WINDRES"; then
5631   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5632 else
5633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5634 for as_dir in $PATH
5635 do
5636   IFS=$as_save_IFS
5637   test -z "$as_dir" && as_dir=.
5638   for ac_exec_ext in '' $ac_executable_extensions; do
5639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5640     ac_cv_prog_ac_ct_WINDRES="windres"
5641     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5642     break 2
5643   fi
5644 done
5645 done
5646 IFS=$as_save_IFS
5647
5648 fi
5649 fi
5650 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
5651 if test -n "$ac_ct_WINDRES"; then
5652   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5653 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
5654 else
5655   { echo "$as_me:$LINENO: result: no" >&5
5656 echo "${ECHO_T}no" >&6; }
5657 fi
5658
5659   if test "x$ac_ct_WINDRES" = x; then
5660     WINDRES="false"
5661   else
5662     case $cross_compiling:$ac_tool_warned in
5663 yes:)
5664 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5665 whose name does not start with the host triplet.  If you think this
5666 configuration is useful to you, please write to autoconf@gnu.org." >&5
5667 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5668 whose name does not start with the host triplet.  If you think this
5669 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5670 ac_tool_warned=yes ;;
5671 esac
5672     WINDRES=$ac_ct_WINDRES
5673   fi
5674 else
5675   WINDRES="$ac_cv_prog_WINDRES"
5676 fi
5677
5678 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
5679 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
5680 LN_S=$as_ln_s
5681 if test "$LN_S" = "ln -s"; then
5682   { echo "$as_me:$LINENO: result: yes" >&5
5683 echo "${ECHO_T}yes" >&6; }
5684 else
5685   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5686 echo "${ECHO_T}no, using $LN_S" >&6; }
5687 fi
5688
5689 { echo "$as_me:$LINENO: checking whether ln works" >&5
5690 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
5691 rm -f conf$$ conf$$.file
5692 echo >conf$$.file
5693 if ln conf$$.file conf$$ 2>/dev/null; then
5694   LN=ln
5695
5696   { echo "$as_me:$LINENO: result: yes" >&5
5697 echo "${ECHO_T}yes" >&6; }
5698 else
5699   LN="cp -p"
5700
5701   { echo "$as_me:$LINENO: result: no, using $LN" >&5
5702 echo "${ECHO_T}no, using $LN" >&6; }
5703 fi
5704 rm -f conf$$ conf$$.file
5705 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5706 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5707 if test "${ac_cv_path_GREP+set}" = set; then
5708   echo $ECHO_N "(cached) $ECHO_C" >&6
5709 else
5710   # Extract the first word of "grep ggrep" to use in msg output
5711 if test -z "$GREP"; then
5712 set dummy grep ggrep; ac_prog_name=$2
5713 if test "${ac_cv_path_GREP+set}" = set; then
5714   echo $ECHO_N "(cached) $ECHO_C" >&6
5715 else
5716   ac_path_GREP_found=false
5717 # Loop through the user's path and test for each of PROGNAME-LIST
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5720 do
5721   IFS=$as_save_IFS
5722   test -z "$as_dir" && as_dir=.
5723   for ac_prog in grep ggrep; do
5724   for ac_exec_ext in '' $ac_executable_extensions; do
5725     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5726     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5727     # Check for GNU ac_path_GREP and select it if it is found.
5728   # Check for GNU $ac_path_GREP
5729 case `"$ac_path_GREP" --version 2>&1` in
5730 *GNU*)
5731   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5732 *)
5733   ac_count=0
5734   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5735   while :
5736   do
5737     cat "conftest.in" "conftest.in" >"conftest.tmp"
5738     mv "conftest.tmp" "conftest.in"
5739     cp "conftest.in" "conftest.nl"
5740     echo 'GREP' >> "conftest.nl"
5741     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5742     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5743     ac_count=`expr $ac_count + 1`
5744     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5745       # Best one so far, save it but keep looking for a better one
5746       ac_cv_path_GREP="$ac_path_GREP"
5747       ac_path_GREP_max=$ac_count
5748     fi
5749     # 10*(2^10) chars as input seems more than enough
5750     test $ac_count -gt 10 && break
5751   done
5752   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5753 esac
5754
5755
5756     $ac_path_GREP_found && break 3
5757   done
5758 done
5759
5760 done
5761 IFS=$as_save_IFS
5762
5763
5764 fi
5765
5766 GREP="$ac_cv_path_GREP"
5767 if test -z "$GREP"; then
5768   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5769 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5770    { (exit 1); exit 1; }; }
5771 fi
5772
5773 else
5774   ac_cv_path_GREP=$GREP
5775 fi
5776
5777
5778 fi
5779 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5780 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5781  GREP="$ac_cv_path_GREP"
5782
5783
5784 { echo "$as_me:$LINENO: checking for egrep" >&5
5785 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5786 if test "${ac_cv_path_EGREP+set}" = set; then
5787   echo $ECHO_N "(cached) $ECHO_C" >&6
5788 else
5789   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5790    then ac_cv_path_EGREP="$GREP -E"
5791    else
5792      # Extract the first word of "egrep" to use in msg output
5793 if test -z "$EGREP"; then
5794 set dummy egrep; ac_prog_name=$2
5795 if test "${ac_cv_path_EGREP+set}" = set; then
5796   echo $ECHO_N "(cached) $ECHO_C" >&6
5797 else
5798   ac_path_EGREP_found=false
5799 # Loop through the user's path and test for each of PROGNAME-LIST
5800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5801 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5802 do
5803   IFS=$as_save_IFS
5804   test -z "$as_dir" && as_dir=.
5805   for ac_prog in egrep; do
5806   for ac_exec_ext in '' $ac_executable_extensions; do
5807     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5808     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5809     # Check for GNU ac_path_EGREP and select it if it is found.
5810   # Check for GNU $ac_path_EGREP
5811 case `"$ac_path_EGREP" --version 2>&1` in
5812 *GNU*)
5813   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5814 *)
5815   ac_count=0
5816   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5817   while :
5818   do
5819     cat "conftest.in" "conftest.in" >"conftest.tmp"
5820     mv "conftest.tmp" "conftest.in"
5821     cp "conftest.in" "conftest.nl"
5822     echo 'EGREP' >> "conftest.nl"
5823     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5824     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5825     ac_count=`expr $ac_count + 1`
5826     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5827       # Best one so far, save it but keep looking for a better one
5828       ac_cv_path_EGREP="$ac_path_EGREP"
5829       ac_path_EGREP_max=$ac_count
5830     fi
5831     # 10*(2^10) chars as input seems more than enough
5832     test $ac_count -gt 10 && break
5833   done
5834   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5835 esac
5836
5837
5838     $ac_path_EGREP_found && break 3
5839   done
5840 done
5841
5842 done
5843 IFS=$as_save_IFS
5844
5845
5846 fi
5847
5848 EGREP="$ac_cv_path_EGREP"
5849 if test -z "$EGREP"; then
5850   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5851 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5852    { (exit 1); exit 1; }; }
5853 fi
5854
5855 else
5856   ac_cv_path_EGREP=$EGREP
5857 fi
5858
5859
5860    fi
5861 fi
5862 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5863 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5864  EGREP="$ac_cv_path_EGREP"
5865
5866
5867 # Extract the first word of "ldconfig", so it can be a program name with args.
5868 set dummy ldconfig; ac_word=$2
5869 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5871 if test "${ac_cv_path_LDCONFIG+set}" = set; then
5872   echo $ECHO_N "(cached) $ECHO_C" >&6
5873 else
5874   case $LDCONFIG in
5875   [\\/]* | ?:[\\/]*)
5876   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5877   ;;
5878   *)
5879   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5880 for as_dir in /sbin /usr/sbin $PATH
5881 do
5882   IFS=$as_save_IFS
5883   test -z "$as_dir" && as_dir=.
5884   for ac_exec_ext in '' $ac_executable_extensions; do
5885   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5886     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5887     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5888     break 2
5889   fi
5890 done
5891 done
5892 IFS=$as_save_IFS
5893
5894   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5895   ;;
5896 esac
5897 fi
5898 LDCONFIG=$ac_cv_path_LDCONFIG
5899 if test -n "$LDCONFIG"; then
5900   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
5901 echo "${ECHO_T}$LDCONFIG" >&6; }
5902 else
5903   { echo "$as_me:$LINENO: result: no" >&5
5904 echo "${ECHO_T}no" >&6; }
5905 fi
5906
5907
5908 # Find a good install program.  We prefer a C program (faster),
5909 # so one script is as good as another.  But avoid the broken or
5910 # incompatible versions:
5911 # SysV /etc/install, /usr/sbin/install
5912 # SunOS /usr/etc/install
5913 # IRIX /sbin/install
5914 # AIX /bin/install
5915 # AmigaOS /C/install, which installs bootblocks on floppy discs
5916 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5917 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5918 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5919 # OS/2's system install, which has a completely different semantic
5920 # ./install, which can be erroneously created by make from ./install.sh.
5921 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5922 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
5923 if test -z "$INSTALL"; then
5924 if test "${ac_cv_path_install+set}" = set; then
5925   echo $ECHO_N "(cached) $ECHO_C" >&6
5926 else
5927   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5928 for as_dir in $PATH
5929 do
5930   IFS=$as_save_IFS
5931   test -z "$as_dir" && as_dir=.
5932   # Account for people who put trailing slashes in PATH elements.
5933 case $as_dir/ in
5934   ./ | .// | /cC/* | \
5935   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5936   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
5937   /usr/ucb/* ) ;;
5938   *)
5939     # OSF1 and SCO ODT 3.0 have their own names for install.
5940     # Don't use installbsd from OSF since it installs stuff as root
5941     # by default.
5942     for ac_prog in ginstall scoinst install; do
5943       for ac_exec_ext in '' $ac_executable_extensions; do
5944         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5945           if test $ac_prog = install &&
5946             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5947             # AIX install.  It has an incompatible calling convention.
5948             :
5949           elif test $ac_prog = install &&
5950             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5951             # program-specific install script used by HP pwplus--don't use.
5952             :
5953           else
5954             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5955             break 3
5956           fi
5957         fi
5958       done
5959     done
5960     ;;
5961 esac
5962 done
5963 IFS=$as_save_IFS
5964
5965
5966 fi
5967   if test "${ac_cv_path_install+set}" = set; then
5968     INSTALL=$ac_cv_path_install
5969   else
5970     # As a last resort, use the slow shell script.  Don't cache a
5971     # value for INSTALL within a source directory, because that will
5972     # break other packages using the cache if that directory is
5973     # removed, or if the value is a relative name.
5974     INSTALL=$ac_install_sh
5975   fi
5976 fi
5977 { echo "$as_me:$LINENO: result: $INSTALL" >&5
5978 echo "${ECHO_T}$INSTALL" >&6; }
5979
5980 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5981 # It thinks the first close brace ends the variable substitution.
5982 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5983
5984 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5985
5986 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5987
5988 case "$INSTALL" in
5989   [\\/$]* | ?:[\\/]* ) ;;
5990   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5991 esac
5992
5993 for ac_prog in lclint lint
5994 do
5995   # Extract the first word of "$ac_prog", so it can be a program name with args.
5996 set dummy $ac_prog; ac_word=$2
5997 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5998 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5999 if test "${ac_cv_prog_LINT+set}" = set; then
6000   echo $ECHO_N "(cached) $ECHO_C" >&6
6001 else
6002   if test -n "$LINT"; then
6003   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6004 else
6005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6006 for as_dir in $PATH
6007 do
6008   IFS=$as_save_IFS
6009   test -z "$as_dir" && as_dir=.
6010   for ac_exec_ext in '' $ac_executable_extensions; do
6011   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6012     ac_cv_prog_LINT="$ac_prog"
6013     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6014     break 2
6015   fi
6016 done
6017 done
6018 IFS=$as_save_IFS
6019
6020 fi
6021 fi
6022 LINT=$ac_cv_prog_LINT
6023 if test -n "$LINT"; then
6024   { echo "$as_me:$LINENO: result: $LINT" >&5
6025 echo "${ECHO_T}$LINT" >&6; }
6026 else
6027   { echo "$as_me:$LINENO: result: no" >&5
6028 echo "${ECHO_T}no" >&6; }
6029 fi
6030
6031
6032   test -n "$LINT" && break
6033 done
6034
6035 if test "$LINT" = "lint"
6036 then
6037   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6038   fi
6039
6040
6041
6042 for ac_prog in fontforge
6043 do
6044   # Extract the first word of "$ac_prog", so it can be a program name with args.
6045 set dummy $ac_prog; ac_word=$2
6046 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6048 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6049   echo $ECHO_N "(cached) $ECHO_C" >&6
6050 else
6051   if test -n "$FONTFORGE"; then
6052   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6053 else
6054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 for as_dir in $PATH
6056 do
6057   IFS=$as_save_IFS
6058   test -z "$as_dir" && as_dir=.
6059   for ac_exec_ext in '' $ac_executable_extensions; do
6060   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6061     ac_cv_prog_FONTFORGE="$ac_prog"
6062     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6063     break 2
6064   fi
6065 done
6066 done
6067 IFS=$as_save_IFS
6068
6069 fi
6070 fi
6071 FONTFORGE=$ac_cv_prog_FONTFORGE
6072 if test -n "$FONTFORGE"; then
6073   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6074 echo "${ECHO_T}$FONTFORGE" >&6; }
6075 else
6076   { echo "$as_me:$LINENO: result: no" >&5
6077 echo "${ECHO_T}no" >&6; }
6078 fi
6079
6080
6081   test -n "$FONTFORGE" && break
6082 done
6083 test -n "$FONTFORGE" || FONTFORGE="false"
6084
6085 for ac_prog in pkg-config
6086 do
6087   # Extract the first word of "$ac_prog", so it can be a program name with args.
6088 set dummy $ac_prog; ac_word=$2
6089 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6091 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6092   echo $ECHO_N "(cached) $ECHO_C" >&6
6093 else
6094   if test -n "$PKG_CONFIG"; then
6095   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6096 else
6097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098 for as_dir in $PATH
6099 do
6100   IFS=$as_save_IFS
6101   test -z "$as_dir" && as_dir=.
6102   for ac_exec_ext in '' $ac_executable_extensions; do
6103   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6104     ac_cv_prog_PKG_CONFIG="$ac_prog"
6105     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6106     break 2
6107   fi
6108 done
6109 done
6110 IFS=$as_save_IFS
6111
6112 fi
6113 fi
6114 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6115 if test -n "$PKG_CONFIG"; then
6116   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6117 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6118 else
6119   { echo "$as_me:$LINENO: result: no" >&5
6120 echo "${ECHO_T}no" >&6; }
6121 fi
6122
6123
6124   test -n "$PKG_CONFIG" && break
6125 done
6126 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6127
6128
6129 case $host_cpu in
6130   *i[3456789]86*)
6131     # Extract the first word of "prelink", so it can be a program name with args.
6132 set dummy prelink; ac_word=$2
6133 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6134 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6135 if test "${ac_cv_path_PRELINK+set}" = set; then
6136   echo $ECHO_N "(cached) $ECHO_C" >&6
6137 else
6138   case $PRELINK in
6139   [\\/]* | ?:[\\/]*)
6140   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6141   ;;
6142   *)
6143   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6144 for as_dir in /sbin /usr/sbin $PATH
6145 do
6146   IFS=$as_save_IFS
6147   test -z "$as_dir" && as_dir=.
6148   for ac_exec_ext in '' $ac_executable_extensions; do
6149   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6150     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6151     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6152     break 2
6153   fi
6154 done
6155 done
6156 IFS=$as_save_IFS
6157
6158   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6159   ;;
6160 esac
6161 fi
6162 PRELINK=$ac_cv_path_PRELINK
6163 if test -n "$PRELINK"; then
6164   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6165 echo "${ECHO_T}$PRELINK" >&6; }
6166 else
6167   { echo "$as_me:$LINENO: result: no" >&5
6168 echo "${ECHO_T}no" >&6; }
6169 fi
6170
6171
6172     ;;
6173 esac
6174
6175
6176
6177 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6178 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6179 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6180   echo $ECHO_N "(cached) $ECHO_C" >&6
6181 else
6182   ac_check_lib_save_LIBS=$LIBS
6183 LIBS="-li386  $LIBS"
6184 cat >conftest.$ac_ext <<_ACEOF
6185 /* confdefs.h.  */
6186 _ACEOF
6187 cat confdefs.h >>conftest.$ac_ext
6188 cat >>conftest.$ac_ext <<_ACEOF
6189 /* end confdefs.h.  */
6190
6191 /* Override any GCC internal prototype to avoid an error.
6192    Use char because int might match the return type of a GCC
6193    builtin and then its argument prototype would still apply.  */
6194 #ifdef __cplusplus
6195 extern "C"
6196 #endif
6197 char i386_set_ldt ();
6198 int
6199 main ()
6200 {
6201 return i386_set_ldt ();
6202   ;
6203   return 0;
6204 }
6205 _ACEOF
6206 rm -f conftest.$ac_objext conftest$ac_exeext
6207 if { (ac_try="$ac_link"
6208 case "(($ac_try" in
6209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6210   *) ac_try_echo=$ac_try;;
6211 esac
6212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6213   (eval "$ac_link") 2>conftest.er1
6214   ac_status=$?
6215   grep -v '^ *+' conftest.er1 >conftest.err
6216   rm -f conftest.er1
6217   cat conftest.err >&5
6218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6219   (exit $ac_status); } && {
6220          test -z "$ac_c_werror_flag" ||
6221          test ! -s conftest.err
6222        } && test -s conftest$ac_exeext &&
6223        $as_test_x conftest$ac_exeext; then
6224   ac_cv_lib_i386_i386_set_ldt=yes
6225 else
6226   echo "$as_me: failed program was:" >&5
6227 sed 's/^/| /' conftest.$ac_ext >&5
6228
6229         ac_cv_lib_i386_i386_set_ldt=no
6230 fi
6231
6232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6233       conftest$ac_exeext conftest.$ac_ext
6234 LIBS=$ac_check_lib_save_LIBS
6235 fi
6236 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6237 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6238 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6239   cat >>confdefs.h <<_ACEOF
6240 #define HAVE_LIBI386 1
6241 _ACEOF
6242
6243   LIBS="-li386 $LIBS"
6244
6245 fi
6246
6247
6248 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6249 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6250 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6251   echo $ECHO_N "(cached) $ECHO_C" >&6
6252 else
6253   ac_check_lib_save_LIBS=$LIBS
6254 LIBS="-lossaudio  $LIBS"
6255 cat >conftest.$ac_ext <<_ACEOF
6256 /* confdefs.h.  */
6257 _ACEOF
6258 cat confdefs.h >>conftest.$ac_ext
6259 cat >>conftest.$ac_ext <<_ACEOF
6260 /* end confdefs.h.  */
6261
6262 /* Override any GCC internal prototype to avoid an error.
6263    Use char because int might match the return type of a GCC
6264    builtin and then its argument prototype would still apply.  */
6265 #ifdef __cplusplus
6266 extern "C"
6267 #endif
6268 char _oss_ioctl ();
6269 int
6270 main ()
6271 {
6272 return _oss_ioctl ();
6273   ;
6274   return 0;
6275 }
6276 _ACEOF
6277 rm -f conftest.$ac_objext conftest$ac_exeext
6278 if { (ac_try="$ac_link"
6279 case "(($ac_try" in
6280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6281   *) ac_try_echo=$ac_try;;
6282 esac
6283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6284   (eval "$ac_link") 2>conftest.er1
6285   ac_status=$?
6286   grep -v '^ *+' conftest.er1 >conftest.err
6287   rm -f conftest.er1
6288   cat conftest.err >&5
6289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6290   (exit $ac_status); } && {
6291          test -z "$ac_c_werror_flag" ||
6292          test ! -s conftest.err
6293        } && test -s conftest$ac_exeext &&
6294        $as_test_x conftest$ac_exeext; then
6295   ac_cv_lib_ossaudio__oss_ioctl=yes
6296 else
6297   echo "$as_me: failed program was:" >&5
6298 sed 's/^/| /' conftest.$ac_ext >&5
6299
6300         ac_cv_lib_ossaudio__oss_ioctl=no
6301 fi
6302
6303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6304       conftest$ac_exeext conftest.$ac_ext
6305 LIBS=$ac_check_lib_save_LIBS
6306 fi
6307 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6308 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6309 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6310   cat >>confdefs.h <<_ACEOF
6311 #define HAVE_LIBOSSAUDIO 1
6312 _ACEOF
6313
6314   LIBS="-lossaudio $LIBS"
6315
6316 fi
6317
6318 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6319 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6320 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6321   echo $ECHO_N "(cached) $ECHO_C" >&6
6322 else
6323   ac_check_lib_save_LIBS=$LIBS
6324 LIBS="-lpthread  $LIBS"
6325 cat >conftest.$ac_ext <<_ACEOF
6326 /* confdefs.h.  */
6327 _ACEOF
6328 cat confdefs.h >>conftest.$ac_ext
6329 cat >>conftest.$ac_ext <<_ACEOF
6330 /* end confdefs.h.  */
6331
6332 /* Override any GCC internal prototype to avoid an error.
6333    Use char because int might match the return type of a GCC
6334    builtin and then its argument prototype would still apply.  */
6335 #ifdef __cplusplus
6336 extern "C"
6337 #endif
6338 char pthread_create ();
6339 int
6340 main ()
6341 {
6342 return pthread_create ();
6343   ;
6344   return 0;
6345 }
6346 _ACEOF
6347 rm -f conftest.$ac_objext conftest$ac_exeext
6348 if { (ac_try="$ac_link"
6349 case "(($ac_try" in
6350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6351   *) ac_try_echo=$ac_try;;
6352 esac
6353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6354   (eval "$ac_link") 2>conftest.er1
6355   ac_status=$?
6356   grep -v '^ *+' conftest.er1 >conftest.err
6357   rm -f conftest.er1
6358   cat conftest.err >&5
6359   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360   (exit $ac_status); } && {
6361          test -z "$ac_c_werror_flag" ||
6362          test ! -s conftest.err
6363        } && test -s conftest$ac_exeext &&
6364        $as_test_x conftest$ac_exeext; then
6365   ac_cv_lib_pthread_pthread_create=yes
6366 else
6367   echo "$as_me: failed program was:" >&5
6368 sed 's/^/| /' conftest.$ac_ext >&5
6369
6370         ac_cv_lib_pthread_pthread_create=no
6371 fi
6372
6373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6374       conftest$ac_exeext conftest.$ac_ext
6375 LIBS=$ac_check_lib_save_LIBS
6376 fi
6377 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6378 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6379 if test $ac_cv_lib_pthread_pthread_create = yes; then
6380   LIBPTHREAD="-lpthread"
6381
6382 fi
6383
6384
6385 XLIB=""
6386
6387 XFILES=""
6388
6389 OPENGLFILES=""
6390
6391 GLU32FILES=""
6392
6393 OPENGL_LIBS=""
6394
6395 QUARTZFILES=""
6396
6397
6398
6399 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6400 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6401 if test "${ac_cv_header_stdc+set}" = set; then
6402   echo $ECHO_N "(cached) $ECHO_C" >&6
6403 else
6404   cat >conftest.$ac_ext <<_ACEOF
6405 /* confdefs.h.  */
6406 _ACEOF
6407 cat confdefs.h >>conftest.$ac_ext
6408 cat >>conftest.$ac_ext <<_ACEOF
6409 /* end confdefs.h.  */
6410 #include <stdlib.h>
6411 #include <stdarg.h>
6412 #include <string.h>
6413 #include <float.h>
6414
6415 int
6416 main ()
6417 {
6418
6419   ;
6420   return 0;
6421 }
6422 _ACEOF
6423 rm -f conftest.$ac_objext
6424 if { (ac_try="$ac_compile"
6425 case "(($ac_try" in
6426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6427   *) ac_try_echo=$ac_try;;
6428 esac
6429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6430   (eval "$ac_compile") 2>conftest.er1
6431   ac_status=$?
6432   grep -v '^ *+' conftest.er1 >conftest.err
6433   rm -f conftest.er1
6434   cat conftest.err >&5
6435   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6436   (exit $ac_status); } && {
6437          test -z "$ac_c_werror_flag" ||
6438          test ! -s conftest.err
6439        } && test -s conftest.$ac_objext; then
6440   ac_cv_header_stdc=yes
6441 else
6442   echo "$as_me: failed program was:" >&5
6443 sed 's/^/| /' conftest.$ac_ext >&5
6444
6445         ac_cv_header_stdc=no
6446 fi
6447
6448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6449
6450 if test $ac_cv_header_stdc = yes; then
6451   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6452   cat >conftest.$ac_ext <<_ACEOF
6453 /* confdefs.h.  */
6454 _ACEOF
6455 cat confdefs.h >>conftest.$ac_ext
6456 cat >>conftest.$ac_ext <<_ACEOF
6457 /* end confdefs.h.  */
6458 #include <string.h>
6459
6460 _ACEOF
6461 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6462   $EGREP "memchr" >/dev/null 2>&1; then
6463   :
6464 else
6465   ac_cv_header_stdc=no
6466 fi
6467 rm -f conftest*
6468
6469 fi
6470
6471 if test $ac_cv_header_stdc = yes; then
6472   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6473   cat >conftest.$ac_ext <<_ACEOF
6474 /* confdefs.h.  */
6475 _ACEOF
6476 cat confdefs.h >>conftest.$ac_ext
6477 cat >>conftest.$ac_ext <<_ACEOF
6478 /* end confdefs.h.  */
6479 #include <stdlib.h>
6480
6481 _ACEOF
6482 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6483   $EGREP "free" >/dev/null 2>&1; then
6484   :
6485 else
6486   ac_cv_header_stdc=no
6487 fi
6488 rm -f conftest*
6489
6490 fi
6491
6492 if test $ac_cv_header_stdc = yes; then
6493   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6494   if test "$cross_compiling" = yes; then
6495   :
6496 else
6497   cat >conftest.$ac_ext <<_ACEOF
6498 /* confdefs.h.  */
6499 _ACEOF
6500 cat confdefs.h >>conftest.$ac_ext
6501 cat >>conftest.$ac_ext <<_ACEOF
6502 /* end confdefs.h.  */
6503 #include <ctype.h>
6504 #include <stdlib.h>
6505 #if ((' ' & 0x0FF) == 0x020)
6506 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6507 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6508 #else
6509 # define ISLOWER(c) \
6510                    (('a' <= (c) && (c) <= 'i') \
6511                      || ('j' <= (c) && (c) <= 'r') \
6512                      || ('s' <= (c) && (c) <= 'z'))
6513 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6514 #endif
6515
6516 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6517 int
6518 main ()
6519 {
6520   int i;
6521   for (i = 0; i < 256; i++)
6522     if (XOR (islower (i), ISLOWER (i))
6523         || toupper (i) != TOUPPER (i))
6524       return 2;
6525   return 0;
6526 }
6527 _ACEOF
6528 rm -f conftest$ac_exeext
6529 if { (ac_try="$ac_link"
6530 case "(($ac_try" in
6531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6532   *) ac_try_echo=$ac_try;;
6533 esac
6534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6535   (eval "$ac_link") 2>&5
6536   ac_status=$?
6537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6538   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6539   { (case "(($ac_try" in
6540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6541   *) ac_try_echo=$ac_try;;
6542 esac
6543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6544   (eval "$ac_try") 2>&5
6545   ac_status=$?
6546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6547   (exit $ac_status); }; }; then
6548   :
6549 else
6550   echo "$as_me: program exited with status $ac_status" >&5
6551 echo "$as_me: failed program was:" >&5
6552 sed 's/^/| /' conftest.$ac_ext >&5
6553
6554 ( exit $ac_status )
6555 ac_cv_header_stdc=no
6556 fi
6557 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6558 fi
6559
6560
6561 fi
6562 fi
6563 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6564 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6565 if test $ac_cv_header_stdc = yes; then
6566
6567 cat >>confdefs.h <<\_ACEOF
6568 #define STDC_HEADERS 1
6569 _ACEOF
6570
6571 fi
6572
6573 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6584                   inttypes.h stdint.h unistd.h
6585 do
6586 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6587 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6588 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6589 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6590   echo $ECHO_N "(cached) $ECHO_C" >&6
6591 else
6592   cat >conftest.$ac_ext <<_ACEOF
6593 /* confdefs.h.  */
6594 _ACEOF
6595 cat confdefs.h >>conftest.$ac_ext
6596 cat >>conftest.$ac_ext <<_ACEOF
6597 /* end confdefs.h.  */
6598 $ac_includes_default
6599
6600 #include <$ac_header>
6601 _ACEOF
6602 rm -f conftest.$ac_objext
6603 if { (ac_try="$ac_compile"
6604 case "(($ac_try" in
6605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6606   *) ac_try_echo=$ac_try;;
6607 esac
6608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6609   (eval "$ac_compile") 2>conftest.er1
6610   ac_status=$?
6611   grep -v '^ *+' conftest.er1 >conftest.err
6612   rm -f conftest.er1
6613   cat conftest.err >&5
6614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6615   (exit $ac_status); } && {
6616          test -z "$ac_c_werror_flag" ||
6617          test ! -s conftest.err
6618        } && test -s conftest.$ac_objext; then
6619   eval "$as_ac_Header=yes"
6620 else
6621   echo "$as_me: failed program was:" >&5
6622 sed 's/^/| /' conftest.$ac_ext >&5
6623
6624         eval "$as_ac_Header=no"
6625 fi
6626
6627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6628 fi
6629 ac_res=`eval echo '${'$as_ac_Header'}'`
6630                { echo "$as_me:$LINENO: result: $ac_res" >&5
6631 echo "${ECHO_T}$ac_res" >&6; }
6632 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6633   cat >>confdefs.h <<_ACEOF
6634 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6635 _ACEOF
6636
6637 fi
6638
6639 done
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752 for ac_header in \
6753         AudioUnit/AudioUnit.h \
6754         Carbon/Carbon.h \
6755         CoreAudio/CoreAudio.h \
6756         DiskArbitration/DiskArbitration.h \
6757         IOKit/IOKitLib.h \
6758         alsa/asoundlib.h \
6759         arpa/inet.h \
6760         arpa/nameser.h \
6761         asm/types.h \
6762         capi20.h \
6763         cups/cups.h \
6764         curses.h \
6765         direct.h \
6766         dlfcn.h \
6767         elf.h \
6768         float.h \
6769         fontconfig/fontconfig.h \
6770         getopt.h \
6771         ieeefp.h \
6772         io.h \
6773         jack/jack.h \
6774         jpeglib.h \
6775         lber.h \
6776         lcms.h \
6777         lcms/lcms.h \
6778         ldap.h \
6779         libaudioio.h \
6780         link.h \
6781         linux/cdrom.h \
6782         linux/compiler.h \
6783         linux/hdreg.h \
6784         linux/input.h \
6785         linux/ioctl.h \
6786         linux/joystick.h \
6787         linux/major.h \
6788         linux/param.h \
6789         linux/serial.h \
6790         linux/ucdrom.h \
6791         mach/mach.h \
6792         mach/machine.h \
6793         machine/cpu.h \
6794         machine/limits.h \
6795         machine/soundcard.h \
6796         mntent.h \
6797         ncurses.h \
6798         netdb.h \
6799         netinet/in.h \
6800         netinet/in_systm.h \
6801         netinet/tcp.h \
6802         netinet/tcp_fsm.h \
6803         openssl/err.h \
6804         openssl/ssl.h \
6805         png.h \
6806         poll.h \
6807         process.h \
6808         pthread.h \
6809         pwd.h \
6810         regex.h \
6811         sched.h \
6812         scsi/scsi.h \
6813         scsi/scsi_ioctl.h \
6814         scsi/sg.h \
6815         soundcard.h \
6816         stdint.h \
6817         strings.h \
6818         sys/asoundlib.h \
6819         sys/cdio.h \
6820         sys/elf32.h \
6821         sys/epoll.h \
6822         sys/errno.h \
6823         sys/event.h \
6824         sys/exec_elf.h \
6825         sys/filio.h \
6826         sys/ioctl.h \
6827         sys/ipc.h \
6828         sys/limits.h \
6829         sys/link.h \
6830         sys/lwp.h \
6831         sys/mman.h \
6832         sys/modem.h \
6833         sys/msg.h \
6834         sys/mtio.h \
6835         sys/param.h \
6836         sys/poll.h \
6837         sys/prctl.h \
6838         sys/ptrace.h \
6839         sys/reg.h \
6840         sys/resource.h \
6841         sys/scsiio.h \
6842         sys/shm.h \
6843         sys/signal.h \
6844         sys/socket.h \
6845         sys/socketvar.h \
6846         sys/sockio.h \
6847         sys/soundcard.h \
6848         sys/statvfs.h \
6849         sys/strtio.h \
6850         sys/syscall.h \
6851         sys/sysctl.h \
6852         sys/time.h \
6853         sys/times.h \
6854         sys/uio.h \
6855         sys/un.h \
6856         sys/vm86.h \
6857         sys/wait.h \
6858         syscall.h \
6859         termios.h \
6860         unistd.h \
6861         utime.h \
6862         valgrind/memcheck.h
6863
6864 do
6865 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6867   { echo "$as_me:$LINENO: checking for $ac_header" >&5
6868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6870   echo $ECHO_N "(cached) $ECHO_C" >&6
6871 fi
6872 ac_res=`eval echo '${'$as_ac_Header'}'`
6873                { echo "$as_me:$LINENO: result: $ac_res" >&5
6874 echo "${ECHO_T}$ac_res" >&6; }
6875 else
6876   # Is the header compilable?
6877 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6878 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6879 cat >conftest.$ac_ext <<_ACEOF
6880 /* confdefs.h.  */
6881 _ACEOF
6882 cat confdefs.h >>conftest.$ac_ext
6883 cat >>conftest.$ac_ext <<_ACEOF
6884 /* end confdefs.h.  */
6885 $ac_includes_default
6886 #include <$ac_header>
6887 _ACEOF
6888 rm -f conftest.$ac_objext
6889 if { (ac_try="$ac_compile"
6890 case "(($ac_try" in
6891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6892   *) ac_try_echo=$ac_try;;
6893 esac
6894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6895   (eval "$ac_compile") 2>conftest.er1
6896   ac_status=$?
6897   grep -v '^ *+' conftest.er1 >conftest.err
6898   rm -f conftest.er1
6899   cat conftest.err >&5
6900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901   (exit $ac_status); } && {
6902          test -z "$ac_c_werror_flag" ||
6903          test ! -s conftest.err
6904        } && test -s conftest.$ac_objext; then
6905   ac_header_compiler=yes
6906 else
6907   echo "$as_me: failed program was:" >&5
6908 sed 's/^/| /' conftest.$ac_ext >&5
6909
6910         ac_header_compiler=no
6911 fi
6912
6913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6914 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6915 echo "${ECHO_T}$ac_header_compiler" >&6; }
6916
6917 # Is the header present?
6918 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6919 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6920 cat >conftest.$ac_ext <<_ACEOF
6921 /* confdefs.h.  */
6922 _ACEOF
6923 cat confdefs.h >>conftest.$ac_ext
6924 cat >>conftest.$ac_ext <<_ACEOF
6925 /* end confdefs.h.  */
6926 #include <$ac_header>
6927 _ACEOF
6928 if { (ac_try="$ac_cpp conftest.$ac_ext"
6929 case "(($ac_try" in
6930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6931   *) ac_try_echo=$ac_try;;
6932 esac
6933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6934   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6935   ac_status=$?
6936   grep -v '^ *+' conftest.er1 >conftest.err
6937   rm -f conftest.er1
6938   cat conftest.err >&5
6939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6940   (exit $ac_status); } >/dev/null && {
6941          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6942          test ! -s conftest.err
6943        }; then
6944   ac_header_preproc=yes
6945 else
6946   echo "$as_me: failed program was:" >&5
6947 sed 's/^/| /' conftest.$ac_ext >&5
6948
6949   ac_header_preproc=no
6950 fi
6951
6952 rm -f conftest.err conftest.$ac_ext
6953 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6954 echo "${ECHO_T}$ac_header_preproc" >&6; }
6955
6956 # So?  What about this header?
6957 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6958   yes:no: )
6959     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6960 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6961     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6962 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6963     ac_header_preproc=yes
6964     ;;
6965   no:yes:* )
6966     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6967 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6968     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6969 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6970     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6971 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6972     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6973 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6974     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6975 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6976     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6977 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6978     ( cat <<\_ASBOX
6979 ## ------------------------------------ ##
6980 ## Report this to wine-devel@winehq.org ##
6981 ## ------------------------------------ ##
6982 _ASBOX
6983      ) | sed "s/^/$as_me: WARNING:     /" >&2
6984     ;;
6985 esac
6986 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6987 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6988 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6989   echo $ECHO_N "(cached) $ECHO_C" >&6
6990 else
6991   eval "$as_ac_Header=\$ac_header_preproc"
6992 fi
6993 ac_res=`eval echo '${'$as_ac_Header'}'`
6994                { echo "$as_me:$LINENO: result: $ac_res" >&5
6995 echo "${ECHO_T}$ac_res" >&6; }
6996
6997 fi
6998 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6999   cat >>confdefs.h <<_ACEOF
7000 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7001 _ACEOF
7002
7003 fi
7004
7005 done
7006
7007 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7008 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7009 if test "${ac_cv_header_stat_broken+set}" = set; then
7010   echo $ECHO_N "(cached) $ECHO_C" >&6
7011 else
7012   cat >conftest.$ac_ext <<_ACEOF
7013 /* confdefs.h.  */
7014 _ACEOF
7015 cat confdefs.h >>conftest.$ac_ext
7016 cat >>conftest.$ac_ext <<_ACEOF
7017 /* end confdefs.h.  */
7018 #include <sys/types.h>
7019 #include <sys/stat.h>
7020
7021 #if defined S_ISBLK && defined S_IFDIR
7022 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7023 #endif
7024
7025 #if defined S_ISBLK && defined S_IFCHR
7026 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7027 #endif
7028
7029 #if defined S_ISLNK && defined S_IFREG
7030 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7031 #endif
7032
7033 #if defined S_ISSOCK && defined S_IFREG
7034 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7035 #endif
7036
7037 _ACEOF
7038 rm -f conftest.$ac_objext
7039 if { (ac_try="$ac_compile"
7040 case "(($ac_try" in
7041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7042   *) ac_try_echo=$ac_try;;
7043 esac
7044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7045   (eval "$ac_compile") 2>conftest.er1
7046   ac_status=$?
7047   grep -v '^ *+' conftest.er1 >conftest.err
7048   rm -f conftest.er1
7049   cat conftest.err >&5
7050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7051   (exit $ac_status); } && {
7052          test -z "$ac_c_werror_flag" ||
7053          test ! -s conftest.err
7054        } && test -s conftest.$ac_objext; then
7055   ac_cv_header_stat_broken=no
7056 else
7057   echo "$as_me: failed program was:" >&5
7058 sed 's/^/| /' conftest.$ac_ext >&5
7059
7060         ac_cv_header_stat_broken=yes
7061 fi
7062
7063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7064 fi
7065 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7066 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7067 if test $ac_cv_header_stat_broken = yes; then
7068
7069 cat >>confdefs.h <<\_ACEOF
7070 #define STAT_MACROS_BROKEN 1
7071 _ACEOF
7072
7073 fi
7074
7075
7076
7077
7078
7079
7080
7081 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7082 do
7083 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7084 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7085 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7086 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7087   echo $ECHO_N "(cached) $ECHO_C" >&6
7088 else
7089   cat >conftest.$ac_ext <<_ACEOF
7090 /* confdefs.h.  */
7091 _ACEOF
7092 cat confdefs.h >>conftest.$ac_ext
7093 cat >>conftest.$ac_ext <<_ACEOF
7094 /* end confdefs.h.  */
7095 #include <sys/types.h>
7096      #if HAVE_SYS_PARAM_H
7097      # include <sys/param.h>
7098      #endif
7099
7100 #include <$ac_header>
7101 _ACEOF
7102 rm -f conftest.$ac_objext
7103 if { (ac_try="$ac_compile"
7104 case "(($ac_try" in
7105   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7106   *) ac_try_echo=$ac_try;;
7107 esac
7108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7109   (eval "$ac_compile") 2>conftest.er1
7110   ac_status=$?
7111   grep -v '^ *+' conftest.er1 >conftest.err
7112   rm -f conftest.er1
7113   cat conftest.err >&5
7114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7115   (exit $ac_status); } && {
7116          test -z "$ac_c_werror_flag" ||
7117          test ! -s conftest.err
7118        } && test -s conftest.$ac_objext; then
7119   eval "$as_ac_Header=yes"
7120 else
7121   echo "$as_me: failed program was:" >&5
7122 sed 's/^/| /' conftest.$ac_ext >&5
7123
7124         eval "$as_ac_Header=no"
7125 fi
7126
7127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7128 fi
7129 ac_res=`eval echo '${'$as_ac_Header'}'`
7130                { echo "$as_me:$LINENO: result: $ac_res" >&5
7131 echo "${ECHO_T}$ac_res" >&6; }
7132 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7133   cat >>confdefs.h <<_ACEOF
7134 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7135 _ACEOF
7136
7137 fi
7138
7139 done
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150 for ac_header in netinet/in_pcb.h netinet/ip_var.h net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h
7151 do
7152 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7153 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7154 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7156   echo $ECHO_N "(cached) $ECHO_C" >&6
7157 else
7158   cat >conftest.$ac_ext <<_ACEOF
7159 /* confdefs.h.  */
7160 _ACEOF
7161 cat confdefs.h >>conftest.$ac_ext
7162 cat >>conftest.$ac_ext <<_ACEOF
7163 /* end confdefs.h.  */
7164 #include <sys/types.h>
7165      #if HAVE_SYS_SOCKET_H
7166      # include <sys/socket.h>
7167      #endif
7168
7169 #include <$ac_header>
7170 _ACEOF
7171 rm -f conftest.$ac_objext
7172 if { (ac_try="$ac_compile"
7173 case "(($ac_try" in
7174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7175   *) ac_try_echo=$ac_try;;
7176 esac
7177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7178   (eval "$ac_compile") 2>conftest.er1
7179   ac_status=$?
7180   grep -v '^ *+' conftest.er1 >conftest.err
7181   rm -f conftest.er1
7182   cat conftest.err >&5
7183   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7184   (exit $ac_status); } && {
7185          test -z "$ac_c_werror_flag" ||
7186          test ! -s conftest.err
7187        } && test -s conftest.$ac_objext; then
7188   eval "$as_ac_Header=yes"
7189 else
7190   echo "$as_me: failed program was:" >&5
7191 sed 's/^/| /' conftest.$ac_ext >&5
7192
7193         eval "$as_ac_Header=no"
7194 fi
7195
7196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7197 fi
7198 ac_res=`eval echo '${'$as_ac_Header'}'`
7199                { echo "$as_me:$LINENO: result: $ac_res" >&5
7200 echo "${ECHO_T}$ac_res" >&6; }
7201 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7202   cat >>confdefs.h <<_ACEOF
7203 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7204 _ACEOF
7205
7206 fi
7207
7208 done
7209
7210      #if HAVE_SYS_SOCKETVAR_H
7211      # include <sys/socketvar.h>
7212      #endif
7213
7214
7215 for ac_header in netinet/tcp_var.h
7216 do
7217 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7218 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7219 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7221   echo $ECHO_N "(cached) $ECHO_C" >&6
7222 else
7223   cat >conftest.$ac_ext <<_ACEOF
7224 /* confdefs.h.  */
7225 _ACEOF
7226 cat confdefs.h >>conftest.$ac_ext
7227 cat >>conftest.$ac_ext <<_ACEOF
7228 /* end confdefs.h.  */
7229 #include <sys/types.h>
7230      #if HAVE_SYS_SOCKET_H
7231      # include <sys/socket.h>
7232      #endif
7233      #if HAVE_SYS_SOCKETVAR_H
7234      # include <sys/socketvar.h>
7235      #endif
7236      #if HAVE_NETINET_IN_H
7237      # include <netinet/in.h>
7238      #endif
7239      #ifdef HAVE_NETINET_TCP_H
7240      # include <netinet/tcp.h>
7241      #endif
7242
7243 #include <$ac_header>
7244 _ACEOF
7245 rm -f conftest.$ac_objext
7246 if { (ac_try="$ac_compile"
7247 case "(($ac_try" in
7248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7249   *) ac_try_echo=$ac_try;;
7250 esac
7251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7252   (eval "$ac_compile") 2>conftest.er1
7253   ac_status=$?
7254   grep -v '^ *+' conftest.er1 >conftest.err
7255   rm -f conftest.er1
7256   cat conftest.err >&5
7257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7258   (exit $ac_status); } && {
7259          test -z "$ac_c_werror_flag" ||
7260          test ! -s conftest.err
7261        } && test -s conftest.$ac_objext; then
7262   eval "$as_ac_Header=yes"
7263 else
7264   echo "$as_me: failed program was:" >&5
7265 sed 's/^/| /' conftest.$ac_ext >&5
7266
7267         eval "$as_ac_Header=no"
7268 fi
7269
7270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7271 fi
7272 ac_res=`eval echo '${'$as_ac_Header'}'`
7273                { echo "$as_me:$LINENO: result: $ac_res" >&5
7274 echo "${ECHO_T}$ac_res" >&6; }
7275 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7276   cat >>confdefs.h <<_ACEOF
7277 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7278 _ACEOF
7279
7280 fi
7281
7282 done
7283
7284
7285
7286 for ac_header in linux/ipx.h
7287 do
7288 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7289 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7290 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7291 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7292   echo $ECHO_N "(cached) $ECHO_C" >&6
7293 else
7294   cat >conftest.$ac_ext <<_ACEOF
7295 /* confdefs.h.  */
7296 _ACEOF
7297 cat confdefs.h >>conftest.$ac_ext
7298 cat >>conftest.$ac_ext <<_ACEOF
7299 /* end confdefs.h.  */
7300 #include <sys/types.h>
7301      #ifdef HAVE_ASM_TYPES_H
7302      # include <asm/types.h>
7303      #endif
7304      #if HAVE_SYS_SOCKET_H
7305      # include <sys/socket.h>
7306      #endif
7307
7308 #include <$ac_header>
7309 _ACEOF
7310 rm -f conftest.$ac_objext
7311 if { (ac_try="$ac_compile"
7312 case "(($ac_try" in
7313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7314   *) ac_try_echo=$ac_try;;
7315 esac
7316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7317   (eval "$ac_compile") 2>conftest.er1
7318   ac_status=$?
7319   grep -v '^ *+' conftest.er1 >conftest.err
7320   rm -f conftest.er1
7321   cat conftest.err >&5
7322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7323   (exit $ac_status); } && {
7324          test -z "$ac_c_werror_flag" ||
7325          test ! -s conftest.err
7326        } && test -s conftest.$ac_objext; then
7327   eval "$as_ac_Header=yes"
7328 else
7329   echo "$as_me: failed program was:" >&5
7330 sed 's/^/| /' conftest.$ac_ext >&5
7331
7332         eval "$as_ac_Header=no"
7333 fi
7334
7335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7336 fi
7337 ac_res=`eval echo '${'$as_ac_Header'}'`
7338                { echo "$as_me:$LINENO: result: $ac_res" >&5
7339 echo "${ECHO_T}$ac_res" >&6; }
7340 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7341   cat >>confdefs.h <<_ACEOF
7342 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7343 _ACEOF
7344
7345 fi
7346
7347 done
7348
7349
7350
7351 for ac_header in resolv.h
7352 do
7353 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7354 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7355 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7357   echo $ECHO_N "(cached) $ECHO_C" >&6
7358 else
7359   cat >conftest.$ac_ext <<_ACEOF
7360 /* confdefs.h.  */
7361 _ACEOF
7362 cat confdefs.h >>conftest.$ac_ext
7363 cat >>conftest.$ac_ext <<_ACEOF
7364 /* end confdefs.h.  */
7365 #include <sys/types.h>
7366      #if HAVE_SYS_SOCKET_H
7367      # include <sys/socket.h>
7368      #endif
7369      #if HAVE_NETINET_IN_H
7370      # include <netinet/in.h>
7371      #endif
7372      #if HAVE_ARPA_NAMESER_H
7373      # include <arpa/nameser.h>
7374      #endif
7375
7376 #include <$ac_header>
7377 _ACEOF
7378 rm -f conftest.$ac_objext
7379 if { (ac_try="$ac_compile"
7380 case "(($ac_try" in
7381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7382   *) ac_try_echo=$ac_try;;
7383 esac
7384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7385   (eval "$ac_compile") 2>conftest.er1
7386   ac_status=$?
7387   grep -v '^ *+' conftest.er1 >conftest.err
7388   rm -f conftest.er1
7389   cat conftest.err >&5
7390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7391   (exit $ac_status); } && {
7392          test -z "$ac_c_werror_flag" ||
7393          test ! -s conftest.err
7394        } && test -s conftest.$ac_objext; then
7395   eval "$as_ac_Header=yes"
7396 else
7397   echo "$as_me: failed program was:" >&5
7398 sed 's/^/| /' conftest.$ac_ext >&5
7399
7400         eval "$as_ac_Header=no"
7401 fi
7402
7403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7404 fi
7405 ac_res=`eval echo '${'$as_ac_Header'}'`
7406                { echo "$as_me:$LINENO: result: $ac_res" >&5
7407 echo "${ECHO_T}$ac_res" >&6; }
7408 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7409   cat >>confdefs.h <<_ACEOF
7410 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7411 _ACEOF
7412
7413 fi
7414
7415 done
7416
7417
7418
7419 for ac_header in ucontext.h
7420 do
7421 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7422 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7423 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7425   echo $ECHO_N "(cached) $ECHO_C" >&6
7426 else
7427   cat >conftest.$ac_ext <<_ACEOF
7428 /* confdefs.h.  */
7429 _ACEOF
7430 cat confdefs.h >>conftest.$ac_ext
7431 cat >>conftest.$ac_ext <<_ACEOF
7432 /* end confdefs.h.  */
7433 #include <signal.h>
7434
7435 #include <$ac_header>
7436 _ACEOF
7437 rm -f conftest.$ac_objext
7438 if { (ac_try="$ac_compile"
7439 case "(($ac_try" in
7440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7441   *) ac_try_echo=$ac_try;;
7442 esac
7443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7444   (eval "$ac_compile") 2>conftest.er1
7445   ac_status=$?
7446   grep -v '^ *+' conftest.er1 >conftest.err
7447   rm -f conftest.er1
7448   cat conftest.err >&5
7449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7450   (exit $ac_status); } && {
7451          test -z "$ac_c_werror_flag" ||
7452          test ! -s conftest.err
7453        } && test -s conftest.$ac_objext; then
7454   eval "$as_ac_Header=yes"
7455 else
7456   echo "$as_me: failed program was:" >&5
7457 sed 's/^/| /' conftest.$ac_ext >&5
7458
7459         eval "$as_ac_Header=no"
7460 fi
7461
7462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7463 fi
7464 ac_res=`eval echo '${'$as_ac_Header'}'`
7465                { echo "$as_me:$LINENO: result: $ac_res" >&5
7466 echo "${ECHO_T}$ac_res" >&6; }
7467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7468   cat >>confdefs.h <<_ACEOF
7469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7470 _ACEOF
7471
7472 fi
7473
7474 done
7475
7476
7477
7478 for ac_header in sys/thr.h
7479 do
7480 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7481 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7482 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7484   echo $ECHO_N "(cached) $ECHO_C" >&6
7485 else
7486   cat >conftest.$ac_ext <<_ACEOF
7487 /* confdefs.h.  */
7488 _ACEOF
7489 cat confdefs.h >>conftest.$ac_ext
7490 cat >>conftest.$ac_ext <<_ACEOF
7491 /* end confdefs.h.  */
7492 #include <sys/types.h>
7493 #if HAVE_UCONTEXT_H
7494 #include <ucontext.h>
7495 #endif
7496
7497 #include <$ac_header>
7498 _ACEOF
7499 rm -f conftest.$ac_objext
7500 if { (ac_try="$ac_compile"
7501 case "(($ac_try" in
7502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7503   *) ac_try_echo=$ac_try;;
7504 esac
7505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7506   (eval "$ac_compile") 2>conftest.er1
7507   ac_status=$?
7508   grep -v '^ *+' conftest.er1 >conftest.err
7509   rm -f conftest.er1
7510   cat conftest.err >&5
7511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7512   (exit $ac_status); } && {
7513          test -z "$ac_c_werror_flag" ||
7514          test ! -s conftest.err
7515        } && test -s conftest.$ac_objext; then
7516   eval "$as_ac_Header=yes"
7517 else
7518   echo "$as_me: failed program was:" >&5
7519 sed 's/^/| /' conftest.$ac_ext >&5
7520
7521         eval "$as_ac_Header=no"
7522 fi
7523
7524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7525 fi
7526 ac_res=`eval echo '${'$as_ac_Header'}'`
7527                { echo "$as_me:$LINENO: result: $ac_res" >&5
7528 echo "${ECHO_T}$ac_res" >&6; }
7529 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7530   cat >>confdefs.h <<_ACEOF
7531 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7532 _ACEOF
7533
7534 fi
7535
7536 done
7537
7538
7539
7540 for ac_header in pthread_np.h
7541 do
7542 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7546   echo $ECHO_N "(cached) $ECHO_C" >&6
7547 else
7548   cat >conftest.$ac_ext <<_ACEOF
7549 /* confdefs.h.  */
7550 _ACEOF
7551 cat confdefs.h >>conftest.$ac_ext
7552 cat >>conftest.$ac_ext <<_ACEOF
7553 /* end confdefs.h.  */
7554 #ifdef HAVE_PTHREAD_H
7555 #include <pthread.h>
7556 #endif
7557
7558 #include <$ac_header>
7559 _ACEOF
7560 rm -f conftest.$ac_objext
7561 if { (ac_try="$ac_compile"
7562 case "(($ac_try" in
7563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7564   *) ac_try_echo=$ac_try;;
7565 esac
7566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7567   (eval "$ac_compile") 2>conftest.er1
7568   ac_status=$?
7569   grep -v '^ *+' conftest.er1 >conftest.err
7570   rm -f conftest.er1
7571   cat conftest.err >&5
7572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7573   (exit $ac_status); } && {
7574          test -z "$ac_c_werror_flag" ||
7575          test ! -s conftest.err
7576        } && test -s conftest.$ac_objext; then
7577   eval "$as_ac_Header=yes"
7578 else
7579   echo "$as_me: failed program was:" >&5
7580 sed 's/^/| /' conftest.$ac_ext >&5
7581
7582         eval "$as_ac_Header=no"
7583 fi
7584
7585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7586 fi
7587 ac_res=`eval echo '${'$as_ac_Header'}'`
7588                { echo "$as_me:$LINENO: result: $ac_res" >&5
7589 echo "${ECHO_T}$ac_res" >&6; }
7590 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7591   cat >>confdefs.h <<_ACEOF
7592 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7593 _ACEOF
7594
7595 fi
7596
7597 done
7598
7599
7600
7601 for ac_header in linux/videodev.h
7602 do
7603 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7604 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7605 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7606 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7607   echo $ECHO_N "(cached) $ECHO_C" >&6
7608 else
7609   cat >conftest.$ac_ext <<_ACEOF
7610 /* confdefs.h.  */
7611 _ACEOF
7612 cat confdefs.h >>conftest.$ac_ext
7613 cat >>conftest.$ac_ext <<_ACEOF
7614 /* end confdefs.h.  */
7615 #ifdef HAVE_SYS_TIME_H
7616 #include <sys/time.h>
7617 #endif
7618 #include <sys/types.h>
7619 #ifdef HAVE_ASM_TYPES_H
7620 #include <asm/types.h>
7621 #endif
7622
7623 #include <$ac_header>
7624 _ACEOF
7625 rm -f conftest.$ac_objext
7626 if { (ac_try="$ac_compile"
7627 case "(($ac_try" in
7628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7629   *) ac_try_echo=$ac_try;;
7630 esac
7631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7632   (eval "$ac_compile") 2>conftest.er1
7633   ac_status=$?
7634   grep -v '^ *+' conftest.er1 >conftest.err
7635   rm -f conftest.er1
7636   cat conftest.err >&5
7637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7638   (exit $ac_status); } && {
7639          test -z "$ac_c_werror_flag" ||
7640          test ! -s conftest.err
7641        } && test -s conftest.$ac_objext; then
7642   eval "$as_ac_Header=yes"
7643 else
7644   echo "$as_me: failed program was:" >&5
7645 sed 's/^/| /' conftest.$ac_ext >&5
7646
7647         eval "$as_ac_Header=no"
7648 fi
7649
7650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7651 fi
7652 ac_res=`eval echo '${'$as_ac_Header'}'`
7653                { echo "$as_me:$LINENO: result: $ac_res" >&5
7654 echo "${ECHO_T}$ac_res" >&6; }
7655 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7656   cat >>confdefs.h <<_ACEOF
7657 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7658 _ACEOF
7659
7660 fi
7661
7662 done
7663
7664
7665
7666 for ac_header in linux/capi.h
7667 do
7668 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7669 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7670 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7671 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7672   echo $ECHO_N "(cached) $ECHO_C" >&6
7673 else
7674   cat >conftest.$ac_ext <<_ACEOF
7675 /* confdefs.h.  */
7676 _ACEOF
7677 cat confdefs.h >>conftest.$ac_ext
7678 cat >>conftest.$ac_ext <<_ACEOF
7679 /* end confdefs.h.  */
7680 #define __user
7681
7682 #include <$ac_header>
7683 _ACEOF
7684 rm -f conftest.$ac_objext
7685 if { (ac_try="$ac_compile"
7686 case "(($ac_try" in
7687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7688   *) ac_try_echo=$ac_try;;
7689 esac
7690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7691   (eval "$ac_compile") 2>conftest.er1
7692   ac_status=$?
7693   grep -v '^ *+' conftest.er1 >conftest.err
7694   rm -f conftest.er1
7695   cat conftest.err >&5
7696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7697   (exit $ac_status); } && {
7698          test -z "$ac_c_werror_flag" ||
7699          test ! -s conftest.err
7700        } && test -s conftest.$ac_objext; then
7701   eval "$as_ac_Header=yes"
7702 else
7703   echo "$as_me: failed program was:" >&5
7704 sed 's/^/| /' conftest.$ac_ext >&5
7705
7706         eval "$as_ac_Header=no"
7707 fi
7708
7709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7710 fi
7711 ac_res=`eval echo '${'$as_ac_Header'}'`
7712                { echo "$as_me:$LINENO: result: $ac_res" >&5
7713 echo "${ECHO_T}$ac_res" >&6; }
7714 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7715   cat >>confdefs.h <<_ACEOF
7716 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7717 _ACEOF
7718
7719 fi
7720
7721 done
7722
7723
7724
7725 DLLEXT=""
7726
7727 DLLFLAGS="-D_REENTRANT"
7728
7729 LDSHARED=""
7730
7731 LDDLLFLAGS=""
7732
7733 LIBEXT="so"
7734
7735 IMPLIBEXT="def"
7736
7737 LDRPATH_INSTALL=""
7738
7739 LDRPATH_LOCAL=""
7740
7741 # Extract the first word of "ldd", so it can be a program name with args.
7742 set dummy ldd; ac_word=$2
7743 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7744 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7745 if test "${ac_cv_path_LDD+set}" = set; then
7746   echo $ECHO_N "(cached) $ECHO_C" >&6
7747 else
7748   case $LDD in
7749   [\\/]* | ?:[\\/]*)
7750   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7751   ;;
7752   *)
7753   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7754 as_dummy="/sbin:/usr/sbin:$PATH"
7755 for as_dir in $as_dummy
7756 do
7757   IFS=$as_save_IFS
7758   test -z "$as_dir" && as_dir=.
7759   for ac_exec_ext in '' $ac_executable_extensions; do
7760   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7761     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7762     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7763     break 2
7764   fi
7765 done
7766 done
7767 IFS=$as_save_IFS
7768
7769   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7770   ;;
7771 esac
7772 fi
7773 LDD=$ac_cv_path_LDD
7774 if test -n "$LDD"; then
7775   { echo "$as_me:$LINENO: result: $LDD" >&5
7776 echo "${ECHO_T}$LDD" >&6; }
7777 else
7778   { echo "$as_me:$LINENO: result: no" >&5
7779 echo "${ECHO_T}no" >&6; }
7780 fi
7781
7782
7783
7784 case $host_os in
7785   cygwin*|mingw32*)
7786     if test -n "$ac_tool_prefix"; then
7787   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7788 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7789 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7790 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7791 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7792   echo $ECHO_N "(cached) $ECHO_C" >&6
7793 else
7794   if test -n "$DLLTOOL"; then
7795   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7796 else
7797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7798 for as_dir in $PATH
7799 do
7800   IFS=$as_save_IFS
7801   test -z "$as_dir" && as_dir=.
7802   for ac_exec_ext in '' $ac_executable_extensions; do
7803   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7804     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7805     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7806     break 2
7807   fi
7808 done
7809 done
7810 IFS=$as_save_IFS
7811
7812 fi
7813 fi
7814 DLLTOOL=$ac_cv_prog_DLLTOOL
7815 if test -n "$DLLTOOL"; then
7816   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7817 echo "${ECHO_T}$DLLTOOL" >&6; }
7818 else
7819   { echo "$as_me:$LINENO: result: no" >&5
7820 echo "${ECHO_T}no" >&6; }
7821 fi
7822
7823
7824 fi
7825 if test -z "$ac_cv_prog_DLLTOOL"; then
7826   ac_ct_DLLTOOL=$DLLTOOL
7827   # Extract the first word of "dlltool", so it can be a program name with args.
7828 set dummy dlltool; ac_word=$2
7829 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7830 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7831 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7832   echo $ECHO_N "(cached) $ECHO_C" >&6
7833 else
7834   if test -n "$ac_ct_DLLTOOL"; then
7835   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7836 else
7837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7838 for as_dir in $PATH
7839 do
7840   IFS=$as_save_IFS
7841   test -z "$as_dir" && as_dir=.
7842   for ac_exec_ext in '' $ac_executable_extensions; do
7843   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7844     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7845     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7846     break 2
7847   fi
7848 done
7849 done
7850 IFS=$as_save_IFS
7851
7852 fi
7853 fi
7854 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7855 if test -n "$ac_ct_DLLTOOL"; then
7856   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7857 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7858 else
7859   { echo "$as_me:$LINENO: result: no" >&5
7860 echo "${ECHO_T}no" >&6; }
7861 fi
7862
7863   if test "x$ac_ct_DLLTOOL" = x; then
7864     DLLTOOL="false"
7865   else
7866     case $cross_compiling:$ac_tool_warned in
7867 yes:)
7868 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7869 whose name does not start with the host triplet.  If you think this
7870 configuration is useful to you, please write to autoconf@gnu.org." >&5
7871 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7872 whose name does not start with the host triplet.  If you think this
7873 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7874 ac_tool_warned=yes ;;
7875 esac
7876     DLLTOOL=$ac_ct_DLLTOOL
7877   fi
7878 else
7879   DLLTOOL="$ac_cv_prog_DLLTOOL"
7880 fi
7881
7882     if test -n "$ac_tool_prefix"; then
7883   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7884 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7885 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7887 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7888   echo $ECHO_N "(cached) $ECHO_C" >&6
7889 else
7890   if test -n "$DLLWRAP"; then
7891   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7892 else
7893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7894 for as_dir in $PATH
7895 do
7896   IFS=$as_save_IFS
7897   test -z "$as_dir" && as_dir=.
7898   for ac_exec_ext in '' $ac_executable_extensions; do
7899   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7900     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7901     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7902     break 2
7903   fi
7904 done
7905 done
7906 IFS=$as_save_IFS
7907
7908 fi
7909 fi
7910 DLLWRAP=$ac_cv_prog_DLLWRAP
7911 if test -n "$DLLWRAP"; then
7912   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7913 echo "${ECHO_T}$DLLWRAP" >&6; }
7914 else
7915   { echo "$as_me:$LINENO: result: no" >&5
7916 echo "${ECHO_T}no" >&6; }
7917 fi
7918
7919
7920 fi
7921 if test -z "$ac_cv_prog_DLLWRAP"; then
7922   ac_ct_DLLWRAP=$DLLWRAP
7923   # Extract the first word of "dllwrap", so it can be a program name with args.
7924 set dummy dllwrap; ac_word=$2
7925 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7926 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7927 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7928   echo $ECHO_N "(cached) $ECHO_C" >&6
7929 else
7930   if test -n "$ac_ct_DLLWRAP"; then
7931   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7932 else
7933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7934 for as_dir in $PATH
7935 do
7936   IFS=$as_save_IFS
7937   test -z "$as_dir" && as_dir=.
7938   for ac_exec_ext in '' $ac_executable_extensions; do
7939   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7940     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7941     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7942     break 2
7943   fi
7944 done
7945 done
7946 IFS=$as_save_IFS
7947
7948 fi
7949 fi
7950 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7951 if test -n "$ac_ct_DLLWRAP"; then
7952   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7953 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7954 else
7955   { echo "$as_me:$LINENO: result: no" >&5
7956 echo "${ECHO_T}no" >&6; }
7957 fi
7958
7959   if test "x$ac_ct_DLLWRAP" = x; then
7960     DLLWRAP="false"
7961   else
7962     case $cross_compiling:$ac_tool_warned in
7963 yes:)
7964 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7965 whose name does not start with the host triplet.  If you think this
7966 configuration is useful to you, please write to autoconf@gnu.org." >&5
7967 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7968 whose name does not start with the host triplet.  If you think this
7969 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7970 ac_tool_warned=yes ;;
7971 esac
7972     DLLWRAP=$ac_ct_DLLWRAP
7973   fi
7974 else
7975   DLLWRAP="$ac_cv_prog_DLLWRAP"
7976 fi
7977
7978     if test -n "$ac_tool_prefix"; then
7979   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7980 set dummy ${ac_tool_prefix}ar; ac_word=$2
7981 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7983 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7984   echo $ECHO_N "(cached) $ECHO_C" >&6
7985 else
7986   if test -n "$MINGWAR"; then
7987   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7988 else
7989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7990 for as_dir in $PATH
7991 do
7992   IFS=$as_save_IFS
7993   test -z "$as_dir" && as_dir=.
7994   for ac_exec_ext in '' $ac_executable_extensions; do
7995   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7996     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7997     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7998     break 2
7999   fi
8000 done
8001 done
8002 IFS=$as_save_IFS
8003
8004 fi
8005 fi
8006 MINGWAR=$ac_cv_prog_MINGWAR
8007 if test -n "$MINGWAR"; then
8008   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8009 echo "${ECHO_T}$MINGWAR" >&6; }
8010 else
8011   { echo "$as_me:$LINENO: result: no" >&5
8012 echo "${ECHO_T}no" >&6; }
8013 fi
8014
8015
8016 fi
8017 if test -z "$ac_cv_prog_MINGWAR"; then
8018   ac_ct_MINGWAR=$MINGWAR
8019   # Extract the first word of "ar", so it can be a program name with args.
8020 set dummy ar; ac_word=$2
8021 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8022 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8023 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8024   echo $ECHO_N "(cached) $ECHO_C" >&6
8025 else
8026   if test -n "$ac_ct_MINGWAR"; then
8027   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8028 else
8029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8030 for as_dir in $PATH
8031 do
8032   IFS=$as_save_IFS
8033   test -z "$as_dir" && as_dir=.
8034   for ac_exec_ext in '' $ac_executable_extensions; do
8035   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8036     ac_cv_prog_ac_ct_MINGWAR="ar"
8037     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8038     break 2
8039   fi
8040 done
8041 done
8042 IFS=$as_save_IFS
8043
8044 fi
8045 fi
8046 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8047 if test -n "$ac_ct_MINGWAR"; then
8048   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8049 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8050 else
8051   { echo "$as_me:$LINENO: result: no" >&5
8052 echo "${ECHO_T}no" >&6; }
8053 fi
8054
8055   if test "x$ac_ct_MINGWAR" = x; then
8056     MINGWAR="false"
8057   else
8058     case $cross_compiling:$ac_tool_warned in
8059 yes:)
8060 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8061 whose name does not start with the host triplet.  If you think this
8062 configuration is useful to you, please write to autoconf@gnu.org." >&5
8063 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8064 whose name does not start with the host triplet.  If you think this
8065 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8066 ac_tool_warned=yes ;;
8067 esac
8068     MINGWAR=$ac_ct_MINGWAR
8069   fi
8070 else
8071   MINGWAR="$ac_cv_prog_MINGWAR"
8072 fi
8073
8074     if test "$DLLWRAP" = "false"; then
8075       LIBEXT="a"
8076     else
8077             LIBEXT="dll"
8078     fi
8079     IMPLIBEXT="a"
8080         WIN16_FILES=""
8081     WIN16_INSTALL=""
8082     ;;
8083   darwin*|macosx*)
8084     DLLEXT=".so"
8085     LIBEXT="dylib"
8086     DLLFLAGS="$DLLFLAGS -fPIC"
8087     LDDLLFLAGS="-bundle -multiply_defined suppress"
8088     LIBWINE_LDFLAGS="-multiply_defined suppress"
8089     LDSHARED="\$(CC) -dynamiclib"
8090     STRIP="$STRIP -x"
8091     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8092         COREFOUNDATIONLIB="-framework CoreFoundation"
8093
8094     IOKITLIB="-framework IOKit -framework CoreFoundation"
8095
8096     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8097
8098     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8099     then
8100                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8101
8102     fi
8103     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8104     then
8105                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8106
8107     fi
8108     case $host_cpu in
8109       *powerpc*)
8110         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8111     esac
8112         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8113     then
8114         CARBONLIB="-framework Carbon"
8115
8116         QUARTZFILES='$(QUARTZFILES)'
8117     fi
8118     ;;
8119   *)
8120     DLLFLAGS="$DLLFLAGS -fPIC"
8121     DLLEXT=".so"
8122     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8123 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8124 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8125   echo $ECHO_N "(cached) $ECHO_C" >&6
8126 else
8127   ac_wine_try_cflags_saved=$CFLAGS
8128 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8129 cat >conftest.$ac_ext <<_ACEOF
8130 void myfunc() {}
8131 _ACEOF
8132 rm -f conftest.$ac_objext conftest$ac_exeext
8133 if { (ac_try="$ac_link"
8134 case "(($ac_try" in
8135   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8136   *) ac_try_echo=$ac_try;;
8137 esac
8138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8139   (eval "$ac_link") 2>conftest.er1
8140   ac_status=$?
8141   grep -v '^ *+' conftest.er1 >conftest.err
8142   rm -f conftest.er1
8143   cat conftest.err >&5
8144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8145   (exit $ac_status); } && {
8146          test -z "$ac_c_werror_flag" ||
8147          test ! -s conftest.err
8148        } && test -s conftest$ac_exeext &&
8149        $as_test_x conftest$ac_exeext; then
8150   ac_cv_c_dll_gnuelf="yes"
8151 else
8152   echo "$as_me: failed program was:" >&5
8153 sed 's/^/| /' conftest.$ac_ext >&5
8154
8155         ac_cv_c_dll_gnuelf="no"
8156 fi
8157
8158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8159       conftest$ac_exeext conftest.$ac_ext
8160 CFLAGS=$ac_wine_try_cflags_saved
8161 fi
8162 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8163 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8164     if test "$ac_cv_c_dll_gnuelf" = "yes"
8165     then
8166       LDSHARED="\$(CC) -shared"
8167       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8168       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8169 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8170 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8171   echo $ECHO_N "(cached) $ECHO_C" >&6
8172 else
8173   ac_wine_try_cflags_saved=$CFLAGS
8174 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8175 cat >conftest.$ac_ext <<_ACEOF
8176 /* confdefs.h.  */
8177 _ACEOF
8178 cat confdefs.h >>conftest.$ac_ext
8179 cat >>conftest.$ac_ext <<_ACEOF
8180 /* end confdefs.h.  */
8181
8182 int
8183 main ()
8184 {
8185
8186   ;
8187   return 0;
8188 }
8189 _ACEOF
8190 rm -f conftest.$ac_objext conftest$ac_exeext
8191 if { (ac_try="$ac_link"
8192 case "(($ac_try" in
8193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8194   *) ac_try_echo=$ac_try;;
8195 esac
8196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8197   (eval "$ac_link") 2>conftest.er1
8198   ac_status=$?
8199   grep -v '^ *+' conftest.er1 >conftest.err
8200   rm -f conftest.er1
8201   cat conftest.err >&5
8202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8203   (exit $ac_status); } && {
8204          test -z "$ac_c_werror_flag" ||
8205          test ! -s conftest.err
8206        } && test -s conftest$ac_exeext &&
8207        $as_test_x conftest$ac_exeext; then
8208   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8209 else
8210   echo "$as_me: failed program was:" >&5
8211 sed 's/^/| /' conftest.$ac_ext >&5
8212
8213         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8214 fi
8215
8216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8217       conftest$ac_exeext conftest.$ac_ext
8218 CFLAGS=$ac_wine_try_cflags_saved
8219 fi
8220 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8221 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8222 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8223   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8224 else
8225   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8226 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8227 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8228   echo $ECHO_N "(cached) $ECHO_C" >&6
8229 else
8230   ac_wine_try_cflags_saved=$CFLAGS
8231 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8232 cat >conftest.$ac_ext <<_ACEOF
8233 /* confdefs.h.  */
8234 _ACEOF
8235 cat confdefs.h >>conftest.$ac_ext
8236 cat >>conftest.$ac_ext <<_ACEOF
8237 /* end confdefs.h.  */
8238
8239 int
8240 main ()
8241 {
8242
8243   ;
8244   return 0;
8245 }
8246 _ACEOF
8247 rm -f conftest.$ac_objext conftest$ac_exeext
8248 if { (ac_try="$ac_link"
8249 case "(($ac_try" in
8250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8251   *) ac_try_echo=$ac_try;;
8252 esac
8253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8254   (eval "$ac_link") 2>conftest.er1
8255   ac_status=$?
8256   grep -v '^ *+' conftest.er1 >conftest.err
8257   rm -f conftest.er1
8258   cat conftest.err >&5
8259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8260   (exit $ac_status); } && {
8261          test -z "$ac_c_werror_flag" ||
8262          test ! -s conftest.err
8263        } && test -s conftest$ac_exeext &&
8264        $as_test_x conftest$ac_exeext; then
8265   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8266 else
8267   echo "$as_me: failed program was:" >&5
8268 sed 's/^/| /' conftest.$ac_ext >&5
8269
8270         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8271 fi
8272
8273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8274       conftest$ac_exeext conftest.$ac_ext
8275 CFLAGS=$ac_wine_try_cflags_saved
8276 fi
8277 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8278 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8279 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8280   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8281 fi
8282
8283 fi
8284
8285
8286       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8287 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8288 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8289   echo $ECHO_N "(cached) $ECHO_C" >&6
8290 else
8291   ac_wine_try_cflags_saved=$CFLAGS
8292 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8293 cat >conftest.$ac_ext <<_ACEOF
8294 /* confdefs.h.  */
8295 _ACEOF
8296 cat confdefs.h >>conftest.$ac_ext
8297 cat >>conftest.$ac_ext <<_ACEOF
8298 /* end confdefs.h.  */
8299
8300 int
8301 main ()
8302 {
8303
8304   ;
8305   return 0;
8306 }
8307 _ACEOF
8308 rm -f conftest.$ac_objext conftest$ac_exeext
8309 if { (ac_try="$ac_link"
8310 case "(($ac_try" in
8311   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8312   *) ac_try_echo=$ac_try;;
8313 esac
8314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8315   (eval "$ac_link") 2>conftest.er1
8316   ac_status=$?
8317   grep -v '^ *+' conftest.er1 >conftest.err
8318   rm -f conftest.er1
8319   cat conftest.err >&5
8320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8321   (exit $ac_status); } && {
8322          test -z "$ac_c_werror_flag" ||
8323          test ! -s conftest.err
8324        } && test -s conftest$ac_exeext &&
8325        $as_test_x conftest$ac_exeext; then
8326   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8327 else
8328   echo "$as_me: failed program was:" >&5
8329 sed 's/^/| /' conftest.$ac_ext >&5
8330
8331         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8332 fi
8333
8334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8335       conftest$ac_exeext conftest.$ac_ext
8336 CFLAGS=$ac_wine_try_cflags_saved
8337 fi
8338 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8339 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8340 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8341   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8342 fi
8343
8344
8345       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8346 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8347 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8348   echo $ECHO_N "(cached) $ECHO_C" >&6
8349 else
8350   ac_wine_try_cflags_saved=$CFLAGS
8351 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8352 cat >conftest.$ac_ext <<_ACEOF
8353 /* confdefs.h.  */
8354 _ACEOF
8355 cat confdefs.h >>conftest.$ac_ext
8356 cat >>conftest.$ac_ext <<_ACEOF
8357 /* end confdefs.h.  */
8358
8359 int
8360 main ()
8361 {
8362
8363   ;
8364   return 0;
8365 }
8366 _ACEOF
8367 rm -f conftest.$ac_objext conftest$ac_exeext
8368 if { (ac_try="$ac_link"
8369 case "(($ac_try" in
8370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8371   *) ac_try_echo=$ac_try;;
8372 esac
8373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8374   (eval "$ac_link") 2>conftest.er1
8375   ac_status=$?
8376   grep -v '^ *+' conftest.er1 >conftest.err
8377   rm -f conftest.er1
8378   cat conftest.err >&5
8379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8380   (exit $ac_status); } && {
8381          test -z "$ac_c_werror_flag" ||
8382          test ! -s conftest.err
8383        } && test -s conftest$ac_exeext &&
8384        $as_test_x conftest$ac_exeext; then
8385   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8386 else
8387   echo "$as_me: failed program was:" >&5
8388 sed 's/^/| /' conftest.$ac_ext >&5
8389
8390         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8391 fi
8392
8393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8394       conftest$ac_exeext conftest.$ac_ext
8395 CFLAGS=$ac_wine_try_cflags_saved
8396 fi
8397 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8398 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8399 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8400   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8401 fi
8402
8403
8404       echo '{ global: *; };' >conftest.map
8405       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8406 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8407 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8408   echo $ECHO_N "(cached) $ECHO_C" >&6
8409 else
8410   ac_wine_try_cflags_saved=$CFLAGS
8411 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8412 cat >conftest.$ac_ext <<_ACEOF
8413 /* confdefs.h.  */
8414 _ACEOF
8415 cat confdefs.h >>conftest.$ac_ext
8416 cat >>conftest.$ac_ext <<_ACEOF
8417 /* end confdefs.h.  */
8418
8419 int
8420 main ()
8421 {
8422
8423   ;
8424   return 0;
8425 }
8426 _ACEOF
8427 rm -f conftest.$ac_objext conftest$ac_exeext
8428 if { (ac_try="$ac_link"
8429 case "(($ac_try" in
8430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8431   *) ac_try_echo=$ac_try;;
8432 esac
8433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8434   (eval "$ac_link") 2>conftest.er1
8435   ac_status=$?
8436   grep -v '^ *+' conftest.er1 >conftest.err
8437   rm -f conftest.er1
8438   cat conftest.err >&5
8439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8440   (exit $ac_status); } && {
8441          test -z "$ac_c_werror_flag" ||
8442          test ! -s conftest.err
8443        } && test -s conftest$ac_exeext &&
8444        $as_test_x conftest$ac_exeext; then
8445   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8446 else
8447   echo "$as_me: failed program was:" >&5
8448 sed 's/^/| /' conftest.$ac_ext >&5
8449
8450         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8451 fi
8452
8453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8454       conftest$ac_exeext conftest.$ac_ext
8455 CFLAGS=$ac_wine_try_cflags_saved
8456 fi
8457 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8458 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8459 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8460   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8461 fi
8462
8463       rm -f conftest.map
8464
8465       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8466 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8467 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8468   echo $ECHO_N "(cached) $ECHO_C" >&6
8469 else
8470   ac_wine_try_cflags_saved=$CFLAGS
8471 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8472 cat >conftest.$ac_ext <<_ACEOF
8473 /* confdefs.h.  */
8474 _ACEOF
8475 cat confdefs.h >>conftest.$ac_ext
8476 cat >>conftest.$ac_ext <<_ACEOF
8477 /* end confdefs.h.  */
8478
8479 int
8480 main ()
8481 {
8482
8483   ;
8484   return 0;
8485 }
8486 _ACEOF
8487 rm -f conftest.$ac_objext conftest$ac_exeext
8488 if { (ac_try="$ac_link"
8489 case "(($ac_try" in
8490   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8491   *) ac_try_echo=$ac_try;;
8492 esac
8493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8494   (eval "$ac_link") 2>conftest.er1
8495   ac_status=$?
8496   grep -v '^ *+' conftest.er1 >conftest.err
8497   rm -f conftest.er1
8498   cat conftest.err >&5
8499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8500   (exit $ac_status); } && {
8501          test -z "$ac_c_werror_flag" ||
8502          test ! -s conftest.err
8503        } && test -s conftest$ac_exeext &&
8504        $as_test_x conftest$ac_exeext; then
8505   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8506 else
8507   echo "$as_me: failed program was:" >&5
8508 sed 's/^/| /' conftest.$ac_ext >&5
8509
8510         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8511 fi
8512
8513 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8514       conftest$ac_exeext conftest.$ac_ext
8515 CFLAGS=$ac_wine_try_cflags_saved
8516 fi
8517 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8518 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8519 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8520   LDEXECFLAGS="-Wl,--export-dynamic"
8521
8522 fi
8523
8524
8525       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8526 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8527 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8528 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8529   echo $ECHO_N "(cached) $ECHO_C" >&6
8530 else
8531   ac_wine_try_cflags_saved=$CFLAGS
8532 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8533 cat >conftest.$ac_ext <<_ACEOF
8534 /* confdefs.h.  */
8535 _ACEOF
8536 cat confdefs.h >>conftest.$ac_ext
8537 cat >>conftest.$ac_ext <<_ACEOF
8538 /* end confdefs.h.  */
8539
8540 int
8541 main ()
8542 {
8543
8544   ;
8545   return 0;
8546 }
8547 _ACEOF
8548 rm -f conftest.$ac_objext conftest$ac_exeext
8549 if { (ac_try="$ac_link"
8550 case "(($ac_try" in
8551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8552   *) ac_try_echo=$ac_try;;
8553 esac
8554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8555   (eval "$ac_link") 2>conftest.er1
8556   ac_status=$?
8557   grep -v '^ *+' conftest.er1 >conftest.err
8558   rm -f conftest.er1
8559   cat conftest.err >&5
8560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561   (exit $ac_status); } && {
8562          test -z "$ac_c_werror_flag" ||
8563          test ! -s conftest.err
8564        } && test -s conftest$ac_exeext &&
8565        $as_test_x conftest$ac_exeext; then
8566   eval "$as_ac_var=yes"
8567 else
8568   echo "$as_me: failed program was:" >&5
8569 sed 's/^/| /' conftest.$ac_ext >&5
8570
8571         eval "$as_ac_var=no"
8572 fi
8573
8574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8575       conftest$ac_exeext conftest.$ac_ext
8576 CFLAGS=$ac_wine_try_cflags_saved
8577 fi
8578 ac_res=`eval echo '${'$as_ac_var'}'`
8579                { echo "$as_me:$LINENO: result: $ac_res" >&5
8580 echo "${ECHO_T}$ac_res" >&6; }
8581 if test `eval echo '${'$as_ac_var'}'` = yes; then
8582   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8583                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8584 else
8585   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8586 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8587 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8588 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8589   echo $ECHO_N "(cached) $ECHO_C" >&6
8590 else
8591   ac_wine_try_cflags_saved=$CFLAGS
8592 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8593 cat >conftest.$ac_ext <<_ACEOF
8594 /* confdefs.h.  */
8595 _ACEOF
8596 cat confdefs.h >>conftest.$ac_ext
8597 cat >>conftest.$ac_ext <<_ACEOF
8598 /* end confdefs.h.  */
8599
8600 int
8601 main ()
8602 {
8603
8604   ;
8605   return 0;
8606 }
8607 _ACEOF
8608 rm -f conftest.$ac_objext conftest$ac_exeext
8609 if { (ac_try="$ac_link"
8610 case "(($ac_try" in
8611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8612   *) ac_try_echo=$ac_try;;
8613 esac
8614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8615   (eval "$ac_link") 2>conftest.er1
8616   ac_status=$?
8617   grep -v '^ *+' conftest.er1 >conftest.err
8618   rm -f conftest.er1
8619   cat conftest.err >&5
8620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8621   (exit $ac_status); } && {
8622          test -z "$ac_c_werror_flag" ||
8623          test ! -s conftest.err
8624        } && test -s conftest$ac_exeext &&
8625        $as_test_x conftest$ac_exeext; then
8626   eval "$as_ac_var=yes"
8627 else
8628   echo "$as_me: failed program was:" >&5
8629 sed 's/^/| /' conftest.$ac_ext >&5
8630
8631         eval "$as_ac_var=no"
8632 fi
8633
8634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8635       conftest$ac_exeext conftest.$ac_ext
8636 CFLAGS=$ac_wine_try_cflags_saved
8637 fi
8638 ac_res=`eval echo '${'$as_ac_var'}'`
8639                { echo "$as_me:$LINENO: result: $ac_res" >&5
8640 echo "${ECHO_T}$ac_res" >&6; }
8641 if test `eval echo '${'$as_ac_var'}'` = yes; then
8642   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8643                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8644 fi
8645
8646 fi
8647
8648
8649       { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8650 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8651 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8652   echo $ECHO_N "(cached) $ECHO_C" >&6
8653 else
8654   ac_wine_try_cflags_saved=$CFLAGS
8655 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8656 cat >conftest.$ac_ext <<_ACEOF
8657 /* confdefs.h.  */
8658 _ACEOF
8659 cat confdefs.h >>conftest.$ac_ext
8660 cat >>conftest.$ac_ext <<_ACEOF
8661 /* end confdefs.h.  */
8662
8663 int
8664 main ()
8665 {
8666
8667   ;
8668   return 0;
8669 }
8670 _ACEOF
8671 rm -f conftest.$ac_objext conftest$ac_exeext
8672 if { (ac_try="$ac_link"
8673 case "(($ac_try" in
8674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8675   *) ac_try_echo=$ac_try;;
8676 esac
8677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8678   (eval "$ac_link") 2>conftest.er1
8679   ac_status=$?
8680   grep -v '^ *+' conftest.er1 >conftest.err
8681   rm -f conftest.er1
8682   cat conftest.err >&5
8683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684   (exit $ac_status); } && {
8685          test -z "$ac_c_werror_flag" ||
8686          test ! -s conftest.err
8687        } && test -s conftest$ac_exeext &&
8688        $as_test_x conftest$ac_exeext; then
8689   ac_cv_cflags__Wl___enable_new_dtags=yes
8690 else
8691   echo "$as_me: failed program was:" >&5
8692 sed 's/^/| /' conftest.$ac_ext >&5
8693
8694         ac_cv_cflags__Wl___enable_new_dtags=no
8695 fi
8696
8697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8698       conftest$ac_exeext conftest.$ac_ext
8699 CFLAGS=$ac_wine_try_cflags_saved
8700 fi
8701 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8702 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8703 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8704   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8705 fi
8706
8707
8708       case $host_cpu in
8709         *i[3456789]86* | x86_64)
8710           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8711 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8712 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8713   echo $ECHO_N "(cached) $ECHO_C" >&6
8714 else
8715   ac_wine_try_cflags_saved=$CFLAGS
8716 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8717 cat >conftest.$ac_ext <<_ACEOF
8718 /* confdefs.h.  */
8719 _ACEOF
8720 cat confdefs.h >>conftest.$ac_ext
8721 cat >>conftest.$ac_ext <<_ACEOF
8722 /* end confdefs.h.  */
8723
8724 int
8725 main ()
8726 {
8727
8728   ;
8729   return 0;
8730 }
8731 _ACEOF
8732 rm -f conftest.$ac_objext conftest$ac_exeext
8733 if { (ac_try="$ac_link"
8734 case "(($ac_try" in
8735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8736   *) ac_try_echo=$ac_try;;
8737 esac
8738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8739   (eval "$ac_link") 2>conftest.er1
8740   ac_status=$?
8741   grep -v '^ *+' conftest.er1 >conftest.err
8742   rm -f conftest.er1
8743   cat conftest.err >&5
8744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745   (exit $ac_status); } && {
8746          test -z "$ac_c_werror_flag" ||
8747          test ! -s conftest.err
8748        } && test -s conftest$ac_exeext &&
8749        $as_test_x conftest$ac_exeext; then
8750   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8751 else
8752   echo "$as_me: failed program was:" >&5
8753 sed 's/^/| /' conftest.$ac_ext >&5
8754
8755         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8756 fi
8757
8758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8759       conftest$ac_exeext conftest.$ac_ext
8760 CFLAGS=$ac_wine_try_cflags_saved
8761 fi
8762 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8763 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8764 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8765   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8766 fi
8767
8768           ;;
8769       esac
8770
8771     else
8772       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8773 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8774 if test "${ac_cv_c_dll_unixware+set}" = set; then
8775   echo $ECHO_N "(cached) $ECHO_C" >&6
8776 else
8777   ac_wine_try_cflags_saved=$CFLAGS
8778 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8779 cat >conftest.$ac_ext <<_ACEOF
8780 void myfunc() {}
8781 _ACEOF
8782 rm -f conftest.$ac_objext conftest$ac_exeext
8783 if { (ac_try="$ac_link"
8784 case "(($ac_try" in
8785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8786   *) ac_try_echo=$ac_try;;
8787 esac
8788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8789   (eval "$ac_link") 2>conftest.er1
8790   ac_status=$?
8791   grep -v '^ *+' conftest.er1 >conftest.err
8792   rm -f conftest.er1
8793   cat conftest.err >&5
8794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8795   (exit $ac_status); } && {
8796          test -z "$ac_c_werror_flag" ||
8797          test ! -s conftest.err
8798        } && test -s conftest$ac_exeext &&
8799        $as_test_x conftest$ac_exeext; then
8800   ac_cv_c_dll_unixware="yes"
8801 else
8802   echo "$as_me: failed program was:" >&5
8803 sed 's/^/| /' conftest.$ac_ext >&5
8804
8805         ac_cv_c_dll_unixware="no"
8806 fi
8807
8808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8809       conftest$ac_exeext conftest.$ac_ext
8810 CFLAGS=$ac_wine_try_cflags_saved
8811 fi
8812 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8813 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8814       if test "$ac_cv_c_dll_unixware" = "yes"
8815       then
8816         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8817         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8818
8819       else
8820         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8821 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8822 if test "${ac_cv_c_dll_hpux+set}" = set; then
8823   echo $ECHO_N "(cached) $ECHO_C" >&6
8824 else
8825   ac_wine_try_cflags_saved=$CFLAGS
8826 CFLAGS="$CFLAGS -shared"
8827 cat >conftest.$ac_ext <<_ACEOF
8828 void myfunc() {}
8829 _ACEOF
8830 rm -f conftest.$ac_objext conftest$ac_exeext
8831 if { (ac_try="$ac_link"
8832 case "(($ac_try" in
8833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8834   *) ac_try_echo=$ac_try;;
8835 esac
8836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8837   (eval "$ac_link") 2>conftest.er1
8838   ac_status=$?
8839   grep -v '^ *+' conftest.er1 >conftest.err
8840   rm -f conftest.er1
8841   cat conftest.err >&5
8842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8843   (exit $ac_status); } && {
8844          test -z "$ac_c_werror_flag" ||
8845          test ! -s conftest.err
8846        } && test -s conftest$ac_exeext &&
8847        $as_test_x conftest$ac_exeext; then
8848   ac_cv_c_dll_hpux="yes"
8849 else
8850   echo "$as_me: failed program was:" >&5
8851 sed 's/^/| /' conftest.$ac_ext >&5
8852
8853         ac_cv_c_dll_hpux="no"
8854 fi
8855
8856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8857       conftest$ac_exeext conftest.$ac_ext
8858 CFLAGS=$ac_wine_try_cflags_saved
8859 fi
8860 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8861 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8862         if test "$ac_cv_c_dll_hpux" = "yes"
8863         then
8864           LIBEXT="sl"
8865           DLLEXT=".sl"
8866           LDDLLFLAGS="-shared -fPIC"
8867           LDSHARED="\$(CC) -shared"
8868         fi
8869       fi
8870     fi
8871
8872         CROSSTEST=""
8873
8874     if test "$cross_compiling" = "no"
8875     then
8876       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
8877 do
8878   # Extract the first word of "$ac_prog", so it can be a program name with args.
8879 set dummy $ac_prog; ac_word=$2
8880 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8881 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8882 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8883   echo $ECHO_N "(cached) $ECHO_C" >&6
8884 else
8885   if test -n "$CROSSCC"; then
8886   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8887 else
8888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8889 for as_dir in $PATH
8890 do
8891   IFS=$as_save_IFS
8892   test -z "$as_dir" && as_dir=.
8893   for ac_exec_ext in '' $ac_executable_extensions; do
8894   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8895     ac_cv_prog_CROSSCC="$ac_prog"
8896     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8897     break 2
8898   fi
8899 done
8900 done
8901 IFS=$as_save_IFS
8902
8903 fi
8904 fi
8905 CROSSCC=$ac_cv_prog_CROSSCC
8906 if test -n "$CROSSCC"; then
8907   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8908 echo "${ECHO_T}$CROSSCC" >&6; }
8909 else
8910   { echo "$as_me:$LINENO: result: no" >&5
8911 echo "${ECHO_T}no" >&6; }
8912 fi
8913
8914
8915   test -n "$CROSSCC" && break
8916 done
8917 test -n "$CROSSCC" || CROSSCC="false"
8918
8919       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
8920 do
8921   # Extract the first word of "$ac_prog", so it can be a program name with args.
8922 set dummy $ac_prog; ac_word=$2
8923 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8924 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8925 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8926   echo $ECHO_N "(cached) $ECHO_C" >&6
8927 else
8928   if test -n "$DLLTOOL"; then
8929   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8930 else
8931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8932 for as_dir in $PATH
8933 do
8934   IFS=$as_save_IFS
8935   test -z "$as_dir" && as_dir=.
8936   for ac_exec_ext in '' $ac_executable_extensions; do
8937   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8938     ac_cv_prog_DLLTOOL="$ac_prog"
8939     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8940     break 2
8941   fi
8942 done
8943 done
8944 IFS=$as_save_IFS
8945
8946 fi
8947 fi
8948 DLLTOOL=$ac_cv_prog_DLLTOOL
8949 if test -n "$DLLTOOL"; then
8950   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8951 echo "${ECHO_T}$DLLTOOL" >&6; }
8952 else
8953   { echo "$as_me:$LINENO: result: no" >&5
8954 echo "${ECHO_T}no" >&6; }
8955 fi
8956
8957
8958   test -n "$DLLTOOL" && break
8959 done
8960 test -n "$DLLTOOL" || DLLTOOL="false"
8961
8962       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
8963 do
8964   # Extract the first word of "$ac_prog", so it can be a program name with args.
8965 set dummy $ac_prog; ac_word=$2
8966 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8968 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8969   echo $ECHO_N "(cached) $ECHO_C" >&6
8970 else
8971   if test -n "$CROSSWINDRES"; then
8972   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8973 else
8974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8975 for as_dir in $PATH
8976 do
8977   IFS=$as_save_IFS
8978   test -z "$as_dir" && as_dir=.
8979   for ac_exec_ext in '' $ac_executable_extensions; do
8980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8981     ac_cv_prog_CROSSWINDRES="$ac_prog"
8982     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8983     break 2
8984   fi
8985 done
8986 done
8987 IFS=$as_save_IFS
8988
8989 fi
8990 fi
8991 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8992 if test -n "$CROSSWINDRES"; then
8993   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8994 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8995 else
8996   { echo "$as_me:$LINENO: result: no" >&5
8997 echo "${ECHO_T}no" >&6; }
8998 fi
8999
9000
9001   test -n "$CROSSWINDRES" && break
9002 done
9003 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9004
9005       for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9006 do
9007   # Extract the first word of "$ac_prog", so it can be a program name with args.
9008 set dummy $ac_prog; ac_word=$2
9009 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9010 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9011 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9012   echo $ECHO_N "(cached) $ECHO_C" >&6
9013 else
9014   if test -n "$MINGWAR"; then
9015   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9016 else
9017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9018 for as_dir in $PATH
9019 do
9020   IFS=$as_save_IFS
9021   test -z "$as_dir" && as_dir=.
9022   for ac_exec_ext in '' $ac_executable_extensions; do
9023   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9024     ac_cv_prog_MINGWAR="$ac_prog"
9025     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9026     break 2
9027   fi
9028 done
9029 done
9030 IFS=$as_save_IFS
9031
9032 fi
9033 fi
9034 MINGWAR=$ac_cv_prog_MINGWAR
9035 if test -n "$MINGWAR"; then
9036   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9037 echo "${ECHO_T}$MINGWAR" >&6; }
9038 else
9039   { echo "$as_me:$LINENO: result: no" >&5
9040 echo "${ECHO_T}no" >&6; }
9041 fi
9042
9043
9044   test -n "$MINGWAR" && break
9045 done
9046 test -n "$MINGWAR" || MINGWAR="false"
9047
9048       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9049     fi
9050     ;;
9051 esac
9052
9053 if test "$LIBEXT" = "a"; then
9054   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9055 It is currently not possible to build Wine without shared library
9056 (.so) support to allow transparent switch between .so and .dll files.
9057 If you are using Linux, you will need a newer binutils.
9058 " >&5
9059 echo "$as_me: error: could not find a way to build shared libraries.
9060 It is currently not possible to build Wine without shared library
9061 (.so) support to allow transparent switch between .so and .dll files.
9062 If you are using Linux, you will need a newer binutils.
9063 " >&2;}
9064    { (exit 1); exit 1; }; }
9065 fi
9066
9067
9068 if test "$have_x" = "yes"
9069 then
9070     XLIB="-lXext -lX11"
9071     ac_save_CPPFLAGS="$CPPFLAGS"
9072     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9073
9074     { echo "$as_me:$LINENO: checking for -lX11" >&5
9075 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9076 if test "${ac_cv_lib_soname_X11+set}" = set; then
9077   echo $ECHO_N "(cached) $ECHO_C" >&6
9078 else
9079   ac_check_soname_save_LIBS=$LIBS
9080 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9081   cat >conftest.$ac_ext <<_ACEOF
9082 /* confdefs.h.  */
9083 _ACEOF
9084 cat confdefs.h >>conftest.$ac_ext
9085 cat >>conftest.$ac_ext <<_ACEOF
9086 /* end confdefs.h.  */
9087
9088 /* Override any GCC internal prototype to avoid an error.
9089    Use char because int might match the return type of a GCC
9090    builtin and then its argument prototype would still apply.  */
9091 #ifdef __cplusplus
9092 extern "C"
9093 #endif
9094 char XCreateWindow ();
9095 int
9096 main ()
9097 {
9098 return XCreateWindow ();
9099   ;
9100   return 0;
9101 }
9102 _ACEOF
9103 rm -f conftest.$ac_objext conftest$ac_exeext
9104 if { (ac_try="$ac_link"
9105 case "(($ac_try" in
9106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9107   *) ac_try_echo=$ac_try;;
9108 esac
9109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9110   (eval "$ac_link") 2>conftest.er1
9111   ac_status=$?
9112   grep -v '^ *+' conftest.er1 >conftest.err
9113   rm -f conftest.er1
9114   cat conftest.err >&5
9115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9116   (exit $ac_status); } && {
9117          test -z "$ac_c_werror_flag" ||
9118          test ! -s conftest.err
9119        } && test -s conftest$ac_exeext &&
9120        $as_test_x conftest$ac_exeext; then
9121   case "$LIBEXT" in
9122     dll) ;;
9123     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'` ;;
9124     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9125   esac
9126 else
9127   echo "$as_me: failed program was:" >&5
9128 sed 's/^/| /' conftest.$ac_ext >&5
9129
9130
9131 fi
9132
9133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9134       conftest$ac_exeext conftest.$ac_ext
9135   LIBS=$ac_check_soname_save_LIBS
9136 fi
9137 if test "x$ac_cv_lib_soname_X11" = "x"; then
9138   { echo "$as_me:$LINENO: result: not found" >&5
9139 echo "${ECHO_T}not found" >&6; }
9140
9141 else
9142   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9143 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9144
9145 cat >>confdefs.h <<_ACEOF
9146 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9147 _ACEOF
9148
9149
9150 fi
9151
9152     { echo "$as_me:$LINENO: checking for -lXext" >&5
9153 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9154 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9155   echo $ECHO_N "(cached) $ECHO_C" >&6
9156 else
9157   ac_check_soname_save_LIBS=$LIBS
9158 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9159   cat >conftest.$ac_ext <<_ACEOF
9160 /* confdefs.h.  */
9161 _ACEOF
9162 cat confdefs.h >>conftest.$ac_ext
9163 cat >>conftest.$ac_ext <<_ACEOF
9164 /* end confdefs.h.  */
9165
9166 /* Override any GCC internal prototype to avoid an error.
9167    Use char because int might match the return type of a GCC
9168    builtin and then its argument prototype would still apply.  */
9169 #ifdef __cplusplus
9170 extern "C"
9171 #endif
9172 char XextCreateExtension ();
9173 int
9174 main ()
9175 {
9176 return XextCreateExtension ();
9177   ;
9178   return 0;
9179 }
9180 _ACEOF
9181 rm -f conftest.$ac_objext conftest$ac_exeext
9182 if { (ac_try="$ac_link"
9183 case "(($ac_try" in
9184   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9185   *) ac_try_echo=$ac_try;;
9186 esac
9187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9188   (eval "$ac_link") 2>conftest.er1
9189   ac_status=$?
9190   grep -v '^ *+' conftest.er1 >conftest.err
9191   rm -f conftest.er1
9192   cat conftest.err >&5
9193   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9194   (exit $ac_status); } && {
9195          test -z "$ac_c_werror_flag" ||
9196          test ! -s conftest.err
9197        } && test -s conftest$ac_exeext &&
9198        $as_test_x conftest$ac_exeext; then
9199   case "$LIBEXT" in
9200     dll) ;;
9201     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'` ;;
9202     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9203   esac
9204 else
9205   echo "$as_me: failed program was:" >&5
9206 sed 's/^/| /' conftest.$ac_ext >&5
9207
9208
9209 fi
9210
9211 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9212       conftest$ac_exeext conftest.$ac_ext
9213   LIBS=$ac_check_soname_save_LIBS
9214 fi
9215 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9216   { echo "$as_me:$LINENO: result: not found" >&5
9217 echo "${ECHO_T}not found" >&6; }
9218
9219 else
9220   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9221 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9222
9223 cat >>confdefs.h <<_ACEOF
9224 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9225 _ACEOF
9226
9227
9228 fi
9229
9230
9231
9232
9233
9234
9235
9236
9237
9238
9239
9240
9241
9242 for ac_header in X11/Xlib.h \
9243                       X11/XKBlib.h \
9244                       X11/Xutil.h \
9245                       X11/Xcursor/Xcursor.h \
9246                       X11/extensions/shape.h \
9247                       X11/extensions/XInput.h \
9248                       X11/extensions/XShm.h \
9249                       X11/extensions/Xinerama.h \
9250                       X11/extensions/Xrandr.h \
9251                       X11/extensions/Xrender.h \
9252                       X11/extensions/xf86vmode.h
9253 do
9254 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9255 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9256 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9257 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9258   echo $ECHO_N "(cached) $ECHO_C" >&6
9259 else
9260   cat >conftest.$ac_ext <<_ACEOF
9261 /* confdefs.h.  */
9262 _ACEOF
9263 cat confdefs.h >>conftest.$ac_ext
9264 cat >>conftest.$ac_ext <<_ACEOF
9265 /* end confdefs.h.  */
9266 #ifdef HAVE_X11_XLIB_H
9267 # include <X11/Xlib.h>
9268 #endif
9269 #ifdef HAVE_X11_XUTIL_H
9270 # include <X11/Xutil.h>
9271 #endif
9272
9273 #include <$ac_header>
9274 _ACEOF
9275 rm -f conftest.$ac_objext
9276 if { (ac_try="$ac_compile"
9277 case "(($ac_try" in
9278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9279   *) ac_try_echo=$ac_try;;
9280 esac
9281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9282   (eval "$ac_compile") 2>conftest.er1
9283   ac_status=$?
9284   grep -v '^ *+' conftest.er1 >conftest.err
9285   rm -f conftest.er1
9286   cat conftest.err >&5
9287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9288   (exit $ac_status); } && {
9289          test -z "$ac_c_werror_flag" ||
9290          test ! -s conftest.err
9291        } && test -s conftest.$ac_objext; then
9292   eval "$as_ac_Header=yes"
9293 else
9294   echo "$as_me: failed program was:" >&5
9295 sed 's/^/| /' conftest.$ac_ext >&5
9296
9297         eval "$as_ac_Header=no"
9298 fi
9299
9300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9301 fi
9302 ac_res=`eval echo '${'$as_ac_Header'}'`
9303                { echo "$as_me:$LINENO: result: $ac_res" >&5
9304 echo "${ECHO_T}$ac_res" >&6; }
9305 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9306   cat >>confdefs.h <<_ACEOF
9307 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9308 _ACEOF
9309
9310 fi
9311
9312 done
9313
9314
9315                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9316         then
9317               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9318 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9319 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9320   echo $ECHO_N "(cached) $ECHO_C" >&6
9321 else
9322   ac_check_lib_save_LIBS=$LIBS
9323 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9324 cat >conftest.$ac_ext <<_ACEOF
9325 /* confdefs.h.  */
9326 _ACEOF
9327 cat confdefs.h >>conftest.$ac_ext
9328 cat >>conftest.$ac_ext <<_ACEOF
9329 /* end confdefs.h.  */
9330
9331 /* Override any GCC internal prototype to avoid an error.
9332    Use char because int might match the return type of a GCC
9333    builtin and then its argument prototype would still apply.  */
9334 #ifdef __cplusplus
9335 extern "C"
9336 #endif
9337 char XkbQueryExtension ();
9338 int
9339 main ()
9340 {
9341 return XkbQueryExtension ();
9342   ;
9343   return 0;
9344 }
9345 _ACEOF
9346 rm -f conftest.$ac_objext conftest$ac_exeext
9347 if { (ac_try="$ac_link"
9348 case "(($ac_try" in
9349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9350   *) ac_try_echo=$ac_try;;
9351 esac
9352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9353   (eval "$ac_link") 2>conftest.er1
9354   ac_status=$?
9355   grep -v '^ *+' conftest.er1 >conftest.err
9356   rm -f conftest.er1
9357   cat conftest.err >&5
9358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9359   (exit $ac_status); } && {
9360          test -z "$ac_c_werror_flag" ||
9361          test ! -s conftest.err
9362        } && test -s conftest$ac_exeext &&
9363        $as_test_x conftest$ac_exeext; then
9364   ac_cv_lib_X11_XkbQueryExtension=yes
9365 else
9366   echo "$as_me: failed program was:" >&5
9367 sed 's/^/| /' conftest.$ac_ext >&5
9368
9369         ac_cv_lib_X11_XkbQueryExtension=no
9370 fi
9371
9372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9373       conftest$ac_exeext conftest.$ac_ext
9374 LIBS=$ac_check_lib_save_LIBS
9375 fi
9376 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9377 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9378 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9379
9380 cat >>confdefs.h <<\_ACEOF
9381 #define HAVE_XKB 1
9382 _ACEOF
9383
9384 fi
9385
9386         fi
9387
9388                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9389         then
9390             { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9391 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9392 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9393   echo $ECHO_N "(cached) $ECHO_C" >&6
9394 else
9395   ac_check_soname_save_LIBS=$LIBS
9396 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9397   cat >conftest.$ac_ext <<_ACEOF
9398 /* confdefs.h.  */
9399 _ACEOF
9400 cat confdefs.h >>conftest.$ac_ext
9401 cat >>conftest.$ac_ext <<_ACEOF
9402 /* end confdefs.h.  */
9403
9404 /* Override any GCC internal prototype to avoid an error.
9405    Use char because int might match the return type of a GCC
9406    builtin and then its argument prototype would still apply.  */
9407 #ifdef __cplusplus
9408 extern "C"
9409 #endif
9410 char XcursorImageLoadCursor ();
9411 int
9412 main ()
9413 {
9414 return XcursorImageLoadCursor ();
9415   ;
9416   return 0;
9417 }
9418 _ACEOF
9419 rm -f conftest.$ac_objext conftest$ac_exeext
9420 if { (ac_try="$ac_link"
9421 case "(($ac_try" in
9422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9423   *) ac_try_echo=$ac_try;;
9424 esac
9425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9426   (eval "$ac_link") 2>conftest.er1
9427   ac_status=$?
9428   grep -v '^ *+' conftest.er1 >conftest.err
9429   rm -f conftest.er1
9430   cat conftest.err >&5
9431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9432   (exit $ac_status); } && {
9433          test -z "$ac_c_werror_flag" ||
9434          test ! -s conftest.err
9435        } && test -s conftest$ac_exeext &&
9436        $as_test_x conftest$ac_exeext; then
9437   case "$LIBEXT" in
9438     dll) ;;
9439     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'` ;;
9440     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9441   esac
9442 else
9443   echo "$as_me: failed program was:" >&5
9444 sed 's/^/| /' conftest.$ac_ext >&5
9445
9446
9447 fi
9448
9449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9450       conftest$ac_exeext conftest.$ac_ext
9451   LIBS=$ac_check_soname_save_LIBS
9452 fi
9453 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9454   { echo "$as_me:$LINENO: result: not found" >&5
9455 echo "${ECHO_T}not found" >&6; }
9456
9457 else
9458   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9459 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9460
9461 cat >>confdefs.h <<_ACEOF
9462 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9463 _ACEOF
9464
9465
9466 fi
9467
9468         fi
9469
9470                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9471         then
9472             { echo "$as_me:$LINENO: checking for -lXi" >&5
9473 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9474 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9475   echo $ECHO_N "(cached) $ECHO_C" >&6
9476 else
9477   ac_check_soname_save_LIBS=$LIBS
9478 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9479   cat >conftest.$ac_ext <<_ACEOF
9480 /* confdefs.h.  */
9481 _ACEOF
9482 cat confdefs.h >>conftest.$ac_ext
9483 cat >>conftest.$ac_ext <<_ACEOF
9484 /* end confdefs.h.  */
9485
9486 /* Override any GCC internal prototype to avoid an error.
9487    Use char because int might match the return type of a GCC
9488    builtin and then its argument prototype would still apply.  */
9489 #ifdef __cplusplus
9490 extern "C"
9491 #endif
9492 char XOpenDevice ();
9493 int
9494 main ()
9495 {
9496 return XOpenDevice ();
9497   ;
9498   return 0;
9499 }
9500 _ACEOF
9501 rm -f conftest.$ac_objext conftest$ac_exeext
9502 if { (ac_try="$ac_link"
9503 case "(($ac_try" in
9504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9505   *) ac_try_echo=$ac_try;;
9506 esac
9507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9508   (eval "$ac_link") 2>conftest.er1
9509   ac_status=$?
9510   grep -v '^ *+' conftest.er1 >conftest.err
9511   rm -f conftest.er1
9512   cat conftest.err >&5
9513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9514   (exit $ac_status); } && {
9515          test -z "$ac_c_werror_flag" ||
9516          test ! -s conftest.err
9517        } && test -s conftest$ac_exeext &&
9518        $as_test_x conftest$ac_exeext; then
9519   case "$LIBEXT" in
9520     dll) ;;
9521     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'` ;;
9522     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
9523   esac
9524 else
9525   echo "$as_me: failed program was:" >&5
9526 sed 's/^/| /' conftest.$ac_ext >&5
9527
9528
9529 fi
9530
9531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9532       conftest$ac_exeext conftest.$ac_ext
9533   LIBS=$ac_check_soname_save_LIBS
9534 fi
9535 if test "x$ac_cv_lib_soname_Xi" = "x"; then
9536   { echo "$as_me:$LINENO: result: not found" >&5
9537 echo "${ECHO_T}not found" >&6; }
9538
9539 else
9540   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
9541 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
9542
9543 cat >>confdefs.h <<_ACEOF
9544 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9545 _ACEOF
9546
9547
9548 fi
9549
9550         fi
9551
9552                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9553         then
9554               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
9555 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
9556 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
9557   echo $ECHO_N "(cached) $ECHO_C" >&6
9558 else
9559   ac_check_lib_save_LIBS=$LIBS
9560 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9561 cat >conftest.$ac_ext <<_ACEOF
9562 /* confdefs.h.  */
9563 _ACEOF
9564 cat confdefs.h >>conftest.$ac_ext
9565 cat >>conftest.$ac_ext <<_ACEOF
9566 /* end confdefs.h.  */
9567
9568 /* Override any GCC internal prototype to avoid an error.
9569    Use char because int might match the return type of a GCC
9570    builtin and then its argument prototype would still apply.  */
9571 #ifdef __cplusplus
9572 extern "C"
9573 #endif
9574 char XShmQueryExtension ();
9575 int
9576 main ()
9577 {
9578 return XShmQueryExtension ();
9579   ;
9580   return 0;
9581 }
9582 _ACEOF
9583 rm -f conftest.$ac_objext conftest$ac_exeext
9584 if { (ac_try="$ac_link"
9585 case "(($ac_try" in
9586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9587   *) ac_try_echo=$ac_try;;
9588 esac
9589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9590   (eval "$ac_link") 2>conftest.er1
9591   ac_status=$?
9592   grep -v '^ *+' conftest.er1 >conftest.err
9593   rm -f conftest.er1
9594   cat conftest.err >&5
9595   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9596   (exit $ac_status); } && {
9597          test -z "$ac_c_werror_flag" ||
9598          test ! -s conftest.err
9599        } && test -s conftest$ac_exeext &&
9600        $as_test_x conftest$ac_exeext; then
9601   ac_cv_lib_Xext_XShmQueryExtension=yes
9602 else
9603   echo "$as_me: failed program was:" >&5
9604 sed 's/^/| /' conftest.$ac_ext >&5
9605
9606         ac_cv_lib_Xext_XShmQueryExtension=no
9607 fi
9608
9609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9610       conftest$ac_exeext conftest.$ac_ext
9611 LIBS=$ac_check_lib_save_LIBS
9612 fi
9613 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9614 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9615 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
9616
9617 cat >>confdefs.h <<\_ACEOF
9618 #define HAVE_LIBXXSHM 1
9619 _ACEOF
9620
9621 fi
9622
9623         fi
9624         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
9625   wine_notices="$wine_notices|XShm development files not found.
9626 Wine will be built without XShm support. (winex11.drv)"
9627 fi
9628
9629
9630                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9631         then
9632               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
9633 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
9634 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
9635   echo $ECHO_N "(cached) $ECHO_C" >&6
9636 else
9637   ac_check_lib_save_LIBS=$LIBS
9638 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9639 cat >conftest.$ac_ext <<_ACEOF
9640 /* confdefs.h.  */
9641 _ACEOF
9642 cat confdefs.h >>conftest.$ac_ext
9643 cat >>conftest.$ac_ext <<_ACEOF
9644 /* end confdefs.h.  */
9645
9646 /* Override any GCC internal prototype to avoid an error.
9647    Use char because int might match the return type of a GCC
9648    builtin and then its argument prototype would still apply.  */
9649 #ifdef __cplusplus
9650 extern "C"
9651 #endif
9652 char XShapeQueryExtension ();
9653 int
9654 main ()
9655 {
9656 return XShapeQueryExtension ();
9657   ;
9658   return 0;
9659 }
9660 _ACEOF
9661 rm -f conftest.$ac_objext conftest$ac_exeext
9662 if { (ac_try="$ac_link"
9663 case "(($ac_try" in
9664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9665   *) ac_try_echo=$ac_try;;
9666 esac
9667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9668   (eval "$ac_link") 2>conftest.er1
9669   ac_status=$?
9670   grep -v '^ *+' conftest.er1 >conftest.err
9671   rm -f conftest.er1
9672   cat conftest.err >&5
9673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9674   (exit $ac_status); } && {
9675          test -z "$ac_c_werror_flag" ||
9676          test ! -s conftest.err
9677        } && test -s conftest$ac_exeext &&
9678        $as_test_x conftest$ac_exeext; then
9679   ac_cv_lib_Xext_XShapeQueryExtension=yes
9680 else
9681   echo "$as_me: failed program was:" >&5
9682 sed 's/^/| /' conftest.$ac_ext >&5
9683
9684         ac_cv_lib_Xext_XShapeQueryExtension=no
9685 fi
9686
9687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9688       conftest$ac_exeext conftest.$ac_ext
9689 LIBS=$ac_check_lib_save_LIBS
9690 fi
9691 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9692 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9693 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
9694
9695 cat >>confdefs.h <<\_ACEOF
9696 #define HAVE_LIBXSHAPE 1
9697 _ACEOF
9698
9699 fi
9700
9701         fi
9702         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
9703   wine_notices="$wine_notices|XShape development files not found.
9704 Wine will be built without XShape support. (winex11.drv)"
9705 fi
9706
9707
9708                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
9709         then
9710                 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
9711 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
9712 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
9713   echo $ECHO_N "(cached) $ECHO_C" >&6
9714 else
9715   ac_check_lib_save_LIBS=$LIBS
9716 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9717 cat >conftest.$ac_ext <<_ACEOF
9718 /* confdefs.h.  */
9719 _ACEOF
9720 cat confdefs.h >>conftest.$ac_ext
9721 cat >>conftest.$ac_ext <<_ACEOF
9722 /* end confdefs.h.  */
9723
9724 /* Override any GCC internal prototype to avoid an error.
9725    Use char because int might match the return type of a GCC
9726    builtin and then its argument prototype would still apply.  */
9727 #ifdef __cplusplus
9728 extern "C"
9729 #endif
9730 char XF86VidModeQueryExtension ();
9731 int
9732 main ()
9733 {
9734 return XF86VidModeQueryExtension ();
9735   ;
9736   return 0;
9737 }
9738 _ACEOF
9739 rm -f conftest.$ac_objext conftest$ac_exeext
9740 if { (ac_try="$ac_link"
9741 case "(($ac_try" in
9742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9743   *) ac_try_echo=$ac_try;;
9744 esac
9745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9746   (eval "$ac_link") 2>conftest.er1
9747   ac_status=$?
9748   grep -v '^ *+' conftest.er1 >conftest.err
9749   rm -f conftest.er1
9750   cat conftest.err >&5
9751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9752   (exit $ac_status); } && {
9753          test -z "$ac_c_werror_flag" ||
9754          test ! -s conftest.err
9755        } && test -s conftest$ac_exeext &&
9756        $as_test_x conftest$ac_exeext; then
9757   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
9758 else
9759   echo "$as_me: failed program was:" >&5
9760 sed 's/^/| /' conftest.$ac_ext >&5
9761
9762         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
9763 fi
9764
9765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9766       conftest$ac_exeext conftest.$ac_ext
9767 LIBS=$ac_check_lib_save_LIBS
9768 fi
9769 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
9770 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
9771 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
9772
9773 cat >>confdefs.h <<\_ACEOF
9774 #define HAVE_LIBXXF86VM 1
9775 _ACEOF
9776
9777                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
9778
9779 fi
9780
9781         fi
9782         if test "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" != "yes"; then
9783   wine_notices="$wine_notices|Xxf86vm development files not found.
9784 Wine will be built without XF86 Vidmode support. (winex11.drv)"
9785 fi
9786
9787
9788                 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"
9789         then
9790             { echo "$as_me:$LINENO: checking for -lXrender" >&5
9791 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
9792 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
9793   echo $ECHO_N "(cached) $ECHO_C" >&6
9794 else
9795   ac_check_soname_save_LIBS=$LIBS
9796 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9797   cat >conftest.$ac_ext <<_ACEOF
9798 /* confdefs.h.  */
9799 _ACEOF
9800 cat confdefs.h >>conftest.$ac_ext
9801 cat >>conftest.$ac_ext <<_ACEOF
9802 /* end confdefs.h.  */
9803
9804 /* Override any GCC internal prototype to avoid an error.
9805    Use char because int might match the return type of a GCC
9806    builtin and then its argument prototype would still apply.  */
9807 #ifdef __cplusplus
9808 extern "C"
9809 #endif
9810 char XRenderQueryExtension ();
9811 int
9812 main ()
9813 {
9814 return XRenderQueryExtension ();
9815   ;
9816   return 0;
9817 }
9818 _ACEOF
9819 rm -f conftest.$ac_objext conftest$ac_exeext
9820 if { (ac_try="$ac_link"
9821 case "(($ac_try" in
9822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9823   *) ac_try_echo=$ac_try;;
9824 esac
9825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9826   (eval "$ac_link") 2>conftest.er1
9827   ac_status=$?
9828   grep -v '^ *+' conftest.er1 >conftest.err
9829   rm -f conftest.er1
9830   cat conftest.err >&5
9831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832   (exit $ac_status); } && {
9833          test -z "$ac_c_werror_flag" ||
9834          test ! -s conftest.err
9835        } && test -s conftest$ac_exeext &&
9836        $as_test_x conftest$ac_exeext; then
9837   case "$LIBEXT" in
9838     dll) ;;
9839     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'` ;;
9840     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9841   esac
9842 else
9843   echo "$as_me: failed program was:" >&5
9844 sed 's/^/| /' conftest.$ac_ext >&5
9845
9846
9847 fi
9848
9849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9850       conftest$ac_exeext conftest.$ac_ext
9851   LIBS=$ac_check_soname_save_LIBS
9852 fi
9853 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
9854   { echo "$as_me:$LINENO: result: not found" >&5
9855 echo "${ECHO_T}not found" >&6; }
9856
9857 else
9858   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
9859 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
9860
9861 cat >>confdefs.h <<_ACEOF
9862 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
9863 _ACEOF
9864
9865        { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9866 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9867 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9868   echo $ECHO_N "(cached) $ECHO_C" >&6
9869 else
9870   ac_check_lib_save_LIBS=$LIBS
9871 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9872 cat >conftest.$ac_ext <<_ACEOF
9873 /* confdefs.h.  */
9874 _ACEOF
9875 cat confdefs.h >>conftest.$ac_ext
9876 cat >>conftest.$ac_ext <<_ACEOF
9877 /* end confdefs.h.  */
9878
9879 /* Override any GCC internal prototype to avoid an error.
9880    Use char because int might match the return type of a GCC
9881    builtin and then its argument prototype would still apply.  */
9882 #ifdef __cplusplus
9883 extern "C"
9884 #endif
9885 char XRenderSetPictureTransform ();
9886 int
9887 main ()
9888 {
9889 return XRenderSetPictureTransform ();
9890   ;
9891   return 0;
9892 }
9893 _ACEOF
9894 rm -f conftest.$ac_objext conftest$ac_exeext
9895 if { (ac_try="$ac_link"
9896 case "(($ac_try" in
9897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9898   *) ac_try_echo=$ac_try;;
9899 esac
9900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9901   (eval "$ac_link") 2>conftest.er1
9902   ac_status=$?
9903   grep -v '^ *+' conftest.er1 >conftest.err
9904   rm -f conftest.er1
9905   cat conftest.err >&5
9906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9907   (exit $ac_status); } && {
9908          test -z "$ac_c_werror_flag" ||
9909          test ! -s conftest.err
9910        } && test -s conftest$ac_exeext &&
9911        $as_test_x conftest$ac_exeext; then
9912   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
9913 else
9914   echo "$as_me: failed program was:" >&5
9915 sed 's/^/| /' conftest.$ac_ext >&5
9916
9917         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
9918 fi
9919
9920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9921       conftest$ac_exeext conftest.$ac_ext
9922 LIBS=$ac_check_lib_save_LIBS
9923 fi
9924 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9925 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9926 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9927
9928 cat >>confdefs.h <<\_ACEOF
9929 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9930 _ACEOF
9931
9932 fi
9933
9934 fi
9935
9936
9937         fi
9938         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
9939   wine_notices="$wine_notices|XRender development files not found.
9940 Wine will be built without XRender support. (winex11.drv)"
9941 fi
9942
9943
9944                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
9945         then
9946                 cat >conftest.$ac_ext <<_ACEOF
9947 /* confdefs.h.  */
9948 _ACEOF
9949 cat confdefs.h >>conftest.$ac_ext
9950 cat >>conftest.$ac_ext <<_ACEOF
9951 /* end confdefs.h.  */
9952 #include <X11/Xlib.h>
9953 #include <X11/extensions/Xrandr.h>
9954 int
9955 main ()
9956 {
9957 static typeof(XRRSetScreenConfigAndRate) * func;
9958   ;
9959   return 0;
9960 }
9961 _ACEOF
9962 rm -f conftest.$ac_objext
9963 if { (ac_try="$ac_compile"
9964 case "(($ac_try" in
9965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9966   *) ac_try_echo=$ac_try;;
9967 esac
9968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9969   (eval "$ac_compile") 2>conftest.er1
9970   ac_status=$?
9971   grep -v '^ *+' conftest.er1 >conftest.err
9972   rm -f conftest.er1
9973   cat conftest.err >&5
9974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9975   (exit $ac_status); } && {
9976          test -z "$ac_c_werror_flag" ||
9977          test ! -s conftest.err
9978        } && test -s conftest.$ac_objext; then
9979   { echo "$as_me:$LINENO: checking for -lXrandr" >&5
9980 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
9981 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
9982   echo $ECHO_N "(cached) $ECHO_C" >&6
9983 else
9984   ac_check_soname_save_LIBS=$LIBS
9985 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9986   cat >conftest.$ac_ext <<_ACEOF
9987 /* confdefs.h.  */
9988 _ACEOF
9989 cat confdefs.h >>conftest.$ac_ext
9990 cat >>conftest.$ac_ext <<_ACEOF
9991 /* end confdefs.h.  */
9992
9993 /* Override any GCC internal prototype to avoid an error.
9994    Use char because int might match the return type of a GCC
9995    builtin and then its argument prototype would still apply.  */
9996 #ifdef __cplusplus
9997 extern "C"
9998 #endif
9999 char XRRQueryExtension ();
10000 int
10001 main ()
10002 {
10003 return XRRQueryExtension ();
10004   ;
10005   return 0;
10006 }
10007 _ACEOF
10008 rm -f conftest.$ac_objext conftest$ac_exeext
10009 if { (ac_try="$ac_link"
10010 case "(($ac_try" in
10011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10012   *) ac_try_echo=$ac_try;;
10013 esac
10014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10015   (eval "$ac_link") 2>conftest.er1
10016   ac_status=$?
10017   grep -v '^ *+' conftest.er1 >conftest.err
10018   rm -f conftest.er1
10019   cat conftest.err >&5
10020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021   (exit $ac_status); } && {
10022          test -z "$ac_c_werror_flag" ||
10023          test ! -s conftest.err
10024        } && test -s conftest$ac_exeext &&
10025        $as_test_x conftest$ac_exeext; then
10026   case "$LIBEXT" in
10027     dll) ;;
10028     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'` ;;
10029     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10030   esac
10031 else
10032   echo "$as_me: failed program was:" >&5
10033 sed 's/^/| /' conftest.$ac_ext >&5
10034
10035
10036 fi
10037
10038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10039       conftest$ac_exeext conftest.$ac_ext
10040   LIBS=$ac_check_soname_save_LIBS
10041 fi
10042 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10043   { echo "$as_me:$LINENO: result: not found" >&5
10044 echo "${ECHO_T}not found" >&6; }
10045
10046 else
10047   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10048 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10049
10050 cat >>confdefs.h <<_ACEOF
10051 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10052 _ACEOF
10053
10054
10055 fi
10056
10057 else
10058   echo "$as_me: failed program was:" >&5
10059 sed 's/^/| /' conftest.$ac_ext >&5
10060
10061
10062 fi
10063
10064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10065         fi
10066         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10067   wine_notices="$wine_notices|XRandr development files not found.
10068 Wine will be built without XRandr support. (winex11.drv)"
10069 fi
10070
10071
10072                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10073         then
10074                 cat >conftest.$ac_ext <<_ACEOF
10075 /* confdefs.h.  */
10076 _ACEOF
10077 cat confdefs.h >>conftest.$ac_ext
10078 cat >>conftest.$ac_ext <<_ACEOF
10079 /* end confdefs.h.  */
10080 #include <X11/Xlib.h>
10081 #include <X11/extensions/Xinerama.h>
10082 int
10083 main ()
10084 {
10085 static typeof(XineramaQueryScreens) * func;
10086   ;
10087   return 0;
10088 }
10089 _ACEOF
10090 rm -f conftest.$ac_objext
10091 if { (ac_try="$ac_compile"
10092 case "(($ac_try" in
10093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10094   *) ac_try_echo=$ac_try;;
10095 esac
10096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10097   (eval "$ac_compile") 2>conftest.er1
10098   ac_status=$?
10099   grep -v '^ *+' conftest.er1 >conftest.err
10100   rm -f conftest.er1
10101   cat conftest.err >&5
10102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10103   (exit $ac_status); } && {
10104          test -z "$ac_c_werror_flag" ||
10105          test ! -s conftest.err
10106        } && test -s conftest.$ac_objext; then
10107   { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10108 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10109 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10110   echo $ECHO_N "(cached) $ECHO_C" >&6
10111 else
10112   ac_check_soname_save_LIBS=$LIBS
10113 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10114   cat >conftest.$ac_ext <<_ACEOF
10115 /* confdefs.h.  */
10116 _ACEOF
10117 cat confdefs.h >>conftest.$ac_ext
10118 cat >>conftest.$ac_ext <<_ACEOF
10119 /* end confdefs.h.  */
10120
10121 /* Override any GCC internal prototype to avoid an error.
10122    Use char because int might match the return type of a GCC
10123    builtin and then its argument prototype would still apply.  */
10124 #ifdef __cplusplus
10125 extern "C"
10126 #endif
10127 char XineramaQueryScreens ();
10128 int
10129 main ()
10130 {
10131 return XineramaQueryScreens ();
10132   ;
10133   return 0;
10134 }
10135 _ACEOF
10136 rm -f conftest.$ac_objext conftest$ac_exeext
10137 if { (ac_try="$ac_link"
10138 case "(($ac_try" in
10139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10140   *) ac_try_echo=$ac_try;;
10141 esac
10142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10143   (eval "$ac_link") 2>conftest.er1
10144   ac_status=$?
10145   grep -v '^ *+' conftest.er1 >conftest.err
10146   rm -f conftest.er1
10147   cat conftest.err >&5
10148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149   (exit $ac_status); } && {
10150          test -z "$ac_c_werror_flag" ||
10151          test ! -s conftest.err
10152        } && test -s conftest$ac_exeext &&
10153        $as_test_x conftest$ac_exeext; then
10154   case "$LIBEXT" in
10155     dll) ;;
10156     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'` ;;
10157     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10158   esac
10159 else
10160   echo "$as_me: failed program was:" >&5
10161 sed 's/^/| /' conftest.$ac_ext >&5
10162
10163
10164 fi
10165
10166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10167       conftest$ac_exeext conftest.$ac_ext
10168   LIBS=$ac_check_soname_save_LIBS
10169 fi
10170 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10171   { echo "$as_me:$LINENO: result: not found" >&5
10172 echo "${ECHO_T}not found" >&6; }
10173
10174 else
10175   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10176 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10177
10178 cat >>confdefs.h <<_ACEOF
10179 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10180 _ACEOF
10181
10182
10183 fi
10184
10185 else
10186   echo "$as_me: failed program was:" >&5
10187 sed 's/^/| /' conftest.$ac_ext >&5
10188
10189
10190 fi
10191
10192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10193         fi
10194         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10195   wine_notices="$wine_notices|Xinerama development files not found.
10196 Wine will be built without Xinerama support. (winex11.drv)"
10197 fi
10198
10199
10200
10201         if test "x$with_opengl" != "xno"
10202     then
10203
10204
10205
10206
10207 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10208 do
10209 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10210 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10211 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10212 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10213   echo $ECHO_N "(cached) $ECHO_C" >&6
10214 else
10215   cat >conftest.$ac_ext <<_ACEOF
10216 /* confdefs.h.  */
10217 _ACEOF
10218 cat confdefs.h >>conftest.$ac_ext
10219 cat >>conftest.$ac_ext <<_ACEOF
10220 /* end confdefs.h.  */
10221 #ifdef HAVE_GL_GLX_H
10222 # include <GL/glx.h>
10223 #endif
10224
10225 #include <$ac_header>
10226 _ACEOF
10227 rm -f conftest.$ac_objext
10228 if { (ac_try="$ac_compile"
10229 case "(($ac_try" in
10230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10231   *) ac_try_echo=$ac_try;;
10232 esac
10233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10234   (eval "$ac_compile") 2>conftest.er1
10235   ac_status=$?
10236   grep -v '^ *+' conftest.er1 >conftest.err
10237   rm -f conftest.er1
10238   cat conftest.err >&5
10239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10240   (exit $ac_status); } && {
10241          test -z "$ac_c_werror_flag" ||
10242          test ! -s conftest.err
10243        } && test -s conftest.$ac_objext; then
10244   eval "$as_ac_Header=yes"
10245 else
10246   echo "$as_me: failed program was:" >&5
10247 sed 's/^/| /' conftest.$ac_ext >&5
10248
10249         eval "$as_ac_Header=no"
10250 fi
10251
10252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10253 fi
10254 ac_res=`eval echo '${'$as_ac_Header'}'`
10255                { echo "$as_me:$LINENO: result: $ac_res" >&5
10256 echo "${ECHO_T}$ac_res" >&6; }
10257 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10258   cat >>confdefs.h <<_ACEOF
10259 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10260 _ACEOF
10261
10262 fi
10263
10264 done
10265
10266         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
10267         then
10268                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
10269 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
10270 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
10271   echo $ECHO_N "(cached) $ECHO_C" >&6
10272 else
10273   cat >conftest.$ac_ext <<_ACEOF
10274 /* confdefs.h.  */
10275 _ACEOF
10276 cat confdefs.h >>conftest.$ac_ext
10277 cat >>conftest.$ac_ext <<_ACEOF
10278 /* end confdefs.h.  */
10279 #include <GL/gl.h>
10280 int
10281 main ()
10282 {
10283 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
10284   ;
10285   return 0;
10286 }
10287 _ACEOF
10288 rm -f conftest.$ac_objext
10289 if { (ac_try="$ac_compile"
10290 case "(($ac_try" in
10291   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10292   *) ac_try_echo=$ac_try;;
10293 esac
10294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10295   (eval "$ac_compile") 2>conftest.er1
10296   ac_status=$?
10297   grep -v '^ *+' conftest.er1 >conftest.err
10298   rm -f conftest.er1
10299   cat conftest.err >&5
10300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10301   (exit $ac_status); } && {
10302          test -z "$ac_c_werror_flag" ||
10303          test ! -s conftest.err
10304        } && test -s conftest.$ac_objext; then
10305   wine_cv_opengl_header_version_OK="yes"
10306 else
10307   echo "$as_me: failed program was:" >&5
10308 sed 's/^/| /' conftest.$ac_ext >&5
10309
10310         wine_cv_opengl_header_version_OK="no"
10311 fi
10312
10313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10314 fi
10315 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
10316 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
10317
10318             if test "$wine_cv_opengl_header_version_OK" = "yes"
10319             then
10320                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
10321 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
10322 if test "${ac_cv_lib_soname_GL+set}" = set; then
10323   echo $ECHO_N "(cached) $ECHO_C" >&6
10324 else
10325   ac_check_soname_save_LIBS=$LIBS
10326 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
10327   cat >conftest.$ac_ext <<_ACEOF
10328 /* confdefs.h.  */
10329 _ACEOF
10330 cat confdefs.h >>conftest.$ac_ext
10331 cat >>conftest.$ac_ext <<_ACEOF
10332 /* end confdefs.h.  */
10333
10334 /* Override any GCC internal prototype to avoid an error.
10335    Use char because int might match the return type of a GCC
10336    builtin and then its argument prototype would still apply.  */
10337 #ifdef __cplusplus
10338 extern "C"
10339 #endif
10340 char glXCreateContext ();
10341 int
10342 main ()
10343 {
10344 return glXCreateContext ();
10345   ;
10346   return 0;
10347 }
10348 _ACEOF
10349 rm -f conftest.$ac_objext conftest$ac_exeext
10350 if { (ac_try="$ac_link"
10351 case "(($ac_try" in
10352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10353   *) ac_try_echo=$ac_try;;
10354 esac
10355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10356   (eval "$ac_link") 2>conftest.er1
10357   ac_status=$?
10358   grep -v '^ *+' conftest.er1 >conftest.err
10359   rm -f conftest.er1
10360   cat conftest.err >&5
10361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10362   (exit $ac_status); } && {
10363          test -z "$ac_c_werror_flag" ||
10364          test ! -s conftest.err
10365        } && test -s conftest$ac_exeext &&
10366        $as_test_x conftest$ac_exeext; then
10367   case "$LIBEXT" in
10368     dll) ;;
10369     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'` ;;
10370     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10371   esac
10372 else
10373   echo "$as_me: failed program was:" >&5
10374 sed 's/^/| /' conftest.$ac_ext >&5
10375
10376
10377 fi
10378
10379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10380       conftest$ac_exeext conftest.$ac_ext
10381   LIBS=$ac_check_soname_save_LIBS
10382 fi
10383 if test "x$ac_cv_lib_soname_GL" = "x"; then
10384   { echo "$as_me:$LINENO: result: not found" >&5
10385 echo "${ECHO_T}not found" >&6; }
10386        if test -f /usr/X11R6/lib/libGL.a
10387                               then
10388                                   wine_warnings="$wine_warnings|/usr/X11R6/lib/libGL.a is present on your system.
10389 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10390                               else
10391                                   wine_warnings="$wine_warnings|No OpenGL library found on this system.
10392 Wine will be build without OpenGL or Direct3D support."
10393                               fi
10394 else
10395   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
10396 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
10397
10398 cat >>confdefs.h <<_ACEOF
10399 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10400 _ACEOF
10401
10402        OPENGL_LIBS="-lGL"
10403                              OPENGLFILES='$(OPENGLFILES)'
10404
10405 cat >>confdefs.h <<\_ACEOF
10406 #define HAVE_OPENGL 1
10407 _ACEOF
10408
10409 fi
10410
10411
10412                                 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
10413 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
10414 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
10415   echo $ECHO_N "(cached) $ECHO_C" >&6
10416 else
10417   ac_check_lib_save_LIBS=$LIBS
10418 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
10419 cat >conftest.$ac_ext <<_ACEOF
10420 /* confdefs.h.  */
10421 _ACEOF
10422 cat confdefs.h >>conftest.$ac_ext
10423 cat >>conftest.$ac_ext <<_ACEOF
10424 /* end confdefs.h.  */
10425
10426 /* Override any GCC internal prototype to avoid an error.
10427    Use char because int might match the return type of a GCC
10428    builtin and then its argument prototype would still apply.  */
10429 #ifdef __cplusplus
10430 extern "C"
10431 #endif
10432 char gluLookAt ();
10433 int
10434 main ()
10435 {
10436 return gluLookAt ();
10437   ;
10438   return 0;
10439 }
10440 _ACEOF
10441 rm -f conftest.$ac_objext conftest$ac_exeext
10442 if { (ac_try="$ac_link"
10443 case "(($ac_try" in
10444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10445   *) ac_try_echo=$ac_try;;
10446 esac
10447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10448   (eval "$ac_link") 2>conftest.er1
10449   ac_status=$?
10450   grep -v '^ *+' conftest.er1 >conftest.err
10451   rm -f conftest.er1
10452   cat conftest.err >&5
10453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10454   (exit $ac_status); } && {
10455          test -z "$ac_c_werror_flag" ||
10456          test ! -s conftest.err
10457        } && test -s conftest$ac_exeext &&
10458        $as_test_x conftest$ac_exeext; then
10459   ac_cv_lib_GLU_gluLookAt=yes
10460 else
10461   echo "$as_me: failed program was:" >&5
10462 sed 's/^/| /' conftest.$ac_ext >&5
10463
10464         ac_cv_lib_GLU_gluLookAt=no
10465 fi
10466
10467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10468       conftest$ac_exeext conftest.$ac_ext
10469 LIBS=$ac_check_lib_save_LIBS
10470 fi
10471 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
10472 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
10473 if test $ac_cv_lib_GLU_gluLookAt = yes; then
10474   OPENGL_LIBS="$OPENGL_LIBS -lGLU"
10475                              GLU32FILES='$(GLU32FILES)'
10476
10477 fi
10478
10479              else
10480                  wine_warnings="$wine_warnings|Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/).
10481 Wine will be build without OpenGL or Direct3D support."
10482              fi
10483          else
10484              wine_warnings="$wine_warnings|OpenGL development headers not found.
10485 Wine will be build without OpenGL or Direct3D support."
10486          fi
10487     fi
10488
10489         NASLIBS=""
10490
10491
10492 for ac_header in audio/audiolib.h
10493 do
10494 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10495 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10496   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10497 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10498 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10499   echo $ECHO_N "(cached) $ECHO_C" >&6
10500 fi
10501 ac_res=`eval echo '${'$as_ac_Header'}'`
10502                { echo "$as_me:$LINENO: result: $ac_res" >&5
10503 echo "${ECHO_T}$ac_res" >&6; }
10504 else
10505   # Is the header compilable?
10506 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10507 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10508 cat >conftest.$ac_ext <<_ACEOF
10509 /* confdefs.h.  */
10510 _ACEOF
10511 cat confdefs.h >>conftest.$ac_ext
10512 cat >>conftest.$ac_ext <<_ACEOF
10513 /* end confdefs.h.  */
10514 $ac_includes_default
10515 #include <$ac_header>
10516 _ACEOF
10517 rm -f conftest.$ac_objext
10518 if { (ac_try="$ac_compile"
10519 case "(($ac_try" in
10520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10521   *) ac_try_echo=$ac_try;;
10522 esac
10523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10524   (eval "$ac_compile") 2>conftest.er1
10525   ac_status=$?
10526   grep -v '^ *+' conftest.er1 >conftest.err
10527   rm -f conftest.er1
10528   cat conftest.err >&5
10529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10530   (exit $ac_status); } && {
10531          test -z "$ac_c_werror_flag" ||
10532          test ! -s conftest.err
10533        } && test -s conftest.$ac_objext; then
10534   ac_header_compiler=yes
10535 else
10536   echo "$as_me: failed program was:" >&5
10537 sed 's/^/| /' conftest.$ac_ext >&5
10538
10539         ac_header_compiler=no
10540 fi
10541
10542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10543 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10544 echo "${ECHO_T}$ac_header_compiler" >&6; }
10545
10546 # Is the header present?
10547 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10548 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10549 cat >conftest.$ac_ext <<_ACEOF
10550 /* confdefs.h.  */
10551 _ACEOF
10552 cat confdefs.h >>conftest.$ac_ext
10553 cat >>conftest.$ac_ext <<_ACEOF
10554 /* end confdefs.h.  */
10555 #include <$ac_header>
10556 _ACEOF
10557 if { (ac_try="$ac_cpp conftest.$ac_ext"
10558 case "(($ac_try" in
10559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10560   *) ac_try_echo=$ac_try;;
10561 esac
10562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10563   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10564   ac_status=$?
10565   grep -v '^ *+' conftest.er1 >conftest.err
10566   rm -f conftest.er1
10567   cat conftest.err >&5
10568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10569   (exit $ac_status); } >/dev/null && {
10570          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10571          test ! -s conftest.err
10572        }; then
10573   ac_header_preproc=yes
10574 else
10575   echo "$as_me: failed program was:" >&5
10576 sed 's/^/| /' conftest.$ac_ext >&5
10577
10578   ac_header_preproc=no
10579 fi
10580
10581 rm -f conftest.err conftest.$ac_ext
10582 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10583 echo "${ECHO_T}$ac_header_preproc" >&6; }
10584
10585 # So?  What about this header?
10586 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10587   yes:no: )
10588     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10589 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10590     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10591 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10592     ac_header_preproc=yes
10593     ;;
10594   no:yes:* )
10595     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10596 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10597     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10598 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10599     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10600 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10601     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10602 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10603     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10604 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10605     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10606 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10607     ( cat <<\_ASBOX
10608 ## ------------------------------------ ##
10609 ## Report this to wine-devel@winehq.org ##
10610 ## ------------------------------------ ##
10611 _ASBOX
10612      ) | sed "s/^/$as_me: WARNING:     /" >&2
10613     ;;
10614 esac
10615 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10616 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10617 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10618   echo $ECHO_N "(cached) $ECHO_C" >&6
10619 else
10620   eval "$as_ac_Header=\$ac_header_preproc"
10621 fi
10622 ac_res=`eval echo '${'$as_ac_Header'}'`
10623                { echo "$as_me:$LINENO: result: $ac_res" >&5
10624 echo "${ECHO_T}$ac_res" >&6; }
10625
10626 fi
10627 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10628   cat >>confdefs.h <<_ACEOF
10629 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10630 _ACEOF
10631
10632 for ac_header in audio/soundlib.h
10633 do
10634 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10635 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10636 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10637 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10638   echo $ECHO_N "(cached) $ECHO_C" >&6
10639 else
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 <audio/audiolib.h>
10647
10648 #include <$ac_header>
10649 _ACEOF
10650 rm -f conftest.$ac_objext
10651 if { (ac_try="$ac_compile"
10652 case "(($ac_try" in
10653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10654   *) ac_try_echo=$ac_try;;
10655 esac
10656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10657   (eval "$ac_compile") 2>conftest.er1
10658   ac_status=$?
10659   grep -v '^ *+' conftest.er1 >conftest.err
10660   rm -f conftest.er1
10661   cat conftest.err >&5
10662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663   (exit $ac_status); } && {
10664          test -z "$ac_c_werror_flag" ||
10665          test ! -s conftest.err
10666        } && test -s conftest.$ac_objext; then
10667   eval "$as_ac_Header=yes"
10668 else
10669   echo "$as_me: failed program was:" >&5
10670 sed 's/^/| /' conftest.$ac_ext >&5
10671
10672         eval "$as_ac_Header=no"
10673 fi
10674
10675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10676 fi
10677 ac_res=`eval echo '${'$as_ac_Header'}'`
10678                { echo "$as_me:$LINENO: result: $ac_res" >&5
10679 echo "${ECHO_T}$ac_res" >&6; }
10680 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10681   cat >>confdefs.h <<_ACEOF
10682 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10683 _ACEOF
10684
10685 fi
10686
10687 done
10688
10689           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
10690 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
10691 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
10692   echo $ECHO_N "(cached) $ECHO_C" >&6
10693 else
10694   ac_check_lib_save_LIBS=$LIBS
10695 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10696 cat >conftest.$ac_ext <<_ACEOF
10697 /* confdefs.h.  */
10698 _ACEOF
10699 cat confdefs.h >>conftest.$ac_ext
10700 cat >>conftest.$ac_ext <<_ACEOF
10701 /* end confdefs.h.  */
10702
10703 /* Override any GCC internal prototype to avoid an error.
10704    Use char because int might match the return type of a GCC
10705    builtin and then its argument prototype would still apply.  */
10706 #ifdef __cplusplus
10707 extern "C"
10708 #endif
10709 char AuCreateFlow ();
10710 int
10711 main ()
10712 {
10713 return AuCreateFlow ();
10714   ;
10715   return 0;
10716 }
10717 _ACEOF
10718 rm -f conftest.$ac_objext conftest$ac_exeext
10719 if { (ac_try="$ac_link"
10720 case "(($ac_try" in
10721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10722   *) ac_try_echo=$ac_try;;
10723 esac
10724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10725   (eval "$ac_link") 2>conftest.er1
10726   ac_status=$?
10727   grep -v '^ *+' conftest.er1 >conftest.err
10728   rm -f conftest.er1
10729   cat conftest.err >&5
10730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10731   (exit $ac_status); } && {
10732          test -z "$ac_c_werror_flag" ||
10733          test ! -s conftest.err
10734        } && test -s conftest$ac_exeext &&
10735        $as_test_x conftest$ac_exeext; then
10736   ac_cv_lib_audio_AuCreateFlow=yes
10737 else
10738   echo "$as_me: failed program was:" >&5
10739 sed 's/^/| /' conftest.$ac_ext >&5
10740
10741         ac_cv_lib_audio_AuCreateFlow=no
10742 fi
10743
10744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10745       conftest$ac_exeext conftest.$ac_ext
10746 LIBS=$ac_check_lib_save_LIBS
10747 fi
10748 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
10749 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
10750 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
10751
10752 cat >>confdefs.h <<\_ACEOF
10753 #define HAVE_NAS 1
10754 _ACEOF
10755
10756                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
10757 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
10758 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
10759   echo $ECHO_N "(cached) $ECHO_C" >&6
10760 else
10761   ac_check_lib_save_LIBS=$LIBS
10762 LIBS="-lXau $X_LIBS $LIBS"
10763 cat >conftest.$ac_ext <<_ACEOF
10764 /* confdefs.h.  */
10765 _ACEOF
10766 cat confdefs.h >>conftest.$ac_ext
10767 cat >>conftest.$ac_ext <<_ACEOF
10768 /* end confdefs.h.  */
10769
10770 /* Override any GCC internal prototype to avoid an error.
10771    Use char because int might match the return type of a GCC
10772    builtin and then its argument prototype would still apply.  */
10773 #ifdef __cplusplus
10774 extern "C"
10775 #endif
10776 char XauGetBestAuthByAddr ();
10777 int
10778 main ()
10779 {
10780 return XauGetBestAuthByAddr ();
10781   ;
10782   return 0;
10783 }
10784 _ACEOF
10785 rm -f conftest.$ac_objext conftest$ac_exeext
10786 if { (ac_try="$ac_link"
10787 case "(($ac_try" in
10788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10789   *) ac_try_echo=$ac_try;;
10790 esac
10791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10792   (eval "$ac_link") 2>conftest.er1
10793   ac_status=$?
10794   grep -v '^ *+' conftest.er1 >conftest.err
10795   rm -f conftest.er1
10796   cat conftest.err >&5
10797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10798   (exit $ac_status); } && {
10799          test -z "$ac_c_werror_flag" ||
10800          test ! -s conftest.err
10801        } && test -s conftest$ac_exeext &&
10802        $as_test_x conftest$ac_exeext; then
10803   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
10804 else
10805   echo "$as_me: failed program was:" >&5
10806 sed 's/^/| /' conftest.$ac_ext >&5
10807
10808         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
10809 fi
10810
10811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10812       conftest$ac_exeext conftest.$ac_ext
10813 LIBS=$ac_check_lib_save_LIBS
10814 fi
10815 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
10816 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
10817 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
10818   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10819 else
10820   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10821 fi
10822
10823
10824 fi
10825
10826 fi
10827
10828 done
10829
10830
10831     CPPFLAGS="$ac_save_CPPFLAGS"
10832     XFILES='$(XFILES)'
10833 else
10834     XLIB=""
10835     X_CFLAGS=""
10836     X_LIBS=""
10837     wine_warnings="$wine_warnings|X development files not found. Wine will be built
10838 without X support, which probably isn't what you want. You will need to install
10839 development packages of Xlib/Xfree86 at the very least."
10840 fi
10841
10842
10843 XML2LIBS=""
10844
10845 XML2INCL=""
10846
10847 XSLTLIBS=""
10848
10849 XSLTINCL=""
10850
10851 ac_save_CPPFLAGS="$CPPFLAGS"
10852 if test "$PKG_CONFIG" != "false"
10853 then
10854     ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
10855     ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
10856 else
10857     ac_xml_libs="`xml2-config --libs 2>/dev/null`"
10858     ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
10859 fi
10860 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
10861
10862 for ac_header in libxml/parser.h
10863 do
10864 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10865 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10866   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10867 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10868 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10869   echo $ECHO_N "(cached) $ECHO_C" >&6
10870 fi
10871 ac_res=`eval echo '${'$as_ac_Header'}'`
10872                { echo "$as_me:$LINENO: result: $ac_res" >&5
10873 echo "${ECHO_T}$ac_res" >&6; }
10874 else
10875   # Is the header compilable?
10876 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10877 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10878 cat >conftest.$ac_ext <<_ACEOF
10879 /* confdefs.h.  */
10880 _ACEOF
10881 cat confdefs.h >>conftest.$ac_ext
10882 cat >>conftest.$ac_ext <<_ACEOF
10883 /* end confdefs.h.  */
10884 $ac_includes_default
10885 #include <$ac_header>
10886 _ACEOF
10887 rm -f conftest.$ac_objext
10888 if { (ac_try="$ac_compile"
10889 case "(($ac_try" in
10890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10891   *) ac_try_echo=$ac_try;;
10892 esac
10893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10894   (eval "$ac_compile") 2>conftest.er1
10895   ac_status=$?
10896   grep -v '^ *+' conftest.er1 >conftest.err
10897   rm -f conftest.er1
10898   cat conftest.err >&5
10899   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10900   (exit $ac_status); } && {
10901          test -z "$ac_c_werror_flag" ||
10902          test ! -s conftest.err
10903        } && test -s conftest.$ac_objext; then
10904   ac_header_compiler=yes
10905 else
10906   echo "$as_me: failed program was:" >&5
10907 sed 's/^/| /' conftest.$ac_ext >&5
10908
10909         ac_header_compiler=no
10910 fi
10911
10912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10913 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10914 echo "${ECHO_T}$ac_header_compiler" >&6; }
10915
10916 # Is the header present?
10917 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10918 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10919 cat >conftest.$ac_ext <<_ACEOF
10920 /* confdefs.h.  */
10921 _ACEOF
10922 cat confdefs.h >>conftest.$ac_ext
10923 cat >>conftest.$ac_ext <<_ACEOF
10924 /* end confdefs.h.  */
10925 #include <$ac_header>
10926 _ACEOF
10927 if { (ac_try="$ac_cpp conftest.$ac_ext"
10928 case "(($ac_try" in
10929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10930   *) ac_try_echo=$ac_try;;
10931 esac
10932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10933   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10934   ac_status=$?
10935   grep -v '^ *+' conftest.er1 >conftest.err
10936   rm -f conftest.er1
10937   cat conftest.err >&5
10938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10939   (exit $ac_status); } >/dev/null && {
10940          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10941          test ! -s conftest.err
10942        }; then
10943   ac_header_preproc=yes
10944 else
10945   echo "$as_me: failed program was:" >&5
10946 sed 's/^/| /' conftest.$ac_ext >&5
10947
10948   ac_header_preproc=no
10949 fi
10950
10951 rm -f conftest.err conftest.$ac_ext
10952 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10953 echo "${ECHO_T}$ac_header_preproc" >&6; }
10954
10955 # So?  What about this header?
10956 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10957   yes:no: )
10958     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10959 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10960     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10961 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10962     ac_header_preproc=yes
10963     ;;
10964   no:yes:* )
10965     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10966 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10967     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10968 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10969     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10970 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10971     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10972 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10973     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10974 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10975     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10976 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10977     ( cat <<\_ASBOX
10978 ## ------------------------------------ ##
10979 ## Report this to wine-devel@winehq.org ##
10980 ## ------------------------------------ ##
10981 _ASBOX
10982      ) | sed "s/^/$as_me: WARNING:     /" >&2
10983     ;;
10984 esac
10985 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10986 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10987 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10988   echo $ECHO_N "(cached) $ECHO_C" >&6
10989 else
10990   eval "$as_ac_Header=\$ac_header_preproc"
10991 fi
10992 ac_res=`eval echo '${'$as_ac_Header'}'`
10993                { echo "$as_me:$LINENO: result: $ac_res" >&5
10994 echo "${ECHO_T}$ac_res" >&6; }
10995
10996 fi
10997 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10998   cat >>confdefs.h <<_ACEOF
10999 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11000 _ACEOF
11001  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11002 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11003 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11004   echo $ECHO_N "(cached) $ECHO_C" >&6
11005 else
11006   ac_check_lib_save_LIBS=$LIBS
11007 LIBS="-lxml2 $ac_xml_libs $LIBS"
11008 cat >conftest.$ac_ext <<_ACEOF
11009 /* confdefs.h.  */
11010 _ACEOF
11011 cat confdefs.h >>conftest.$ac_ext
11012 cat >>conftest.$ac_ext <<_ACEOF
11013 /* end confdefs.h.  */
11014
11015 /* Override any GCC internal prototype to avoid an error.
11016    Use char because int might match the return type of a GCC
11017    builtin and then its argument prototype would still apply.  */
11018 #ifdef __cplusplus
11019 extern "C"
11020 #endif
11021 char xmlParseMemory ();
11022 int
11023 main ()
11024 {
11025 return xmlParseMemory ();
11026   ;
11027   return 0;
11028 }
11029 _ACEOF
11030 rm -f conftest.$ac_objext conftest$ac_exeext
11031 if { (ac_try="$ac_link"
11032 case "(($ac_try" in
11033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11034   *) ac_try_echo=$ac_try;;
11035 esac
11036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11037   (eval "$ac_link") 2>conftest.er1
11038   ac_status=$?
11039   grep -v '^ *+' conftest.er1 >conftest.err
11040   rm -f conftest.er1
11041   cat conftest.err >&5
11042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043   (exit $ac_status); } && {
11044          test -z "$ac_c_werror_flag" ||
11045          test ! -s conftest.err
11046        } && test -s conftest$ac_exeext &&
11047        $as_test_x conftest$ac_exeext; then
11048   ac_cv_lib_xml2_xmlParseMemory=yes
11049 else
11050   echo "$as_me: failed program was:" >&5
11051 sed 's/^/| /' conftest.$ac_ext >&5
11052
11053         ac_cv_lib_xml2_xmlParseMemory=no
11054 fi
11055
11056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11057       conftest$ac_exeext conftest.$ac_ext
11058 LIBS=$ac_check_lib_save_LIBS
11059 fi
11060 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11061 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11062 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11063
11064 cat >>confdefs.h <<\_ACEOF
11065 #define HAVE_LIBXML2 1
11066 _ACEOF
11067
11068              XML2LIBS="$ac_xml_libs"
11069              XML2INCL="$ac_xml_cflags"
11070 fi
11071
11072          { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11073 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11074 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11075   echo $ECHO_N "(cached) $ECHO_C" >&6
11076 else
11077   ac_check_lib_save_LIBS=$LIBS
11078 LIBS="-lxml2 $ac_xml_libs $LIBS"
11079 cat >conftest.$ac_ext <<_ACEOF
11080 /* confdefs.h.  */
11081 _ACEOF
11082 cat confdefs.h >>conftest.$ac_ext
11083 cat >>conftest.$ac_ext <<_ACEOF
11084 /* end confdefs.h.  */
11085
11086 /* Override any GCC internal prototype to avoid an error.
11087    Use char because int might match the return type of a GCC
11088    builtin and then its argument prototype would still apply.  */
11089 #ifdef __cplusplus
11090 extern "C"
11091 #endif
11092 char xmlReadMemory ();
11093 int
11094 main ()
11095 {
11096 return xmlReadMemory ();
11097   ;
11098   return 0;
11099 }
11100 _ACEOF
11101 rm -f conftest.$ac_objext conftest$ac_exeext
11102 if { (ac_try="$ac_link"
11103 case "(($ac_try" in
11104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11105   *) ac_try_echo=$ac_try;;
11106 esac
11107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11108   (eval "$ac_link") 2>conftest.er1
11109   ac_status=$?
11110   grep -v '^ *+' conftest.er1 >conftest.err
11111   rm -f conftest.er1
11112   cat conftest.err >&5
11113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11114   (exit $ac_status); } && {
11115          test -z "$ac_c_werror_flag" ||
11116          test ! -s conftest.err
11117        } && test -s conftest$ac_exeext &&
11118        $as_test_x conftest$ac_exeext; then
11119   ac_cv_lib_xml2_xmlReadMemory=yes
11120 else
11121   echo "$as_me: failed program was:" >&5
11122 sed 's/^/| /' conftest.$ac_ext >&5
11123
11124         ac_cv_lib_xml2_xmlReadMemory=no
11125 fi
11126
11127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11128       conftest$ac_exeext conftest.$ac_ext
11129 LIBS=$ac_check_lib_save_LIBS
11130 fi
11131 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11132 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11133 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
11134
11135 cat >>confdefs.h <<\_ACEOF
11136 #define HAVE_XMLREADMEMORY 1
11137 _ACEOF
11138
11139 fi
11140
11141          { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
11142 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
11143 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
11144   echo $ECHO_N "(cached) $ECHO_C" >&6
11145 else
11146   ac_check_lib_save_LIBS=$LIBS
11147 LIBS="-lxml2 $ac_xml_libs $LIBS"
11148 cat >conftest.$ac_ext <<_ACEOF
11149 /* confdefs.h.  */
11150 _ACEOF
11151 cat confdefs.h >>conftest.$ac_ext
11152 cat >>conftest.$ac_ext <<_ACEOF
11153 /* end confdefs.h.  */
11154
11155 /* Override any GCC internal prototype to avoid an error.
11156    Use char because int might match the return type of a GCC
11157    builtin and then its argument prototype would still apply.  */
11158 #ifdef __cplusplus
11159 extern "C"
11160 #endif
11161 char xmlNewDocPI ();
11162 int
11163 main ()
11164 {
11165 return xmlNewDocPI ();
11166   ;
11167   return 0;
11168 }
11169 _ACEOF
11170 rm -f conftest.$ac_objext conftest$ac_exeext
11171 if { (ac_try="$ac_link"
11172 case "(($ac_try" in
11173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11174   *) ac_try_echo=$ac_try;;
11175 esac
11176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11177   (eval "$ac_link") 2>conftest.er1
11178   ac_status=$?
11179   grep -v '^ *+' conftest.er1 >conftest.err
11180   rm -f conftest.er1
11181   cat conftest.err >&5
11182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183   (exit $ac_status); } && {
11184          test -z "$ac_c_werror_flag" ||
11185          test ! -s conftest.err
11186        } && test -s conftest$ac_exeext &&
11187        $as_test_x conftest$ac_exeext; then
11188   ac_cv_lib_xml2_xmlNewDocPI=yes
11189 else
11190   echo "$as_me: failed program was:" >&5
11191 sed 's/^/| /' conftest.$ac_ext >&5
11192
11193         ac_cv_lib_xml2_xmlNewDocPI=no
11194 fi
11195
11196 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11197       conftest$ac_exeext conftest.$ac_ext
11198 LIBS=$ac_check_lib_save_LIBS
11199 fi
11200 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11201 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11202 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
11203
11204 cat >>confdefs.h <<\_ACEOF
11205 #define HAVE_XMLNEWDOCPI 1
11206 _ACEOF
11207
11208 fi
11209
11210
11211 fi
11212
11213 done
11214
11215 CPPFLAGS="$ac_save_CPPFLAGS"
11216 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
11217   wine_notices="$wine_notices|libxml2 development files not found.
11218 Wine will be built without XML support. (msxml.dll)"
11219 fi
11220
11221
11222 if test "$PKG_CONFIG" != "false"
11223 then
11224     ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
11225     ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
11226 else
11227     ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
11228     ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
11229 fi
11230 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
11231
11232
11233 for ac_header in libxslt/pattern.h libxslt/transform.h
11234 do
11235 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11236 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11237 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11238 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11239   echo $ECHO_N "(cached) $ECHO_C" >&6
11240 else
11241   cat >conftest.$ac_ext <<_ACEOF
11242 /* confdefs.h.  */
11243 _ACEOF
11244 cat confdefs.h >>conftest.$ac_ext
11245 cat >>conftest.$ac_ext <<_ACEOF
11246 /* end confdefs.h.  */
11247 #ifdef HAVE_LIBXSLT_PATTERN_H
11248 # include <libxslt/pattern.h>
11249 #endif
11250
11251 #include <$ac_header>
11252 _ACEOF
11253 rm -f conftest.$ac_objext
11254 if { (ac_try="$ac_compile"
11255 case "(($ac_try" in
11256   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11257   *) ac_try_echo=$ac_try;;
11258 esac
11259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11260   (eval "$ac_compile") 2>conftest.er1
11261   ac_status=$?
11262   grep -v '^ *+' conftest.er1 >conftest.err
11263   rm -f conftest.er1
11264   cat conftest.err >&5
11265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11266   (exit $ac_status); } && {
11267          test -z "$ac_c_werror_flag" ||
11268          test ! -s conftest.err
11269        } && test -s conftest.$ac_objext; then
11270   eval "$as_ac_Header=yes"
11271 else
11272   echo "$as_me: failed program was:" >&5
11273 sed 's/^/| /' conftest.$ac_ext >&5
11274
11275         eval "$as_ac_Header=no"
11276 fi
11277
11278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11279 fi
11280 ac_res=`eval echo '${'$as_ac_Header'}'`
11281                { echo "$as_me:$LINENO: result: $ac_res" >&5
11282 echo "${ECHO_T}$ac_res" >&6; }
11283 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11284   cat >>confdefs.h <<_ACEOF
11285 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11286 _ACEOF
11287  { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
11288 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
11289 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
11290   echo $ECHO_N "(cached) $ECHO_C" >&6
11291 else
11292   ac_check_lib_save_LIBS=$LIBS
11293 LIBS="-lxslt $ac_xslt_libs $LIBS"
11294 cat >conftest.$ac_ext <<_ACEOF
11295 /* confdefs.h.  */
11296 _ACEOF
11297 cat confdefs.h >>conftest.$ac_ext
11298 cat >>conftest.$ac_ext <<_ACEOF
11299 /* end confdefs.h.  */
11300
11301 /* Override any GCC internal prototype to avoid an error.
11302    Use char because int might match the return type of a GCC
11303    builtin and then its argument prototype would still apply.  */
11304 #ifdef __cplusplus
11305 extern "C"
11306 #endif
11307 char xsltCompilePattern ();
11308 int
11309 main ()
11310 {
11311 return xsltCompilePattern ();
11312   ;
11313   return 0;
11314 }
11315 _ACEOF
11316 rm -f conftest.$ac_objext conftest$ac_exeext
11317 if { (ac_try="$ac_link"
11318 case "(($ac_try" in
11319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11320   *) ac_try_echo=$ac_try;;
11321 esac
11322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11323   (eval "$ac_link") 2>conftest.er1
11324   ac_status=$?
11325   grep -v '^ *+' conftest.er1 >conftest.err
11326   rm -f conftest.er1
11327   cat conftest.err >&5
11328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329   (exit $ac_status); } && {
11330          test -z "$ac_c_werror_flag" ||
11331          test ! -s conftest.err
11332        } && test -s conftest$ac_exeext &&
11333        $as_test_x conftest$ac_exeext; then
11334   ac_cv_lib_xslt_xsltCompilePattern=yes
11335 else
11336   echo "$as_me: failed program was:" >&5
11337 sed 's/^/| /' conftest.$ac_ext >&5
11338
11339         ac_cv_lib_xslt_xsltCompilePattern=no
11340 fi
11341
11342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11343       conftest$ac_exeext conftest.$ac_ext
11344 LIBS=$ac_check_lib_save_LIBS
11345 fi
11346 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
11347 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
11348 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
11349
11350 cat >>confdefs.h <<\_ACEOF
11351 #define HAVE_LIBXSLT 1
11352 _ACEOF
11353
11354              XSLTLIBS="$ac_xslt_libs"
11355              XSLTINCL="$ac_xslt_cflags"
11356 fi
11357
11358
11359 fi
11360
11361 done
11362
11363 CPPFLAGS="$ac_save_CPPFLAGS"
11364 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
11365   wine_notices="$wine_notices|libxslt development files not found.
11366 Wine will be built without xslt support. (msxml.dll)"
11367 fi
11368
11369
11370 HALINCL=""
11371
11372 if test "$PKG_CONFIG" != "false"
11373 then
11374     ac_save_CPPFLAGS="$CPPFLAGS"
11375     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
11376     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
11377     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
11378
11379
11380 for ac_header in dbus/dbus.h hal/libhal.h
11381 do
11382 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11383 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11384   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11385 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11386 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11387   echo $ECHO_N "(cached) $ECHO_C" >&6
11388 fi
11389 ac_res=`eval echo '${'$as_ac_Header'}'`
11390                { echo "$as_me:$LINENO: result: $ac_res" >&5
11391 echo "${ECHO_T}$ac_res" >&6; }
11392 else
11393   # Is the header compilable?
11394 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11395 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11396 cat >conftest.$ac_ext <<_ACEOF
11397 /* confdefs.h.  */
11398 _ACEOF
11399 cat confdefs.h >>conftest.$ac_ext
11400 cat >>conftest.$ac_ext <<_ACEOF
11401 /* end confdefs.h.  */
11402 $ac_includes_default
11403 #include <$ac_header>
11404 _ACEOF
11405 rm -f conftest.$ac_objext
11406 if { (ac_try="$ac_compile"
11407 case "(($ac_try" in
11408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11409   *) ac_try_echo=$ac_try;;
11410 esac
11411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11412   (eval "$ac_compile") 2>conftest.er1
11413   ac_status=$?
11414   grep -v '^ *+' conftest.er1 >conftest.err
11415   rm -f conftest.er1
11416   cat conftest.err >&5
11417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11418   (exit $ac_status); } && {
11419          test -z "$ac_c_werror_flag" ||
11420          test ! -s conftest.err
11421        } && test -s conftest.$ac_objext; then
11422   ac_header_compiler=yes
11423 else
11424   echo "$as_me: failed program was:" >&5
11425 sed 's/^/| /' conftest.$ac_ext >&5
11426
11427         ac_header_compiler=no
11428 fi
11429
11430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11431 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11432 echo "${ECHO_T}$ac_header_compiler" >&6; }
11433
11434 # Is the header present?
11435 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11436 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11437 cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h.  */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h.  */
11443 #include <$ac_header>
11444 _ACEOF
11445 if { (ac_try="$ac_cpp conftest.$ac_ext"
11446 case "(($ac_try" in
11447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11448   *) ac_try_echo=$ac_try;;
11449 esac
11450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11451   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11452   ac_status=$?
11453   grep -v '^ *+' conftest.er1 >conftest.err
11454   rm -f conftest.er1
11455   cat conftest.err >&5
11456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11457   (exit $ac_status); } >/dev/null && {
11458          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11459          test ! -s conftest.err
11460        }; then
11461   ac_header_preproc=yes
11462 else
11463   echo "$as_me: failed program was:" >&5
11464 sed 's/^/| /' conftest.$ac_ext >&5
11465
11466   ac_header_preproc=no
11467 fi
11468
11469 rm -f conftest.err conftest.$ac_ext
11470 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11471 echo "${ECHO_T}$ac_header_preproc" >&6; }
11472
11473 # So?  What about this header?
11474 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11475   yes:no: )
11476     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11477 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11478     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11479 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11480     ac_header_preproc=yes
11481     ;;
11482   no:yes:* )
11483     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11484 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11485     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11486 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11487     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11488 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11489     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11490 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11491     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11492 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11493     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11494 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11495     ( cat <<\_ASBOX
11496 ## ------------------------------------ ##
11497 ## Report this to wine-devel@winehq.org ##
11498 ## ------------------------------------ ##
11499 _ASBOX
11500      ) | sed "s/^/$as_me: WARNING:     /" >&2
11501     ;;
11502 esac
11503 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11504 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11505 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11506   echo $ECHO_N "(cached) $ECHO_C" >&6
11507 else
11508   eval "$as_ac_Header=\$ac_header_preproc"
11509 fi
11510 ac_res=`eval echo '${'$as_ac_Header'}'`
11511                { echo "$as_me:$LINENO: result: $ac_res" >&5
11512 echo "${ECHO_T}$ac_res" >&6; }
11513
11514 fi
11515 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11516   cat >>confdefs.h <<_ACEOF
11517 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11518 _ACEOF
11519
11520 fi
11521
11522 done
11523
11524     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
11525     then
11526         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
11527 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
11528 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
11529   echo $ECHO_N "(cached) $ECHO_C" >&6
11530 else
11531   ac_check_lib_save_LIBS=$LIBS
11532 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
11533 cat >conftest.$ac_ext <<_ACEOF
11534 /* confdefs.h.  */
11535 _ACEOF
11536 cat confdefs.h >>conftest.$ac_ext
11537 cat >>conftest.$ac_ext <<_ACEOF
11538 /* end confdefs.h.  */
11539
11540 /* Override any GCC internal prototype to avoid an error.
11541    Use char because int might match the return type of a GCC
11542    builtin and then its argument prototype would still apply.  */
11543 #ifdef __cplusplus
11544 extern "C"
11545 #endif
11546 char dbus_connection_close ();
11547 int
11548 main ()
11549 {
11550 return dbus_connection_close ();
11551   ;
11552   return 0;
11553 }
11554 _ACEOF
11555 rm -f conftest.$ac_objext conftest$ac_exeext
11556 if { (ac_try="$ac_link"
11557 case "(($ac_try" in
11558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11559   *) ac_try_echo=$ac_try;;
11560 esac
11561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11562   (eval "$ac_link") 2>conftest.er1
11563   ac_status=$?
11564   grep -v '^ *+' conftest.er1 >conftest.err
11565   rm -f conftest.er1
11566   cat conftest.err >&5
11567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11568   (exit $ac_status); } && {
11569          test -z "$ac_c_werror_flag" ||
11570          test ! -s conftest.err
11571        } && test -s conftest$ac_exeext &&
11572        $as_test_x conftest$ac_exeext; then
11573   ac_cv_lib_dbus_1_dbus_connection_close=yes
11574 else
11575   echo "$as_me: failed program was:" >&5
11576 sed 's/^/| /' conftest.$ac_ext >&5
11577
11578         ac_cv_lib_dbus_1_dbus_connection_close=no
11579 fi
11580
11581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11582       conftest$ac_exeext conftest.$ac_ext
11583 LIBS=$ac_check_lib_save_LIBS
11584 fi
11585 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
11586 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
11587 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
11588   { echo "$as_me:$LINENO: checking for -lhal" >&5
11589 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
11590 if test "${ac_cv_lib_soname_hal+set}" = set; then
11591   echo $ECHO_N "(cached) $ECHO_C" >&6
11592 else
11593   ac_check_soname_save_LIBS=$LIBS
11594 LIBS="-lhal $ac_hal_libs $LIBS"
11595   cat >conftest.$ac_ext <<_ACEOF
11596 /* confdefs.h.  */
11597 _ACEOF
11598 cat confdefs.h >>conftest.$ac_ext
11599 cat >>conftest.$ac_ext <<_ACEOF
11600 /* end confdefs.h.  */
11601
11602 /* Override any GCC internal prototype to avoid an error.
11603    Use char because int might match the return type of a GCC
11604    builtin and then its argument prototype would still apply.  */
11605 #ifdef __cplusplus
11606 extern "C"
11607 #endif
11608 char libhal_ctx_new ();
11609 int
11610 main ()
11611 {
11612 return libhal_ctx_new ();
11613   ;
11614   return 0;
11615 }
11616 _ACEOF
11617 rm -f conftest.$ac_objext conftest$ac_exeext
11618 if { (ac_try="$ac_link"
11619 case "(($ac_try" in
11620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11621   *) ac_try_echo=$ac_try;;
11622 esac
11623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11624   (eval "$ac_link") 2>conftest.er1
11625   ac_status=$?
11626   grep -v '^ *+' conftest.er1 >conftest.err
11627   rm -f conftest.er1
11628   cat conftest.err >&5
11629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11630   (exit $ac_status); } && {
11631          test -z "$ac_c_werror_flag" ||
11632          test ! -s conftest.err
11633        } && test -s conftest$ac_exeext &&
11634        $as_test_x conftest$ac_exeext; then
11635   case "$LIBEXT" in
11636     dll) ;;
11637     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'` ;;
11638     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11639   esac
11640 else
11641   echo "$as_me: failed program was:" >&5
11642 sed 's/^/| /' conftest.$ac_ext >&5
11643
11644
11645 fi
11646
11647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11648       conftest$ac_exeext conftest.$ac_ext
11649   LIBS=$ac_check_soname_save_LIBS
11650 fi
11651 if test "x$ac_cv_lib_soname_hal" = "x"; then
11652   { echo "$as_me:$LINENO: result: not found" >&5
11653 echo "${ECHO_T}not found" >&6; }
11654
11655 else
11656   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
11657 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
11658
11659 cat >>confdefs.h <<_ACEOF
11660 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11661 _ACEOF
11662
11663        HALINCL="$ac_hal_cflags"
11664 fi
11665
11666 fi
11667
11668     fi
11669     CPPFLAGS="$ac_save_CPPFLAGS"
11670 fi
11671 if test "x$ac_cv_lib_soname_hal" = "x"; then
11672   wine_notices="$wine_notices|libhal development files not found.
11673 Wine will be built without dynamic device support. (explorer.exe)"
11674 fi
11675
11676
11677 CURSESLIBS=""
11678 if test "$ac_cv_header_ncurses_h" = "yes"
11679 then
11680     { echo "$as_me:$LINENO: checking for -lncurses" >&5
11681 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
11682 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
11683   echo $ECHO_N "(cached) $ECHO_C" >&6
11684 else
11685   ac_check_soname_save_LIBS=$LIBS
11686 LIBS="-lncurses  $LIBS"
11687   cat >conftest.$ac_ext <<_ACEOF
11688 /* confdefs.h.  */
11689 _ACEOF
11690 cat confdefs.h >>conftest.$ac_ext
11691 cat >>conftest.$ac_ext <<_ACEOF
11692 /* end confdefs.h.  */
11693
11694 /* Override any GCC internal prototype to avoid an error.
11695    Use char because int might match the return type of a GCC
11696    builtin and then its argument prototype would still apply.  */
11697 #ifdef __cplusplus
11698 extern "C"
11699 #endif
11700 char waddch ();
11701 int
11702 main ()
11703 {
11704 return waddch ();
11705   ;
11706   return 0;
11707 }
11708 _ACEOF
11709 rm -f conftest.$ac_objext conftest$ac_exeext
11710 if { (ac_try="$ac_link"
11711 case "(($ac_try" in
11712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11713   *) ac_try_echo=$ac_try;;
11714 esac
11715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11716   (eval "$ac_link") 2>conftest.er1
11717   ac_status=$?
11718   grep -v '^ *+' conftest.er1 >conftest.err
11719   rm -f conftest.er1
11720   cat conftest.err >&5
11721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11722   (exit $ac_status); } && {
11723          test -z "$ac_c_werror_flag" ||
11724          test ! -s conftest.err
11725        } && test -s conftest$ac_exeext &&
11726        $as_test_x conftest$ac_exeext; then
11727   case "$LIBEXT" in
11728     dll) ;;
11729     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'` ;;
11730     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11731   esac
11732 else
11733   echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11735
11736
11737 fi
11738
11739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11740       conftest$ac_exeext conftest.$ac_ext
11741   LIBS=$ac_check_soname_save_LIBS
11742 fi
11743 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
11744   { echo "$as_me:$LINENO: result: not found" >&5
11745 echo "${ECHO_T}not found" >&6; }
11746
11747 else
11748   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
11749 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
11750
11751 cat >>confdefs.h <<_ACEOF
11752 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11753 _ACEOF
11754
11755        CURSESLIBS="-lncurses"
11756 fi
11757
11758 elif test "$ac_cv_header_curses_h" = "yes"
11759 then
11760     { echo "$as_me:$LINENO: checking for -lcurses" >&5
11761 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
11762 if test "${ac_cv_lib_soname_curses+set}" = set; then
11763   echo $ECHO_N "(cached) $ECHO_C" >&6
11764 else
11765   ac_check_soname_save_LIBS=$LIBS
11766 LIBS="-lcurses  $LIBS"
11767   cat >conftest.$ac_ext <<_ACEOF
11768 /* confdefs.h.  */
11769 _ACEOF
11770 cat confdefs.h >>conftest.$ac_ext
11771 cat >>conftest.$ac_ext <<_ACEOF
11772 /* end confdefs.h.  */
11773
11774 /* Override any GCC internal prototype to avoid an error.
11775    Use char because int might match the return type of a GCC
11776    builtin and then its argument prototype would still apply.  */
11777 #ifdef __cplusplus
11778 extern "C"
11779 #endif
11780 char waddch ();
11781 int
11782 main ()
11783 {
11784 return waddch ();
11785   ;
11786   return 0;
11787 }
11788 _ACEOF
11789 rm -f conftest.$ac_objext conftest$ac_exeext
11790 if { (ac_try="$ac_link"
11791 case "(($ac_try" in
11792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11793   *) ac_try_echo=$ac_try;;
11794 esac
11795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11796   (eval "$ac_link") 2>conftest.er1
11797   ac_status=$?
11798   grep -v '^ *+' conftest.er1 >conftest.err
11799   rm -f conftest.er1
11800   cat conftest.err >&5
11801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11802   (exit $ac_status); } && {
11803          test -z "$ac_c_werror_flag" ||
11804          test ! -s conftest.err
11805        } && test -s conftest$ac_exeext &&
11806        $as_test_x conftest$ac_exeext; then
11807   case "$LIBEXT" in
11808     dll) ;;
11809     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'` ;;
11810     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11811   esac
11812 else
11813   echo "$as_me: failed program was:" >&5
11814 sed 's/^/| /' conftest.$ac_ext >&5
11815
11816
11817 fi
11818
11819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11820       conftest$ac_exeext conftest.$ac_ext
11821   LIBS=$ac_check_soname_save_LIBS
11822 fi
11823 if test "x$ac_cv_lib_soname_curses" = "x"; then
11824   { echo "$as_me:$LINENO: result: not found" >&5
11825 echo "${ECHO_T}not found" >&6; }
11826
11827 else
11828   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
11829 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
11830
11831 cat >>confdefs.h <<_ACEOF
11832 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11833 _ACEOF
11834
11835        CURSESLIBS="-lcurses"
11836 fi
11837
11838 fi
11839 ac_save_LIBS="$LIBS"
11840 LIBS="$LIBS $CURSESLIBS"
11841
11842 for ac_func in mousemask
11843 do
11844 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11845 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11846 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11847 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11848   echo $ECHO_N "(cached) $ECHO_C" >&6
11849 else
11850   cat >conftest.$ac_ext <<_ACEOF
11851 /* confdefs.h.  */
11852 _ACEOF
11853 cat confdefs.h >>conftest.$ac_ext
11854 cat >>conftest.$ac_ext <<_ACEOF
11855 /* end confdefs.h.  */
11856 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11857    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11858 #define $ac_func innocuous_$ac_func
11859
11860 /* System header to define __stub macros and hopefully few prototypes,
11861     which can conflict with char $ac_func (); below.
11862     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11863     <limits.h> exists even on freestanding compilers.  */
11864
11865 #ifdef __STDC__
11866 # include <limits.h>
11867 #else
11868 # include <assert.h>
11869 #endif
11870
11871 #undef $ac_func
11872
11873 /* Override any GCC internal prototype to avoid an error.
11874    Use char because int might match the return type of a GCC
11875    builtin and then its argument prototype would still apply.  */
11876 #ifdef __cplusplus
11877 extern "C"
11878 #endif
11879 char $ac_func ();
11880 /* The GNU C library defines this for functions which it implements
11881     to always fail with ENOSYS.  Some functions are actually named
11882     something starting with __ and the normal name is an alias.  */
11883 #if defined __stub_$ac_func || defined __stub___$ac_func
11884 choke me
11885 #endif
11886
11887 int
11888 main ()
11889 {
11890 return $ac_func ();
11891   ;
11892   return 0;
11893 }
11894 _ACEOF
11895 rm -f conftest.$ac_objext conftest$ac_exeext
11896 if { (ac_try="$ac_link"
11897 case "(($ac_try" in
11898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11899   *) ac_try_echo=$ac_try;;
11900 esac
11901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11902   (eval "$ac_link") 2>conftest.er1
11903   ac_status=$?
11904   grep -v '^ *+' conftest.er1 >conftest.err
11905   rm -f conftest.er1
11906   cat conftest.err >&5
11907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11908   (exit $ac_status); } && {
11909          test -z "$ac_c_werror_flag" ||
11910          test ! -s conftest.err
11911        } && test -s conftest$ac_exeext &&
11912        $as_test_x conftest$ac_exeext; then
11913   eval "$as_ac_var=yes"
11914 else
11915   echo "$as_me: failed program was:" >&5
11916 sed 's/^/| /' conftest.$ac_ext >&5
11917
11918         eval "$as_ac_var=no"
11919 fi
11920
11921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11922       conftest$ac_exeext conftest.$ac_ext
11923 fi
11924 ac_res=`eval echo '${'$as_ac_var'}'`
11925                { echo "$as_me:$LINENO: result: $ac_res" >&5
11926 echo "${ECHO_T}$ac_res" >&6; }
11927 if test `eval echo '${'$as_ac_var'}'` = yes; then
11928   cat >>confdefs.h <<_ACEOF
11929 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11930 _ACEOF
11931
11932 fi
11933 done
11934
11935 LIBS="$ac_save_LIBS"
11936 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
11937   wine_notices="$wine_notices|lib(n)curses development files not found.
11938 Wine will be built without (n)curses support. (wineconsole.exe)"
11939 fi
11940
11941
11942 # Extract the first word of "sane-config", so it can be a program name with args.
11943 set dummy sane-config; ac_word=$2
11944 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11945 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11946 if test "${ac_cv_prog_sane_devel+set}" = set; then
11947   echo $ECHO_N "(cached) $ECHO_C" >&6
11948 else
11949   if test -n "$sane_devel"; then
11950   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
11951 else
11952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11953 for as_dir in $PATH
11954 do
11955   IFS=$as_save_IFS
11956   test -z "$as_dir" && as_dir=.
11957   for ac_exec_ext in '' $ac_executable_extensions; do
11958   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11959     ac_cv_prog_sane_devel="sane-config"
11960     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11961     break 2
11962   fi
11963 done
11964 done
11965 IFS=$as_save_IFS
11966
11967   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
11968 fi
11969 fi
11970 sane_devel=$ac_cv_prog_sane_devel
11971 if test -n "$sane_devel"; then
11972   { echo "$as_me:$LINENO: result: $sane_devel" >&5
11973 echo "${ECHO_T}$sane_devel" >&6; }
11974 else
11975   { echo "$as_me:$LINENO: result: no" >&5
11976 echo "${ECHO_T}no" >&6; }
11977 fi
11978
11979
11980 if test "$sane_devel" != "no"
11981 then
11982     ac_sane_incl="`$sane_devel --cflags`"
11983     ac_save_CPPFLAGS="$CPPFLAGS"
11984     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
11985     if test "${ac_cv_header_sane_sane_h+set}" = set; then
11986   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11987 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11988 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11989   echo $ECHO_N "(cached) $ECHO_C" >&6
11990 fi
11991 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11992 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11993 else
11994   # Is the header compilable?
11995 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
11996 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
11997 cat >conftest.$ac_ext <<_ACEOF
11998 /* confdefs.h.  */
11999 _ACEOF
12000 cat confdefs.h >>conftest.$ac_ext
12001 cat >>conftest.$ac_ext <<_ACEOF
12002 /* end confdefs.h.  */
12003 $ac_includes_default
12004 #include <sane/sane.h>
12005 _ACEOF
12006 rm -f conftest.$ac_objext
12007 if { (ac_try="$ac_compile"
12008 case "(($ac_try" in
12009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12010   *) ac_try_echo=$ac_try;;
12011 esac
12012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12013   (eval "$ac_compile") 2>conftest.er1
12014   ac_status=$?
12015   grep -v '^ *+' conftest.er1 >conftest.err
12016   rm -f conftest.er1
12017   cat conftest.err >&5
12018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12019   (exit $ac_status); } && {
12020          test -z "$ac_c_werror_flag" ||
12021          test ! -s conftest.err
12022        } && test -s conftest.$ac_objext; then
12023   ac_header_compiler=yes
12024 else
12025   echo "$as_me: failed program was:" >&5
12026 sed 's/^/| /' conftest.$ac_ext >&5
12027
12028         ac_header_compiler=no
12029 fi
12030
12031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12032 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12033 echo "${ECHO_T}$ac_header_compiler" >&6; }
12034
12035 # Is the header present?
12036 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
12037 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
12038 cat >conftest.$ac_ext <<_ACEOF
12039 /* confdefs.h.  */
12040 _ACEOF
12041 cat confdefs.h >>conftest.$ac_ext
12042 cat >>conftest.$ac_ext <<_ACEOF
12043 /* end confdefs.h.  */
12044 #include <sane/sane.h>
12045 _ACEOF
12046 if { (ac_try="$ac_cpp conftest.$ac_ext"
12047 case "(($ac_try" in
12048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12049   *) ac_try_echo=$ac_try;;
12050 esac
12051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12052   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12053   ac_status=$?
12054   grep -v '^ *+' conftest.er1 >conftest.err
12055   rm -f conftest.er1
12056   cat conftest.err >&5
12057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058   (exit $ac_status); } >/dev/null && {
12059          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12060          test ! -s conftest.err
12061        }; then
12062   ac_header_preproc=yes
12063 else
12064   echo "$as_me: failed program was:" >&5
12065 sed 's/^/| /' conftest.$ac_ext >&5
12066
12067   ac_header_preproc=no
12068 fi
12069
12070 rm -f conftest.err conftest.$ac_ext
12071 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12072 echo "${ECHO_T}$ac_header_preproc" >&6; }
12073
12074 # So?  What about this header?
12075 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12076   yes:no: )
12077     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
12078 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12079     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
12080 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
12081     ac_header_preproc=yes
12082     ;;
12083   no:yes:* )
12084     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
12085 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
12086     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
12087 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
12088     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
12089 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
12090     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
12091 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12092     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
12093 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
12094     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
12095 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
12096     ( cat <<\_ASBOX
12097 ## ------------------------------------ ##
12098 ## Report this to wine-devel@winehq.org ##
12099 ## ------------------------------------ ##
12100 _ASBOX
12101      ) | sed "s/^/$as_me: WARNING:     /" >&2
12102     ;;
12103 esac
12104 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
12105 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
12106 if test "${ac_cv_header_sane_sane_h+set}" = set; then
12107   echo $ECHO_N "(cached) $ECHO_C" >&6
12108 else
12109   ac_cv_header_sane_sane_h=$ac_header_preproc
12110 fi
12111 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
12112 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
12113
12114 fi
12115 if test $ac_cv_header_sane_sane_h = yes; then
12116   { echo "$as_me:$LINENO: checking for -lsane" >&5
12117 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
12118 if test "${ac_cv_lib_soname_sane+set}" = set; then
12119   echo $ECHO_N "(cached) $ECHO_C" >&6
12120 else
12121   ac_check_soname_save_LIBS=$LIBS
12122 LIBS="-lsane  $LIBS"
12123   cat >conftest.$ac_ext <<_ACEOF
12124 /* confdefs.h.  */
12125 _ACEOF
12126 cat confdefs.h >>conftest.$ac_ext
12127 cat >>conftest.$ac_ext <<_ACEOF
12128 /* end confdefs.h.  */
12129
12130 /* Override any GCC internal prototype to avoid an error.
12131    Use char because int might match the return type of a GCC
12132    builtin and then its argument prototype would still apply.  */
12133 #ifdef __cplusplus
12134 extern "C"
12135 #endif
12136 char sane_init ();
12137 int
12138 main ()
12139 {
12140 return sane_init ();
12141   ;
12142   return 0;
12143 }
12144 _ACEOF
12145 rm -f conftest.$ac_objext conftest$ac_exeext
12146 if { (ac_try="$ac_link"
12147 case "(($ac_try" in
12148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12149   *) ac_try_echo=$ac_try;;
12150 esac
12151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12152   (eval "$ac_link") 2>conftest.er1
12153   ac_status=$?
12154   grep -v '^ *+' conftest.er1 >conftest.err
12155   rm -f conftest.er1
12156   cat conftest.err >&5
12157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12158   (exit $ac_status); } && {
12159          test -z "$ac_c_werror_flag" ||
12160          test ! -s conftest.err
12161        } && test -s conftest$ac_exeext &&
12162        $as_test_x conftest$ac_exeext; then
12163   case "$LIBEXT" in
12164     dll) ;;
12165     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'` ;;
12166     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12167   esac
12168 else
12169   echo "$as_me: failed program was:" >&5
12170 sed 's/^/| /' conftest.$ac_ext >&5
12171
12172
12173 fi
12174
12175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12176       conftest$ac_exeext conftest.$ac_ext
12177   LIBS=$ac_check_soname_save_LIBS
12178 fi
12179 if test "x$ac_cv_lib_soname_sane" = "x"; then
12180   { echo "$as_me:$LINENO: result: not found" >&5
12181 echo "${ECHO_T}not found" >&6; }
12182
12183 else
12184   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
12185 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
12186
12187 cat >>confdefs.h <<_ACEOF
12188 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12189 _ACEOF
12190
12191        SANEINCL="$ac_sane_incl"
12192
12193 fi
12194
12195 fi
12196
12197
12198     CPPFLAGS="$ac_save_CPPFLAGS"
12199 fi
12200 if test "x$ac_cv_lib_soname_sane" = "x"; then
12201   wine_notices="$wine_notices|libsane development files not found.
12202 Wine will be built without scanner support. (sane.ds/twain_32.dll)"
12203 fi
12204
12205
12206 # Extract the first word of "gphoto2-config", so it can be a program name with args.
12207 set dummy gphoto2-config; ac_word=$2
12208 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12210 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
12211   echo $ECHO_N "(cached) $ECHO_C" >&6
12212 else
12213   if test -n "$gphoto2_devel"; then
12214   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
12215 else
12216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12217 for as_dir in $PATH
12218 do
12219   IFS=$as_save_IFS
12220   test -z "$as_dir" && as_dir=.
12221   for ac_exec_ext in '' $ac_executable_extensions; do
12222   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12223     ac_cv_prog_gphoto2_devel="gphoto2-config"
12224     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12225     break 2
12226   fi
12227 done
12228 done
12229 IFS=$as_save_IFS
12230
12231   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
12232 fi
12233 fi
12234 gphoto2_devel=$ac_cv_prog_gphoto2_devel
12235 if test -n "$gphoto2_devel"; then
12236   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
12237 echo "${ECHO_T}$gphoto2_devel" >&6; }
12238 else
12239   { echo "$as_me:$LINENO: result: no" >&5
12240 echo "${ECHO_T}no" >&6; }
12241 fi
12242
12243
12244 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
12245 set dummy gphoto2-port-config; ac_word=$2
12246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12248 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
12249   echo $ECHO_N "(cached) $ECHO_C" >&6
12250 else
12251   if test -n "$gphoto2port_devel"; then
12252   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
12253 else
12254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12255 for as_dir in $PATH
12256 do
12257   IFS=$as_save_IFS
12258   test -z "$as_dir" && as_dir=.
12259   for ac_exec_ext in '' $ac_executable_extensions; do
12260   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12261     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
12262     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12263     break 2
12264   fi
12265 done
12266 done
12267 IFS=$as_save_IFS
12268
12269   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
12270 fi
12271 fi
12272 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
12273 if test -n "$gphoto2port_devel"; then
12274   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
12275 echo "${ECHO_T}$gphoto2port_devel" >&6; }
12276 else
12277   { echo "$as_me:$LINENO: result: no" >&5
12278 echo "${ECHO_T}no" >&6; }
12279 fi
12280
12281
12282 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
12283 then
12284     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
12285     ac_gphoto2_libs=""
12286     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
12287     do
12288       case "$i" in
12289         -L/usr/lib|-L/usr/lib64) ;;
12290         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
12291       esac
12292     done
12293     ac_save_CPPFLAGS="$CPPFLAGS"
12294     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
12295     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
12296   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
12297 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
12298 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
12299   echo $ECHO_N "(cached) $ECHO_C" >&6
12300 fi
12301 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
12302 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
12303 else
12304   # Is the header compilable?
12305 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
12306 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
12307 cat >conftest.$ac_ext <<_ACEOF
12308 /* confdefs.h.  */
12309 _ACEOF
12310 cat confdefs.h >>conftest.$ac_ext
12311 cat >>conftest.$ac_ext <<_ACEOF
12312 /* end confdefs.h.  */
12313 $ac_includes_default
12314 #include <gphoto2-camera.h>
12315 _ACEOF
12316 rm -f conftest.$ac_objext
12317 if { (ac_try="$ac_compile"
12318 case "(($ac_try" in
12319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12320   *) ac_try_echo=$ac_try;;
12321 esac
12322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12323   (eval "$ac_compile") 2>conftest.er1
12324   ac_status=$?
12325   grep -v '^ *+' conftest.er1 >conftest.err
12326   rm -f conftest.er1
12327   cat conftest.err >&5
12328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12329   (exit $ac_status); } && {
12330          test -z "$ac_c_werror_flag" ||
12331          test ! -s conftest.err
12332        } && test -s conftest.$ac_objext; then
12333   ac_header_compiler=yes
12334 else
12335   echo "$as_me: failed program was:" >&5
12336 sed 's/^/| /' conftest.$ac_ext >&5
12337
12338         ac_header_compiler=no
12339 fi
12340
12341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12342 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12343 echo "${ECHO_T}$ac_header_compiler" >&6; }
12344
12345 # Is the header present?
12346 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
12347 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
12348 cat >conftest.$ac_ext <<_ACEOF
12349 /* confdefs.h.  */
12350 _ACEOF
12351 cat confdefs.h >>conftest.$ac_ext
12352 cat >>conftest.$ac_ext <<_ACEOF
12353 /* end confdefs.h.  */
12354 #include <gphoto2-camera.h>
12355 _ACEOF
12356 if { (ac_try="$ac_cpp conftest.$ac_ext"
12357 case "(($ac_try" in
12358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12359   *) ac_try_echo=$ac_try;;
12360 esac
12361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12362   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12363   ac_status=$?
12364   grep -v '^ *+' conftest.er1 >conftest.err
12365   rm -f conftest.er1
12366   cat conftest.err >&5
12367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12368   (exit $ac_status); } >/dev/null && {
12369          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12370          test ! -s conftest.err
12371        }; then
12372   ac_header_preproc=yes
12373 else
12374   echo "$as_me: failed program was:" >&5
12375 sed 's/^/| /' conftest.$ac_ext >&5
12376
12377   ac_header_preproc=no
12378 fi
12379
12380 rm -f conftest.err conftest.$ac_ext
12381 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12382 echo "${ECHO_T}$ac_header_preproc" >&6; }
12383
12384 # So?  What about this header?
12385 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12386   yes:no: )
12387     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
12388 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12389     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
12390 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
12391     ac_header_preproc=yes
12392     ;;
12393   no:yes:* )
12394     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
12395 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
12396     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
12397 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
12398     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
12399 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
12400     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
12401 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12402     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
12403 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
12404     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
12405 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
12406     ( cat <<\_ASBOX
12407 ## ------------------------------------ ##
12408 ## Report this to wine-devel@winehq.org ##
12409 ## ------------------------------------ ##
12410 _ASBOX
12411      ) | sed "s/^/$as_me: WARNING:     /" >&2
12412     ;;
12413 esac
12414 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
12415 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
12416 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
12417   echo $ECHO_N "(cached) $ECHO_C" >&6
12418 else
12419   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
12420 fi
12421 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
12422 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
12423
12424 fi
12425 if test $ac_cv_header_gphoto2_camera_h = yes; then
12426   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
12427 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
12428 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
12429   echo $ECHO_N "(cached) $ECHO_C" >&6
12430 else
12431   ac_check_lib_save_LIBS=$LIBS
12432 LIBS="-lgphoto2 $GPHOTO2LIBS $LIBS"
12433 cat >conftest.$ac_ext <<_ACEOF
12434 /* confdefs.h.  */
12435 _ACEOF
12436 cat confdefs.h >>conftest.$ac_ext
12437 cat >>conftest.$ac_ext <<_ACEOF
12438 /* end confdefs.h.  */
12439
12440 /* Override any GCC internal prototype to avoid an error.
12441    Use char because int might match the return type of a GCC
12442    builtin and then its argument prototype would still apply.  */
12443 #ifdef __cplusplus
12444 extern "C"
12445 #endif
12446 char gp_camera_new ();
12447 int
12448 main ()
12449 {
12450 return gp_camera_new ();
12451   ;
12452   return 0;
12453 }
12454 _ACEOF
12455 rm -f conftest.$ac_objext conftest$ac_exeext
12456 if { (ac_try="$ac_link"
12457 case "(($ac_try" in
12458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12459   *) ac_try_echo=$ac_try;;
12460 esac
12461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12462   (eval "$ac_link") 2>conftest.er1
12463   ac_status=$?
12464   grep -v '^ *+' conftest.er1 >conftest.err
12465   rm -f conftest.er1
12466   cat conftest.err >&5
12467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12468   (exit $ac_status); } && {
12469          test -z "$ac_c_werror_flag" ||
12470          test ! -s conftest.err
12471        } && test -s conftest$ac_exeext &&
12472        $as_test_x conftest$ac_exeext; then
12473   ac_cv_lib_gphoto2_gp_camera_new=yes
12474 else
12475   echo "$as_me: failed program was:" >&5
12476 sed 's/^/| /' conftest.$ac_ext >&5
12477
12478         ac_cv_lib_gphoto2_gp_camera_new=no
12479 fi
12480
12481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12482       conftest$ac_exeext conftest.$ac_ext
12483 LIBS=$ac_check_lib_save_LIBS
12484 fi
12485 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12486 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12487 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
12488
12489 cat >>confdefs.h <<\_ACEOF
12490 #define HAVE_GPHOTO2 1
12491 _ACEOF
12492
12493                                    GPHOTO2LIBS="$ac_gphoto2_libs"
12494
12495                                    GPHOTO2INCL="$ac_gphoto2_incl"
12496
12497 fi
12498
12499 fi
12500
12501
12502     CPPFLAGS="$ac_save_CPPFLAGS"
12503 fi
12504 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
12505   wine_notices="$wine_notices|libgphoto2 development files not found.
12506 Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)"
12507 fi
12508
12509
12510
12511 RESOLVLIBS=""
12512
12513 if test "$ac_cv_header_resolv_h" = "yes"
12514 then
12515     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
12516 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
12517 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
12518   echo $ECHO_N "(cached) $ECHO_C" >&6
12519 else
12520   ac_check_lib_save_LIBS=$LIBS
12521 LIBS="-lresolv  $LIBS"
12522 cat >conftest.$ac_ext <<_ACEOF
12523 /* confdefs.h.  */
12524 _ACEOF
12525 cat confdefs.h >>conftest.$ac_ext
12526 cat >>conftest.$ac_ext <<_ACEOF
12527 /* end confdefs.h.  */
12528
12529 /* Override any GCC internal prototype to avoid an error.
12530    Use char because int might match the return type of a GCC
12531    builtin and then its argument prototype would still apply.  */
12532 #ifdef __cplusplus
12533 extern "C"
12534 #endif
12535 char res_query ();
12536 int
12537 main ()
12538 {
12539 return res_query ();
12540   ;
12541   return 0;
12542 }
12543 _ACEOF
12544 rm -f conftest.$ac_objext conftest$ac_exeext
12545 if { (ac_try="$ac_link"
12546 case "(($ac_try" in
12547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12548   *) ac_try_echo=$ac_try;;
12549 esac
12550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12551   (eval "$ac_link") 2>conftest.er1
12552   ac_status=$?
12553   grep -v '^ *+' conftest.er1 >conftest.err
12554   rm -f conftest.er1
12555   cat conftest.err >&5
12556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12557   (exit $ac_status); } && {
12558          test -z "$ac_c_werror_flag" ||
12559          test ! -s conftest.err
12560        } && test -s conftest$ac_exeext &&
12561        $as_test_x conftest$ac_exeext; then
12562   ac_cv_lib_resolv_res_query=yes
12563 else
12564   echo "$as_me: failed program was:" >&5
12565 sed 's/^/| /' conftest.$ac_ext >&5
12566
12567         ac_cv_lib_resolv_res_query=no
12568 fi
12569
12570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12571       conftest$ac_exeext conftest.$ac_ext
12572 LIBS=$ac_check_lib_save_LIBS
12573 fi
12574 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
12575 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
12576 if test $ac_cv_lib_resolv_res_query = yes; then
12577
12578 cat >>confdefs.h <<\_ACEOF
12579 #define HAVE_RESOLV 1
12580 _ACEOF
12581
12582          RESOLVLIBS="-lresolv"
12583 fi
12584
12585 fi
12586
12587 LCMSLIBS=""
12588
12589 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
12590 then
12591     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
12592 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
12593 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
12594   echo $ECHO_N "(cached) $ECHO_C" >&6
12595 else
12596   ac_check_lib_save_LIBS=$LIBS
12597 LIBS="-llcms  $LIBS"
12598 cat >conftest.$ac_ext <<_ACEOF
12599 /* confdefs.h.  */
12600 _ACEOF
12601 cat confdefs.h >>conftest.$ac_ext
12602 cat >>conftest.$ac_ext <<_ACEOF
12603 /* end confdefs.h.  */
12604
12605 /* Override any GCC internal prototype to avoid an error.
12606    Use char because int might match the return type of a GCC
12607    builtin and then its argument prototype would still apply.  */
12608 #ifdef __cplusplus
12609 extern "C"
12610 #endif
12611 char cmsOpenProfileFromFile ();
12612 int
12613 main ()
12614 {
12615 return cmsOpenProfileFromFile ();
12616   ;
12617   return 0;
12618 }
12619 _ACEOF
12620 rm -f conftest.$ac_objext conftest$ac_exeext
12621 if { (ac_try="$ac_link"
12622 case "(($ac_try" in
12623   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12624   *) ac_try_echo=$ac_try;;
12625 esac
12626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12627   (eval "$ac_link") 2>conftest.er1
12628   ac_status=$?
12629   grep -v '^ *+' conftest.er1 >conftest.err
12630   rm -f conftest.er1
12631   cat conftest.err >&5
12632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12633   (exit $ac_status); } && {
12634          test -z "$ac_c_werror_flag" ||
12635          test ! -s conftest.err
12636        } && test -s conftest$ac_exeext &&
12637        $as_test_x conftest$ac_exeext; then
12638   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
12639 else
12640   echo "$as_me: failed program was:" >&5
12641 sed 's/^/| /' conftest.$ac_ext >&5
12642
12643         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
12644 fi
12645
12646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12647       conftest$ac_exeext conftest.$ac_ext
12648 LIBS=$ac_check_lib_save_LIBS
12649 fi
12650 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
12651 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
12652 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
12653
12654 cat >>confdefs.h <<\_ACEOF
12655 #define HAVE_LCMS 1
12656 _ACEOF
12657
12658          LCMSLIBS="-llcms"
12659 fi
12660
12661 fi
12662 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
12663   wine_notices="$wine_notices|liblcms development files not found.
12664 Wine will be built without Color Management support. (mscms.dll)"
12665 fi
12666
12667
12668 LDAPLIBS=""
12669
12670 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12671 then
12672     { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
12673 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
12674 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
12675   echo $ECHO_N "(cached) $ECHO_C" >&6
12676 else
12677   ac_check_lib_save_LIBS=$LIBS
12678 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12679 cat >conftest.$ac_ext <<_ACEOF
12680 /* confdefs.h.  */
12681 _ACEOF
12682 cat confdefs.h >>conftest.$ac_ext
12683 cat >>conftest.$ac_ext <<_ACEOF
12684 /* end confdefs.h.  */
12685
12686 /* Override any GCC internal prototype to avoid an error.
12687    Use char because int might match the return type of a GCC
12688    builtin and then its argument prototype would still apply.  */
12689 #ifdef __cplusplus
12690 extern "C"
12691 #endif
12692 char ldap_initialize ();
12693 int
12694 main ()
12695 {
12696 return ldap_initialize ();
12697   ;
12698   return 0;
12699 }
12700 _ACEOF
12701 rm -f conftest.$ac_objext conftest$ac_exeext
12702 if { (ac_try="$ac_link"
12703 case "(($ac_try" in
12704   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12705   *) ac_try_echo=$ac_try;;
12706 esac
12707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12708   (eval "$ac_link") 2>conftest.er1
12709   ac_status=$?
12710   grep -v '^ *+' conftest.er1 >conftest.err
12711   rm -f conftest.er1
12712   cat conftest.err >&5
12713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714   (exit $ac_status); } && {
12715          test -z "$ac_c_werror_flag" ||
12716          test ! -s conftest.err
12717        } && test -s conftest$ac_exeext &&
12718        $as_test_x conftest$ac_exeext; then
12719   ac_cv_lib_ldap_r_ldap_initialize=yes
12720 else
12721   echo "$as_me: failed program was:" >&5
12722 sed 's/^/| /' conftest.$ac_ext >&5
12723
12724         ac_cv_lib_ldap_r_ldap_initialize=no
12725 fi
12726
12727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12728       conftest$ac_exeext conftest.$ac_ext
12729 LIBS=$ac_check_lib_save_LIBS
12730 fi
12731 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12732 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12733 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
12734   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
12735 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
12736 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
12737   echo $ECHO_N "(cached) $ECHO_C" >&6
12738 else
12739   ac_check_lib_save_LIBS=$LIBS
12740 LIBS="-llber $LIBPTHREAD $LIBS"
12741 cat >conftest.$ac_ext <<_ACEOF
12742 /* confdefs.h.  */
12743 _ACEOF
12744 cat confdefs.h >>conftest.$ac_ext
12745 cat >>conftest.$ac_ext <<_ACEOF
12746 /* end confdefs.h.  */
12747
12748 /* Override any GCC internal prototype to avoid an error.
12749    Use char because int might match the return type of a GCC
12750    builtin and then its argument prototype would still apply.  */
12751 #ifdef __cplusplus
12752 extern "C"
12753 #endif
12754 char ber_init ();
12755 int
12756 main ()
12757 {
12758 return ber_init ();
12759   ;
12760   return 0;
12761 }
12762 _ACEOF
12763 rm -f conftest.$ac_objext conftest$ac_exeext
12764 if { (ac_try="$ac_link"
12765 case "(($ac_try" in
12766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12767   *) ac_try_echo=$ac_try;;
12768 esac
12769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12770   (eval "$ac_link") 2>conftest.er1
12771   ac_status=$?
12772   grep -v '^ *+' conftest.er1 >conftest.err
12773   rm -f conftest.er1
12774   cat conftest.err >&5
12775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12776   (exit $ac_status); } && {
12777          test -z "$ac_c_werror_flag" ||
12778          test ! -s conftest.err
12779        } && test -s conftest$ac_exeext &&
12780        $as_test_x conftest$ac_exeext; then
12781   ac_cv_lib_lber_ber_init=yes
12782 else
12783   echo "$as_me: failed program was:" >&5
12784 sed 's/^/| /' conftest.$ac_ext >&5
12785
12786         ac_cv_lib_lber_ber_init=no
12787 fi
12788
12789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12790       conftest$ac_exeext conftest.$ac_ext
12791 LIBS=$ac_check_lib_save_LIBS
12792 fi
12793 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
12794 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
12795 if test $ac_cv_lib_lber_ber_init = yes; then
12796
12797 cat >>confdefs.h <<\_ACEOF
12798 #define HAVE_LDAP 1
12799 _ACEOF
12800
12801              LDAPLIBS="-lldap_r -llber"
12802 fi
12803
12804 fi
12805
12806     ac_wine_check_funcs_save_LIBS="$LIBS"
12807 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12808
12809
12810
12811
12812 for ac_func in \
12813         ldap_count_references \
12814         ldap_first_reference \
12815         ldap_next_reference \
12816         ldap_parse_reference
12817 do
12818 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12819 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12820 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12821 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12822   echo $ECHO_N "(cached) $ECHO_C" >&6
12823 else
12824   cat >conftest.$ac_ext <<_ACEOF
12825 /* confdefs.h.  */
12826 _ACEOF
12827 cat confdefs.h >>conftest.$ac_ext
12828 cat >>conftest.$ac_ext <<_ACEOF
12829 /* end confdefs.h.  */
12830 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12831    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12832 #define $ac_func innocuous_$ac_func
12833
12834 /* System header to define __stub macros and hopefully few prototypes,
12835     which can conflict with char $ac_func (); below.
12836     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12837     <limits.h> exists even on freestanding compilers.  */
12838
12839 #ifdef __STDC__
12840 # include <limits.h>
12841 #else
12842 # include <assert.h>
12843 #endif
12844
12845 #undef $ac_func
12846
12847 /* Override any GCC internal prototype to avoid an error.
12848    Use char because int might match the return type of a GCC
12849    builtin and then its argument prototype would still apply.  */
12850 #ifdef __cplusplus
12851 extern "C"
12852 #endif
12853 char $ac_func ();
12854 /* The GNU C library defines this for functions which it implements
12855     to always fail with ENOSYS.  Some functions are actually named
12856     something starting with __ and the normal name is an alias.  */
12857 #if defined __stub_$ac_func || defined __stub___$ac_func
12858 choke me
12859 #endif
12860
12861 int
12862 main ()
12863 {
12864 return $ac_func ();
12865   ;
12866   return 0;
12867 }
12868 _ACEOF
12869 rm -f conftest.$ac_objext conftest$ac_exeext
12870 if { (ac_try="$ac_link"
12871 case "(($ac_try" in
12872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12873   *) ac_try_echo=$ac_try;;
12874 esac
12875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12876   (eval "$ac_link") 2>conftest.er1
12877   ac_status=$?
12878   grep -v '^ *+' conftest.er1 >conftest.err
12879   rm -f conftest.er1
12880   cat conftest.err >&5
12881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12882   (exit $ac_status); } && {
12883          test -z "$ac_c_werror_flag" ||
12884          test ! -s conftest.err
12885        } && test -s conftest$ac_exeext &&
12886        $as_test_x conftest$ac_exeext; then
12887   eval "$as_ac_var=yes"
12888 else
12889   echo "$as_me: failed program was:" >&5
12890 sed 's/^/| /' conftest.$ac_ext >&5
12891
12892         eval "$as_ac_var=no"
12893 fi
12894
12895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12896       conftest$ac_exeext conftest.$ac_ext
12897 fi
12898 ac_res=`eval echo '${'$as_ac_var'}'`
12899                { echo "$as_me:$LINENO: result: $ac_res" >&5
12900 echo "${ECHO_T}$ac_res" >&6; }
12901 if test `eval echo '${'$as_ac_var'}'` = yes; then
12902   cat >>confdefs.h <<_ACEOF
12903 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12904 _ACEOF
12905
12906 fi
12907 done
12908
12909 LIBS="$ac_wine_check_funcs_save_LIBS"
12910 fi
12911 if test "x$LDAPLIBS" = "x"; then
12912   wine_notices="$wine_notices|libldap (OpenLDAP) development files not found.
12913 Wine will be built without LDAP support. (wldap32.dll)"
12914 fi
12915
12916
12917 for ac_prog in freetype-config freetype2-config
12918 do
12919   # Extract the first word of "$ac_prog", so it can be a program name with args.
12920 set dummy $ac_prog; ac_word=$2
12921 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12923 if test "${ac_cv_prog_ft_devel+set}" = set; then
12924   echo $ECHO_N "(cached) $ECHO_C" >&6
12925 else
12926   if test -n "$ft_devel"; then
12927   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
12928 else
12929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12930 for as_dir in $PATH
12931 do
12932   IFS=$as_save_IFS
12933   test -z "$as_dir" && as_dir=.
12934   for ac_exec_ext in '' $ac_executable_extensions; do
12935   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12936     ac_cv_prog_ft_devel="$ac_prog"
12937     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12938     break 2
12939   fi
12940 done
12941 done
12942 IFS=$as_save_IFS
12943
12944 fi
12945 fi
12946 ft_devel=$ac_cv_prog_ft_devel
12947 if test -n "$ft_devel"; then
12948   { echo "$as_me:$LINENO: result: $ft_devel" >&5
12949 echo "${ECHO_T}$ft_devel" >&6; }
12950 else
12951   { echo "$as_me:$LINENO: result: no" >&5
12952 echo "${ECHO_T}no" >&6; }
12953 fi
12954
12955
12956   test -n "$ft_devel" && break
12957 done
12958 test -n "$ft_devel" || ft_devel="false"
12959
12960 if test "$ft_devel" != "false"
12961 then
12962     ac_freetype_libs=`$ft_devel --libs`
12963     ac_freetype_incl=`$ft_devel --cflags`
12964     { echo "$as_me:$LINENO: checking for -lfreetype" >&5
12965 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
12966 if test "${ac_cv_lib_soname_freetype+set}" = set; then
12967   echo $ECHO_N "(cached) $ECHO_C" >&6
12968 else
12969   ac_check_soname_save_LIBS=$LIBS
12970 LIBS="-lfreetype $ac_freetype_libs $LIBS"
12971   cat >conftest.$ac_ext <<_ACEOF
12972 /* confdefs.h.  */
12973 _ACEOF
12974 cat confdefs.h >>conftest.$ac_ext
12975 cat >>conftest.$ac_ext <<_ACEOF
12976 /* end confdefs.h.  */
12977
12978 /* Override any GCC internal prototype to avoid an error.
12979    Use char because int might match the return type of a GCC
12980    builtin and then its argument prototype would still apply.  */
12981 #ifdef __cplusplus
12982 extern "C"
12983 #endif
12984 char FT_Init_FreeType ();
12985 int
12986 main ()
12987 {
12988 return FT_Init_FreeType ();
12989   ;
12990   return 0;
12991 }
12992 _ACEOF
12993 rm -f conftest.$ac_objext conftest$ac_exeext
12994 if { (ac_try="$ac_link"
12995 case "(($ac_try" in
12996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12997   *) ac_try_echo=$ac_try;;
12998 esac
12999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13000   (eval "$ac_link") 2>conftest.er1
13001   ac_status=$?
13002   grep -v '^ *+' conftest.er1 >conftest.err
13003   rm -f conftest.er1
13004   cat conftest.err >&5
13005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13006   (exit $ac_status); } && {
13007          test -z "$ac_c_werror_flag" ||
13008          test ! -s conftest.err
13009        } && test -s conftest$ac_exeext &&
13010        $as_test_x conftest$ac_exeext; then
13011   case "$LIBEXT" in
13012     dll) ;;
13013     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'` ;;
13014     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
13015   esac
13016 else
13017   echo "$as_me: failed program was:" >&5
13018 sed 's/^/| /' conftest.$ac_ext >&5
13019
13020
13021 fi
13022
13023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13024       conftest$ac_exeext conftest.$ac_ext
13025   LIBS=$ac_check_soname_save_LIBS
13026 fi
13027 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13028   { echo "$as_me:$LINENO: result: not found" >&5
13029 echo "${ECHO_T}not found" >&6; }
13030        ft_lib=no
13031 else
13032   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13033 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13034
13035 cat >>confdefs.h <<_ACEOF
13036 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13037 _ACEOF
13038
13039        ft_lib=yes
13040 fi
13041
13042     if test "$ft_lib" = "yes"
13043     then
13044         ac_save_CPPFLAGS="$CPPFLAGS"
13045         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13046
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058 for ac_header in ft2build.h \
13059                          freetype/freetype.h \
13060                          freetype/ftglyph.h \
13061                          freetype/fttypes.h \
13062                          freetype/tttables.h \
13063                          freetype/ftnames.h \
13064                          freetype/ftsnames.h \
13065                          freetype/ttnameid.h \
13066                          freetype/ftoutln.h \
13067                          freetype/ftwinfnt.h \
13068                          freetype/ftmodapi.h \
13069                          freetype/internal/sfnt.h
13070 do
13071 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13072 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13074 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13075   echo $ECHO_N "(cached) $ECHO_C" >&6
13076 else
13077   cat >conftest.$ac_ext <<_ACEOF
13078 /* confdefs.h.  */
13079 _ACEOF
13080 cat confdefs.h >>conftest.$ac_ext
13081 cat >>conftest.$ac_ext <<_ACEOF
13082 /* end confdefs.h.  */
13083 #if HAVE_FT2BUILD_H
13084                           #include <ft2build.h>
13085                           #endif
13086
13087 #include <$ac_header>
13088 _ACEOF
13089 rm -f conftest.$ac_objext
13090 if { (ac_try="$ac_compile"
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_compile") 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); } && {
13103          test -z "$ac_c_werror_flag" ||
13104          test ! -s conftest.err
13105        } && test -s conftest.$ac_objext; then
13106   eval "$as_ac_Header=yes"
13107 else
13108   echo "$as_me: failed program was:" >&5
13109 sed 's/^/| /' conftest.$ac_ext >&5
13110
13111         eval "$as_ac_Header=no"
13112 fi
13113
13114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13115 fi
13116 ac_res=`eval echo '${'$as_ac_Header'}'`
13117                { echo "$as_me:$LINENO: result: $ac_res" >&5
13118 echo "${ECHO_T}$ac_res" >&6; }
13119 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13120   cat >>confdefs.h <<_ACEOF
13121 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13122 _ACEOF
13123
13124 fi
13125
13126 done
13127
13128         cat >conftest.$ac_ext <<_ACEOF
13129 /* confdefs.h.  */
13130 _ACEOF
13131 cat confdefs.h >>conftest.$ac_ext
13132 cat >>conftest.$ac_ext <<_ACEOF
13133 /* end confdefs.h.  */
13134 #include <ft2build.h>
13135                     #include <freetype/fttrigon.h>
13136 _ACEOF
13137 if { (ac_try="$ac_cpp conftest.$ac_ext"
13138 case "(($ac_try" in
13139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13140   *) ac_try_echo=$ac_try;;
13141 esac
13142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13143   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13144   ac_status=$?
13145   grep -v '^ *+' conftest.er1 >conftest.err
13146   rm -f conftest.er1
13147   cat conftest.err >&5
13148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149   (exit $ac_status); } >/dev/null && {
13150          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13151          test ! -s conftest.err
13152        }; then
13153
13154 cat >>confdefs.h <<\_ACEOF
13155 #define HAVE_FREETYPE_FTTRIGON_H 1
13156 _ACEOF
13157
13158                     wine_cv_fttrigon=yes
13159 else
13160   echo "$as_me: failed program was:" >&5
13161 sed 's/^/| /' conftest.$ac_ext >&5
13162
13163   wine_cv_fttrigon=no
13164 fi
13165
13166 rm -f conftest.err conftest.$ac_ext
13167         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13168 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13169 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13170   echo $ECHO_N "(cached) $ECHO_C" >&6
13171 else
13172   cat >conftest.$ac_ext <<_ACEOF
13173 /* confdefs.h.  */
13174 _ACEOF
13175 cat confdefs.h >>conftest.$ac_ext
13176 cat >>conftest.$ac_ext <<_ACEOF
13177 /* end confdefs.h.  */
13178 #include <freetype/ftmodapi.h>
13179
13180 typedef FT_TrueTypeEngineType ac__type_new_;
13181 int
13182 main ()
13183 {
13184 if ((ac__type_new_ *) 0)
13185   return 0;
13186 if (sizeof (ac__type_new_))
13187   return 0;
13188   ;
13189   return 0;
13190 }
13191 _ACEOF
13192 rm -f conftest.$ac_objext
13193 if { (ac_try="$ac_compile"
13194 case "(($ac_try" in
13195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13196   *) ac_try_echo=$ac_try;;
13197 esac
13198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13199   (eval "$ac_compile") 2>conftest.er1
13200   ac_status=$?
13201   grep -v '^ *+' conftest.er1 >conftest.err
13202   rm -f conftest.er1
13203   cat conftest.err >&5
13204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205   (exit $ac_status); } && {
13206          test -z "$ac_c_werror_flag" ||
13207          test ! -s conftest.err
13208        } && test -s conftest.$ac_objext; then
13209   ac_cv_type_FT_TrueTypeEngineType=yes
13210 else
13211   echo "$as_me: failed program was:" >&5
13212 sed 's/^/| /' conftest.$ac_ext >&5
13213
13214         ac_cv_type_FT_TrueTypeEngineType=no
13215 fi
13216
13217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13218 fi
13219 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
13220 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
13221 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
13222
13223 cat >>confdefs.h <<_ACEOF
13224 #define HAVE_FT_TRUETYPEENGINETYPE 1
13225 _ACEOF
13226
13227
13228 fi
13229
13230         ac_save_CFLAGS="$CFLAGS"
13231         CFLAGS="$CFLAGS $ac_freetype_libs"
13232
13233 for ac_func in FT_Load_Sfnt_Table
13234 do
13235 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13236 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13237 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13238 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13239   echo $ECHO_N "(cached) $ECHO_C" >&6
13240 else
13241   cat >conftest.$ac_ext <<_ACEOF
13242 /* confdefs.h.  */
13243 _ACEOF
13244 cat confdefs.h >>conftest.$ac_ext
13245 cat >>conftest.$ac_ext <<_ACEOF
13246 /* end confdefs.h.  */
13247 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13248    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13249 #define $ac_func innocuous_$ac_func
13250
13251 /* System header to define __stub macros and hopefully few prototypes,
13252     which can conflict with char $ac_func (); below.
13253     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13254     <limits.h> exists even on freestanding compilers.  */
13255
13256 #ifdef __STDC__
13257 # include <limits.h>
13258 #else
13259 # include <assert.h>
13260 #endif
13261
13262 #undef $ac_func
13263
13264 /* Override any GCC internal prototype to avoid an error.
13265    Use char because int might match the return type of a GCC
13266    builtin and then its argument prototype would still apply.  */
13267 #ifdef __cplusplus
13268 extern "C"
13269 #endif
13270 char $ac_func ();
13271 /* The GNU C library defines this for functions which it implements
13272     to always fail with ENOSYS.  Some functions are actually named
13273     something starting with __ and the normal name is an alias.  */
13274 #if defined __stub_$ac_func || defined __stub___$ac_func
13275 choke me
13276 #endif
13277
13278 int
13279 main ()
13280 {
13281 return $ac_func ();
13282   ;
13283   return 0;
13284 }
13285 _ACEOF
13286 rm -f conftest.$ac_objext conftest$ac_exeext
13287 if { (ac_try="$ac_link"
13288 case "(($ac_try" in
13289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13290   *) ac_try_echo=$ac_try;;
13291 esac
13292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13293   (eval "$ac_link") 2>conftest.er1
13294   ac_status=$?
13295   grep -v '^ *+' conftest.er1 >conftest.err
13296   rm -f conftest.er1
13297   cat conftest.err >&5
13298   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13299   (exit $ac_status); } && {
13300          test -z "$ac_c_werror_flag" ||
13301          test ! -s conftest.err
13302        } && test -s conftest$ac_exeext &&
13303        $as_test_x conftest$ac_exeext; then
13304   eval "$as_ac_var=yes"
13305 else
13306   echo "$as_me: failed program was:" >&5
13307 sed 's/^/| /' conftest.$ac_ext >&5
13308
13309         eval "$as_ac_var=no"
13310 fi
13311
13312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13313       conftest$ac_exeext conftest.$ac_ext
13314 fi
13315 ac_res=`eval echo '${'$as_ac_var'}'`
13316                { echo "$as_me:$LINENO: result: $ac_res" >&5
13317 echo "${ECHO_T}$ac_res" >&6; }
13318 if test `eval echo '${'$as_ac_var'}'` = yes; then
13319   cat >>confdefs.h <<_ACEOF
13320 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13321 _ACEOF
13322
13323 fi
13324 done
13325
13326         CFLAGS="$ac_save_CFLAGS"
13327         CPPFLAGS="$ac_save_CPPFLAGS"
13328                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
13329         then
13330
13331 cat >>confdefs.h <<\_ACEOF
13332 #define HAVE_FREETYPE 1
13333 _ACEOF
13334
13335             FREETYPELIBS="$ac_freetype_libs"
13336
13337             FREETYPEINCL="$ac_freetype_incl"
13338
13339         fi
13340     fi
13341 fi
13342
13343 if test "$FONTFORGE" = "false"
13344 then
13345     wine_warnings="$wine_warnings|FontForge is missing.
13346 Fonts will not be built. Dialog text may be invisible or unaligned."
13347 elif test "x$FREETYPELIBS" = "x"
13348 then
13349     wine_warnings="$wine_warnings|FreeType development files not found.
13350 Fonts will not be built. Dialog text may be invisible or unaligned."
13351 else
13352   FONTSSUBDIRS="fonts"
13353
13354 fi
13355
13356 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
13357 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
13358 if test "${ac_cv_c_ppdev+set}" = set; then
13359   echo $ECHO_N "(cached) $ECHO_C" >&6
13360 else
13361   cat >conftest.$ac_ext <<_ACEOF
13362 /* confdefs.h.  */
13363 _ACEOF
13364 cat confdefs.h >>conftest.$ac_ext
13365 cat >>conftest.$ac_ext <<_ACEOF
13366 /* end confdefs.h.  */
13367 #include <linux/ppdev.h>
13368 int
13369 main ()
13370 {
13371 ioctl (1,PPCLAIM,0)
13372   ;
13373   return 0;
13374 }
13375 _ACEOF
13376 rm -f conftest.$ac_objext
13377 if { (ac_try="$ac_compile"
13378 case "(($ac_try" in
13379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13380   *) ac_try_echo=$ac_try;;
13381 esac
13382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13383   (eval "$ac_compile") 2>conftest.er1
13384   ac_status=$?
13385   grep -v '^ *+' conftest.er1 >conftest.err
13386   rm -f conftest.er1
13387   cat conftest.err >&5
13388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13389   (exit $ac_status); } && {
13390          test -z "$ac_c_werror_flag" ||
13391          test ! -s conftest.err
13392        } && test -s conftest.$ac_objext; then
13393   ac_cv_c_ppdev="yes"
13394 else
13395   echo "$as_me: failed program was:" >&5
13396 sed 's/^/| /' conftest.$ac_ext >&5
13397
13398         ac_cv_c_ppdev="no"
13399 fi
13400
13401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13402 fi
13403 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
13404 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
13405 if test "$ac_cv_c_ppdev" = "yes"
13406 then
13407
13408 cat >>confdefs.h <<\_ACEOF
13409 #define HAVE_PPDEV 1
13410 _ACEOF
13411
13412 fi
13413
13414 { echo "$as_me:$LINENO: checking for va_copy" >&5
13415 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
13416 if test "${ac_cv_c_va_copy+set}" = set; then
13417   echo $ECHO_N "(cached) $ECHO_C" >&6
13418 else
13419   cat >conftest.$ac_ext <<_ACEOF
13420 /* confdefs.h.  */
13421 _ACEOF
13422 cat confdefs.h >>conftest.$ac_ext
13423 cat >>conftest.$ac_ext <<_ACEOF
13424 /* end confdefs.h.  */
13425 #include <stdarg.h>
13426 int
13427 main ()
13428 {
13429 va_list ap1, ap2; va_copy(ap1,ap2);
13430   ;
13431   return 0;
13432 }
13433 _ACEOF
13434 rm -f conftest.$ac_objext conftest$ac_exeext
13435 if { (ac_try="$ac_link"
13436 case "(($ac_try" in
13437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438   *) ac_try_echo=$ac_try;;
13439 esac
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13441   (eval "$ac_link") 2>conftest.er1
13442   ac_status=$?
13443   grep -v '^ *+' conftest.er1 >conftest.err
13444   rm -f conftest.er1
13445   cat conftest.err >&5
13446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447   (exit $ac_status); } && {
13448          test -z "$ac_c_werror_flag" ||
13449          test ! -s conftest.err
13450        } && test -s conftest$ac_exeext &&
13451        $as_test_x conftest$ac_exeext; then
13452   ac_cv_c_va_copy="yes"
13453 else
13454   echo "$as_me: failed program was:" >&5
13455 sed 's/^/| /' conftest.$ac_ext >&5
13456
13457         ac_cv_c_va_copy="no"
13458 fi
13459
13460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13461       conftest$ac_exeext conftest.$ac_ext
13462
13463 fi
13464 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
13465 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
13466 if test "$ac_cv_c_va_copy" = "yes"
13467 then
13468
13469 cat >>confdefs.h <<\_ACEOF
13470 #define HAVE_VA_COPY 1
13471 _ACEOF
13472
13473 fi
13474 { echo "$as_me:$LINENO: checking for __va_copy" >&5
13475 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
13476 if test "${ac_cv_c___va_copy+set}" = set; then
13477   echo $ECHO_N "(cached) $ECHO_C" >&6
13478 else
13479   cat >conftest.$ac_ext <<_ACEOF
13480 /* confdefs.h.  */
13481 _ACEOF
13482 cat confdefs.h >>conftest.$ac_ext
13483 cat >>conftest.$ac_ext <<_ACEOF
13484 /* end confdefs.h.  */
13485 #include <stdarg.h>
13486 int
13487 main ()
13488 {
13489 va_list ap1, ap2; __va_copy(ap1,ap2);
13490   ;
13491   return 0;
13492 }
13493 _ACEOF
13494 rm -f conftest.$ac_objext conftest$ac_exeext
13495 if { (ac_try="$ac_link"
13496 case "(($ac_try" in
13497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13498   *) ac_try_echo=$ac_try;;
13499 esac
13500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13501   (eval "$ac_link") 2>conftest.er1
13502   ac_status=$?
13503   grep -v '^ *+' conftest.er1 >conftest.err
13504   rm -f conftest.er1
13505   cat conftest.err >&5
13506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13507   (exit $ac_status); } && {
13508          test -z "$ac_c_werror_flag" ||
13509          test ! -s conftest.err
13510        } && test -s conftest$ac_exeext &&
13511        $as_test_x conftest$ac_exeext; then
13512   ac_cv_c___va_copy="yes"
13513 else
13514   echo "$as_me: failed program was:" >&5
13515 sed 's/^/| /' conftest.$ac_ext >&5
13516
13517         ac_cv_c___va_copy="no"
13518 fi
13519
13520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13521       conftest$ac_exeext conftest.$ac_ext
13522
13523 fi
13524 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
13525 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
13526 if test "$ac_cv_c___va_copy" = "yes"
13527 then
13528
13529 cat >>confdefs.h <<\_ACEOF
13530 #define HAVE___VA_COPY 1
13531 _ACEOF
13532
13533 fi
13534
13535 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
13536 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
13537 if test "${ac_cv_c_sigsetjmp+set}" = set; then
13538   echo $ECHO_N "(cached) $ECHO_C" >&6
13539 else
13540   cat >conftest.$ac_ext <<_ACEOF
13541 /* confdefs.h.  */
13542 _ACEOF
13543 cat confdefs.h >>conftest.$ac_ext
13544 cat >>conftest.$ac_ext <<_ACEOF
13545 /* end confdefs.h.  */
13546 #include <setjmp.h>
13547 int
13548 main ()
13549 {
13550 sigjmp_buf buf;
13551     sigsetjmp( buf, 1 );
13552     siglongjmp( buf, 1 );
13553   ;
13554   return 0;
13555 }
13556 _ACEOF
13557 rm -f conftest.$ac_objext conftest$ac_exeext
13558 if { (ac_try="$ac_link"
13559 case "(($ac_try" in
13560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13561   *) ac_try_echo=$ac_try;;
13562 esac
13563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13564   (eval "$ac_link") 2>conftest.er1
13565   ac_status=$?
13566   grep -v '^ *+' conftest.er1 >conftest.err
13567   rm -f conftest.er1
13568   cat conftest.err >&5
13569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13570   (exit $ac_status); } && {
13571          test -z "$ac_c_werror_flag" ||
13572          test ! -s conftest.err
13573        } && test -s conftest$ac_exeext &&
13574        $as_test_x conftest$ac_exeext; then
13575   ac_cv_c_sigsetjmp="yes"
13576 else
13577   echo "$as_me: failed program was:" >&5
13578 sed 's/^/| /' conftest.$ac_ext >&5
13579
13580         ac_cv_c_sigsetjmp="no"
13581 fi
13582
13583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13584       conftest$ac_exeext conftest.$ac_ext
13585
13586 fi
13587 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
13588 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
13589 if test "$ac_cv_c_sigsetjmp" = "yes"
13590 then
13591
13592 cat >>confdefs.h <<\_ACEOF
13593 #define HAVE_SIGSETJMP 1
13594 _ACEOF
13595
13596 fi
13597
13598 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
13599 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
13600 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
13601   echo $ECHO_N "(cached) $ECHO_C" >&6
13602 else
13603   cat >conftest.$ac_ext <<_ACEOF
13604 /* confdefs.h.  */
13605 _ACEOF
13606 cat confdefs.h >>conftest.$ac_ext
13607 cat >>conftest.$ac_ext <<_ACEOF
13608 /* end confdefs.h.  */
13609 #define _GNU_SOURCE
13610 #include <pthread.h>
13611
13612 typedef pthread_rwlock_t ac__type_new_;
13613 int
13614 main ()
13615 {
13616 if ((ac__type_new_ *) 0)
13617   return 0;
13618 if (sizeof (ac__type_new_))
13619   return 0;
13620   ;
13621   return 0;
13622 }
13623 _ACEOF
13624 rm -f conftest.$ac_objext
13625 if { (ac_try="$ac_compile"
13626 case "(($ac_try" in
13627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13628   *) ac_try_echo=$ac_try;;
13629 esac
13630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13631   (eval "$ac_compile") 2>conftest.er1
13632   ac_status=$?
13633   grep -v '^ *+' conftest.er1 >conftest.err
13634   rm -f conftest.er1
13635   cat conftest.err >&5
13636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13637   (exit $ac_status); } && {
13638          test -z "$ac_c_werror_flag" ||
13639          test ! -s conftest.err
13640        } && test -s conftest.$ac_objext; then
13641   ac_cv_type_pthread_rwlock_t=yes
13642 else
13643   echo "$as_me: failed program was:" >&5
13644 sed 's/^/| /' conftest.$ac_ext >&5
13645
13646         ac_cv_type_pthread_rwlock_t=no
13647 fi
13648
13649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13650 fi
13651 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
13652 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
13653 if test $ac_cv_type_pthread_rwlock_t = yes; then
13654
13655 cat >>confdefs.h <<_ACEOF
13656 #define HAVE_PTHREAD_RWLOCK_T 1
13657 _ACEOF
13658
13659
13660 fi
13661 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
13662 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
13663 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
13664   echo $ECHO_N "(cached) $ECHO_C" >&6
13665 else
13666   cat >conftest.$ac_ext <<_ACEOF
13667 /* confdefs.h.  */
13668 _ACEOF
13669 cat confdefs.h >>conftest.$ac_ext
13670 cat >>conftest.$ac_ext <<_ACEOF
13671 /* end confdefs.h.  */
13672 #define _GNU_SOURCE
13673 #include <pthread.h>
13674
13675 typedef pthread_rwlockattr_t ac__type_new_;
13676 int
13677 main ()
13678 {
13679 if ((ac__type_new_ *) 0)
13680   return 0;
13681 if (sizeof (ac__type_new_))
13682   return 0;
13683   ;
13684   return 0;
13685 }
13686 _ACEOF
13687 rm -f conftest.$ac_objext
13688 if { (ac_try="$ac_compile"
13689 case "(($ac_try" in
13690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13691   *) ac_try_echo=$ac_try;;
13692 esac
13693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13694   (eval "$ac_compile") 2>conftest.er1
13695   ac_status=$?
13696   grep -v '^ *+' conftest.er1 >conftest.err
13697   rm -f conftest.er1
13698   cat conftest.err >&5
13699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13700   (exit $ac_status); } && {
13701          test -z "$ac_c_werror_flag" ||
13702          test ! -s conftest.err
13703        } && test -s conftest.$ac_objext; then
13704   ac_cv_type_pthread_rwlockattr_t=yes
13705 else
13706   echo "$as_me: failed program was:" >&5
13707 sed 's/^/| /' conftest.$ac_ext >&5
13708
13709         ac_cv_type_pthread_rwlockattr_t=no
13710 fi
13711
13712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13713 fi
13714 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
13715 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
13716 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
13717
13718 cat >>confdefs.h <<_ACEOF
13719 #define HAVE_PTHREAD_RWLOCKATTR_T 1
13720 _ACEOF
13721
13722
13723 fi
13724
13725
13726 ac_wine_check_funcs_save_LIBS="$LIBS"
13727 LIBS="$LIBS $LIBPTHREAD"
13728
13729
13730
13731
13732 for ac_func in \
13733         pthread_attr_get_np \
13734         pthread_getattr_np \
13735         pthread_get_stackaddr_np \
13736         pthread_get_stacksize_np
13737 do
13738 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13739 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13740 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13741 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13742   echo $ECHO_N "(cached) $ECHO_C" >&6
13743 else
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 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13751    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13752 #define $ac_func innocuous_$ac_func
13753
13754 /* System header to define __stub macros and hopefully few prototypes,
13755     which can conflict with char $ac_func (); below.
13756     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13757     <limits.h> exists even on freestanding compilers.  */
13758
13759 #ifdef __STDC__
13760 # include <limits.h>
13761 #else
13762 # include <assert.h>
13763 #endif
13764
13765 #undef $ac_func
13766
13767 /* Override any GCC internal prototype to avoid an error.
13768    Use char because int might match the return type of a GCC
13769    builtin and then its argument prototype would still apply.  */
13770 #ifdef __cplusplus
13771 extern "C"
13772 #endif
13773 char $ac_func ();
13774 /* The GNU C library defines this for functions which it implements
13775     to always fail with ENOSYS.  Some functions are actually named
13776     something starting with __ and the normal name is an alias.  */
13777 #if defined __stub_$ac_func || defined __stub___$ac_func
13778 choke me
13779 #endif
13780
13781 int
13782 main ()
13783 {
13784 return $ac_func ();
13785   ;
13786   return 0;
13787 }
13788 _ACEOF
13789 rm -f conftest.$ac_objext conftest$ac_exeext
13790 if { (ac_try="$ac_link"
13791 case "(($ac_try" in
13792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13793   *) ac_try_echo=$ac_try;;
13794 esac
13795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13796   (eval "$ac_link") 2>conftest.er1
13797   ac_status=$?
13798   grep -v '^ *+' conftest.er1 >conftest.err
13799   rm -f conftest.er1
13800   cat conftest.err >&5
13801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13802   (exit $ac_status); } && {
13803          test -z "$ac_c_werror_flag" ||
13804          test ! -s conftest.err
13805        } && test -s conftest$ac_exeext &&
13806        $as_test_x conftest$ac_exeext; then
13807   eval "$as_ac_var=yes"
13808 else
13809   echo "$as_me: failed program was:" >&5
13810 sed 's/^/| /' conftest.$ac_ext >&5
13811
13812         eval "$as_ac_var=no"
13813 fi
13814
13815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13816       conftest$ac_exeext conftest.$ac_ext
13817 fi
13818 ac_res=`eval echo '${'$as_ac_var'}'`
13819                { echo "$as_me:$LINENO: result: $ac_res" >&5
13820 echo "${ECHO_T}$ac_res" >&6; }
13821 if test `eval echo '${'$as_ac_var'}'` = yes; then
13822   cat >>confdefs.h <<_ACEOF
13823 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13824 _ACEOF
13825
13826 fi
13827 done
13828
13829 LIBS="$ac_wine_check_funcs_save_LIBS"
13830
13831 # Extract the first word of "esd-config", so it can be a program name with args.
13832 set dummy esd-config; ac_word=$2
13833 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13834 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13835 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
13836   echo $ECHO_N "(cached) $ECHO_C" >&6
13837 else
13838   case $ESDCONFIG in
13839   [\\/]* | ?:[\\/]*)
13840   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
13841   ;;
13842   *)
13843   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13844 for as_dir in $PATH
13845 do
13846   IFS=$as_save_IFS
13847   test -z "$as_dir" && as_dir=.
13848   for ac_exec_ext in '' $ac_executable_extensions; do
13849   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13850     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
13851     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13852     break 2
13853   fi
13854 done
13855 done
13856 IFS=$as_save_IFS
13857
13858   ;;
13859 esac
13860 fi
13861 ESDCONFIG=$ac_cv_path_ESDCONFIG
13862 if test -n "$ESDCONFIG"; then
13863   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
13864 echo "${ECHO_T}$ESDCONFIG" >&6; }
13865 else
13866   { echo "$as_me:$LINENO: result: no" >&5
13867 echo "${ECHO_T}no" >&6; }
13868 fi
13869
13870
13871 if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
13872 then
13873     ESD_CFLAGS=""
13874     for i in `$ESDCONFIG --cflags`
13875     do
13876       case "$i" in
13877         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
13878       esac
13879     done
13880     ESD_LIBS=`$ESDCONFIG --libs`
13881     save_CFLAGS="$CFLAGS"
13882     CFLAGS="$CFLAGS $ESD_CFLAGS"
13883     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
13884 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
13885 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
13886   echo $ECHO_N "(cached) $ECHO_C" >&6
13887 else
13888   ac_check_lib_save_LIBS=$LIBS
13889 LIBS="-lesd  $LIBS"
13890 cat >conftest.$ac_ext <<_ACEOF
13891 /* confdefs.h.  */
13892 _ACEOF
13893 cat confdefs.h >>conftest.$ac_ext
13894 cat >>conftest.$ac_ext <<_ACEOF
13895 /* end confdefs.h.  */
13896
13897 /* Override any GCC internal prototype to avoid an error.
13898    Use char because int might match the return type of a GCC
13899    builtin and then its argument prototype would still apply.  */
13900 #ifdef __cplusplus
13901 extern "C"
13902 #endif
13903 char esd_open_sound ();
13904 int
13905 main ()
13906 {
13907 return esd_open_sound ();
13908   ;
13909   return 0;
13910 }
13911 _ACEOF
13912 rm -f conftest.$ac_objext conftest$ac_exeext
13913 if { (ac_try="$ac_link"
13914 case "(($ac_try" in
13915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13916   *) ac_try_echo=$ac_try;;
13917 esac
13918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13919   (eval "$ac_link") 2>conftest.er1
13920   ac_status=$?
13921   grep -v '^ *+' conftest.er1 >conftest.err
13922   rm -f conftest.er1
13923   cat conftest.err >&5
13924   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13925   (exit $ac_status); } && {
13926          test -z "$ac_c_werror_flag" ||
13927          test ! -s conftest.err
13928        } && test -s conftest$ac_exeext &&
13929        $as_test_x conftest$ac_exeext; then
13930   ac_cv_lib_esd_esd_open_sound=yes
13931 else
13932   echo "$as_me: failed program was:" >&5
13933 sed 's/^/| /' conftest.$ac_ext >&5
13934
13935         ac_cv_lib_esd_esd_open_sound=no
13936 fi
13937
13938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13939       conftest$ac_exeext conftest.$ac_ext
13940 LIBS=$ac_check_lib_save_LIBS
13941 fi
13942 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13943 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13944 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13945   ESDLIBS=$ESD_LIBS
13946
13947          ESDINCL=$ESD_CFLAGS
13948
13949
13950 cat >>confdefs.h <<\_ACEOF
13951 #define HAVE_ESD 1
13952 _ACEOF
13953
13954 fi
13955
13956     CFLAGS="$save_CFLAGS"
13957 fi
13958
13959 ALSALIBS=""
13960
13961 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13962 then
13963     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13964 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13965 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13966   echo $ECHO_N "(cached) $ECHO_C" >&6
13967 else
13968   ac_check_lib_save_LIBS=$LIBS
13969 LIBS="-lasound  $LIBS"
13970 cat >conftest.$ac_ext <<_ACEOF
13971 /* confdefs.h.  */
13972 _ACEOF
13973 cat confdefs.h >>conftest.$ac_ext
13974 cat >>conftest.$ac_ext <<_ACEOF
13975 /* end confdefs.h.  */
13976
13977 /* Override any GCC internal prototype to avoid an error.
13978    Use char because int might match the return type of a GCC
13979    builtin and then its argument prototype would still apply.  */
13980 #ifdef __cplusplus
13981 extern "C"
13982 #endif
13983 char snd_pcm_hw_params_get_access ();
13984 int
13985 main ()
13986 {
13987 return snd_pcm_hw_params_get_access ();
13988   ;
13989   return 0;
13990 }
13991 _ACEOF
13992 rm -f conftest.$ac_objext conftest$ac_exeext
13993 if { (ac_try="$ac_link"
13994 case "(($ac_try" in
13995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13996   *) ac_try_echo=$ac_try;;
13997 esac
13998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13999   (eval "$ac_link") 2>conftest.er1
14000   ac_status=$?
14001   grep -v '^ *+' conftest.er1 >conftest.err
14002   rm -f conftest.er1
14003   cat conftest.err >&5
14004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14005   (exit $ac_status); } && {
14006          test -z "$ac_c_werror_flag" ||
14007          test ! -s conftest.err
14008        } && test -s conftest$ac_exeext &&
14009        $as_test_x conftest$ac_exeext; then
14010   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14011 else
14012   echo "$as_me: failed program was:" >&5
14013 sed 's/^/| /' conftest.$ac_ext >&5
14014
14015         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14016 fi
14017
14018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14019       conftest$ac_exeext conftest.$ac_ext
14020 LIBS=$ac_check_lib_save_LIBS
14021 fi
14022 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14023 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14024 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14025   cat >conftest.$ac_ext <<_ACEOF
14026 /* confdefs.h.  */
14027 _ACEOF
14028 cat confdefs.h >>conftest.$ac_ext
14029 cat >>conftest.$ac_ext <<_ACEOF
14030 /* end confdefs.h.  */
14031 #ifdef HAVE_ALSA_ASOUNDLIB_H
14032 #include <alsa/asoundlib.h>
14033 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14034 #include <sys/asoundlib.h>
14035 #endif
14036 int
14037 main ()
14038 {
14039 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14040   ;
14041   return 0;
14042 }
14043 _ACEOF
14044 rm -f conftest.$ac_objext
14045 if { (ac_try="$ac_compile"
14046 case "(($ac_try" in
14047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14048   *) ac_try_echo=$ac_try;;
14049 esac
14050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14051   (eval "$ac_compile") 2>conftest.er1
14052   ac_status=$?
14053   grep -v '^ *+' conftest.er1 >conftest.err
14054   rm -f conftest.er1
14055   cat conftest.err >&5
14056   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14057   (exit $ac_status); } && {
14058          test -z "$ac_c_werror_flag" ||
14059          test ! -s conftest.err
14060        } && test -s conftest.$ac_objext; then
14061
14062 cat >>confdefs.h <<\_ACEOF
14063 #define HAVE_ALSA 1
14064 _ACEOF
14065
14066                          ALSALIBS="-lasound"
14067 else
14068   echo "$as_me: failed program was:" >&5
14069 sed 's/^/| /' conftest.$ac_ext >&5
14070
14071
14072 fi
14073
14074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14075 fi
14076
14077 fi
14078
14079 AUDIOIOLIBS=""
14080
14081 if test "$ac_cv_header_libaudioio_h" = "yes"
14082 then
14083     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14084 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14085 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14086   echo $ECHO_N "(cached) $ECHO_C" >&6
14087 else
14088   ac_check_lib_save_LIBS=$LIBS
14089 LIBS="-laudioio  $LIBS"
14090 cat >conftest.$ac_ext <<_ACEOF
14091 /* confdefs.h.  */
14092 _ACEOF
14093 cat confdefs.h >>conftest.$ac_ext
14094 cat >>conftest.$ac_ext <<_ACEOF
14095 /* end confdefs.h.  */
14096
14097 /* Override any GCC internal prototype to avoid an error.
14098    Use char because int might match the return type of a GCC
14099    builtin and then its argument prototype would still apply.  */
14100 #ifdef __cplusplus
14101 extern "C"
14102 #endif
14103 char AudioIOGetVersion ();
14104 int
14105 main ()
14106 {
14107 return AudioIOGetVersion ();
14108   ;
14109   return 0;
14110 }
14111 _ACEOF
14112 rm -f conftest.$ac_objext conftest$ac_exeext
14113 if { (ac_try="$ac_link"
14114 case "(($ac_try" in
14115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14116   *) ac_try_echo=$ac_try;;
14117 esac
14118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14119   (eval "$ac_link") 2>conftest.er1
14120   ac_status=$?
14121   grep -v '^ *+' conftest.er1 >conftest.err
14122   rm -f conftest.er1
14123   cat conftest.err >&5
14124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14125   (exit $ac_status); } && {
14126          test -z "$ac_c_werror_flag" ||
14127          test ! -s conftest.err
14128        } && test -s conftest$ac_exeext &&
14129        $as_test_x conftest$ac_exeext; then
14130   ac_cv_lib_audioio_AudioIOGetVersion=yes
14131 else
14132   echo "$as_me: failed program was:" >&5
14133 sed 's/^/| /' conftest.$ac_ext >&5
14134
14135         ac_cv_lib_audioio_AudioIOGetVersion=no
14136 fi
14137
14138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14139       conftest$ac_exeext conftest.$ac_ext
14140 LIBS=$ac_check_lib_save_LIBS
14141 fi
14142 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14143 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14144 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14145   AUDIOIOLIBS="-laudioio"
14146
14147 cat >>confdefs.h <<\_ACEOF
14148 #define HAVE_LIBAUDIOIO 1
14149 _ACEOF
14150
14151 fi
14152
14153 fi
14154
14155
14156 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14157 then
14158     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14159 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14160 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14161   echo $ECHO_N "(cached) $ECHO_C" >&6
14162 else
14163   ac_check_soname_save_LIBS=$LIBS
14164 LIBS="-lcapi20  $LIBS"
14165   cat >conftest.$ac_ext <<_ACEOF
14166 /* confdefs.h.  */
14167 _ACEOF
14168 cat confdefs.h >>conftest.$ac_ext
14169 cat >>conftest.$ac_ext <<_ACEOF
14170 /* end confdefs.h.  */
14171
14172 /* Override any GCC internal prototype to avoid an error.
14173    Use char because int might match the return type of a GCC
14174    builtin and then its argument prototype would still apply.  */
14175 #ifdef __cplusplus
14176 extern "C"
14177 #endif
14178 char capi20_register ();
14179 int
14180 main ()
14181 {
14182 return capi20_register ();
14183   ;
14184   return 0;
14185 }
14186 _ACEOF
14187 rm -f conftest.$ac_objext conftest$ac_exeext
14188 if { (ac_try="$ac_link"
14189 case "(($ac_try" in
14190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14191   *) ac_try_echo=$ac_try;;
14192 esac
14193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14194   (eval "$ac_link") 2>conftest.er1
14195   ac_status=$?
14196   grep -v '^ *+' conftest.er1 >conftest.err
14197   rm -f conftest.er1
14198   cat conftest.err >&5
14199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14200   (exit $ac_status); } && {
14201          test -z "$ac_c_werror_flag" ||
14202          test ! -s conftest.err
14203        } && test -s conftest$ac_exeext &&
14204        $as_test_x conftest$ac_exeext; then
14205   case "$LIBEXT" in
14206     dll) ;;
14207     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'` ;;
14208     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
14209   esac
14210 else
14211   echo "$as_me: failed program was:" >&5
14212 sed 's/^/| /' conftest.$ac_ext >&5
14213
14214
14215 fi
14216
14217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14218       conftest$ac_exeext conftest.$ac_ext
14219   LIBS=$ac_check_soname_save_LIBS
14220 fi
14221 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14222   { echo "$as_me:$LINENO: result: not found" >&5
14223 echo "${ECHO_T}not found" >&6; }
14224
14225 else
14226   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14227 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14228
14229 cat >>confdefs.h <<_ACEOF
14230 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14231 _ACEOF
14232
14233
14234 fi
14235
14236 fi
14237 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14238   wine_notices="$wine_notices|libcapi20 development files not found.
14239 Wine will be built without ISDN support. (capi2032.dll)"
14240 fi
14241
14242
14243 if test "$ac_cv_header_cups_cups_h" = "yes"
14244 then
14245     { echo "$as_me:$LINENO: checking for -lcups" >&5
14246 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
14247 if test "${ac_cv_lib_soname_cups+set}" = set; then
14248   echo $ECHO_N "(cached) $ECHO_C" >&6
14249 else
14250   ac_check_soname_save_LIBS=$LIBS
14251 LIBS="-lcups  $LIBS"
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
14259 /* Override any GCC internal prototype to avoid an error.
14260    Use char because int might match the return type of a GCC
14261    builtin and then its argument prototype would still apply.  */
14262 #ifdef __cplusplus
14263 extern "C"
14264 #endif
14265 char cupsGetDefault ();
14266 int
14267 main ()
14268 {
14269 return cupsGetDefault ();
14270   ;
14271   return 0;
14272 }
14273 _ACEOF
14274 rm -f conftest.$ac_objext conftest$ac_exeext
14275 if { (ac_try="$ac_link"
14276 case "(($ac_try" in
14277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14278   *) ac_try_echo=$ac_try;;
14279 esac
14280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14281   (eval "$ac_link") 2>conftest.er1
14282   ac_status=$?
14283   grep -v '^ *+' conftest.er1 >conftest.err
14284   rm -f conftest.er1
14285   cat conftest.err >&5
14286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14287   (exit $ac_status); } && {
14288          test -z "$ac_c_werror_flag" ||
14289          test ! -s conftest.err
14290        } && test -s conftest$ac_exeext &&
14291        $as_test_x conftest$ac_exeext; then
14292   case "$LIBEXT" in
14293     dll) ;;
14294     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'` ;;
14295     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14296   esac
14297 else
14298   echo "$as_me: failed program was:" >&5
14299 sed 's/^/| /' conftest.$ac_ext >&5
14300
14301
14302 fi
14303
14304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14305       conftest$ac_exeext conftest.$ac_ext
14306   LIBS=$ac_check_soname_save_LIBS
14307 fi
14308 if test "x$ac_cv_lib_soname_cups" = "x"; then
14309   { echo "$as_me:$LINENO: result: not found" >&5
14310 echo "${ECHO_T}not found" >&6; }
14311
14312 else
14313   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
14314 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
14315
14316 cat >>confdefs.h <<_ACEOF
14317 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
14318 _ACEOF
14319
14320
14321 fi
14322
14323 fi
14324 if test "x$ac_cv_lib_soname_cups" = "x"; then
14325   wine_notices="$wine_notices|libcups development files not found.
14326 Wine will be built without CUPS support."
14327 fi
14328
14329
14330 if test "$ac_cv_header_jack_jack_h" = "yes"
14331 then
14332     { echo "$as_me:$LINENO: checking for -ljack" >&5
14333 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
14334 if test "${ac_cv_lib_soname_jack+set}" = set; then
14335   echo $ECHO_N "(cached) $ECHO_C" >&6
14336 else
14337   ac_check_soname_save_LIBS=$LIBS
14338 LIBS="-ljack  $LIBS"
14339   cat >conftest.$ac_ext <<_ACEOF
14340 /* confdefs.h.  */
14341 _ACEOF
14342 cat confdefs.h >>conftest.$ac_ext
14343 cat >>conftest.$ac_ext <<_ACEOF
14344 /* end confdefs.h.  */
14345
14346 /* Override any GCC internal prototype to avoid an error.
14347    Use char because int might match the return type of a GCC
14348    builtin and then its argument prototype would still apply.  */
14349 #ifdef __cplusplus
14350 extern "C"
14351 #endif
14352 char jack_client_new ();
14353 int
14354 main ()
14355 {
14356 return jack_client_new ();
14357   ;
14358   return 0;
14359 }
14360 _ACEOF
14361 rm -f conftest.$ac_objext conftest$ac_exeext
14362 if { (ac_try="$ac_link"
14363 case "(($ac_try" in
14364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14365   *) ac_try_echo=$ac_try;;
14366 esac
14367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14368   (eval "$ac_link") 2>conftest.er1
14369   ac_status=$?
14370   grep -v '^ *+' conftest.er1 >conftest.err
14371   rm -f conftest.er1
14372   cat conftest.err >&5
14373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374   (exit $ac_status); } && {
14375          test -z "$ac_c_werror_flag" ||
14376          test ! -s conftest.err
14377        } && test -s conftest$ac_exeext &&
14378        $as_test_x conftest$ac_exeext; then
14379   case "$LIBEXT" in
14380     dll) ;;
14381     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'` ;;
14382     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack\\.$LIBEXT" | sed -e "s/^.*\(libjack\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14383   esac
14384 else
14385   echo "$as_me: failed program was:" >&5
14386 sed 's/^/| /' conftest.$ac_ext >&5
14387
14388
14389 fi
14390
14391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14392       conftest$ac_exeext conftest.$ac_ext
14393   LIBS=$ac_check_soname_save_LIBS
14394 fi
14395 if test "x$ac_cv_lib_soname_jack" = "x"; then
14396   { echo "$as_me:$LINENO: result: not found" >&5
14397 echo "${ECHO_T}not found" >&6; }
14398
14399 else
14400   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
14401 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
14402
14403 cat >>confdefs.h <<_ACEOF
14404 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
14405 _ACEOF
14406
14407
14408 fi
14409
14410 fi
14411
14412 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
14413 then
14414     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
14415 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
14416 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
14417   echo $ECHO_N "(cached) $ECHO_C" >&6
14418 else
14419   ac_check_soname_save_LIBS=$LIBS
14420 LIBS="-lfontconfig  $LIBS"
14421   cat >conftest.$ac_ext <<_ACEOF
14422 /* confdefs.h.  */
14423 _ACEOF
14424 cat confdefs.h >>conftest.$ac_ext
14425 cat >>conftest.$ac_ext <<_ACEOF
14426 /* end confdefs.h.  */
14427
14428 /* Override any GCC internal prototype to avoid an error.
14429    Use char because int might match the return type of a GCC
14430    builtin and then its argument prototype would still apply.  */
14431 #ifdef __cplusplus
14432 extern "C"
14433 #endif
14434 char FcInit ();
14435 int
14436 main ()
14437 {
14438 return FcInit ();
14439   ;
14440   return 0;
14441 }
14442 _ACEOF
14443 rm -f conftest.$ac_objext conftest$ac_exeext
14444 if { (ac_try="$ac_link"
14445 case "(($ac_try" in
14446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14447   *) ac_try_echo=$ac_try;;
14448 esac
14449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14450   (eval "$ac_link") 2>conftest.er1
14451   ac_status=$?
14452   grep -v '^ *+' conftest.er1 >conftest.err
14453   rm -f conftest.er1
14454   cat conftest.err >&5
14455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14456   (exit $ac_status); } && {
14457          test -z "$ac_c_werror_flag" ||
14458          test ! -s conftest.err
14459        } && test -s conftest$ac_exeext &&
14460        $as_test_x conftest$ac_exeext; then
14461   case "$LIBEXT" in
14462     dll) ;;
14463     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'` ;;
14464     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
14465   esac
14466 else
14467   echo "$as_me: failed program was:" >&5
14468 sed 's/^/| /' conftest.$ac_ext >&5
14469
14470
14471 fi
14472
14473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14474       conftest$ac_exeext conftest.$ac_ext
14475   LIBS=$ac_check_soname_save_LIBS
14476 fi
14477 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
14478   { echo "$as_me:$LINENO: result: not found" >&5
14479 echo "${ECHO_T}not found" >&6; }
14480
14481 else
14482   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
14483 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
14484
14485 cat >>confdefs.h <<_ACEOF
14486 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
14487 _ACEOF
14488
14489
14490 fi
14491
14492 fi
14493 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
14494   wine_notices="$wine_notices|fontconfig development files not found.
14495 Wine will be built without fontconfig support."
14496 fi
14497
14498
14499 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
14500 then
14501     { echo "$as_me:$LINENO: checking for -lssl" >&5
14502 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
14503 if test "${ac_cv_lib_soname_ssl+set}" = set; then
14504   echo $ECHO_N "(cached) $ECHO_C" >&6
14505 else
14506   ac_check_soname_save_LIBS=$LIBS
14507 LIBS="-lssl  $LIBS"
14508   cat >conftest.$ac_ext <<_ACEOF
14509 /* confdefs.h.  */
14510 _ACEOF
14511 cat confdefs.h >>conftest.$ac_ext
14512 cat >>conftest.$ac_ext <<_ACEOF
14513 /* end confdefs.h.  */
14514
14515 /* Override any GCC internal prototype to avoid an error.
14516    Use char because int might match the return type of a GCC
14517    builtin and then its argument prototype would still apply.  */
14518 #ifdef __cplusplus
14519 extern "C"
14520 #endif
14521 char SSL_library_init ();
14522 int
14523 main ()
14524 {
14525 return SSL_library_init ();
14526   ;
14527   return 0;
14528 }
14529 _ACEOF
14530 rm -f conftest.$ac_objext conftest$ac_exeext
14531 if { (ac_try="$ac_link"
14532 case "(($ac_try" in
14533   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14534   *) ac_try_echo=$ac_try;;
14535 esac
14536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14537   (eval "$ac_link") 2>conftest.er1
14538   ac_status=$?
14539   grep -v '^ *+' conftest.er1 >conftest.err
14540   rm -f conftest.er1
14541   cat conftest.err >&5
14542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14543   (exit $ac_status); } && {
14544          test -z "$ac_c_werror_flag" ||
14545          test ! -s conftest.err
14546        } && test -s conftest$ac_exeext &&
14547        $as_test_x conftest$ac_exeext; then
14548   case "$LIBEXT" in
14549     dll) ;;
14550     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'` ;;
14551     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
14552   esac
14553 else
14554   echo "$as_me: failed program was:" >&5
14555 sed 's/^/| /' conftest.$ac_ext >&5
14556
14557
14558 fi
14559
14560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14561       conftest$ac_exeext conftest.$ac_ext
14562   LIBS=$ac_check_soname_save_LIBS
14563 fi
14564 if test "x$ac_cv_lib_soname_ssl" = "x"; then
14565   { echo "$as_me:$LINENO: result: not found" >&5
14566 echo "${ECHO_T}not found" >&6; }
14567
14568 else
14569   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
14570 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
14571
14572 cat >>confdefs.h <<_ACEOF
14573 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
14574 _ACEOF
14575
14576
14577 fi
14578
14579     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
14580 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
14581 if test "${ac_cv_lib_soname_crypto+set}" = set; then
14582   echo $ECHO_N "(cached) $ECHO_C" >&6
14583 else
14584   ac_check_soname_save_LIBS=$LIBS
14585 LIBS="-lcrypto  $LIBS"
14586   cat >conftest.$ac_ext <<_ACEOF
14587 /* confdefs.h.  */
14588 _ACEOF
14589 cat confdefs.h >>conftest.$ac_ext
14590 cat >>conftest.$ac_ext <<_ACEOF
14591 /* end confdefs.h.  */
14592
14593 /* Override any GCC internal prototype to avoid an error.
14594    Use char because int might match the return type of a GCC
14595    builtin and then its argument prototype would still apply.  */
14596 #ifdef __cplusplus
14597 extern "C"
14598 #endif
14599 char BIO_new_socket ();
14600 int
14601 main ()
14602 {
14603 return BIO_new_socket ();
14604   ;
14605   return 0;
14606 }
14607 _ACEOF
14608 rm -f conftest.$ac_objext conftest$ac_exeext
14609 if { (ac_try="$ac_link"
14610 case "(($ac_try" in
14611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14612   *) ac_try_echo=$ac_try;;
14613 esac
14614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14615   (eval "$ac_link") 2>conftest.er1
14616   ac_status=$?
14617   grep -v '^ *+' conftest.er1 >conftest.err
14618   rm -f conftest.er1
14619   cat conftest.err >&5
14620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14621   (exit $ac_status); } && {
14622          test -z "$ac_c_werror_flag" ||
14623          test ! -s conftest.err
14624        } && test -s conftest$ac_exeext &&
14625        $as_test_x conftest$ac_exeext; then
14626   case "$LIBEXT" in
14627     dll) ;;
14628     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'` ;;
14629     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
14630   esac
14631 else
14632   echo "$as_me: failed program was:" >&5
14633 sed 's/^/| /' conftest.$ac_ext >&5
14634
14635
14636 fi
14637
14638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14639       conftest$ac_exeext conftest.$ac_ext
14640   LIBS=$ac_check_soname_save_LIBS
14641 fi
14642 if test "x$ac_cv_lib_soname_crypto" = "x"; then
14643   { echo "$as_me:$LINENO: result: not found" >&5
14644 echo "${ECHO_T}not found" >&6; }
14645
14646 else
14647   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
14648 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
14649
14650 cat >>confdefs.h <<_ACEOF
14651 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
14652 _ACEOF
14653
14654
14655 fi
14656
14657 fi
14658 if test "x$ac_cv_lib_soname_ssl" = "x"; then
14659   wine_notices="$wine_notices|OpenSSL development files not found.
14660 Wine will be built without SSL support. (wininet.dll)"
14661 fi
14662
14663
14664 if test "$ac_cv_header_jpeglib_h" = "yes"
14665 then
14666     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
14667 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
14668 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
14669   echo $ECHO_N "(cached) $ECHO_C" >&6
14670 else
14671   ac_check_soname_save_LIBS=$LIBS
14672 LIBS="-ljpeg  $LIBS"
14673   cat >conftest.$ac_ext <<_ACEOF
14674 /* confdefs.h.  */
14675 _ACEOF
14676 cat confdefs.h >>conftest.$ac_ext
14677 cat >>conftest.$ac_ext <<_ACEOF
14678 /* end confdefs.h.  */
14679
14680 /* Override any GCC internal prototype to avoid an error.
14681    Use char because int might match the return type of a GCC
14682    builtin and then its argument prototype would still apply.  */
14683 #ifdef __cplusplus
14684 extern "C"
14685 #endif
14686 char jpeg_start_decompress ();
14687 int
14688 main ()
14689 {
14690 return jpeg_start_decompress ();
14691   ;
14692   return 0;
14693 }
14694 _ACEOF
14695 rm -f conftest.$ac_objext conftest$ac_exeext
14696 if { (ac_try="$ac_link"
14697 case "(($ac_try" in
14698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14699   *) ac_try_echo=$ac_try;;
14700 esac
14701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14702   (eval "$ac_link") 2>conftest.er1
14703   ac_status=$?
14704   grep -v '^ *+' conftest.er1 >conftest.err
14705   rm -f conftest.er1
14706   cat conftest.err >&5
14707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14708   (exit $ac_status); } && {
14709          test -z "$ac_c_werror_flag" ||
14710          test ! -s conftest.err
14711        } && test -s conftest$ac_exeext &&
14712        $as_test_x conftest$ac_exeext; then
14713   case "$LIBEXT" in
14714     dll) ;;
14715     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'` ;;
14716     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14717   esac
14718 else
14719   echo "$as_me: failed program was:" >&5
14720 sed 's/^/| /' conftest.$ac_ext >&5
14721
14722
14723 fi
14724
14725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14726       conftest$ac_exeext conftest.$ac_ext
14727   LIBS=$ac_check_soname_save_LIBS
14728 fi
14729 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
14730   { echo "$as_me:$LINENO: result: not found" >&5
14731 echo "${ECHO_T}not found" >&6; }
14732
14733 else
14734   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
14735 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
14736
14737 cat >>confdefs.h <<_ACEOF
14738 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
14739 _ACEOF
14740
14741
14742 fi
14743
14744 fi
14745 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
14746   wine_notices="$wine_notices|libjpeg development files not found.
14747 Wine will be built without JPEG support. (oleaut32.dll)"
14748 fi
14749
14750
14751 if test "$ac_cv_header_png_h" = "yes"
14752 then
14753     { echo "$as_me:$LINENO: checking for -lpng" >&5
14754 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
14755 if test "${ac_cv_lib_soname_png+set}" = set; then
14756   echo $ECHO_N "(cached) $ECHO_C" >&6
14757 else
14758   ac_check_soname_save_LIBS=$LIBS
14759 LIBS="-lpng  $LIBS"
14760   cat >conftest.$ac_ext <<_ACEOF
14761 /* confdefs.h.  */
14762 _ACEOF
14763 cat confdefs.h >>conftest.$ac_ext
14764 cat >>conftest.$ac_ext <<_ACEOF
14765 /* end confdefs.h.  */
14766
14767 /* Override any GCC internal prototype to avoid an error.
14768    Use char because int might match the return type of a GCC
14769    builtin and then its argument prototype would still apply.  */
14770 #ifdef __cplusplus
14771 extern "C"
14772 #endif
14773 char png_create_read_struct ();
14774 int
14775 main ()
14776 {
14777 return png_create_read_struct ();
14778   ;
14779   return 0;
14780 }
14781 _ACEOF
14782 rm -f conftest.$ac_objext conftest$ac_exeext
14783 if { (ac_try="$ac_link"
14784 case "(($ac_try" in
14785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14786   *) ac_try_echo=$ac_try;;
14787 esac
14788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14789   (eval "$ac_link") 2>conftest.er1
14790   ac_status=$?
14791   grep -v '^ *+' conftest.er1 >conftest.err
14792   rm -f conftest.er1
14793   cat conftest.err >&5
14794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14795   (exit $ac_status); } && {
14796          test -z "$ac_c_werror_flag" ||
14797          test ! -s conftest.err
14798        } && test -s conftest$ac_exeext &&
14799        $as_test_x conftest$ac_exeext; then
14800   case "$LIBEXT" in
14801     dll) ;;
14802     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'` ;;
14803     *) 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'` ;;
14804   esac
14805 else
14806   echo "$as_me: failed program was:" >&5
14807 sed 's/^/| /' conftest.$ac_ext >&5
14808
14809
14810 fi
14811
14812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14813       conftest$ac_exeext conftest.$ac_ext
14814   LIBS=$ac_check_soname_save_LIBS
14815 fi
14816 if test "x$ac_cv_lib_soname_png" = "x"; then
14817   { echo "$as_me:$LINENO: result: not found" >&5
14818 echo "${ECHO_T}not found" >&6; }
14819
14820 else
14821   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
14822 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
14823
14824 cat >>confdefs.h <<_ACEOF
14825 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14826 _ACEOF
14827
14828
14829 fi
14830
14831 fi
14832 if test "x$ac_cv_lib_soname_png" = "x"; then
14833   wine_notices="$wine_notices|libpng development files not found.
14834 Wine will be built without PNG support. (oleaut32.dll)"
14835 fi
14836
14837
14838 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESD_LIBS$ac_cv_lib_soname_jack" = "x" -a \
14839                  "$ac_cv_header_sys_soundcard_h" != "yes" -a \
14840                  "$ac_cv_header_machine_soundcard_h" != "yes" -a \
14841                  "$ac_cv_header_soundcard_h" != "yes"; then
14842   wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
14843 fi
14844
14845
14846
14847 EXTRACFLAGS=""
14848
14849 if test "x${GCC}" = "xyes"
14850 then
14851   EXTRACFLAGS="-Wall -pipe"
14852
14853     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
14854 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
14855 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
14856   echo $ECHO_N "(cached) $ECHO_C" >&6
14857 else
14858   if test "$cross_compiling" = yes; then
14859   ac_cv_c_gcc_strength_bug="yes"
14860 else
14861   cat >conftest.$ac_ext <<_ACEOF
14862 /* confdefs.h.  */
14863 _ACEOF
14864 cat confdefs.h >>conftest.$ac_ext
14865 cat >>conftest.$ac_ext <<_ACEOF
14866 /* end confdefs.h.  */
14867 int L[4] = {0,1,2,3};
14868 int
14869 main ()
14870 {
14871 static int Array[3];
14872   unsigned int B = 3;
14873   int i;
14874   for(i=0; i<B; i++) Array[i] = i - 3;
14875   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14876   L[i] = 4;
14877   exit( Array[1] != -2 || L[2] != 3)
14878   ;
14879   return 0;
14880 }
14881 _ACEOF
14882 rm -f conftest$ac_exeext
14883 if { (ac_try="$ac_link"
14884 case "(($ac_try" in
14885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14886   *) ac_try_echo=$ac_try;;
14887 esac
14888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14889   (eval "$ac_link") 2>&5
14890   ac_status=$?
14891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14892   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14893   { (case "(($ac_try" in
14894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14895   *) ac_try_echo=$ac_try;;
14896 esac
14897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14898   (eval "$ac_try") 2>&5
14899   ac_status=$?
14900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14901   (exit $ac_status); }; }; then
14902   ac_cv_c_gcc_strength_bug="no"
14903 else
14904   echo "$as_me: program exited with status $ac_status" >&5
14905 echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.$ac_ext >&5
14907
14908 ( exit $ac_status )
14909 ac_cv_c_gcc_strength_bug="yes"
14910 fi
14911 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14912 fi
14913
14914
14915 fi
14916 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
14917 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
14918   if test "$ac_cv_c_gcc_strength_bug" = "yes"
14919   then
14920     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14921   fi
14922
14923
14924   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
14925 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
14926 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
14927   echo $ECHO_N "(cached) $ECHO_C" >&6
14928 else
14929   ac_wine_try_cflags_saved=$CFLAGS
14930 CFLAGS="$CFLAGS -fshort-wchar"
14931 cat >conftest.$ac_ext <<_ACEOF
14932 /* confdefs.h.  */
14933 _ACEOF
14934 cat confdefs.h >>conftest.$ac_ext
14935 cat >>conftest.$ac_ext <<_ACEOF
14936 /* end confdefs.h.  */
14937
14938 int
14939 main ()
14940 {
14941
14942   ;
14943   return 0;
14944 }
14945 _ACEOF
14946 rm -f conftest.$ac_objext conftest$ac_exeext
14947 if { (ac_try="$ac_link"
14948 case "(($ac_try" in
14949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14950   *) ac_try_echo=$ac_try;;
14951 esac
14952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14953   (eval "$ac_link") 2>conftest.er1
14954   ac_status=$?
14955   grep -v '^ *+' conftest.er1 >conftest.err
14956   rm -f conftest.er1
14957   cat conftest.err >&5
14958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14959   (exit $ac_status); } && {
14960          test -z "$ac_c_werror_flag" ||
14961          test ! -s conftest.err
14962        } && test -s conftest$ac_exeext &&
14963        $as_test_x conftest$ac_exeext; then
14964   ac_cv_cflags__fshort_wchar=yes
14965 else
14966   echo "$as_me: failed program was:" >&5
14967 sed 's/^/| /' conftest.$ac_ext >&5
14968
14969         ac_cv_cflags__fshort_wchar=no
14970 fi
14971
14972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14973       conftest$ac_exeext conftest.$ac_ext
14974 CFLAGS=$ac_wine_try_cflags_saved
14975 fi
14976 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
14977 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
14978 if test $ac_cv_cflags__fshort_wchar = yes; then
14979
14980 cat >>confdefs.h <<\_ACEOF
14981 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
14982 _ACEOF
14983
14984 fi
14985
14986   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
14987 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
14988 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
14989   echo $ECHO_N "(cached) $ECHO_C" >&6
14990 else
14991   ac_wine_try_cflags_saved=$CFLAGS
14992 CFLAGS="$CFLAGS -fno-strict-aliasing"
14993 cat >conftest.$ac_ext <<_ACEOF
14994 /* confdefs.h.  */
14995 _ACEOF
14996 cat confdefs.h >>conftest.$ac_ext
14997 cat >>conftest.$ac_ext <<_ACEOF
14998 /* end confdefs.h.  */
14999
15000 int
15001 main ()
15002 {
15003
15004   ;
15005   return 0;
15006 }
15007 _ACEOF
15008 rm -f conftest.$ac_objext conftest$ac_exeext
15009 if { (ac_try="$ac_link"
15010 case "(($ac_try" in
15011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15012   *) ac_try_echo=$ac_try;;
15013 esac
15014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15015   (eval "$ac_link") 2>conftest.er1
15016   ac_status=$?
15017   grep -v '^ *+' conftest.er1 >conftest.err
15018   rm -f conftest.er1
15019   cat conftest.err >&5
15020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15021   (exit $ac_status); } && {
15022          test -z "$ac_c_werror_flag" ||
15023          test ! -s conftest.err
15024        } && test -s conftest$ac_exeext &&
15025        $as_test_x conftest$ac_exeext; then
15026   ac_cv_cflags__fno_strict_aliasing=yes
15027 else
15028   echo "$as_me: failed program was:" >&5
15029 sed 's/^/| /' conftest.$ac_ext >&5
15030
15031         ac_cv_cflags__fno_strict_aliasing=no
15032 fi
15033
15034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15035       conftest$ac_exeext conftest.$ac_ext
15036 CFLAGS=$ac_wine_try_cflags_saved
15037 fi
15038 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
15039 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
15040 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
15041   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
15042 fi
15043
15044   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
15045 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
15046 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
15047   echo $ECHO_N "(cached) $ECHO_C" >&6
15048 else
15049   ac_wine_try_cflags_saved=$CFLAGS
15050 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
15051 cat >conftest.$ac_ext <<_ACEOF
15052 /* confdefs.h.  */
15053 _ACEOF
15054 cat confdefs.h >>conftest.$ac_ext
15055 cat >>conftest.$ac_ext <<_ACEOF
15056 /* end confdefs.h.  */
15057
15058 int
15059 main ()
15060 {
15061
15062   ;
15063   return 0;
15064 }
15065 _ACEOF
15066 rm -f conftest.$ac_objext conftest$ac_exeext
15067 if { (ac_try="$ac_link"
15068 case "(($ac_try" in
15069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15070   *) ac_try_echo=$ac_try;;
15071 esac
15072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15073   (eval "$ac_link") 2>conftest.er1
15074   ac_status=$?
15075   grep -v '^ *+' conftest.er1 >conftest.err
15076   rm -f conftest.er1
15077   cat conftest.err >&5
15078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079   (exit $ac_status); } && {
15080          test -z "$ac_c_werror_flag" ||
15081          test ! -s conftest.err
15082        } && test -s conftest$ac_exeext &&
15083        $as_test_x conftest$ac_exeext; then
15084   ac_cv_cflags__Wdeclaration_after_statement=yes
15085 else
15086   echo "$as_me: failed program was:" >&5
15087 sed 's/^/| /' conftest.$ac_ext >&5
15088
15089         ac_cv_cflags__Wdeclaration_after_statement=no
15090 fi
15091
15092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15093       conftest$ac_exeext conftest.$ac_ext
15094 CFLAGS=$ac_wine_try_cflags_saved
15095 fi
15096 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
15097 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
15098 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
15099   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
15100 fi
15101
15102   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
15103 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
15104 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
15105   echo $ECHO_N "(cached) $ECHO_C" >&6
15106 else
15107   ac_wine_try_cflags_saved=$CFLAGS
15108 CFLAGS="$CFLAGS -Wwrite-strings"
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 int
15117 main ()
15118 {
15119
15120   ;
15121   return 0;
15122 }
15123 _ACEOF
15124 rm -f conftest.$ac_objext conftest$ac_exeext
15125 if { (ac_try="$ac_link"
15126 case "(($ac_try" in
15127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15128   *) ac_try_echo=$ac_try;;
15129 esac
15130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15131   (eval "$ac_link") 2>conftest.er1
15132   ac_status=$?
15133   grep -v '^ *+' conftest.er1 >conftest.err
15134   rm -f conftest.er1
15135   cat conftest.err >&5
15136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15137   (exit $ac_status); } && {
15138          test -z "$ac_c_werror_flag" ||
15139          test ! -s conftest.err
15140        } && test -s conftest$ac_exeext &&
15141        $as_test_x conftest$ac_exeext; then
15142   ac_cv_cflags__Wwrite_strings=yes
15143 else
15144   echo "$as_me: failed program was:" >&5
15145 sed 's/^/| /' conftest.$ac_ext >&5
15146
15147         ac_cv_cflags__Wwrite_strings=no
15148 fi
15149
15150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15151       conftest$ac_exeext conftest.$ac_ext
15152 CFLAGS=$ac_wine_try_cflags_saved
15153 fi
15154 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
15155 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
15156 if test $ac_cv_cflags__Wwrite_strings = yes; then
15157   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
15158 fi
15159
15160
15161     saved_CFLAGS="$CFLAGS"
15162   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
15163   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
15164 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
15165 if test "${ac_cv_c_string_h_warnings+set}" = set; then
15166   echo $ECHO_N "(cached) $ECHO_C" >&6
15167 else
15168   cat >conftest.$ac_ext <<_ACEOF
15169 /* confdefs.h.  */
15170 _ACEOF
15171 cat confdefs.h >>conftest.$ac_ext
15172 cat >>conftest.$ac_ext <<_ACEOF
15173 /* end confdefs.h.  */
15174 #include <string.h>
15175 int
15176 main ()
15177 {
15178
15179   ;
15180   return 0;
15181 }
15182 _ACEOF
15183 rm -f conftest.$ac_objext
15184 if { (ac_try="$ac_compile"
15185 case "(($ac_try" in
15186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15187   *) ac_try_echo=$ac_try;;
15188 esac
15189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15190   (eval "$ac_compile") 2>conftest.er1
15191   ac_status=$?
15192   grep -v '^ *+' conftest.er1 >conftest.err
15193   rm -f conftest.er1
15194   cat conftest.err >&5
15195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15196   (exit $ac_status); } && {
15197          test -z "$ac_c_werror_flag" ||
15198          test ! -s conftest.err
15199        } && test -s conftest.$ac_objext; then
15200   ac_cv_c_string_h_warnings=no
15201 else
15202   echo "$as_me: failed program was:" >&5
15203 sed 's/^/| /' conftest.$ac_ext >&5
15204
15205         ac_cv_c_string_h_warnings=yes
15206 fi
15207
15208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15209 fi
15210 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
15211 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
15212   CFLAGS="$saved_CFLAGS"
15213   if test "$ac_cv_c_string_h_warnings" = "no"
15214   then
15215     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
15216   fi
15217
15218   BUILTINFLAG=""
15219
15220   saved_CFLAGS="$CFLAGS"
15221   CFLAGS="$CFLAGS -Werror"
15222   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
15223 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
15224 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
15225   echo $ECHO_N "(cached) $ECHO_C" >&6
15226 else
15227   cat >conftest.$ac_ext <<_ACEOF
15228 /* confdefs.h.  */
15229 _ACEOF
15230 cat confdefs.h >>conftest.$ac_ext
15231 cat >>conftest.$ac_ext <<_ACEOF
15232 /* end confdefs.h.  */
15233
15234 int
15235 main ()
15236 {
15237 int iswlower(unsigned short);
15238   ;
15239   return 0;
15240 }
15241 _ACEOF
15242 rm -f conftest.$ac_objext
15243 if { (ac_try="$ac_compile"
15244 case "(($ac_try" in
15245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15246   *) ac_try_echo=$ac_try;;
15247 esac
15248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15249   (eval "$ac_compile") 2>conftest.er1
15250   ac_status=$?
15251   grep -v '^ *+' conftest.er1 >conftest.err
15252   rm -f conftest.er1
15253   cat conftest.err >&5
15254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15255   (exit $ac_status); } && {
15256          test -z "$ac_c_werror_flag" ||
15257          test ! -s conftest.err
15258        } && test -s conftest.$ac_objext; then
15259   ac_cv_c_builtin_wchar_ctype=no
15260 else
15261   echo "$as_me: failed program was:" >&5
15262 sed 's/^/| /' conftest.$ac_ext >&5
15263
15264         ac_cv_c_builtin_wchar_ctype=yes
15265 fi
15266
15267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15268 fi
15269 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
15270 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
15271   CFLAGS="$saved_CFLAGS"
15272   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
15273   then
15274     BUILTINFLAG="-fno-builtin"
15275   fi
15276 fi
15277
15278
15279 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
15280 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
15281 if test "${ac_cv_asm_func_def+set}" = set; then
15282   echo $ECHO_N "(cached) $ECHO_C" >&6
15283 else
15284   cat >conftest.$ac_ext <<_ACEOF
15285 /* confdefs.h.  */
15286 _ACEOF
15287 cat confdefs.h >>conftest.$ac_ext
15288 cat >>conftest.$ac_ext <<_ACEOF
15289 /* end confdefs.h.  */
15290
15291 int
15292 main ()
15293 {
15294 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15295   ;
15296   return 0;
15297 }
15298 _ACEOF
15299 rm -f conftest.$ac_objext conftest$ac_exeext
15300 if { (ac_try="$ac_link"
15301 case "(($ac_try" in
15302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15303   *) ac_try_echo=$ac_try;;
15304 esac
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306   (eval "$ac_link") 2>conftest.er1
15307   ac_status=$?
15308   grep -v '^ *+' conftest.er1 >conftest.err
15309   rm -f conftest.er1
15310   cat conftest.err >&5
15311   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312   (exit $ac_status); } && {
15313          test -z "$ac_c_werror_flag" ||
15314          test ! -s conftest.err
15315        } && test -s conftest$ac_exeext &&
15316        $as_test_x conftest$ac_exeext; then
15317   ac_cv_asm_func_def=".def"
15318 else
15319   echo "$as_me: failed program was:" >&5
15320 sed 's/^/| /' conftest.$ac_ext >&5
15321
15322         cat >conftest.$ac_ext <<_ACEOF
15323 /* confdefs.h.  */
15324 _ACEOF
15325 cat confdefs.h >>conftest.$ac_ext
15326 cat >>conftest.$ac_ext <<_ACEOF
15327 /* end confdefs.h.  */
15328
15329 int
15330 main ()
15331 {
15332 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15333   ;
15334   return 0;
15335 }
15336 _ACEOF
15337 rm -f conftest.$ac_objext conftest$ac_exeext
15338 if { (ac_try="$ac_link"
15339 case "(($ac_try" in
15340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15341   *) ac_try_echo=$ac_try;;
15342 esac
15343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15344   (eval "$ac_link") 2>conftest.er1
15345   ac_status=$?
15346   grep -v '^ *+' conftest.er1 >conftest.err
15347   rm -f conftest.er1
15348   cat conftest.err >&5
15349   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15350   (exit $ac_status); } && {
15351          test -z "$ac_c_werror_flag" ||
15352          test ! -s conftest.err
15353        } && test -s conftest$ac_exeext &&
15354        $as_test_x conftest$ac_exeext; then
15355   ac_cv_asm_func_def=".type @function"
15356 else
15357   echo "$as_me: failed program was:" >&5
15358 sed 's/^/| /' conftest.$ac_ext >&5
15359
15360         cat >conftest.$ac_ext <<_ACEOF
15361 /* confdefs.h.  */
15362 _ACEOF
15363 cat confdefs.h >>conftest.$ac_ext
15364 cat >>conftest.$ac_ext <<_ACEOF
15365 /* end confdefs.h.  */
15366
15367 int
15368 main ()
15369 {
15370 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15371   ;
15372   return 0;
15373 }
15374 _ACEOF
15375 rm -f conftest.$ac_objext conftest$ac_exeext
15376 if { (ac_try="$ac_link"
15377 case "(($ac_try" in
15378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15379   *) ac_try_echo=$ac_try;;
15380 esac
15381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15382   (eval "$ac_link") 2>conftest.er1
15383   ac_status=$?
15384   grep -v '^ *+' conftest.er1 >conftest.err
15385   rm -f conftest.er1
15386   cat conftest.err >&5
15387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15388   (exit $ac_status); } && {
15389          test -z "$ac_c_werror_flag" ||
15390          test ! -s conftest.err
15391        } && test -s conftest$ac_exeext &&
15392        $as_test_x conftest$ac_exeext; then
15393   ac_cv_asm_func_def=".type 2"
15394 else
15395   echo "$as_me: failed program was:" >&5
15396 sed 's/^/| /' conftest.$ac_ext >&5
15397
15398         ac_cv_asm_func_def="unknown"
15399 fi
15400
15401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15402       conftest$ac_exeext conftest.$ac_ext
15403 fi
15404
15405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15406       conftest$ac_exeext conftest.$ac_ext
15407 fi
15408
15409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15410       conftest$ac_exeext conftest.$ac_ext
15411 fi
15412 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
15413 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
15414
15415
15416
15417 case "$ac_cv_asm_func_def" in
15418   ".def")
15419      cat >>confdefs.h <<\_ACEOF
15420 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
15421 _ACEOF
15422  ;;
15423   ".type @function")
15424      cat >>confdefs.h <<\_ACEOF
15425 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
15426 _ACEOF
15427  ;;
15428   ".type 2")
15429      cat >>confdefs.h <<\_ACEOF
15430 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
15431 _ACEOF
15432  ;;
15433   *)
15434      cat >>confdefs.h <<\_ACEOF
15435 #define __ASM_FUNC(name) ""
15436 _ACEOF
15437  ;;
15438 esac
15439
15440
15441 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
15442 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
15443 if test "${ac_cv_c_extern_prefix+set}" = set; then
15444   echo $ECHO_N "(cached) $ECHO_C" >&6
15445 else
15446   cat >conftest.$ac_ext <<_ACEOF
15447 /* confdefs.h.  */
15448 _ACEOF
15449 cat confdefs.h >>conftest.$ac_ext
15450 cat >>conftest.$ac_ext <<_ACEOF
15451 /* end confdefs.h.  */
15452 extern int ac_test;
15453 int
15454 main ()
15455 {
15456 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15457   ;
15458   return 0;
15459 }
15460 _ACEOF
15461 rm -f conftest.$ac_objext conftest$ac_exeext
15462 if { (ac_try="$ac_link"
15463 case "(($ac_try" in
15464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15465   *) ac_try_echo=$ac_try;;
15466 esac
15467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15468   (eval "$ac_link") 2>conftest.er1
15469   ac_status=$?
15470   grep -v '^ *+' conftest.er1 >conftest.err
15471   rm -f conftest.er1
15472   cat conftest.err >&5
15473   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15474   (exit $ac_status); } && {
15475          test -z "$ac_c_werror_flag" ||
15476          test ! -s conftest.err
15477        } && test -s conftest$ac_exeext &&
15478        $as_test_x conftest$ac_exeext; then
15479   ac_cv_c_extern_prefix="yes"
15480 else
15481   echo "$as_me: failed program was:" >&5
15482 sed 's/^/| /' conftest.$ac_ext >&5
15483
15484         ac_cv_c_extern_prefix="no"
15485 fi
15486
15487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15488       conftest$ac_exeext conftest.$ac_ext
15489 fi
15490 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
15491 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
15492
15493
15494
15495 if test "$ac_cv_c_extern_prefix" = "yes"
15496 then
15497   cat >>confdefs.h <<\_ACEOF
15498 #define __ASM_NAME(name) "_" name
15499 _ACEOF
15500
15501 else
15502   cat >>confdefs.h <<\_ACEOF
15503 #define __ASM_NAME(name) name
15504 _ACEOF
15505
15506 fi
15507
15508
15509 LDPATH=""
15510
15511 case $build_os in
15512   cygwin*|mingw32*)
15513     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
15514     ;;
15515   darwin*|macosx*)
15516     ;;
15517   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
15518     then
15519       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
15520     fi
15521     ;;
15522   *)
15523     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
15524     ;;
15525 esac
15526
15527 case $host_os in
15528   mingw32*)
15529     CRTLIBS="-lmsvcrt"
15530
15531     SOCKETLIBS="-lws2_32"
15532
15533     ;;
15534 esac
15535
15536 MAIN_BINARY="wine-pthread"
15537   case $host_cpu in
15538   *i[3456789]86*)
15539     case $host_os in
15540       linux* | k*bsd*-gnu)
15541         MAIN_BINARY="wine-glibc"
15542
15543         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
15544  ;;
15545       freebsd*)
15546         MAIN_BINARY="wine-freebsd"
15547
15548         EXTRA_BINARIES="wine-pthread"
15549  ;;
15550     esac
15551     ;;
15552 esac
15553
15554
15555
15556
15557
15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
15568
15569
15570
15571
15572
15573
15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
15596
15597
15598
15599
15600
15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
15615
15616
15617 for ac_func in \
15618         _pclose \
15619         _popen \
15620         _snprintf \
15621         _spawnvp \
15622         _stricmp \
15623         _strnicmp \
15624         _vsnprintf \
15625         asctime_r \
15626         chsize \
15627         clone \
15628         dlopen \
15629         epoll_create \
15630         ffs \
15631         finite \
15632         fork \
15633         fpclass \
15634         fstatfs \
15635         fstatvfs \
15636         ftruncate \
15637         futimes \
15638         futimesat \
15639         getdirentries \
15640         getopt_long \
15641         getpagesize \
15642         getpwuid \
15643         gettid \
15644         gettimeofday \
15645         getuid \
15646         inet_pton \
15647         kqueue \
15648         lstat \
15649         memmove \
15650         mmap \
15651         pclose \
15652         poll \
15653         popen \
15654         prctl \
15655         pread \
15656         pwrite \
15657         readlink \
15658         rfork \
15659         sched_yield \
15660         select \
15661         setrlimit \
15662         settimeofday \
15663         sigaltstack \
15664         sigprocmask \
15665         snprintf \
15666         spawnvp \
15667         statfs \
15668         statvfs \
15669         strcasecmp \
15670         strerror \
15671         strncasecmp \
15672         strtold \
15673         tcgetattr \
15674         thr_kill2 \
15675         timegm \
15676         usleep \
15677         vsnprintf \
15678         wait4 \
15679         waitpid \
15680
15681 do
15682 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15683 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15684 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15685 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15686   echo $ECHO_N "(cached) $ECHO_C" >&6
15687 else
15688   cat >conftest.$ac_ext <<_ACEOF
15689 /* confdefs.h.  */
15690 _ACEOF
15691 cat confdefs.h >>conftest.$ac_ext
15692 cat >>conftest.$ac_ext <<_ACEOF
15693 /* end confdefs.h.  */
15694 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15695    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15696 #define $ac_func innocuous_$ac_func
15697
15698 /* System header to define __stub macros and hopefully few prototypes,
15699     which can conflict with char $ac_func (); below.
15700     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15701     <limits.h> exists even on freestanding compilers.  */
15702
15703 #ifdef __STDC__
15704 # include <limits.h>
15705 #else
15706 # include <assert.h>
15707 #endif
15708
15709 #undef $ac_func
15710
15711 /* Override any GCC internal prototype to avoid an error.
15712    Use char because int might match the return type of a GCC
15713    builtin and then its argument prototype would still apply.  */
15714 #ifdef __cplusplus
15715 extern "C"
15716 #endif
15717 char $ac_func ();
15718 /* The GNU C library defines this for functions which it implements
15719     to always fail with ENOSYS.  Some functions are actually named
15720     something starting with __ and the normal name is an alias.  */
15721 #if defined __stub_$ac_func || defined __stub___$ac_func
15722 choke me
15723 #endif
15724
15725 int
15726 main ()
15727 {
15728 return $ac_func ();
15729   ;
15730   return 0;
15731 }
15732 _ACEOF
15733 rm -f conftest.$ac_objext conftest$ac_exeext
15734 if { (ac_try="$ac_link"
15735 case "(($ac_try" in
15736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15737   *) ac_try_echo=$ac_try;;
15738 esac
15739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15740   (eval "$ac_link") 2>conftest.er1
15741   ac_status=$?
15742   grep -v '^ *+' conftest.er1 >conftest.err
15743   rm -f conftest.er1
15744   cat conftest.err >&5
15745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15746   (exit $ac_status); } && {
15747          test -z "$ac_c_werror_flag" ||
15748          test ! -s conftest.err
15749        } && test -s conftest$ac_exeext &&
15750        $as_test_x conftest$ac_exeext; then
15751   eval "$as_ac_var=yes"
15752 else
15753   echo "$as_me: failed program was:" >&5
15754 sed 's/^/| /' conftest.$ac_ext >&5
15755
15756         eval "$as_ac_var=no"
15757 fi
15758
15759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15760       conftest$ac_exeext conftest.$ac_ext
15761 fi
15762 ac_res=`eval echo '${'$as_ac_var'}'`
15763                { echo "$as_me:$LINENO: result: $ac_res" >&5
15764 echo "${ECHO_T}$ac_res" >&6; }
15765 if test `eval echo '${'$as_ac_var'}'` = yes; then
15766   cat >>confdefs.h <<_ACEOF
15767 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15768 _ACEOF
15769
15770 fi
15771 done
15772
15773
15774 if test "$ac_cv_func_dlopen" = no
15775 then
15776     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
15777 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
15778 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
15779   echo $ECHO_N "(cached) $ECHO_C" >&6
15780 else
15781   ac_check_lib_save_LIBS=$LIBS
15782 LIBS="-ldl  $LIBS"
15783 cat >conftest.$ac_ext <<_ACEOF
15784 /* confdefs.h.  */
15785 _ACEOF
15786 cat confdefs.h >>conftest.$ac_ext
15787 cat >>conftest.$ac_ext <<_ACEOF
15788 /* end confdefs.h.  */
15789
15790 /* Override any GCC internal prototype to avoid an error.
15791    Use char because int might match the return type of a GCC
15792    builtin and then its argument prototype would still apply.  */
15793 #ifdef __cplusplus
15794 extern "C"
15795 #endif
15796 char dlopen ();
15797 int
15798 main ()
15799 {
15800 return dlopen ();
15801   ;
15802   return 0;
15803 }
15804 _ACEOF
15805 rm -f conftest.$ac_objext conftest$ac_exeext
15806 if { (ac_try="$ac_link"
15807 case "(($ac_try" in
15808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15809   *) ac_try_echo=$ac_try;;
15810 esac
15811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15812   (eval "$ac_link") 2>conftest.er1
15813   ac_status=$?
15814   grep -v '^ *+' conftest.er1 >conftest.err
15815   rm -f conftest.er1
15816   cat conftest.err >&5
15817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15818   (exit $ac_status); } && {
15819          test -z "$ac_c_werror_flag" ||
15820          test ! -s conftest.err
15821        } && test -s conftest$ac_exeext &&
15822        $as_test_x conftest$ac_exeext; then
15823   ac_cv_lib_dl_dlopen=yes
15824 else
15825   echo "$as_me: failed program was:" >&5
15826 sed 's/^/| /' conftest.$ac_ext >&5
15827
15828         ac_cv_lib_dl_dlopen=no
15829 fi
15830
15831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15832       conftest$ac_exeext conftest.$ac_ext
15833 LIBS=$ac_check_lib_save_LIBS
15834 fi
15835 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
15836 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
15837 if test $ac_cv_lib_dl_dlopen = yes; then
15838   cat >>confdefs.h <<\_ACEOF
15839 #define HAVE_DLOPEN 1
15840 _ACEOF
15841  LIBDL="-ldl"
15842
15843 fi
15844
15845 fi
15846 ac_wine_check_funcs_save_LIBS="$LIBS"
15847 LIBS="$LIBS $LIBDL"
15848
15849 for ac_func in dladdr
15850 do
15851 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15852 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15853 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15854 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15855   echo $ECHO_N "(cached) $ECHO_C" >&6
15856 else
15857   cat >conftest.$ac_ext <<_ACEOF
15858 /* confdefs.h.  */
15859 _ACEOF
15860 cat confdefs.h >>conftest.$ac_ext
15861 cat >>conftest.$ac_ext <<_ACEOF
15862 /* end confdefs.h.  */
15863 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15864    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15865 #define $ac_func innocuous_$ac_func
15866
15867 /* System header to define __stub macros and hopefully few prototypes,
15868     which can conflict with char $ac_func (); below.
15869     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15870     <limits.h> exists even on freestanding compilers.  */
15871
15872 #ifdef __STDC__
15873 # include <limits.h>
15874 #else
15875 # include <assert.h>
15876 #endif
15877
15878 #undef $ac_func
15879
15880 /* Override any GCC internal prototype to avoid an error.
15881    Use char because int might match the return type of a GCC
15882    builtin and then its argument prototype would still apply.  */
15883 #ifdef __cplusplus
15884 extern "C"
15885 #endif
15886 char $ac_func ();
15887 /* The GNU C library defines this for functions which it implements
15888     to always fail with ENOSYS.  Some functions are actually named
15889     something starting with __ and the normal name is an alias.  */
15890 #if defined __stub_$ac_func || defined __stub___$ac_func
15891 choke me
15892 #endif
15893
15894 int
15895 main ()
15896 {
15897 return $ac_func ();
15898   ;
15899   return 0;
15900 }
15901 _ACEOF
15902 rm -f conftest.$ac_objext conftest$ac_exeext
15903 if { (ac_try="$ac_link"
15904 case "(($ac_try" in
15905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15906   *) ac_try_echo=$ac_try;;
15907 esac
15908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15909   (eval "$ac_link") 2>conftest.er1
15910   ac_status=$?
15911   grep -v '^ *+' conftest.er1 >conftest.err
15912   rm -f conftest.er1
15913   cat conftest.err >&5
15914   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15915   (exit $ac_status); } && {
15916          test -z "$ac_c_werror_flag" ||
15917          test ! -s conftest.err
15918        } && test -s conftest$ac_exeext &&
15919        $as_test_x conftest$ac_exeext; then
15920   eval "$as_ac_var=yes"
15921 else
15922   echo "$as_me: failed program was:" >&5
15923 sed 's/^/| /' conftest.$ac_ext >&5
15924
15925         eval "$as_ac_var=no"
15926 fi
15927
15928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15929       conftest$ac_exeext conftest.$ac_ext
15930 fi
15931 ac_res=`eval echo '${'$as_ac_var'}'`
15932                { echo "$as_me:$LINENO: result: $ac_res" >&5
15933 echo "${ECHO_T}$ac_res" >&6; }
15934 if test `eval echo '${'$as_ac_var'}'` = yes; then
15935   cat >>confdefs.h <<_ACEOF
15936 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15937 _ACEOF
15938
15939 fi
15940 done
15941
15942 LIBS="$ac_wine_check_funcs_save_LIBS"
15943
15944 if test "$ac_cv_func_poll" = no
15945 then
15946     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
15947 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
15948 if test "${ac_cv_lib_poll_poll+set}" = set; then
15949   echo $ECHO_N "(cached) $ECHO_C" >&6
15950 else
15951   ac_check_lib_save_LIBS=$LIBS
15952 LIBS="-lpoll  $LIBS"
15953 cat >conftest.$ac_ext <<_ACEOF
15954 /* confdefs.h.  */
15955 _ACEOF
15956 cat confdefs.h >>conftest.$ac_ext
15957 cat >>conftest.$ac_ext <<_ACEOF
15958 /* end confdefs.h.  */
15959
15960 /* Override any GCC internal prototype to avoid an error.
15961    Use char because int might match the return type of a GCC
15962    builtin and then its argument prototype would still apply.  */
15963 #ifdef __cplusplus
15964 extern "C"
15965 #endif
15966 char poll ();
15967 int
15968 main ()
15969 {
15970 return poll ();
15971   ;
15972   return 0;
15973 }
15974 _ACEOF
15975 rm -f conftest.$ac_objext conftest$ac_exeext
15976 if { (ac_try="$ac_link"
15977 case "(($ac_try" in
15978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15979   *) ac_try_echo=$ac_try;;
15980 esac
15981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15982   (eval "$ac_link") 2>conftest.er1
15983   ac_status=$?
15984   grep -v '^ *+' conftest.er1 >conftest.err
15985   rm -f conftest.er1
15986   cat conftest.err >&5
15987   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988   (exit $ac_status); } && {
15989          test -z "$ac_c_werror_flag" ||
15990          test ! -s conftest.err
15991        } && test -s conftest$ac_exeext &&
15992        $as_test_x conftest$ac_exeext; then
15993   ac_cv_lib_poll_poll=yes
15994 else
15995   echo "$as_me: failed program was:" >&5
15996 sed 's/^/| /' conftest.$ac_ext >&5
15997
15998         ac_cv_lib_poll_poll=no
15999 fi
16000
16001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16002       conftest$ac_exeext conftest.$ac_ext
16003 LIBS=$ac_check_lib_save_LIBS
16004 fi
16005 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
16006 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
16007 if test $ac_cv_lib_poll_poll = yes; then
16008   cat >>confdefs.h <<\_ACEOF
16009 #define HAVE_POLL 1
16010 _ACEOF
16011  LIBPOLL="-lpoll"
16012
16013 fi
16014
16015 fi
16016
16017 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
16018 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
16019 if test "${ac_cv_search_gethostbyname+set}" = set; then
16020   echo $ECHO_N "(cached) $ECHO_C" >&6
16021 else
16022   ac_func_search_save_LIBS=$LIBS
16023 cat >conftest.$ac_ext <<_ACEOF
16024 /* confdefs.h.  */
16025 _ACEOF
16026 cat confdefs.h >>conftest.$ac_ext
16027 cat >>conftest.$ac_ext <<_ACEOF
16028 /* end confdefs.h.  */
16029
16030 /* Override any GCC internal prototype to avoid an error.
16031    Use char because int might match the return type of a GCC
16032    builtin and then its argument prototype would still apply.  */
16033 #ifdef __cplusplus
16034 extern "C"
16035 #endif
16036 char gethostbyname ();
16037 int
16038 main ()
16039 {
16040 return gethostbyname ();
16041   ;
16042   return 0;
16043 }
16044 _ACEOF
16045 for ac_lib in '' nsl; do
16046   if test -z "$ac_lib"; then
16047     ac_res="none required"
16048   else
16049     ac_res=-l$ac_lib
16050     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16051   fi
16052   rm -f conftest.$ac_objext conftest$ac_exeext
16053 if { (ac_try="$ac_link"
16054 case "(($ac_try" in
16055   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16056   *) ac_try_echo=$ac_try;;
16057 esac
16058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16059   (eval "$ac_link") 2>conftest.er1
16060   ac_status=$?
16061   grep -v '^ *+' conftest.er1 >conftest.err
16062   rm -f conftest.er1
16063   cat conftest.err >&5
16064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16065   (exit $ac_status); } && {
16066          test -z "$ac_c_werror_flag" ||
16067          test ! -s conftest.err
16068        } && test -s conftest$ac_exeext &&
16069        $as_test_x conftest$ac_exeext; then
16070   ac_cv_search_gethostbyname=$ac_res
16071 else
16072   echo "$as_me: failed program was:" >&5
16073 sed 's/^/| /' conftest.$ac_ext >&5
16074
16075
16076 fi
16077
16078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16079       conftest$ac_exeext
16080   if test "${ac_cv_search_gethostbyname+set}" = set; then
16081   break
16082 fi
16083 done
16084 if test "${ac_cv_search_gethostbyname+set}" = set; then
16085   :
16086 else
16087   ac_cv_search_gethostbyname=no
16088 fi
16089 rm conftest.$ac_ext
16090 LIBS=$ac_func_search_save_LIBS
16091 fi
16092 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
16093 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
16094 ac_res=$ac_cv_search_gethostbyname
16095 if test "$ac_res" != no; then
16096   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16097
16098 fi
16099
16100
16101 { echo "$as_me:$LINENO: checking for library containing connect" >&5
16102 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
16103 if test "${ac_cv_search_connect+set}" = set; then
16104   echo $ECHO_N "(cached) $ECHO_C" >&6
16105 else
16106   ac_func_search_save_LIBS=$LIBS
16107 cat >conftest.$ac_ext <<_ACEOF
16108 /* confdefs.h.  */
16109 _ACEOF
16110 cat confdefs.h >>conftest.$ac_ext
16111 cat >>conftest.$ac_ext <<_ACEOF
16112 /* end confdefs.h.  */
16113
16114 /* Override any GCC internal prototype to avoid an error.
16115    Use char because int might match the return type of a GCC
16116    builtin and then its argument prototype would still apply.  */
16117 #ifdef __cplusplus
16118 extern "C"
16119 #endif
16120 char connect ();
16121 int
16122 main ()
16123 {
16124 return connect ();
16125   ;
16126   return 0;
16127 }
16128 _ACEOF
16129 for ac_lib in '' socket; do
16130   if test -z "$ac_lib"; then
16131     ac_res="none required"
16132   else
16133     ac_res=-l$ac_lib
16134     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16135   fi
16136   rm -f conftest.$ac_objext conftest$ac_exeext
16137 if { (ac_try="$ac_link"
16138 case "(($ac_try" in
16139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16140   *) ac_try_echo=$ac_try;;
16141 esac
16142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16143   (eval "$ac_link") 2>conftest.er1
16144   ac_status=$?
16145   grep -v '^ *+' conftest.er1 >conftest.err
16146   rm -f conftest.er1
16147   cat conftest.err >&5
16148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16149   (exit $ac_status); } && {
16150          test -z "$ac_c_werror_flag" ||
16151          test ! -s conftest.err
16152        } && test -s conftest$ac_exeext &&
16153        $as_test_x conftest$ac_exeext; then
16154   ac_cv_search_connect=$ac_res
16155 else
16156   echo "$as_me: failed program was:" >&5
16157 sed 's/^/| /' conftest.$ac_ext >&5
16158
16159
16160 fi
16161
16162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16163       conftest$ac_exeext
16164   if test "${ac_cv_search_connect+set}" = set; then
16165   break
16166 fi
16167 done
16168 if test "${ac_cv_search_connect+set}" = set; then
16169   :
16170 else
16171   ac_cv_search_connect=no
16172 fi
16173 rm conftest.$ac_ext
16174 LIBS=$ac_func_search_save_LIBS
16175 fi
16176 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
16177 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
16178 ac_res=$ac_cv_search_connect
16179 if test "$ac_res" != no; then
16180   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16181
16182 fi
16183
16184
16185 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
16186 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
16187 if test "${ac_cv_search_inet_aton+set}" = set; then
16188   echo $ECHO_N "(cached) $ECHO_C" >&6
16189 else
16190   ac_func_search_save_LIBS=$LIBS
16191 cat >conftest.$ac_ext <<_ACEOF
16192 /* confdefs.h.  */
16193 _ACEOF
16194 cat confdefs.h >>conftest.$ac_ext
16195 cat >>conftest.$ac_ext <<_ACEOF
16196 /* end confdefs.h.  */
16197
16198 /* Override any GCC internal prototype to avoid an error.
16199    Use char because int might match the return type of a GCC
16200    builtin and then its argument prototype would still apply.  */
16201 #ifdef __cplusplus
16202 extern "C"
16203 #endif
16204 char inet_aton ();
16205 int
16206 main ()
16207 {
16208 return inet_aton ();
16209   ;
16210   return 0;
16211 }
16212 _ACEOF
16213 for ac_lib in '' resolv; do
16214   if test -z "$ac_lib"; then
16215     ac_res="none required"
16216   else
16217     ac_res=-l$ac_lib
16218     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16219   fi
16220   rm -f conftest.$ac_objext conftest$ac_exeext
16221 if { (ac_try="$ac_link"
16222 case "(($ac_try" in
16223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16224   *) ac_try_echo=$ac_try;;
16225 esac
16226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16227   (eval "$ac_link") 2>conftest.er1
16228   ac_status=$?
16229   grep -v '^ *+' conftest.er1 >conftest.err
16230   rm -f conftest.er1
16231   cat conftest.err >&5
16232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16233   (exit $ac_status); } && {
16234          test -z "$ac_c_werror_flag" ||
16235          test ! -s conftest.err
16236        } && test -s conftest$ac_exeext &&
16237        $as_test_x conftest$ac_exeext; then
16238   ac_cv_search_inet_aton=$ac_res
16239 else
16240   echo "$as_me: failed program was:" >&5
16241 sed 's/^/| /' conftest.$ac_ext >&5
16242
16243
16244 fi
16245
16246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16247       conftest$ac_exeext
16248   if test "${ac_cv_search_inet_aton+set}" = set; then
16249   break
16250 fi
16251 done
16252 if test "${ac_cv_search_inet_aton+set}" = set; then
16253   :
16254 else
16255   ac_cv_search_inet_aton=no
16256 fi
16257 rm conftest.$ac_ext
16258 LIBS=$ac_func_search_save_LIBS
16259 fi
16260 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
16261 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
16262 ac_res=$ac_cv_search_inet_aton
16263 if test "$ac_res" != no; then
16264   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16265
16266 fi
16267
16268
16269
16270
16271
16272
16273
16274
16275
16276
16277 for ac_func in \
16278         getaddrinfo \
16279         getnameinfo \
16280         getnetbyname \
16281         getprotobyname \
16282         getprotobynumber \
16283         getservbyport \
16284         inet_network \
16285         sendmsg \
16286
16287 do
16288 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16289 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16290 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16291 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16292   echo $ECHO_N "(cached) $ECHO_C" >&6
16293 else
16294   cat >conftest.$ac_ext <<_ACEOF
16295 /* confdefs.h.  */
16296 _ACEOF
16297 cat confdefs.h >>conftest.$ac_ext
16298 cat >>conftest.$ac_ext <<_ACEOF
16299 /* end confdefs.h.  */
16300 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16301    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16302 #define $ac_func innocuous_$ac_func
16303
16304 /* System header to define __stub macros and hopefully few prototypes,
16305     which can conflict with char $ac_func (); below.
16306     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16307     <limits.h> exists even on freestanding compilers.  */
16308
16309 #ifdef __STDC__
16310 # include <limits.h>
16311 #else
16312 # include <assert.h>
16313 #endif
16314
16315 #undef $ac_func
16316
16317 /* Override any GCC internal prototype to avoid an error.
16318    Use char because int might match the return type of a GCC
16319    builtin and then its argument prototype would still apply.  */
16320 #ifdef __cplusplus
16321 extern "C"
16322 #endif
16323 char $ac_func ();
16324 /* The GNU C library defines this for functions which it implements
16325     to always fail with ENOSYS.  Some functions are actually named
16326     something starting with __ and the normal name is an alias.  */
16327 #if defined __stub_$ac_func || defined __stub___$ac_func
16328 choke me
16329 #endif
16330
16331 int
16332 main ()
16333 {
16334 return $ac_func ();
16335   ;
16336   return 0;
16337 }
16338 _ACEOF
16339 rm -f conftest.$ac_objext conftest$ac_exeext
16340 if { (ac_try="$ac_link"
16341 case "(($ac_try" in
16342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16343   *) ac_try_echo=$ac_try;;
16344 esac
16345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16346   (eval "$ac_link") 2>conftest.er1
16347   ac_status=$?
16348   grep -v '^ *+' conftest.er1 >conftest.err
16349   rm -f conftest.er1
16350   cat conftest.err >&5
16351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16352   (exit $ac_status); } && {
16353          test -z "$ac_c_werror_flag" ||
16354          test ! -s conftest.err
16355        } && test -s conftest$ac_exeext &&
16356        $as_test_x conftest$ac_exeext; then
16357   eval "$as_ac_var=yes"
16358 else
16359   echo "$as_me: failed program was:" >&5
16360 sed 's/^/| /' conftest.$ac_ext >&5
16361
16362         eval "$as_ac_var=no"
16363 fi
16364
16365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16366       conftest$ac_exeext conftest.$ac_ext
16367 fi
16368 ac_res=`eval echo '${'$as_ac_var'}'`
16369                { echo "$as_me:$LINENO: result: $ac_res" >&5
16370 echo "${ECHO_T}$ac_res" >&6; }
16371 if test `eval echo '${'$as_ac_var'}'` = yes; then
16372   cat >>confdefs.h <<_ACEOF
16373 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16374 _ACEOF
16375
16376 fi
16377 done
16378
16379
16380
16381 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16382 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
16383 if test "${ac_cv_c_const+set}" = set; then
16384   echo $ECHO_N "(cached) $ECHO_C" >&6
16385 else
16386   cat >conftest.$ac_ext <<_ACEOF
16387 /* confdefs.h.  */
16388 _ACEOF
16389 cat confdefs.h >>conftest.$ac_ext
16390 cat >>conftest.$ac_ext <<_ACEOF
16391 /* end confdefs.h.  */
16392
16393 int
16394 main ()
16395 {
16396 /* FIXME: Include the comments suggested by Paul. */
16397 #ifndef __cplusplus
16398   /* Ultrix mips cc rejects this.  */
16399   typedef int charset[2];
16400   const charset cs;
16401   /* SunOS 4.1.1 cc rejects this.  */
16402   char const *const *pcpcc;
16403   char **ppc;
16404   /* NEC SVR4.0.2 mips cc rejects this.  */
16405   struct point {int x, y;};
16406   static struct point const zero = {0,0};
16407   /* AIX XL C 1.02.0.0 rejects this.
16408      It does not let you subtract one const X* pointer from another in
16409      an arm of an if-expression whose if-part is not a constant
16410      expression */
16411   const char *g = "string";
16412   pcpcc = &g + (g ? g-g : 0);
16413   /* HPUX 7.0 cc rejects these. */
16414   ++pcpcc;
16415   ppc = (char**) pcpcc;
16416   pcpcc = (char const *const *) ppc;
16417   { /* SCO 3.2v4 cc rejects this.  */
16418     char *t;
16419     char const *s = 0 ? (char *) 0 : (char const *) 0;
16420
16421     *t++ = 0;
16422     if (s) return 0;
16423   }
16424   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
16425     int x[] = {25, 17};
16426     const int *foo = &x[0];
16427     ++foo;
16428   }
16429   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16430     typedef const int *iptr;
16431     iptr p = 0;
16432     ++p;
16433   }
16434   { /* AIX XL C 1.02.0.0 rejects this saying
16435        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16436     struct s { int j; const int *ap[3]; };
16437     struct s *b; b->j = 5;
16438   }
16439   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16440     const int foo = 10;
16441     if (!foo) return 0;
16442   }
16443   return !cs[0] && !zero.x;
16444 #endif
16445
16446   ;
16447   return 0;
16448 }
16449 _ACEOF
16450 rm -f conftest.$ac_objext
16451 if { (ac_try="$ac_compile"
16452 case "(($ac_try" in
16453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16454   *) ac_try_echo=$ac_try;;
16455 esac
16456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16457   (eval "$ac_compile") 2>conftest.er1
16458   ac_status=$?
16459   grep -v '^ *+' conftest.er1 >conftest.err
16460   rm -f conftest.er1
16461   cat conftest.err >&5
16462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16463   (exit $ac_status); } && {
16464          test -z "$ac_c_werror_flag" ||
16465          test ! -s conftest.err
16466        } && test -s conftest.$ac_objext; then
16467   ac_cv_c_const=yes
16468 else
16469   echo "$as_me: failed program was:" >&5
16470 sed 's/^/| /' conftest.$ac_ext >&5
16471
16472         ac_cv_c_const=no
16473 fi
16474
16475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16476 fi
16477 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16478 echo "${ECHO_T}$ac_cv_c_const" >&6; }
16479 if test $ac_cv_c_const = no; then
16480
16481 cat >>confdefs.h <<\_ACEOF
16482 #define const
16483 _ACEOF
16484
16485 fi
16486
16487 { echo "$as_me:$LINENO: checking for inline" >&5
16488 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
16489 if test "${ac_cv_c_inline+set}" = set; then
16490   echo $ECHO_N "(cached) $ECHO_C" >&6
16491 else
16492   ac_cv_c_inline=no
16493 for ac_kw in inline __inline__ __inline; do
16494   cat >conftest.$ac_ext <<_ACEOF
16495 /* confdefs.h.  */
16496 _ACEOF
16497 cat confdefs.h >>conftest.$ac_ext
16498 cat >>conftest.$ac_ext <<_ACEOF
16499 /* end confdefs.h.  */
16500 #ifndef __cplusplus
16501 typedef int foo_t;
16502 static $ac_kw foo_t static_foo () {return 0; }
16503 $ac_kw foo_t foo () {return 0; }
16504 #endif
16505
16506 _ACEOF
16507 rm -f conftest.$ac_objext
16508 if { (ac_try="$ac_compile"
16509 case "(($ac_try" in
16510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16511   *) ac_try_echo=$ac_try;;
16512 esac
16513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16514   (eval "$ac_compile") 2>conftest.er1
16515   ac_status=$?
16516   grep -v '^ *+' conftest.er1 >conftest.err
16517   rm -f conftest.er1
16518   cat conftest.err >&5
16519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16520   (exit $ac_status); } && {
16521          test -z "$ac_c_werror_flag" ||
16522          test ! -s conftest.err
16523        } && test -s conftest.$ac_objext; then
16524   ac_cv_c_inline=$ac_kw
16525 else
16526   echo "$as_me: failed program was:" >&5
16527 sed 's/^/| /' conftest.$ac_ext >&5
16528
16529
16530 fi
16531
16532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16533   test "$ac_cv_c_inline" != no && break
16534 done
16535
16536 fi
16537 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16538 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
16539
16540
16541 case $ac_cv_c_inline in
16542   inline | yes) ;;
16543   *)
16544     case $ac_cv_c_inline in
16545       no) ac_val=;;
16546       *) ac_val=$ac_cv_c_inline;;
16547     esac
16548     cat >>confdefs.h <<_ACEOF
16549 #ifndef __cplusplus
16550 #define inline $ac_val
16551 #endif
16552 _ACEOF
16553     ;;
16554 esac
16555
16556 { echo "$as_me:$LINENO: checking for mode_t" >&5
16557 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
16558 if test "${ac_cv_type_mode_t+set}" = set; then
16559   echo $ECHO_N "(cached) $ECHO_C" >&6
16560 else
16561   cat >conftest.$ac_ext <<_ACEOF
16562 /* confdefs.h.  */
16563 _ACEOF
16564 cat confdefs.h >>conftest.$ac_ext
16565 cat >>conftest.$ac_ext <<_ACEOF
16566 /* end confdefs.h.  */
16567 $ac_includes_default
16568 typedef mode_t ac__type_new_;
16569 int
16570 main ()
16571 {
16572 if ((ac__type_new_ *) 0)
16573   return 0;
16574 if (sizeof (ac__type_new_))
16575   return 0;
16576   ;
16577   return 0;
16578 }
16579 _ACEOF
16580 rm -f conftest.$ac_objext
16581 if { (ac_try="$ac_compile"
16582 case "(($ac_try" in
16583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16584   *) ac_try_echo=$ac_try;;
16585 esac
16586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16587   (eval "$ac_compile") 2>conftest.er1
16588   ac_status=$?
16589   grep -v '^ *+' conftest.er1 >conftest.err
16590   rm -f conftest.er1
16591   cat conftest.err >&5
16592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593   (exit $ac_status); } && {
16594          test -z "$ac_c_werror_flag" ||
16595          test ! -s conftest.err
16596        } && test -s conftest.$ac_objext; then
16597   ac_cv_type_mode_t=yes
16598 else
16599   echo "$as_me: failed program was:" >&5
16600 sed 's/^/| /' conftest.$ac_ext >&5
16601
16602         ac_cv_type_mode_t=no
16603 fi
16604
16605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16606 fi
16607 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
16608 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
16609 if test $ac_cv_type_mode_t = yes; then
16610
16611 cat >>confdefs.h <<_ACEOF
16612 #define HAVE_MODE_T 1
16613 _ACEOF
16614
16615
16616 fi
16617 { echo "$as_me:$LINENO: checking for off_t" >&5
16618 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
16619 if test "${ac_cv_type_off_t+set}" = set; then
16620   echo $ECHO_N "(cached) $ECHO_C" >&6
16621 else
16622   cat >conftest.$ac_ext <<_ACEOF
16623 /* confdefs.h.  */
16624 _ACEOF
16625 cat confdefs.h >>conftest.$ac_ext
16626 cat >>conftest.$ac_ext <<_ACEOF
16627 /* end confdefs.h.  */
16628 $ac_includes_default
16629 typedef off_t ac__type_new_;
16630 int
16631 main ()
16632 {
16633 if ((ac__type_new_ *) 0)
16634   return 0;
16635 if (sizeof (ac__type_new_))
16636   return 0;
16637   ;
16638   return 0;
16639 }
16640 _ACEOF
16641 rm -f conftest.$ac_objext
16642 if { (ac_try="$ac_compile"
16643 case "(($ac_try" in
16644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16645   *) ac_try_echo=$ac_try;;
16646 esac
16647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16648   (eval "$ac_compile") 2>conftest.er1
16649   ac_status=$?
16650   grep -v '^ *+' conftest.er1 >conftest.err
16651   rm -f conftest.er1
16652   cat conftest.err >&5
16653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16654   (exit $ac_status); } && {
16655          test -z "$ac_c_werror_flag" ||
16656          test ! -s conftest.err
16657        } && test -s conftest.$ac_objext; then
16658   ac_cv_type_off_t=yes
16659 else
16660   echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16662
16663         ac_cv_type_off_t=no
16664 fi
16665
16666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16667 fi
16668 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
16669 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
16670 if test $ac_cv_type_off_t = yes; then
16671
16672 cat >>confdefs.h <<_ACEOF
16673 #define HAVE_OFF_T 1
16674 _ACEOF
16675
16676
16677 fi
16678 { echo "$as_me:$LINENO: checking for pid_t" >&5
16679 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
16680 if test "${ac_cv_type_pid_t+set}" = set; then
16681   echo $ECHO_N "(cached) $ECHO_C" >&6
16682 else
16683   cat >conftest.$ac_ext <<_ACEOF
16684 /* confdefs.h.  */
16685 _ACEOF
16686 cat confdefs.h >>conftest.$ac_ext
16687 cat >>conftest.$ac_ext <<_ACEOF
16688 /* end confdefs.h.  */
16689 $ac_includes_default
16690 typedef pid_t ac__type_new_;
16691 int
16692 main ()
16693 {
16694 if ((ac__type_new_ *) 0)
16695   return 0;
16696 if (sizeof (ac__type_new_))
16697   return 0;
16698   ;
16699   return 0;
16700 }
16701 _ACEOF
16702 rm -f conftest.$ac_objext
16703 if { (ac_try="$ac_compile"
16704 case "(($ac_try" in
16705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16706   *) ac_try_echo=$ac_try;;
16707 esac
16708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16709   (eval "$ac_compile") 2>conftest.er1
16710   ac_status=$?
16711   grep -v '^ *+' conftest.er1 >conftest.err
16712   rm -f conftest.er1
16713   cat conftest.err >&5
16714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16715   (exit $ac_status); } && {
16716          test -z "$ac_c_werror_flag" ||
16717          test ! -s conftest.err
16718        } && test -s conftest.$ac_objext; then
16719   ac_cv_type_pid_t=yes
16720 else
16721   echo "$as_me: failed program was:" >&5
16722 sed 's/^/| /' conftest.$ac_ext >&5
16723
16724         ac_cv_type_pid_t=no
16725 fi
16726
16727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16728 fi
16729 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
16730 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
16731 if test $ac_cv_type_pid_t = yes; then
16732
16733 cat >>confdefs.h <<_ACEOF
16734 #define HAVE_PID_T 1
16735 _ACEOF
16736
16737
16738 fi
16739 { echo "$as_me:$LINENO: checking for size_t" >&5
16740 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
16741 if test "${ac_cv_type_size_t+set}" = set; then
16742   echo $ECHO_N "(cached) $ECHO_C" >&6
16743 else
16744   cat >conftest.$ac_ext <<_ACEOF
16745 /* confdefs.h.  */
16746 _ACEOF
16747 cat confdefs.h >>conftest.$ac_ext
16748 cat >>conftest.$ac_ext <<_ACEOF
16749 /* end confdefs.h.  */
16750 $ac_includes_default
16751 typedef size_t ac__type_new_;
16752 int
16753 main ()
16754 {
16755 if ((ac__type_new_ *) 0)
16756   return 0;
16757 if (sizeof (ac__type_new_))
16758   return 0;
16759   ;
16760   return 0;
16761 }
16762 _ACEOF
16763 rm -f conftest.$ac_objext
16764 if { (ac_try="$ac_compile"
16765 case "(($ac_try" in
16766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16767   *) ac_try_echo=$ac_try;;
16768 esac
16769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16770   (eval "$ac_compile") 2>conftest.er1
16771   ac_status=$?
16772   grep -v '^ *+' conftest.er1 >conftest.err
16773   rm -f conftest.er1
16774   cat conftest.err >&5
16775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16776   (exit $ac_status); } && {
16777          test -z "$ac_c_werror_flag" ||
16778          test ! -s conftest.err
16779        } && test -s conftest.$ac_objext; then
16780   ac_cv_type_size_t=yes
16781 else
16782   echo "$as_me: failed program was:" >&5
16783 sed 's/^/| /' conftest.$ac_ext >&5
16784
16785         ac_cv_type_size_t=no
16786 fi
16787
16788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16789 fi
16790 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
16791 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
16792 if test $ac_cv_type_size_t = yes; then
16793
16794 cat >>confdefs.h <<_ACEOF
16795 #define HAVE_SIZE_T 1
16796 _ACEOF
16797
16798
16799 fi
16800 { echo "$as_me:$LINENO: checking for ssize_t" >&5
16801 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
16802 if test "${ac_cv_type_ssize_t+set}" = set; then
16803   echo $ECHO_N "(cached) $ECHO_C" >&6
16804 else
16805   cat >conftest.$ac_ext <<_ACEOF
16806 /* confdefs.h.  */
16807 _ACEOF
16808 cat confdefs.h >>conftest.$ac_ext
16809 cat >>conftest.$ac_ext <<_ACEOF
16810 /* end confdefs.h.  */
16811 $ac_includes_default
16812 typedef ssize_t ac__type_new_;
16813 int
16814 main ()
16815 {
16816 if ((ac__type_new_ *) 0)
16817   return 0;
16818 if (sizeof (ac__type_new_))
16819   return 0;
16820   ;
16821   return 0;
16822 }
16823 _ACEOF
16824 rm -f conftest.$ac_objext
16825 if { (ac_try="$ac_compile"
16826 case "(($ac_try" in
16827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16828   *) ac_try_echo=$ac_try;;
16829 esac
16830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16831   (eval "$ac_compile") 2>conftest.er1
16832   ac_status=$?
16833   grep -v '^ *+' conftest.er1 >conftest.err
16834   rm -f conftest.er1
16835   cat conftest.err >&5
16836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16837   (exit $ac_status); } && {
16838          test -z "$ac_c_werror_flag" ||
16839          test ! -s conftest.err
16840        } && test -s conftest.$ac_objext; then
16841   ac_cv_type_ssize_t=yes
16842 else
16843   echo "$as_me: failed program was:" >&5
16844 sed 's/^/| /' conftest.$ac_ext >&5
16845
16846         ac_cv_type_ssize_t=no
16847 fi
16848
16849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16850 fi
16851 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
16852 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
16853 if test $ac_cv_type_ssize_t = yes; then
16854
16855 cat >>confdefs.h <<_ACEOF
16856 #define HAVE_SSIZE_T 1
16857 _ACEOF
16858
16859
16860 fi
16861 { echo "$as_me:$LINENO: checking for long long" >&5
16862 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
16863 if test "${ac_cv_type_long_long+set}" = set; then
16864   echo $ECHO_N "(cached) $ECHO_C" >&6
16865 else
16866   cat >conftest.$ac_ext <<_ACEOF
16867 /* confdefs.h.  */
16868 _ACEOF
16869 cat confdefs.h >>conftest.$ac_ext
16870 cat >>conftest.$ac_ext <<_ACEOF
16871 /* end confdefs.h.  */
16872 $ac_includes_default
16873 typedef long long ac__type_new_;
16874 int
16875 main ()
16876 {
16877 if ((ac__type_new_ *) 0)
16878   return 0;
16879 if (sizeof (ac__type_new_))
16880   return 0;
16881   ;
16882   return 0;
16883 }
16884 _ACEOF
16885 rm -f conftest.$ac_objext
16886 if { (ac_try="$ac_compile"
16887 case "(($ac_try" in
16888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16889   *) ac_try_echo=$ac_try;;
16890 esac
16891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16892   (eval "$ac_compile") 2>conftest.er1
16893   ac_status=$?
16894   grep -v '^ *+' conftest.er1 >conftest.err
16895   rm -f conftest.er1
16896   cat conftest.err >&5
16897   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898   (exit $ac_status); } && {
16899          test -z "$ac_c_werror_flag" ||
16900          test ! -s conftest.err
16901        } && test -s conftest.$ac_objext; then
16902   ac_cv_type_long_long=yes
16903 else
16904   echo "$as_me: failed program was:" >&5
16905 sed 's/^/| /' conftest.$ac_ext >&5
16906
16907         ac_cv_type_long_long=no
16908 fi
16909
16910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16911 fi
16912 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16913 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
16914 if test $ac_cv_type_long_long = yes; then
16915
16916 cat >>confdefs.h <<_ACEOF
16917 #define HAVE_LONG_LONG 1
16918 _ACEOF
16919
16920
16921 fi
16922 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
16923 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
16924 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
16925   echo $ECHO_N "(cached) $ECHO_C" >&6
16926 else
16927   cat >conftest.$ac_ext <<_ACEOF
16928 /* confdefs.h.  */
16929 _ACEOF
16930 cat confdefs.h >>conftest.$ac_ext
16931 cat >>conftest.$ac_ext <<_ACEOF
16932 /* end confdefs.h.  */
16933 $ac_includes_default
16934 typedef fsblkcnt_t ac__type_new_;
16935 int
16936 main ()
16937 {
16938 if ((ac__type_new_ *) 0)
16939   return 0;
16940 if (sizeof (ac__type_new_))
16941   return 0;
16942   ;
16943   return 0;
16944 }
16945 _ACEOF
16946 rm -f conftest.$ac_objext
16947 if { (ac_try="$ac_compile"
16948 case "(($ac_try" in
16949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16950   *) ac_try_echo=$ac_try;;
16951 esac
16952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16953   (eval "$ac_compile") 2>conftest.er1
16954   ac_status=$?
16955   grep -v '^ *+' conftest.er1 >conftest.err
16956   rm -f conftest.er1
16957   cat conftest.err >&5
16958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16959   (exit $ac_status); } && {
16960          test -z "$ac_c_werror_flag" ||
16961          test ! -s conftest.err
16962        } && test -s conftest.$ac_objext; then
16963   ac_cv_type_fsblkcnt_t=yes
16964 else
16965   echo "$as_me: failed program was:" >&5
16966 sed 's/^/| /' conftest.$ac_ext >&5
16967
16968         ac_cv_type_fsblkcnt_t=no
16969 fi
16970
16971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16972 fi
16973 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
16974 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
16975 if test $ac_cv_type_fsblkcnt_t = yes; then
16976
16977 cat >>confdefs.h <<_ACEOF
16978 #define HAVE_FSBLKCNT_T 1
16979 _ACEOF
16980
16981
16982 fi
16983 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
16984 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
16985 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
16986   echo $ECHO_N "(cached) $ECHO_C" >&6
16987 else
16988   cat >conftest.$ac_ext <<_ACEOF
16989 /* confdefs.h.  */
16990 _ACEOF
16991 cat confdefs.h >>conftest.$ac_ext
16992 cat >>conftest.$ac_ext <<_ACEOF
16993 /* end confdefs.h.  */
16994 $ac_includes_default
16995 typedef fsfilcnt_t ac__type_new_;
16996 int
16997 main ()
16998 {
16999 if ((ac__type_new_ *) 0)
17000   return 0;
17001 if (sizeof (ac__type_new_))
17002   return 0;
17003   ;
17004   return 0;
17005 }
17006 _ACEOF
17007 rm -f conftest.$ac_objext
17008 if { (ac_try="$ac_compile"
17009 case "(($ac_try" in
17010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17011   *) ac_try_echo=$ac_try;;
17012 esac
17013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17014   (eval "$ac_compile") 2>conftest.er1
17015   ac_status=$?
17016   grep -v '^ *+' conftest.er1 >conftest.err
17017   rm -f conftest.er1
17018   cat conftest.err >&5
17019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17020   (exit $ac_status); } && {
17021          test -z "$ac_c_werror_flag" ||
17022          test ! -s conftest.err
17023        } && test -s conftest.$ac_objext; then
17024   ac_cv_type_fsfilcnt_t=yes
17025 else
17026   echo "$as_me: failed program was:" >&5
17027 sed 's/^/| /' conftest.$ac_ext >&5
17028
17029         ac_cv_type_fsfilcnt_t=no
17030 fi
17031
17032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17033 fi
17034 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
17035 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
17036 if test $ac_cv_type_fsfilcnt_t = yes; then
17037
17038 cat >>confdefs.h <<_ACEOF
17039 #define HAVE_FSFILCNT_T 1
17040 _ACEOF
17041
17042
17043 fi
17044
17045 { echo "$as_me:$LINENO: checking for sigset_t" >&5
17046 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
17047 if test "${ac_cv_type_sigset_t+set}" = set; then
17048   echo $ECHO_N "(cached) $ECHO_C" >&6
17049 else
17050   cat >conftest.$ac_ext <<_ACEOF
17051 /* confdefs.h.  */
17052 _ACEOF
17053 cat confdefs.h >>conftest.$ac_ext
17054 cat >>conftest.$ac_ext <<_ACEOF
17055 /* end confdefs.h.  */
17056 #include <signal.h>
17057
17058 typedef sigset_t ac__type_new_;
17059 int
17060 main ()
17061 {
17062 if ((ac__type_new_ *) 0)
17063   return 0;
17064 if (sizeof (ac__type_new_))
17065   return 0;
17066   ;
17067   return 0;
17068 }
17069 _ACEOF
17070 rm -f conftest.$ac_objext
17071 if { (ac_try="$ac_compile"
17072 case "(($ac_try" in
17073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17074   *) ac_try_echo=$ac_try;;
17075 esac
17076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17077   (eval "$ac_compile") 2>conftest.er1
17078   ac_status=$?
17079   grep -v '^ *+' conftest.er1 >conftest.err
17080   rm -f conftest.er1
17081   cat conftest.err >&5
17082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083   (exit $ac_status); } && {
17084          test -z "$ac_c_werror_flag" ||
17085          test ! -s conftest.err
17086        } && test -s conftest.$ac_objext; then
17087   ac_cv_type_sigset_t=yes
17088 else
17089   echo "$as_me: failed program was:" >&5
17090 sed 's/^/| /' conftest.$ac_ext >&5
17091
17092         ac_cv_type_sigset_t=no
17093 fi
17094
17095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17096 fi
17097 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
17098 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
17099 if test $ac_cv_type_sigset_t = yes; then
17100
17101 cat >>confdefs.h <<_ACEOF
17102 #define HAVE_SIGSET_T 1
17103 _ACEOF
17104
17105
17106 fi
17107
17108 { echo "$as_me:$LINENO: checking for request_sense" >&5
17109 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
17110 if test "${ac_cv_type_request_sense+set}" = set; then
17111   echo $ECHO_N "(cached) $ECHO_C" >&6
17112 else
17113   cat >conftest.$ac_ext <<_ACEOF
17114 /* confdefs.h.  */
17115 _ACEOF
17116 cat confdefs.h >>conftest.$ac_ext
17117 cat >>conftest.$ac_ext <<_ACEOF
17118 /* end confdefs.h.  */
17119 #include <linux/cdrom.h>
17120
17121 typedef request_sense ac__type_new_;
17122 int
17123 main ()
17124 {
17125 if ((ac__type_new_ *) 0)
17126   return 0;
17127 if (sizeof (ac__type_new_))
17128   return 0;
17129   ;
17130   return 0;
17131 }
17132 _ACEOF
17133 rm -f conftest.$ac_objext
17134 if { (ac_try="$ac_compile"
17135 case "(($ac_try" in
17136   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17137   *) ac_try_echo=$ac_try;;
17138 esac
17139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17140   (eval "$ac_compile") 2>conftest.er1
17141   ac_status=$?
17142   grep -v '^ *+' conftest.er1 >conftest.err
17143   rm -f conftest.er1
17144   cat conftest.err >&5
17145   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17146   (exit $ac_status); } && {
17147          test -z "$ac_c_werror_flag" ||
17148          test ! -s conftest.err
17149        } && test -s conftest.$ac_objext; then
17150   ac_cv_type_request_sense=yes
17151 else
17152   echo "$as_me: failed program was:" >&5
17153 sed 's/^/| /' conftest.$ac_ext >&5
17154
17155         ac_cv_type_request_sense=no
17156 fi
17157
17158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17159 fi
17160 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
17161 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
17162 if test $ac_cv_type_request_sense = yes; then
17163
17164 cat >>confdefs.h <<_ACEOF
17165 #define HAVE_REQUEST_SENSE 1
17166 _ACEOF
17167
17168
17169 fi
17170
17171
17172 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
17173 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
17174 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
17175   echo $ECHO_N "(cached) $ECHO_C" >&6
17176 else
17177   cat >conftest.$ac_ext <<_ACEOF
17178 /* confdefs.h.  */
17179 _ACEOF
17180 cat confdefs.h >>conftest.$ac_ext
17181 cat >>conftest.$ac_ext <<_ACEOF
17182 /* end confdefs.h.  */
17183 #ifdef HAVE_LINUX_INPUT_H
17184 #include <linux/input.h>
17185 #endif
17186
17187 int
17188 main ()
17189 {
17190 static struct ff_effect ac_aggr;
17191 if (ac_aggr.direction)
17192 return 0;
17193   ;
17194   return 0;
17195 }
17196 _ACEOF
17197 rm -f conftest.$ac_objext
17198 if { (ac_try="$ac_compile"
17199 case "(($ac_try" in
17200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17201   *) ac_try_echo=$ac_try;;
17202 esac
17203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17204   (eval "$ac_compile") 2>conftest.er1
17205   ac_status=$?
17206   grep -v '^ *+' conftest.er1 >conftest.err
17207   rm -f conftest.er1
17208   cat conftest.err >&5
17209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17210   (exit $ac_status); } && {
17211          test -z "$ac_c_werror_flag" ||
17212          test ! -s conftest.err
17213        } && test -s conftest.$ac_objext; then
17214   ac_cv_member_struct_ff_effect_direction=yes
17215 else
17216   echo "$as_me: failed program was:" >&5
17217 sed 's/^/| /' conftest.$ac_ext >&5
17218
17219         cat >conftest.$ac_ext <<_ACEOF
17220 /* confdefs.h.  */
17221 _ACEOF
17222 cat confdefs.h >>conftest.$ac_ext
17223 cat >>conftest.$ac_ext <<_ACEOF
17224 /* end confdefs.h.  */
17225 #ifdef HAVE_LINUX_INPUT_H
17226 #include <linux/input.h>
17227 #endif
17228
17229 int
17230 main ()
17231 {
17232 static struct ff_effect ac_aggr;
17233 if (sizeof ac_aggr.direction)
17234 return 0;
17235   ;
17236   return 0;
17237 }
17238 _ACEOF
17239 rm -f conftest.$ac_objext
17240 if { (ac_try="$ac_compile"
17241 case "(($ac_try" in
17242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17243   *) ac_try_echo=$ac_try;;
17244 esac
17245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17246   (eval "$ac_compile") 2>conftest.er1
17247   ac_status=$?
17248   grep -v '^ *+' conftest.er1 >conftest.err
17249   rm -f conftest.er1
17250   cat conftest.err >&5
17251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17252   (exit $ac_status); } && {
17253          test -z "$ac_c_werror_flag" ||
17254          test ! -s conftest.err
17255        } && test -s conftest.$ac_objext; then
17256   ac_cv_member_struct_ff_effect_direction=yes
17257 else
17258   echo "$as_me: failed program was:" >&5
17259 sed 's/^/| /' conftest.$ac_ext >&5
17260
17261         ac_cv_member_struct_ff_effect_direction=no
17262 fi
17263
17264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17265 fi
17266
17267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17268 fi
17269 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
17270 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
17271 if test $ac_cv_member_struct_ff_effect_direction = yes; then
17272
17273 cat >>confdefs.h <<_ACEOF
17274 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
17275 _ACEOF
17276
17277
17278 fi
17279
17280
17281 { echo "$as_me:$LINENO: checking for sigaddset" >&5
17282 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
17283 if test "${wine_cv_have_sigaddset+set}" = set; then
17284   echo $ECHO_N "(cached) $ECHO_C" >&6
17285 else
17286   cat >conftest.$ac_ext <<_ACEOF
17287 /* confdefs.h.  */
17288 _ACEOF
17289 cat confdefs.h >>conftest.$ac_ext
17290 cat >>conftest.$ac_ext <<_ACEOF
17291 /* end confdefs.h.  */
17292 #include <signal.h>
17293 int
17294 main ()
17295 {
17296 sigset_t set; sigaddset(&set,SIGTERM);
17297   ;
17298   return 0;
17299 }
17300 _ACEOF
17301 rm -f conftest.$ac_objext conftest$ac_exeext
17302 if { (ac_try="$ac_link"
17303 case "(($ac_try" in
17304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17305   *) ac_try_echo=$ac_try;;
17306 esac
17307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17308   (eval "$ac_link") 2>conftest.er1
17309   ac_status=$?
17310   grep -v '^ *+' conftest.er1 >conftest.err
17311   rm -f conftest.er1
17312   cat conftest.err >&5
17313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17314   (exit $ac_status); } && {
17315          test -z "$ac_c_werror_flag" ||
17316          test ! -s conftest.err
17317        } && test -s conftest$ac_exeext &&
17318        $as_test_x conftest$ac_exeext; then
17319   wine_cv_have_sigaddset=yes
17320 else
17321   echo "$as_me: failed program was:" >&5
17322 sed 's/^/| /' conftest.$ac_ext >&5
17323
17324         wine_cv_have_sigaddset=no
17325 fi
17326
17327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17328       conftest$ac_exeext conftest.$ac_ext
17329 fi
17330 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
17331 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
17332 if test "$wine_cv_have_sigaddset" = "yes"
17333 then
17334
17335 cat >>confdefs.h <<\_ACEOF
17336 #define HAVE_SIGADDSET 1
17337 _ACEOF
17338
17339 fi
17340
17341
17342 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
17343 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
17344 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
17345   echo $ECHO_N "(cached) $ECHO_C" >&6
17346 else
17347   cat >conftest.$ac_ext <<_ACEOF
17348 /* confdefs.h.  */
17349 _ACEOF
17350 cat confdefs.h >>conftest.$ac_ext
17351 cat >>conftest.$ac_ext <<_ACEOF
17352 /* end confdefs.h.  */
17353 #include <netdb.h>
17354 int
17355 main ()
17356 {
17357
17358     char *name=NULL;
17359     struct hostent he;
17360     struct hostent *result;
17361     char *buf=NULL;
17362     int bufsize=0;
17363     int res,errnr;
17364     char *addr=NULL;
17365     int addrlen=0;
17366     int addrtype=0;
17367     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
17368     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
17369
17370   ;
17371   return 0;
17372 }
17373 _ACEOF
17374 rm -f conftest.$ac_objext conftest$ac_exeext
17375 if { (ac_try="$ac_link"
17376 case "(($ac_try" in
17377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17378   *) ac_try_echo=$ac_try;;
17379 esac
17380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17381   (eval "$ac_link") 2>conftest.er1
17382   ac_status=$?
17383   grep -v '^ *+' conftest.er1 >conftest.err
17384   rm -f conftest.er1
17385   cat conftest.err >&5
17386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17387   (exit $ac_status); } && {
17388          test -z "$ac_c_werror_flag" ||
17389          test ! -s conftest.err
17390        } && test -s conftest$ac_exeext &&
17391        $as_test_x conftest$ac_exeext; then
17392   wine_cv_linux_gethostbyname_r_6=yes
17393 else
17394   echo "$as_me: failed program was:" >&5
17395 sed 's/^/| /' conftest.$ac_ext >&5
17396
17397         wine_cv_linux_gethostbyname_r_6=no
17398
17399 fi
17400
17401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17402       conftest$ac_exeext conftest.$ac_ext
17403
17404 fi
17405 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
17406 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
17407    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
17408    then
17409
17410 cat >>confdefs.h <<\_ACEOF
17411 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
17412 _ACEOF
17413
17414    fi
17415
17416 if test "$ac_cv_header_linux_joystick_h" = "yes"
17417 then
17418    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
17419 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
17420 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
17421   echo $ECHO_N "(cached) $ECHO_C" >&6
17422 else
17423   cat >conftest.$ac_ext <<_ACEOF
17424 /* confdefs.h.  */
17425 _ACEOF
17426 cat confdefs.h >>conftest.$ac_ext
17427 cat >>conftest.$ac_ext <<_ACEOF
17428 /* end confdefs.h.  */
17429
17430         #include <sys/ioctl.h>
17431         #include <sys/types.h>
17432         #include <linux/joystick.h>
17433
17434         struct js_event blub;
17435         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
17436         #error "no 2.2 header"
17437         #endif
17438
17439 int
17440 main ()
17441 {
17442 /*empty*/
17443   ;
17444   return 0;
17445 }
17446 _ACEOF
17447 rm -f conftest.$ac_objext
17448 if { (ac_try="$ac_compile"
17449 case "(($ac_try" in
17450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17451   *) ac_try_echo=$ac_try;;
17452 esac
17453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17454   (eval "$ac_compile") 2>conftest.er1
17455   ac_status=$?
17456   grep -v '^ *+' conftest.er1 >conftest.err
17457   rm -f conftest.er1
17458   cat conftest.err >&5
17459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17460   (exit $ac_status); } && {
17461          test -z "$ac_c_werror_flag" ||
17462          test ! -s conftest.err
17463        } && test -s conftest.$ac_objext; then
17464   wine_cv_linux_joystick_22_api=yes
17465 else
17466   echo "$as_me: failed program was:" >&5
17467 sed 's/^/| /' conftest.$ac_ext >&5
17468
17469         wine_cv_linux_joystick_22_api=no
17470 fi
17471
17472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17473
17474 fi
17475 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
17476 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
17477    if test "$wine_cv_linux_joystick_22_api" = "yes"
17478    then
17479
17480 cat >>confdefs.h <<\_ACEOF
17481 #define HAVE_LINUX_22_JOYSTICK_API 1
17482 _ACEOF
17483
17484    fi
17485 fi
17486
17487
17488 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
17489 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
17490 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
17491   echo $ECHO_N "(cached) $ECHO_C" >&6
17492 else
17493   cat >conftest.$ac_ext <<_ACEOF
17494 /* confdefs.h.  */
17495 _ACEOF
17496 cat confdefs.h >>conftest.$ac_ext
17497 cat >>conftest.$ac_ext <<_ACEOF
17498 /* end confdefs.h.  */
17499 #include <sys/types.h>
17500 #ifdef HAVE_SYS_PARAM_H
17501 # include <sys/param.h>
17502 #endif
17503 #ifdef HAVE_SYS_MOUNT_H
17504 # include <sys/mount.h>
17505 #endif
17506 #ifdef HAVE_SYS_VFS_H
17507 # include <sys/vfs.h>
17508 #endif
17509 #ifdef HAVE_SYS_STATFS_H
17510 # include <sys/statfs.h>
17511 #endif
17512
17513 int
17514 main ()
17515 {
17516 static struct statfs ac_aggr;
17517 if (ac_aggr.f_bfree)
17518 return 0;
17519   ;
17520   return 0;
17521 }
17522 _ACEOF
17523 rm -f conftest.$ac_objext
17524 if { (ac_try="$ac_compile"
17525 case "(($ac_try" in
17526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17527   *) ac_try_echo=$ac_try;;
17528 esac
17529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17530   (eval "$ac_compile") 2>conftest.er1
17531   ac_status=$?
17532   grep -v '^ *+' conftest.er1 >conftest.err
17533   rm -f conftest.er1
17534   cat conftest.err >&5
17535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17536   (exit $ac_status); } && {
17537          test -z "$ac_c_werror_flag" ||
17538          test ! -s conftest.err
17539        } && test -s conftest.$ac_objext; then
17540   ac_cv_member_struct_statfs_f_bfree=yes
17541 else
17542   echo "$as_me: failed program was:" >&5
17543 sed 's/^/| /' conftest.$ac_ext >&5
17544
17545         cat >conftest.$ac_ext <<_ACEOF
17546 /* confdefs.h.  */
17547 _ACEOF
17548 cat confdefs.h >>conftest.$ac_ext
17549 cat >>conftest.$ac_ext <<_ACEOF
17550 /* end confdefs.h.  */
17551 #include <sys/types.h>
17552 #ifdef HAVE_SYS_PARAM_H
17553 # include <sys/param.h>
17554 #endif
17555 #ifdef HAVE_SYS_MOUNT_H
17556 # include <sys/mount.h>
17557 #endif
17558 #ifdef HAVE_SYS_VFS_H
17559 # include <sys/vfs.h>
17560 #endif
17561 #ifdef HAVE_SYS_STATFS_H
17562 # include <sys/statfs.h>
17563 #endif
17564
17565 int
17566 main ()
17567 {
17568 static struct statfs ac_aggr;
17569 if (sizeof ac_aggr.f_bfree)
17570 return 0;
17571   ;
17572   return 0;
17573 }
17574 _ACEOF
17575 rm -f conftest.$ac_objext
17576 if { (ac_try="$ac_compile"
17577 case "(($ac_try" in
17578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17579   *) ac_try_echo=$ac_try;;
17580 esac
17581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17582   (eval "$ac_compile") 2>conftest.er1
17583   ac_status=$?
17584   grep -v '^ *+' conftest.er1 >conftest.err
17585   rm -f conftest.er1
17586   cat conftest.err >&5
17587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17588   (exit $ac_status); } && {
17589          test -z "$ac_c_werror_flag" ||
17590          test ! -s conftest.err
17591        } && test -s conftest.$ac_objext; then
17592   ac_cv_member_struct_statfs_f_bfree=yes
17593 else
17594   echo "$as_me: failed program was:" >&5
17595 sed 's/^/| /' conftest.$ac_ext >&5
17596
17597         ac_cv_member_struct_statfs_f_bfree=no
17598 fi
17599
17600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17601 fi
17602
17603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17604 fi
17605 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
17606 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
17607 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
17608
17609 cat >>confdefs.h <<_ACEOF
17610 #define HAVE_STRUCT_STATFS_F_BFREE 1
17611 _ACEOF
17612
17613
17614 fi
17615 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
17616 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
17617 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
17618   echo $ECHO_N "(cached) $ECHO_C" >&6
17619 else
17620   cat >conftest.$ac_ext <<_ACEOF
17621 /* confdefs.h.  */
17622 _ACEOF
17623 cat confdefs.h >>conftest.$ac_ext
17624 cat >>conftest.$ac_ext <<_ACEOF
17625 /* end confdefs.h.  */
17626 #include <sys/types.h>
17627 #ifdef HAVE_SYS_PARAM_H
17628 # include <sys/param.h>
17629 #endif
17630 #ifdef HAVE_SYS_MOUNT_H
17631 # include <sys/mount.h>
17632 #endif
17633 #ifdef HAVE_SYS_VFS_H
17634 # include <sys/vfs.h>
17635 #endif
17636 #ifdef HAVE_SYS_STATFS_H
17637 # include <sys/statfs.h>
17638 #endif
17639
17640 int
17641 main ()
17642 {
17643 static struct statfs ac_aggr;
17644 if (ac_aggr.f_bavail)
17645 return 0;
17646   ;
17647   return 0;
17648 }
17649 _ACEOF
17650 rm -f conftest.$ac_objext
17651 if { (ac_try="$ac_compile"
17652 case "(($ac_try" in
17653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17654   *) ac_try_echo=$ac_try;;
17655 esac
17656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17657   (eval "$ac_compile") 2>conftest.er1
17658   ac_status=$?
17659   grep -v '^ *+' conftest.er1 >conftest.err
17660   rm -f conftest.er1
17661   cat conftest.err >&5
17662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17663   (exit $ac_status); } && {
17664          test -z "$ac_c_werror_flag" ||
17665          test ! -s conftest.err
17666        } && test -s conftest.$ac_objext; then
17667   ac_cv_member_struct_statfs_f_bavail=yes
17668 else
17669   echo "$as_me: failed program was:" >&5
17670 sed 's/^/| /' conftest.$ac_ext >&5
17671
17672         cat >conftest.$ac_ext <<_ACEOF
17673 /* confdefs.h.  */
17674 _ACEOF
17675 cat confdefs.h >>conftest.$ac_ext
17676 cat >>conftest.$ac_ext <<_ACEOF
17677 /* end confdefs.h.  */
17678 #include <sys/types.h>
17679 #ifdef HAVE_SYS_PARAM_H
17680 # include <sys/param.h>
17681 #endif
17682 #ifdef HAVE_SYS_MOUNT_H
17683 # include <sys/mount.h>
17684 #endif
17685 #ifdef HAVE_SYS_VFS_H
17686 # include <sys/vfs.h>
17687 #endif
17688 #ifdef HAVE_SYS_STATFS_H
17689 # include <sys/statfs.h>
17690 #endif
17691
17692 int
17693 main ()
17694 {
17695 static struct statfs ac_aggr;
17696 if (sizeof ac_aggr.f_bavail)
17697 return 0;
17698   ;
17699   return 0;
17700 }
17701 _ACEOF
17702 rm -f conftest.$ac_objext
17703 if { (ac_try="$ac_compile"
17704 case "(($ac_try" in
17705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17706   *) ac_try_echo=$ac_try;;
17707 esac
17708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17709   (eval "$ac_compile") 2>conftest.er1
17710   ac_status=$?
17711   grep -v '^ *+' conftest.er1 >conftest.err
17712   rm -f conftest.er1
17713   cat conftest.err >&5
17714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17715   (exit $ac_status); } && {
17716          test -z "$ac_c_werror_flag" ||
17717          test ! -s conftest.err
17718        } && test -s conftest.$ac_objext; then
17719   ac_cv_member_struct_statfs_f_bavail=yes
17720 else
17721   echo "$as_me: failed program was:" >&5
17722 sed 's/^/| /' conftest.$ac_ext >&5
17723
17724         ac_cv_member_struct_statfs_f_bavail=no
17725 fi
17726
17727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17728 fi
17729
17730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17731 fi
17732 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
17733 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
17734 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
17735
17736 cat >>confdefs.h <<_ACEOF
17737 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
17738 _ACEOF
17739
17740
17741 fi
17742 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
17743 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
17744 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
17745   echo $ECHO_N "(cached) $ECHO_C" >&6
17746 else
17747   cat >conftest.$ac_ext <<_ACEOF
17748 /* confdefs.h.  */
17749 _ACEOF
17750 cat confdefs.h >>conftest.$ac_ext
17751 cat >>conftest.$ac_ext <<_ACEOF
17752 /* end confdefs.h.  */
17753 #include <sys/types.h>
17754 #ifdef HAVE_SYS_PARAM_H
17755 # include <sys/param.h>
17756 #endif
17757 #ifdef HAVE_SYS_MOUNT_H
17758 # include <sys/mount.h>
17759 #endif
17760 #ifdef HAVE_SYS_VFS_H
17761 # include <sys/vfs.h>
17762 #endif
17763 #ifdef HAVE_SYS_STATFS_H
17764 # include <sys/statfs.h>
17765 #endif
17766
17767 int
17768 main ()
17769 {
17770 static struct statfs ac_aggr;
17771 if (ac_aggr.f_frsize)
17772 return 0;
17773   ;
17774   return 0;
17775 }
17776 _ACEOF
17777 rm -f conftest.$ac_objext
17778 if { (ac_try="$ac_compile"
17779 case "(($ac_try" in
17780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17781   *) ac_try_echo=$ac_try;;
17782 esac
17783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17784   (eval "$ac_compile") 2>conftest.er1
17785   ac_status=$?
17786   grep -v '^ *+' conftest.er1 >conftest.err
17787   rm -f conftest.er1
17788   cat conftest.err >&5
17789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17790   (exit $ac_status); } && {
17791          test -z "$ac_c_werror_flag" ||
17792          test ! -s conftest.err
17793        } && test -s conftest.$ac_objext; then
17794   ac_cv_member_struct_statfs_f_frsize=yes
17795 else
17796   echo "$as_me: failed program was:" >&5
17797 sed 's/^/| /' conftest.$ac_ext >&5
17798
17799         cat >conftest.$ac_ext <<_ACEOF
17800 /* confdefs.h.  */
17801 _ACEOF
17802 cat confdefs.h >>conftest.$ac_ext
17803 cat >>conftest.$ac_ext <<_ACEOF
17804 /* end confdefs.h.  */
17805 #include <sys/types.h>
17806 #ifdef HAVE_SYS_PARAM_H
17807 # include <sys/param.h>
17808 #endif
17809 #ifdef HAVE_SYS_MOUNT_H
17810 # include <sys/mount.h>
17811 #endif
17812 #ifdef HAVE_SYS_VFS_H
17813 # include <sys/vfs.h>
17814 #endif
17815 #ifdef HAVE_SYS_STATFS_H
17816 # include <sys/statfs.h>
17817 #endif
17818
17819 int
17820 main ()
17821 {
17822 static struct statfs ac_aggr;
17823 if (sizeof ac_aggr.f_frsize)
17824 return 0;
17825   ;
17826   return 0;
17827 }
17828 _ACEOF
17829 rm -f conftest.$ac_objext
17830 if { (ac_try="$ac_compile"
17831 case "(($ac_try" in
17832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17833   *) ac_try_echo=$ac_try;;
17834 esac
17835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17836   (eval "$ac_compile") 2>conftest.er1
17837   ac_status=$?
17838   grep -v '^ *+' conftest.er1 >conftest.err
17839   rm -f conftest.er1
17840   cat conftest.err >&5
17841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17842   (exit $ac_status); } && {
17843          test -z "$ac_c_werror_flag" ||
17844          test ! -s conftest.err
17845        } && test -s conftest.$ac_objext; then
17846   ac_cv_member_struct_statfs_f_frsize=yes
17847 else
17848   echo "$as_me: failed program was:" >&5
17849 sed 's/^/| /' conftest.$ac_ext >&5
17850
17851         ac_cv_member_struct_statfs_f_frsize=no
17852 fi
17853
17854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17855 fi
17856
17857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17858 fi
17859 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
17860 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
17861 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
17862
17863 cat >>confdefs.h <<_ACEOF
17864 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
17865 _ACEOF
17866
17867
17868 fi
17869 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
17870 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
17871 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
17872   echo $ECHO_N "(cached) $ECHO_C" >&6
17873 else
17874   cat >conftest.$ac_ext <<_ACEOF
17875 /* confdefs.h.  */
17876 _ACEOF
17877 cat confdefs.h >>conftest.$ac_ext
17878 cat >>conftest.$ac_ext <<_ACEOF
17879 /* end confdefs.h.  */
17880 #include <sys/types.h>
17881 #ifdef HAVE_SYS_PARAM_H
17882 # include <sys/param.h>
17883 #endif
17884 #ifdef HAVE_SYS_MOUNT_H
17885 # include <sys/mount.h>
17886 #endif
17887 #ifdef HAVE_SYS_VFS_H
17888 # include <sys/vfs.h>
17889 #endif
17890 #ifdef HAVE_SYS_STATFS_H
17891 # include <sys/statfs.h>
17892 #endif
17893
17894 int
17895 main ()
17896 {
17897 static struct statfs ac_aggr;
17898 if (ac_aggr.f_ffree)
17899 return 0;
17900   ;
17901   return 0;
17902 }
17903 _ACEOF
17904 rm -f conftest.$ac_objext
17905 if { (ac_try="$ac_compile"
17906 case "(($ac_try" in
17907   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17908   *) ac_try_echo=$ac_try;;
17909 esac
17910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17911   (eval "$ac_compile") 2>conftest.er1
17912   ac_status=$?
17913   grep -v '^ *+' conftest.er1 >conftest.err
17914   rm -f conftest.er1
17915   cat conftest.err >&5
17916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17917   (exit $ac_status); } && {
17918          test -z "$ac_c_werror_flag" ||
17919          test ! -s conftest.err
17920        } && test -s conftest.$ac_objext; then
17921   ac_cv_member_struct_statfs_f_ffree=yes
17922 else
17923   echo "$as_me: failed program was:" >&5
17924 sed 's/^/| /' conftest.$ac_ext >&5
17925
17926         cat >conftest.$ac_ext <<_ACEOF
17927 /* confdefs.h.  */
17928 _ACEOF
17929 cat confdefs.h >>conftest.$ac_ext
17930 cat >>conftest.$ac_ext <<_ACEOF
17931 /* end confdefs.h.  */
17932 #include <sys/types.h>
17933 #ifdef HAVE_SYS_PARAM_H
17934 # include <sys/param.h>
17935 #endif
17936 #ifdef HAVE_SYS_MOUNT_H
17937 # include <sys/mount.h>
17938 #endif
17939 #ifdef HAVE_SYS_VFS_H
17940 # include <sys/vfs.h>
17941 #endif
17942 #ifdef HAVE_SYS_STATFS_H
17943 # include <sys/statfs.h>
17944 #endif
17945
17946 int
17947 main ()
17948 {
17949 static struct statfs ac_aggr;
17950 if (sizeof ac_aggr.f_ffree)
17951 return 0;
17952   ;
17953   return 0;
17954 }
17955 _ACEOF
17956 rm -f conftest.$ac_objext
17957 if { (ac_try="$ac_compile"
17958 case "(($ac_try" in
17959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17960   *) ac_try_echo=$ac_try;;
17961 esac
17962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17963   (eval "$ac_compile") 2>conftest.er1
17964   ac_status=$?
17965   grep -v '^ *+' conftest.er1 >conftest.err
17966   rm -f conftest.er1
17967   cat conftest.err >&5
17968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17969   (exit $ac_status); } && {
17970          test -z "$ac_c_werror_flag" ||
17971          test ! -s conftest.err
17972        } && test -s conftest.$ac_objext; then
17973   ac_cv_member_struct_statfs_f_ffree=yes
17974 else
17975   echo "$as_me: failed program was:" >&5
17976 sed 's/^/| /' conftest.$ac_ext >&5
17977
17978         ac_cv_member_struct_statfs_f_ffree=no
17979 fi
17980
17981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17982 fi
17983
17984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17985 fi
17986 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
17987 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
17988 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
17989
17990 cat >>confdefs.h <<_ACEOF
17991 #define HAVE_STRUCT_STATFS_F_FFREE 1
17992 _ACEOF
17993
17994
17995 fi
17996 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
17997 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
17998 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
17999   echo $ECHO_N "(cached) $ECHO_C" >&6
18000 else
18001   cat >conftest.$ac_ext <<_ACEOF
18002 /* confdefs.h.  */
18003 _ACEOF
18004 cat confdefs.h >>conftest.$ac_ext
18005 cat >>conftest.$ac_ext <<_ACEOF
18006 /* end confdefs.h.  */
18007 #include <sys/types.h>
18008 #ifdef HAVE_SYS_PARAM_H
18009 # include <sys/param.h>
18010 #endif
18011 #ifdef HAVE_SYS_MOUNT_H
18012 # include <sys/mount.h>
18013 #endif
18014 #ifdef HAVE_SYS_VFS_H
18015 # include <sys/vfs.h>
18016 #endif
18017 #ifdef HAVE_SYS_STATFS_H
18018 # include <sys/statfs.h>
18019 #endif
18020
18021 int
18022 main ()
18023 {
18024 static struct statfs ac_aggr;
18025 if (ac_aggr.f_favail)
18026 return 0;
18027   ;
18028   return 0;
18029 }
18030 _ACEOF
18031 rm -f conftest.$ac_objext
18032 if { (ac_try="$ac_compile"
18033 case "(($ac_try" in
18034   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18035   *) ac_try_echo=$ac_try;;
18036 esac
18037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18038   (eval "$ac_compile") 2>conftest.er1
18039   ac_status=$?
18040   grep -v '^ *+' conftest.er1 >conftest.err
18041   rm -f conftest.er1
18042   cat conftest.err >&5
18043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18044   (exit $ac_status); } && {
18045          test -z "$ac_c_werror_flag" ||
18046          test ! -s conftest.err
18047        } && test -s conftest.$ac_objext; then
18048   ac_cv_member_struct_statfs_f_favail=yes
18049 else
18050   echo "$as_me: failed program was:" >&5
18051 sed 's/^/| /' conftest.$ac_ext >&5
18052
18053         cat >conftest.$ac_ext <<_ACEOF
18054 /* confdefs.h.  */
18055 _ACEOF
18056 cat confdefs.h >>conftest.$ac_ext
18057 cat >>conftest.$ac_ext <<_ACEOF
18058 /* end confdefs.h.  */
18059 #include <sys/types.h>
18060 #ifdef HAVE_SYS_PARAM_H
18061 # include <sys/param.h>
18062 #endif
18063 #ifdef HAVE_SYS_MOUNT_H
18064 # include <sys/mount.h>
18065 #endif
18066 #ifdef HAVE_SYS_VFS_H
18067 # include <sys/vfs.h>
18068 #endif
18069 #ifdef HAVE_SYS_STATFS_H
18070 # include <sys/statfs.h>
18071 #endif
18072
18073 int
18074 main ()
18075 {
18076 static struct statfs ac_aggr;
18077 if (sizeof ac_aggr.f_favail)
18078 return 0;
18079   ;
18080   return 0;
18081 }
18082 _ACEOF
18083 rm -f conftest.$ac_objext
18084 if { (ac_try="$ac_compile"
18085 case "(($ac_try" in
18086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18087   *) ac_try_echo=$ac_try;;
18088 esac
18089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18090   (eval "$ac_compile") 2>conftest.er1
18091   ac_status=$?
18092   grep -v '^ *+' conftest.er1 >conftest.err
18093   rm -f conftest.er1
18094   cat conftest.err >&5
18095   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18096   (exit $ac_status); } && {
18097          test -z "$ac_c_werror_flag" ||
18098          test ! -s conftest.err
18099        } && test -s conftest.$ac_objext; then
18100   ac_cv_member_struct_statfs_f_favail=yes
18101 else
18102   echo "$as_me: failed program was:" >&5
18103 sed 's/^/| /' conftest.$ac_ext >&5
18104
18105         ac_cv_member_struct_statfs_f_favail=no
18106 fi
18107
18108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18109 fi
18110
18111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18112 fi
18113 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
18114 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
18115 if test $ac_cv_member_struct_statfs_f_favail = yes; then
18116
18117 cat >>confdefs.h <<_ACEOF
18118 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
18119 _ACEOF
18120
18121
18122 fi
18123 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
18124 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
18125 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
18126   echo $ECHO_N "(cached) $ECHO_C" >&6
18127 else
18128   cat >conftest.$ac_ext <<_ACEOF
18129 /* confdefs.h.  */
18130 _ACEOF
18131 cat confdefs.h >>conftest.$ac_ext
18132 cat >>conftest.$ac_ext <<_ACEOF
18133 /* end confdefs.h.  */
18134 #include <sys/types.h>
18135 #ifdef HAVE_SYS_PARAM_H
18136 # include <sys/param.h>
18137 #endif
18138 #ifdef HAVE_SYS_MOUNT_H
18139 # include <sys/mount.h>
18140 #endif
18141 #ifdef HAVE_SYS_VFS_H
18142 # include <sys/vfs.h>
18143 #endif
18144 #ifdef HAVE_SYS_STATFS_H
18145 # include <sys/statfs.h>
18146 #endif
18147
18148 int
18149 main ()
18150 {
18151 static struct statfs ac_aggr;
18152 if (ac_aggr.f_namelen)
18153 return 0;
18154   ;
18155   return 0;
18156 }
18157 _ACEOF
18158 rm -f conftest.$ac_objext
18159 if { (ac_try="$ac_compile"
18160 case "(($ac_try" in
18161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18162   *) ac_try_echo=$ac_try;;
18163 esac
18164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18165   (eval "$ac_compile") 2>conftest.er1
18166   ac_status=$?
18167   grep -v '^ *+' conftest.er1 >conftest.err
18168   rm -f conftest.er1
18169   cat conftest.err >&5
18170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18171   (exit $ac_status); } && {
18172          test -z "$ac_c_werror_flag" ||
18173          test ! -s conftest.err
18174        } && test -s conftest.$ac_objext; then
18175   ac_cv_member_struct_statfs_f_namelen=yes
18176 else
18177   echo "$as_me: failed program was:" >&5
18178 sed 's/^/| /' conftest.$ac_ext >&5
18179
18180         cat >conftest.$ac_ext <<_ACEOF
18181 /* confdefs.h.  */
18182 _ACEOF
18183 cat confdefs.h >>conftest.$ac_ext
18184 cat >>conftest.$ac_ext <<_ACEOF
18185 /* end confdefs.h.  */
18186 #include <sys/types.h>
18187 #ifdef HAVE_SYS_PARAM_H
18188 # include <sys/param.h>
18189 #endif
18190 #ifdef HAVE_SYS_MOUNT_H
18191 # include <sys/mount.h>
18192 #endif
18193 #ifdef HAVE_SYS_VFS_H
18194 # include <sys/vfs.h>
18195 #endif
18196 #ifdef HAVE_SYS_STATFS_H
18197 # include <sys/statfs.h>
18198 #endif
18199
18200 int
18201 main ()
18202 {
18203 static struct statfs ac_aggr;
18204 if (sizeof ac_aggr.f_namelen)
18205 return 0;
18206   ;
18207   return 0;
18208 }
18209 _ACEOF
18210 rm -f conftest.$ac_objext
18211 if { (ac_try="$ac_compile"
18212 case "(($ac_try" in
18213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18214   *) ac_try_echo=$ac_try;;
18215 esac
18216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18217   (eval "$ac_compile") 2>conftest.er1
18218   ac_status=$?
18219   grep -v '^ *+' conftest.er1 >conftest.err
18220   rm -f conftest.er1
18221   cat conftest.err >&5
18222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18223   (exit $ac_status); } && {
18224          test -z "$ac_c_werror_flag" ||
18225          test ! -s conftest.err
18226        } && test -s conftest.$ac_objext; then
18227   ac_cv_member_struct_statfs_f_namelen=yes
18228 else
18229   echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.$ac_ext >&5
18231
18232         ac_cv_member_struct_statfs_f_namelen=no
18233 fi
18234
18235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
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_member_struct_statfs_f_namelen" >&5
18241 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
18242 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
18243
18244 cat >>confdefs.h <<_ACEOF
18245 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
18246 _ACEOF
18247
18248
18249 fi
18250
18251
18252 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
18253 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
18254 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
18255   echo $ECHO_N "(cached) $ECHO_C" >&6
18256 else
18257   cat >conftest.$ac_ext <<_ACEOF
18258 /* confdefs.h.  */
18259 _ACEOF
18260 cat confdefs.h >>conftest.$ac_ext
18261 cat >>conftest.$ac_ext <<_ACEOF
18262 /* end confdefs.h.  */
18263 #ifdef HAVE_SYS_STATVFS_H
18264 #include <sys/statvfs.h>
18265 #endif
18266
18267 int
18268 main ()
18269 {
18270 static struct statvfs ac_aggr;
18271 if (ac_aggr.f_blocks)
18272 return 0;
18273   ;
18274   return 0;
18275 }
18276 _ACEOF
18277 rm -f conftest.$ac_objext
18278 if { (ac_try="$ac_compile"
18279 case "(($ac_try" in
18280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18281   *) ac_try_echo=$ac_try;;
18282 esac
18283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18284   (eval "$ac_compile") 2>conftest.er1
18285   ac_status=$?
18286   grep -v '^ *+' conftest.er1 >conftest.err
18287   rm -f conftest.er1
18288   cat conftest.err >&5
18289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18290   (exit $ac_status); } && {
18291          test -z "$ac_c_werror_flag" ||
18292          test ! -s conftest.err
18293        } && test -s conftest.$ac_objext; then
18294   ac_cv_member_struct_statvfs_f_blocks=yes
18295 else
18296   echo "$as_me: failed program was:" >&5
18297 sed 's/^/| /' conftest.$ac_ext >&5
18298
18299         cat >conftest.$ac_ext <<_ACEOF
18300 /* confdefs.h.  */
18301 _ACEOF
18302 cat confdefs.h >>conftest.$ac_ext
18303 cat >>conftest.$ac_ext <<_ACEOF
18304 /* end confdefs.h.  */
18305 #ifdef HAVE_SYS_STATVFS_H
18306 #include <sys/statvfs.h>
18307 #endif
18308
18309 int
18310 main ()
18311 {
18312 static struct statvfs ac_aggr;
18313 if (sizeof ac_aggr.f_blocks)
18314 return 0;
18315   ;
18316   return 0;
18317 }
18318 _ACEOF
18319 rm -f conftest.$ac_objext
18320 if { (ac_try="$ac_compile"
18321 case "(($ac_try" in
18322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18323   *) ac_try_echo=$ac_try;;
18324 esac
18325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18326   (eval "$ac_compile") 2>conftest.er1
18327   ac_status=$?
18328   grep -v '^ *+' conftest.er1 >conftest.err
18329   rm -f conftest.er1
18330   cat conftest.err >&5
18331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18332   (exit $ac_status); } && {
18333          test -z "$ac_c_werror_flag" ||
18334          test ! -s conftest.err
18335        } && test -s conftest.$ac_objext; then
18336   ac_cv_member_struct_statvfs_f_blocks=yes
18337 else
18338   echo "$as_me: failed program was:" >&5
18339 sed 's/^/| /' conftest.$ac_ext >&5
18340
18341         ac_cv_member_struct_statvfs_f_blocks=no
18342 fi
18343
18344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18345 fi
18346
18347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18348 fi
18349 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
18350 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
18351 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
18352
18353 cat >>confdefs.h <<_ACEOF
18354 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
18355 _ACEOF
18356
18357
18358 fi
18359
18360
18361 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
18362 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
18363 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
18364   echo $ECHO_N "(cached) $ECHO_C" >&6
18365 else
18366   cat >conftest.$ac_ext <<_ACEOF
18367 /* confdefs.h.  */
18368 _ACEOF
18369 cat confdefs.h >>conftest.$ac_ext
18370 cat >>conftest.$ac_ext <<_ACEOF
18371 /* end confdefs.h.  */
18372 #include <sys/types.h>
18373 #ifdef HAVE_SYS_SOCKET_H
18374 # include <sys/socket.h>
18375 #endif
18376 #ifdef HAVE_SYS_UN_H
18377 # include <sys/un.h>
18378 #endif
18379
18380 int
18381 main ()
18382 {
18383 static struct msghdr ac_aggr;
18384 if (ac_aggr.msg_accrights)
18385 return 0;
18386   ;
18387   return 0;
18388 }
18389 _ACEOF
18390 rm -f conftest.$ac_objext
18391 if { (ac_try="$ac_compile"
18392 case "(($ac_try" in
18393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18394   *) ac_try_echo=$ac_try;;
18395 esac
18396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18397   (eval "$ac_compile") 2>conftest.er1
18398   ac_status=$?
18399   grep -v '^ *+' conftest.er1 >conftest.err
18400   rm -f conftest.er1
18401   cat conftest.err >&5
18402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18403   (exit $ac_status); } && {
18404          test -z "$ac_c_werror_flag" ||
18405          test ! -s conftest.err
18406        } && test -s conftest.$ac_objext; then
18407   ac_cv_member_struct_msghdr_msg_accrights=yes
18408 else
18409   echo "$as_me: failed program was:" >&5
18410 sed 's/^/| /' conftest.$ac_ext >&5
18411
18412         cat >conftest.$ac_ext <<_ACEOF
18413 /* confdefs.h.  */
18414 _ACEOF
18415 cat confdefs.h >>conftest.$ac_ext
18416 cat >>conftest.$ac_ext <<_ACEOF
18417 /* end confdefs.h.  */
18418 #include <sys/types.h>
18419 #ifdef HAVE_SYS_SOCKET_H
18420 # include <sys/socket.h>
18421 #endif
18422 #ifdef HAVE_SYS_UN_H
18423 # include <sys/un.h>
18424 #endif
18425
18426 int
18427 main ()
18428 {
18429 static struct msghdr ac_aggr;
18430 if (sizeof ac_aggr.msg_accrights)
18431 return 0;
18432   ;
18433   return 0;
18434 }
18435 _ACEOF
18436 rm -f conftest.$ac_objext
18437 if { (ac_try="$ac_compile"
18438 case "(($ac_try" in
18439   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18440   *) ac_try_echo=$ac_try;;
18441 esac
18442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18443   (eval "$ac_compile") 2>conftest.er1
18444   ac_status=$?
18445   grep -v '^ *+' conftest.er1 >conftest.err
18446   rm -f conftest.er1
18447   cat conftest.err >&5
18448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18449   (exit $ac_status); } && {
18450          test -z "$ac_c_werror_flag" ||
18451          test ! -s conftest.err
18452        } && test -s conftest.$ac_objext; then
18453   ac_cv_member_struct_msghdr_msg_accrights=yes
18454 else
18455   echo "$as_me: failed program was:" >&5
18456 sed 's/^/| /' conftest.$ac_ext >&5
18457
18458         ac_cv_member_struct_msghdr_msg_accrights=no
18459 fi
18460
18461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18462 fi
18463
18464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18465 fi
18466 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
18467 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
18468 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
18469
18470 cat >>confdefs.h <<_ACEOF
18471 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18472 _ACEOF
18473
18474
18475 fi
18476 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
18477 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
18478 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
18479   echo $ECHO_N "(cached) $ECHO_C" >&6
18480 else
18481   cat >conftest.$ac_ext <<_ACEOF
18482 /* confdefs.h.  */
18483 _ACEOF
18484 cat confdefs.h >>conftest.$ac_ext
18485 cat >>conftest.$ac_ext <<_ACEOF
18486 /* end confdefs.h.  */
18487 #include <sys/types.h>
18488 #ifdef HAVE_SYS_SOCKET_H
18489 # include <sys/socket.h>
18490 #endif
18491 #ifdef HAVE_SYS_UN_H
18492 # include <sys/un.h>
18493 #endif
18494
18495 int
18496 main ()
18497 {
18498 static struct sockaddr ac_aggr;
18499 if (ac_aggr.sa_len)
18500 return 0;
18501   ;
18502   return 0;
18503 }
18504 _ACEOF
18505 rm -f conftest.$ac_objext
18506 if { (ac_try="$ac_compile"
18507 case "(($ac_try" in
18508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18509   *) ac_try_echo=$ac_try;;
18510 esac
18511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18512   (eval "$ac_compile") 2>conftest.er1
18513   ac_status=$?
18514   grep -v '^ *+' conftest.er1 >conftest.err
18515   rm -f conftest.er1
18516   cat conftest.err >&5
18517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18518   (exit $ac_status); } && {
18519          test -z "$ac_c_werror_flag" ||
18520          test ! -s conftest.err
18521        } && test -s conftest.$ac_objext; then
18522   ac_cv_member_struct_sockaddr_sa_len=yes
18523 else
18524   echo "$as_me: failed program was:" >&5
18525 sed 's/^/| /' conftest.$ac_ext >&5
18526
18527         cat >conftest.$ac_ext <<_ACEOF
18528 /* confdefs.h.  */
18529 _ACEOF
18530 cat confdefs.h >>conftest.$ac_ext
18531 cat >>conftest.$ac_ext <<_ACEOF
18532 /* end confdefs.h.  */
18533 #include <sys/types.h>
18534 #ifdef HAVE_SYS_SOCKET_H
18535 # include <sys/socket.h>
18536 #endif
18537 #ifdef HAVE_SYS_UN_H
18538 # include <sys/un.h>
18539 #endif
18540
18541 int
18542 main ()
18543 {
18544 static struct sockaddr ac_aggr;
18545 if (sizeof ac_aggr.sa_len)
18546 return 0;
18547   ;
18548   return 0;
18549 }
18550 _ACEOF
18551 rm -f conftest.$ac_objext
18552 if { (ac_try="$ac_compile"
18553 case "(($ac_try" in
18554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18555   *) ac_try_echo=$ac_try;;
18556 esac
18557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18558   (eval "$ac_compile") 2>conftest.er1
18559   ac_status=$?
18560   grep -v '^ *+' conftest.er1 >conftest.err
18561   rm -f conftest.er1
18562   cat conftest.err >&5
18563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18564   (exit $ac_status); } && {
18565          test -z "$ac_c_werror_flag" ||
18566          test ! -s conftest.err
18567        } && test -s conftest.$ac_objext; then
18568   ac_cv_member_struct_sockaddr_sa_len=yes
18569 else
18570   echo "$as_me: failed program was:" >&5
18571 sed 's/^/| /' conftest.$ac_ext >&5
18572
18573         ac_cv_member_struct_sockaddr_sa_len=no
18574 fi
18575
18576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18577 fi
18578
18579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18580 fi
18581 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
18582 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
18583 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
18584
18585 cat >>confdefs.h <<_ACEOF
18586 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18587 _ACEOF
18588
18589
18590 fi
18591 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
18592 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
18593 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
18594   echo $ECHO_N "(cached) $ECHO_C" >&6
18595 else
18596   cat >conftest.$ac_ext <<_ACEOF
18597 /* confdefs.h.  */
18598 _ACEOF
18599 cat confdefs.h >>conftest.$ac_ext
18600 cat >>conftest.$ac_ext <<_ACEOF
18601 /* end confdefs.h.  */
18602 #include <sys/types.h>
18603 #ifdef HAVE_SYS_SOCKET_H
18604 # include <sys/socket.h>
18605 #endif
18606 #ifdef HAVE_SYS_UN_H
18607 # include <sys/un.h>
18608 #endif
18609
18610 int
18611 main ()
18612 {
18613 static struct sockaddr_un ac_aggr;
18614 if (ac_aggr.sun_len)
18615 return 0;
18616   ;
18617   return 0;
18618 }
18619 _ACEOF
18620 rm -f conftest.$ac_objext
18621 if { (ac_try="$ac_compile"
18622 case "(($ac_try" in
18623   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18624   *) ac_try_echo=$ac_try;;
18625 esac
18626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18627   (eval "$ac_compile") 2>conftest.er1
18628   ac_status=$?
18629   grep -v '^ *+' conftest.er1 >conftest.err
18630   rm -f conftest.er1
18631   cat conftest.err >&5
18632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18633   (exit $ac_status); } && {
18634          test -z "$ac_c_werror_flag" ||
18635          test ! -s conftest.err
18636        } && test -s conftest.$ac_objext; then
18637   ac_cv_member_struct_sockaddr_un_sun_len=yes
18638 else
18639   echo "$as_me: failed program was:" >&5
18640 sed 's/^/| /' conftest.$ac_ext >&5
18641
18642         cat >conftest.$ac_ext <<_ACEOF
18643 /* confdefs.h.  */
18644 _ACEOF
18645 cat confdefs.h >>conftest.$ac_ext
18646 cat >>conftest.$ac_ext <<_ACEOF
18647 /* end confdefs.h.  */
18648 #include <sys/types.h>
18649 #ifdef HAVE_SYS_SOCKET_H
18650 # include <sys/socket.h>
18651 #endif
18652 #ifdef HAVE_SYS_UN_H
18653 # include <sys/un.h>
18654 #endif
18655
18656 int
18657 main ()
18658 {
18659 static struct sockaddr_un ac_aggr;
18660 if (sizeof ac_aggr.sun_len)
18661 return 0;
18662   ;
18663   return 0;
18664 }
18665 _ACEOF
18666 rm -f conftest.$ac_objext
18667 if { (ac_try="$ac_compile"
18668 case "(($ac_try" in
18669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18670   *) ac_try_echo=$ac_try;;
18671 esac
18672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18673   (eval "$ac_compile") 2>conftest.er1
18674   ac_status=$?
18675   grep -v '^ *+' conftest.er1 >conftest.err
18676   rm -f conftest.er1
18677   cat conftest.err >&5
18678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18679   (exit $ac_status); } && {
18680          test -z "$ac_c_werror_flag" ||
18681          test ! -s conftest.err
18682        } && test -s conftest.$ac_objext; then
18683   ac_cv_member_struct_sockaddr_un_sun_len=yes
18684 else
18685   echo "$as_me: failed program was:" >&5
18686 sed 's/^/| /' conftest.$ac_ext >&5
18687
18688         ac_cv_member_struct_sockaddr_un_sun_len=no
18689 fi
18690
18691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18692 fi
18693
18694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18695 fi
18696 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
18697 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
18698 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
18699
18700 cat >>confdefs.h <<_ACEOF
18701 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18702 _ACEOF
18703
18704
18705 fi
18706
18707
18708 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
18709 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
18710 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
18711   echo $ECHO_N "(cached) $ECHO_C" >&6
18712 else
18713   cat >conftest.$ac_ext <<_ACEOF
18714 /* confdefs.h.  */
18715 _ACEOF
18716 cat confdefs.h >>conftest.$ac_ext
18717 cat >>conftest.$ac_ext <<_ACEOF
18718 /* end confdefs.h.  */
18719 #include <sys/types.h>
18720 #ifdef HAVE_SCSI_SG_H
18721 #include <scsi/sg.h>
18722 #endif
18723
18724 int
18725 main ()
18726 {
18727 static scsireq_t ac_aggr;
18728 if (ac_aggr.cmd)
18729 return 0;
18730   ;
18731   return 0;
18732 }
18733 _ACEOF
18734 rm -f conftest.$ac_objext
18735 if { (ac_try="$ac_compile"
18736 case "(($ac_try" in
18737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18738   *) ac_try_echo=$ac_try;;
18739 esac
18740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18741   (eval "$ac_compile") 2>conftest.er1
18742   ac_status=$?
18743   grep -v '^ *+' conftest.er1 >conftest.err
18744   rm -f conftest.er1
18745   cat conftest.err >&5
18746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18747   (exit $ac_status); } && {
18748          test -z "$ac_c_werror_flag" ||
18749          test ! -s conftest.err
18750        } && test -s conftest.$ac_objext; then
18751   ac_cv_member_scsireq_t_cmd=yes
18752 else
18753   echo "$as_me: failed program was:" >&5
18754 sed 's/^/| /' conftest.$ac_ext >&5
18755
18756         cat >conftest.$ac_ext <<_ACEOF
18757 /* confdefs.h.  */
18758 _ACEOF
18759 cat confdefs.h >>conftest.$ac_ext
18760 cat >>conftest.$ac_ext <<_ACEOF
18761 /* end confdefs.h.  */
18762 #include <sys/types.h>
18763 #ifdef HAVE_SCSI_SG_H
18764 #include <scsi/sg.h>
18765 #endif
18766
18767 int
18768 main ()
18769 {
18770 static scsireq_t ac_aggr;
18771 if (sizeof ac_aggr.cmd)
18772 return 0;
18773   ;
18774   return 0;
18775 }
18776 _ACEOF
18777 rm -f conftest.$ac_objext
18778 if { (ac_try="$ac_compile"
18779 case "(($ac_try" in
18780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18781   *) ac_try_echo=$ac_try;;
18782 esac
18783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18784   (eval "$ac_compile") 2>conftest.er1
18785   ac_status=$?
18786   grep -v '^ *+' conftest.er1 >conftest.err
18787   rm -f conftest.er1
18788   cat conftest.err >&5
18789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18790   (exit $ac_status); } && {
18791          test -z "$ac_c_werror_flag" ||
18792          test ! -s conftest.err
18793        } && test -s conftest.$ac_objext; then
18794   ac_cv_member_scsireq_t_cmd=yes
18795 else
18796   echo "$as_me: failed program was:" >&5
18797 sed 's/^/| /' conftest.$ac_ext >&5
18798
18799         ac_cv_member_scsireq_t_cmd=no
18800 fi
18801
18802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18803 fi
18804
18805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18806 fi
18807 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
18808 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
18809 if test $ac_cv_member_scsireq_t_cmd = yes; then
18810
18811 cat >>confdefs.h <<_ACEOF
18812 #define HAVE_SCSIREQ_T_CMD 1
18813 _ACEOF
18814
18815
18816 fi
18817 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
18818 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
18819 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
18820   echo $ECHO_N "(cached) $ECHO_C" >&6
18821 else
18822   cat >conftest.$ac_ext <<_ACEOF
18823 /* confdefs.h.  */
18824 _ACEOF
18825 cat confdefs.h >>conftest.$ac_ext
18826 cat >>conftest.$ac_ext <<_ACEOF
18827 /* end confdefs.h.  */
18828 #include <sys/types.h>
18829 #ifdef HAVE_SCSI_SG_H
18830 #include <scsi/sg.h>
18831 #endif
18832
18833 int
18834 main ()
18835 {
18836 static sg_io_hdr_t ac_aggr;
18837 if (ac_aggr.interface_id)
18838 return 0;
18839   ;
18840   return 0;
18841 }
18842 _ACEOF
18843 rm -f conftest.$ac_objext
18844 if { (ac_try="$ac_compile"
18845 case "(($ac_try" in
18846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18847   *) ac_try_echo=$ac_try;;
18848 esac
18849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18850   (eval "$ac_compile") 2>conftest.er1
18851   ac_status=$?
18852   grep -v '^ *+' conftest.er1 >conftest.err
18853   rm -f conftest.er1
18854   cat conftest.err >&5
18855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18856   (exit $ac_status); } && {
18857          test -z "$ac_c_werror_flag" ||
18858          test ! -s conftest.err
18859        } && test -s conftest.$ac_objext; then
18860   ac_cv_member_sg_io_hdr_t_interface_id=yes
18861 else
18862   echo "$as_me: failed program was:" >&5
18863 sed 's/^/| /' conftest.$ac_ext >&5
18864
18865         cat >conftest.$ac_ext <<_ACEOF
18866 /* confdefs.h.  */
18867 _ACEOF
18868 cat confdefs.h >>conftest.$ac_ext
18869 cat >>conftest.$ac_ext <<_ACEOF
18870 /* end confdefs.h.  */
18871 #include <sys/types.h>
18872 #ifdef HAVE_SCSI_SG_H
18873 #include <scsi/sg.h>
18874 #endif
18875
18876 int
18877 main ()
18878 {
18879 static sg_io_hdr_t ac_aggr;
18880 if (sizeof ac_aggr.interface_id)
18881 return 0;
18882   ;
18883   return 0;
18884 }
18885 _ACEOF
18886 rm -f conftest.$ac_objext
18887 if { (ac_try="$ac_compile"
18888 case "(($ac_try" in
18889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18890   *) ac_try_echo=$ac_try;;
18891 esac
18892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18893   (eval "$ac_compile") 2>conftest.er1
18894   ac_status=$?
18895   grep -v '^ *+' conftest.er1 >conftest.err
18896   rm -f conftest.er1
18897   cat conftest.err >&5
18898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18899   (exit $ac_status); } && {
18900          test -z "$ac_c_werror_flag" ||
18901          test ! -s conftest.err
18902        } && test -s conftest.$ac_objext; then
18903   ac_cv_member_sg_io_hdr_t_interface_id=yes
18904 else
18905   echo "$as_me: failed program was:" >&5
18906 sed 's/^/| /' conftest.$ac_ext >&5
18907
18908         ac_cv_member_sg_io_hdr_t_interface_id=no
18909 fi
18910
18911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18912 fi
18913
18914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18915 fi
18916 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
18917 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
18918 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
18919
18920 cat >>confdefs.h <<_ACEOF
18921 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18922 _ACEOF
18923
18924
18925 fi
18926
18927
18928 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
18929 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
18930 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
18931   echo $ECHO_N "(cached) $ECHO_C" >&6
18932 else
18933   cat >conftest.$ac_ext <<_ACEOF
18934 /* confdefs.h.  */
18935 _ACEOF
18936 cat confdefs.h >>conftest.$ac_ext
18937 cat >>conftest.$ac_ext <<_ACEOF
18938 /* end confdefs.h.  */
18939 #include <signal.h>
18940
18941 int
18942 main ()
18943 {
18944 static siginfo_t ac_aggr;
18945 if (ac_aggr.si_fd)
18946 return 0;
18947   ;
18948   return 0;
18949 }
18950 _ACEOF
18951 rm -f conftest.$ac_objext
18952 if { (ac_try="$ac_compile"
18953 case "(($ac_try" in
18954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18955   *) ac_try_echo=$ac_try;;
18956 esac
18957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18958   (eval "$ac_compile") 2>conftest.er1
18959   ac_status=$?
18960   grep -v '^ *+' conftest.er1 >conftest.err
18961   rm -f conftest.er1
18962   cat conftest.err >&5
18963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18964   (exit $ac_status); } && {
18965          test -z "$ac_c_werror_flag" ||
18966          test ! -s conftest.err
18967        } && test -s conftest.$ac_objext; then
18968   ac_cv_member_siginfo_t_si_fd=yes
18969 else
18970   echo "$as_me: failed program was:" >&5
18971 sed 's/^/| /' conftest.$ac_ext >&5
18972
18973         cat >conftest.$ac_ext <<_ACEOF
18974 /* confdefs.h.  */
18975 _ACEOF
18976 cat confdefs.h >>conftest.$ac_ext
18977 cat >>conftest.$ac_ext <<_ACEOF
18978 /* end confdefs.h.  */
18979 #include <signal.h>
18980
18981 int
18982 main ()
18983 {
18984 static siginfo_t ac_aggr;
18985 if (sizeof ac_aggr.si_fd)
18986 return 0;
18987   ;
18988   return 0;
18989 }
18990 _ACEOF
18991 rm -f conftest.$ac_objext
18992 if { (ac_try="$ac_compile"
18993 case "(($ac_try" in
18994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18995   *) ac_try_echo=$ac_try;;
18996 esac
18997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18998   (eval "$ac_compile") 2>conftest.er1
18999   ac_status=$?
19000   grep -v '^ *+' conftest.er1 >conftest.err
19001   rm -f conftest.er1
19002   cat conftest.err >&5
19003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19004   (exit $ac_status); } && {
19005          test -z "$ac_c_werror_flag" ||
19006          test ! -s conftest.err
19007        } && test -s conftest.$ac_objext; then
19008   ac_cv_member_siginfo_t_si_fd=yes
19009 else
19010   echo "$as_me: failed program was:" >&5
19011 sed 's/^/| /' conftest.$ac_ext >&5
19012
19013         ac_cv_member_siginfo_t_si_fd=no
19014 fi
19015
19016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19017 fi
19018
19019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19020 fi
19021 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
19022 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
19023 if test $ac_cv_member_siginfo_t_si_fd = yes; then
19024
19025 cat >>confdefs.h <<_ACEOF
19026 #define HAVE_SIGINFO_T_SI_FD 1
19027 _ACEOF
19028
19029
19030 fi
19031
19032
19033 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
19034 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
19035 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
19036   echo $ECHO_N "(cached) $ECHO_C" >&6
19037 else
19038   cat >conftest.$ac_ext <<_ACEOF
19039 /* confdefs.h.  */
19040 _ACEOF
19041 cat confdefs.h >>conftest.$ac_ext
19042 cat >>conftest.$ac_ext <<_ACEOF
19043 /* end confdefs.h.  */
19044 #include <sys/types.h>
19045 #ifdef HAVE_SYS_MTIO_H
19046 #include <sys/mtio.h>
19047 #endif
19048
19049 int
19050 main ()
19051 {
19052 static struct mtget ac_aggr;
19053 if (ac_aggr.mt_blksiz)
19054 return 0;
19055   ;
19056   return 0;
19057 }
19058 _ACEOF
19059 rm -f conftest.$ac_objext
19060 if { (ac_try="$ac_compile"
19061 case "(($ac_try" in
19062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19063   *) ac_try_echo=$ac_try;;
19064 esac
19065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19066   (eval "$ac_compile") 2>conftest.er1
19067   ac_status=$?
19068   grep -v '^ *+' conftest.er1 >conftest.err
19069   rm -f conftest.er1
19070   cat conftest.err >&5
19071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19072   (exit $ac_status); } && {
19073          test -z "$ac_c_werror_flag" ||
19074          test ! -s conftest.err
19075        } && test -s conftest.$ac_objext; then
19076   ac_cv_member_struct_mtget_mt_blksiz=yes
19077 else
19078   echo "$as_me: failed program was:" >&5
19079 sed 's/^/| /' conftest.$ac_ext >&5
19080
19081         cat >conftest.$ac_ext <<_ACEOF
19082 /* confdefs.h.  */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h.  */
19087 #include <sys/types.h>
19088 #ifdef HAVE_SYS_MTIO_H
19089 #include <sys/mtio.h>
19090 #endif
19091
19092 int
19093 main ()
19094 {
19095 static struct mtget ac_aggr;
19096 if (sizeof ac_aggr.mt_blksiz)
19097 return 0;
19098   ;
19099   return 0;
19100 }
19101 _ACEOF
19102 rm -f conftest.$ac_objext
19103 if { (ac_try="$ac_compile"
19104 case "(($ac_try" in
19105   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19106   *) ac_try_echo=$ac_try;;
19107 esac
19108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19109   (eval "$ac_compile") 2>conftest.er1
19110   ac_status=$?
19111   grep -v '^ *+' conftest.er1 >conftest.err
19112   rm -f conftest.er1
19113   cat conftest.err >&5
19114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19115   (exit $ac_status); } && {
19116          test -z "$ac_c_werror_flag" ||
19117          test ! -s conftest.err
19118        } && test -s conftest.$ac_objext; then
19119   ac_cv_member_struct_mtget_mt_blksiz=yes
19120 else
19121   echo "$as_me: failed program was:" >&5
19122 sed 's/^/| /' conftest.$ac_ext >&5
19123
19124         ac_cv_member_struct_mtget_mt_blksiz=no
19125 fi
19126
19127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19128 fi
19129
19130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19131 fi
19132 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
19133 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
19134 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
19135
19136 cat >>confdefs.h <<_ACEOF
19137 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
19138 _ACEOF
19139
19140
19141 fi
19142 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
19143 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
19144 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
19145   echo $ECHO_N "(cached) $ECHO_C" >&6
19146 else
19147   cat >conftest.$ac_ext <<_ACEOF
19148 /* confdefs.h.  */
19149 _ACEOF
19150 cat confdefs.h >>conftest.$ac_ext
19151 cat >>conftest.$ac_ext <<_ACEOF
19152 /* end confdefs.h.  */
19153 #include <sys/types.h>
19154 #ifdef HAVE_SYS_MTIO_H
19155 #include <sys/mtio.h>
19156 #endif
19157
19158 int
19159 main ()
19160 {
19161 static struct mtget ac_aggr;
19162 if (ac_aggr.mt_gstat)
19163 return 0;
19164   ;
19165   return 0;
19166 }
19167 _ACEOF
19168 rm -f conftest.$ac_objext
19169 if { (ac_try="$ac_compile"
19170 case "(($ac_try" in
19171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19172   *) ac_try_echo=$ac_try;;
19173 esac
19174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19175   (eval "$ac_compile") 2>conftest.er1
19176   ac_status=$?
19177   grep -v '^ *+' conftest.er1 >conftest.err
19178   rm -f conftest.er1
19179   cat conftest.err >&5
19180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19181   (exit $ac_status); } && {
19182          test -z "$ac_c_werror_flag" ||
19183          test ! -s conftest.err
19184        } && test -s conftest.$ac_objext; then
19185   ac_cv_member_struct_mtget_mt_gstat=yes
19186 else
19187   echo "$as_me: failed program was:" >&5
19188 sed 's/^/| /' conftest.$ac_ext >&5
19189
19190         cat >conftest.$ac_ext <<_ACEOF
19191 /* confdefs.h.  */
19192 _ACEOF
19193 cat confdefs.h >>conftest.$ac_ext
19194 cat >>conftest.$ac_ext <<_ACEOF
19195 /* end confdefs.h.  */
19196 #include <sys/types.h>
19197 #ifdef HAVE_SYS_MTIO_H
19198 #include <sys/mtio.h>
19199 #endif
19200
19201 int
19202 main ()
19203 {
19204 static struct mtget ac_aggr;
19205 if (sizeof ac_aggr.mt_gstat)
19206 return 0;
19207   ;
19208   return 0;
19209 }
19210 _ACEOF
19211 rm -f conftest.$ac_objext
19212 if { (ac_try="$ac_compile"
19213 case "(($ac_try" in
19214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19215   *) ac_try_echo=$ac_try;;
19216 esac
19217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19218   (eval "$ac_compile") 2>conftest.er1
19219   ac_status=$?
19220   grep -v '^ *+' conftest.er1 >conftest.err
19221   rm -f conftest.er1
19222   cat conftest.err >&5
19223   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19224   (exit $ac_status); } && {
19225          test -z "$ac_c_werror_flag" ||
19226          test ! -s conftest.err
19227        } && test -s conftest.$ac_objext; then
19228   ac_cv_member_struct_mtget_mt_gstat=yes
19229 else
19230   echo "$as_me: failed program was:" >&5
19231 sed 's/^/| /' conftest.$ac_ext >&5
19232
19233         ac_cv_member_struct_mtget_mt_gstat=no
19234 fi
19235
19236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19237 fi
19238
19239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19240 fi
19241 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
19242 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
19243 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
19244
19245 cat >>confdefs.h <<_ACEOF
19246 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
19247 _ACEOF
19248
19249
19250 fi
19251 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
19252 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
19253 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
19254   echo $ECHO_N "(cached) $ECHO_C" >&6
19255 else
19256   cat >conftest.$ac_ext <<_ACEOF
19257 /* confdefs.h.  */
19258 _ACEOF
19259 cat confdefs.h >>conftest.$ac_ext
19260 cat >>conftest.$ac_ext <<_ACEOF
19261 /* end confdefs.h.  */
19262 #include <sys/types.h>
19263 #ifdef HAVE_SYS_MTIO_H
19264 #include <sys/mtio.h>
19265 #endif
19266
19267 int
19268 main ()
19269 {
19270 static struct mtget ac_aggr;
19271 if (ac_aggr.mt_blkno)
19272 return 0;
19273   ;
19274   return 0;
19275 }
19276 _ACEOF
19277 rm -f conftest.$ac_objext
19278 if { (ac_try="$ac_compile"
19279 case "(($ac_try" in
19280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19281   *) ac_try_echo=$ac_try;;
19282 esac
19283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19284   (eval "$ac_compile") 2>conftest.er1
19285   ac_status=$?
19286   grep -v '^ *+' conftest.er1 >conftest.err
19287   rm -f conftest.er1
19288   cat conftest.err >&5
19289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19290   (exit $ac_status); } && {
19291          test -z "$ac_c_werror_flag" ||
19292          test ! -s conftest.err
19293        } && test -s conftest.$ac_objext; then
19294   ac_cv_member_struct_mtget_mt_blkno=yes
19295 else
19296   echo "$as_me: failed program was:" >&5
19297 sed 's/^/| /' conftest.$ac_ext >&5
19298
19299         cat >conftest.$ac_ext <<_ACEOF
19300 /* confdefs.h.  */
19301 _ACEOF
19302 cat confdefs.h >>conftest.$ac_ext
19303 cat >>conftest.$ac_ext <<_ACEOF
19304 /* end confdefs.h.  */
19305 #include <sys/types.h>
19306 #ifdef HAVE_SYS_MTIO_H
19307 #include <sys/mtio.h>
19308 #endif
19309
19310 int
19311 main ()
19312 {
19313 static struct mtget ac_aggr;
19314 if (sizeof ac_aggr.mt_blkno)
19315 return 0;
19316   ;
19317   return 0;
19318 }
19319 _ACEOF
19320 rm -f conftest.$ac_objext
19321 if { (ac_try="$ac_compile"
19322 case "(($ac_try" in
19323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19324   *) ac_try_echo=$ac_try;;
19325 esac
19326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19327   (eval "$ac_compile") 2>conftest.er1
19328   ac_status=$?
19329   grep -v '^ *+' conftest.er1 >conftest.err
19330   rm -f conftest.er1
19331   cat conftest.err >&5
19332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333   (exit $ac_status); } && {
19334          test -z "$ac_c_werror_flag" ||
19335          test ! -s conftest.err
19336        } && test -s conftest.$ac_objext; then
19337   ac_cv_member_struct_mtget_mt_blkno=yes
19338 else
19339   echo "$as_me: failed program was:" >&5
19340 sed 's/^/| /' conftest.$ac_ext >&5
19341
19342         ac_cv_member_struct_mtget_mt_blkno=no
19343 fi
19344
19345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19346 fi
19347
19348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19349 fi
19350 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
19351 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
19352 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
19353
19354 cat >>confdefs.h <<_ACEOF
19355 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
19356 _ACEOF
19357
19358
19359 fi
19360
19361
19362 { echo "$as_me:$LINENO: checking for struct option.name" >&5
19363 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
19364 if test "${ac_cv_member_struct_option_name+set}" = set; then
19365   echo $ECHO_N "(cached) $ECHO_C" >&6
19366 else
19367   cat >conftest.$ac_ext <<_ACEOF
19368 /* confdefs.h.  */
19369 _ACEOF
19370 cat confdefs.h >>conftest.$ac_ext
19371 cat >>conftest.$ac_ext <<_ACEOF
19372 /* end confdefs.h.  */
19373 #ifdef HAVE_GETOPT_H
19374 #include <getopt.h>
19375 #endif
19376
19377 int
19378 main ()
19379 {
19380 static struct option ac_aggr;
19381 if (ac_aggr.name)
19382 return 0;
19383   ;
19384   return 0;
19385 }
19386 _ACEOF
19387 rm -f conftest.$ac_objext
19388 if { (ac_try="$ac_compile"
19389 case "(($ac_try" in
19390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19391   *) ac_try_echo=$ac_try;;
19392 esac
19393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19394   (eval "$ac_compile") 2>conftest.er1
19395   ac_status=$?
19396   grep -v '^ *+' conftest.er1 >conftest.err
19397   rm -f conftest.er1
19398   cat conftest.err >&5
19399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19400   (exit $ac_status); } && {
19401          test -z "$ac_c_werror_flag" ||
19402          test ! -s conftest.err
19403        } && test -s conftest.$ac_objext; then
19404   ac_cv_member_struct_option_name=yes
19405 else
19406   echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19408
19409         cat >conftest.$ac_ext <<_ACEOF
19410 /* confdefs.h.  */
19411 _ACEOF
19412 cat confdefs.h >>conftest.$ac_ext
19413 cat >>conftest.$ac_ext <<_ACEOF
19414 /* end confdefs.h.  */
19415 #ifdef HAVE_GETOPT_H
19416 #include <getopt.h>
19417 #endif
19418
19419 int
19420 main ()
19421 {
19422 static struct option ac_aggr;
19423 if (sizeof ac_aggr.name)
19424 return 0;
19425   ;
19426   return 0;
19427 }
19428 _ACEOF
19429 rm -f conftest.$ac_objext
19430 if { (ac_try="$ac_compile"
19431 case "(($ac_try" in
19432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19433   *) ac_try_echo=$ac_try;;
19434 esac
19435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19436   (eval "$ac_compile") 2>conftest.er1
19437   ac_status=$?
19438   grep -v '^ *+' conftest.er1 >conftest.err
19439   rm -f conftest.er1
19440   cat conftest.err >&5
19441   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19442   (exit $ac_status); } && {
19443          test -z "$ac_c_werror_flag" ||
19444          test ! -s conftest.err
19445        } && test -s conftest.$ac_objext; then
19446   ac_cv_member_struct_option_name=yes
19447 else
19448   echo "$as_me: failed program was:" >&5
19449 sed 's/^/| /' conftest.$ac_ext >&5
19450
19451         ac_cv_member_struct_option_name=no
19452 fi
19453
19454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19455 fi
19456
19457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19458 fi
19459 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
19460 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
19461 if test $ac_cv_member_struct_option_name = yes; then
19462
19463 cat >>confdefs.h <<_ACEOF
19464 #define HAVE_STRUCT_OPTION_NAME 1
19465 _ACEOF
19466
19467
19468 fi
19469
19470
19471 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
19472 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
19473 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
19474   echo $ECHO_N "(cached) $ECHO_C" >&6
19475 else
19476   cat >conftest.$ac_ext <<_ACEOF
19477 /* confdefs.h.  */
19478 _ACEOF
19479 cat confdefs.h >>conftest.$ac_ext
19480 cat >>conftest.$ac_ext <<_ACEOF
19481 /* end confdefs.h.  */
19482 $ac_includes_default
19483 int
19484 main ()
19485 {
19486 static struct stat ac_aggr;
19487 if (ac_aggr.st_blocks)
19488 return 0;
19489   ;
19490   return 0;
19491 }
19492 _ACEOF
19493 rm -f conftest.$ac_objext
19494 if { (ac_try="$ac_compile"
19495 case "(($ac_try" in
19496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19497   *) ac_try_echo=$ac_try;;
19498 esac
19499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19500   (eval "$ac_compile") 2>conftest.er1
19501   ac_status=$?
19502   grep -v '^ *+' conftest.er1 >conftest.err
19503   rm -f conftest.er1
19504   cat conftest.err >&5
19505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19506   (exit $ac_status); } && {
19507          test -z "$ac_c_werror_flag" ||
19508          test ! -s conftest.err
19509        } && test -s conftest.$ac_objext; then
19510   ac_cv_member_struct_stat_st_blocks=yes
19511 else
19512   echo "$as_me: failed program was:" >&5
19513 sed 's/^/| /' conftest.$ac_ext >&5
19514
19515         cat >conftest.$ac_ext <<_ACEOF
19516 /* confdefs.h.  */
19517 _ACEOF
19518 cat confdefs.h >>conftest.$ac_ext
19519 cat >>conftest.$ac_ext <<_ACEOF
19520 /* end confdefs.h.  */
19521 $ac_includes_default
19522 int
19523 main ()
19524 {
19525 static struct stat ac_aggr;
19526 if (sizeof ac_aggr.st_blocks)
19527 return 0;
19528   ;
19529   return 0;
19530 }
19531 _ACEOF
19532 rm -f conftest.$ac_objext
19533 if { (ac_try="$ac_compile"
19534 case "(($ac_try" in
19535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19536   *) ac_try_echo=$ac_try;;
19537 esac
19538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19539   (eval "$ac_compile") 2>conftest.er1
19540   ac_status=$?
19541   grep -v '^ *+' conftest.er1 >conftest.err
19542   rm -f conftest.er1
19543   cat conftest.err >&5
19544   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19545   (exit $ac_status); } && {
19546          test -z "$ac_c_werror_flag" ||
19547          test ! -s conftest.err
19548        } && test -s conftest.$ac_objext; then
19549   ac_cv_member_struct_stat_st_blocks=yes
19550 else
19551   echo "$as_me: failed program was:" >&5
19552 sed 's/^/| /' conftest.$ac_ext >&5
19553
19554         ac_cv_member_struct_stat_st_blocks=no
19555 fi
19556
19557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19558 fi
19559
19560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19561 fi
19562 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
19563 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
19564 if test $ac_cv_member_struct_stat_st_blocks = yes; then
19565
19566 cat >>confdefs.h <<_ACEOF
19567 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19568 _ACEOF
19569
19570
19571 fi
19572
19573
19574 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
19575 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
19576 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
19577   echo $ECHO_N "(cached) $ECHO_C" >&6
19578 else
19579   cat >conftest.$ac_ext <<_ACEOF
19580 /* confdefs.h.  */
19581 _ACEOF
19582 cat confdefs.h >>conftest.$ac_ext
19583 cat >>conftest.$ac_ext <<_ACEOF
19584 /* end confdefs.h.  */
19585 #ifdef HAVE_SYS_TYPES_H
19586 #include <sys/types.h>
19587 #endif
19588 #ifdef HAVE_NETINET_IN_H
19589 #include <netinet/in.h>
19590 #endif
19591
19592 int
19593 main ()
19594 {
19595 static struct sockaddr_in6 ac_aggr;
19596 if (ac_aggr.sin6_scope_id)
19597 return 0;
19598   ;
19599   return 0;
19600 }
19601 _ACEOF
19602 rm -f conftest.$ac_objext
19603 if { (ac_try="$ac_compile"
19604 case "(($ac_try" in
19605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19606   *) ac_try_echo=$ac_try;;
19607 esac
19608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19609   (eval "$ac_compile") 2>conftest.er1
19610   ac_status=$?
19611   grep -v '^ *+' conftest.er1 >conftest.err
19612   rm -f conftest.er1
19613   cat conftest.err >&5
19614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19615   (exit $ac_status); } && {
19616          test -z "$ac_c_werror_flag" ||
19617          test ! -s conftest.err
19618        } && test -s conftest.$ac_objext; then
19619   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
19620 else
19621   echo "$as_me: failed program was:" >&5
19622 sed 's/^/| /' conftest.$ac_ext >&5
19623
19624         cat >conftest.$ac_ext <<_ACEOF
19625 /* confdefs.h.  */
19626 _ACEOF
19627 cat confdefs.h >>conftest.$ac_ext
19628 cat >>conftest.$ac_ext <<_ACEOF
19629 /* end confdefs.h.  */
19630 #ifdef HAVE_SYS_TYPES_H
19631 #include <sys/types.h>
19632 #endif
19633 #ifdef HAVE_NETINET_IN_H
19634 #include <netinet/in.h>
19635 #endif
19636
19637 int
19638 main ()
19639 {
19640 static struct sockaddr_in6 ac_aggr;
19641 if (sizeof ac_aggr.sin6_scope_id)
19642 return 0;
19643   ;
19644   return 0;
19645 }
19646 _ACEOF
19647 rm -f conftest.$ac_objext
19648 if { (ac_try="$ac_compile"
19649 case "(($ac_try" in
19650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19651   *) ac_try_echo=$ac_try;;
19652 esac
19653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19654   (eval "$ac_compile") 2>conftest.er1
19655   ac_status=$?
19656   grep -v '^ *+' conftest.er1 >conftest.err
19657   rm -f conftest.er1
19658   cat conftest.err >&5
19659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19660   (exit $ac_status); } && {
19661          test -z "$ac_c_werror_flag" ||
19662          test ! -s conftest.err
19663        } && test -s conftest.$ac_objext; then
19664   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
19665 else
19666   echo "$as_me: failed program was:" >&5
19667 sed 's/^/| /' conftest.$ac_ext >&5
19668
19669         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
19670 fi
19671
19672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19673 fi
19674
19675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19676 fi
19677 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
19678 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
19679 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
19680
19681 cat >>confdefs.h <<_ACEOF
19682 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
19683 _ACEOF
19684
19685
19686 fi
19687
19688
19689 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
19690 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
19691 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
19692   echo $ECHO_N "(cached) $ECHO_C" >&6
19693 else
19694   cat >conftest.$ac_ext <<_ACEOF
19695 /* confdefs.h.  */
19696 _ACEOF
19697 cat confdefs.h >>conftest.$ac_ext
19698 cat >>conftest.$ac_ext <<_ACEOF
19699 /* end confdefs.h.  */
19700 #ifdef HAVE_SYS_TYPES_H
19701 #include <sys/types.h>
19702 #endif
19703 #ifdef HAVE_NETINET_IN_H
19704 # include <netinet/in.h>
19705 #endif
19706 #ifdef HAVE_ARPA_NAMESER_H
19707 # include <arpa/nameser.h>
19708 #endif
19709
19710 int
19711 main ()
19712 {
19713 static ns_msg ac_aggr;
19714 if (ac_aggr._msg_ptr)
19715 return 0;
19716   ;
19717   return 0;
19718 }
19719 _ACEOF
19720 rm -f conftest.$ac_objext
19721 if { (ac_try="$ac_compile"
19722 case "(($ac_try" in
19723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19724   *) ac_try_echo=$ac_try;;
19725 esac
19726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19727   (eval "$ac_compile") 2>conftest.er1
19728   ac_status=$?
19729   grep -v '^ *+' conftest.er1 >conftest.err
19730   rm -f conftest.er1
19731   cat conftest.err >&5
19732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19733   (exit $ac_status); } && {
19734          test -z "$ac_c_werror_flag" ||
19735          test ! -s conftest.err
19736        } && test -s conftest.$ac_objext; then
19737   ac_cv_member_ns_msg__msg_ptr=yes
19738 else
19739   echo "$as_me: failed program was:" >&5
19740 sed 's/^/| /' conftest.$ac_ext >&5
19741
19742         cat >conftest.$ac_ext <<_ACEOF
19743 /* confdefs.h.  */
19744 _ACEOF
19745 cat confdefs.h >>conftest.$ac_ext
19746 cat >>conftest.$ac_ext <<_ACEOF
19747 /* end confdefs.h.  */
19748 #ifdef HAVE_SYS_TYPES_H
19749 #include <sys/types.h>
19750 #endif
19751 #ifdef HAVE_NETINET_IN_H
19752 # include <netinet/in.h>
19753 #endif
19754 #ifdef HAVE_ARPA_NAMESER_H
19755 # include <arpa/nameser.h>
19756 #endif
19757
19758 int
19759 main ()
19760 {
19761 static ns_msg ac_aggr;
19762 if (sizeof ac_aggr._msg_ptr)
19763 return 0;
19764   ;
19765   return 0;
19766 }
19767 _ACEOF
19768 rm -f conftest.$ac_objext
19769 if { (ac_try="$ac_compile"
19770 case "(($ac_try" in
19771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19772   *) ac_try_echo=$ac_try;;
19773 esac
19774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19775   (eval "$ac_compile") 2>conftest.er1
19776   ac_status=$?
19777   grep -v '^ *+' conftest.er1 >conftest.err
19778   rm -f conftest.er1
19779   cat conftest.err >&5
19780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781   (exit $ac_status); } && {
19782          test -z "$ac_c_werror_flag" ||
19783          test ! -s conftest.err
19784        } && test -s conftest.$ac_objext; then
19785   ac_cv_member_ns_msg__msg_ptr=yes
19786 else
19787   echo "$as_me: failed program was:" >&5
19788 sed 's/^/| /' conftest.$ac_ext >&5
19789
19790         ac_cv_member_ns_msg__msg_ptr=no
19791 fi
19792
19793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19794 fi
19795
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19797 fi
19798 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
19799 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
19800 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
19801
19802 cat >>confdefs.h <<_ACEOF
19803 #define HAVE_NS_MSG__MSG_PTR 1
19804 _ACEOF
19805
19806
19807 fi
19808
19809
19810 { echo "$as_me:$LINENO: checking for timezone variable" >&5
19811 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
19812 if test "${ac_cv_have_timezone+set}" = set; then
19813   echo $ECHO_N "(cached) $ECHO_C" >&6
19814 else
19815   cat >conftest.$ac_ext <<_ACEOF
19816 /* confdefs.h.  */
19817 _ACEOF
19818 cat confdefs.h >>conftest.$ac_ext
19819 cat >>conftest.$ac_ext <<_ACEOF
19820 /* end confdefs.h.  */
19821 #include <time.h>
19822 int
19823 main ()
19824 {
19825 timezone = 1
19826   ;
19827   return 0;
19828 }
19829 _ACEOF
19830 rm -f conftest.$ac_objext conftest$ac_exeext
19831 if { (ac_try="$ac_link"
19832 case "(($ac_try" in
19833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19834   *) ac_try_echo=$ac_try;;
19835 esac
19836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19837   (eval "$ac_link") 2>conftest.er1
19838   ac_status=$?
19839   grep -v '^ *+' conftest.er1 >conftest.err
19840   rm -f conftest.er1
19841   cat conftest.err >&5
19842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843   (exit $ac_status); } && {
19844          test -z "$ac_c_werror_flag" ||
19845          test ! -s conftest.err
19846        } && test -s conftest$ac_exeext &&
19847        $as_test_x conftest$ac_exeext; then
19848   ac_cv_have_timezone="yes"
19849 else
19850   echo "$as_me: failed program was:" >&5
19851 sed 's/^/| /' conftest.$ac_ext >&5
19852
19853         ac_cv_have_timezone="no"
19854 fi
19855
19856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19857       conftest$ac_exeext conftest.$ac_ext
19858 fi
19859 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
19860 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
19861 if test "$ac_cv_have_timezone" = "yes"
19862 then
19863
19864 cat >>confdefs.h <<\_ACEOF
19865 #define HAVE_TIMEZONE 1
19866 _ACEOF
19867
19868 fi
19869 { echo "$as_me:$LINENO: checking for daylight variable" >&5
19870 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
19871 if test "${ac_cv_have_daylight+set}" = set; then
19872   echo $ECHO_N "(cached) $ECHO_C" >&6
19873 else
19874   cat >conftest.$ac_ext <<_ACEOF
19875 /* confdefs.h.  */
19876 _ACEOF
19877 cat confdefs.h >>conftest.$ac_ext
19878 cat >>conftest.$ac_ext <<_ACEOF
19879 /* end confdefs.h.  */
19880 #include <time.h>
19881 int
19882 main ()
19883 {
19884 daylight = 1
19885   ;
19886   return 0;
19887 }
19888 _ACEOF
19889 rm -f conftest.$ac_objext conftest$ac_exeext
19890 if { (ac_try="$ac_link"
19891 case "(($ac_try" in
19892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19893   *) ac_try_echo=$ac_try;;
19894 esac
19895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19896   (eval "$ac_link") 2>conftest.er1
19897   ac_status=$?
19898   grep -v '^ *+' conftest.er1 >conftest.err
19899   rm -f conftest.er1
19900   cat conftest.err >&5
19901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902   (exit $ac_status); } && {
19903          test -z "$ac_c_werror_flag" ||
19904          test ! -s conftest.err
19905        } && test -s conftest$ac_exeext &&
19906        $as_test_x conftest$ac_exeext; then
19907   ac_cv_have_daylight="yes"
19908 else
19909   echo "$as_me: failed program was:" >&5
19910 sed 's/^/| /' conftest.$ac_ext >&5
19911
19912         ac_cv_have_daylight="no"
19913 fi
19914
19915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19916       conftest$ac_exeext conftest.$ac_ext
19917 fi
19918 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
19919 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
19920 if test "$ac_cv_have_daylight" = "yes"
19921 then
19922
19923 cat >>confdefs.h <<\_ACEOF
19924 #define HAVE_DAYLIGHT 1
19925 _ACEOF
19926
19927 fi
19928
19929
19930 case $host_cpu in
19931   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
19932 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
19933 if test "${ac_cv_cpp_def___i386__+set}" = set; then
19934   echo $ECHO_N "(cached) $ECHO_C" >&6
19935 else
19936   cat >conftest.$ac_ext <<_ACEOF
19937 /* confdefs.h.  */
19938 _ACEOF
19939 cat confdefs.h >>conftest.$ac_ext
19940 cat >>conftest.$ac_ext <<_ACEOF
19941 /* end confdefs.h.  */
19942 #ifndef __i386__
19943 yes
19944 #endif
19945 _ACEOF
19946 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19947   $EGREP "yes" >/dev/null 2>&1; then
19948   ac_cv_cpp_def___i386__=yes
19949 else
19950   ac_cv_cpp_def___i386__=no
19951 fi
19952 rm -f conftest*
19953
19954 fi
19955 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
19956 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
19957 if test $ac_cv_cpp_def___i386__ = yes; then
19958   CFLAGS="$CFLAGS -D__i386__"
19959   LINTFLAGS="$LINTFLAGS -D__i386__"
19960 fi
19961  ;;
19962   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
19963 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
19964 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
19965   echo $ECHO_N "(cached) $ECHO_C" >&6
19966 else
19967   cat >conftest.$ac_ext <<_ACEOF
19968 /* confdefs.h.  */
19969 _ACEOF
19970 cat confdefs.h >>conftest.$ac_ext
19971 cat >>conftest.$ac_ext <<_ACEOF
19972 /* end confdefs.h.  */
19973 #ifndef __x86_64__
19974 yes
19975 #endif
19976 _ACEOF
19977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19978   $EGREP "yes" >/dev/null 2>&1; then
19979   ac_cv_cpp_def___x86_64__=yes
19980 else
19981   ac_cv_cpp_def___x86_64__=no
19982 fi
19983 rm -f conftest*
19984
19985 fi
19986 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
19987 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
19988 if test $ac_cv_cpp_def___x86_64__ = yes; then
19989   CFLAGS="$CFLAGS -D__x86_64__"
19990   LINTFLAGS="$LINTFLAGS -D__x86_64__"
19991 fi
19992  ;;
19993   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
19994 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
19995 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
19996   echo $ECHO_N "(cached) $ECHO_C" >&6
19997 else
19998   cat >conftest.$ac_ext <<_ACEOF
19999 /* confdefs.h.  */
20000 _ACEOF
20001 cat confdefs.h >>conftest.$ac_ext
20002 cat >>conftest.$ac_ext <<_ACEOF
20003 /* end confdefs.h.  */
20004 #ifndef __ALPHA__
20005 yes
20006 #endif
20007 _ACEOF
20008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20009   $EGREP "yes" >/dev/null 2>&1; then
20010   ac_cv_cpp_def___ALPHA__=yes
20011 else
20012   ac_cv_cpp_def___ALPHA__=no
20013 fi
20014 rm -f conftest*
20015
20016 fi
20017 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
20018 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
20019 if test $ac_cv_cpp_def___ALPHA__ = yes; then
20020   CFLAGS="$CFLAGS -D__ALPHA__"
20021   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
20022 fi
20023  ;;
20024   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
20025 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
20026 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
20027   echo $ECHO_N "(cached) $ECHO_C" >&6
20028 else
20029   cat >conftest.$ac_ext <<_ACEOF
20030 /* confdefs.h.  */
20031 _ACEOF
20032 cat confdefs.h >>conftest.$ac_ext
20033 cat >>conftest.$ac_ext <<_ACEOF
20034 /* end confdefs.h.  */
20035 #ifndef __sparc__
20036 yes
20037 #endif
20038 _ACEOF
20039 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20040   $EGREP "yes" >/dev/null 2>&1; then
20041   ac_cv_cpp_def___sparc__=yes
20042 else
20043   ac_cv_cpp_def___sparc__=no
20044 fi
20045 rm -f conftest*
20046
20047 fi
20048 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
20049 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
20050 if test $ac_cv_cpp_def___sparc__ = yes; then
20051   CFLAGS="$CFLAGS -D__sparc__"
20052   LINTFLAGS="$LINTFLAGS -D__sparc__"
20053 fi
20054  ;;
20055   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
20056 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
20057 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
20058   echo $ECHO_N "(cached) $ECHO_C" >&6
20059 else
20060   cat >conftest.$ac_ext <<_ACEOF
20061 /* confdefs.h.  */
20062 _ACEOF
20063 cat confdefs.h >>conftest.$ac_ext
20064 cat >>conftest.$ac_ext <<_ACEOF
20065 /* end confdefs.h.  */
20066 #ifndef __powerpc__
20067 yes
20068 #endif
20069 _ACEOF
20070 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20071   $EGREP "yes" >/dev/null 2>&1; then
20072   ac_cv_cpp_def___powerpc__=yes
20073 else
20074   ac_cv_cpp_def___powerpc__=no
20075 fi
20076 rm -f conftest*
20077
20078 fi
20079 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
20080 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
20081 if test $ac_cv_cpp_def___powerpc__ = yes; then
20082   CFLAGS="$CFLAGS -D__powerpc__"
20083   LINTFLAGS="$LINTFLAGS -D__powerpc__"
20084 fi
20085  ;;
20086 esac
20087
20088 case $host_vendor in
20089   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
20090 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
20091 if test "${ac_cv_cpp_def___sun__+set}" = set; then
20092   echo $ECHO_N "(cached) $ECHO_C" >&6
20093 else
20094   cat >conftest.$ac_ext <<_ACEOF
20095 /* confdefs.h.  */
20096 _ACEOF
20097 cat confdefs.h >>conftest.$ac_ext
20098 cat >>conftest.$ac_ext <<_ACEOF
20099 /* end confdefs.h.  */
20100 #ifndef __sun__
20101 yes
20102 #endif
20103 _ACEOF
20104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20105   $EGREP "yes" >/dev/null 2>&1; then
20106   ac_cv_cpp_def___sun__=yes
20107 else
20108   ac_cv_cpp_def___sun__=no
20109 fi
20110 rm -f conftest*
20111
20112 fi
20113 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
20114 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
20115 if test $ac_cv_cpp_def___sun__ = yes; then
20116   CFLAGS="$CFLAGS -D__sun__"
20117   LINTFLAGS="$LINTFLAGS -D__sun__"
20118 fi
20119  ;;
20120 esac
20121
20122
20123 DEPENDENCIES="### Dependencies:
20124
20125 .INIT: Makefile
20126 .BEGIN: Makefile
20127 Makefile: dummy
20128         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
20129
20130 \$(OBJS): \$(IDL_GEN_HEADERS)
20131 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
20132 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
20133 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
20134
20135
20136
20137
20138
20139 ac_config_commands="$ac_config_commands include/stamp-h"
20140
20141
20142 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
20143
20144 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
20145
20146 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
20147
20148 ac_config_commands="$ac_config_commands dlls/user32/resources"
20149
20150 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
20151
20152 ac_config_commands="$ac_config_commands include/wine"
20153
20154
20155 MAKE_RULES=Make.rules
20156
20157
20158 MAKE_DLL_RULES=dlls/Makedll.rules
20159
20160
20161 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
20162
20163
20164 MAKE_TEST_RULES=dlls/Maketest.rules
20165
20166
20167 MAKE_PROG_RULES=programs/Makeprog.rules
20168
20169
20170 ac_config_files="$ac_config_files Make.rules"
20171
20172 ac_config_files="$ac_config_files dlls/Makedll.rules"
20173
20174 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
20175
20176 ac_config_files="$ac_config_files dlls/Maketest.rules"
20177
20178 ac_config_files="$ac_config_files programs/Makeprog.rules"
20179
20180 ac_config_files="$ac_config_files Makefile"
20181
20182 ac_config_files="$ac_config_files dlls/Makefile"
20183
20184 ac_config_files="$ac_config_files dlls/acledit/Makefile"
20185
20186 ac_config_files="$ac_config_files dlls/activeds/Makefile"
20187
20188 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
20189
20190 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
20191
20192 ac_config_files="$ac_config_files dlls/advpack/Makefile"
20193
20194 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
20195
20196 ac_config_files="$ac_config_files dlls/amstream/Makefile"
20197
20198 ac_config_files="$ac_config_files dlls/atl/Makefile"
20199
20200 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
20201
20202 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
20203
20204 ac_config_files="$ac_config_files dlls/browseui/Makefile"
20205
20206 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
20207
20208 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
20209
20210 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
20211
20212 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
20213
20214 ac_config_files="$ac_config_files dlls/cards/Makefile"
20215
20216 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
20217
20218 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
20219
20220 ac_config_files="$ac_config_files dlls/comcat/Makefile"
20221
20222 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
20223
20224 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
20225
20226 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
20227
20228 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
20229
20230 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
20231
20232 ac_config_files="$ac_config_files dlls/compstui/Makefile"
20233
20234 ac_config_files="$ac_config_files dlls/credui/Makefile"
20235
20236 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
20237
20238 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
20239
20240 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
20241
20242 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
20243
20244 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
20245
20246 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
20247
20248 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
20249
20250 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
20251
20252 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
20253
20254 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
20255
20256 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
20257
20258 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
20259
20260 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
20261
20262 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
20263
20264 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
20265
20266 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
20267
20268 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
20269
20270 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
20271
20272 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
20273
20274 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
20275
20276 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
20277
20278 ac_config_files="$ac_config_files dlls/devenum/Makefile"
20279
20280 ac_config_files="$ac_config_files dlls/dinput/Makefile"
20281
20282 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
20283
20284 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
20285
20286 ac_config_files="$ac_config_files dlls/dmband/Makefile"
20287
20288 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
20289
20290 ac_config_files="$ac_config_files dlls/dmime/Makefile"
20291
20292 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
20293
20294 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
20295
20296 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
20297
20298 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
20299
20300 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
20301
20302 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
20303
20304 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
20305
20306 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
20307
20308 ac_config_files="$ac_config_files dlls/dplay/Makefile"
20309
20310 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
20311
20312 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
20313
20314 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
20315
20316 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
20317
20318 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
20319
20320 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
20321
20322 ac_config_files="$ac_config_files dlls/dsound/Makefile"
20323
20324 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
20325
20326 ac_config_files="$ac_config_files dlls/dswave/Makefile"
20327
20328 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
20329
20330 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
20331
20332 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
20333
20334 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
20335
20336 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
20337
20338 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
20339
20340 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
20341
20342 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
20343
20344 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
20345
20346 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
20347
20348 ac_config_files="$ac_config_files dlls/glu32/Makefile"
20349
20350 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
20351
20352 ac_config_files="$ac_config_files dlls/hal/Makefile"
20353
20354 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
20355
20356 ac_config_files="$ac_config_files dlls/hid/Makefile"
20357
20358 ac_config_files="$ac_config_files dlls/hlink/Makefile"
20359
20360 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
20361
20362 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
20363
20364 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
20365
20366 ac_config_files="$ac_config_files dlls/icmp/Makefile"
20367
20368 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
20369
20370 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
20371
20372 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
20373
20374 ac_config_files="$ac_config_files dlls/imm32/Makefile"
20375
20376 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
20377
20378 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
20379
20380 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
20381
20382 ac_config_files="$ac_config_files dlls/inseng/Makefile"
20383
20384 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
20385
20386 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
20387
20388 ac_config_files="$ac_config_files dlls/itss/Makefile"
20389
20390 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
20391
20392 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
20393
20394 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
20395
20396 ac_config_files="$ac_config_files dlls/localspl/Makefile"
20397
20398 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
20399
20400 ac_config_files="$ac_config_files dlls/localui/Makefile"
20401
20402 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
20403
20404 ac_config_files="$ac_config_files dlls/lz32/Makefile"
20405
20406 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
20407
20408 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
20409
20410 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
20411
20412 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
20413
20414 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
20415
20416 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
20417
20418 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
20419
20420 ac_config_files="$ac_config_files dlls/midimap/Makefile"
20421
20422 ac_config_files="$ac_config_files dlls/mlang/Makefile"
20423
20424 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
20425
20426 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
20427
20428 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
20429
20430 ac_config_files="$ac_config_files dlls/mpr/Makefile"
20431
20432 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
20433
20434 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
20435
20436 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
20437
20438 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
20439
20440 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
20441
20442 ac_config_files="$ac_config_files dlls/mscms/Makefile"
20443
20444 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
20445
20446 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
20447
20448 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
20449
20450 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
20451
20452 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
20453
20454 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
20455
20456 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
20457
20458 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
20459
20460 ac_config_files="$ac_config_files dlls/msi/Makefile"
20461
20462 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
20463
20464 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
20465
20466 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
20467
20468 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
20469
20470 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
20471
20472 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
20473
20474 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
20475
20476 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
20477
20478 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
20479
20480 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
20481
20482 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
20483
20484 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
20485
20486 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
20487
20488 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
20489
20490 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
20491
20492 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
20493
20494 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
20495
20496 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
20497
20498 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
20499
20500 ac_config_files="$ac_config_files dlls/newdev/Makefile"
20501
20502 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
20503
20504 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
20505
20506 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
20507
20508 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
20509
20510 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
20511
20512 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
20513
20514 ac_config_files="$ac_config_files dlls/objsel/Makefile"
20515
20516 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
20517
20518 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
20519
20520 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
20521
20522 ac_config_files="$ac_config_files dlls/ole32/Makefile"
20523
20524 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
20525
20526 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
20527
20528 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
20529
20530 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
20531
20532 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
20533
20534 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
20535
20536 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
20537
20538 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
20539
20540 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
20541
20542 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
20543
20544 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
20545
20546 ac_config_files="$ac_config_files dlls/pdh/Makefile"
20547
20548 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
20549
20550 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
20551
20552 ac_config_files="$ac_config_files dlls/printui/Makefile"
20553
20554 ac_config_files="$ac_config_files dlls/psapi/Makefile"
20555
20556 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
20557
20558 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
20559
20560 ac_config_files="$ac_config_files dlls/qcap/Makefile"
20561
20562 ac_config_files="$ac_config_files dlls/quartz/Makefile"
20563
20564 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
20565
20566 ac_config_files="$ac_config_files dlls/query/Makefile"
20567
20568 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
20569
20570 ac_config_files="$ac_config_files dlls/resutils/Makefile"
20571
20572 ac_config_files="$ac_config_files dlls/riched20/Makefile"
20573
20574 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
20575
20576 ac_config_files="$ac_config_files dlls/riched32/Makefile"
20577
20578 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
20579
20580 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
20581
20582 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
20583
20584 ac_config_files="$ac_config_files dlls/rsabase/tests/Makefile"
20585
20586 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
20587
20588 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
20589
20590 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
20591
20592 ac_config_files="$ac_config_files dlls/schannel/Makefile"
20593
20594 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
20595
20596 ac_config_files="$ac_config_files dlls/secur32/Makefile"
20597
20598 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
20599
20600 ac_config_files="$ac_config_files dlls/security/Makefile"
20601
20602 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
20603
20604 ac_config_files="$ac_config_files dlls/serialui/Makefile"
20605
20606 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
20607
20608 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
20609
20610 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
20611
20612 ac_config_files="$ac_config_files dlls/sfc/Makefile"
20613
20614 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
20615
20616 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
20617
20618 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
20619
20620 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
20621
20622 ac_config_files="$ac_config_files dlls/shell32/Makefile"
20623
20624 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
20625
20626 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
20627
20628 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
20629
20630 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
20631
20632 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
20633
20634 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
20635
20636 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
20637
20638 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
20639
20640 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
20641
20642 ac_config_files="$ac_config_files dlls/sti/Makefile"
20643
20644 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
20645
20646 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
20647
20648 ac_config_files="$ac_config_files dlls/sxs/Makefile"
20649
20650 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
20651
20652 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
20653
20654 ac_config_files="$ac_config_files dlls/unicows/Makefile"
20655
20656 ac_config_files="$ac_config_files dlls/url/Makefile"
20657
20658 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
20659
20660 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
20661
20662 ac_config_files="$ac_config_files dlls/user32/Makefile"
20663
20664 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
20665
20666 ac_config_files="$ac_config_files dlls/userenv/Makefile"
20667
20668 ac_config_files="$ac_config_files dlls/usp10/Makefile"
20669
20670 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
20671
20672 ac_config_files="$ac_config_files dlls/uuid/Makefile"
20673
20674 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
20675
20676 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
20677
20678 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
20679
20680 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
20681
20682 ac_config_files="$ac_config_files dlls/version/Makefile"
20683
20684 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
20685
20686 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
20687
20688 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
20689
20690 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
20691
20692 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
20693
20694 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
20695
20696 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
20697
20698 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
20699
20700 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
20701
20702 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
20703
20704 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
20705
20706 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
20707
20708 ac_config_files="$ac_config_files dlls/winedos/Makefile"
20709
20710 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
20711
20712 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
20713
20714 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
20715
20716 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
20717
20718 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
20719
20720 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
20721
20722 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
20723
20724 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
20725
20726 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
20727
20728 ac_config_files="$ac_config_files dlls/wing32/Makefile"
20729
20730 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
20731
20732 ac_config_files="$ac_config_files dlls/wininet/Makefile"
20733
20734 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
20735
20736 ac_config_files="$ac_config_files dlls/winmm/Makefile"
20737
20738 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
20739
20740 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
20741
20742 ac_config_files="$ac_config_files dlls/winscard/Makefile"
20743
20744 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
20745
20746 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
20747
20748 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
20749
20750 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
20751
20752 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
20753
20754 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
20755
20756 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
20757
20758 ac_config_files="$ac_config_files dlls/wow32/Makefile"
20759
20760 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
20761
20762 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
20763
20764 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
20765
20766 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
20767
20768 ac_config_files="$ac_config_files documentation/Makefile"
20769
20770 ac_config_files="$ac_config_files fonts/Makefile"
20771
20772 ac_config_files="$ac_config_files include/Makefile"
20773
20774 ac_config_files="$ac_config_files libs/Makefile"
20775
20776 ac_config_files="$ac_config_files libs/port/Makefile"
20777
20778 ac_config_files="$ac_config_files libs/wine/Makefile"
20779
20780 ac_config_files="$ac_config_files libs/wpp/Makefile"
20781
20782 ac_config_files="$ac_config_files loader/Makefile"
20783
20784 ac_config_files="$ac_config_files programs/Makefile"
20785
20786 ac_config_files="$ac_config_files programs/clock/Makefile"
20787
20788 ac_config_files="$ac_config_files programs/cmd/Makefile"
20789
20790 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
20791
20792 ac_config_files="$ac_config_files programs/control/Makefile"
20793
20794 ac_config_files="$ac_config_files programs/eject/Makefile"
20795
20796 ac_config_files="$ac_config_files programs/expand/Makefile"
20797
20798 ac_config_files="$ac_config_files programs/explorer/Makefile"
20799
20800 ac_config_files="$ac_config_files programs/hh/Makefile"
20801
20802 ac_config_files="$ac_config_files programs/icinfo/Makefile"
20803
20804 ac_config_files="$ac_config_files programs/iexplore/Makefile"
20805
20806 ac_config_files="$ac_config_files programs/msiexec/Makefile"
20807
20808 ac_config_files="$ac_config_files programs/net/Makefile"
20809
20810 ac_config_files="$ac_config_files programs/notepad/Makefile"
20811
20812 ac_config_files="$ac_config_files programs/oleview/Makefile"
20813
20814 ac_config_files="$ac_config_files programs/progman/Makefile"
20815
20816 ac_config_files="$ac_config_files programs/regedit/Makefile"
20817
20818 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
20819
20820 ac_config_files="$ac_config_files programs/rpcss/Makefile"
20821
20822 ac_config_files="$ac_config_files programs/rundll32/Makefile"
20823
20824 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
20825
20826 ac_config_files="$ac_config_files programs/start/Makefile"
20827
20828 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
20829
20830 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
20831
20832 ac_config_files="$ac_config_files programs/view/Makefile"
20833
20834 ac_config_files="$ac_config_files programs/wineboot/Makefile"
20835
20836 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
20837
20838 ac_config_files="$ac_config_files programs/winecfg/Makefile"
20839
20840 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
20841
20842 ac_config_files="$ac_config_files programs/winedbg/Makefile"
20843
20844 ac_config_files="$ac_config_files programs/winedevice/Makefile"
20845
20846 ac_config_files="$ac_config_files programs/winefile/Makefile"
20847
20848 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
20849
20850 ac_config_files="$ac_config_files programs/winemine/Makefile"
20851
20852 ac_config_files="$ac_config_files programs/winepath/Makefile"
20853
20854 ac_config_files="$ac_config_files programs/winetest/Makefile"
20855
20856 ac_config_files="$ac_config_files programs/winevdm/Makefile"
20857
20858 ac_config_files="$ac_config_files programs/winhelp/Makefile"
20859
20860 ac_config_files="$ac_config_files programs/winver/Makefile"
20861
20862 ac_config_files="$ac_config_files programs/wordpad/Makefile"
20863
20864 ac_config_files="$ac_config_files programs/write/Makefile"
20865
20866 ac_config_files="$ac_config_files programs/xcopy/Makefile"
20867
20868 ac_config_files="$ac_config_files server/Makefile"
20869
20870 ac_config_files="$ac_config_files tools/Makefile"
20871
20872 ac_config_files="$ac_config_files tools/widl/Makefile"
20873
20874 ac_config_files="$ac_config_files tools/winebuild/Makefile"
20875
20876 ac_config_files="$ac_config_files tools/winedump/Makefile"
20877
20878 ac_config_files="$ac_config_files tools/winegcc/Makefile"
20879
20880 ac_config_files="$ac_config_files tools/wmc/Makefile"
20881
20882 ac_config_files="$ac_config_files tools/wrc/Makefile"
20883
20884
20885 cat >confcache <<\_ACEOF
20886 # This file is a shell script that caches the results of configure
20887 # tests run on this system so they can be shared between configure
20888 # scripts and configure runs, see configure's option --config-cache.
20889 # It is not useful on other systems.  If it contains results you don't
20890 # want to keep, you may remove or edit it.
20891 #
20892 # config.status only pays attention to the cache file if you give it
20893 # the --recheck option to rerun configure.
20894 #
20895 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20896 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20897 # following values.
20898
20899 _ACEOF
20900
20901 # The following way of writing the cache mishandles newlines in values,
20902 # but we know of no workaround that is simple, portable, and efficient.
20903 # So, we kill variables containing newlines.
20904 # Ultrix sh set writes to stderr and can't be redirected directly,
20905 # and sets the high bit in the cache file unless we assign to the vars.
20906 (
20907   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
20908     eval ac_val=\$$ac_var
20909     case $ac_val in #(
20910     *${as_nl}*)
20911       case $ac_var in #(
20912       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
20913 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
20914       esac
20915       case $ac_var in #(
20916       _ | IFS | as_nl) ;; #(
20917       *) $as_unset $ac_var ;;
20918       esac ;;
20919     esac
20920   done
20921
20922   (set) 2>&1 |
20923     case $as_nl`(ac_space=' '; set) 2>&1` in #(
20924     *${as_nl}ac_space=\ *)
20925       # `set' does not quote correctly, so add quotes (double-quote
20926       # substitution turns \\\\ into \\, and sed turns \\ into \).
20927       sed -n \
20928         "s/'/'\\\\''/g;
20929           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20930       ;; #(
20931     *)
20932       # `set' quotes correctly as required by POSIX, so do not add quotes.
20933       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20934       ;;
20935     esac |
20936     sort
20937 ) |
20938   sed '
20939      /^ac_cv_env_/b end
20940      t clear
20941      :clear
20942      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20943      t end
20944      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20945      :end' >>confcache
20946 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20947   if test -w "$cache_file"; then
20948     test "x$cache_file" != "x/dev/null" &&
20949       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
20950 echo "$as_me: updating cache $cache_file" >&6;}
20951     cat confcache >$cache_file
20952   else
20953     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
20954 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20955   fi
20956 fi
20957 rm -f confcache
20958
20959 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20960 # Let make expand exec_prefix.
20961 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20962
20963 DEFS=-DHAVE_CONFIG_H
20964
20965 ac_libobjs=
20966 ac_ltlibobjs=
20967 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20968   # 1. Remove the extension, and $U if already installed.
20969   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20970   ac_i=`echo "$ac_i" | sed "$ac_script"`
20971   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
20972   #    will be set to the directory where LIBOBJS objects are built.
20973   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20974   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
20975 done
20976 LIBOBJS=$ac_libobjs
20977
20978 LTLIBOBJS=$ac_ltlibobjs
20979
20980
20981
20982 : ${CONFIG_STATUS=./config.status}
20983 ac_clean_files_save=$ac_clean_files
20984 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20985 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
20986 echo "$as_me: creating $CONFIG_STATUS" >&6;}
20987 cat >$CONFIG_STATUS <<_ACEOF
20988 #! $SHELL
20989 # Generated by $as_me.
20990 # Run this file to recreate the current configuration.
20991 # Compiler output produced by configure, useful for debugging
20992 # configure, is in config.log if it exists.
20993
20994 debug=false
20995 ac_cs_recheck=false
20996 ac_cs_silent=false
20997 SHELL=\${CONFIG_SHELL-$SHELL}
20998 _ACEOF
20999
21000 cat >>$CONFIG_STATUS <<\_ACEOF
21001 ## --------------------- ##
21002 ## M4sh Initialization.  ##
21003 ## --------------------- ##
21004
21005 # Be more Bourne compatible
21006 DUALCASE=1; export DUALCASE # for MKS sh
21007 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21008   emulate sh
21009   NULLCMD=:
21010   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21011   # is contrary to our usage.  Disable this feature.
21012   alias -g '${1+"$@"}'='"$@"'
21013   setopt NO_GLOB_SUBST
21014 else
21015   case `(set -o) 2>/dev/null` in
21016   *posix*) set -o posix ;;
21017 esac
21018
21019 fi
21020
21021
21022
21023
21024 # PATH needs CR
21025 # Avoid depending upon Character Ranges.
21026 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21027 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21028 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21029 as_cr_digits='0123456789'
21030 as_cr_alnum=$as_cr_Letters$as_cr_digits
21031
21032 # The user is always right.
21033 if test "${PATH_SEPARATOR+set}" != set; then
21034   echo "#! /bin/sh" >conf$$.sh
21035   echo  "exit 0"   >>conf$$.sh
21036   chmod +x conf$$.sh
21037   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21038     PATH_SEPARATOR=';'
21039   else
21040     PATH_SEPARATOR=:
21041   fi
21042   rm -f conf$$.sh
21043 fi
21044
21045 # Support unset when possible.
21046 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21047   as_unset=unset
21048 else
21049   as_unset=false
21050 fi
21051
21052
21053 # IFS
21054 # We need space, tab and new line, in precisely that order.  Quoting is
21055 # there to prevent editors from complaining about space-tab.
21056 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21057 # splitting by setting IFS to empty value.)
21058 as_nl='
21059 '
21060 IFS=" ""        $as_nl"
21061
21062 # Find who we are.  Look in the path if we contain no directory separator.
21063 case $0 in
21064   *[\\/]* ) as_myself=$0 ;;
21065   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21066 for as_dir in $PATH
21067 do
21068   IFS=$as_save_IFS
21069   test -z "$as_dir" && as_dir=.
21070   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21071 done
21072 IFS=$as_save_IFS
21073
21074      ;;
21075 esac
21076 # We did not find ourselves, most probably we were run as `sh COMMAND'
21077 # in which case we are not to be found in the path.
21078 if test "x$as_myself" = x; then
21079   as_myself=$0
21080 fi
21081 if test ! -f "$as_myself"; then
21082   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21083   { (exit 1); exit 1; }
21084 fi
21085
21086 # Work around bugs in pre-3.0 UWIN ksh.
21087 for as_var in ENV MAIL MAILPATH
21088 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21089 done
21090 PS1='$ '
21091 PS2='> '
21092 PS4='+ '
21093
21094 # NLS nuisances.
21095 for as_var in \
21096   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21097   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21098   LC_TELEPHONE LC_TIME
21099 do
21100   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21101     eval $as_var=C; export $as_var
21102   else
21103     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21104   fi
21105 done
21106
21107 # Required to use basename.
21108 if expr a : '\(a\)' >/dev/null 2>&1 &&
21109    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21110   as_expr=expr
21111 else
21112   as_expr=false
21113 fi
21114
21115 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21116   as_basename=basename
21117 else
21118   as_basename=false
21119 fi
21120
21121
21122 # Name of the executable.
21123 as_me=`$as_basename -- "$0" ||
21124 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21125          X"$0" : 'X\(//\)$' \| \
21126          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21127 echo X/"$0" |
21128     sed '/^.*\/\([^/][^/]*\)\/*$/{
21129             s//\1/
21130             q
21131           }
21132           /^X\/\(\/\/\)$/{
21133             s//\1/
21134             q
21135           }
21136           /^X\/\(\/\).*/{
21137             s//\1/
21138             q
21139           }
21140           s/.*/./; q'`
21141
21142 # CDPATH.
21143 $as_unset CDPATH
21144
21145
21146
21147   as_lineno_1=$LINENO
21148   as_lineno_2=$LINENO
21149   test "x$as_lineno_1" != "x$as_lineno_2" &&
21150   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
21151
21152   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21153   # uniformly replaced by the line number.  The first 'sed' inserts a
21154   # line-number line after each line using $LINENO; the second 'sed'
21155   # does the real work.  The second script uses 'N' to pair each
21156   # line-number line with the line containing $LINENO, and appends
21157   # trailing '-' during substitution so that $LINENO is not a special
21158   # case at line end.
21159   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21160   # scripts with optimization help from Paolo Bonzini.  Blame Lee
21161   # E. McMahon (1931-1989) for sed's syntax.  :-)
21162   sed -n '
21163     p
21164     /[$]LINENO/=
21165   ' <$as_myself |
21166     sed '
21167       s/[$]LINENO.*/&-/
21168       t lineno
21169       b
21170       :lineno
21171       N
21172       :loop
21173       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21174       t loop
21175       s/-\n.*//
21176     ' >$as_me.lineno &&
21177   chmod +x "$as_me.lineno" ||
21178     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21179    { (exit 1); exit 1; }; }
21180
21181   # Don't try to exec as it changes $[0], causing all sort of problems
21182   # (the dirname of $[0] is not the place where we might find the
21183   # original and so on.  Autoconf is especially sensitive to this).
21184   . "./$as_me.lineno"
21185   # Exit status is that of the last command.
21186   exit
21187 }
21188
21189
21190 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21191   as_dirname=dirname
21192 else
21193   as_dirname=false
21194 fi
21195
21196 ECHO_C= ECHO_N= ECHO_T=
21197 case `echo -n x` in
21198 -n*)
21199   case `echo 'x\c'` in
21200   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
21201   *)   ECHO_C='\c';;
21202   esac;;
21203 *)
21204   ECHO_N='-n';;
21205 esac
21206
21207 if expr a : '\(a\)' >/dev/null 2>&1 &&
21208    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21209   as_expr=expr
21210 else
21211   as_expr=false
21212 fi
21213
21214 rm -f conf$$ conf$$.exe conf$$.file
21215 if test -d conf$$.dir; then
21216   rm -f conf$$.dir/conf$$.file
21217 else
21218   rm -f conf$$.dir
21219   mkdir conf$$.dir
21220 fi
21221 echo >conf$$.file
21222 if ln -s conf$$.file conf$$ 2>/dev/null; then
21223   as_ln_s='ln -s'
21224   # ... but there are two gotchas:
21225   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21226   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21227   # In both cases, we have to default to `cp -p'.
21228   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21229     as_ln_s='cp -p'
21230 elif ln conf$$.file conf$$ 2>/dev/null; then
21231   as_ln_s=ln
21232 else
21233   as_ln_s='cp -p'
21234 fi
21235 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21236 rmdir conf$$.dir 2>/dev/null
21237
21238 if mkdir -p . 2>/dev/null; then
21239   as_mkdir_p=:
21240 else
21241   test -d ./-p && rmdir ./-p
21242   as_mkdir_p=false
21243 fi
21244
21245 if test -x / >/dev/null 2>&1; then
21246   as_test_x='test -x'
21247 else
21248   if ls -dL / >/dev/null 2>&1; then
21249     as_ls_L_option=L
21250   else
21251     as_ls_L_option=
21252   fi
21253   as_test_x='
21254     eval sh -c '\''
21255       if test -d "$1"; then
21256         test -d "$1/.";
21257       else
21258         case $1 in
21259         -*)set "./$1";;
21260         esac;
21261         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
21262         ???[sx]*):;;*)false;;esac;fi
21263     '\'' sh
21264   '
21265 fi
21266 as_executable_p=$as_test_x
21267
21268 # Sed expression to map a string onto a valid CPP name.
21269 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21270
21271 # Sed expression to map a string onto a valid variable name.
21272 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21273
21274
21275 exec 6>&1
21276
21277 # Save the log message, to keep $[0] and so on meaningful, and to
21278 # report actual input values of CONFIG_FILES etc. instead of their
21279 # values after options handling.
21280 ac_log="
21281 This file was extended by Wine $as_me 0.9.45, which was
21282 generated by GNU Autoconf 2.61.  Invocation command line was
21283
21284   CONFIG_FILES    = $CONFIG_FILES
21285   CONFIG_HEADERS  = $CONFIG_HEADERS
21286   CONFIG_LINKS    = $CONFIG_LINKS
21287   CONFIG_COMMANDS = $CONFIG_COMMANDS
21288   $ $0 $@
21289
21290 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21291 "
21292
21293 _ACEOF
21294
21295 cat >>$CONFIG_STATUS <<_ACEOF
21296 # Files that config.status was made for.
21297 config_files="$ac_config_files"
21298 config_headers="$ac_config_headers"
21299 config_commands="$ac_config_commands"
21300
21301 _ACEOF
21302
21303 cat >>$CONFIG_STATUS <<\_ACEOF
21304 ac_cs_usage="\
21305 \`$as_me' instantiates files from templates according to the
21306 current configuration.
21307
21308 Usage: $0 [OPTIONS] [FILE]...
21309
21310   -h, --help       print this help, then exit
21311   -V, --version    print version number and configuration settings, then exit
21312   -q, --quiet      do not print progress messages
21313   -d, --debug      don't remove temporary files
21314       --recheck    update $as_me by reconfiguring in the same conditions
21315   --file=FILE[:TEMPLATE]
21316                    instantiate the configuration file FILE
21317   --header=FILE[:TEMPLATE]
21318                    instantiate the configuration header FILE
21319
21320 Configuration files:
21321 $config_files
21322
21323 Configuration headers:
21324 $config_headers
21325
21326 Configuration commands:
21327 $config_commands
21328
21329 Report bugs to <bug-autoconf@gnu.org>."
21330
21331 _ACEOF
21332 cat >>$CONFIG_STATUS <<_ACEOF
21333 ac_cs_version="\\
21334 Wine config.status 0.9.45
21335 configured by $0, generated by GNU Autoconf 2.61,
21336   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
21337
21338 Copyright (C) 2006 Free Software Foundation, Inc.
21339 This config.status script is free software; the Free Software Foundation
21340 gives unlimited permission to copy, distribute and modify it."
21341
21342 ac_pwd='$ac_pwd'
21343 srcdir='$srcdir'
21344 INSTALL='$INSTALL'
21345 _ACEOF
21346
21347 cat >>$CONFIG_STATUS <<\_ACEOF
21348 # If no file are specified by the user, then we need to provide default
21349 # value.  By we need to know if files were specified by the user.
21350 ac_need_defaults=:
21351 while test $# != 0
21352 do
21353   case $1 in
21354   --*=*)
21355     ac_option=`expr "X$1" : 'X\([^=]*\)='`
21356     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
21357     ac_shift=:
21358     ;;
21359   *)
21360     ac_option=$1
21361     ac_optarg=$2
21362     ac_shift=shift
21363     ;;
21364   esac
21365
21366   case $ac_option in
21367   # Handling of the options.
21368   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21369     ac_cs_recheck=: ;;
21370   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
21371     echo "$ac_cs_version"; exit ;;
21372   --debug | --debu | --deb | --de | --d | -d )
21373     debug=: ;;
21374   --file | --fil | --fi | --f )
21375     $ac_shift
21376     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
21377     ac_need_defaults=false;;
21378   --header | --heade | --head | --hea )
21379     $ac_shift
21380     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
21381     ac_need_defaults=false;;
21382   --he | --h)
21383     # Conflict between --help and --header
21384     { echo "$as_me: error: ambiguous option: $1
21385 Try \`$0 --help' for more information." >&2
21386    { (exit 1); exit 1; }; };;
21387   --help | --hel | -h )
21388     echo "$ac_cs_usage"; exit ;;
21389   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21390   | -silent | --silent | --silen | --sile | --sil | --si | --s)
21391     ac_cs_silent=: ;;
21392
21393   # This is an error.
21394   -*) { echo "$as_me: error: unrecognized option: $1
21395 Try \`$0 --help' for more information." >&2
21396    { (exit 1); exit 1; }; } ;;
21397
21398   *) ac_config_targets="$ac_config_targets $1"
21399      ac_need_defaults=false ;;
21400
21401   esac
21402   shift
21403 done
21404
21405 ac_configure_extra_args=
21406
21407 if $ac_cs_silent; then
21408   exec 6>/dev/null
21409   ac_configure_extra_args="$ac_configure_extra_args --silent"
21410 fi
21411
21412 _ACEOF
21413 cat >>$CONFIG_STATUS <<_ACEOF
21414 if \$ac_cs_recheck; then
21415   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21416   CONFIG_SHELL=$SHELL
21417   export CONFIG_SHELL
21418   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21419 fi
21420
21421 _ACEOF
21422 cat >>$CONFIG_STATUS <<\_ACEOF
21423 exec 5>>config.log
21424 {
21425   echo
21426   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21427 ## Running $as_me. ##
21428 _ASBOX
21429   echo "$ac_log"
21430 } >&5
21431
21432 _ACEOF
21433 cat >>$CONFIG_STATUS <<_ACEOF
21434 _ACEOF
21435
21436 cat >>$CONFIG_STATUS <<\_ACEOF
21437
21438 # Handling of arguments.
21439 for ac_config_target in $ac_config_targets
21440 do
21441   case $ac_config_target in
21442     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
21443     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
21444     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
21445     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
21446     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
21447     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
21448     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
21449     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
21450     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
21451     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
21452     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
21453     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
21454     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
21455     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21456     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
21457     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
21458     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
21459     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
21460     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
21461     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
21462     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
21463     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
21464     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
21465     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
21466     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
21467     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
21468     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
21469     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
21470     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
21471     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
21472     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
21473     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
21474     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
21475     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
21476     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
21477     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
21478     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
21479     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
21480     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
21481     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
21482     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
21483     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
21484     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
21485     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
21486     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
21487     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
21488     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
21489     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
21490     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
21491     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
21492     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
21493     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
21494     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
21495     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
21496     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
21497     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
21498     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
21499     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
21500     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
21501     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
21502     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
21503     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
21504     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
21505     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
21506     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
21507     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
21508     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
21509     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
21510     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
21511     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
21512     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
21513     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
21514     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
21515     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
21516     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
21517     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
21518     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
21519     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
21520     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
21521     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
21522     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
21523     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
21524     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
21525     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
21526     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
21527     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
21528     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
21529     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
21530     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
21531     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
21532     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
21533     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
21534     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
21535     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
21536     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
21537     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
21538     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
21539     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
21540     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
21541     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
21542     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
21543     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
21544     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
21545     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
21546     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
21547     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
21548     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
21549     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
21550     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
21551     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
21552     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
21553     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
21554     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
21555     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
21556     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
21557     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
21558     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
21559     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
21560     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
21561     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
21562     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
21563     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
21564     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
21565     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
21566     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
21567     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
21568     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
21569     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
21570     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
21571     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
21572     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
21573     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
21574     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
21575     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
21576     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
21577     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
21578     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
21579     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
21580     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
21581     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
21582     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
21583     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
21584     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
21585     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
21586     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
21587     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
21588     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
21589     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
21590     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
21591     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
21592     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
21593     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
21594     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
21595     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
21596     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
21597     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
21598     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
21599     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
21600     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
21601     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
21602     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
21603     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
21604     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
21605     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
21606     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
21607     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
21608     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
21609     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
21610     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
21611     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
21612     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
21613     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
21614     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
21615     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
21616     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
21617     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
21618     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
21619     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
21620     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
21621     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
21622     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
21623     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
21624     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
21625     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
21626     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
21627     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
21628     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
21629     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
21630     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
21631     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
21632     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
21633     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
21634     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
21635     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
21636     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
21637     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
21638     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
21639     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
21640     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
21641     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
21642     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
21643     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
21644     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
21645     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
21646     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
21647     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
21648     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
21649     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
21650     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
21651     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
21652     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
21653     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
21654     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
21655     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
21656     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
21657     "dlls/rsabase/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
21658     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
21659     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
21660     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
21661     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
21662     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
21663     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
21664     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
21665     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
21666     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
21667     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
21668     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
21669     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
21670     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
21671     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
21672     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
21673     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
21674     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21675     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21676     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
21677     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21678     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21679     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21680     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21681     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21682     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
21683     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21684     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21685     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21686     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
21687     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21688     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
21689     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
21690     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21691     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21692     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
21693     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
21694     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21695     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21696     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
21697     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
21698     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
21699     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
21700     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21701     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
21702     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21703     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
21704     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21705     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21706     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
21707     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21708     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21709     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21710     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21711     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21712     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21713     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21714     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
21715     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
21716     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
21717     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21718     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21719     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
21720     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
21721     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
21722     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
21723     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21724     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
21725     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
21726     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21727     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
21728     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
21729     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
21730     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
21731     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
21732     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21733     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
21734     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
21735     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
21736     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
21737     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
21738     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
21739     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
21740     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
21741     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
21742     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
21743     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
21744     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
21745     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
21746     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
21747     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
21748     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
21749     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
21750     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
21751     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
21752     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
21753     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
21754     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
21755     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
21756     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
21757     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
21758     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
21759     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
21760     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
21761     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
21762     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
21763     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
21764     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
21765     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
21766     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
21767     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
21768     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
21769     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
21770     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
21771     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
21772     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
21773     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
21774     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21775     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
21776     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
21777     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21778     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
21779     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21780     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21781     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
21782     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
21783     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21784     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
21785     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21786     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
21787     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
21788     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
21789     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21790     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
21791     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
21792     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
21793     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
21794     "programs/winhelp/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
21795     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
21796     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
21797     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
21798     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
21799     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
21800     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
21801     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
21802     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
21803     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
21804     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
21805     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
21806     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
21807
21808   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
21809 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
21810    { (exit 1); exit 1; }; };;
21811   esac
21812 done
21813
21814
21815 # If the user did not use the arguments to specify the items to instantiate,
21816 # then the envvar interface is used.  Set only those that are not.
21817 # We use the long form for the default assignment because of an extremely
21818 # bizarre bug on SunOS 4.1.3.
21819 if $ac_need_defaults; then
21820   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
21821   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
21822   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
21823 fi
21824
21825 # Have a temporary directory for convenience.  Make it in the build tree
21826 # simply because there is no reason against having it here, and in addition,
21827 # creating and moving files from /tmp can sometimes cause problems.
21828 # Hook for its removal unless debugging.
21829 # Note that there is a small window in which the directory will not be cleaned:
21830 # after its creation but before its name has been assigned to `$tmp'.
21831 $debug ||
21832 {
21833   tmp=
21834   trap 'exit_status=$?
21835   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21836 ' 0
21837   trap '{ (exit 1); exit 1; }' 1 2 13 15
21838 }
21839 # Create a (secure) tmp directory for tmp files.
21840
21841 {
21842   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21843   test -n "$tmp" && test -d "$tmp"
21844 }  ||
21845 {
21846   tmp=./conf$$-$RANDOM
21847   (umask 077 && mkdir "$tmp")
21848 } ||
21849 {
21850    echo "$me: cannot create a temporary directory in ." >&2
21851    { (exit 1); exit 1; }
21852 }
21853
21854 #
21855 # Set up the sed scripts for CONFIG_FILES section.
21856 #
21857
21858 # No need to generate the scripts if there are no CONFIG_FILES.
21859 # This happens for instance when ./config.status config.h
21860 if test -n "$CONFIG_FILES"; then
21861
21862 _ACEOF
21863
21864 # Create sed commands to just substitute file output variables.
21865
21866 # Remaining file output variables are in a fragment that also has non-file
21867 # output varibles.
21868
21869
21870
21871 ac_delim='%!_!# '
21872 for ac_last_try in false false false false false :; do
21873   cat >conf$$subs.sed <<_ACEOF
21874 SHELL!$SHELL$ac_delim
21875 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
21876 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
21877 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
21878 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
21879 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
21880 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
21881 exec_prefix!$exec_prefix$ac_delim
21882 prefix!$prefix$ac_delim
21883 program_transform_name!$program_transform_name$ac_delim
21884 bindir!$bindir$ac_delim
21885 sbindir!$sbindir$ac_delim
21886 libexecdir!$libexecdir$ac_delim
21887 datarootdir!$datarootdir$ac_delim
21888 datadir!$datadir$ac_delim
21889 sysconfdir!$sysconfdir$ac_delim
21890 sharedstatedir!$sharedstatedir$ac_delim
21891 localstatedir!$localstatedir$ac_delim
21892 includedir!$includedir$ac_delim
21893 oldincludedir!$oldincludedir$ac_delim
21894 docdir!$docdir$ac_delim
21895 infodir!$infodir$ac_delim
21896 htmldir!$htmldir$ac_delim
21897 dvidir!$dvidir$ac_delim
21898 pdfdir!$pdfdir$ac_delim
21899 psdir!$psdir$ac_delim
21900 libdir!$libdir$ac_delim
21901 localedir!$localedir$ac_delim
21902 mandir!$mandir$ac_delim
21903 DEFS!$DEFS$ac_delim
21904 ECHO_C!$ECHO_C$ac_delim
21905 ECHO_N!$ECHO_N$ac_delim
21906 ECHO_T!$ECHO_T$ac_delim
21907 LIBS!$LIBS$ac_delim
21908 build_alias!$build_alias$ac_delim
21909 host_alias!$host_alias$ac_delim
21910 target_alias!$target_alias$ac_delim
21911 build!$build$ac_delim
21912 build_cpu!$build_cpu$ac_delim
21913 build_vendor!$build_vendor$ac_delim
21914 build_os!$build_os$ac_delim
21915 host!$host$ac_delim
21916 host_cpu!$host_cpu$ac_delim
21917 host_vendor!$host_vendor$ac_delim
21918 host_os!$host_os$ac_delim
21919 WIN16_FILES!$WIN16_FILES$ac_delim
21920 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
21921 SET_MAKE!$SET_MAKE$ac_delim
21922 CC!$CC$ac_delim
21923 CFLAGS!$CFLAGS$ac_delim
21924 LDFLAGS!$LDFLAGS$ac_delim
21925 CPPFLAGS!$CPPFLAGS$ac_delim
21926 ac_ct_CC!$ac_ct_CC$ac_delim
21927 EXEEXT!$EXEEXT$ac_delim
21928 OBJEXT!$OBJEXT$ac_delim
21929 CXX!$CXX$ac_delim
21930 CXXFLAGS!$CXXFLAGS$ac_delim
21931 ac_ct_CXX!$ac_ct_CXX$ac_delim
21932 CPPBIN!$CPPBIN$ac_delim
21933 TOOLSDIR!$TOOLSDIR$ac_delim
21934 XMKMF!$XMKMF$ac_delim
21935 CPP!$CPP$ac_delim
21936 X_CFLAGS!$X_CFLAGS$ac_delim
21937 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
21938 X_LIBS!$X_LIBS$ac_delim
21939 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
21940 FLEX!$FLEX$ac_delim
21941 BISON!$BISON$ac_delim
21942 AS!$AS$ac_delim
21943 ac_ct_AS!$ac_ct_AS$ac_delim
21944 LD!$LD$ac_delim
21945 AR!$AR$ac_delim
21946 RANLIB!$RANLIB$ac_delim
21947 STRIP!$STRIP$ac_delim
21948 WINDRES!$WINDRES$ac_delim
21949 LN_S!$LN_S$ac_delim
21950 LN!$LN$ac_delim
21951 GREP!$GREP$ac_delim
21952 EGREP!$EGREP$ac_delim
21953 LDCONFIG!$LDCONFIG$ac_delim
21954 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
21955 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
21956 _ACEOF
21957
21958   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
21959     break
21960   elif $ac_last_try; then
21961     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
21962 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
21963    { (exit 1); exit 1; }; }
21964   else
21965     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21966   fi
21967 done
21968
21969 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
21970 if test -n "$ac_eof"; then
21971   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
21972   ac_eof=`expr $ac_eof + 1`
21973 fi
21974
21975 cat >>$CONFIG_STATUS <<_ACEOF
21976 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
21977 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21978 /^[      ]*@MAKE_RULES@[         ]*$/{
21979 r $MAKE_RULES
21980 d
21981 }
21982 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
21983 r $MAKE_DLL_RULES
21984 d
21985 }
21986 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
21987 r $MAKE_IMPLIB_RULES
21988 d
21989 }
21990 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
21991 r $MAKE_TEST_RULES
21992 d
21993 }
21994 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
21995 r $MAKE_PROG_RULES
21996 d
21997 }
21998 _ACEOF
21999 sed '
22000 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22001 s/^/s,@/; s/!/@,|#_!!_#|/
22002 :n
22003 t n
22004 s/'"$ac_delim"'$/,g/; t
22005 s/$/\\/; p
22006 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22007 ' >>$CONFIG_STATUS <conf$$subs.sed
22008 rm -f conf$$subs.sed
22009 cat >>$CONFIG_STATUS <<_ACEOF
22010 CEOF$ac_eof
22011 _ACEOF
22012
22013
22014 ac_delim='%!_!# '
22015 for ac_last_try in false false false false false :; do
22016   cat >conf$$subs.sed <<_ACEOF
22017 INSTALL_DATA!$INSTALL_DATA$ac_delim
22018 LINT!$LINT$ac_delim
22019 LINTFLAGS!$LINTFLAGS$ac_delim
22020 FONTFORGE!$FONTFORGE$ac_delim
22021 PKG_CONFIG!$PKG_CONFIG$ac_delim
22022 PRELINK!$PRELINK$ac_delim
22023 LIBPTHREAD!$LIBPTHREAD$ac_delim
22024 XLIB!$XLIB$ac_delim
22025 XFILES!$XFILES$ac_delim
22026 OPENGLFILES!$OPENGLFILES$ac_delim
22027 GLU32FILES!$GLU32FILES$ac_delim
22028 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
22029 QUARTZFILES!$QUARTZFILES$ac_delim
22030 DLLEXT!$DLLEXT$ac_delim
22031 DLLFLAGS!$DLLFLAGS$ac_delim
22032 LDSHARED!$LDSHARED$ac_delim
22033 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
22034 LIBEXT!$LIBEXT$ac_delim
22035 IMPLIBEXT!$IMPLIBEXT$ac_delim
22036 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
22037 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
22038 LDD!$LDD$ac_delim
22039 DLLTOOL!$DLLTOOL$ac_delim
22040 DLLWRAP!$DLLWRAP$ac_delim
22041 MINGWAR!$MINGWAR$ac_delim
22042 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
22043 IOKITLIB!$IOKITLIB$ac_delim
22044 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
22045 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
22046 COREAUDIO!$COREAUDIO$ac_delim
22047 CARBONLIB!$CARBONLIB$ac_delim
22048 CROSSTEST!$CROSSTEST$ac_delim
22049 CROSSCC!$CROSSCC$ac_delim
22050 CROSSWINDRES!$CROSSWINDRES$ac_delim
22051 NASLIBS!$NASLIBS$ac_delim
22052 XML2LIBS!$XML2LIBS$ac_delim
22053 XML2INCL!$XML2INCL$ac_delim
22054 XSLTLIBS!$XSLTLIBS$ac_delim
22055 XSLTINCL!$XSLTINCL$ac_delim
22056 HALINCL!$HALINCL$ac_delim
22057 sane_devel!$sane_devel$ac_delim
22058 SANEINCL!$SANEINCL$ac_delim
22059 gphoto2_devel!$gphoto2_devel$ac_delim
22060 gphoto2port_devel!$gphoto2port_devel$ac_delim
22061 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
22062 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
22063 RESOLVLIBS!$RESOLVLIBS$ac_delim
22064 LCMSLIBS!$LCMSLIBS$ac_delim
22065 LDAPLIBS!$LDAPLIBS$ac_delim
22066 ft_devel!$ft_devel$ac_delim
22067 FREETYPELIBS!$FREETYPELIBS$ac_delim
22068 FREETYPEINCL!$FREETYPEINCL$ac_delim
22069 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
22070 ESDCONFIG!$ESDCONFIG$ac_delim
22071 ESDLIBS!$ESDLIBS$ac_delim
22072 ESDINCL!$ESDINCL$ac_delim
22073 ALSALIBS!$ALSALIBS$ac_delim
22074 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
22075 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
22076 BUILTINFLAG!$BUILTINFLAG$ac_delim
22077 LDPATH!$LDPATH$ac_delim
22078 CRTLIBS!$CRTLIBS$ac_delim
22079 SOCKETLIBS!$SOCKETLIBS$ac_delim
22080 MAIN_BINARY!$MAIN_BINARY$ac_delim
22081 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
22082 LIBDL!$LIBDL$ac_delim
22083 LIBPOLL!$LIBPOLL$ac_delim
22084 DEPENDENCIES!$DEPENDENCIES$ac_delim
22085 LIBOBJS!$LIBOBJS$ac_delim
22086 LTLIBOBJS!$LTLIBOBJS$ac_delim
22087 _ACEOF
22088
22089   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 70; then
22090     break
22091   elif $ac_last_try; then
22092     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22093 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22094    { (exit 1); exit 1; }; }
22095   else
22096     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22097   fi
22098 done
22099
22100 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22101 if test -n "$ac_eof"; then
22102   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22103   ac_eof=`expr $ac_eof + 1`
22104 fi
22105
22106 cat >>$CONFIG_STATUS <<_ACEOF
22107 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
22108 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
22109 _ACEOF
22110 sed '
22111 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22112 s/^/s,@/; s/!/@,|#_!!_#|/
22113 :n
22114 t n
22115 s/'"$ac_delim"'$/,g/; t
22116 s/$/\\/; p
22117 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22118 ' >>$CONFIG_STATUS <conf$$subs.sed
22119 rm -f conf$$subs.sed
22120 cat >>$CONFIG_STATUS <<_ACEOF
22121 :end
22122 s/|#_!!_#|//g
22123 CEOF$ac_eof
22124 _ACEOF
22125
22126
22127 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22128 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22129 # trailing colons and then remove the whole line if VPATH becomes empty
22130 # (actually we leave an empty line to preserve line numbers).
22131 if test "x$srcdir" = x.; then
22132   ac_vpsub='/^[  ]*VPATH[        ]*=/{
22133 s/:*\$(srcdir):*/:/
22134 s/:*\${srcdir}:*/:/
22135 s/:*@srcdir@:*/:/
22136 s/^\([^=]*=[     ]*\):*/\1/
22137 s/:*$//
22138 s/^[^=]*=[       ]*$//
22139 }'
22140 fi
22141
22142 cat >>$CONFIG_STATUS <<\_ACEOF
22143 fi # test -n "$CONFIG_FILES"
22144
22145
22146 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
22147 do
22148   case $ac_tag in
22149   :[FHLC]) ac_mode=$ac_tag; continue;;
22150   esac
22151   case $ac_mode$ac_tag in
22152   :[FHL]*:*);;
22153   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
22154 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
22155    { (exit 1); exit 1; }; };;
22156   :[FH]-) ac_tag=-:-;;
22157   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22158   esac
22159   ac_save_IFS=$IFS
22160   IFS=:
22161   set x $ac_tag
22162   IFS=$ac_save_IFS
22163   shift
22164   ac_file=$1
22165   shift
22166
22167   case $ac_mode in
22168   :L) ac_source=$1;;
22169   :[FH])
22170     ac_file_inputs=
22171     for ac_f
22172     do
22173       case $ac_f in
22174       -) ac_f="$tmp/stdin";;
22175       *) # Look for the file first in the build tree, then in the source tree
22176          # (if the path is not absolute).  The absolute path cannot be DOS-style,
22177          # because $ac_f cannot contain `:'.
22178          test -f "$ac_f" ||
22179            case $ac_f in
22180            [\\/$]*) false;;
22181            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22182            esac ||
22183            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22184 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22185    { (exit 1); exit 1; }; };;
22186       esac
22187       ac_file_inputs="$ac_file_inputs $ac_f"
22188     done
22189
22190     # Let's still pretend it is `configure' which instantiates (i.e., don't
22191     # use $as_me), people would be surprised to read:
22192     #    /* config.h.  Generated by config.status.  */
22193     configure_input="Generated from "`IFS=:
22194           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
22195     if test x"$ac_file" != x-; then
22196       configure_input="$ac_file.  $configure_input"
22197       { echo "$as_me:$LINENO: creating $ac_file" >&5
22198 echo "$as_me: creating $ac_file" >&6;}
22199     fi
22200
22201     case $ac_tag in
22202     *:-:* | *:-) cat >"$tmp/stdin";;
22203     esac
22204     ;;
22205   esac
22206
22207   ac_dir=`$as_dirname -- "$ac_file" ||
22208 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22209          X"$ac_file" : 'X\(//\)[^/]' \| \
22210          X"$ac_file" : 'X\(//\)$' \| \
22211          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22212 echo X"$ac_file" |
22213     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22214             s//\1/
22215             q
22216           }
22217           /^X\(\/\/\)[^/].*/{
22218             s//\1/
22219             q
22220           }
22221           /^X\(\/\/\)$/{
22222             s//\1/
22223             q
22224           }
22225           /^X\(\/\).*/{
22226             s//\1/
22227             q
22228           }
22229           s/.*/./; q'`
22230   { as_dir="$ac_dir"
22231   case $as_dir in #(
22232   -*) as_dir=./$as_dir;;
22233   esac
22234   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
22235     as_dirs=
22236     while :; do
22237       case $as_dir in #(
22238       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22239       *) as_qdir=$as_dir;;
22240       esac
22241       as_dirs="'$as_qdir' $as_dirs"
22242       as_dir=`$as_dirname -- "$as_dir" ||
22243 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22244          X"$as_dir" : 'X\(//\)[^/]' \| \
22245          X"$as_dir" : 'X\(//\)$' \| \
22246          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22247 echo X"$as_dir" |
22248     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22249             s//\1/
22250             q
22251           }
22252           /^X\(\/\/\)[^/].*/{
22253             s//\1/
22254             q
22255           }
22256           /^X\(\/\/\)$/{
22257             s//\1/
22258             q
22259           }
22260           /^X\(\/\).*/{
22261             s//\1/
22262             q
22263           }
22264           s/.*/./; q'`
22265       test -d "$as_dir" && break
22266     done
22267     test -z "$as_dirs" || eval "mkdir $as_dirs"
22268   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22269 echo "$as_me: error: cannot create directory $as_dir" >&2;}
22270    { (exit 1); exit 1; }; }; }
22271   ac_builddir=.
22272
22273 case "$ac_dir" in
22274 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22275 *)
22276   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22277   # A ".." for each directory in $ac_dir_suffix.
22278   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22279   case $ac_top_builddir_sub in
22280   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22281   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22282   esac ;;
22283 esac
22284 ac_abs_top_builddir=$ac_pwd
22285 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22286 # for backward compatibility:
22287 ac_top_builddir=$ac_top_build_prefix
22288
22289 case $srcdir in
22290   .)  # We are building in place.
22291     ac_srcdir=.
22292     ac_top_srcdir=$ac_top_builddir_sub
22293     ac_abs_top_srcdir=$ac_pwd ;;
22294   [\\/]* | ?:[\\/]* )  # Absolute name.
22295     ac_srcdir=$srcdir$ac_dir_suffix;
22296     ac_top_srcdir=$srcdir
22297     ac_abs_top_srcdir=$srcdir ;;
22298   *) # Relative name.
22299     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22300     ac_top_srcdir=$ac_top_build_prefix$srcdir
22301     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22302 esac
22303 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22304
22305
22306   case $ac_mode in
22307   :F)
22308   #
22309   # CONFIG_FILE
22310   #
22311
22312   case $INSTALL in
22313   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22314   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22315   esac
22316 _ACEOF
22317
22318 cat >>$CONFIG_STATUS <<\_ACEOF
22319 # If the template does not know about datarootdir, expand it.
22320 # FIXME: This hack should be removed a few years after 2.60.
22321 ac_datarootdir_hack=; ac_datarootdir_seen=
22322
22323 case `sed -n '/datarootdir/ {
22324   p
22325   q
22326 }
22327 /@datadir@/p
22328 /@docdir@/p
22329 /@infodir@/p
22330 /@localedir@/p
22331 /@mandir@/p
22332 ' $ac_file_inputs` in
22333 *datarootdir*) ac_datarootdir_seen=yes;;
22334 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22335   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22336 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22337 _ACEOF
22338 cat >>$CONFIG_STATUS <<_ACEOF
22339   ac_datarootdir_hack='
22340   s&@datadir@&$datadir&g
22341   s&@docdir@&$docdir&g
22342   s&@infodir@&$infodir&g
22343   s&@localedir@&$localedir&g
22344   s&@mandir@&$mandir&g
22345     s&\\\${datarootdir}&$datarootdir&g' ;;
22346 esac
22347 _ACEOF
22348
22349 # Neutralize VPATH when `$srcdir' = `.'.
22350 # Shell code in configure.ac might set extrasub.
22351 # FIXME: do we really want to maintain this feature?
22352 cat >>$CONFIG_STATUS <<_ACEOF
22353   sed "$ac_vpsub
22354 $extrasub
22355 _ACEOF
22356 cat >>$CONFIG_STATUS <<\_ACEOF
22357 :t
22358 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22359 s&@configure_input@&$configure_input&;t t
22360 s&@top_builddir@&$ac_top_builddir_sub&;t t
22361 s&@srcdir@&$ac_srcdir&;t t
22362 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22363 s&@top_srcdir@&$ac_top_srcdir&;t t
22364 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22365 s&@builddir@&$ac_builddir&;t t
22366 s&@abs_builddir@&$ac_abs_builddir&;t t
22367 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22368 s&@INSTALL@&$ac_INSTALL&;t t
22369 $ac_datarootdir_hack
22370 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
22371
22372 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22373   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
22374   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22375   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22376 which seems to be undefined.  Please make sure it is defined." >&5
22377 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22378 which seems to be undefined.  Please make sure it is defined." >&2;}
22379
22380   rm -f "$tmp/stdin"
22381   case $ac_file in
22382   -) cat "$tmp/out"; rm -f "$tmp/out";;
22383   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
22384   esac
22385  ;;
22386   :H)
22387   #
22388   # CONFIG_HEADER
22389   #
22390 _ACEOF
22391
22392 # Transform confdefs.h into a sed script `conftest.defines', that
22393 # substitutes the proper values into config.h.in to produce config.h.
22394 rm -f conftest.defines conftest.tail
22395 # First, append a space to every undef/define line, to ease matching.
22396 echo 's/$/ /' >conftest.defines
22397 # Then, protect against being on the right side of a sed subst, or in
22398 # an unquoted here document, in config.status.  If some macros were
22399 # called several times there might be several #defines for the same
22400 # symbol, which is useless.  But do not sort them, since the last
22401 # AC_DEFINE must be honored.
22402 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22403 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
22404 # NAME is the cpp macro being defined, VALUE is the value it is being given.
22405 # PARAMS is the parameter list in the macro definition--in most cases, it's
22406 # just an empty string.
22407 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
22408 ac_dB='\\)[      (].*,\\1define\\2'
22409 ac_dC=' '
22410 ac_dD=' ,'
22411
22412 uniq confdefs.h |
22413   sed -n '
22414         t rset
22415         :rset
22416         s/^[     ]*#[    ]*define[       ][      ]*//
22417         t ok
22418         d
22419         :ok
22420         s/[\\&,]/\\&/g
22421         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
22422         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
22423   ' >>conftest.defines
22424
22425 # Remove the space that was appended to ease matching.
22426 # Then replace #undef with comments.  This is necessary, for
22427 # example, in the case of _POSIX_SOURCE, which is predefined and required
22428 # on some systems where configure will not decide to define it.
22429 # (The regexp can be short, since the line contains either #define or #undef.)
22430 echo 's/ $//
22431 s,^[     #]*u.*,/* & */,' >>conftest.defines
22432
22433 # Break up conftest.defines:
22434 ac_max_sed_lines=50
22435
22436 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
22437 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
22438 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
22439 # et cetera.
22440 ac_in='$ac_file_inputs'
22441 ac_out='"$tmp/out1"'
22442 ac_nxt='"$tmp/out2"'
22443
22444 while :
22445 do
22446   # Write a here document:
22447     cat >>$CONFIG_STATUS <<_ACEOF
22448     # First, check the format of the line:
22449     cat >"\$tmp/defines.sed" <<\\CEOF
22450 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
22451 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
22452 b
22453 :def
22454 _ACEOF
22455   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
22456   echo 'CEOF
22457     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
22458   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
22459   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
22460   grep . conftest.tail >/dev/null || break
22461   rm -f conftest.defines
22462   mv conftest.tail conftest.defines
22463 done
22464 rm -f conftest.defines conftest.tail
22465
22466 echo "ac_result=$ac_in" >>$CONFIG_STATUS
22467 cat >>$CONFIG_STATUS <<\_ACEOF
22468   if test x"$ac_file" != x-; then
22469     echo "/* $configure_input  */" >"$tmp/config.h"
22470     cat "$ac_result" >>"$tmp/config.h"
22471     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
22472       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22473 echo "$as_me: $ac_file is unchanged" >&6;}
22474     else
22475       rm -f $ac_file
22476       mv "$tmp/config.h" $ac_file
22477     fi
22478   else
22479     echo "/* $configure_input  */"
22480     cat "$ac_result"
22481   fi
22482   rm -f "$tmp/out12"
22483  ;;
22484
22485   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
22486 echo "$as_me: executing $ac_file commands" >&6;}
22487  ;;
22488   esac
22489
22490
22491   case $ac_file$ac_mode in
22492     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22493     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
22494 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
22495     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
22496 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
22497     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
22498 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
22499     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
22500 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
22501     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
22502 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
22503     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
22504 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
22505
22506   esac
22507 done # for ac_tag
22508
22509
22510 { (exit 0); exit 0; }
22511 _ACEOF
22512 chmod +x $CONFIG_STATUS
22513 ac_clean_files=$ac_clean_files_save
22514
22515
22516 # configure is writing to config.log, and then calls config.status.
22517 # config.status does its own redirection, appending to config.log.
22518 # Unfortunately, on DOS this fails, as config.log is still kept open
22519 # by configure, so config.status won't be able to write to it; its
22520 # output is simply discarded.  So we exec the FD to /dev/null,
22521 # effectively closing config.log, so it can be properly (re)opened and
22522 # appended to by config.status.  When coming back to configure, we
22523 # need to make the FD available again.
22524 if test "$no_create" != yes; then
22525   ac_cs_success=:
22526   ac_config_status_args=
22527   test "$silent" = yes &&
22528     ac_config_status_args="$ac_config_status_args --quiet"
22529   exec 5>/dev/null
22530   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
22531   exec 5>>config.log
22532   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22533   # would make configure fail if this is the last instruction.
22534   $ac_cs_success || { (exit 1); exit 1; }
22535 fi
22536
22537
22538 if test "$no_create" = "yes"
22539 then
22540   exit 0
22541 fi
22542
22543 ac_save_IFS="$IFS"
22544 IFS="|"
22545 if test "$verbose" = "yes"; then
22546     for msg in $wine_notices; do
22547         if test -n "$msg"; then
22548             echo >&2
22549             { echo "$as_me:$LINENO: $msg" >&5
22550 echo "$as_me: $msg" >&6;}
22551         fi
22552     done
22553 fi
22554 for msg in $wine_warnings; do
22555     if test -n "$msg"; then
22556         echo >&2
22557         { echo "$as_me:$LINENO: WARNING: $msg" >&5
22558 echo "$as_me: WARNING: $msg" >&2;}
22559     fi
22560 done
22561 IFS="$ac_save_IFS"
22562
22563 echo
22564 echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
22565 echo
22566