ntdsapi: Add tests for DsMakeSpnW.
[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.53.
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.53'
578 PACKAGE_STRING='Wine 0.9.53'
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 SECURITYLIB
726 COREFOUNDATIONLIB
727 IOKITLIB
728 LDEXECFLAGS
729 DISKARBITRATIONLIB
730 COREAUDIO
731 CARBONLIB
732 CROSSTEST
733 CROSSCC
734 CROSSWINDRES
735 NASLIBS
736 XML2LIBS
737 XML2INCL
738 XSLTLIBS
739 XSLTINCL
740 HALINCL
741 sane_devel
742 SANEINCL
743 gphoto2_devel
744 gphoto2port_devel
745 GPHOTO2LIBS
746 GPHOTO2INCL
747 RESOLVLIBS
748 LCMSLIBS
749 LDAPLIBS
750 ft_devel
751 FREETYPELIBS
752 FREETYPEINCL
753 FONTSSUBDIRS
754 ESDCONFIG
755 ESDLIBS
756 ESDINCL
757 ALSALIBS
758 AUDIOIOLIBS
759 FONTCONFIGINCL
760 EXTRACFLAGS
761 BUILTINFLAG
762 LDPATH
763 CRTLIBS
764 SOCKETLIBS
765 MAIN_BINARY
766 EXTRA_BINARIES
767 LIBDL
768 LIBPOLL
769 DEPENDENCIES
770 LIBOBJS
771 LTLIBOBJS'
772 ac_subst_files='MAKE_RULES
773 MAKE_DLL_RULES
774 MAKE_IMPLIB_RULES
775 MAKE_TEST_RULES
776 MAKE_PROG_RULES'
777       ac_precious_vars='build_alias
778 host_alias
779 target_alias
780 CC
781 CFLAGS
782 LDFLAGS
783 LIBS
784 CPPFLAGS
785 CXX
786 CXXFLAGS
787 CCC
788 XMKMF
789 CPP'
790
791
792 # Initialize some variables set by options.
793 ac_init_help=
794 ac_init_version=false
795 # The variables have the same names as the options, with
796 # dashes changed to underlines.
797 cache_file=/dev/null
798 exec_prefix=NONE
799 no_create=
800 no_recursion=
801 prefix=NONE
802 program_prefix=NONE
803 program_suffix=NONE
804 program_transform_name=s,x,x,
805 silent=
806 site=
807 srcdir=
808 verbose=
809 x_includes=NONE
810 x_libraries=NONE
811
812 # Installation directory options.
813 # These are left unexpanded so users can "make install exec_prefix=/foo"
814 # and all the variables that are supposed to be based on exec_prefix
815 # by default will actually change.
816 # Use braces instead of parens because sh, perl, etc. also accept them.
817 # (The list follows the same order as the GNU Coding Standards.)
818 bindir='${exec_prefix}/bin'
819 sbindir='${exec_prefix}/sbin'
820 libexecdir='${exec_prefix}/libexec'
821 datarootdir='${prefix}/share'
822 datadir='${datarootdir}'
823 sysconfdir='${prefix}/etc'
824 sharedstatedir='${prefix}/com'
825 localstatedir='${prefix}/var'
826 includedir='${prefix}/include'
827 oldincludedir='/usr/include'
828 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
829 infodir='${datarootdir}/info'
830 htmldir='${docdir}'
831 dvidir='${docdir}'
832 pdfdir='${docdir}'
833 psdir='${docdir}'
834 libdir='${exec_prefix}/lib'
835 localedir='${datarootdir}/locale'
836 mandir='${datarootdir}/man'
837
838 ac_prev=
839 ac_dashdash=
840 for ac_option
841 do
842   # If the previous option needs an argument, assign it.
843   if test -n "$ac_prev"; then
844     eval $ac_prev=\$ac_option
845     ac_prev=
846     continue
847   fi
848
849   case $ac_option in
850   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
851   *)    ac_optarg=yes ;;
852   esac
853
854   # Accept the important Cygnus configure options, so we can diagnose typos.
855
856   case $ac_dashdash$ac_option in
857   --)
858     ac_dashdash=yes ;;
859
860   -bindir | --bindir | --bindi | --bind | --bin | --bi)
861     ac_prev=bindir ;;
862   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
863     bindir=$ac_optarg ;;
864
865   -build | --build | --buil | --bui | --bu)
866     ac_prev=build_alias ;;
867   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
868     build_alias=$ac_optarg ;;
869
870   -cache-file | --cache-file | --cache-fil | --cache-fi \
871   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
872     ac_prev=cache_file ;;
873   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
874   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
875     cache_file=$ac_optarg ;;
876
877   --config-cache | -C)
878     cache_file=config.cache ;;
879
880   -datadir | --datadir | --datadi | --datad)
881     ac_prev=datadir ;;
882   -datadir=* | --datadir=* | --datadi=* | --datad=*)
883     datadir=$ac_optarg ;;
884
885   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
886   | --dataroo | --dataro | --datar)
887     ac_prev=datarootdir ;;
888   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
889   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
890     datarootdir=$ac_optarg ;;
891
892   -disable-* | --disable-*)
893     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
894     # Reject names that are not valid shell variable names.
895     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
896       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
897    { (exit 1); exit 1; }; }
898     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
899     eval enable_$ac_feature=no ;;
900
901   -docdir | --docdir | --docdi | --doc | --do)
902     ac_prev=docdir ;;
903   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904     docdir=$ac_optarg ;;
905
906   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907     ac_prev=dvidir ;;
908   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909     dvidir=$ac_optarg ;;
910
911   -enable-* | --enable-*)
912     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
913     # Reject names that are not valid shell variable names.
914     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
915       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
916    { (exit 1); exit 1; }; }
917     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
918     eval enable_$ac_feature=\$ac_optarg ;;
919
920   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
921   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
922   | --exec | --exe | --ex)
923     ac_prev=exec_prefix ;;
924   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
925   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
926   | --exec=* | --exe=* | --ex=*)
927     exec_prefix=$ac_optarg ;;
928
929   -gas | --gas | --ga | --g)
930     # Obsolete; use --with-gas.
931     with_gas=yes ;;
932
933   -help | --help | --hel | --he | -h)
934     ac_init_help=long ;;
935   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
936     ac_init_help=recursive ;;
937   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
938     ac_init_help=short ;;
939
940   -host | --host | --hos | --ho)
941     ac_prev=host_alias ;;
942   -host=* | --host=* | --hos=* | --ho=*)
943     host_alias=$ac_optarg ;;
944
945   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
946     ac_prev=htmldir ;;
947   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
948   | --ht=*)
949     htmldir=$ac_optarg ;;
950
951   -includedir | --includedir | --includedi | --included | --include \
952   | --includ | --inclu | --incl | --inc)
953     ac_prev=includedir ;;
954   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
955   | --includ=* | --inclu=* | --incl=* | --inc=*)
956     includedir=$ac_optarg ;;
957
958   -infodir | --infodir | --infodi | --infod | --info | --inf)
959     ac_prev=infodir ;;
960   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
961     infodir=$ac_optarg ;;
962
963   -libdir | --libdir | --libdi | --libd)
964     ac_prev=libdir ;;
965   -libdir=* | --libdir=* | --libdi=* | --libd=*)
966     libdir=$ac_optarg ;;
967
968   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
969   | --libexe | --libex | --libe)
970     ac_prev=libexecdir ;;
971   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
972   | --libexe=* | --libex=* | --libe=*)
973     libexecdir=$ac_optarg ;;
974
975   -localedir | --localedir | --localedi | --localed | --locale)
976     ac_prev=localedir ;;
977   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
978     localedir=$ac_optarg ;;
979
980   -localstatedir | --localstatedir | --localstatedi | --localstated \
981   | --localstate | --localstat | --localsta | --localst | --locals)
982     ac_prev=localstatedir ;;
983   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
984   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
985     localstatedir=$ac_optarg ;;
986
987   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
988     ac_prev=mandir ;;
989   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
990     mandir=$ac_optarg ;;
991
992   -nfp | --nfp | --nf)
993     # Obsolete; use --without-fp.
994     with_fp=no ;;
995
996   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
997   | --no-cr | --no-c | -n)
998     no_create=yes ;;
999
1000   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1001   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1002     no_recursion=yes ;;
1003
1004   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1005   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1006   | --oldin | --oldi | --old | --ol | --o)
1007     ac_prev=oldincludedir ;;
1008   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1009   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1010   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1011     oldincludedir=$ac_optarg ;;
1012
1013   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1014     ac_prev=prefix ;;
1015   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1016     prefix=$ac_optarg ;;
1017
1018   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1019   | --program-pre | --program-pr | --program-p)
1020     ac_prev=program_prefix ;;
1021   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1022   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1023     program_prefix=$ac_optarg ;;
1024
1025   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1026   | --program-suf | --program-su | --program-s)
1027     ac_prev=program_suffix ;;
1028   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1029   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1030     program_suffix=$ac_optarg ;;
1031
1032   -program-transform-name | --program-transform-name \
1033   | --program-transform-nam | --program-transform-na \
1034   | --program-transform-n | --program-transform- \
1035   | --program-transform | --program-transfor \
1036   | --program-transfo | --program-transf \
1037   | --program-trans | --program-tran \
1038   | --progr-tra | --program-tr | --program-t)
1039     ac_prev=program_transform_name ;;
1040   -program-transform-name=* | --program-transform-name=* \
1041   | --program-transform-nam=* | --program-transform-na=* \
1042   | --program-transform-n=* | --program-transform-=* \
1043   | --program-transform=* | --program-transfor=* \
1044   | --program-transfo=* | --program-transf=* \
1045   | --program-trans=* | --program-tran=* \
1046   | --progr-tra=* | --program-tr=* | --program-t=*)
1047     program_transform_name=$ac_optarg ;;
1048
1049   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1050     ac_prev=pdfdir ;;
1051   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1052     pdfdir=$ac_optarg ;;
1053
1054   -psdir | --psdir | --psdi | --psd | --ps)
1055     ac_prev=psdir ;;
1056   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1057     psdir=$ac_optarg ;;
1058
1059   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1060   | -silent | --silent | --silen | --sile | --sil)
1061     silent=yes ;;
1062
1063   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1064     ac_prev=sbindir ;;
1065   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1066   | --sbi=* | --sb=*)
1067     sbindir=$ac_optarg ;;
1068
1069   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1070   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1071   | --sharedst | --shareds | --shared | --share | --shar \
1072   | --sha | --sh)
1073     ac_prev=sharedstatedir ;;
1074   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1075   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1076   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1077   | --sha=* | --sh=*)
1078     sharedstatedir=$ac_optarg ;;
1079
1080   -site | --site | --sit)
1081     ac_prev=site ;;
1082   -site=* | --site=* | --sit=*)
1083     site=$ac_optarg ;;
1084
1085   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1086     ac_prev=srcdir ;;
1087   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1088     srcdir=$ac_optarg ;;
1089
1090   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1091   | --syscon | --sysco | --sysc | --sys | --sy)
1092     ac_prev=sysconfdir ;;
1093   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1094   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1095     sysconfdir=$ac_optarg ;;
1096
1097   -target | --target | --targe | --targ | --tar | --ta | --t)
1098     ac_prev=target_alias ;;
1099   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1100     target_alias=$ac_optarg ;;
1101
1102   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1103     verbose=yes ;;
1104
1105   -version | --version | --versio | --versi | --vers | -V)
1106     ac_init_version=: ;;
1107
1108   -with-* | --with-*)
1109     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1110     # Reject names that are not valid shell variable names.
1111     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1112       { echo "$as_me: error: invalid package name: $ac_package" >&2
1113    { (exit 1); exit 1; }; }
1114     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1115     eval with_$ac_package=\$ac_optarg ;;
1116
1117   -without-* | --without-*)
1118     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1119     # Reject names that are not valid shell variable names.
1120     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1121       { echo "$as_me: error: invalid package name: $ac_package" >&2
1122    { (exit 1); exit 1; }; }
1123     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1124     eval with_$ac_package=no ;;
1125
1126   --x)
1127     # Obsolete; use --with-x.
1128     with_x=yes ;;
1129
1130   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1131   | --x-incl | --x-inc | --x-in | --x-i)
1132     ac_prev=x_includes ;;
1133   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1134   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1135     x_includes=$ac_optarg ;;
1136
1137   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1138   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1139     ac_prev=x_libraries ;;
1140   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1141   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1142     x_libraries=$ac_optarg ;;
1143
1144   -*) { echo "$as_me: error: unrecognized option: $ac_option
1145 Try \`$0 --help' for more information." >&2
1146    { (exit 1); exit 1; }; }
1147     ;;
1148
1149   *=*)
1150     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1151     # Reject names that are not valid shell variable names.
1152     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1153       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1154    { (exit 1); exit 1; }; }
1155     eval $ac_envvar=\$ac_optarg
1156     export $ac_envvar ;;
1157
1158   *)
1159     # FIXME: should be removed in autoconf 3.0.
1160     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1161     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1162       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1163     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1164     ;;
1165
1166   esac
1167 done
1168
1169 if test -n "$ac_prev"; then
1170   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1171   { echo "$as_me: error: missing argument to $ac_option" >&2
1172    { (exit 1); exit 1; }; }
1173 fi
1174
1175 # Be sure to have absolute directory names.
1176 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1177                 datadir sysconfdir sharedstatedir localstatedir includedir \
1178                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1179                 libdir localedir mandir
1180 do
1181   eval ac_val=\$$ac_var
1182   case $ac_val in
1183     [\\/$]* | ?:[\\/]* )  continue;;
1184     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1185   esac
1186   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1187    { (exit 1); exit 1; }; }
1188 done
1189
1190 # There might be people who depend on the old broken behavior: `$host'
1191 # used to hold the argument of --host etc.
1192 # FIXME: To remove some day.
1193 build=$build_alias
1194 host=$host_alias
1195 target=$target_alias
1196
1197 # FIXME: To remove some day.
1198 if test "x$host_alias" != x; then
1199   if test "x$build_alias" = x; then
1200     cross_compiling=maybe
1201     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1202     If a cross compiler is detected then cross compile mode will be used." >&2
1203   elif test "x$build_alias" != "x$host_alias"; then
1204     cross_compiling=yes
1205   fi
1206 fi
1207
1208 ac_tool_prefix=
1209 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1210
1211 test "$silent" = yes && exec 6>/dev/null
1212
1213
1214 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1215 ac_ls_di=`ls -di .` &&
1216 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1217   { echo "$as_me: error: Working directory cannot be determined" >&2
1218    { (exit 1); exit 1; }; }
1219 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1220   { echo "$as_me: error: pwd does not report name of working directory" >&2
1221    { (exit 1); exit 1; }; }
1222
1223
1224 # Find the source files, if location was not specified.
1225 if test -z "$srcdir"; then
1226   ac_srcdir_defaulted=yes
1227   # Try the directory containing this script, then the parent directory.
1228   ac_confdir=`$as_dirname -- "$0" ||
1229 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1230          X"$0" : 'X\(//\)[^/]' \| \
1231          X"$0" : 'X\(//\)$' \| \
1232          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1233 echo X"$0" |
1234     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1235             s//\1/
1236             q
1237           }
1238           /^X\(\/\/\)[^/].*/{
1239             s//\1/
1240             q
1241           }
1242           /^X\(\/\/\)$/{
1243             s//\1/
1244             q
1245           }
1246           /^X\(\/\).*/{
1247             s//\1/
1248             q
1249           }
1250           s/.*/./; q'`
1251   srcdir=$ac_confdir
1252   if test ! -r "$srcdir/$ac_unique_file"; then
1253     srcdir=..
1254   fi
1255 else
1256   ac_srcdir_defaulted=no
1257 fi
1258 if test ! -r "$srcdir/$ac_unique_file"; then
1259   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1260   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1261    { (exit 1); exit 1; }; }
1262 fi
1263 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1264 ac_abs_confdir=`(
1265         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1266    { (exit 1); exit 1; }; }
1267         pwd)`
1268 # When building in place, set srcdir=.
1269 if test "$ac_abs_confdir" = "$ac_pwd"; then
1270   srcdir=.
1271 fi
1272 # Remove unnecessary trailing slashes from srcdir.
1273 # Double slashes in file names in object file debugging info
1274 # mess up M-x gdb in Emacs.
1275 case $srcdir in
1276 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1277 esac
1278 for ac_var in $ac_precious_vars; do
1279   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1280   eval ac_env_${ac_var}_value=\$${ac_var}
1281   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1282   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1283 done
1284
1285 #
1286 # Report the --help message.
1287 #
1288 if test "$ac_init_help" = "long"; then
1289   # Omit some internal or obsolete options to make the list less imposing.
1290   # This message is too long to be a string in the A/UX 3.1 sh.
1291   cat <<_ACEOF
1292 \`configure' configures Wine 0.9.53 to adapt to many kinds of systems.
1293
1294 Usage: $0 [OPTION]... [VAR=VALUE]...
1295
1296 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1297 VAR=VALUE.  See below for descriptions of some of the useful variables.
1298
1299 Defaults for the options are specified in brackets.
1300
1301 Configuration:
1302   -h, --help              display this help and exit
1303       --help=short        display options specific to this package
1304       --help=recursive    display the short help of all the included packages
1305   -V, --version           display version information and exit
1306   -q, --quiet, --silent   do not print \`checking...' messages
1307       --cache-file=FILE   cache test results in FILE [disabled]
1308   -C, --config-cache      alias for \`--cache-file=config.cache'
1309   -n, --no-create         do not create output files
1310       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1311
1312 Installation directories:
1313   --prefix=PREFIX         install architecture-independent files in PREFIX
1314                           [$ac_default_prefix]
1315   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1316                           [PREFIX]
1317
1318 By default, \`make install' will install all the files in
1319 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1320 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1321 for instance \`--prefix=\$HOME'.
1322
1323 For better control, use the options below.
1324
1325 Fine tuning of the installation directories:
1326   --bindir=DIR           user executables [EPREFIX/bin]
1327   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1328   --libexecdir=DIR       program executables [EPREFIX/libexec]
1329   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1330   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1331   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1332   --libdir=DIR           object code libraries [EPREFIX/lib]
1333   --includedir=DIR       C header files [PREFIX/include]
1334   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1335   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1336   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1337   --infodir=DIR          info documentation [DATAROOTDIR/info]
1338   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1339   --mandir=DIR           man documentation [DATAROOTDIR/man]
1340   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1341   --htmldir=DIR          html documentation [DOCDIR]
1342   --dvidir=DIR           dvi documentation [DOCDIR]
1343   --pdfdir=DIR           pdf documentation [DOCDIR]
1344   --psdir=DIR            ps documentation [DOCDIR]
1345 _ACEOF
1346
1347   cat <<\_ACEOF
1348
1349 X features:
1350   --x-includes=DIR    X include files are in DIR
1351   --x-libraries=DIR   X library files are in DIR
1352
1353 System types:
1354   --build=BUILD     configure for building on BUILD [guessed]
1355   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1356 _ACEOF
1357 fi
1358
1359 if test -n "$ac_init_help"; then
1360   case $ac_init_help in
1361      short | recursive ) echo "Configuration of Wine 0.9.53:";;
1362    esac
1363   cat <<\_ACEOF
1364
1365 Optional Features:
1366   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1367   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1368   --disable-win16         do not include Win16 support
1369   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1370                           binaries)
1371
1372 Optional Packages:
1373   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1374   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1375   --without-alsa          do not use the Alsa sound support
1376   --without-audioio       do not use the AudioIO sound support
1377   --without-capi          do not use CAPI (ISDN support)
1378   --without-cms           do not use CMS (color management support)
1379   --without-coreaudio     do not use the CoreAudio sound support
1380   --without-cups          do not use CUPS
1381   --without-curses        do not use (n)curses
1382   --without-esd           do not use the EsounD sound support
1383   --without-fontconfig    do not use fontconfig
1384   --without-gphoto        do not use gphoto (Digital Camera support)
1385   --without-hal           do not use HAL (dynamic device support)
1386   --without-jack          do not use the Jack sound support
1387   --without-jpeg          do not use JPEG
1388   --without-ldap          do not use LDAP
1389   --without-nas           do not use the NAS sound support
1390   --without-opengl        do not use OpenGL
1391   --without-openssl       do not use OpenSSL
1392   --without-oss           do not use the OSS sound support
1393   --without-png           do not use PNG
1394   --without-sane          do not use SANE (scanner support)
1395   --without-xcomposite    do not use the Xcomposite extension
1396   --without-xcursor       do not use the Xcursor extension
1397   --without-xinerama      do not use Xinerama (multi-monitor support)
1398   --without-xinput        do not use the Xinput extension
1399   --without-xml           do not use XML
1400   --without-xrandr        do not use Xrandr (resolution changes)
1401   --without-xrender       do not use the Xrender extension
1402   --without-xshape        do not use the Xshape extension
1403   --without-xshm          do not use XShm (shared memory extension)
1404   --without-xslt          do not use XSLT
1405   --without-xvidmode      do not use XFree video mode extension
1406   --with-wine-tools=DIR   use Wine tools from directory DIR
1407   --with-x                use the X Window System
1408
1409 Some influential environment variables:
1410   CC          C compiler command
1411   CFLAGS      C compiler flags
1412   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1413               nonstandard directory <lib dir>
1414   LIBS        libraries to pass to the linker, e.g. -l<library>
1415   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1416               you have headers in a nonstandard directory <include dir>
1417   CXX         C++ compiler command
1418   CXXFLAGS    C++ compiler flags
1419   XMKMF       Path to xmkmf, Makefile generator for X Window System
1420   CPP         C preprocessor
1421
1422 Use these variables to override the choices made by `configure' or to help
1423 it to find libraries and programs with nonstandard names/locations.
1424
1425 Report bugs to <wine-devel@winehq.org>.
1426 _ACEOF
1427 ac_status=$?
1428 fi
1429
1430 if test "$ac_init_help" = "recursive"; then
1431   # If there are subdirs, report their specific --help.
1432   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1433     test -d "$ac_dir" || continue
1434     ac_builddir=.
1435
1436 case "$ac_dir" in
1437 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1438 *)
1439   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1440   # A ".." for each directory in $ac_dir_suffix.
1441   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1442   case $ac_top_builddir_sub in
1443   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1444   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1445   esac ;;
1446 esac
1447 ac_abs_top_builddir=$ac_pwd
1448 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1449 # for backward compatibility:
1450 ac_top_builddir=$ac_top_build_prefix
1451
1452 case $srcdir in
1453   .)  # We are building in place.
1454     ac_srcdir=.
1455     ac_top_srcdir=$ac_top_builddir_sub
1456     ac_abs_top_srcdir=$ac_pwd ;;
1457   [\\/]* | ?:[\\/]* )  # Absolute name.
1458     ac_srcdir=$srcdir$ac_dir_suffix;
1459     ac_top_srcdir=$srcdir
1460     ac_abs_top_srcdir=$srcdir ;;
1461   *) # Relative name.
1462     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1463     ac_top_srcdir=$ac_top_build_prefix$srcdir
1464     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1465 esac
1466 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1467
1468     cd "$ac_dir" || { ac_status=$?; continue; }
1469     # Check for guested configure.
1470     if test -f "$ac_srcdir/configure.gnu"; then
1471       echo &&
1472       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1473     elif test -f "$ac_srcdir/configure"; then
1474       echo &&
1475       $SHELL "$ac_srcdir/configure" --help=recursive
1476     else
1477       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1478     fi || ac_status=$?
1479     cd "$ac_pwd" || { ac_status=$?; break; }
1480   done
1481 fi
1482
1483 test -n "$ac_init_help" && exit $ac_status
1484 if $ac_init_version; then
1485   cat <<\_ACEOF
1486 Wine configure 0.9.53
1487 generated by GNU Autoconf 2.61
1488
1489 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1490 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1491 This configure script is free software; the Free Software Foundation
1492 gives unlimited permission to copy, distribute and modify it.
1493 _ACEOF
1494   exit
1495 fi
1496 cat >config.log <<_ACEOF
1497 This file contains any messages produced by compilers while
1498 running configure, to aid debugging if configure makes a mistake.
1499
1500 It was created by Wine $as_me 0.9.53, which was
1501 generated by GNU Autoconf 2.61.  Invocation command line was
1502
1503   $ $0 $@
1504
1505 _ACEOF
1506 exec 5>>config.log
1507 {
1508 cat <<_ASUNAME
1509 ## --------- ##
1510 ## Platform. ##
1511 ## --------- ##
1512
1513 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1514 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1515 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1516 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1517 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1518
1519 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1520 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1521
1522 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1523 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1524 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1525 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1526 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1527 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1528 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1529
1530 _ASUNAME
1531
1532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1533 for as_dir in $PATH
1534 do
1535   IFS=$as_save_IFS
1536   test -z "$as_dir" && as_dir=.
1537   echo "PATH: $as_dir"
1538 done
1539 IFS=$as_save_IFS
1540
1541 } >&5
1542
1543 cat >&5 <<_ACEOF
1544
1545
1546 ## ----------- ##
1547 ## Core tests. ##
1548 ## ----------- ##
1549
1550 _ACEOF
1551
1552
1553 # Keep a trace of the command line.
1554 # Strip out --no-create and --no-recursion so they do not pile up.
1555 # Strip out --silent because we don't want to record it for future runs.
1556 # Also quote any args containing shell meta-characters.
1557 # Make two passes to allow for proper duplicate-argument suppression.
1558 ac_configure_args=
1559 ac_configure_args0=
1560 ac_configure_args1=
1561 ac_must_keep_next=false
1562 for ac_pass in 1 2
1563 do
1564   for ac_arg
1565   do
1566     case $ac_arg in
1567     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1568     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1569     | -silent | --silent | --silen | --sile | --sil)
1570       continue ;;
1571     *\'*)
1572       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1573     esac
1574     case $ac_pass in
1575     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1576     2)
1577       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1578       if test $ac_must_keep_next = true; then
1579         ac_must_keep_next=false # Got value, back to normal.
1580       else
1581         case $ac_arg in
1582           *=* | --config-cache | -C | -disable-* | --disable-* \
1583           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1584           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1585           | -with-* | --with-* | -without-* | --without-* | --x)
1586             case "$ac_configure_args0 " in
1587               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1588             esac
1589             ;;
1590           -* ) ac_must_keep_next=true ;;
1591         esac
1592       fi
1593       ac_configure_args="$ac_configure_args '$ac_arg'"
1594       ;;
1595     esac
1596   done
1597 done
1598 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1599 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1600
1601 # When interrupted or exit'd, cleanup temporary files, and complete
1602 # config.log.  We remove comments because anyway the quotes in there
1603 # would cause problems or look ugly.
1604 # WARNING: Use '\'' to represent an apostrophe within the trap.
1605 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1606 trap 'exit_status=$?
1607   # Save into config.log some information that might help in debugging.
1608   {
1609     echo
1610
1611     cat <<\_ASBOX
1612 ## ---------------- ##
1613 ## Cache variables. ##
1614 ## ---------------- ##
1615 _ASBOX
1616     echo
1617     # The following way of writing the cache mishandles newlines in values,
1618 (
1619   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1620     eval ac_val=\$$ac_var
1621     case $ac_val in #(
1622     *${as_nl}*)
1623       case $ac_var in #(
1624       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1625 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1626       esac
1627       case $ac_var in #(
1628       _ | IFS | as_nl) ;; #(
1629       *) $as_unset $ac_var ;;
1630       esac ;;
1631     esac
1632   done
1633   (set) 2>&1 |
1634     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1635     *${as_nl}ac_space=\ *)
1636       sed -n \
1637         "s/'\''/'\''\\\\'\'''\''/g;
1638           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1639       ;; #(
1640     *)
1641       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1642       ;;
1643     esac |
1644     sort
1645 )
1646     echo
1647
1648     cat <<\_ASBOX
1649 ## ----------------- ##
1650 ## Output variables. ##
1651 ## ----------------- ##
1652 _ASBOX
1653     echo
1654     for ac_var in $ac_subst_vars
1655     do
1656       eval ac_val=\$$ac_var
1657       case $ac_val in
1658       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1659       esac
1660       echo "$ac_var='\''$ac_val'\''"
1661     done | sort
1662     echo
1663
1664     if test -n "$ac_subst_files"; then
1665       cat <<\_ASBOX
1666 ## ------------------- ##
1667 ## File substitutions. ##
1668 ## ------------------- ##
1669 _ASBOX
1670       echo
1671       for ac_var in $ac_subst_files
1672       do
1673         eval ac_val=\$$ac_var
1674         case $ac_val in
1675         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1676         esac
1677         echo "$ac_var='\''$ac_val'\''"
1678       done | sort
1679       echo
1680     fi
1681
1682     if test -s confdefs.h; then
1683       cat <<\_ASBOX
1684 ## ----------- ##
1685 ## confdefs.h. ##
1686 ## ----------- ##
1687 _ASBOX
1688       echo
1689       cat confdefs.h
1690       echo
1691     fi
1692     test "$ac_signal" != 0 &&
1693       echo "$as_me: caught signal $ac_signal"
1694     echo "$as_me: exit $exit_status"
1695   } >&5
1696   rm -f core *.core core.conftest.* &&
1697     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1698     exit $exit_status
1699 ' 0
1700 for ac_signal in 1 2 13 15; do
1701   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1702 done
1703 ac_signal=0
1704
1705 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1706 rm -f -r conftest* confdefs.h
1707
1708 # Predefined preprocessor variables.
1709
1710 cat >>confdefs.h <<_ACEOF
1711 #define PACKAGE_NAME "$PACKAGE_NAME"
1712 _ACEOF
1713
1714
1715 cat >>confdefs.h <<_ACEOF
1716 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1717 _ACEOF
1718
1719
1720 cat >>confdefs.h <<_ACEOF
1721 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1722 _ACEOF
1723
1724
1725 cat >>confdefs.h <<_ACEOF
1726 #define PACKAGE_STRING "$PACKAGE_STRING"
1727 _ACEOF
1728
1729
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1732 _ACEOF
1733
1734
1735 # Let the site file select an alternate cache file if it wants to.
1736 # Prefer explicitly selected file to automatically selected ones.
1737 if test -n "$CONFIG_SITE"; then
1738   set x "$CONFIG_SITE"
1739 elif test "x$prefix" != xNONE; then
1740   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1741 else
1742   set x "$ac_default_prefix/share/config.site" \
1743         "$ac_default_prefix/etc/config.site"
1744 fi
1745 shift
1746 for ac_site_file
1747 do
1748   if test -r "$ac_site_file"; then
1749     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1750 echo "$as_me: loading site script $ac_site_file" >&6;}
1751     sed 's/^/| /' "$ac_site_file" >&5
1752     . "$ac_site_file"
1753   fi
1754 done
1755
1756 if test -r "$cache_file"; then
1757   # Some versions of bash will fail to source /dev/null (special
1758   # files actually), so we avoid doing that.
1759   if test -f "$cache_file"; then
1760     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1761 echo "$as_me: loading cache $cache_file" >&6;}
1762     case $cache_file in
1763       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1764       *)                      . "./$cache_file";;
1765     esac
1766   fi
1767 else
1768   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1769 echo "$as_me: creating cache $cache_file" >&6;}
1770   >$cache_file
1771 fi
1772
1773 # Check that the precious variables saved in the cache have kept the same
1774 # value.
1775 ac_cache_corrupted=false
1776 for ac_var in $ac_precious_vars; do
1777   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1778   eval ac_new_set=\$ac_env_${ac_var}_set
1779   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1780   eval ac_new_val=\$ac_env_${ac_var}_value
1781   case $ac_old_set,$ac_new_set in
1782     set,)
1783       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1784 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1785       ac_cache_corrupted=: ;;
1786     ,set)
1787       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1788 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1789       ac_cache_corrupted=: ;;
1790     ,);;
1791     *)
1792       if test "x$ac_old_val" != "x$ac_new_val"; then
1793         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1794 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1795         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1796 echo "$as_me:   former value:  $ac_old_val" >&2;}
1797         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1798 echo "$as_me:   current value: $ac_new_val" >&2;}
1799         ac_cache_corrupted=:
1800       fi;;
1801   esac
1802   # Pass precious variables to config.status.
1803   if test "$ac_new_set" = set; then
1804     case $ac_new_val in
1805     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1806     *) ac_arg=$ac_var=$ac_new_val ;;
1807     esac
1808     case " $ac_configure_args " in
1809       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1810       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1811     esac
1812   fi
1813 done
1814 if $ac_cache_corrupted; then
1815   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1816 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1817   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1818 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1819    { (exit 1); exit 1; }; }
1820 fi
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846 ac_ext=c
1847 ac_cpp='$CPP $CPPFLAGS'
1848 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1849 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1850 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1851
1852
1853
1854 ac_config_headers="$ac_config_headers include/config.h"
1855
1856 ac_aux_dir=
1857 for ac_dir in tools "$srcdir"/tools; do
1858   if test -f "$ac_dir/install-sh"; then
1859     ac_aux_dir=$ac_dir
1860     ac_install_sh="$ac_aux_dir/install-sh -c"
1861     break
1862   elif test -f "$ac_dir/install.sh"; then
1863     ac_aux_dir=$ac_dir
1864     ac_install_sh="$ac_aux_dir/install.sh -c"
1865     break
1866   elif test -f "$ac_dir/shtool"; then
1867     ac_aux_dir=$ac_dir
1868     ac_install_sh="$ac_aux_dir/shtool install -c"
1869     break
1870   fi
1871 done
1872 if test -z "$ac_aux_dir"; then
1873   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1874 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1875    { (exit 1); exit 1; }; }
1876 fi
1877
1878 # These three variables are undocumented and unsupported,
1879 # and are intended to be withdrawn in a future Autoconf release.
1880 # They can cause serious problems if a builder's source tree is in a directory
1881 # whose full name contains unusual characters.
1882 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1883 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1884 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1885
1886
1887
1888
1889 # Check whether --enable-win16 was given.
1890 if test "${enable_win16+set}" = set; then
1891   enableval=$enable_win16;
1892 fi
1893
1894 # Check whether --enable-win64 was given.
1895 if test "${enable_win64+set}" = set; then
1896   enableval=$enable_win64;
1897 fi
1898
1899
1900
1901 # Check whether --with-alsa was given.
1902 if test "${with_alsa+set}" = set; then
1903   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1904 fi
1905
1906
1907 # Check whether --with-audioio was given.
1908 if test "${with_audioio+set}" = set; then
1909   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1910 fi
1911
1912
1913 # Check whether --with-capi was given.
1914 if test "${with_capi+set}" = set; then
1915   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1916 fi
1917
1918
1919 # Check whether --with-cms was given.
1920 if test "${with_cms+set}" = set; then
1921   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1922 fi
1923
1924
1925 # Check whether --with-coreaudio was given.
1926 if test "${with_coreaudio+set}" = set; then
1927   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1928 fi
1929
1930
1931 # Check whether --with-cups was given.
1932 if test "${with_cups+set}" = set; then
1933   withval=$with_cups; if test "x$withval" = "xno"; then ac_cv_header_cups_cups_h=no; fi
1934 fi
1935
1936
1937 # Check whether --with-curses was given.
1938 if test "${with_curses+set}" = set; then
1939   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1940 fi
1941
1942
1943 # Check whether --with-esd was given.
1944 if test "${with_esd+set}" = set; then
1945   withval=$with_esd;
1946 fi
1947
1948
1949 # Check whether --with-fontconfig was given.
1950 if test "${with_fontconfig+set}" = set; then
1951   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1952 fi
1953
1954
1955 # Check whether --with-gphoto was given.
1956 if test "${with_gphoto+set}" = set; then
1957   withval=$with_gphoto;
1958 fi
1959
1960
1961 # Check whether --with-hal was given.
1962 if test "${with_hal+set}" = set; then
1963   withval=$with_hal;
1964 fi
1965
1966
1967 # Check whether --with-jack was given.
1968 if test "${with_jack+set}" = set; then
1969   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
1970 fi
1971
1972
1973 # Check whether --with-jpeg was given.
1974 if test "${with_jpeg+set}" = set; then
1975   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
1976 fi
1977
1978
1979 # Check whether --with-ldap was given.
1980 if test "${with_ldap+set}" = set; then
1981   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
1982 fi
1983
1984
1985 # Check whether --with-nas was given.
1986 if test "${with_nas+set}" = set; then
1987   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
1988 fi
1989
1990
1991 # Check whether --with-opengl was given.
1992 if test "${with_opengl+set}" = set; then
1993   withval=$with_opengl;
1994 fi
1995
1996
1997 # Check whether --with-openssl was given.
1998 if test "${with_openssl+set}" = set; then
1999   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2000 fi
2001
2002
2003 # Check whether --with-oss was given.
2004 if test "${with_oss+set}" = set; then
2005   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2006 fi
2007
2008
2009 # Check whether --with-png was given.
2010 if test "${with_png+set}" = set; then
2011   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2012 fi
2013
2014
2015 # Check whether --with-sane was given.
2016 if test "${with_sane+set}" = set; then
2017   withval=$with_sane;
2018 fi
2019
2020
2021 # Check whether --with-xcomposite was given.
2022 if test "${with_xcomposite+set}" = set; then
2023   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2024 fi
2025
2026
2027 # Check whether --with-xcursor was given.
2028 if test "${with_xcursor+set}" = set; then
2029   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2030 fi
2031
2032
2033 # Check whether --with-xinerama was given.
2034 if test "${with_xinerama+set}" = set; then
2035   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2036 fi
2037
2038
2039 # Check whether --with-xinput was given.
2040 if test "${with_xinput+set}" = set; then
2041   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2042 fi
2043
2044
2045 # Check whether --with-xml was given.
2046 if test "${with_xml+set}" = set; then
2047   withval=$with_xml;
2048 fi
2049
2050
2051 # Check whether --with-xrandr was given.
2052 if test "${with_xrandr+set}" = set; then
2053   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2054 fi
2055
2056
2057 # Check whether --with-xrender was given.
2058 if test "${with_xrender+set}" = set; then
2059   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2060 fi
2061
2062
2063 # Check whether --with-xshape was given.
2064 if test "${with_xshape+set}" = set; then
2065   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2066 fi
2067
2068
2069 # Check whether --with-xshm was given.
2070 if test "${with_xshm+set}" = set; then
2071   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2072 fi
2073
2074
2075 # Check whether --with-xslt was given.
2076 if test "${with_xslt+set}" = set; then
2077   withval=$with_xslt;
2078 fi
2079
2080
2081 # Check whether --with-xvidmode was given.
2082 if test "${with_xvidmode+set}" = set; then
2083   withval=$with_xvidmode; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2084 fi
2085
2086
2087
2088 # Check whether --with-wine-tools was given.
2089 if test "${with_wine_tools+set}" = set; then
2090   withval=$with_wine_tools;
2091 fi
2092
2093
2094 # Make sure we can run config.sub.
2095 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2096   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2097 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2098    { (exit 1); exit 1; }; }
2099
2100 { echo "$as_me:$LINENO: checking build system type" >&5
2101 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2102 if test "${ac_cv_build+set}" = set; then
2103   echo $ECHO_N "(cached) $ECHO_C" >&6
2104 else
2105   ac_build_alias=$build_alias
2106 test "x$ac_build_alias" = x &&
2107   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2108 test "x$ac_build_alias" = x &&
2109   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2110 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2111    { (exit 1); exit 1; }; }
2112 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2113   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2114 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2115    { (exit 1); exit 1; }; }
2116
2117 fi
2118 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2119 echo "${ECHO_T}$ac_cv_build" >&6; }
2120 case $ac_cv_build in
2121 *-*-*) ;;
2122 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2123 echo "$as_me: error: invalid value of canonical build" >&2;}
2124    { (exit 1); exit 1; }; };;
2125 esac
2126 build=$ac_cv_build
2127 ac_save_IFS=$IFS; IFS='-'
2128 set x $ac_cv_build
2129 shift
2130 build_cpu=$1
2131 build_vendor=$2
2132 shift; shift
2133 # Remember, the first character of IFS is used to create $*,
2134 # except with old shells:
2135 build_os=$*
2136 IFS=$ac_save_IFS
2137 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2138
2139
2140 { echo "$as_me:$LINENO: checking host system type" >&5
2141 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2142 if test "${ac_cv_host+set}" = set; then
2143   echo $ECHO_N "(cached) $ECHO_C" >&6
2144 else
2145   if test "x$host_alias" = x; then
2146   ac_cv_host=$ac_cv_build
2147 else
2148   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2149     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2150 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2151    { (exit 1); exit 1; }; }
2152 fi
2153
2154 fi
2155 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2156 echo "${ECHO_T}$ac_cv_host" >&6; }
2157 case $ac_cv_host in
2158 *-*-*) ;;
2159 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2160 echo "$as_me: error: invalid value of canonical host" >&2;}
2161    { (exit 1); exit 1; }; };;
2162 esac
2163 host=$ac_cv_host
2164 ac_save_IFS=$IFS; IFS='-'
2165 set x $ac_cv_host
2166 shift
2167 host_cpu=$1
2168 host_vendor=$2
2169 shift; shift
2170 # Remember, the first character of IFS is used to create $*,
2171 # except with old shells:
2172 host_os=$*
2173 IFS=$ac_save_IFS
2174 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2175
2176
2177 case $host in
2178   x86_64*linux*)
2179     if test "x$enable_win64" != "xyes"
2180     then
2181       test -n "$CC" || CC="gcc -m32"
2182       test -n "$CXX"|| CXX="g++ -m32"
2183       test -n "$LD" || LD="ld -m elf_i386"
2184       test -n "$AS" || AS="as --32"
2185       host_cpu="i386"
2186     fi
2187     ;;
2188 esac
2189
2190 case $host_cpu in
2191   *i[3456789]86*)
2192     if test "x$enable_win16" != "xno"
2193     then
2194       enable_win16="yes"
2195     fi
2196     ;;
2197 esac
2198
2199 WIN16_FILES="\$(WIN16_FILES)"
2200
2201 WIN16_INSTALL="\$(WIN16_INSTALL)"
2202
2203 if test "x$enable_win16" != "xyes"
2204 then
2205   WIN16_FILES=""
2206   WIN16_INSTALL=""
2207 fi
2208
2209 case "$srcdir" in
2210  .) ;;
2211  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2212       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2213 You need to run 'make distclean' in the source tree first." >&5
2214 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2215 You need to run 'make distclean' in the source tree first." >&2;}
2216    { (exit 1); exit 1; }; }
2217     fi ;;
2218 esac
2219
2220
2221 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2222 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2223 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2224 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2225   echo $ECHO_N "(cached) $ECHO_C" >&6
2226 else
2227   cat >conftest.make <<\_ACEOF
2228 SHELL = /bin/sh
2229 all:
2230         @echo '@@@%%%=$(MAKE)=@@@%%%'
2231 _ACEOF
2232 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2233 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2234   *@@@%%%=?*=@@@%%%*)
2235     eval ac_cv_prog_make_${ac_make}_set=yes;;
2236   *)
2237     eval ac_cv_prog_make_${ac_make}_set=no;;
2238 esac
2239 rm -f conftest.make
2240 fi
2241 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2242   { echo "$as_me:$LINENO: result: yes" >&5
2243 echo "${ECHO_T}yes" >&6; }
2244   SET_MAKE=
2245 else
2246   { echo "$as_me:$LINENO: result: no" >&5
2247 echo "${ECHO_T}no" >&6; }
2248   SET_MAKE="MAKE=${MAKE-make}"
2249 fi
2250
2251 ac_ext=c
2252 ac_cpp='$CPP $CPPFLAGS'
2253 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2254 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2255 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2256 if test -n "$ac_tool_prefix"; then
2257   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2258 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2261 if test "${ac_cv_prog_CC+set}" = set; then
2262   echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264   if test -n "$CC"; then
2265   ac_cv_prog_CC="$CC" # Let the user override the test.
2266 else
2267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2268 for as_dir in $PATH
2269 do
2270   IFS=$as_save_IFS
2271   test -z "$as_dir" && as_dir=.
2272   for ac_exec_ext in '' $ac_executable_extensions; do
2273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2274     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2276     break 2
2277   fi
2278 done
2279 done
2280 IFS=$as_save_IFS
2281
2282 fi
2283 fi
2284 CC=$ac_cv_prog_CC
2285 if test -n "$CC"; then
2286   { echo "$as_me:$LINENO: result: $CC" >&5
2287 echo "${ECHO_T}$CC" >&6; }
2288 else
2289   { echo "$as_me:$LINENO: result: no" >&5
2290 echo "${ECHO_T}no" >&6; }
2291 fi
2292
2293
2294 fi
2295 if test -z "$ac_cv_prog_CC"; then
2296   ac_ct_CC=$CC
2297   # Extract the first word of "gcc", so it can be a program name with args.
2298 set dummy gcc; ac_word=$2
2299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2301 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2302   echo $ECHO_N "(cached) $ECHO_C" >&6
2303 else
2304   if test -n "$ac_ct_CC"; then
2305   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2306 else
2307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2308 for as_dir in $PATH
2309 do
2310   IFS=$as_save_IFS
2311   test -z "$as_dir" && as_dir=.
2312   for ac_exec_ext in '' $ac_executable_extensions; do
2313   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2314     ac_cv_prog_ac_ct_CC="gcc"
2315     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2316     break 2
2317   fi
2318 done
2319 done
2320 IFS=$as_save_IFS
2321
2322 fi
2323 fi
2324 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2325 if test -n "$ac_ct_CC"; then
2326   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2327 echo "${ECHO_T}$ac_ct_CC" >&6; }
2328 else
2329   { echo "$as_me:$LINENO: result: no" >&5
2330 echo "${ECHO_T}no" >&6; }
2331 fi
2332
2333   if test "x$ac_ct_CC" = x; then
2334     CC=""
2335   else
2336     case $cross_compiling:$ac_tool_warned in
2337 yes:)
2338 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2339 whose name does not start with the host triplet.  If you think this
2340 configuration is useful to you, please write to autoconf@gnu.org." >&5
2341 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2342 whose name does not start with the host triplet.  If you think this
2343 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2344 ac_tool_warned=yes ;;
2345 esac
2346     CC=$ac_ct_CC
2347   fi
2348 else
2349   CC="$ac_cv_prog_CC"
2350 fi
2351
2352 if test -z "$CC"; then
2353           if test -n "$ac_tool_prefix"; then
2354     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2355 set dummy ${ac_tool_prefix}cc; ac_word=$2
2356 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2358 if test "${ac_cv_prog_CC+set}" = set; then
2359   echo $ECHO_N "(cached) $ECHO_C" >&6
2360 else
2361   if test -n "$CC"; then
2362   ac_cv_prog_CC="$CC" # Let the user override the test.
2363 else
2364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2365 for as_dir in $PATH
2366 do
2367   IFS=$as_save_IFS
2368   test -z "$as_dir" && as_dir=.
2369   for ac_exec_ext in '' $ac_executable_extensions; do
2370   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2371     ac_cv_prog_CC="${ac_tool_prefix}cc"
2372     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2373     break 2
2374   fi
2375 done
2376 done
2377 IFS=$as_save_IFS
2378
2379 fi
2380 fi
2381 CC=$ac_cv_prog_CC
2382 if test -n "$CC"; then
2383   { echo "$as_me:$LINENO: result: $CC" >&5
2384 echo "${ECHO_T}$CC" >&6; }
2385 else
2386   { echo "$as_me:$LINENO: result: no" >&5
2387 echo "${ECHO_T}no" >&6; }
2388 fi
2389
2390
2391   fi
2392 fi
2393 if test -z "$CC"; then
2394   # Extract the first word of "cc", so it can be a program name with args.
2395 set dummy cc; ac_word=$2
2396 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2398 if test "${ac_cv_prog_CC+set}" = set; then
2399   echo $ECHO_N "(cached) $ECHO_C" >&6
2400 else
2401   if test -n "$CC"; then
2402   ac_cv_prog_CC="$CC" # Let the user override the test.
2403 else
2404   ac_prog_rejected=no
2405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2406 for as_dir in $PATH
2407 do
2408   IFS=$as_save_IFS
2409   test -z "$as_dir" && as_dir=.
2410   for ac_exec_ext in '' $ac_executable_extensions; do
2411   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2412     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2413        ac_prog_rejected=yes
2414        continue
2415      fi
2416     ac_cv_prog_CC="cc"
2417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2418     break 2
2419   fi
2420 done
2421 done
2422 IFS=$as_save_IFS
2423
2424 if test $ac_prog_rejected = yes; then
2425   # We found a bogon in the path, so make sure we never use it.
2426   set dummy $ac_cv_prog_CC
2427   shift
2428   if test $# != 0; then
2429     # We chose a different compiler from the bogus one.
2430     # However, it has the same basename, so the bogon will be chosen
2431     # first if we set CC to just the basename; use the full file name.
2432     shift
2433     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2434   fi
2435 fi
2436 fi
2437 fi
2438 CC=$ac_cv_prog_CC
2439 if test -n "$CC"; then
2440   { echo "$as_me:$LINENO: result: $CC" >&5
2441 echo "${ECHO_T}$CC" >&6; }
2442 else
2443   { echo "$as_me:$LINENO: result: no" >&5
2444 echo "${ECHO_T}no" >&6; }
2445 fi
2446
2447
2448 fi
2449 if test -z "$CC"; then
2450   if test -n "$ac_tool_prefix"; then
2451   for ac_prog in cl.exe
2452   do
2453     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2454 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2457 if test "${ac_cv_prog_CC+set}" = set; then
2458   echo $ECHO_N "(cached) $ECHO_C" >&6
2459 else
2460   if test -n "$CC"; then
2461   ac_cv_prog_CC="$CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2465 do
2466   IFS=$as_save_IFS
2467   test -z "$as_dir" && as_dir=.
2468   for ac_exec_ext in '' $ac_executable_extensions; do
2469   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2471     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472     break 2
2473   fi
2474 done
2475 done
2476 IFS=$as_save_IFS
2477
2478 fi
2479 fi
2480 CC=$ac_cv_prog_CC
2481 if test -n "$CC"; then
2482   { echo "$as_me:$LINENO: result: $CC" >&5
2483 echo "${ECHO_T}$CC" >&6; }
2484 else
2485   { echo "$as_me:$LINENO: result: no" >&5
2486 echo "${ECHO_T}no" >&6; }
2487 fi
2488
2489
2490     test -n "$CC" && break
2491   done
2492 fi
2493 if test -z "$CC"; then
2494   ac_ct_CC=$CC
2495   for ac_prog in cl.exe
2496 do
2497   # Extract the first word of "$ac_prog", so it can be a program name with args.
2498 set dummy $ac_prog; ac_word=$2
2499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2501 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2502   echo $ECHO_N "(cached) $ECHO_C" >&6
2503 else
2504   if test -n "$ac_ct_CC"; then
2505   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2506 else
2507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2508 for as_dir in $PATH
2509 do
2510   IFS=$as_save_IFS
2511   test -z "$as_dir" && as_dir=.
2512   for ac_exec_ext in '' $ac_executable_extensions; do
2513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2514     ac_cv_prog_ac_ct_CC="$ac_prog"
2515     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2516     break 2
2517   fi
2518 done
2519 done
2520 IFS=$as_save_IFS
2521
2522 fi
2523 fi
2524 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2525 if test -n "$ac_ct_CC"; then
2526   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2527 echo "${ECHO_T}$ac_ct_CC" >&6; }
2528 else
2529   { echo "$as_me:$LINENO: result: no" >&5
2530 echo "${ECHO_T}no" >&6; }
2531 fi
2532
2533
2534   test -n "$ac_ct_CC" && break
2535 done
2536
2537   if test "x$ac_ct_CC" = x; then
2538     CC=""
2539   else
2540     case $cross_compiling:$ac_tool_warned in
2541 yes:)
2542 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2543 whose name does not start with the host triplet.  If you think this
2544 configuration is useful to you, please write to autoconf@gnu.org." >&5
2545 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2546 whose name does not start with the host triplet.  If you think this
2547 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2548 ac_tool_warned=yes ;;
2549 esac
2550     CC=$ac_ct_CC
2551   fi
2552 fi
2553
2554 fi
2555
2556
2557 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2558 See \`config.log' for more details." >&5
2559 echo "$as_me: error: no acceptable C compiler found in \$PATH
2560 See \`config.log' for more details." >&2;}
2561    { (exit 1); exit 1; }; }
2562
2563 # Provide some information about the compiler.
2564 echo "$as_me:$LINENO: checking for C compiler version" >&5
2565 ac_compiler=`set X $ac_compile; echo $2`
2566 { (ac_try="$ac_compiler --version >&5"
2567 case "(($ac_try" in
2568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2569   *) ac_try_echo=$ac_try;;
2570 esac
2571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2572   (eval "$ac_compiler --version >&5") 2>&5
2573   ac_status=$?
2574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2575   (exit $ac_status); }
2576 { (ac_try="$ac_compiler -v >&5"
2577 case "(($ac_try" in
2578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2579   *) ac_try_echo=$ac_try;;
2580 esac
2581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2582   (eval "$ac_compiler -v >&5") 2>&5
2583   ac_status=$?
2584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585   (exit $ac_status); }
2586 { (ac_try="$ac_compiler -V >&5"
2587 case "(($ac_try" in
2588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2589   *) ac_try_echo=$ac_try;;
2590 esac
2591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2592   (eval "$ac_compiler -V >&5") 2>&5
2593   ac_status=$?
2594   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2595   (exit $ac_status); }
2596
2597 cat >conftest.$ac_ext <<_ACEOF
2598 /* confdefs.h.  */
2599 _ACEOF
2600 cat confdefs.h >>conftest.$ac_ext
2601 cat >>conftest.$ac_ext <<_ACEOF
2602 /* end confdefs.h.  */
2603
2604 int
2605 main ()
2606 {
2607
2608   ;
2609   return 0;
2610 }
2611 _ACEOF
2612 ac_clean_files_save=$ac_clean_files
2613 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2614 # Try to create an executable without -o first, disregard a.out.
2615 # It will help us diagnose broken compilers, and finding out an intuition
2616 # of exeext.
2617 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2618 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2619 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2620 #
2621 # List of possible output files, starting from the most likely.
2622 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2623 # only as a last resort.  b.out is created by i960 compilers.
2624 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2625 #
2626 # The IRIX 6 linker writes into existing files which may not be
2627 # executable, retaining their permissions.  Remove them first so a
2628 # subsequent execution test works.
2629 ac_rmfiles=
2630 for ac_file in $ac_files
2631 do
2632   case $ac_file in
2633     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2634     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2635   esac
2636 done
2637 rm -f $ac_rmfiles
2638
2639 if { (ac_try="$ac_link_default"
2640 case "(($ac_try" in
2641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2642   *) ac_try_echo=$ac_try;;
2643 esac
2644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2645   (eval "$ac_link_default") 2>&5
2646   ac_status=$?
2647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648   (exit $ac_status); }; then
2649   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2650 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2651 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2652 # so that the user can short-circuit this test for compilers unknown to
2653 # Autoconf.
2654 for ac_file in $ac_files ''
2655 do
2656   test -f "$ac_file" || continue
2657   case $ac_file in
2658     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2659         ;;
2660     [ab].out )
2661         # We found the default executable, but exeext='' is most
2662         # certainly right.
2663         break;;
2664     *.* )
2665         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2666         then :; else
2667            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2668         fi
2669         # We set ac_cv_exeext here because the later test for it is not
2670         # safe: cross compilers may not add the suffix if given an `-o'
2671         # argument, so we may need to know it at that point already.
2672         # Even if this section looks crufty: it has the advantage of
2673         # actually working.
2674         break;;
2675     * )
2676         break;;
2677   esac
2678 done
2679 test "$ac_cv_exeext" = no && ac_cv_exeext=
2680
2681 else
2682   ac_file=''
2683 fi
2684
2685 { echo "$as_me:$LINENO: result: $ac_file" >&5
2686 echo "${ECHO_T}$ac_file" >&6; }
2687 if test -z "$ac_file"; then
2688   echo "$as_me: failed program was:" >&5
2689 sed 's/^/| /' conftest.$ac_ext >&5
2690
2691 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2692 See \`config.log' for more details." >&5
2693 echo "$as_me: error: C compiler cannot create executables
2694 See \`config.log' for more details." >&2;}
2695    { (exit 77); exit 77; }; }
2696 fi
2697
2698 ac_exeext=$ac_cv_exeext
2699
2700 # Check that the compiler produces executables we can run.  If not, either
2701 # the compiler is broken, or we cross compile.
2702 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2703 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2704 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2705 # If not cross compiling, check that we can run a simple program.
2706 if test "$cross_compiling" != yes; then
2707   if { ac_try='./$ac_file'
2708   { (case "(($ac_try" in
2709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2710   *) ac_try_echo=$ac_try;;
2711 esac
2712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2713   (eval "$ac_try") 2>&5
2714   ac_status=$?
2715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2716   (exit $ac_status); }; }; then
2717     cross_compiling=no
2718   else
2719     if test "$cross_compiling" = maybe; then
2720         cross_compiling=yes
2721     else
2722         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2723 If you meant to cross compile, use \`--host'.
2724 See \`config.log' for more details." >&5
2725 echo "$as_me: error: cannot run C compiled programs.
2726 If you meant to cross compile, use \`--host'.
2727 See \`config.log' for more details." >&2;}
2728    { (exit 1); exit 1; }; }
2729     fi
2730   fi
2731 fi
2732 { echo "$as_me:$LINENO: result: yes" >&5
2733 echo "${ECHO_T}yes" >&6; }
2734
2735 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2736 ac_clean_files=$ac_clean_files_save
2737 # Check that the compiler produces executables we can run.  If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2740 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2741 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2742 echo "${ECHO_T}$cross_compiling" >&6; }
2743
2744 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2745 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2746 if { (ac_try="$ac_link"
2747 case "(($ac_try" in
2748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2749   *) ac_try_echo=$ac_try;;
2750 esac
2751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2752   (eval "$ac_link") 2>&5
2753   ac_status=$?
2754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755   (exit $ac_status); }; then
2756   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2757 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2758 # work properly (i.e., refer to `conftest.exe'), while it won't with
2759 # `rm'.
2760 for ac_file in conftest.exe conftest conftest.*; do
2761   test -f "$ac_file" || continue
2762   case $ac_file in
2763     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2764     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2765           break;;
2766     * ) break;;
2767   esac
2768 done
2769 else
2770   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2771 See \`config.log' for more details." >&5
2772 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2773 See \`config.log' for more details." >&2;}
2774    { (exit 1); exit 1; }; }
2775 fi
2776
2777 rm -f conftest$ac_cv_exeext
2778 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2779 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2780
2781 rm -f conftest.$ac_ext
2782 EXEEXT=$ac_cv_exeext
2783 ac_exeext=$EXEEXT
2784 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2785 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2786 if test "${ac_cv_objext+set}" = set; then
2787   echo $ECHO_N "(cached) $ECHO_C" >&6
2788 else
2789   cat >conftest.$ac_ext <<_ACEOF
2790 /* confdefs.h.  */
2791 _ACEOF
2792 cat confdefs.h >>conftest.$ac_ext
2793 cat >>conftest.$ac_ext <<_ACEOF
2794 /* end confdefs.h.  */
2795
2796 int
2797 main ()
2798 {
2799
2800   ;
2801   return 0;
2802 }
2803 _ACEOF
2804 rm -f conftest.o conftest.obj
2805 if { (ac_try="$ac_compile"
2806 case "(($ac_try" in
2807   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2808   *) ac_try_echo=$ac_try;;
2809 esac
2810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2811   (eval "$ac_compile") 2>&5
2812   ac_status=$?
2813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2814   (exit $ac_status); }; then
2815   for ac_file in conftest.o conftest.obj conftest.*; do
2816   test -f "$ac_file" || continue;
2817   case $ac_file in
2818     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2819     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2820        break;;
2821   esac
2822 done
2823 else
2824   echo "$as_me: failed program was:" >&5
2825 sed 's/^/| /' conftest.$ac_ext >&5
2826
2827 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2828 See \`config.log' for more details." >&5
2829 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2830 See \`config.log' for more details." >&2;}
2831    { (exit 1); exit 1; }; }
2832 fi
2833
2834 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2835 fi
2836 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2837 echo "${ECHO_T}$ac_cv_objext" >&6; }
2838 OBJEXT=$ac_cv_objext
2839 ac_objext=$OBJEXT
2840 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2841 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2842 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2843   echo $ECHO_N "(cached) $ECHO_C" >&6
2844 else
2845   cat >conftest.$ac_ext <<_ACEOF
2846 /* confdefs.h.  */
2847 _ACEOF
2848 cat confdefs.h >>conftest.$ac_ext
2849 cat >>conftest.$ac_ext <<_ACEOF
2850 /* end confdefs.h.  */
2851
2852 int
2853 main ()
2854 {
2855 #ifndef __GNUC__
2856        choke me
2857 #endif
2858
2859   ;
2860   return 0;
2861 }
2862 _ACEOF
2863 rm -f conftest.$ac_objext
2864 if { (ac_try="$ac_compile"
2865 case "(($ac_try" in
2866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2867   *) ac_try_echo=$ac_try;;
2868 esac
2869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2870   (eval "$ac_compile") 2>conftest.er1
2871   ac_status=$?
2872   grep -v '^ *+' conftest.er1 >conftest.err
2873   rm -f conftest.er1
2874   cat conftest.err >&5
2875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2876   (exit $ac_status); } && {
2877          test -z "$ac_c_werror_flag" ||
2878          test ! -s conftest.err
2879        } && test -s conftest.$ac_objext; then
2880   ac_compiler_gnu=yes
2881 else
2882   echo "$as_me: failed program was:" >&5
2883 sed 's/^/| /' conftest.$ac_ext >&5
2884
2885         ac_compiler_gnu=no
2886 fi
2887
2888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2889 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2890
2891 fi
2892 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2893 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2894 GCC=`test $ac_compiler_gnu = yes && echo yes`
2895 ac_test_CFLAGS=${CFLAGS+set}
2896 ac_save_CFLAGS=$CFLAGS
2897 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2898 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2899 if test "${ac_cv_prog_cc_g+set}" = set; then
2900   echo $ECHO_N "(cached) $ECHO_C" >&6
2901 else
2902   ac_save_c_werror_flag=$ac_c_werror_flag
2903    ac_c_werror_flag=yes
2904    ac_cv_prog_cc_g=no
2905    CFLAGS="-g"
2906    cat >conftest.$ac_ext <<_ACEOF
2907 /* confdefs.h.  */
2908 _ACEOF
2909 cat confdefs.h >>conftest.$ac_ext
2910 cat >>conftest.$ac_ext <<_ACEOF
2911 /* end confdefs.h.  */
2912
2913 int
2914 main ()
2915 {
2916
2917   ;
2918   return 0;
2919 }
2920 _ACEOF
2921 rm -f conftest.$ac_objext
2922 if { (ac_try="$ac_compile"
2923 case "(($ac_try" in
2924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2925   *) ac_try_echo=$ac_try;;
2926 esac
2927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2928   (eval "$ac_compile") 2>conftest.er1
2929   ac_status=$?
2930   grep -v '^ *+' conftest.er1 >conftest.err
2931   rm -f conftest.er1
2932   cat conftest.err >&5
2933   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2934   (exit $ac_status); } && {
2935          test -z "$ac_c_werror_flag" ||
2936          test ! -s conftest.err
2937        } && test -s conftest.$ac_objext; then
2938   ac_cv_prog_cc_g=yes
2939 else
2940   echo "$as_me: failed program was:" >&5
2941 sed 's/^/| /' conftest.$ac_ext >&5
2942
2943         CFLAGS=""
2944       cat >conftest.$ac_ext <<_ACEOF
2945 /* confdefs.h.  */
2946 _ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h.  */
2950
2951 int
2952 main ()
2953 {
2954
2955   ;
2956   return 0;
2957 }
2958 _ACEOF
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2961 case "(($ac_try" in
2962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963   *) ac_try_echo=$ac_try;;
2964 esac
2965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2966   (eval "$ac_compile") 2>conftest.er1
2967   ac_status=$?
2968   grep -v '^ *+' conftest.er1 >conftest.err
2969   rm -f conftest.er1
2970   cat conftest.err >&5
2971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972   (exit $ac_status); } && {
2973          test -z "$ac_c_werror_flag" ||
2974          test ! -s conftest.err
2975        } && test -s conftest.$ac_objext; then
2976   :
2977 else
2978   echo "$as_me: failed program was:" >&5
2979 sed 's/^/| /' conftest.$ac_ext >&5
2980
2981         ac_c_werror_flag=$ac_save_c_werror_flag
2982          CFLAGS="-g"
2983          cat >conftest.$ac_ext <<_ACEOF
2984 /* confdefs.h.  */
2985 _ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h.  */
2989
2990 int
2991 main ()
2992 {
2993
2994   ;
2995   return 0;
2996 }
2997 _ACEOF
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3000 case "(($ac_try" in
3001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002   *) ac_try_echo=$ac_try;;
3003 esac
3004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3005   (eval "$ac_compile") 2>conftest.er1
3006   ac_status=$?
3007   grep -v '^ *+' conftest.er1 >conftest.err
3008   rm -f conftest.er1
3009   cat conftest.err >&5
3010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011   (exit $ac_status); } && {
3012          test -z "$ac_c_werror_flag" ||
3013          test ! -s conftest.err
3014        } && test -s conftest.$ac_objext; then
3015   ac_cv_prog_cc_g=yes
3016 else
3017   echo "$as_me: failed program was:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3019
3020
3021 fi
3022
3023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3024 fi
3025
3026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3027 fi
3028
3029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3030    ac_c_werror_flag=$ac_save_c_werror_flag
3031 fi
3032 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3033 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3034 if test "$ac_test_CFLAGS" = set; then
3035   CFLAGS=$ac_save_CFLAGS
3036 elif test $ac_cv_prog_cc_g = yes; then
3037   if test "$GCC" = yes; then
3038     CFLAGS="-g -O2"
3039   else
3040     CFLAGS="-g"
3041   fi
3042 else
3043   if test "$GCC" = yes; then
3044     CFLAGS="-O2"
3045   else
3046     CFLAGS=
3047   fi
3048 fi
3049 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3050 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3051 if test "${ac_cv_prog_cc_c89+set}" = set; then
3052   echo $ECHO_N "(cached) $ECHO_C" >&6
3053 else
3054   ac_cv_prog_cc_c89=no
3055 ac_save_CC=$CC
3056 cat >conftest.$ac_ext <<_ACEOF
3057 /* confdefs.h.  */
3058 _ACEOF
3059 cat confdefs.h >>conftest.$ac_ext
3060 cat >>conftest.$ac_ext <<_ACEOF
3061 /* end confdefs.h.  */
3062 #include <stdarg.h>
3063 #include <stdio.h>
3064 #include <sys/types.h>
3065 #include <sys/stat.h>
3066 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3067 struct buf { int x; };
3068 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3069 static char *e (p, i)
3070      char **p;
3071      int i;
3072 {
3073   return p[i];
3074 }
3075 static char *f (char * (*g) (char **, int), char **p, ...)
3076 {
3077   char *s;
3078   va_list v;
3079   va_start (v,p);
3080   s = g (p, va_arg (v,int));
3081   va_end (v);
3082   return s;
3083 }
3084
3085 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3086    function prototypes and stuff, but not '\xHH' hex character constants.
3087    These don't provoke an error unfortunately, instead are silently treated
3088    as 'x'.  The following induces an error, until -std is added to get
3089    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3090    array size at least.  It's necessary to write '\x00'==0 to get something
3091    that's true only with -std.  */
3092 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3093
3094 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3095    inside strings and character constants.  */
3096 #define FOO(x) 'x'
3097 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3098
3099 int test (int i, double x);
3100 struct s1 {int (*f) (int a);};
3101 struct s2 {int (*f) (double a);};
3102 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3103 int argc;
3104 char **argv;
3105 int
3106 main ()
3107 {
3108 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3109   ;
3110   return 0;
3111 }
3112 _ACEOF
3113 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3114         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3115 do
3116   CC="$ac_save_CC $ac_arg"
3117   rm -f conftest.$ac_objext
3118 if { (ac_try="$ac_compile"
3119 case "(($ac_try" in
3120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3121   *) ac_try_echo=$ac_try;;
3122 esac
3123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3124   (eval "$ac_compile") 2>conftest.er1
3125   ac_status=$?
3126   grep -v '^ *+' conftest.er1 >conftest.err
3127   rm -f conftest.er1
3128   cat conftest.err >&5
3129   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3130   (exit $ac_status); } && {
3131          test -z "$ac_c_werror_flag" ||
3132          test ! -s conftest.err
3133        } && test -s conftest.$ac_objext; then
3134   ac_cv_prog_cc_c89=$ac_arg
3135 else
3136   echo "$as_me: failed program was:" >&5
3137 sed 's/^/| /' conftest.$ac_ext >&5
3138
3139
3140 fi
3141
3142 rm -f core conftest.err conftest.$ac_objext
3143   test "x$ac_cv_prog_cc_c89" != "xno" && break
3144 done
3145 rm -f conftest.$ac_ext
3146 CC=$ac_save_CC
3147
3148 fi
3149 # AC_CACHE_VAL
3150 case "x$ac_cv_prog_cc_c89" in
3151   x)
3152     { echo "$as_me:$LINENO: result: none needed" >&5
3153 echo "${ECHO_T}none needed" >&6; } ;;
3154   xno)
3155     { echo "$as_me:$LINENO: result: unsupported" >&5
3156 echo "${ECHO_T}unsupported" >&6; } ;;
3157   *)
3158     CC="$CC $ac_cv_prog_cc_c89"
3159     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3160 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3161 esac
3162
3163
3164 ac_ext=c
3165 ac_cpp='$CPP $CPPFLAGS'
3166 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3167 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3168 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3169
3170 ac_ext=cpp
3171 ac_cpp='$CXXCPP $CPPFLAGS'
3172 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3173 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3174 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3175 if test -z "$CXX"; then
3176   if test -n "$CCC"; then
3177     CXX=$CCC
3178   else
3179     if test -n "$ac_tool_prefix"; then
3180   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3181   do
3182     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3183 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3184 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3186 if test "${ac_cv_prog_CXX+set}" = set; then
3187   echo $ECHO_N "(cached) $ECHO_C" >&6
3188 else
3189   if test -n "$CXX"; then
3190   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3191 else
3192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3193 for as_dir in $PATH
3194 do
3195   IFS=$as_save_IFS
3196   test -z "$as_dir" && as_dir=.
3197   for ac_exec_ext in '' $ac_executable_extensions; do
3198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3199     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3200     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3201     break 2
3202   fi
3203 done
3204 done
3205 IFS=$as_save_IFS
3206
3207 fi
3208 fi
3209 CXX=$ac_cv_prog_CXX
3210 if test -n "$CXX"; then
3211   { echo "$as_me:$LINENO: result: $CXX" >&5
3212 echo "${ECHO_T}$CXX" >&6; }
3213 else
3214   { echo "$as_me:$LINENO: result: no" >&5
3215 echo "${ECHO_T}no" >&6; }
3216 fi
3217
3218
3219     test -n "$CXX" && break
3220   done
3221 fi
3222 if test -z "$CXX"; then
3223   ac_ct_CXX=$CXX
3224   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3225 do
3226   # Extract the first word of "$ac_prog", so it can be a program name with args.
3227 set dummy $ac_prog; ac_word=$2
3228 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3229 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3230 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3231   echo $ECHO_N "(cached) $ECHO_C" >&6
3232 else
3233   if test -n "$ac_ct_CXX"; then
3234   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3235 else
3236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3237 for as_dir in $PATH
3238 do
3239   IFS=$as_save_IFS
3240   test -z "$as_dir" && as_dir=.
3241   for ac_exec_ext in '' $ac_executable_extensions; do
3242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3243     ac_cv_prog_ac_ct_CXX="$ac_prog"
3244     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3245     break 2
3246   fi
3247 done
3248 done
3249 IFS=$as_save_IFS
3250
3251 fi
3252 fi
3253 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3254 if test -n "$ac_ct_CXX"; then
3255   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3256 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3257 else
3258   { echo "$as_me:$LINENO: result: no" >&5
3259 echo "${ECHO_T}no" >&6; }
3260 fi
3261
3262
3263   test -n "$ac_ct_CXX" && break
3264 done
3265
3266   if test "x$ac_ct_CXX" = x; then
3267     CXX="g++"
3268   else
3269     case $cross_compiling:$ac_tool_warned in
3270 yes:)
3271 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3272 whose name does not start with the host triplet.  If you think this
3273 configuration is useful to you, please write to autoconf@gnu.org." >&5
3274 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3275 whose name does not start with the host triplet.  If you think this
3276 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3277 ac_tool_warned=yes ;;
3278 esac
3279     CXX=$ac_ct_CXX
3280   fi
3281 fi
3282
3283   fi
3284 fi
3285 # Provide some information about the compiler.
3286 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3287 ac_compiler=`set X $ac_compile; echo $2`
3288 { (ac_try="$ac_compiler --version >&5"
3289 case "(($ac_try" in
3290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3291   *) ac_try_echo=$ac_try;;
3292 esac
3293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3294   (eval "$ac_compiler --version >&5") 2>&5
3295   ac_status=$?
3296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3297   (exit $ac_status); }
3298 { (ac_try="$ac_compiler -v >&5"
3299 case "(($ac_try" in
3300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3301   *) ac_try_echo=$ac_try;;
3302 esac
3303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3304   (eval "$ac_compiler -v >&5") 2>&5
3305   ac_status=$?
3306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3307   (exit $ac_status); }
3308 { (ac_try="$ac_compiler -V >&5"
3309 case "(($ac_try" in
3310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3311   *) ac_try_echo=$ac_try;;
3312 esac
3313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3314   (eval "$ac_compiler -V >&5") 2>&5
3315   ac_status=$?
3316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3317   (exit $ac_status); }
3318
3319 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3320 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3321 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3322   echo $ECHO_N "(cached) $ECHO_C" >&6
3323 else
3324   cat >conftest.$ac_ext <<_ACEOF
3325 /* confdefs.h.  */
3326 _ACEOF
3327 cat confdefs.h >>conftest.$ac_ext
3328 cat >>conftest.$ac_ext <<_ACEOF
3329 /* end confdefs.h.  */
3330
3331 int
3332 main ()
3333 {
3334 #ifndef __GNUC__
3335        choke me
3336 #endif
3337
3338   ;
3339   return 0;
3340 }
3341 _ACEOF
3342 rm -f conftest.$ac_objext
3343 if { (ac_try="$ac_compile"
3344 case "(($ac_try" in
3345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346   *) ac_try_echo=$ac_try;;
3347 esac
3348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3349   (eval "$ac_compile") 2>conftest.er1
3350   ac_status=$?
3351   grep -v '^ *+' conftest.er1 >conftest.err
3352   rm -f conftest.er1
3353   cat conftest.err >&5
3354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355   (exit $ac_status); } && {
3356          test -z "$ac_cxx_werror_flag" ||
3357          test ! -s conftest.err
3358        } && test -s conftest.$ac_objext; then
3359   ac_compiler_gnu=yes
3360 else
3361   echo "$as_me: failed program was:" >&5
3362 sed 's/^/| /' conftest.$ac_ext >&5
3363
3364         ac_compiler_gnu=no
3365 fi
3366
3367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3368 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3369
3370 fi
3371 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3372 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3373 GXX=`test $ac_compiler_gnu = yes && echo yes`
3374 ac_test_CXXFLAGS=${CXXFLAGS+set}
3375 ac_save_CXXFLAGS=$CXXFLAGS
3376 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3377 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3378 if test "${ac_cv_prog_cxx_g+set}" = set; then
3379   echo $ECHO_N "(cached) $ECHO_C" >&6
3380 else
3381   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3382    ac_cxx_werror_flag=yes
3383    ac_cv_prog_cxx_g=no
3384    CXXFLAGS="-g"
3385    cat >conftest.$ac_ext <<_ACEOF
3386 /* confdefs.h.  */
3387 _ACEOF
3388 cat confdefs.h >>conftest.$ac_ext
3389 cat >>conftest.$ac_ext <<_ACEOF
3390 /* end confdefs.h.  */
3391
3392 int
3393 main ()
3394 {
3395
3396   ;
3397   return 0;
3398 }
3399 _ACEOF
3400 rm -f conftest.$ac_objext
3401 if { (ac_try="$ac_compile"
3402 case "(($ac_try" in
3403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3404   *) ac_try_echo=$ac_try;;
3405 esac
3406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3407   (eval "$ac_compile") 2>conftest.er1
3408   ac_status=$?
3409   grep -v '^ *+' conftest.er1 >conftest.err
3410   rm -f conftest.er1
3411   cat conftest.err >&5
3412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3413   (exit $ac_status); } && {
3414          test -z "$ac_cxx_werror_flag" ||
3415          test ! -s conftest.err
3416        } && test -s conftest.$ac_objext; then
3417   ac_cv_prog_cxx_g=yes
3418 else
3419   echo "$as_me: failed program was:" >&5
3420 sed 's/^/| /' conftest.$ac_ext >&5
3421
3422         CXXFLAGS=""
3423       cat >conftest.$ac_ext <<_ACEOF
3424 /* confdefs.h.  */
3425 _ACEOF
3426 cat confdefs.h >>conftest.$ac_ext
3427 cat >>conftest.$ac_ext <<_ACEOF
3428 /* end confdefs.h.  */
3429
3430 int
3431 main ()
3432 {
3433
3434   ;
3435   return 0;
3436 }
3437 _ACEOF
3438 rm -f conftest.$ac_objext
3439 if { (ac_try="$ac_compile"
3440 case "(($ac_try" in
3441   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442   *) ac_try_echo=$ac_try;;
3443 esac
3444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3445   (eval "$ac_compile") 2>conftest.er1
3446   ac_status=$?
3447   grep -v '^ *+' conftest.er1 >conftest.err
3448   rm -f conftest.er1
3449   cat conftest.err >&5
3450   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3451   (exit $ac_status); } && {
3452          test -z "$ac_cxx_werror_flag" ||
3453          test ! -s conftest.err
3454        } && test -s conftest.$ac_objext; then
3455   :
3456 else
3457   echo "$as_me: failed program was:" >&5
3458 sed 's/^/| /' conftest.$ac_ext >&5
3459
3460         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3461          CXXFLAGS="-g"
3462          cat >conftest.$ac_ext <<_ACEOF
3463 /* confdefs.h.  */
3464 _ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h.  */
3468
3469 int
3470 main ()
3471 {
3472
3473   ;
3474   return 0;
3475 }
3476 _ACEOF
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3479 case "(($ac_try" in
3480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481   *) ac_try_echo=$ac_try;;
3482 esac
3483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3484   (eval "$ac_compile") 2>conftest.er1
3485   ac_status=$?
3486   grep -v '^ *+' conftest.er1 >conftest.err
3487   rm -f conftest.er1
3488   cat conftest.err >&5
3489   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490   (exit $ac_status); } && {
3491          test -z "$ac_cxx_werror_flag" ||
3492          test ! -s conftest.err
3493        } && test -s conftest.$ac_objext; then
3494   ac_cv_prog_cxx_g=yes
3495 else
3496   echo "$as_me: failed program was:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3498
3499
3500 fi
3501
3502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3503 fi
3504
3505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3506 fi
3507
3508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3509    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3510 fi
3511 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3512 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3513 if test "$ac_test_CXXFLAGS" = set; then
3514   CXXFLAGS=$ac_save_CXXFLAGS
3515 elif test $ac_cv_prog_cxx_g = yes; then
3516   if test "$GXX" = yes; then
3517     CXXFLAGS="-g -O2"
3518   else
3519     CXXFLAGS="-g"
3520   fi
3521 else
3522   if test "$GXX" = yes; then
3523     CXXFLAGS="-O2"
3524   else
3525     CXXFLAGS=
3526   fi
3527 fi
3528 ac_ext=c
3529 ac_cpp='$CPP $CPPFLAGS'
3530 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3531 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3532 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3533
3534 if test -n "$ac_tool_prefix"; then
3535   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3536 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3539 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3540   echo $ECHO_N "(cached) $ECHO_C" >&6
3541 else
3542   if test -n "$CPPBIN"; then
3543   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3544 else
3545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3546 for as_dir in $PATH
3547 do
3548   IFS=$as_save_IFS
3549   test -z "$as_dir" && as_dir=.
3550   for ac_exec_ext in '' $ac_executable_extensions; do
3551   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3552     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3553     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3554     break 2
3555   fi
3556 done
3557 done
3558 IFS=$as_save_IFS
3559
3560 fi
3561 fi
3562 CPPBIN=$ac_cv_prog_CPPBIN
3563 if test -n "$CPPBIN"; then
3564   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3565 echo "${ECHO_T}$CPPBIN" >&6; }
3566 else
3567   { echo "$as_me:$LINENO: result: no" >&5
3568 echo "${ECHO_T}no" >&6; }
3569 fi
3570
3571
3572 fi
3573 if test -z "$ac_cv_prog_CPPBIN"; then
3574   ac_ct_CPPBIN=$CPPBIN
3575   # Extract the first word of "cpp", so it can be a program name with args.
3576 set dummy cpp; ac_word=$2
3577 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3578 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3579 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3580   echo $ECHO_N "(cached) $ECHO_C" >&6
3581 else
3582   if test -n "$ac_ct_CPPBIN"; then
3583   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3584 else
3585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3586 for as_dir in $PATH
3587 do
3588   IFS=$as_save_IFS
3589   test -z "$as_dir" && as_dir=.
3590   for ac_exec_ext in '' $ac_executable_extensions; do
3591   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3592     ac_cv_prog_ac_ct_CPPBIN="cpp"
3593     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3594     break 2
3595   fi
3596 done
3597 done
3598 IFS=$as_save_IFS
3599
3600 fi
3601 fi
3602 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3603 if test -n "$ac_ct_CPPBIN"; then
3604   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3605 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3606 else
3607   { echo "$as_me:$LINENO: result: no" >&5
3608 echo "${ECHO_T}no" >&6; }
3609 fi
3610
3611   if test "x$ac_ct_CPPBIN" = x; then
3612     CPPBIN="cpp"
3613   else
3614     case $cross_compiling:$ac_tool_warned in
3615 yes:)
3616 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3617 whose name does not start with the host triplet.  If you think this
3618 configuration is useful to you, please write to autoconf@gnu.org." >&5
3619 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3620 whose name does not start with the host triplet.  If you think this
3621 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3622 ac_tool_warned=yes ;;
3623 esac
3624     CPPBIN=$ac_ct_CPPBIN
3625   fi
3626 else
3627   CPPBIN="$ac_cv_prog_CPPBIN"
3628 fi
3629
3630
3631 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3632 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3633 if test "${wine_cv_toolsdir+set}" = set; then
3634   echo $ECHO_N "(cached) $ECHO_C" >&6
3635 else
3636   if test -z "$with_wine_tools"; then
3637      if test "$cross_compiling" = "yes"; then
3638        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3639 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3640    { (exit 1); exit 1; }; }
3641      else
3642        wine_cv_toolsdir="\$(TOPOBJDIR)"
3643      fi
3644    elif test -d "$with_wine_tools/tools/winebuild"; then
3645      case $with_wine_tools in
3646        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3647        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3648      esac
3649    else
3650      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3651 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3652    { (exit 1); exit 1; }; }
3653    fi
3654 fi
3655 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3656 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3657 TOOLSDIR=$wine_cv_toolsdir
3658
3659
3660
3661 ac_ext=c
3662 ac_cpp='$CPP $CPPFLAGS'
3663 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3664 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3665 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3666 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3667 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3668 # On Suns, sometimes $CPP names a directory.
3669 if test -n "$CPP" && test -d "$CPP"; then
3670   CPP=
3671 fi
3672 if test -z "$CPP"; then
3673   if test "${ac_cv_prog_CPP+set}" = set; then
3674   echo $ECHO_N "(cached) $ECHO_C" >&6
3675 else
3676       # Double quotes because CPP needs to be expanded
3677     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3678     do
3679       ac_preproc_ok=false
3680 for ac_c_preproc_warn_flag in '' yes
3681 do
3682   # Use a header file that comes with gcc, so configuring glibc
3683   # with a fresh cross-compiler works.
3684   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3685   # <limits.h> exists even on freestanding compilers.
3686   # On the NeXT, cc -E runs the code through the compiler's parser,
3687   # not just through cpp. "Syntax error" is here to catch this case.
3688   cat >conftest.$ac_ext <<_ACEOF
3689 /* confdefs.h.  */
3690 _ACEOF
3691 cat confdefs.h >>conftest.$ac_ext
3692 cat >>conftest.$ac_ext <<_ACEOF
3693 /* end confdefs.h.  */
3694 #ifdef __STDC__
3695 # include <limits.h>
3696 #else
3697 # include <assert.h>
3698 #endif
3699                      Syntax error
3700 _ACEOF
3701 if { (ac_try="$ac_cpp conftest.$ac_ext"
3702 case "(($ac_try" in
3703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3704   *) ac_try_echo=$ac_try;;
3705 esac
3706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3707   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3708   ac_status=$?
3709   grep -v '^ *+' conftest.er1 >conftest.err
3710   rm -f conftest.er1
3711   cat conftest.err >&5
3712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713   (exit $ac_status); } >/dev/null && {
3714          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3715          test ! -s conftest.err
3716        }; then
3717   :
3718 else
3719   echo "$as_me: failed program was:" >&5
3720 sed 's/^/| /' conftest.$ac_ext >&5
3721
3722   # Broken: fails on valid input.
3723 continue
3724 fi
3725
3726 rm -f conftest.err conftest.$ac_ext
3727
3728   # OK, works on sane cases.  Now check whether nonexistent headers
3729   # can be detected and how.
3730   cat >conftest.$ac_ext <<_ACEOF
3731 /* confdefs.h.  */
3732 _ACEOF
3733 cat confdefs.h >>conftest.$ac_ext
3734 cat >>conftest.$ac_ext <<_ACEOF
3735 /* end confdefs.h.  */
3736 #include <ac_nonexistent.h>
3737 _ACEOF
3738 if { (ac_try="$ac_cpp conftest.$ac_ext"
3739 case "(($ac_try" in
3740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3741   *) ac_try_echo=$ac_try;;
3742 esac
3743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3744   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3745   ac_status=$?
3746   grep -v '^ *+' conftest.er1 >conftest.err
3747   rm -f conftest.er1
3748   cat conftest.err >&5
3749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3750   (exit $ac_status); } >/dev/null && {
3751          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3752          test ! -s conftest.err
3753        }; then
3754   # Broken: success on invalid input.
3755 continue
3756 else
3757   echo "$as_me: failed program was:" >&5
3758 sed 's/^/| /' conftest.$ac_ext >&5
3759
3760   # Passes both tests.
3761 ac_preproc_ok=:
3762 break
3763 fi
3764
3765 rm -f conftest.err conftest.$ac_ext
3766
3767 done
3768 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3769 rm -f conftest.err conftest.$ac_ext
3770 if $ac_preproc_ok; then
3771   break
3772 fi
3773
3774     done
3775     ac_cv_prog_CPP=$CPP
3776
3777 fi
3778   CPP=$ac_cv_prog_CPP
3779 else
3780   ac_cv_prog_CPP=$CPP
3781 fi
3782 { echo "$as_me:$LINENO: result: $CPP" >&5
3783 echo "${ECHO_T}$CPP" >&6; }
3784 ac_preproc_ok=false
3785 for ac_c_preproc_warn_flag in '' yes
3786 do
3787   # Use a header file that comes with gcc, so configuring glibc
3788   # with a fresh cross-compiler works.
3789   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3790   # <limits.h> exists even on freestanding compilers.
3791   # On the NeXT, cc -E runs the code through the compiler's parser,
3792   # not just through cpp. "Syntax error" is here to catch this case.
3793   cat >conftest.$ac_ext <<_ACEOF
3794 /* confdefs.h.  */
3795 _ACEOF
3796 cat confdefs.h >>conftest.$ac_ext
3797 cat >>conftest.$ac_ext <<_ACEOF
3798 /* end confdefs.h.  */
3799 #ifdef __STDC__
3800 # include <limits.h>
3801 #else
3802 # include <assert.h>
3803 #endif
3804                      Syntax error
3805 _ACEOF
3806 if { (ac_try="$ac_cpp conftest.$ac_ext"
3807 case "(($ac_try" in
3808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3809   *) ac_try_echo=$ac_try;;
3810 esac
3811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3812   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3813   ac_status=$?
3814   grep -v '^ *+' conftest.er1 >conftest.err
3815   rm -f conftest.er1
3816   cat conftest.err >&5
3817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3818   (exit $ac_status); } >/dev/null && {
3819          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3820          test ! -s conftest.err
3821        }; then
3822   :
3823 else
3824   echo "$as_me: failed program was:" >&5
3825 sed 's/^/| /' conftest.$ac_ext >&5
3826
3827   # Broken: fails on valid input.
3828 continue
3829 fi
3830
3831 rm -f conftest.err conftest.$ac_ext
3832
3833   # OK, works on sane cases.  Now check whether nonexistent headers
3834   # can be detected and how.
3835   cat >conftest.$ac_ext <<_ACEOF
3836 /* confdefs.h.  */
3837 _ACEOF
3838 cat confdefs.h >>conftest.$ac_ext
3839 cat >>conftest.$ac_ext <<_ACEOF
3840 /* end confdefs.h.  */
3841 #include <ac_nonexistent.h>
3842 _ACEOF
3843 if { (ac_try="$ac_cpp conftest.$ac_ext"
3844 case "(($ac_try" in
3845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3846   *) ac_try_echo=$ac_try;;
3847 esac
3848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3849   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3850   ac_status=$?
3851   grep -v '^ *+' conftest.er1 >conftest.err
3852   rm -f conftest.er1
3853   cat conftest.err >&5
3854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855   (exit $ac_status); } >/dev/null && {
3856          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3857          test ! -s conftest.err
3858        }; then
3859   # Broken: success on invalid input.
3860 continue
3861 else
3862   echo "$as_me: failed program was:" >&5
3863 sed 's/^/| /' conftest.$ac_ext >&5
3864
3865   # Passes both tests.
3866 ac_preproc_ok=:
3867 break
3868 fi
3869
3870 rm -f conftest.err conftest.$ac_ext
3871
3872 done
3873 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3874 rm -f conftest.err conftest.$ac_ext
3875 if $ac_preproc_ok; then
3876   :
3877 else
3878   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3879 See \`config.log' for more details." >&5
3880 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3881 See \`config.log' for more details." >&2;}
3882    { (exit 1); exit 1; }; }
3883 fi
3884
3885 ac_ext=c
3886 ac_cpp='$CPP $CPPFLAGS'
3887 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3888 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3889 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3890
3891
3892 { echo "$as_me:$LINENO: checking for X" >&5
3893 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3894
3895
3896 # Check whether --with-x was given.
3897 if test "${with_x+set}" = set; then
3898   withval=$with_x;
3899 fi
3900
3901 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3902 if test "x$with_x" = xno; then
3903   # The user explicitly disabled X.
3904   have_x=disabled
3905 else
3906   case $x_includes,$x_libraries in #(
3907     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3908 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3909    { (exit 1); exit 1; }; };; #(
3910     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3911   echo $ECHO_N "(cached) $ECHO_C" >&6
3912 else
3913   # One or both of the vars are not set, and there is no cached value.
3914 ac_x_includes=no ac_x_libraries=no
3915 rm -f -r conftest.dir
3916 if mkdir conftest.dir; then
3917   cd conftest.dir
3918   cat >Imakefile <<'_ACEOF'
3919 incroot:
3920         @echo incroot='${INCROOT}'
3921 usrlibdir:
3922         @echo usrlibdir='${USRLIBDIR}'
3923 libdir:
3924         @echo libdir='${LIBDIR}'
3925 _ACEOF
3926   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3927     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3928     for ac_var in incroot usrlibdir libdir; do
3929       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3930     done
3931     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3932     for ac_extension in a so sl; do
3933       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3934          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3935         ac_im_usrlibdir=$ac_im_libdir; break
3936       fi
3937     done
3938     # Screen out bogus values from the imake configuration.  They are
3939     # bogus both because they are the default anyway, and because
3940     # using them would break gcc on systems where it needs fixed includes.
3941     case $ac_im_incroot in
3942         /usr/include) ac_x_includes= ;;
3943         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3944     esac
3945     case $ac_im_usrlibdir in
3946         /usr/lib | /lib) ;;
3947         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3948     esac
3949   fi
3950   cd ..
3951   rm -f -r conftest.dir
3952 fi
3953
3954 # Standard set of common directories for X headers.
3955 # Check X11 before X11Rn because it is often a symlink to the current release.
3956 ac_x_header_dirs='
3957 /usr/X11/include
3958 /usr/X11R6/include
3959 /usr/X11R5/include
3960 /usr/X11R4/include
3961
3962 /usr/include/X11
3963 /usr/include/X11R6
3964 /usr/include/X11R5
3965 /usr/include/X11R4
3966
3967 /usr/local/X11/include
3968 /usr/local/X11R6/include
3969 /usr/local/X11R5/include
3970 /usr/local/X11R4/include
3971
3972 /usr/local/include/X11
3973 /usr/local/include/X11R6
3974 /usr/local/include/X11R5
3975 /usr/local/include/X11R4
3976
3977 /usr/X386/include
3978 /usr/x386/include
3979 /usr/XFree86/include/X11
3980
3981 /usr/include
3982 /usr/local/include
3983 /usr/unsupported/include
3984 /usr/athena/include
3985 /usr/local/x11r5/include
3986 /usr/lpp/Xamples/include
3987
3988 /usr/openwin/include
3989 /usr/openwin/share/include'
3990
3991 if test "$ac_x_includes" = no; then
3992   # Guess where to find include files, by looking for Xlib.h.
3993   # First, try using that file with no special directory specified.
3994   cat >conftest.$ac_ext <<_ACEOF
3995 /* confdefs.h.  */
3996 _ACEOF
3997 cat confdefs.h >>conftest.$ac_ext
3998 cat >>conftest.$ac_ext <<_ACEOF
3999 /* end confdefs.h.  */
4000 #include <X11/Xlib.h>
4001 _ACEOF
4002 if { (ac_try="$ac_cpp conftest.$ac_ext"
4003 case "(($ac_try" in
4004   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4005   *) ac_try_echo=$ac_try;;
4006 esac
4007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4008   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4009   ac_status=$?
4010   grep -v '^ *+' conftest.er1 >conftest.err
4011   rm -f conftest.er1
4012   cat conftest.err >&5
4013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4014   (exit $ac_status); } >/dev/null && {
4015          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4016          test ! -s conftest.err
4017        }; then
4018   # We can compile using X headers with no special include directory.
4019 ac_x_includes=
4020 else
4021   echo "$as_me: failed program was:" >&5
4022 sed 's/^/| /' conftest.$ac_ext >&5
4023
4024   for ac_dir in $ac_x_header_dirs; do
4025   if test -r "$ac_dir/X11/Xlib.h"; then
4026     ac_x_includes=$ac_dir
4027     break
4028   fi
4029 done
4030 fi
4031
4032 rm -f conftest.err conftest.$ac_ext
4033 fi # $ac_x_includes = no
4034
4035 if test "$ac_x_libraries" = no; then
4036   # Check for the libraries.
4037   # See if we find them without any special options.
4038   # Don't add to $LIBS permanently.
4039   ac_save_LIBS=$LIBS
4040   LIBS="-lX11 $LIBS"
4041   cat >conftest.$ac_ext <<_ACEOF
4042 /* confdefs.h.  */
4043 _ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h.  */
4047 #include <X11/Xlib.h>
4048 int
4049 main ()
4050 {
4051 XrmInitialize ()
4052   ;
4053   return 0;
4054 }
4055 _ACEOF
4056 rm -f conftest.$ac_objext conftest$ac_exeext
4057 if { (ac_try="$ac_link"
4058 case "(($ac_try" in
4059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4060   *) ac_try_echo=$ac_try;;
4061 esac
4062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4063   (eval "$ac_link") 2>conftest.er1
4064   ac_status=$?
4065   grep -v '^ *+' conftest.er1 >conftest.err
4066   rm -f conftest.er1
4067   cat conftest.err >&5
4068   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069   (exit $ac_status); } && {
4070          test -z "$ac_c_werror_flag" ||
4071          test ! -s conftest.err
4072        } && test -s conftest$ac_exeext &&
4073        $as_test_x conftest$ac_exeext; then
4074   LIBS=$ac_save_LIBS
4075 # We can link X programs with no special library path.
4076 ac_x_libraries=
4077 else
4078   echo "$as_me: failed program was:" >&5
4079 sed 's/^/| /' conftest.$ac_ext >&5
4080
4081         LIBS=$ac_save_LIBS
4082 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4083 do
4084   # Don't even attempt the hair of trying to link an X program!
4085   for ac_extension in a so sl; do
4086     if test -r "$ac_dir/libX11.$ac_extension"; then
4087       ac_x_libraries=$ac_dir
4088       break 2
4089     fi
4090   done
4091 done
4092 fi
4093
4094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4095       conftest$ac_exeext conftest.$ac_ext
4096 fi # $ac_x_libraries = no
4097
4098 case $ac_x_includes,$ac_x_libraries in #(
4099   no,* | *,no | *\'*)
4100     # Didn't find X, or a directory has "'" in its name.
4101     ac_cv_have_x="have_x=no";; #(
4102   *)
4103     # Record where we found X for the cache.
4104     ac_cv_have_x="have_x=yes\
4105         ac_x_includes='$ac_x_includes'\
4106         ac_x_libraries='$ac_x_libraries'"
4107 esac
4108 fi
4109 ;; #(
4110     *) have_x=yes;;
4111   esac
4112   eval "$ac_cv_have_x"
4113 fi # $with_x != no
4114
4115 if test "$have_x" != yes; then
4116   { echo "$as_me:$LINENO: result: $have_x" >&5
4117 echo "${ECHO_T}$have_x" >&6; }
4118   no_x=yes
4119 else
4120   # If each of the values was on the command line, it overrides each guess.
4121   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4122   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4123   # Update the cache value to reflect the command line values.
4124   ac_cv_have_x="have_x=yes\
4125         ac_x_includes='$x_includes'\
4126         ac_x_libraries='$x_libraries'"
4127   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4128 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4129 fi
4130
4131 if test "$no_x" = yes; then
4132   # Not all programs may use this symbol, but it does not hurt to define it.
4133
4134 cat >>confdefs.h <<\_ACEOF
4135 #define X_DISPLAY_MISSING 1
4136 _ACEOF
4137
4138   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4139 else
4140   if test -n "$x_includes"; then
4141     X_CFLAGS="$X_CFLAGS -I$x_includes"
4142   fi
4143
4144   # It would also be nice to do this for all -L options, not just this one.
4145   if test -n "$x_libraries"; then
4146     X_LIBS="$X_LIBS -L$x_libraries"
4147     # For Solaris; some versions of Sun CC require a space after -R and
4148     # others require no space.  Words are not sufficient . . . .
4149     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4150 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4151     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4152     ac_xsave_c_werror_flag=$ac_c_werror_flag
4153     ac_c_werror_flag=yes
4154     cat >conftest.$ac_ext <<_ACEOF
4155 /* confdefs.h.  */
4156 _ACEOF
4157 cat confdefs.h >>conftest.$ac_ext
4158 cat >>conftest.$ac_ext <<_ACEOF
4159 /* end confdefs.h.  */
4160
4161 int
4162 main ()
4163 {
4164
4165   ;
4166   return 0;
4167 }
4168 _ACEOF
4169 rm -f conftest.$ac_objext conftest$ac_exeext
4170 if { (ac_try="$ac_link"
4171 case "(($ac_try" in
4172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4173   *) ac_try_echo=$ac_try;;
4174 esac
4175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4176   (eval "$ac_link") 2>conftest.er1
4177   ac_status=$?
4178   grep -v '^ *+' conftest.er1 >conftest.err
4179   rm -f conftest.er1
4180   cat conftest.err >&5
4181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182   (exit $ac_status); } && {
4183          test -z "$ac_c_werror_flag" ||
4184          test ! -s conftest.err
4185        } && test -s conftest$ac_exeext &&
4186        $as_test_x conftest$ac_exeext; then
4187   { echo "$as_me:$LINENO: result: no" >&5
4188 echo "${ECHO_T}no" >&6; }
4189        X_LIBS="$X_LIBS -R$x_libraries"
4190 else
4191   echo "$as_me: failed program was:" >&5
4192 sed 's/^/| /' conftest.$ac_ext >&5
4193
4194         LIBS="$ac_xsave_LIBS -R $x_libraries"
4195        cat >conftest.$ac_ext <<_ACEOF
4196 /* confdefs.h.  */
4197 _ACEOF
4198 cat confdefs.h >>conftest.$ac_ext
4199 cat >>conftest.$ac_ext <<_ACEOF
4200 /* end confdefs.h.  */
4201
4202 int
4203 main ()
4204 {
4205
4206   ;
4207   return 0;
4208 }
4209 _ACEOF
4210 rm -f conftest.$ac_objext conftest$ac_exeext
4211 if { (ac_try="$ac_link"
4212 case "(($ac_try" in
4213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4214   *) ac_try_echo=$ac_try;;
4215 esac
4216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4217   (eval "$ac_link") 2>conftest.er1
4218   ac_status=$?
4219   grep -v '^ *+' conftest.er1 >conftest.err
4220   rm -f conftest.er1
4221   cat conftest.err >&5
4222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4223   (exit $ac_status); } && {
4224          test -z "$ac_c_werror_flag" ||
4225          test ! -s conftest.err
4226        } && test -s conftest$ac_exeext &&
4227        $as_test_x conftest$ac_exeext; then
4228   { echo "$as_me:$LINENO: result: yes" >&5
4229 echo "${ECHO_T}yes" >&6; }
4230           X_LIBS="$X_LIBS -R $x_libraries"
4231 else
4232   echo "$as_me: failed program was:" >&5
4233 sed 's/^/| /' conftest.$ac_ext >&5
4234
4235         { echo "$as_me:$LINENO: result: neither works" >&5
4236 echo "${ECHO_T}neither works" >&6; }
4237 fi
4238
4239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4240       conftest$ac_exeext conftest.$ac_ext
4241 fi
4242
4243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4244       conftest$ac_exeext conftest.$ac_ext
4245     ac_c_werror_flag=$ac_xsave_c_werror_flag
4246     LIBS=$ac_xsave_LIBS
4247   fi
4248
4249   # Check for system-dependent libraries X programs must link with.
4250   # Do this before checking for the system-independent R6 libraries
4251   # (-lICE), since we may need -lsocket or whatever for X linking.
4252
4253   if test "$ISC" = yes; then
4254     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4255   else
4256     # Martyn Johnson says this is needed for Ultrix, if the X
4257     # libraries were built with DECnet support.  And Karl Berry says
4258     # the Alpha needs dnet_stub (dnet does not exist).
4259     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4260     cat >conftest.$ac_ext <<_ACEOF
4261 /* confdefs.h.  */
4262 _ACEOF
4263 cat confdefs.h >>conftest.$ac_ext
4264 cat >>conftest.$ac_ext <<_ACEOF
4265 /* end confdefs.h.  */
4266
4267 /* Override any GCC internal prototype to avoid an error.
4268    Use char because int might match the return type of a GCC
4269    builtin and then its argument prototype would still apply.  */
4270 #ifdef __cplusplus
4271 extern "C"
4272 #endif
4273 char XOpenDisplay ();
4274 int
4275 main ()
4276 {
4277 return XOpenDisplay ();
4278   ;
4279   return 0;
4280 }
4281 _ACEOF
4282 rm -f conftest.$ac_objext conftest$ac_exeext
4283 if { (ac_try="$ac_link"
4284 case "(($ac_try" in
4285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4286   *) ac_try_echo=$ac_try;;
4287 esac
4288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4289   (eval "$ac_link") 2>conftest.er1
4290   ac_status=$?
4291   grep -v '^ *+' conftest.er1 >conftest.err
4292   rm -f conftest.er1
4293   cat conftest.err >&5
4294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4295   (exit $ac_status); } && {
4296          test -z "$ac_c_werror_flag" ||
4297          test ! -s conftest.err
4298        } && test -s conftest$ac_exeext &&
4299        $as_test_x conftest$ac_exeext; then
4300   :
4301 else
4302   echo "$as_me: failed program was:" >&5
4303 sed 's/^/| /' conftest.$ac_ext >&5
4304
4305         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4306 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4307 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4308   echo $ECHO_N "(cached) $ECHO_C" >&6
4309 else
4310   ac_check_lib_save_LIBS=$LIBS
4311 LIBS="-ldnet  $LIBS"
4312 cat >conftest.$ac_ext <<_ACEOF
4313 /* confdefs.h.  */
4314 _ACEOF
4315 cat confdefs.h >>conftest.$ac_ext
4316 cat >>conftest.$ac_ext <<_ACEOF
4317 /* end confdefs.h.  */
4318
4319 /* Override any GCC internal prototype to avoid an error.
4320    Use char because int might match the return type of a GCC
4321    builtin and then its argument prototype would still apply.  */
4322 #ifdef __cplusplus
4323 extern "C"
4324 #endif
4325 char dnet_ntoa ();
4326 int
4327 main ()
4328 {
4329 return dnet_ntoa ();
4330   ;
4331   return 0;
4332 }
4333 _ACEOF
4334 rm -f conftest.$ac_objext conftest$ac_exeext
4335 if { (ac_try="$ac_link"
4336 case "(($ac_try" in
4337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4338   *) ac_try_echo=$ac_try;;
4339 esac
4340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4341   (eval "$ac_link") 2>conftest.er1
4342   ac_status=$?
4343   grep -v '^ *+' conftest.er1 >conftest.err
4344   rm -f conftest.er1
4345   cat conftest.err >&5
4346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4347   (exit $ac_status); } && {
4348          test -z "$ac_c_werror_flag" ||
4349          test ! -s conftest.err
4350        } && test -s conftest$ac_exeext &&
4351        $as_test_x conftest$ac_exeext; then
4352   ac_cv_lib_dnet_dnet_ntoa=yes
4353 else
4354   echo "$as_me: failed program was:" >&5
4355 sed 's/^/| /' conftest.$ac_ext >&5
4356
4357         ac_cv_lib_dnet_dnet_ntoa=no
4358 fi
4359
4360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4361       conftest$ac_exeext conftest.$ac_ext
4362 LIBS=$ac_check_lib_save_LIBS
4363 fi
4364 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4365 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4366 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4367   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4368 fi
4369
4370     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4371       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4372 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4373 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4374   echo $ECHO_N "(cached) $ECHO_C" >&6
4375 else
4376   ac_check_lib_save_LIBS=$LIBS
4377 LIBS="-ldnet_stub  $LIBS"
4378 cat >conftest.$ac_ext <<_ACEOF
4379 /* confdefs.h.  */
4380 _ACEOF
4381 cat confdefs.h >>conftest.$ac_ext
4382 cat >>conftest.$ac_ext <<_ACEOF
4383 /* end confdefs.h.  */
4384
4385 /* Override any GCC internal prototype to avoid an error.
4386    Use char because int might match the return type of a GCC
4387    builtin and then its argument prototype would still apply.  */
4388 #ifdef __cplusplus
4389 extern "C"
4390 #endif
4391 char dnet_ntoa ();
4392 int
4393 main ()
4394 {
4395 return dnet_ntoa ();
4396   ;
4397   return 0;
4398 }
4399 _ACEOF
4400 rm -f conftest.$ac_objext conftest$ac_exeext
4401 if { (ac_try="$ac_link"
4402 case "(($ac_try" in
4403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4404   *) ac_try_echo=$ac_try;;
4405 esac
4406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4407   (eval "$ac_link") 2>conftest.er1
4408   ac_status=$?
4409   grep -v '^ *+' conftest.er1 >conftest.err
4410   rm -f conftest.er1
4411   cat conftest.err >&5
4412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4413   (exit $ac_status); } && {
4414          test -z "$ac_c_werror_flag" ||
4415          test ! -s conftest.err
4416        } && test -s conftest$ac_exeext &&
4417        $as_test_x conftest$ac_exeext; then
4418   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4419 else
4420   echo "$as_me: failed program was:" >&5
4421 sed 's/^/| /' conftest.$ac_ext >&5
4422
4423         ac_cv_lib_dnet_stub_dnet_ntoa=no
4424 fi
4425
4426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4427       conftest$ac_exeext conftest.$ac_ext
4428 LIBS=$ac_check_lib_save_LIBS
4429 fi
4430 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4431 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4432 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4433   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4434 fi
4435
4436     fi
4437 fi
4438
4439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4440       conftest$ac_exeext conftest.$ac_ext
4441     LIBS="$ac_xsave_LIBS"
4442
4443     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4444     # to get the SysV transport functions.
4445     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4446     # needs -lnsl.
4447     # The nsl library prevents programs from opening the X display
4448     # on Irix 5.2, according to T.E. Dickey.
4449     # The functions gethostbyname, getservbyname, and inet_addr are
4450     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4451     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4452 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4453 if test "${ac_cv_func_gethostbyname+set}" = set; then
4454   echo $ECHO_N "(cached) $ECHO_C" >&6
4455 else
4456   cat >conftest.$ac_ext <<_ACEOF
4457 /* confdefs.h.  */
4458 _ACEOF
4459 cat confdefs.h >>conftest.$ac_ext
4460 cat >>conftest.$ac_ext <<_ACEOF
4461 /* end confdefs.h.  */
4462 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4463    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4464 #define gethostbyname innocuous_gethostbyname
4465
4466 /* System header to define __stub macros and hopefully few prototypes,
4467     which can conflict with char gethostbyname (); below.
4468     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4469     <limits.h> exists even on freestanding compilers.  */
4470
4471 #ifdef __STDC__
4472 # include <limits.h>
4473 #else
4474 # include <assert.h>
4475 #endif
4476
4477 #undef gethostbyname
4478
4479 /* Override any GCC internal prototype to avoid an error.
4480    Use char because int might match the return type of a GCC
4481    builtin and then its argument prototype would still apply.  */
4482 #ifdef __cplusplus
4483 extern "C"
4484 #endif
4485 char gethostbyname ();
4486 /* The GNU C library defines this for functions which it implements
4487     to always fail with ENOSYS.  Some functions are actually named
4488     something starting with __ and the normal name is an alias.  */
4489 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4490 choke me
4491 #endif
4492
4493 int
4494 main ()
4495 {
4496 return gethostbyname ();
4497   ;
4498   return 0;
4499 }
4500 _ACEOF
4501 rm -f conftest.$ac_objext conftest$ac_exeext
4502 if { (ac_try="$ac_link"
4503 case "(($ac_try" in
4504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4505   *) ac_try_echo=$ac_try;;
4506 esac
4507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4508   (eval "$ac_link") 2>conftest.er1
4509   ac_status=$?
4510   grep -v '^ *+' conftest.er1 >conftest.err
4511   rm -f conftest.er1
4512   cat conftest.err >&5
4513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4514   (exit $ac_status); } && {
4515          test -z "$ac_c_werror_flag" ||
4516          test ! -s conftest.err
4517        } && test -s conftest$ac_exeext &&
4518        $as_test_x conftest$ac_exeext; then
4519   ac_cv_func_gethostbyname=yes
4520 else
4521   echo "$as_me: failed program was:" >&5
4522 sed 's/^/| /' conftest.$ac_ext >&5
4523
4524         ac_cv_func_gethostbyname=no
4525 fi
4526
4527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4528       conftest$ac_exeext conftest.$ac_ext
4529 fi
4530 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4531 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4532
4533     if test $ac_cv_func_gethostbyname = no; then
4534       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4535 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4536 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4537   echo $ECHO_N "(cached) $ECHO_C" >&6
4538 else
4539   ac_check_lib_save_LIBS=$LIBS
4540 LIBS="-lnsl  $LIBS"
4541 cat >conftest.$ac_ext <<_ACEOF
4542 /* confdefs.h.  */
4543 _ACEOF
4544 cat confdefs.h >>conftest.$ac_ext
4545 cat >>conftest.$ac_ext <<_ACEOF
4546 /* end confdefs.h.  */
4547
4548 /* Override any GCC internal prototype to avoid an error.
4549    Use char because int might match the return type of a GCC
4550    builtin and then its argument prototype would still apply.  */
4551 #ifdef __cplusplus
4552 extern "C"
4553 #endif
4554 char gethostbyname ();
4555 int
4556 main ()
4557 {
4558 return gethostbyname ();
4559   ;
4560   return 0;
4561 }
4562 _ACEOF
4563 rm -f conftest.$ac_objext conftest$ac_exeext
4564 if { (ac_try="$ac_link"
4565 case "(($ac_try" in
4566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4567   *) ac_try_echo=$ac_try;;
4568 esac
4569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4570   (eval "$ac_link") 2>conftest.er1
4571   ac_status=$?
4572   grep -v '^ *+' conftest.er1 >conftest.err
4573   rm -f conftest.er1
4574   cat conftest.err >&5
4575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576   (exit $ac_status); } && {
4577          test -z "$ac_c_werror_flag" ||
4578          test ! -s conftest.err
4579        } && test -s conftest$ac_exeext &&
4580        $as_test_x conftest$ac_exeext; then
4581   ac_cv_lib_nsl_gethostbyname=yes
4582 else
4583   echo "$as_me: failed program was:" >&5
4584 sed 's/^/| /' conftest.$ac_ext >&5
4585
4586         ac_cv_lib_nsl_gethostbyname=no
4587 fi
4588
4589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4590       conftest$ac_exeext conftest.$ac_ext
4591 LIBS=$ac_check_lib_save_LIBS
4592 fi
4593 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4594 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4595 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4596   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4597 fi
4598
4599       if test $ac_cv_lib_nsl_gethostbyname = no; then
4600         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4601 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4602 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4603   echo $ECHO_N "(cached) $ECHO_C" >&6
4604 else
4605   ac_check_lib_save_LIBS=$LIBS
4606 LIBS="-lbsd  $LIBS"
4607 cat >conftest.$ac_ext <<_ACEOF
4608 /* confdefs.h.  */
4609 _ACEOF
4610 cat confdefs.h >>conftest.$ac_ext
4611 cat >>conftest.$ac_ext <<_ACEOF
4612 /* end confdefs.h.  */
4613
4614 /* Override any GCC internal prototype to avoid an error.
4615    Use char because int might match the return type of a GCC
4616    builtin and then its argument prototype would still apply.  */
4617 #ifdef __cplusplus
4618 extern "C"
4619 #endif
4620 char gethostbyname ();
4621 int
4622 main ()
4623 {
4624 return gethostbyname ();
4625   ;
4626   return 0;
4627 }
4628 _ACEOF
4629 rm -f conftest.$ac_objext conftest$ac_exeext
4630 if { (ac_try="$ac_link"
4631 case "(($ac_try" in
4632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4633   *) ac_try_echo=$ac_try;;
4634 esac
4635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4636   (eval "$ac_link") 2>conftest.er1
4637   ac_status=$?
4638   grep -v '^ *+' conftest.er1 >conftest.err
4639   rm -f conftest.er1
4640   cat conftest.err >&5
4641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4642   (exit $ac_status); } && {
4643          test -z "$ac_c_werror_flag" ||
4644          test ! -s conftest.err
4645        } && test -s conftest$ac_exeext &&
4646        $as_test_x conftest$ac_exeext; then
4647   ac_cv_lib_bsd_gethostbyname=yes
4648 else
4649   echo "$as_me: failed program was:" >&5
4650 sed 's/^/| /' conftest.$ac_ext >&5
4651
4652         ac_cv_lib_bsd_gethostbyname=no
4653 fi
4654
4655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4656       conftest$ac_exeext conftest.$ac_ext
4657 LIBS=$ac_check_lib_save_LIBS
4658 fi
4659 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4660 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4661 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4662   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4663 fi
4664
4665       fi
4666     fi
4667
4668     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4669     # socket/setsockopt and other routines are undefined under SCO ODT
4670     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4671     # on later versions), says Simon Leinen: it contains gethostby*
4672     # variants that don't use the name server (or something).  -lsocket
4673     # must be given before -lnsl if both are needed.  We assume that
4674     # if connect needs -lnsl, so does gethostbyname.
4675     { echo "$as_me:$LINENO: checking for connect" >&5
4676 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4677 if test "${ac_cv_func_connect+set}" = set; then
4678   echo $ECHO_N "(cached) $ECHO_C" >&6
4679 else
4680   cat >conftest.$ac_ext <<_ACEOF
4681 /* confdefs.h.  */
4682 _ACEOF
4683 cat confdefs.h >>conftest.$ac_ext
4684 cat >>conftest.$ac_ext <<_ACEOF
4685 /* end confdefs.h.  */
4686 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4687    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4688 #define connect innocuous_connect
4689
4690 /* System header to define __stub macros and hopefully few prototypes,
4691     which can conflict with char connect (); below.
4692     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4693     <limits.h> exists even on freestanding compilers.  */
4694
4695 #ifdef __STDC__
4696 # include <limits.h>
4697 #else
4698 # include <assert.h>
4699 #endif
4700
4701 #undef connect
4702
4703 /* Override any GCC internal prototype to avoid an error.
4704    Use char because int might match the return type of a GCC
4705    builtin and then its argument prototype would still apply.  */
4706 #ifdef __cplusplus
4707 extern "C"
4708 #endif
4709 char connect ();
4710 /* The GNU C library defines this for functions which it implements
4711     to always fail with ENOSYS.  Some functions are actually named
4712     something starting with __ and the normal name is an alias.  */
4713 #if defined __stub_connect || defined __stub___connect
4714 choke me
4715 #endif
4716
4717 int
4718 main ()
4719 {
4720 return connect ();
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_func_connect=yes
4744 else
4745   echo "$as_me: failed program was:" >&5
4746 sed 's/^/| /' conftest.$ac_ext >&5
4747
4748         ac_cv_func_connect=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 fi
4754 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4755 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4756
4757     if test $ac_cv_func_connect = no; then
4758       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4759 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4760 if test "${ac_cv_lib_socket_connect+set}" = set; then
4761   echo $ECHO_N "(cached) $ECHO_C" >&6
4762 else
4763   ac_check_lib_save_LIBS=$LIBS
4764 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4765 cat >conftest.$ac_ext <<_ACEOF
4766 /* confdefs.h.  */
4767 _ACEOF
4768 cat confdefs.h >>conftest.$ac_ext
4769 cat >>conftest.$ac_ext <<_ACEOF
4770 /* end confdefs.h.  */
4771
4772 /* Override any GCC internal prototype to avoid an error.
4773    Use char because int might match the return type of a GCC
4774    builtin and then its argument prototype would still apply.  */
4775 #ifdef __cplusplus
4776 extern "C"
4777 #endif
4778 char connect ();
4779 int
4780 main ()
4781 {
4782 return connect ();
4783   ;
4784   return 0;
4785 }
4786 _ACEOF
4787 rm -f conftest.$ac_objext conftest$ac_exeext
4788 if { (ac_try="$ac_link"
4789 case "(($ac_try" in
4790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4791   *) ac_try_echo=$ac_try;;
4792 esac
4793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4794   (eval "$ac_link") 2>conftest.er1
4795   ac_status=$?
4796   grep -v '^ *+' conftest.er1 >conftest.err
4797   rm -f conftest.er1
4798   cat conftest.err >&5
4799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4800   (exit $ac_status); } && {
4801          test -z "$ac_c_werror_flag" ||
4802          test ! -s conftest.err
4803        } && test -s conftest$ac_exeext &&
4804        $as_test_x conftest$ac_exeext; then
4805   ac_cv_lib_socket_connect=yes
4806 else
4807   echo "$as_me: failed program was:" >&5
4808 sed 's/^/| /' conftest.$ac_ext >&5
4809
4810         ac_cv_lib_socket_connect=no
4811 fi
4812
4813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4814       conftest$ac_exeext conftest.$ac_ext
4815 LIBS=$ac_check_lib_save_LIBS
4816 fi
4817 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4818 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4819 if test $ac_cv_lib_socket_connect = yes; then
4820   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4821 fi
4822
4823     fi
4824
4825     # Guillermo Gomez says -lposix is necessary on A/UX.
4826     { echo "$as_me:$LINENO: checking for remove" >&5
4827 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4828 if test "${ac_cv_func_remove+set}" = set; then
4829   echo $ECHO_N "(cached) $ECHO_C" >&6
4830 else
4831   cat >conftest.$ac_ext <<_ACEOF
4832 /* confdefs.h.  */
4833 _ACEOF
4834 cat confdefs.h >>conftest.$ac_ext
4835 cat >>conftest.$ac_ext <<_ACEOF
4836 /* end confdefs.h.  */
4837 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4838    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4839 #define remove innocuous_remove
4840
4841 /* System header to define __stub macros and hopefully few prototypes,
4842     which can conflict with char remove (); below.
4843     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4844     <limits.h> exists even on freestanding compilers.  */
4845
4846 #ifdef __STDC__
4847 # include <limits.h>
4848 #else
4849 # include <assert.h>
4850 #endif
4851
4852 #undef remove
4853
4854 /* Override any GCC internal prototype to avoid an error.
4855    Use char because int might match the return type of a GCC
4856    builtin and then its argument prototype would still apply.  */
4857 #ifdef __cplusplus
4858 extern "C"
4859 #endif
4860 char remove ();
4861 /* The GNU C library defines this for functions which it implements
4862     to always fail with ENOSYS.  Some functions are actually named
4863     something starting with __ and the normal name is an alias.  */
4864 #if defined __stub_remove || defined __stub___remove
4865 choke me
4866 #endif
4867
4868 int
4869 main ()
4870 {
4871 return remove ();
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_func_remove=yes
4895 else
4896   echo "$as_me: failed program was:" >&5
4897 sed 's/^/| /' conftest.$ac_ext >&5
4898
4899         ac_cv_func_remove=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 fi
4905 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4906 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4907
4908     if test $ac_cv_func_remove = no; then
4909       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4910 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4911 if test "${ac_cv_lib_posix_remove+set}" = set; then
4912   echo $ECHO_N "(cached) $ECHO_C" >&6
4913 else
4914   ac_check_lib_save_LIBS=$LIBS
4915 LIBS="-lposix  $LIBS"
4916 cat >conftest.$ac_ext <<_ACEOF
4917 /* confdefs.h.  */
4918 _ACEOF
4919 cat confdefs.h >>conftest.$ac_ext
4920 cat >>conftest.$ac_ext <<_ACEOF
4921 /* end confdefs.h.  */
4922
4923 /* Override any GCC internal prototype to avoid an error.
4924    Use char because int might match the return type of a GCC
4925    builtin and then its argument prototype would still apply.  */
4926 #ifdef __cplusplus
4927 extern "C"
4928 #endif
4929 char remove ();
4930 int
4931 main ()
4932 {
4933 return remove ();
4934   ;
4935   return 0;
4936 }
4937 _ACEOF
4938 rm -f conftest.$ac_objext conftest$ac_exeext
4939 if { (ac_try="$ac_link"
4940 case "(($ac_try" in
4941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4942   *) ac_try_echo=$ac_try;;
4943 esac
4944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4945   (eval "$ac_link") 2>conftest.er1
4946   ac_status=$?
4947   grep -v '^ *+' conftest.er1 >conftest.err
4948   rm -f conftest.er1
4949   cat conftest.err >&5
4950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4951   (exit $ac_status); } && {
4952          test -z "$ac_c_werror_flag" ||
4953          test ! -s conftest.err
4954        } && test -s conftest$ac_exeext &&
4955        $as_test_x conftest$ac_exeext; then
4956   ac_cv_lib_posix_remove=yes
4957 else
4958   echo "$as_me: failed program was:" >&5
4959 sed 's/^/| /' conftest.$ac_ext >&5
4960
4961         ac_cv_lib_posix_remove=no
4962 fi
4963
4964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4965       conftest$ac_exeext conftest.$ac_ext
4966 LIBS=$ac_check_lib_save_LIBS
4967 fi
4968 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
4969 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
4970 if test $ac_cv_lib_posix_remove = yes; then
4971   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
4972 fi
4973
4974     fi
4975
4976     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
4977     { echo "$as_me:$LINENO: checking for shmat" >&5
4978 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
4979 if test "${ac_cv_func_shmat+set}" = set; then
4980   echo $ECHO_N "(cached) $ECHO_C" >&6
4981 else
4982   cat >conftest.$ac_ext <<_ACEOF
4983 /* confdefs.h.  */
4984 _ACEOF
4985 cat confdefs.h >>conftest.$ac_ext
4986 cat >>conftest.$ac_ext <<_ACEOF
4987 /* end confdefs.h.  */
4988 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4989    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4990 #define shmat innocuous_shmat
4991
4992 /* System header to define __stub macros and hopefully few prototypes,
4993     which can conflict with char shmat (); below.
4994     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4995     <limits.h> exists even on freestanding compilers.  */
4996
4997 #ifdef __STDC__
4998 # include <limits.h>
4999 #else
5000 # include <assert.h>
5001 #endif
5002
5003 #undef shmat
5004
5005 /* Override any GCC internal prototype to avoid an error.
5006    Use char because int might match the return type of a GCC
5007    builtin and then its argument prototype would still apply.  */
5008 #ifdef __cplusplus
5009 extern "C"
5010 #endif
5011 char shmat ();
5012 /* The GNU C library defines this for functions which it implements
5013     to always fail with ENOSYS.  Some functions are actually named
5014     something starting with __ and the normal name is an alias.  */
5015 #if defined __stub_shmat || defined __stub___shmat
5016 choke me
5017 #endif
5018
5019 int
5020 main ()
5021 {
5022 return shmat ();
5023   ;
5024   return 0;
5025 }
5026 _ACEOF
5027 rm -f conftest.$ac_objext conftest$ac_exeext
5028 if { (ac_try="$ac_link"
5029 case "(($ac_try" in
5030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5031   *) ac_try_echo=$ac_try;;
5032 esac
5033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5034   (eval "$ac_link") 2>conftest.er1
5035   ac_status=$?
5036   grep -v '^ *+' conftest.er1 >conftest.err
5037   rm -f conftest.er1
5038   cat conftest.err >&5
5039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5040   (exit $ac_status); } && {
5041          test -z "$ac_c_werror_flag" ||
5042          test ! -s conftest.err
5043        } && test -s conftest$ac_exeext &&
5044        $as_test_x conftest$ac_exeext; then
5045   ac_cv_func_shmat=yes
5046 else
5047   echo "$as_me: failed program was:" >&5
5048 sed 's/^/| /' conftest.$ac_ext >&5
5049
5050         ac_cv_func_shmat=no
5051 fi
5052
5053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5054       conftest$ac_exeext conftest.$ac_ext
5055 fi
5056 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5057 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5058
5059     if test $ac_cv_func_shmat = no; then
5060       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5061 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5062 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5063   echo $ECHO_N "(cached) $ECHO_C" >&6
5064 else
5065   ac_check_lib_save_LIBS=$LIBS
5066 LIBS="-lipc  $LIBS"
5067 cat >conftest.$ac_ext <<_ACEOF
5068 /* confdefs.h.  */
5069 _ACEOF
5070 cat confdefs.h >>conftest.$ac_ext
5071 cat >>conftest.$ac_ext <<_ACEOF
5072 /* end confdefs.h.  */
5073
5074 /* Override any GCC internal prototype to avoid an error.
5075    Use char because int might match the return type of a GCC
5076    builtin and then its argument prototype would still apply.  */
5077 #ifdef __cplusplus
5078 extern "C"
5079 #endif
5080 char shmat ();
5081 int
5082 main ()
5083 {
5084 return shmat ();
5085   ;
5086   return 0;
5087 }
5088 _ACEOF
5089 rm -f conftest.$ac_objext conftest$ac_exeext
5090 if { (ac_try="$ac_link"
5091 case "(($ac_try" in
5092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5093   *) ac_try_echo=$ac_try;;
5094 esac
5095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5096   (eval "$ac_link") 2>conftest.er1
5097   ac_status=$?
5098   grep -v '^ *+' conftest.er1 >conftest.err
5099   rm -f conftest.er1
5100   cat conftest.err >&5
5101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102   (exit $ac_status); } && {
5103          test -z "$ac_c_werror_flag" ||
5104          test ! -s conftest.err
5105        } && test -s conftest$ac_exeext &&
5106        $as_test_x conftest$ac_exeext; then
5107   ac_cv_lib_ipc_shmat=yes
5108 else
5109   echo "$as_me: failed program was:" >&5
5110 sed 's/^/| /' conftest.$ac_ext >&5
5111
5112         ac_cv_lib_ipc_shmat=no
5113 fi
5114
5115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5116       conftest$ac_exeext conftest.$ac_ext
5117 LIBS=$ac_check_lib_save_LIBS
5118 fi
5119 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5120 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5121 if test $ac_cv_lib_ipc_shmat = yes; then
5122   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5123 fi
5124
5125     fi
5126   fi
5127
5128   # Check for libraries that X11R6 Xt/Xaw programs need.
5129   ac_save_LDFLAGS=$LDFLAGS
5130   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5131   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5132   # check for ICE first), but we must link in the order -lSM -lICE or
5133   # we get undefined symbols.  So assume we have SM if we have ICE.
5134   # These have to be linked with before -lX11, unlike the other
5135   # libraries we check for below, so use a different variable.
5136   # John Interrante, Karl Berry
5137   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5138 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5139 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5140   echo $ECHO_N "(cached) $ECHO_C" >&6
5141 else
5142   ac_check_lib_save_LIBS=$LIBS
5143 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5144 cat >conftest.$ac_ext <<_ACEOF
5145 /* confdefs.h.  */
5146 _ACEOF
5147 cat confdefs.h >>conftest.$ac_ext
5148 cat >>conftest.$ac_ext <<_ACEOF
5149 /* end confdefs.h.  */
5150
5151 /* Override any GCC internal prototype to avoid an error.
5152    Use char because int might match the return type of a GCC
5153    builtin and then its argument prototype would still apply.  */
5154 #ifdef __cplusplus
5155 extern "C"
5156 #endif
5157 char IceConnectionNumber ();
5158 int
5159 main ()
5160 {
5161 return IceConnectionNumber ();
5162   ;
5163   return 0;
5164 }
5165 _ACEOF
5166 rm -f conftest.$ac_objext conftest$ac_exeext
5167 if { (ac_try="$ac_link"
5168 case "(($ac_try" in
5169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5170   *) ac_try_echo=$ac_try;;
5171 esac
5172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5173   (eval "$ac_link") 2>conftest.er1
5174   ac_status=$?
5175   grep -v '^ *+' conftest.er1 >conftest.err
5176   rm -f conftest.er1
5177   cat conftest.err >&5
5178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5179   (exit $ac_status); } && {
5180          test -z "$ac_c_werror_flag" ||
5181          test ! -s conftest.err
5182        } && test -s conftest$ac_exeext &&
5183        $as_test_x conftest$ac_exeext; then
5184   ac_cv_lib_ICE_IceConnectionNumber=yes
5185 else
5186   echo "$as_me: failed program was:" >&5
5187 sed 's/^/| /' conftest.$ac_ext >&5
5188
5189         ac_cv_lib_ICE_IceConnectionNumber=no
5190 fi
5191
5192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5193       conftest$ac_exeext conftest.$ac_ext
5194 LIBS=$ac_check_lib_save_LIBS
5195 fi
5196 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5197 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5198 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5199   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5200 fi
5201
5202   LDFLAGS=$ac_save_LDFLAGS
5203
5204 fi
5205
5206
5207 for ac_prog in flex
5208 do
5209   # Extract the first word of "$ac_prog", so it can be a program name with args.
5210 set dummy $ac_prog; ac_word=$2
5211 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5212 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5213 if test "${ac_cv_prog_FLEX+set}" = set; then
5214   echo $ECHO_N "(cached) $ECHO_C" >&6
5215 else
5216   if test -n "$FLEX"; then
5217   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5218 else
5219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5220 for as_dir in $PATH
5221 do
5222   IFS=$as_save_IFS
5223   test -z "$as_dir" && as_dir=.
5224   for ac_exec_ext in '' $ac_executable_extensions; do
5225   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5226     ac_cv_prog_FLEX="$ac_prog"
5227     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5228     break 2
5229   fi
5230 done
5231 done
5232 IFS=$as_save_IFS
5233
5234 fi
5235 fi
5236 FLEX=$ac_cv_prog_FLEX
5237 if test -n "$FLEX"; then
5238   { echo "$as_me:$LINENO: result: $FLEX" >&5
5239 echo "${ECHO_T}$FLEX" >&6; }
5240 else
5241   { echo "$as_me:$LINENO: result: no" >&5
5242 echo "${ECHO_T}no" >&6; }
5243 fi
5244
5245
5246   test -n "$FLEX" && break
5247 done
5248 test -n "$FLEX" || FLEX="none"
5249
5250 if test "$FLEX" = "none"
5251 then
5252   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5253 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5254    { (exit 1); exit 1; }; }
5255 fi
5256
5257 for ac_prog in bison
5258 do
5259   # Extract the first word of "$ac_prog", so it can be a program name with args.
5260 set dummy $ac_prog; ac_word=$2
5261 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5263 if test "${ac_cv_prog_BISON+set}" = set; then
5264   echo $ECHO_N "(cached) $ECHO_C" >&6
5265 else
5266   if test -n "$BISON"; then
5267   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5268 else
5269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5270 for as_dir in $PATH
5271 do
5272   IFS=$as_save_IFS
5273   test -z "$as_dir" && as_dir=.
5274   for ac_exec_ext in '' $ac_executable_extensions; do
5275   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5276     ac_cv_prog_BISON="$ac_prog"
5277     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5278     break 2
5279   fi
5280 done
5281 done
5282 IFS=$as_save_IFS
5283
5284 fi
5285 fi
5286 BISON=$ac_cv_prog_BISON
5287 if test -n "$BISON"; then
5288   { echo "$as_me:$LINENO: result: $BISON" >&5
5289 echo "${ECHO_T}$BISON" >&6; }
5290 else
5291   { echo "$as_me:$LINENO: result: no" >&5
5292 echo "${ECHO_T}no" >&6; }
5293 fi
5294
5295
5296   test -n "$BISON" && break
5297 done
5298 test -n "$BISON" || BISON="none"
5299
5300 if test "$BISON" = "none"
5301 then
5302   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5303 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5304    { (exit 1); exit 1; }; }
5305 fi
5306
5307 if test -n "$ac_tool_prefix"; then
5308   for ac_prog in gas as
5309   do
5310     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5311 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5312 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5314 if test "${ac_cv_prog_AS+set}" = set; then
5315   echo $ECHO_N "(cached) $ECHO_C" >&6
5316 else
5317   if test -n "$AS"; then
5318   ac_cv_prog_AS="$AS" # Let the user override the test.
5319 else
5320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5321 for as_dir in $PATH
5322 do
5323   IFS=$as_save_IFS
5324   test -z "$as_dir" && as_dir=.
5325   for ac_exec_ext in '' $ac_executable_extensions; do
5326   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5327     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5328     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5329     break 2
5330   fi
5331 done
5332 done
5333 IFS=$as_save_IFS
5334
5335 fi
5336 fi
5337 AS=$ac_cv_prog_AS
5338 if test -n "$AS"; then
5339   { echo "$as_me:$LINENO: result: $AS" >&5
5340 echo "${ECHO_T}$AS" >&6; }
5341 else
5342   { echo "$as_me:$LINENO: result: no" >&5
5343 echo "${ECHO_T}no" >&6; }
5344 fi
5345
5346
5347     test -n "$AS" && break
5348   done
5349 fi
5350 if test -z "$AS"; then
5351   ac_ct_AS=$AS
5352   for ac_prog in gas as
5353 do
5354   # Extract the first word of "$ac_prog", so it can be a program name with args.
5355 set dummy $ac_prog; ac_word=$2
5356 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5358 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5359   echo $ECHO_N "(cached) $ECHO_C" >&6
5360 else
5361   if test -n "$ac_ct_AS"; then
5362   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5363 else
5364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5365 for as_dir in $PATH
5366 do
5367   IFS=$as_save_IFS
5368   test -z "$as_dir" && as_dir=.
5369   for ac_exec_ext in '' $ac_executable_extensions; do
5370   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5371     ac_cv_prog_ac_ct_AS="$ac_prog"
5372     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5373     break 2
5374   fi
5375 done
5376 done
5377 IFS=$as_save_IFS
5378
5379 fi
5380 fi
5381 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5382 if test -n "$ac_ct_AS"; then
5383   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5384 echo "${ECHO_T}$ac_ct_AS" >&6; }
5385 else
5386   { echo "$as_me:$LINENO: result: no" >&5
5387 echo "${ECHO_T}no" >&6; }
5388 fi
5389
5390
5391   test -n "$ac_ct_AS" && break
5392 done
5393
5394   if test "x$ac_ct_AS" = x; then
5395     AS="as"
5396   else
5397     case $cross_compiling:$ac_tool_warned in
5398 yes:)
5399 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5400 whose name does not start with the host triplet.  If you think this
5401 configuration is useful to you, please write to autoconf@gnu.org." >&5
5402 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5403 whose name does not start with the host triplet.  If you think this
5404 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5405 ac_tool_warned=yes ;;
5406 esac
5407     AS=$ac_ct_AS
5408   fi
5409 fi
5410
5411 if test -n "$ac_tool_prefix"; then
5412   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5413 set dummy ${ac_tool_prefix}ld; ac_word=$2
5414 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5415 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5416 if test "${ac_cv_prog_LD+set}" = set; then
5417   echo $ECHO_N "(cached) $ECHO_C" >&6
5418 else
5419   if test -n "$LD"; then
5420   ac_cv_prog_LD="$LD" # Let the user override the test.
5421 else
5422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5423 for as_dir in $PATH
5424 do
5425   IFS=$as_save_IFS
5426   test -z "$as_dir" && as_dir=.
5427   for ac_exec_ext in '' $ac_executable_extensions; do
5428   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5429     ac_cv_prog_LD="${ac_tool_prefix}ld"
5430     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5431     break 2
5432   fi
5433 done
5434 done
5435 IFS=$as_save_IFS
5436
5437 fi
5438 fi
5439 LD=$ac_cv_prog_LD
5440 if test -n "$LD"; then
5441   { echo "$as_me:$LINENO: result: $LD" >&5
5442 echo "${ECHO_T}$LD" >&6; }
5443 else
5444   { echo "$as_me:$LINENO: result: no" >&5
5445 echo "${ECHO_T}no" >&6; }
5446 fi
5447
5448
5449 fi
5450 if test -z "$ac_cv_prog_LD"; then
5451   ac_ct_LD=$LD
5452   # Extract the first word of "ld", so it can be a program name with args.
5453 set dummy ld; ac_word=$2
5454 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5456 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5457   echo $ECHO_N "(cached) $ECHO_C" >&6
5458 else
5459   if test -n "$ac_ct_LD"; then
5460   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5461 else
5462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5463 for as_dir in $PATH
5464 do
5465   IFS=$as_save_IFS
5466   test -z "$as_dir" && as_dir=.
5467   for ac_exec_ext in '' $ac_executable_extensions; do
5468   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5469     ac_cv_prog_ac_ct_LD="ld"
5470     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5471     break 2
5472   fi
5473 done
5474 done
5475 IFS=$as_save_IFS
5476
5477 fi
5478 fi
5479 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5480 if test -n "$ac_ct_LD"; then
5481   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5482 echo "${ECHO_T}$ac_ct_LD" >&6; }
5483 else
5484   { echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6; }
5486 fi
5487
5488   if test "x$ac_ct_LD" = x; then
5489     LD="ld"
5490   else
5491     case $cross_compiling:$ac_tool_warned in
5492 yes:)
5493 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5494 whose name does not start with the host triplet.  If you think this
5495 configuration is useful to you, please write to autoconf@gnu.org." >&5
5496 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5497 whose name does not start with the host triplet.  If you think this
5498 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5499 ac_tool_warned=yes ;;
5500 esac
5501     LD=$ac_ct_LD
5502   fi
5503 else
5504   LD="$ac_cv_prog_LD"
5505 fi
5506
5507 if test -n "$ac_tool_prefix"; then
5508   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5509 set dummy ${ac_tool_prefix}ar; ac_word=$2
5510 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5511 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5512 if test "${ac_cv_prog_AR+set}" = set; then
5513   echo $ECHO_N "(cached) $ECHO_C" >&6
5514 else
5515   if test -n "$AR"; then
5516   ac_cv_prog_AR="$AR" # Let the user override the test.
5517 else
5518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5519 for as_dir in $PATH
5520 do
5521   IFS=$as_save_IFS
5522   test -z "$as_dir" && as_dir=.
5523   for ac_exec_ext in '' $ac_executable_extensions; do
5524   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5525     ac_cv_prog_AR="${ac_tool_prefix}ar"
5526     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5527     break 2
5528   fi
5529 done
5530 done
5531 IFS=$as_save_IFS
5532
5533 fi
5534 fi
5535 AR=$ac_cv_prog_AR
5536 if test -n "$AR"; then
5537   { echo "$as_me:$LINENO: result: $AR" >&5
5538 echo "${ECHO_T}$AR" >&6; }
5539 else
5540   { echo "$as_me:$LINENO: result: no" >&5
5541 echo "${ECHO_T}no" >&6; }
5542 fi
5543
5544
5545 fi
5546 if test -z "$ac_cv_prog_AR"; then
5547   ac_ct_AR=$AR
5548   # Extract the first word of "ar", so it can be a program name with args.
5549 set dummy ar; ac_word=$2
5550 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5551 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5552 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5553   echo $ECHO_N "(cached) $ECHO_C" >&6
5554 else
5555   if test -n "$ac_ct_AR"; then
5556   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5557 else
5558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5559 for as_dir in $PATH
5560 do
5561   IFS=$as_save_IFS
5562   test -z "$as_dir" && as_dir=.
5563   for ac_exec_ext in '' $ac_executable_extensions; do
5564   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5565     ac_cv_prog_ac_ct_AR="ar"
5566     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5567     break 2
5568   fi
5569 done
5570 done
5571 IFS=$as_save_IFS
5572
5573 fi
5574 fi
5575 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5576 if test -n "$ac_ct_AR"; then
5577   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5578 echo "${ECHO_T}$ac_ct_AR" >&6; }
5579 else
5580   { echo "$as_me:$LINENO: result: no" >&5
5581 echo "${ECHO_T}no" >&6; }
5582 fi
5583
5584   if test "x$ac_ct_AR" = x; then
5585     AR="ar"
5586   else
5587     case $cross_compiling:$ac_tool_warned in
5588 yes:)
5589 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5590 whose name does not start with the host triplet.  If you think this
5591 configuration is useful to you, please write to autoconf@gnu.org." >&5
5592 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5593 whose name does not start with the host triplet.  If you think this
5594 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5595 ac_tool_warned=yes ;;
5596 esac
5597     AR=$ac_ct_AR
5598   fi
5599 else
5600   AR="$ac_cv_prog_AR"
5601 fi
5602
5603 if test -n "$ac_tool_prefix"; then
5604   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5605 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5606 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5608 if test "${ac_cv_prog_RANLIB+set}" = set; then
5609   echo $ECHO_N "(cached) $ECHO_C" >&6
5610 else
5611   if test -n "$RANLIB"; then
5612   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5613 else
5614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5615 for as_dir in $PATH
5616 do
5617   IFS=$as_save_IFS
5618   test -z "$as_dir" && as_dir=.
5619   for ac_exec_ext in '' $ac_executable_extensions; do
5620   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5621     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5622     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5623     break 2
5624   fi
5625 done
5626 done
5627 IFS=$as_save_IFS
5628
5629 fi
5630 fi
5631 RANLIB=$ac_cv_prog_RANLIB
5632 if test -n "$RANLIB"; then
5633   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5634 echo "${ECHO_T}$RANLIB" >&6; }
5635 else
5636   { echo "$as_me:$LINENO: result: no" >&5
5637 echo "${ECHO_T}no" >&6; }
5638 fi
5639
5640
5641 fi
5642 if test -z "$ac_cv_prog_RANLIB"; then
5643   ac_ct_RANLIB=$RANLIB
5644   # Extract the first word of "ranlib", so it can be a program name with args.
5645 set dummy ranlib; ac_word=$2
5646 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5647 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5648 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5649   echo $ECHO_N "(cached) $ECHO_C" >&6
5650 else
5651   if test -n "$ac_ct_RANLIB"; then
5652   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5653 else
5654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5655 for as_dir in $PATH
5656 do
5657   IFS=$as_save_IFS
5658   test -z "$as_dir" && as_dir=.
5659   for ac_exec_ext in '' $ac_executable_extensions; do
5660   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5661     ac_cv_prog_ac_ct_RANLIB="ranlib"
5662     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5663     break 2
5664   fi
5665 done
5666 done
5667 IFS=$as_save_IFS
5668
5669 fi
5670 fi
5671 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5672 if test -n "$ac_ct_RANLIB"; then
5673   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5674 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5675 else
5676   { echo "$as_me:$LINENO: result: no" >&5
5677 echo "${ECHO_T}no" >&6; }
5678 fi
5679
5680   if test "x$ac_ct_RANLIB" = x; then
5681     RANLIB=":"
5682   else
5683     case $cross_compiling:$ac_tool_warned in
5684 yes:)
5685 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5686 whose name does not start with the host triplet.  If you think this
5687 configuration is useful to you, please write to autoconf@gnu.org." >&5
5688 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5689 whose name does not start with the host triplet.  If you think this
5690 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5691 ac_tool_warned=yes ;;
5692 esac
5693     RANLIB=$ac_ct_RANLIB
5694   fi
5695 else
5696   RANLIB="$ac_cv_prog_RANLIB"
5697 fi
5698
5699 if test -n "$ac_tool_prefix"; then
5700   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5701 set dummy ${ac_tool_prefix}strip; ac_word=$2
5702 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5703 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5704 if test "${ac_cv_prog_STRIP+set}" = set; then
5705   echo $ECHO_N "(cached) $ECHO_C" >&6
5706 else
5707   if test -n "$STRIP"; then
5708   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5709 else
5710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5711 for as_dir in $PATH
5712 do
5713   IFS=$as_save_IFS
5714   test -z "$as_dir" && as_dir=.
5715   for ac_exec_ext in '' $ac_executable_extensions; do
5716   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5717     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5718     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5719     break 2
5720   fi
5721 done
5722 done
5723 IFS=$as_save_IFS
5724
5725 fi
5726 fi
5727 STRIP=$ac_cv_prog_STRIP
5728 if test -n "$STRIP"; then
5729   { echo "$as_me:$LINENO: result: $STRIP" >&5
5730 echo "${ECHO_T}$STRIP" >&6; }
5731 else
5732   { echo "$as_me:$LINENO: result: no" >&5
5733 echo "${ECHO_T}no" >&6; }
5734 fi
5735
5736
5737 fi
5738 if test -z "$ac_cv_prog_STRIP"; then
5739   ac_ct_STRIP=$STRIP
5740   # Extract the first word of "strip", so it can be a program name with args.
5741 set dummy strip; ac_word=$2
5742 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5744 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5745   echo $ECHO_N "(cached) $ECHO_C" >&6
5746 else
5747   if test -n "$ac_ct_STRIP"; then
5748   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5749 else
5750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5751 for as_dir in $PATH
5752 do
5753   IFS=$as_save_IFS
5754   test -z "$as_dir" && as_dir=.
5755   for ac_exec_ext in '' $ac_executable_extensions; do
5756   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5757     ac_cv_prog_ac_ct_STRIP="strip"
5758     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5759     break 2
5760   fi
5761 done
5762 done
5763 IFS=$as_save_IFS
5764
5765 fi
5766 fi
5767 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5768 if test -n "$ac_ct_STRIP"; then
5769   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5770 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5771 else
5772   { echo "$as_me:$LINENO: result: no" >&5
5773 echo "${ECHO_T}no" >&6; }
5774 fi
5775
5776   if test "x$ac_ct_STRIP" = x; then
5777     STRIP="strip"
5778   else
5779     case $cross_compiling:$ac_tool_warned in
5780 yes:)
5781 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5782 whose name does not start with the host triplet.  If you think this
5783 configuration is useful to you, please write to autoconf@gnu.org." >&5
5784 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5785 whose name does not start with the host triplet.  If you think this
5786 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5787 ac_tool_warned=yes ;;
5788 esac
5789     STRIP=$ac_ct_STRIP
5790   fi
5791 else
5792   STRIP="$ac_cv_prog_STRIP"
5793 fi
5794
5795 if test -n "$ac_tool_prefix"; then
5796   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5797 set dummy ${ac_tool_prefix}windres; ac_word=$2
5798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5800 if test "${ac_cv_prog_WINDRES+set}" = set; then
5801   echo $ECHO_N "(cached) $ECHO_C" >&6
5802 else
5803   if test -n "$WINDRES"; then
5804   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5805 else
5806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5807 for as_dir in $PATH
5808 do
5809   IFS=$as_save_IFS
5810   test -z "$as_dir" && as_dir=.
5811   for ac_exec_ext in '' $ac_executable_extensions; do
5812   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5813     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5814     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5815     break 2
5816   fi
5817 done
5818 done
5819 IFS=$as_save_IFS
5820
5821 fi
5822 fi
5823 WINDRES=$ac_cv_prog_WINDRES
5824 if test -n "$WINDRES"; then
5825   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5826 echo "${ECHO_T}$WINDRES" >&6; }
5827 else
5828   { echo "$as_me:$LINENO: result: no" >&5
5829 echo "${ECHO_T}no" >&6; }
5830 fi
5831
5832
5833 fi
5834 if test -z "$ac_cv_prog_WINDRES"; then
5835   ac_ct_WINDRES=$WINDRES
5836   # Extract the first word of "windres", so it can be a program name with args.
5837 set dummy windres; ac_word=$2
5838 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5839 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5840 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5841   echo $ECHO_N "(cached) $ECHO_C" >&6
5842 else
5843   if test -n "$ac_ct_WINDRES"; then
5844   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5845 else
5846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5847 for as_dir in $PATH
5848 do
5849   IFS=$as_save_IFS
5850   test -z "$as_dir" && as_dir=.
5851   for ac_exec_ext in '' $ac_executable_extensions; do
5852   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5853     ac_cv_prog_ac_ct_WINDRES="windres"
5854     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5855     break 2
5856   fi
5857 done
5858 done
5859 IFS=$as_save_IFS
5860
5861 fi
5862 fi
5863 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
5864 if test -n "$ac_ct_WINDRES"; then
5865   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5866 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
5867 else
5868   { echo "$as_me:$LINENO: result: no" >&5
5869 echo "${ECHO_T}no" >&6; }
5870 fi
5871
5872   if test "x$ac_ct_WINDRES" = x; then
5873     WINDRES="false"
5874   else
5875     case $cross_compiling:$ac_tool_warned in
5876 yes:)
5877 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5878 whose name does not start with the host triplet.  If you think this
5879 configuration is useful to you, please write to autoconf@gnu.org." >&5
5880 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5881 whose name does not start with the host triplet.  If you think this
5882 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5883 ac_tool_warned=yes ;;
5884 esac
5885     WINDRES=$ac_ct_WINDRES
5886   fi
5887 else
5888   WINDRES="$ac_cv_prog_WINDRES"
5889 fi
5890
5891 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
5892 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
5893 LN_S=$as_ln_s
5894 if test "$LN_S" = "ln -s"; then
5895   { echo "$as_me:$LINENO: result: yes" >&5
5896 echo "${ECHO_T}yes" >&6; }
5897 else
5898   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5899 echo "${ECHO_T}no, using $LN_S" >&6; }
5900 fi
5901
5902 { echo "$as_me:$LINENO: checking whether ln works" >&5
5903 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
5904 rm -f conf$$ conf$$.file
5905 echo >conf$$.file
5906 if ln conf$$.file conf$$ 2>/dev/null; then
5907   LN=ln
5908
5909   { echo "$as_me:$LINENO: result: yes" >&5
5910 echo "${ECHO_T}yes" >&6; }
5911 else
5912   LN="cp -p"
5913
5914   { echo "$as_me:$LINENO: result: no, using $LN" >&5
5915 echo "${ECHO_T}no, using $LN" >&6; }
5916 fi
5917 rm -f conf$$ conf$$.file
5918 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5919 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5920 if test "${ac_cv_path_GREP+set}" = set; then
5921   echo $ECHO_N "(cached) $ECHO_C" >&6
5922 else
5923   # Extract the first word of "grep ggrep" to use in msg output
5924 if test -z "$GREP"; then
5925 set dummy grep ggrep; ac_prog_name=$2
5926 if test "${ac_cv_path_GREP+set}" = set; then
5927   echo $ECHO_N "(cached) $ECHO_C" >&6
5928 else
5929   ac_path_GREP_found=false
5930 # Loop through the user's path and test for each of PROGNAME-LIST
5931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5932 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5933 do
5934   IFS=$as_save_IFS
5935   test -z "$as_dir" && as_dir=.
5936   for ac_prog in grep ggrep; do
5937   for ac_exec_ext in '' $ac_executable_extensions; do
5938     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5939     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5940     # Check for GNU ac_path_GREP and select it if it is found.
5941   # Check for GNU $ac_path_GREP
5942 case `"$ac_path_GREP" --version 2>&1` in
5943 *GNU*)
5944   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5945 *)
5946   ac_count=0
5947   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5948   while :
5949   do
5950     cat "conftest.in" "conftest.in" >"conftest.tmp"
5951     mv "conftest.tmp" "conftest.in"
5952     cp "conftest.in" "conftest.nl"
5953     echo 'GREP' >> "conftest.nl"
5954     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5955     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5956     ac_count=`expr $ac_count + 1`
5957     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5958       # Best one so far, save it but keep looking for a better one
5959       ac_cv_path_GREP="$ac_path_GREP"
5960       ac_path_GREP_max=$ac_count
5961     fi
5962     # 10*(2^10) chars as input seems more than enough
5963     test $ac_count -gt 10 && break
5964   done
5965   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5966 esac
5967
5968
5969     $ac_path_GREP_found && break 3
5970   done
5971 done
5972
5973 done
5974 IFS=$as_save_IFS
5975
5976
5977 fi
5978
5979 GREP="$ac_cv_path_GREP"
5980 if test -z "$GREP"; then
5981   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5982 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5983    { (exit 1); exit 1; }; }
5984 fi
5985
5986 else
5987   ac_cv_path_GREP=$GREP
5988 fi
5989
5990
5991 fi
5992 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5993 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5994  GREP="$ac_cv_path_GREP"
5995
5996
5997 { echo "$as_me:$LINENO: checking for egrep" >&5
5998 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5999 if test "${ac_cv_path_EGREP+set}" = set; then
6000   echo $ECHO_N "(cached) $ECHO_C" >&6
6001 else
6002   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6003    then ac_cv_path_EGREP="$GREP -E"
6004    else
6005      # Extract the first word of "egrep" to use in msg output
6006 if test -z "$EGREP"; then
6007 set dummy egrep; ac_prog_name=$2
6008 if test "${ac_cv_path_EGREP+set}" = set; then
6009   echo $ECHO_N "(cached) $ECHO_C" >&6
6010 else
6011   ac_path_EGREP_found=false
6012 # Loop through the user's path and test for each of PROGNAME-LIST
6013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6015 do
6016   IFS=$as_save_IFS
6017   test -z "$as_dir" && as_dir=.
6018   for ac_prog in egrep; do
6019   for ac_exec_ext in '' $ac_executable_extensions; do
6020     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6021     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6022     # Check for GNU ac_path_EGREP and select it if it is found.
6023   # Check for GNU $ac_path_EGREP
6024 case `"$ac_path_EGREP" --version 2>&1` in
6025 *GNU*)
6026   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6027 *)
6028   ac_count=0
6029   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6030   while :
6031   do
6032     cat "conftest.in" "conftest.in" >"conftest.tmp"
6033     mv "conftest.tmp" "conftest.in"
6034     cp "conftest.in" "conftest.nl"
6035     echo 'EGREP' >> "conftest.nl"
6036     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6037     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6038     ac_count=`expr $ac_count + 1`
6039     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6040       # Best one so far, save it but keep looking for a better one
6041       ac_cv_path_EGREP="$ac_path_EGREP"
6042       ac_path_EGREP_max=$ac_count
6043     fi
6044     # 10*(2^10) chars as input seems more than enough
6045     test $ac_count -gt 10 && break
6046   done
6047   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6048 esac
6049
6050
6051     $ac_path_EGREP_found && break 3
6052   done
6053 done
6054
6055 done
6056 IFS=$as_save_IFS
6057
6058
6059 fi
6060
6061 EGREP="$ac_cv_path_EGREP"
6062 if test -z "$EGREP"; then
6063   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6064 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6065    { (exit 1); exit 1; }; }
6066 fi
6067
6068 else
6069   ac_cv_path_EGREP=$EGREP
6070 fi
6071
6072
6073    fi
6074 fi
6075 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6076 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6077  EGREP="$ac_cv_path_EGREP"
6078
6079
6080 # Extract the first word of "ldconfig", so it can be a program name with args.
6081 set dummy ldconfig; ac_word=$2
6082 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6084 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6085   echo $ECHO_N "(cached) $ECHO_C" >&6
6086 else
6087   case $LDCONFIG in
6088   [\\/]* | ?:[\\/]*)
6089   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6090   ;;
6091   *)
6092   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093 for as_dir in /sbin /usr/sbin $PATH
6094 do
6095   IFS=$as_save_IFS
6096   test -z "$as_dir" && as_dir=.
6097   for ac_exec_ext in '' $ac_executable_extensions; do
6098   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6099     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6100     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6101     break 2
6102   fi
6103 done
6104 done
6105 IFS=$as_save_IFS
6106
6107   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6108   ;;
6109 esac
6110 fi
6111 LDCONFIG=$ac_cv_path_LDCONFIG
6112 if test -n "$LDCONFIG"; then
6113   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6114 echo "${ECHO_T}$LDCONFIG" >&6; }
6115 else
6116   { echo "$as_me:$LINENO: result: no" >&5
6117 echo "${ECHO_T}no" >&6; }
6118 fi
6119
6120
6121 # Find a good install program.  We prefer a C program (faster),
6122 # so one script is as good as another.  But avoid the broken or
6123 # incompatible versions:
6124 # SysV /etc/install, /usr/sbin/install
6125 # SunOS /usr/etc/install
6126 # IRIX /sbin/install
6127 # AIX /bin/install
6128 # AmigaOS /C/install, which installs bootblocks on floppy discs
6129 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6130 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6131 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6132 # OS/2's system install, which has a completely different semantic
6133 # ./install, which can be erroneously created by make from ./install.sh.
6134 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6135 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6136 if test -z "$INSTALL"; then
6137 if test "${ac_cv_path_install+set}" = set; then
6138   echo $ECHO_N "(cached) $ECHO_C" >&6
6139 else
6140   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141 for as_dir in $PATH
6142 do
6143   IFS=$as_save_IFS
6144   test -z "$as_dir" && as_dir=.
6145   # Account for people who put trailing slashes in PATH elements.
6146 case $as_dir/ in
6147   ./ | .// | /cC/* | \
6148   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6149   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6150   /usr/ucb/* ) ;;
6151   *)
6152     # OSF1 and SCO ODT 3.0 have their own names for install.
6153     # Don't use installbsd from OSF since it installs stuff as root
6154     # by default.
6155     for ac_prog in ginstall scoinst install; do
6156       for ac_exec_ext in '' $ac_executable_extensions; do
6157         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6158           if test $ac_prog = install &&
6159             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6160             # AIX install.  It has an incompatible calling convention.
6161             :
6162           elif test $ac_prog = install &&
6163             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6164             # program-specific install script used by HP pwplus--don't use.
6165             :
6166           else
6167             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6168             break 3
6169           fi
6170         fi
6171       done
6172     done
6173     ;;
6174 esac
6175 done
6176 IFS=$as_save_IFS
6177
6178
6179 fi
6180   if test "${ac_cv_path_install+set}" = set; then
6181     INSTALL=$ac_cv_path_install
6182   else
6183     # As a last resort, use the slow shell script.  Don't cache a
6184     # value for INSTALL within a source directory, because that will
6185     # break other packages using the cache if that directory is
6186     # removed, or if the value is a relative name.
6187     INSTALL=$ac_install_sh
6188   fi
6189 fi
6190 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6191 echo "${ECHO_T}$INSTALL" >&6; }
6192
6193 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6194 # It thinks the first close brace ends the variable substitution.
6195 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6196
6197 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6198
6199 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6200
6201 case "$INSTALL" in
6202   [\\/$]* | ?:[\\/]* ) ;;
6203   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6204 esac
6205
6206 for ac_prog in lclint lint
6207 do
6208   # Extract the first word of "$ac_prog", so it can be a program name with args.
6209 set dummy $ac_prog; ac_word=$2
6210 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6212 if test "${ac_cv_prog_LINT+set}" = set; then
6213   echo $ECHO_N "(cached) $ECHO_C" >&6
6214 else
6215   if test -n "$LINT"; then
6216   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6217 else
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6219 for as_dir in $PATH
6220 do
6221   IFS=$as_save_IFS
6222   test -z "$as_dir" && as_dir=.
6223   for ac_exec_ext in '' $ac_executable_extensions; do
6224   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6225     ac_cv_prog_LINT="$ac_prog"
6226     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6227     break 2
6228   fi
6229 done
6230 done
6231 IFS=$as_save_IFS
6232
6233 fi
6234 fi
6235 LINT=$ac_cv_prog_LINT
6236 if test -n "$LINT"; then
6237   { echo "$as_me:$LINENO: result: $LINT" >&5
6238 echo "${ECHO_T}$LINT" >&6; }
6239 else
6240   { echo "$as_me:$LINENO: result: no" >&5
6241 echo "${ECHO_T}no" >&6; }
6242 fi
6243
6244
6245   test -n "$LINT" && break
6246 done
6247
6248 if test "$LINT" = "lint"
6249 then
6250   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6251   fi
6252
6253
6254
6255 for ac_prog in fontforge
6256 do
6257   # Extract the first word of "$ac_prog", so it can be a program name with args.
6258 set dummy $ac_prog; ac_word=$2
6259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6261 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6262   echo $ECHO_N "(cached) $ECHO_C" >&6
6263 else
6264   if test -n "$FONTFORGE"; then
6265   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6266 else
6267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6268 for as_dir in $PATH
6269 do
6270   IFS=$as_save_IFS
6271   test -z "$as_dir" && as_dir=.
6272   for ac_exec_ext in '' $ac_executable_extensions; do
6273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6274     ac_cv_prog_FONTFORGE="$ac_prog"
6275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6276     break 2
6277   fi
6278 done
6279 done
6280 IFS=$as_save_IFS
6281
6282 fi
6283 fi
6284 FONTFORGE=$ac_cv_prog_FONTFORGE
6285 if test -n "$FONTFORGE"; then
6286   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6287 echo "${ECHO_T}$FONTFORGE" >&6; }
6288 else
6289   { echo "$as_me:$LINENO: result: no" >&5
6290 echo "${ECHO_T}no" >&6; }
6291 fi
6292
6293
6294   test -n "$FONTFORGE" && break
6295 done
6296 test -n "$FONTFORGE" || FONTFORGE="false"
6297
6298 for ac_prog in pkg-config
6299 do
6300   # Extract the first word of "$ac_prog", so it can be a program name with args.
6301 set dummy $ac_prog; ac_word=$2
6302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6304 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6305   echo $ECHO_N "(cached) $ECHO_C" >&6
6306 else
6307   if test -n "$PKG_CONFIG"; then
6308   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6309 else
6310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6312 do
6313   IFS=$as_save_IFS
6314   test -z "$as_dir" && as_dir=.
6315   for ac_exec_ext in '' $ac_executable_extensions; do
6316   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6317     ac_cv_prog_PKG_CONFIG="$ac_prog"
6318     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6319     break 2
6320   fi
6321 done
6322 done
6323 IFS=$as_save_IFS
6324
6325 fi
6326 fi
6327 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6328 if test -n "$PKG_CONFIG"; then
6329   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6330 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6331 else
6332   { echo "$as_me:$LINENO: result: no" >&5
6333 echo "${ECHO_T}no" >&6; }
6334 fi
6335
6336
6337   test -n "$PKG_CONFIG" && break
6338 done
6339 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6340
6341
6342 case $host_cpu in
6343   *i[3456789]86*)
6344     # Extract the first word of "prelink", so it can be a program name with args.
6345 set dummy prelink; ac_word=$2
6346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6348 if test "${ac_cv_path_PRELINK+set}" = set; then
6349   echo $ECHO_N "(cached) $ECHO_C" >&6
6350 else
6351   case $PRELINK in
6352   [\\/]* | ?:[\\/]*)
6353   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6354   ;;
6355   *)
6356   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6357 for as_dir in /sbin /usr/sbin $PATH
6358 do
6359   IFS=$as_save_IFS
6360   test -z "$as_dir" && as_dir=.
6361   for ac_exec_ext in '' $ac_executable_extensions; do
6362   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6363     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6364     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6365     break 2
6366   fi
6367 done
6368 done
6369 IFS=$as_save_IFS
6370
6371   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6372   ;;
6373 esac
6374 fi
6375 PRELINK=$ac_cv_path_PRELINK
6376 if test -n "$PRELINK"; then
6377   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6378 echo "${ECHO_T}$PRELINK" >&6; }
6379 else
6380   { echo "$as_me:$LINENO: result: no" >&5
6381 echo "${ECHO_T}no" >&6; }
6382 fi
6383
6384
6385     ;;
6386 esac
6387
6388
6389
6390 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6391 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6392 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6393   echo $ECHO_N "(cached) $ECHO_C" >&6
6394 else
6395   ac_check_lib_save_LIBS=$LIBS
6396 LIBS="-li386  $LIBS"
6397 cat >conftest.$ac_ext <<_ACEOF
6398 /* confdefs.h.  */
6399 _ACEOF
6400 cat confdefs.h >>conftest.$ac_ext
6401 cat >>conftest.$ac_ext <<_ACEOF
6402 /* end confdefs.h.  */
6403
6404 /* Override any GCC internal prototype to avoid an error.
6405    Use char because int might match the return type of a GCC
6406    builtin and then its argument prototype would still apply.  */
6407 #ifdef __cplusplus
6408 extern "C"
6409 #endif
6410 char i386_set_ldt ();
6411 int
6412 main ()
6413 {
6414 return i386_set_ldt ();
6415   ;
6416   return 0;
6417 }
6418 _ACEOF
6419 rm -f conftest.$ac_objext conftest$ac_exeext
6420 if { (ac_try="$ac_link"
6421 case "(($ac_try" in
6422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6423   *) ac_try_echo=$ac_try;;
6424 esac
6425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6426   (eval "$ac_link") 2>conftest.er1
6427   ac_status=$?
6428   grep -v '^ *+' conftest.er1 >conftest.err
6429   rm -f conftest.er1
6430   cat conftest.err >&5
6431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432   (exit $ac_status); } && {
6433          test -z "$ac_c_werror_flag" ||
6434          test ! -s conftest.err
6435        } && test -s conftest$ac_exeext &&
6436        $as_test_x conftest$ac_exeext; then
6437   ac_cv_lib_i386_i386_set_ldt=yes
6438 else
6439   echo "$as_me: failed program was:" >&5
6440 sed 's/^/| /' conftest.$ac_ext >&5
6441
6442         ac_cv_lib_i386_i386_set_ldt=no
6443 fi
6444
6445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6446       conftest$ac_exeext conftest.$ac_ext
6447 LIBS=$ac_check_lib_save_LIBS
6448 fi
6449 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6450 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6451 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6452   cat >>confdefs.h <<_ACEOF
6453 #define HAVE_LIBI386 1
6454 _ACEOF
6455
6456   LIBS="-li386 $LIBS"
6457
6458 fi
6459
6460
6461 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6462 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6463 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6464   echo $ECHO_N "(cached) $ECHO_C" >&6
6465 else
6466   ac_check_lib_save_LIBS=$LIBS
6467 LIBS="-lossaudio  $LIBS"
6468 cat >conftest.$ac_ext <<_ACEOF
6469 /* confdefs.h.  */
6470 _ACEOF
6471 cat confdefs.h >>conftest.$ac_ext
6472 cat >>conftest.$ac_ext <<_ACEOF
6473 /* end confdefs.h.  */
6474
6475 /* Override any GCC internal prototype to avoid an error.
6476    Use char because int might match the return type of a GCC
6477    builtin and then its argument prototype would still apply.  */
6478 #ifdef __cplusplus
6479 extern "C"
6480 #endif
6481 char _oss_ioctl ();
6482 int
6483 main ()
6484 {
6485 return _oss_ioctl ();
6486   ;
6487   return 0;
6488 }
6489 _ACEOF
6490 rm -f conftest.$ac_objext conftest$ac_exeext
6491 if { (ac_try="$ac_link"
6492 case "(($ac_try" in
6493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6494   *) ac_try_echo=$ac_try;;
6495 esac
6496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6497   (eval "$ac_link") 2>conftest.er1
6498   ac_status=$?
6499   grep -v '^ *+' conftest.er1 >conftest.err
6500   rm -f conftest.er1
6501   cat conftest.err >&5
6502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6503   (exit $ac_status); } && {
6504          test -z "$ac_c_werror_flag" ||
6505          test ! -s conftest.err
6506        } && test -s conftest$ac_exeext &&
6507        $as_test_x conftest$ac_exeext; then
6508   ac_cv_lib_ossaudio__oss_ioctl=yes
6509 else
6510   echo "$as_me: failed program was:" >&5
6511 sed 's/^/| /' conftest.$ac_ext >&5
6512
6513         ac_cv_lib_ossaudio__oss_ioctl=no
6514 fi
6515
6516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6517       conftest$ac_exeext conftest.$ac_ext
6518 LIBS=$ac_check_lib_save_LIBS
6519 fi
6520 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6521 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6522 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6523   cat >>confdefs.h <<_ACEOF
6524 #define HAVE_LIBOSSAUDIO 1
6525 _ACEOF
6526
6527   LIBS="-lossaudio $LIBS"
6528
6529 fi
6530
6531 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6532 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6533 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6534   echo $ECHO_N "(cached) $ECHO_C" >&6
6535 else
6536   ac_check_lib_save_LIBS=$LIBS
6537 LIBS="-lpthread  $LIBS"
6538 cat >conftest.$ac_ext <<_ACEOF
6539 /* confdefs.h.  */
6540 _ACEOF
6541 cat confdefs.h >>conftest.$ac_ext
6542 cat >>conftest.$ac_ext <<_ACEOF
6543 /* end confdefs.h.  */
6544
6545 /* Override any GCC internal prototype to avoid an error.
6546    Use char because int might match the return type of a GCC
6547    builtin and then its argument prototype would still apply.  */
6548 #ifdef __cplusplus
6549 extern "C"
6550 #endif
6551 char pthread_create ();
6552 int
6553 main ()
6554 {
6555 return pthread_create ();
6556   ;
6557   return 0;
6558 }
6559 _ACEOF
6560 rm -f conftest.$ac_objext conftest$ac_exeext
6561 if { (ac_try="$ac_link"
6562 case "(($ac_try" in
6563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6564   *) ac_try_echo=$ac_try;;
6565 esac
6566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6567   (eval "$ac_link") 2>conftest.er1
6568   ac_status=$?
6569   grep -v '^ *+' conftest.er1 >conftest.err
6570   rm -f conftest.er1
6571   cat conftest.err >&5
6572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6573   (exit $ac_status); } && {
6574          test -z "$ac_c_werror_flag" ||
6575          test ! -s conftest.err
6576        } && test -s conftest$ac_exeext &&
6577        $as_test_x conftest$ac_exeext; then
6578   ac_cv_lib_pthread_pthread_create=yes
6579 else
6580   echo "$as_me: failed program was:" >&5
6581 sed 's/^/| /' conftest.$ac_ext >&5
6582
6583         ac_cv_lib_pthread_pthread_create=no
6584 fi
6585
6586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6587       conftest$ac_exeext conftest.$ac_ext
6588 LIBS=$ac_check_lib_save_LIBS
6589 fi
6590 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6591 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6592 if test $ac_cv_lib_pthread_pthread_create = yes; then
6593   LIBPTHREAD="-lpthread"
6594
6595 fi
6596
6597
6598 XLIB=""
6599
6600 XFILES=""
6601
6602 OPENGLFILES=""
6603
6604 GLU32FILES=""
6605
6606 OPENGL_LIBS=""
6607
6608 QUARTZFILES=""
6609
6610
6611
6612 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6613 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6614 if test "${ac_cv_header_stdc+set}" = set; then
6615   echo $ECHO_N "(cached) $ECHO_C" >&6
6616 else
6617   cat >conftest.$ac_ext <<_ACEOF
6618 /* confdefs.h.  */
6619 _ACEOF
6620 cat confdefs.h >>conftest.$ac_ext
6621 cat >>conftest.$ac_ext <<_ACEOF
6622 /* end confdefs.h.  */
6623 #include <stdlib.h>
6624 #include <stdarg.h>
6625 #include <string.h>
6626 #include <float.h>
6627
6628 int
6629 main ()
6630 {
6631
6632   ;
6633   return 0;
6634 }
6635 _ACEOF
6636 rm -f conftest.$ac_objext
6637 if { (ac_try="$ac_compile"
6638 case "(($ac_try" in
6639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6640   *) ac_try_echo=$ac_try;;
6641 esac
6642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6643   (eval "$ac_compile") 2>conftest.er1
6644   ac_status=$?
6645   grep -v '^ *+' conftest.er1 >conftest.err
6646   rm -f conftest.er1
6647   cat conftest.err >&5
6648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6649   (exit $ac_status); } && {
6650          test -z "$ac_c_werror_flag" ||
6651          test ! -s conftest.err
6652        } && test -s conftest.$ac_objext; then
6653   ac_cv_header_stdc=yes
6654 else
6655   echo "$as_me: failed program was:" >&5
6656 sed 's/^/| /' conftest.$ac_ext >&5
6657
6658         ac_cv_header_stdc=no
6659 fi
6660
6661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6662
6663 if test $ac_cv_header_stdc = yes; then
6664   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6665   cat >conftest.$ac_ext <<_ACEOF
6666 /* confdefs.h.  */
6667 _ACEOF
6668 cat confdefs.h >>conftest.$ac_ext
6669 cat >>conftest.$ac_ext <<_ACEOF
6670 /* end confdefs.h.  */
6671 #include <string.h>
6672
6673 _ACEOF
6674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6675   $EGREP "memchr" >/dev/null 2>&1; then
6676   :
6677 else
6678   ac_cv_header_stdc=no
6679 fi
6680 rm -f conftest*
6681
6682 fi
6683
6684 if test $ac_cv_header_stdc = yes; then
6685   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6686   cat >conftest.$ac_ext <<_ACEOF
6687 /* confdefs.h.  */
6688 _ACEOF
6689 cat confdefs.h >>conftest.$ac_ext
6690 cat >>conftest.$ac_ext <<_ACEOF
6691 /* end confdefs.h.  */
6692 #include <stdlib.h>
6693
6694 _ACEOF
6695 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6696   $EGREP "free" >/dev/null 2>&1; then
6697   :
6698 else
6699   ac_cv_header_stdc=no
6700 fi
6701 rm -f conftest*
6702
6703 fi
6704
6705 if test $ac_cv_header_stdc = yes; then
6706   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6707   if test "$cross_compiling" = yes; then
6708   :
6709 else
6710   cat >conftest.$ac_ext <<_ACEOF
6711 /* confdefs.h.  */
6712 _ACEOF
6713 cat confdefs.h >>conftest.$ac_ext
6714 cat >>conftest.$ac_ext <<_ACEOF
6715 /* end confdefs.h.  */
6716 #include <ctype.h>
6717 #include <stdlib.h>
6718 #if ((' ' & 0x0FF) == 0x020)
6719 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6720 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6721 #else
6722 # define ISLOWER(c) \
6723                    (('a' <= (c) && (c) <= 'i') \
6724                      || ('j' <= (c) && (c) <= 'r') \
6725                      || ('s' <= (c) && (c) <= 'z'))
6726 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6727 #endif
6728
6729 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6730 int
6731 main ()
6732 {
6733   int i;
6734   for (i = 0; i < 256; i++)
6735     if (XOR (islower (i), ISLOWER (i))
6736         || toupper (i) != TOUPPER (i))
6737       return 2;
6738   return 0;
6739 }
6740 _ACEOF
6741 rm -f conftest$ac_exeext
6742 if { (ac_try="$ac_link"
6743 case "(($ac_try" in
6744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6745   *) ac_try_echo=$ac_try;;
6746 esac
6747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6748   (eval "$ac_link") 2>&5
6749   ac_status=$?
6750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6751   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6752   { (case "(($ac_try" in
6753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6754   *) ac_try_echo=$ac_try;;
6755 esac
6756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6757   (eval "$ac_try") 2>&5
6758   ac_status=$?
6759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6760   (exit $ac_status); }; }; then
6761   :
6762 else
6763   echo "$as_me: program exited with status $ac_status" >&5
6764 echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6766
6767 ( exit $ac_status )
6768 ac_cv_header_stdc=no
6769 fi
6770 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6771 fi
6772
6773
6774 fi
6775 fi
6776 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6777 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6778 if test $ac_cv_header_stdc = yes; then
6779
6780 cat >>confdefs.h <<\_ACEOF
6781 #define STDC_HEADERS 1
6782 _ACEOF
6783
6784 fi
6785
6786 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6797                   inttypes.h stdint.h unistd.h
6798 do
6799 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6800 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6801 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6803   echo $ECHO_N "(cached) $ECHO_C" >&6
6804 else
6805   cat >conftest.$ac_ext <<_ACEOF
6806 /* confdefs.h.  */
6807 _ACEOF
6808 cat confdefs.h >>conftest.$ac_ext
6809 cat >>conftest.$ac_ext <<_ACEOF
6810 /* end confdefs.h.  */
6811 $ac_includes_default
6812
6813 #include <$ac_header>
6814 _ACEOF
6815 rm -f conftest.$ac_objext
6816 if { (ac_try="$ac_compile"
6817 case "(($ac_try" in
6818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6819   *) ac_try_echo=$ac_try;;
6820 esac
6821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6822   (eval "$ac_compile") 2>conftest.er1
6823   ac_status=$?
6824   grep -v '^ *+' conftest.er1 >conftest.err
6825   rm -f conftest.er1
6826   cat conftest.err >&5
6827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828   (exit $ac_status); } && {
6829          test -z "$ac_c_werror_flag" ||
6830          test ! -s conftest.err
6831        } && test -s conftest.$ac_objext; then
6832   eval "$as_ac_Header=yes"
6833 else
6834   echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.$ac_ext >&5
6836
6837         eval "$as_ac_Header=no"
6838 fi
6839
6840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6841 fi
6842 ac_res=`eval echo '${'$as_ac_Header'}'`
6843                { echo "$as_me:$LINENO: result: $ac_res" >&5
6844 echo "${ECHO_T}$ac_res" >&6; }
6845 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6846   cat >>confdefs.h <<_ACEOF
6847 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6848 _ACEOF
6849
6850 fi
6851
6852 done
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965 for ac_header in \
6966         AudioUnit/AudioUnit.h \
6967         Carbon/Carbon.h \
6968         CoreAudio/CoreAudio.h \
6969         DiskArbitration/DiskArbitration.h \
6970         IOKit/IOKitLib.h \
6971         alsa/asoundlib.h \
6972         arpa/inet.h \
6973         arpa/nameser.h \
6974         asm/types.h \
6975         capi20.h \
6976         cups/cups.h \
6977         curses.h \
6978         direct.h \
6979         dlfcn.h \
6980         elf.h \
6981         float.h \
6982         fontconfig/fontconfig.h \
6983         getopt.h \
6984         ieeefp.h \
6985         io.h \
6986         jack/jack.h \
6987         jpeglib.h \
6988         lber.h \
6989         lcms.h \
6990         lcms/lcms.h \
6991         ldap.h \
6992         libaudioio.h \
6993         link.h \
6994         linux/cdrom.h \
6995         linux/compiler.h \
6996         linux/hdreg.h \
6997         linux/input.h \
6998         linux/ioctl.h \
6999         linux/joystick.h \
7000         linux/major.h \
7001         linux/param.h \
7002         linux/serial.h \
7003         linux/ucdrom.h \
7004         mach/mach.h \
7005         mach/machine.h \
7006         machine/cpu.h \
7007         machine/limits.h \
7008         machine/soundcard.h \
7009         mntent.h \
7010         ncurses.h \
7011         netdb.h \
7012         netinet/in.h \
7013         netinet/in_systm.h \
7014         netinet/tcp.h \
7015         netinet/tcp_fsm.h \
7016         openssl/err.h \
7017         openssl/ssl.h \
7018         png.h \
7019         poll.h \
7020         process.h \
7021         pthread.h \
7022         pwd.h \
7023         regex.h \
7024         sched.h \
7025         scsi/scsi.h \
7026         scsi/scsi_ioctl.h \
7027         scsi/sg.h \
7028         soundcard.h \
7029         stdint.h \
7030         strings.h \
7031         sys/asoundlib.h \
7032         sys/cdio.h \
7033         sys/elf32.h \
7034         sys/epoll.h \
7035         sys/errno.h \
7036         sys/event.h \
7037         sys/exec_elf.h \
7038         sys/filio.h \
7039         sys/ioctl.h \
7040         sys/ipc.h \
7041         sys/limits.h \
7042         sys/link.h \
7043         sys/lwp.h \
7044         sys/mman.h \
7045         sys/modem.h \
7046         sys/msg.h \
7047         sys/mtio.h \
7048         sys/param.h \
7049         sys/poll.h \
7050         sys/prctl.h \
7051         sys/ptrace.h \
7052         sys/reg.h \
7053         sys/resource.h \
7054         sys/scsiio.h \
7055         sys/shm.h \
7056         sys/signal.h \
7057         sys/socket.h \
7058         sys/socketvar.h \
7059         sys/sockio.h \
7060         sys/soundcard.h \
7061         sys/statvfs.h \
7062         sys/strtio.h \
7063         sys/syscall.h \
7064         sys/sysctl.h \
7065         sys/time.h \
7066         sys/times.h \
7067         sys/uio.h \
7068         sys/un.h \
7069         sys/vm86.h \
7070         sys/wait.h \
7071         syscall.h \
7072         termios.h \
7073         unistd.h \
7074         utime.h \
7075         valgrind/memcheck.h
7076
7077 do
7078 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7080   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7081 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7083   echo $ECHO_N "(cached) $ECHO_C" >&6
7084 fi
7085 ac_res=`eval echo '${'$as_ac_Header'}'`
7086                { echo "$as_me:$LINENO: result: $ac_res" >&5
7087 echo "${ECHO_T}$ac_res" >&6; }
7088 else
7089   # Is the header compilable?
7090 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7091 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7092 cat >conftest.$ac_ext <<_ACEOF
7093 /* confdefs.h.  */
7094 _ACEOF
7095 cat confdefs.h >>conftest.$ac_ext
7096 cat >>conftest.$ac_ext <<_ACEOF
7097 /* end confdefs.h.  */
7098 $ac_includes_default
7099 #include <$ac_header>
7100 _ACEOF
7101 rm -f conftest.$ac_objext
7102 if { (ac_try="$ac_compile"
7103 case "(($ac_try" in
7104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7105   *) ac_try_echo=$ac_try;;
7106 esac
7107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7108   (eval "$ac_compile") 2>conftest.er1
7109   ac_status=$?
7110   grep -v '^ *+' conftest.er1 >conftest.err
7111   rm -f conftest.er1
7112   cat conftest.err >&5
7113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114   (exit $ac_status); } && {
7115          test -z "$ac_c_werror_flag" ||
7116          test ! -s conftest.err
7117        } && test -s conftest.$ac_objext; then
7118   ac_header_compiler=yes
7119 else
7120   echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7122
7123         ac_header_compiler=no
7124 fi
7125
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7127 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7128 echo "${ECHO_T}$ac_header_compiler" >&6; }
7129
7130 # Is the header present?
7131 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7132 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7133 cat >conftest.$ac_ext <<_ACEOF
7134 /* confdefs.h.  */
7135 _ACEOF
7136 cat confdefs.h >>conftest.$ac_ext
7137 cat >>conftest.$ac_ext <<_ACEOF
7138 /* end confdefs.h.  */
7139 #include <$ac_header>
7140 _ACEOF
7141 if { (ac_try="$ac_cpp conftest.$ac_ext"
7142 case "(($ac_try" in
7143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7144   *) ac_try_echo=$ac_try;;
7145 esac
7146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7147   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7148   ac_status=$?
7149   grep -v '^ *+' conftest.er1 >conftest.err
7150   rm -f conftest.er1
7151   cat conftest.err >&5
7152   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7153   (exit $ac_status); } >/dev/null && {
7154          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7155          test ! -s conftest.err
7156        }; then
7157   ac_header_preproc=yes
7158 else
7159   echo "$as_me: failed program was:" >&5
7160 sed 's/^/| /' conftest.$ac_ext >&5
7161
7162   ac_header_preproc=no
7163 fi
7164
7165 rm -f conftest.err conftest.$ac_ext
7166 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7167 echo "${ECHO_T}$ac_header_preproc" >&6; }
7168
7169 # So?  What about this header?
7170 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7171   yes:no: )
7172     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7173 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7174     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7175 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7176     ac_header_preproc=yes
7177     ;;
7178   no:yes:* )
7179     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7180 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7181     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7182 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7183     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7184 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7185     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7186 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7187     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7188 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7189     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7190 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7191     ( cat <<\_ASBOX
7192 ## ------------------------------------ ##
7193 ## Report this to wine-devel@winehq.org ##
7194 ## ------------------------------------ ##
7195 _ASBOX
7196      ) | sed "s/^/$as_me: WARNING:     /" >&2
7197     ;;
7198 esac
7199 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7200 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7201 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7202   echo $ECHO_N "(cached) $ECHO_C" >&6
7203 else
7204   eval "$as_ac_Header=\$ac_header_preproc"
7205 fi
7206 ac_res=`eval echo '${'$as_ac_Header'}'`
7207                { echo "$as_me:$LINENO: result: $ac_res" >&5
7208 echo "${ECHO_T}$ac_res" >&6; }
7209
7210 fi
7211 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7212   cat >>confdefs.h <<_ACEOF
7213 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7214 _ACEOF
7215
7216 fi
7217
7218 done
7219
7220 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7221 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7222 if test "${ac_cv_header_stat_broken+set}" = set; then
7223   echo $ECHO_N "(cached) $ECHO_C" >&6
7224 else
7225   cat >conftest.$ac_ext <<_ACEOF
7226 /* confdefs.h.  */
7227 _ACEOF
7228 cat confdefs.h >>conftest.$ac_ext
7229 cat >>conftest.$ac_ext <<_ACEOF
7230 /* end confdefs.h.  */
7231 #include <sys/types.h>
7232 #include <sys/stat.h>
7233
7234 #if defined S_ISBLK && defined S_IFDIR
7235 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7236 #endif
7237
7238 #if defined S_ISBLK && defined S_IFCHR
7239 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7240 #endif
7241
7242 #if defined S_ISLNK && defined S_IFREG
7243 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7244 #endif
7245
7246 #if defined S_ISSOCK && defined S_IFREG
7247 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7248 #endif
7249
7250 _ACEOF
7251 rm -f conftest.$ac_objext
7252 if { (ac_try="$ac_compile"
7253 case "(($ac_try" in
7254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7255   *) ac_try_echo=$ac_try;;
7256 esac
7257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7258   (eval "$ac_compile") 2>conftest.er1
7259   ac_status=$?
7260   grep -v '^ *+' conftest.er1 >conftest.err
7261   rm -f conftest.er1
7262   cat conftest.err >&5
7263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7264   (exit $ac_status); } && {
7265          test -z "$ac_c_werror_flag" ||
7266          test ! -s conftest.err
7267        } && test -s conftest.$ac_objext; then
7268   ac_cv_header_stat_broken=no
7269 else
7270   echo "$as_me: failed program was:" >&5
7271 sed 's/^/| /' conftest.$ac_ext >&5
7272
7273         ac_cv_header_stat_broken=yes
7274 fi
7275
7276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7277 fi
7278 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7279 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7280 if test $ac_cv_header_stat_broken = yes; then
7281
7282 cat >>confdefs.h <<\_ACEOF
7283 #define STAT_MACROS_BROKEN 1
7284 _ACEOF
7285
7286 fi
7287
7288
7289
7290
7291
7292
7293
7294 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7295 do
7296 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7297 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7298 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7299 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7300   echo $ECHO_N "(cached) $ECHO_C" >&6
7301 else
7302   cat >conftest.$ac_ext <<_ACEOF
7303 /* confdefs.h.  */
7304 _ACEOF
7305 cat confdefs.h >>conftest.$ac_ext
7306 cat >>conftest.$ac_ext <<_ACEOF
7307 /* end confdefs.h.  */
7308 #include <sys/types.h>
7309      #if HAVE_SYS_PARAM_H
7310      # include <sys/param.h>
7311      #endif
7312
7313 #include <$ac_header>
7314 _ACEOF
7315 rm -f conftest.$ac_objext
7316 if { (ac_try="$ac_compile"
7317 case "(($ac_try" in
7318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7319   *) ac_try_echo=$ac_try;;
7320 esac
7321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7322   (eval "$ac_compile") 2>conftest.er1
7323   ac_status=$?
7324   grep -v '^ *+' conftest.er1 >conftest.err
7325   rm -f conftest.er1
7326   cat conftest.err >&5
7327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7328   (exit $ac_status); } && {
7329          test -z "$ac_c_werror_flag" ||
7330          test ! -s conftest.err
7331        } && test -s conftest.$ac_objext; then
7332   eval "$as_ac_Header=yes"
7333 else
7334   echo "$as_me: failed program was:" >&5
7335 sed 's/^/| /' conftest.$ac_ext >&5
7336
7337         eval "$as_ac_Header=no"
7338 fi
7339
7340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7341 fi
7342 ac_res=`eval echo '${'$as_ac_Header'}'`
7343                { echo "$as_me:$LINENO: result: $ac_res" >&5
7344 echo "${ECHO_T}$ac_res" >&6; }
7345 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7346   cat >>confdefs.h <<_ACEOF
7347 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7348 _ACEOF
7349
7350 fi
7351
7352 done
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363 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
7364 do
7365 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7366 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7367 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7368 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7369   echo $ECHO_N "(cached) $ECHO_C" >&6
7370 else
7371   cat >conftest.$ac_ext <<_ACEOF
7372 /* confdefs.h.  */
7373 _ACEOF
7374 cat confdefs.h >>conftest.$ac_ext
7375 cat >>conftest.$ac_ext <<_ACEOF
7376 /* end confdefs.h.  */
7377 #include <sys/types.h>
7378      #if HAVE_SYS_SOCKET_H
7379      # include <sys/socket.h>
7380      #endif
7381      #if HAVE_SYS_SOCKETVAR_H
7382      # include <sys/socketvar.h>
7383      #endif
7384      #if HAVE_NETINET_IN_H
7385      # include <netinet/in.h>
7386      #endif
7387
7388 #include <$ac_header>
7389 _ACEOF
7390 rm -f conftest.$ac_objext
7391 if { (ac_try="$ac_compile"
7392 case "(($ac_try" in
7393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7394   *) ac_try_echo=$ac_try;;
7395 esac
7396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7397   (eval "$ac_compile") 2>conftest.er1
7398   ac_status=$?
7399   grep -v '^ *+' conftest.er1 >conftest.err
7400   rm -f conftest.er1
7401   cat conftest.err >&5
7402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7403   (exit $ac_status); } && {
7404          test -z "$ac_c_werror_flag" ||
7405          test ! -s conftest.err
7406        } && test -s conftest.$ac_objext; then
7407   eval "$as_ac_Header=yes"
7408 else
7409   echo "$as_me: failed program was:" >&5
7410 sed 's/^/| /' conftest.$ac_ext >&5
7411
7412         eval "$as_ac_Header=no"
7413 fi
7414
7415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7416 fi
7417 ac_res=`eval echo '${'$as_ac_Header'}'`
7418                { echo "$as_me:$LINENO: result: $ac_res" >&5
7419 echo "${ECHO_T}$ac_res" >&6; }
7420 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7421   cat >>confdefs.h <<_ACEOF
7422 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7423 _ACEOF
7424
7425 fi
7426
7427 done
7428
7429
7430
7431 for ac_header in netinet/tcp_var.h
7432 do
7433 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7434 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7435 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7436 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7437   echo $ECHO_N "(cached) $ECHO_C" >&6
7438 else
7439   cat >conftest.$ac_ext <<_ACEOF
7440 /* confdefs.h.  */
7441 _ACEOF
7442 cat confdefs.h >>conftest.$ac_ext
7443 cat >>conftest.$ac_ext <<_ACEOF
7444 /* end confdefs.h.  */
7445 #include <sys/types.h>
7446      #if HAVE_SYS_SOCKET_H
7447      # include <sys/socket.h>
7448      #endif
7449      #if HAVE_SYS_SOCKETVAR_H
7450      # include <sys/socketvar.h>
7451      #endif
7452      #if HAVE_NETINET_IN_H
7453      # include <netinet/in.h>
7454      #endif
7455      #ifdef HAVE_NETINET_TCP_H
7456      # include <netinet/tcp.h>
7457      #endif
7458
7459 #include <$ac_header>
7460 _ACEOF
7461 rm -f conftest.$ac_objext
7462 if { (ac_try="$ac_compile"
7463 case "(($ac_try" in
7464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7465   *) ac_try_echo=$ac_try;;
7466 esac
7467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7468   (eval "$ac_compile") 2>conftest.er1
7469   ac_status=$?
7470   grep -v '^ *+' conftest.er1 >conftest.err
7471   rm -f conftest.er1
7472   cat conftest.err >&5
7473   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7474   (exit $ac_status); } && {
7475          test -z "$ac_c_werror_flag" ||
7476          test ! -s conftest.err
7477        } && test -s conftest.$ac_objext; then
7478   eval "$as_ac_Header=yes"
7479 else
7480   echo "$as_me: failed program was:" >&5
7481 sed 's/^/| /' conftest.$ac_ext >&5
7482
7483         eval "$as_ac_Header=no"
7484 fi
7485
7486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7487 fi
7488 ac_res=`eval echo '${'$as_ac_Header'}'`
7489                { echo "$as_me:$LINENO: result: $ac_res" >&5
7490 echo "${ECHO_T}$ac_res" >&6; }
7491 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7492   cat >>confdefs.h <<_ACEOF
7493 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7494 _ACEOF
7495
7496 fi
7497
7498 done
7499
7500
7501
7502 for ac_header in linux/ipx.h
7503 do
7504 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7505 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7506 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7507 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7508   echo $ECHO_N "(cached) $ECHO_C" >&6
7509 else
7510   cat >conftest.$ac_ext <<_ACEOF
7511 /* confdefs.h.  */
7512 _ACEOF
7513 cat confdefs.h >>conftest.$ac_ext
7514 cat >>conftest.$ac_ext <<_ACEOF
7515 /* end confdefs.h.  */
7516 #include <sys/types.h>
7517      #ifdef HAVE_ASM_TYPES_H
7518      # include <asm/types.h>
7519      #endif
7520      #if HAVE_SYS_SOCKET_H
7521      # include <sys/socket.h>
7522      #endif
7523
7524 #include <$ac_header>
7525 _ACEOF
7526 rm -f conftest.$ac_objext
7527 if { (ac_try="$ac_compile"
7528 case "(($ac_try" in
7529   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7530   *) ac_try_echo=$ac_try;;
7531 esac
7532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7533   (eval "$ac_compile") 2>conftest.er1
7534   ac_status=$?
7535   grep -v '^ *+' conftest.er1 >conftest.err
7536   rm -f conftest.er1
7537   cat conftest.err >&5
7538   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7539   (exit $ac_status); } && {
7540          test -z "$ac_c_werror_flag" ||
7541          test ! -s conftest.err
7542        } && test -s conftest.$ac_objext; then
7543   eval "$as_ac_Header=yes"
7544 else
7545   echo "$as_me: failed program was:" >&5
7546 sed 's/^/| /' conftest.$ac_ext >&5
7547
7548         eval "$as_ac_Header=no"
7549 fi
7550
7551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7552 fi
7553 ac_res=`eval echo '${'$as_ac_Header'}'`
7554                { echo "$as_me:$LINENO: result: $ac_res" >&5
7555 echo "${ECHO_T}$ac_res" >&6; }
7556 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7557   cat >>confdefs.h <<_ACEOF
7558 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7559 _ACEOF
7560
7561 fi
7562
7563 done
7564
7565
7566
7567 for ac_header in resolv.h
7568 do
7569 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7570 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7571 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7573   echo $ECHO_N "(cached) $ECHO_C" >&6
7574 else
7575   cat >conftest.$ac_ext <<_ACEOF
7576 /* confdefs.h.  */
7577 _ACEOF
7578 cat confdefs.h >>conftest.$ac_ext
7579 cat >>conftest.$ac_ext <<_ACEOF
7580 /* end confdefs.h.  */
7581 #include <sys/types.h>
7582      #if HAVE_SYS_SOCKET_H
7583      # include <sys/socket.h>
7584      #endif
7585      #if HAVE_NETINET_IN_H
7586      # include <netinet/in.h>
7587      #endif
7588      #if HAVE_ARPA_NAMESER_H
7589      # include <arpa/nameser.h>
7590      #endif
7591
7592 #include <$ac_header>
7593 _ACEOF
7594 rm -f conftest.$ac_objext
7595 if { (ac_try="$ac_compile"
7596 case "(($ac_try" in
7597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7598   *) ac_try_echo=$ac_try;;
7599 esac
7600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7601   (eval "$ac_compile") 2>conftest.er1
7602   ac_status=$?
7603   grep -v '^ *+' conftest.er1 >conftest.err
7604   rm -f conftest.er1
7605   cat conftest.err >&5
7606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7607   (exit $ac_status); } && {
7608          test -z "$ac_c_werror_flag" ||
7609          test ! -s conftest.err
7610        } && test -s conftest.$ac_objext; then
7611   eval "$as_ac_Header=yes"
7612 else
7613   echo "$as_me: failed program was:" >&5
7614 sed 's/^/| /' conftest.$ac_ext >&5
7615
7616         eval "$as_ac_Header=no"
7617 fi
7618
7619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7620 fi
7621 ac_res=`eval echo '${'$as_ac_Header'}'`
7622                { echo "$as_me:$LINENO: result: $ac_res" >&5
7623 echo "${ECHO_T}$ac_res" >&6; }
7624 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7625   cat >>confdefs.h <<_ACEOF
7626 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7627 _ACEOF
7628
7629 fi
7630
7631 done
7632
7633
7634
7635 for ac_header in ucontext.h
7636 do
7637 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7638 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7639 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7640 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7641   echo $ECHO_N "(cached) $ECHO_C" >&6
7642 else
7643   cat >conftest.$ac_ext <<_ACEOF
7644 /* confdefs.h.  */
7645 _ACEOF
7646 cat confdefs.h >>conftest.$ac_ext
7647 cat >>conftest.$ac_ext <<_ACEOF
7648 /* end confdefs.h.  */
7649 #include <signal.h>
7650
7651 #include <$ac_header>
7652 _ACEOF
7653 rm -f conftest.$ac_objext
7654 if { (ac_try="$ac_compile"
7655 case "(($ac_try" in
7656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7657   *) ac_try_echo=$ac_try;;
7658 esac
7659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7660   (eval "$ac_compile") 2>conftest.er1
7661   ac_status=$?
7662   grep -v '^ *+' conftest.er1 >conftest.err
7663   rm -f conftest.er1
7664   cat conftest.err >&5
7665   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666   (exit $ac_status); } && {
7667          test -z "$ac_c_werror_flag" ||
7668          test ! -s conftest.err
7669        } && test -s conftest.$ac_objext; then
7670   eval "$as_ac_Header=yes"
7671 else
7672   echo "$as_me: failed program was:" >&5
7673 sed 's/^/| /' conftest.$ac_ext >&5
7674
7675         eval "$as_ac_Header=no"
7676 fi
7677
7678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7679 fi
7680 ac_res=`eval echo '${'$as_ac_Header'}'`
7681                { echo "$as_me:$LINENO: result: $ac_res" >&5
7682 echo "${ECHO_T}$ac_res" >&6; }
7683 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7684   cat >>confdefs.h <<_ACEOF
7685 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7686 _ACEOF
7687
7688 fi
7689
7690 done
7691
7692
7693
7694 for ac_header in sys/thr.h
7695 do
7696 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7697 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7698 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7699 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7700   echo $ECHO_N "(cached) $ECHO_C" >&6
7701 else
7702   cat >conftest.$ac_ext <<_ACEOF
7703 /* confdefs.h.  */
7704 _ACEOF
7705 cat confdefs.h >>conftest.$ac_ext
7706 cat >>conftest.$ac_ext <<_ACEOF
7707 /* end confdefs.h.  */
7708 #include <sys/types.h>
7709 #if HAVE_UCONTEXT_H
7710 #include <ucontext.h>
7711 #endif
7712
7713 #include <$ac_header>
7714 _ACEOF
7715 rm -f conftest.$ac_objext
7716 if { (ac_try="$ac_compile"
7717 case "(($ac_try" in
7718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7719   *) ac_try_echo=$ac_try;;
7720 esac
7721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7722   (eval "$ac_compile") 2>conftest.er1
7723   ac_status=$?
7724   grep -v '^ *+' conftest.er1 >conftest.err
7725   rm -f conftest.er1
7726   cat conftest.err >&5
7727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7728   (exit $ac_status); } && {
7729          test -z "$ac_c_werror_flag" ||
7730          test ! -s conftest.err
7731        } && test -s conftest.$ac_objext; then
7732   eval "$as_ac_Header=yes"
7733 else
7734   echo "$as_me: failed program was:" >&5
7735 sed 's/^/| /' conftest.$ac_ext >&5
7736
7737         eval "$as_ac_Header=no"
7738 fi
7739
7740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7741 fi
7742 ac_res=`eval echo '${'$as_ac_Header'}'`
7743                { echo "$as_me:$LINENO: result: $ac_res" >&5
7744 echo "${ECHO_T}$ac_res" >&6; }
7745 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7746   cat >>confdefs.h <<_ACEOF
7747 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7748 _ACEOF
7749
7750 fi
7751
7752 done
7753
7754
7755
7756 for ac_header in pthread_np.h
7757 do
7758 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7762   echo $ECHO_N "(cached) $ECHO_C" >&6
7763 else
7764   cat >conftest.$ac_ext <<_ACEOF
7765 /* confdefs.h.  */
7766 _ACEOF
7767 cat confdefs.h >>conftest.$ac_ext
7768 cat >>conftest.$ac_ext <<_ACEOF
7769 /* end confdefs.h.  */
7770 #ifdef HAVE_PTHREAD_H
7771 #include <pthread.h>
7772 #endif
7773
7774 #include <$ac_header>
7775 _ACEOF
7776 rm -f conftest.$ac_objext
7777 if { (ac_try="$ac_compile"
7778 case "(($ac_try" in
7779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7780   *) ac_try_echo=$ac_try;;
7781 esac
7782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7783   (eval "$ac_compile") 2>conftest.er1
7784   ac_status=$?
7785   grep -v '^ *+' conftest.er1 >conftest.err
7786   rm -f conftest.er1
7787   cat conftest.err >&5
7788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7789   (exit $ac_status); } && {
7790          test -z "$ac_c_werror_flag" ||
7791          test ! -s conftest.err
7792        } && test -s conftest.$ac_objext; then
7793   eval "$as_ac_Header=yes"
7794 else
7795   echo "$as_me: failed program was:" >&5
7796 sed 's/^/| /' conftest.$ac_ext >&5
7797
7798         eval "$as_ac_Header=no"
7799 fi
7800
7801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7802 fi
7803 ac_res=`eval echo '${'$as_ac_Header'}'`
7804                { echo "$as_me:$LINENO: result: $ac_res" >&5
7805 echo "${ECHO_T}$ac_res" >&6; }
7806 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7807   cat >>confdefs.h <<_ACEOF
7808 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7809 _ACEOF
7810
7811 fi
7812
7813 done
7814
7815
7816
7817 for ac_header in linux/videodev.h
7818 do
7819 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7820 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7821 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7823   echo $ECHO_N "(cached) $ECHO_C" >&6
7824 else
7825   cat >conftest.$ac_ext <<_ACEOF
7826 /* confdefs.h.  */
7827 _ACEOF
7828 cat confdefs.h >>conftest.$ac_ext
7829 cat >>conftest.$ac_ext <<_ACEOF
7830 /* end confdefs.h.  */
7831 #ifdef HAVE_SYS_TIME_H
7832 #include <sys/time.h>
7833 #endif
7834 #include <sys/types.h>
7835 #ifdef HAVE_ASM_TYPES_H
7836 #include <asm/types.h>
7837 #endif
7838
7839 #include <$ac_header>
7840 _ACEOF
7841 rm -f conftest.$ac_objext
7842 if { (ac_try="$ac_compile"
7843 case "(($ac_try" in
7844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7845   *) ac_try_echo=$ac_try;;
7846 esac
7847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7848   (eval "$ac_compile") 2>conftest.er1
7849   ac_status=$?
7850   grep -v '^ *+' conftest.er1 >conftest.err
7851   rm -f conftest.er1
7852   cat conftest.err >&5
7853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7854   (exit $ac_status); } && {
7855          test -z "$ac_c_werror_flag" ||
7856          test ! -s conftest.err
7857        } && test -s conftest.$ac_objext; then
7858   eval "$as_ac_Header=yes"
7859 else
7860   echo "$as_me: failed program was:" >&5
7861 sed 's/^/| /' conftest.$ac_ext >&5
7862
7863         eval "$as_ac_Header=no"
7864 fi
7865
7866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7867 fi
7868 ac_res=`eval echo '${'$as_ac_Header'}'`
7869                { echo "$as_me:$LINENO: result: $ac_res" >&5
7870 echo "${ECHO_T}$ac_res" >&6; }
7871 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7872   cat >>confdefs.h <<_ACEOF
7873 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7874 _ACEOF
7875
7876 fi
7877
7878 done
7879
7880
7881
7882 for ac_header in linux/capi.h
7883 do
7884 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7885 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7886 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7887 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7888   echo $ECHO_N "(cached) $ECHO_C" >&6
7889 else
7890   cat >conftest.$ac_ext <<_ACEOF
7891 /* confdefs.h.  */
7892 _ACEOF
7893 cat confdefs.h >>conftest.$ac_ext
7894 cat >>conftest.$ac_ext <<_ACEOF
7895 /* end confdefs.h.  */
7896 #define __user
7897
7898 #include <$ac_header>
7899 _ACEOF
7900 rm -f conftest.$ac_objext
7901 if { (ac_try="$ac_compile"
7902 case "(($ac_try" in
7903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7904   *) ac_try_echo=$ac_try;;
7905 esac
7906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7907   (eval "$ac_compile") 2>conftest.er1
7908   ac_status=$?
7909   grep -v '^ *+' conftest.er1 >conftest.err
7910   rm -f conftest.er1
7911   cat conftest.err >&5
7912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7913   (exit $ac_status); } && {
7914          test -z "$ac_c_werror_flag" ||
7915          test ! -s conftest.err
7916        } && test -s conftest.$ac_objext; then
7917   eval "$as_ac_Header=yes"
7918 else
7919   echo "$as_me: failed program was:" >&5
7920 sed 's/^/| /' conftest.$ac_ext >&5
7921
7922         eval "$as_ac_Header=no"
7923 fi
7924
7925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7926 fi
7927 ac_res=`eval echo '${'$as_ac_Header'}'`
7928                { echo "$as_me:$LINENO: result: $ac_res" >&5
7929 echo "${ECHO_T}$ac_res" >&6; }
7930 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7931   cat >>confdefs.h <<_ACEOF
7932 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7933 _ACEOF
7934
7935 fi
7936
7937 done
7938
7939
7940
7941 DLLEXT=""
7942
7943 DLLFLAGS="-D_REENTRANT"
7944
7945 LDSHARED=""
7946
7947 LDDLLFLAGS=""
7948
7949 LIBEXT="so"
7950
7951 IMPLIBEXT="def"
7952
7953 LDRPATH_INSTALL=""
7954
7955 LDRPATH_LOCAL=""
7956
7957 # Extract the first word of "ldd", so it can be a program name with args.
7958 set dummy ldd; ac_word=$2
7959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7961 if test "${ac_cv_path_LDD+set}" = set; then
7962   echo $ECHO_N "(cached) $ECHO_C" >&6
7963 else
7964   case $LDD in
7965   [\\/]* | ?:[\\/]*)
7966   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7967   ;;
7968   *)
7969   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7970 as_dummy="/sbin:/usr/sbin:$PATH"
7971 for as_dir in $as_dummy
7972 do
7973   IFS=$as_save_IFS
7974   test -z "$as_dir" && as_dir=.
7975   for ac_exec_ext in '' $ac_executable_extensions; do
7976   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7977     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7978     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7979     break 2
7980   fi
7981 done
7982 done
7983 IFS=$as_save_IFS
7984
7985   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7986   ;;
7987 esac
7988 fi
7989 LDD=$ac_cv_path_LDD
7990 if test -n "$LDD"; then
7991   { echo "$as_me:$LINENO: result: $LDD" >&5
7992 echo "${ECHO_T}$LDD" >&6; }
7993 else
7994   { echo "$as_me:$LINENO: result: no" >&5
7995 echo "${ECHO_T}no" >&6; }
7996 fi
7997
7998
7999
8000 case $host_os in
8001   cygwin*|mingw32*)
8002     if test -n "$ac_tool_prefix"; then
8003   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8004 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8005 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8006 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8007 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8008   echo $ECHO_N "(cached) $ECHO_C" >&6
8009 else
8010   if test -n "$DLLTOOL"; then
8011   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8012 else
8013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8014 for as_dir in $PATH
8015 do
8016   IFS=$as_save_IFS
8017   test -z "$as_dir" && as_dir=.
8018   for ac_exec_ext in '' $ac_executable_extensions; do
8019   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8020     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8021     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8022     break 2
8023   fi
8024 done
8025 done
8026 IFS=$as_save_IFS
8027
8028 fi
8029 fi
8030 DLLTOOL=$ac_cv_prog_DLLTOOL
8031 if test -n "$DLLTOOL"; then
8032   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8033 echo "${ECHO_T}$DLLTOOL" >&6; }
8034 else
8035   { echo "$as_me:$LINENO: result: no" >&5
8036 echo "${ECHO_T}no" >&6; }
8037 fi
8038
8039
8040 fi
8041 if test -z "$ac_cv_prog_DLLTOOL"; then
8042   ac_ct_DLLTOOL=$DLLTOOL
8043   # Extract the first word of "dlltool", so it can be a program name with args.
8044 set dummy dlltool; ac_word=$2
8045 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8047 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8048   echo $ECHO_N "(cached) $ECHO_C" >&6
8049 else
8050   if test -n "$ac_ct_DLLTOOL"; then
8051   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8052 else
8053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8054 for as_dir in $PATH
8055 do
8056   IFS=$as_save_IFS
8057   test -z "$as_dir" && as_dir=.
8058   for ac_exec_ext in '' $ac_executable_extensions; do
8059   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8060     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8061     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8062     break 2
8063   fi
8064 done
8065 done
8066 IFS=$as_save_IFS
8067
8068 fi
8069 fi
8070 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8071 if test -n "$ac_ct_DLLTOOL"; then
8072   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8073 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8074 else
8075   { echo "$as_me:$LINENO: result: no" >&5
8076 echo "${ECHO_T}no" >&6; }
8077 fi
8078
8079   if test "x$ac_ct_DLLTOOL" = x; then
8080     DLLTOOL="false"
8081   else
8082     case $cross_compiling:$ac_tool_warned in
8083 yes:)
8084 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8085 whose name does not start with the host triplet.  If you think this
8086 configuration is useful to you, please write to autoconf@gnu.org." >&5
8087 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8088 whose name does not start with the host triplet.  If you think this
8089 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8090 ac_tool_warned=yes ;;
8091 esac
8092     DLLTOOL=$ac_ct_DLLTOOL
8093   fi
8094 else
8095   DLLTOOL="$ac_cv_prog_DLLTOOL"
8096 fi
8097
8098     if test -n "$ac_tool_prefix"; then
8099   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8100 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8101 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8102 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8103 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8104   echo $ECHO_N "(cached) $ECHO_C" >&6
8105 else
8106   if test -n "$DLLWRAP"; then
8107   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8108 else
8109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8110 for as_dir in $PATH
8111 do
8112   IFS=$as_save_IFS
8113   test -z "$as_dir" && as_dir=.
8114   for ac_exec_ext in '' $ac_executable_extensions; do
8115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8116     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8117     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8118     break 2
8119   fi
8120 done
8121 done
8122 IFS=$as_save_IFS
8123
8124 fi
8125 fi
8126 DLLWRAP=$ac_cv_prog_DLLWRAP
8127 if test -n "$DLLWRAP"; then
8128   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8129 echo "${ECHO_T}$DLLWRAP" >&6; }
8130 else
8131   { echo "$as_me:$LINENO: result: no" >&5
8132 echo "${ECHO_T}no" >&6; }
8133 fi
8134
8135
8136 fi
8137 if test -z "$ac_cv_prog_DLLWRAP"; then
8138   ac_ct_DLLWRAP=$DLLWRAP
8139   # Extract the first word of "dllwrap", so it can be a program name with args.
8140 set dummy dllwrap; ac_word=$2
8141 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8143 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8144   echo $ECHO_N "(cached) $ECHO_C" >&6
8145 else
8146   if test -n "$ac_ct_DLLWRAP"; then
8147   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8148 else
8149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8150 for as_dir in $PATH
8151 do
8152   IFS=$as_save_IFS
8153   test -z "$as_dir" && as_dir=.
8154   for ac_exec_ext in '' $ac_executable_extensions; do
8155   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8156     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8157     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8158     break 2
8159   fi
8160 done
8161 done
8162 IFS=$as_save_IFS
8163
8164 fi
8165 fi
8166 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8167 if test -n "$ac_ct_DLLWRAP"; then
8168   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8169 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8170 else
8171   { echo "$as_me:$LINENO: result: no" >&5
8172 echo "${ECHO_T}no" >&6; }
8173 fi
8174
8175   if test "x$ac_ct_DLLWRAP" = x; then
8176     DLLWRAP="false"
8177   else
8178     case $cross_compiling:$ac_tool_warned in
8179 yes:)
8180 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8181 whose name does not start with the host triplet.  If you think this
8182 configuration is useful to you, please write to autoconf@gnu.org." >&5
8183 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8184 whose name does not start with the host triplet.  If you think this
8185 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8186 ac_tool_warned=yes ;;
8187 esac
8188     DLLWRAP=$ac_ct_DLLWRAP
8189   fi
8190 else
8191   DLLWRAP="$ac_cv_prog_DLLWRAP"
8192 fi
8193
8194     if test -n "$ac_tool_prefix"; then
8195   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8196 set dummy ${ac_tool_prefix}ar; ac_word=$2
8197 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8198 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8199 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8200   echo $ECHO_N "(cached) $ECHO_C" >&6
8201 else
8202   if test -n "$MINGWAR"; then
8203   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8204 else
8205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8206 for as_dir in $PATH
8207 do
8208   IFS=$as_save_IFS
8209   test -z "$as_dir" && as_dir=.
8210   for ac_exec_ext in '' $ac_executable_extensions; do
8211   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8212     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8213     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8214     break 2
8215   fi
8216 done
8217 done
8218 IFS=$as_save_IFS
8219
8220 fi
8221 fi
8222 MINGWAR=$ac_cv_prog_MINGWAR
8223 if test -n "$MINGWAR"; then
8224   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8225 echo "${ECHO_T}$MINGWAR" >&6; }
8226 else
8227   { echo "$as_me:$LINENO: result: no" >&5
8228 echo "${ECHO_T}no" >&6; }
8229 fi
8230
8231
8232 fi
8233 if test -z "$ac_cv_prog_MINGWAR"; then
8234   ac_ct_MINGWAR=$MINGWAR
8235   # Extract the first word of "ar", so it can be a program name with args.
8236 set dummy ar; ac_word=$2
8237 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8238 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8239 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8240   echo $ECHO_N "(cached) $ECHO_C" >&6
8241 else
8242   if test -n "$ac_ct_MINGWAR"; then
8243   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8244 else
8245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8246 for as_dir in $PATH
8247 do
8248   IFS=$as_save_IFS
8249   test -z "$as_dir" && as_dir=.
8250   for ac_exec_ext in '' $ac_executable_extensions; do
8251   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8252     ac_cv_prog_ac_ct_MINGWAR="ar"
8253     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8254     break 2
8255   fi
8256 done
8257 done
8258 IFS=$as_save_IFS
8259
8260 fi
8261 fi
8262 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8263 if test -n "$ac_ct_MINGWAR"; then
8264   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8265 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8266 else
8267   { echo "$as_me:$LINENO: result: no" >&5
8268 echo "${ECHO_T}no" >&6; }
8269 fi
8270
8271   if test "x$ac_ct_MINGWAR" = x; then
8272     MINGWAR="false"
8273   else
8274     case $cross_compiling:$ac_tool_warned in
8275 yes:)
8276 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8277 whose name does not start with the host triplet.  If you think this
8278 configuration is useful to you, please write to autoconf@gnu.org." >&5
8279 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8280 whose name does not start with the host triplet.  If you think this
8281 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8282 ac_tool_warned=yes ;;
8283 esac
8284     MINGWAR=$ac_ct_MINGWAR
8285   fi
8286 else
8287   MINGWAR="$ac_cv_prog_MINGWAR"
8288 fi
8289
8290     if test "$DLLWRAP" = "false"; then
8291       LIBEXT="a"
8292     else
8293             LIBEXT="dll"
8294     fi
8295     IMPLIBEXT="a"
8296         WIN16_FILES=""
8297     WIN16_INSTALL=""
8298     ;;
8299   darwin*|macosx*)
8300     DLLEXT=".so"
8301     LIBEXT="dylib"
8302     DLLFLAGS="$DLLFLAGS -fPIC"
8303     LDDLLFLAGS="-bundle -multiply_defined suppress"
8304     LIBWINE_LDFLAGS="-multiply_defined suppress"
8305     LDSHARED="\$(CC) -dynamiclib"
8306     STRIP="$STRIP -x"
8307     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8308         SECURITYLIB="-framework Security -framework CoreFoundation"
8309
8310     COREFOUNDATIONLIB="-framework CoreFoundation"
8311
8312     IOKITLIB="-framework IOKit -framework CoreFoundation"
8313
8314     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8315
8316     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8317     then
8318                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8319
8320     fi
8321     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8322     then
8323                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8324
8325     fi
8326     case $host_cpu in
8327       *powerpc*)
8328         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8329     esac
8330         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8331     then
8332         CARBONLIB="-framework Carbon"
8333
8334         QUARTZFILES='$(QUARTZFILES)'
8335     fi
8336     ;;
8337   *)
8338     DLLFLAGS="$DLLFLAGS -fPIC"
8339     DLLEXT=".so"
8340     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8341 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8342 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8343   echo $ECHO_N "(cached) $ECHO_C" >&6
8344 else
8345   ac_wine_try_cflags_saved=$CFLAGS
8346 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8347 cat >conftest.$ac_ext <<_ACEOF
8348 void myfunc() {}
8349 _ACEOF
8350 rm -f conftest.$ac_objext conftest$ac_exeext
8351 if { (ac_try="$ac_link"
8352 case "(($ac_try" in
8353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8354   *) ac_try_echo=$ac_try;;
8355 esac
8356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8357   (eval "$ac_link") 2>conftest.er1
8358   ac_status=$?
8359   grep -v '^ *+' conftest.er1 >conftest.err
8360   rm -f conftest.er1
8361   cat conftest.err >&5
8362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8363   (exit $ac_status); } && {
8364          test -z "$ac_c_werror_flag" ||
8365          test ! -s conftest.err
8366        } && test -s conftest$ac_exeext &&
8367        $as_test_x conftest$ac_exeext; then
8368   ac_cv_c_dll_gnuelf="yes"
8369 else
8370   echo "$as_me: failed program was:" >&5
8371 sed 's/^/| /' conftest.$ac_ext >&5
8372
8373         ac_cv_c_dll_gnuelf="no"
8374 fi
8375
8376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8377       conftest$ac_exeext conftest.$ac_ext
8378 CFLAGS=$ac_wine_try_cflags_saved
8379 fi
8380 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8381 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8382     if test "$ac_cv_c_dll_gnuelf" = "yes"
8383     then
8384       LDSHARED="\$(CC) -shared"
8385       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8386       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8387 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8388 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8389   echo $ECHO_N "(cached) $ECHO_C" >&6
8390 else
8391   ac_wine_try_cflags_saved=$CFLAGS
8392 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8393 cat >conftest.$ac_ext <<_ACEOF
8394 /* confdefs.h.  */
8395 _ACEOF
8396 cat confdefs.h >>conftest.$ac_ext
8397 cat >>conftest.$ac_ext <<_ACEOF
8398 /* end confdefs.h.  */
8399
8400 int
8401 main ()
8402 {
8403
8404   ;
8405   return 0;
8406 }
8407 _ACEOF
8408 rm -f conftest.$ac_objext conftest$ac_exeext
8409 if { (ac_try="$ac_link"
8410 case "(($ac_try" in
8411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8412   *) ac_try_echo=$ac_try;;
8413 esac
8414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8415   (eval "$ac_link") 2>conftest.er1
8416   ac_status=$?
8417   grep -v '^ *+' conftest.er1 >conftest.err
8418   rm -f conftest.er1
8419   cat conftest.err >&5
8420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8421   (exit $ac_status); } && {
8422          test -z "$ac_c_werror_flag" ||
8423          test ! -s conftest.err
8424        } && test -s conftest$ac_exeext &&
8425        $as_test_x conftest$ac_exeext; then
8426   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8427 else
8428   echo "$as_me: failed program was:" >&5
8429 sed 's/^/| /' conftest.$ac_ext >&5
8430
8431         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8432 fi
8433
8434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8435       conftest$ac_exeext conftest.$ac_ext
8436 CFLAGS=$ac_wine_try_cflags_saved
8437 fi
8438 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8439 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8440 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8441   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8442 else
8443   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8444 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8445 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8446   echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448   ac_wine_try_cflags_saved=$CFLAGS
8449 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8450 cat >conftest.$ac_ext <<_ACEOF
8451 /* confdefs.h.  */
8452 _ACEOF
8453 cat confdefs.h >>conftest.$ac_ext
8454 cat >>conftest.$ac_ext <<_ACEOF
8455 /* end confdefs.h.  */
8456
8457 int
8458 main ()
8459 {
8460
8461   ;
8462   return 0;
8463 }
8464 _ACEOF
8465 rm -f conftest.$ac_objext conftest$ac_exeext
8466 if { (ac_try="$ac_link"
8467 case "(($ac_try" in
8468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8469   *) ac_try_echo=$ac_try;;
8470 esac
8471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8472   (eval "$ac_link") 2>conftest.er1
8473   ac_status=$?
8474   grep -v '^ *+' conftest.er1 >conftest.err
8475   rm -f conftest.er1
8476   cat conftest.err >&5
8477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8478   (exit $ac_status); } && {
8479          test -z "$ac_c_werror_flag" ||
8480          test ! -s conftest.err
8481        } && test -s conftest$ac_exeext &&
8482        $as_test_x conftest$ac_exeext; then
8483   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8484 else
8485   echo "$as_me: failed program was:" >&5
8486 sed 's/^/| /' conftest.$ac_ext >&5
8487
8488         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8489 fi
8490
8491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8492       conftest$ac_exeext conftest.$ac_ext
8493 CFLAGS=$ac_wine_try_cflags_saved
8494 fi
8495 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8496 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8497 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8498   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8499 fi
8500
8501 fi
8502
8503
8504       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8505 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8506 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8507   echo $ECHO_N "(cached) $ECHO_C" >&6
8508 else
8509   ac_wine_try_cflags_saved=$CFLAGS
8510 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8511 cat >conftest.$ac_ext <<_ACEOF
8512 /* confdefs.h.  */
8513 _ACEOF
8514 cat confdefs.h >>conftest.$ac_ext
8515 cat >>conftest.$ac_ext <<_ACEOF
8516 /* end confdefs.h.  */
8517
8518 int
8519 main ()
8520 {
8521
8522   ;
8523   return 0;
8524 }
8525 _ACEOF
8526 rm -f conftest.$ac_objext conftest$ac_exeext
8527 if { (ac_try="$ac_link"
8528 case "(($ac_try" in
8529   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8530   *) ac_try_echo=$ac_try;;
8531 esac
8532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8533   (eval "$ac_link") 2>conftest.er1
8534   ac_status=$?
8535   grep -v '^ *+' conftest.er1 >conftest.err
8536   rm -f conftest.er1
8537   cat conftest.err >&5
8538   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8539   (exit $ac_status); } && {
8540          test -z "$ac_c_werror_flag" ||
8541          test ! -s conftest.err
8542        } && test -s conftest$ac_exeext &&
8543        $as_test_x conftest$ac_exeext; then
8544   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8545 else
8546   echo "$as_me: failed program was:" >&5
8547 sed 's/^/| /' conftest.$ac_ext >&5
8548
8549         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8550 fi
8551
8552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8553       conftest$ac_exeext conftest.$ac_ext
8554 CFLAGS=$ac_wine_try_cflags_saved
8555 fi
8556 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8557 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8558 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8559   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8560 fi
8561
8562
8563       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8564 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8565 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8566   echo $ECHO_N "(cached) $ECHO_C" >&6
8567 else
8568   ac_wine_try_cflags_saved=$CFLAGS
8569 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8570 cat >conftest.$ac_ext <<_ACEOF
8571 /* confdefs.h.  */
8572 _ACEOF
8573 cat confdefs.h >>conftest.$ac_ext
8574 cat >>conftest.$ac_ext <<_ACEOF
8575 /* end confdefs.h.  */
8576
8577 int
8578 main ()
8579 {
8580
8581   ;
8582   return 0;
8583 }
8584 _ACEOF
8585 rm -f conftest.$ac_objext conftest$ac_exeext
8586 if { (ac_try="$ac_link"
8587 case "(($ac_try" in
8588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8589   *) ac_try_echo=$ac_try;;
8590 esac
8591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8592   (eval "$ac_link") 2>conftest.er1
8593   ac_status=$?
8594   grep -v '^ *+' conftest.er1 >conftest.err
8595   rm -f conftest.er1
8596   cat conftest.err >&5
8597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8598   (exit $ac_status); } && {
8599          test -z "$ac_c_werror_flag" ||
8600          test ! -s conftest.err
8601        } && test -s conftest$ac_exeext &&
8602        $as_test_x conftest$ac_exeext; then
8603   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8604 else
8605   echo "$as_me: failed program was:" >&5
8606 sed 's/^/| /' conftest.$ac_ext >&5
8607
8608         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8609 fi
8610
8611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8612       conftest$ac_exeext conftest.$ac_ext
8613 CFLAGS=$ac_wine_try_cflags_saved
8614 fi
8615 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8616 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8617 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8618   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8619 fi
8620
8621
8622       echo '{ global: *; };' >conftest.map
8623       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8624 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8625 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8626   echo $ECHO_N "(cached) $ECHO_C" >&6
8627 else
8628   ac_wine_try_cflags_saved=$CFLAGS
8629 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8630 cat >conftest.$ac_ext <<_ACEOF
8631 /* confdefs.h.  */
8632 _ACEOF
8633 cat confdefs.h >>conftest.$ac_ext
8634 cat >>conftest.$ac_ext <<_ACEOF
8635 /* end confdefs.h.  */
8636
8637 int
8638 main ()
8639 {
8640
8641   ;
8642   return 0;
8643 }
8644 _ACEOF
8645 rm -f conftest.$ac_objext conftest$ac_exeext
8646 if { (ac_try="$ac_link"
8647 case "(($ac_try" in
8648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8649   *) ac_try_echo=$ac_try;;
8650 esac
8651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8652   (eval "$ac_link") 2>conftest.er1
8653   ac_status=$?
8654   grep -v '^ *+' conftest.er1 >conftest.err
8655   rm -f conftest.er1
8656   cat conftest.err >&5
8657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8658   (exit $ac_status); } && {
8659          test -z "$ac_c_werror_flag" ||
8660          test ! -s conftest.err
8661        } && test -s conftest$ac_exeext &&
8662        $as_test_x conftest$ac_exeext; then
8663   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8664 else
8665   echo "$as_me: failed program was:" >&5
8666 sed 's/^/| /' conftest.$ac_ext >&5
8667
8668         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8669 fi
8670
8671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8672       conftest$ac_exeext conftest.$ac_ext
8673 CFLAGS=$ac_wine_try_cflags_saved
8674 fi
8675 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8676 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8677 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8678   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8679 fi
8680
8681       rm -f conftest.map
8682
8683       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8684 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8685 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8686   echo $ECHO_N "(cached) $ECHO_C" >&6
8687 else
8688   ac_wine_try_cflags_saved=$CFLAGS
8689 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8690 cat >conftest.$ac_ext <<_ACEOF
8691 /* confdefs.h.  */
8692 _ACEOF
8693 cat confdefs.h >>conftest.$ac_ext
8694 cat >>conftest.$ac_ext <<_ACEOF
8695 /* end confdefs.h.  */
8696
8697 int
8698 main ()
8699 {
8700
8701   ;
8702   return 0;
8703 }
8704 _ACEOF
8705 rm -f conftest.$ac_objext conftest$ac_exeext
8706 if { (ac_try="$ac_link"
8707 case "(($ac_try" in
8708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8709   *) ac_try_echo=$ac_try;;
8710 esac
8711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8712   (eval "$ac_link") 2>conftest.er1
8713   ac_status=$?
8714   grep -v '^ *+' conftest.er1 >conftest.err
8715   rm -f conftest.er1
8716   cat conftest.err >&5
8717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8718   (exit $ac_status); } && {
8719          test -z "$ac_c_werror_flag" ||
8720          test ! -s conftest.err
8721        } && test -s conftest$ac_exeext &&
8722        $as_test_x conftest$ac_exeext; then
8723   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8724 else
8725   echo "$as_me: failed program was:" >&5
8726 sed 's/^/| /' conftest.$ac_ext >&5
8727
8728         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8729 fi
8730
8731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8732       conftest$ac_exeext conftest.$ac_ext
8733 CFLAGS=$ac_wine_try_cflags_saved
8734 fi
8735 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8736 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8737 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8738   LDEXECFLAGS="-Wl,--export-dynamic"
8739
8740 fi
8741
8742
8743       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8744 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8745 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8746 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8747   echo $ECHO_N "(cached) $ECHO_C" >&6
8748 else
8749   ac_wine_try_cflags_saved=$CFLAGS
8750 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8751 cat >conftest.$ac_ext <<_ACEOF
8752 /* confdefs.h.  */
8753 _ACEOF
8754 cat confdefs.h >>conftest.$ac_ext
8755 cat >>conftest.$ac_ext <<_ACEOF
8756 /* end confdefs.h.  */
8757
8758 int
8759 main ()
8760 {
8761
8762   ;
8763   return 0;
8764 }
8765 _ACEOF
8766 rm -f conftest.$ac_objext conftest$ac_exeext
8767 if { (ac_try="$ac_link"
8768 case "(($ac_try" in
8769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8770   *) ac_try_echo=$ac_try;;
8771 esac
8772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8773   (eval "$ac_link") 2>conftest.er1
8774   ac_status=$?
8775   grep -v '^ *+' conftest.er1 >conftest.err
8776   rm -f conftest.er1
8777   cat conftest.err >&5
8778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779   (exit $ac_status); } && {
8780          test -z "$ac_c_werror_flag" ||
8781          test ! -s conftest.err
8782        } && test -s conftest$ac_exeext &&
8783        $as_test_x conftest$ac_exeext; then
8784   eval "$as_ac_var=yes"
8785 else
8786   echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8788
8789         eval "$as_ac_var=no"
8790 fi
8791
8792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8793       conftest$ac_exeext conftest.$ac_ext
8794 CFLAGS=$ac_wine_try_cflags_saved
8795 fi
8796 ac_res=`eval echo '${'$as_ac_var'}'`
8797                { echo "$as_me:$LINENO: result: $ac_res" >&5
8798 echo "${ECHO_T}$ac_res" >&6; }
8799 if test `eval echo '${'$as_ac_var'}'` = yes; then
8800   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8801                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8802 else
8803   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8804 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8805 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8806 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8807   echo $ECHO_N "(cached) $ECHO_C" >&6
8808 else
8809   ac_wine_try_cflags_saved=$CFLAGS
8810 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8811 cat >conftest.$ac_ext <<_ACEOF
8812 /* confdefs.h.  */
8813 _ACEOF
8814 cat confdefs.h >>conftest.$ac_ext
8815 cat >>conftest.$ac_ext <<_ACEOF
8816 /* end confdefs.h.  */
8817
8818 int
8819 main ()
8820 {
8821
8822   ;
8823   return 0;
8824 }
8825 _ACEOF
8826 rm -f conftest.$ac_objext conftest$ac_exeext
8827 if { (ac_try="$ac_link"
8828 case "(($ac_try" in
8829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8830   *) ac_try_echo=$ac_try;;
8831 esac
8832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8833   (eval "$ac_link") 2>conftest.er1
8834   ac_status=$?
8835   grep -v '^ *+' conftest.er1 >conftest.err
8836   rm -f conftest.er1
8837   cat conftest.err >&5
8838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8839   (exit $ac_status); } && {
8840          test -z "$ac_c_werror_flag" ||
8841          test ! -s conftest.err
8842        } && test -s conftest$ac_exeext &&
8843        $as_test_x conftest$ac_exeext; then
8844   eval "$as_ac_var=yes"
8845 else
8846   echo "$as_me: failed program was:" >&5
8847 sed 's/^/| /' conftest.$ac_ext >&5
8848
8849         eval "$as_ac_var=no"
8850 fi
8851
8852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8853       conftest$ac_exeext conftest.$ac_ext
8854 CFLAGS=$ac_wine_try_cflags_saved
8855 fi
8856 ac_res=`eval echo '${'$as_ac_var'}'`
8857                { echo "$as_me:$LINENO: result: $ac_res" >&5
8858 echo "${ECHO_T}$ac_res" >&6; }
8859 if test `eval echo '${'$as_ac_var'}'` = yes; then
8860   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8861                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8862 fi
8863
8864 fi
8865
8866
8867       { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8868 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8869 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8870   echo $ECHO_N "(cached) $ECHO_C" >&6
8871 else
8872   ac_wine_try_cflags_saved=$CFLAGS
8873 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8874 cat >conftest.$ac_ext <<_ACEOF
8875 /* confdefs.h.  */
8876 _ACEOF
8877 cat confdefs.h >>conftest.$ac_ext
8878 cat >>conftest.$ac_ext <<_ACEOF
8879 /* end confdefs.h.  */
8880
8881 int
8882 main ()
8883 {
8884
8885   ;
8886   return 0;
8887 }
8888 _ACEOF
8889 rm -f conftest.$ac_objext conftest$ac_exeext
8890 if { (ac_try="$ac_link"
8891 case "(($ac_try" in
8892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8893   *) ac_try_echo=$ac_try;;
8894 esac
8895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8896   (eval "$ac_link") 2>conftest.er1
8897   ac_status=$?
8898   grep -v '^ *+' conftest.er1 >conftest.err
8899   rm -f conftest.er1
8900   cat conftest.err >&5
8901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8902   (exit $ac_status); } && {
8903          test -z "$ac_c_werror_flag" ||
8904          test ! -s conftest.err
8905        } && test -s conftest$ac_exeext &&
8906        $as_test_x conftest$ac_exeext; then
8907   ac_cv_cflags__Wl___enable_new_dtags=yes
8908 else
8909   echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.$ac_ext >&5
8911
8912         ac_cv_cflags__Wl___enable_new_dtags=no
8913 fi
8914
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916       conftest$ac_exeext conftest.$ac_ext
8917 CFLAGS=$ac_wine_try_cflags_saved
8918 fi
8919 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8920 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8921 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8922   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8923 fi
8924
8925
8926       case $host_cpu in
8927         *i[3456789]86* | x86_64)
8928           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8929 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8930 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8931   echo $ECHO_N "(cached) $ECHO_C" >&6
8932 else
8933   ac_wine_try_cflags_saved=$CFLAGS
8934 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8935 cat >conftest.$ac_ext <<_ACEOF
8936 /* confdefs.h.  */
8937 _ACEOF
8938 cat confdefs.h >>conftest.$ac_ext
8939 cat >>conftest.$ac_ext <<_ACEOF
8940 /* end confdefs.h.  */
8941
8942 int
8943 main ()
8944 {
8945
8946   ;
8947   return 0;
8948 }
8949 _ACEOF
8950 rm -f conftest.$ac_objext conftest$ac_exeext
8951 if { (ac_try="$ac_link"
8952 case "(($ac_try" in
8953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8954   *) ac_try_echo=$ac_try;;
8955 esac
8956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8957   (eval "$ac_link") 2>conftest.er1
8958   ac_status=$?
8959   grep -v '^ *+' conftest.er1 >conftest.err
8960   rm -f conftest.er1
8961   cat conftest.err >&5
8962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963   (exit $ac_status); } && {
8964          test -z "$ac_c_werror_flag" ||
8965          test ! -s conftest.err
8966        } && test -s conftest$ac_exeext &&
8967        $as_test_x conftest$ac_exeext; then
8968   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8969 else
8970   echo "$as_me: failed program was:" >&5
8971 sed 's/^/| /' conftest.$ac_ext >&5
8972
8973         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8974 fi
8975
8976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8977       conftest$ac_exeext conftest.$ac_ext
8978 CFLAGS=$ac_wine_try_cflags_saved
8979 fi
8980 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8981 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8982 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8983   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8984 fi
8985
8986           ;;
8987       esac
8988
8989     else
8990       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8991 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8992 if test "${ac_cv_c_dll_unixware+set}" = set; then
8993   echo $ECHO_N "(cached) $ECHO_C" >&6
8994 else
8995   ac_wine_try_cflags_saved=$CFLAGS
8996 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8997 cat >conftest.$ac_ext <<_ACEOF
8998 void myfunc() {}
8999 _ACEOF
9000 rm -f conftest.$ac_objext conftest$ac_exeext
9001 if { (ac_try="$ac_link"
9002 case "(($ac_try" in
9003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9004   *) ac_try_echo=$ac_try;;
9005 esac
9006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9007   (eval "$ac_link") 2>conftest.er1
9008   ac_status=$?
9009   grep -v '^ *+' conftest.er1 >conftest.err
9010   rm -f conftest.er1
9011   cat conftest.err >&5
9012   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9013   (exit $ac_status); } && {
9014          test -z "$ac_c_werror_flag" ||
9015          test ! -s conftest.err
9016        } && test -s conftest$ac_exeext &&
9017        $as_test_x conftest$ac_exeext; then
9018   ac_cv_c_dll_unixware="yes"
9019 else
9020   echo "$as_me: failed program was:" >&5
9021 sed 's/^/| /' conftest.$ac_ext >&5
9022
9023         ac_cv_c_dll_unixware="no"
9024 fi
9025
9026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9027       conftest$ac_exeext conftest.$ac_ext
9028 CFLAGS=$ac_wine_try_cflags_saved
9029 fi
9030 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9031 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9032       if test "$ac_cv_c_dll_unixware" = "yes"
9033       then
9034         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9035         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9036
9037       else
9038         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9039 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9040 if test "${ac_cv_c_dll_hpux+set}" = set; then
9041   echo $ECHO_N "(cached) $ECHO_C" >&6
9042 else
9043   ac_wine_try_cflags_saved=$CFLAGS
9044 CFLAGS="$CFLAGS -shared"
9045 cat >conftest.$ac_ext <<_ACEOF
9046 void myfunc() {}
9047 _ACEOF
9048 rm -f conftest.$ac_objext conftest$ac_exeext
9049 if { (ac_try="$ac_link"
9050 case "(($ac_try" in
9051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9052   *) ac_try_echo=$ac_try;;
9053 esac
9054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9055   (eval "$ac_link") 2>conftest.er1
9056   ac_status=$?
9057   grep -v '^ *+' conftest.er1 >conftest.err
9058   rm -f conftest.er1
9059   cat conftest.err >&5
9060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9061   (exit $ac_status); } && {
9062          test -z "$ac_c_werror_flag" ||
9063          test ! -s conftest.err
9064        } && test -s conftest$ac_exeext &&
9065        $as_test_x conftest$ac_exeext; then
9066   ac_cv_c_dll_hpux="yes"
9067 else
9068   echo "$as_me: failed program was:" >&5
9069 sed 's/^/| /' conftest.$ac_ext >&5
9070
9071         ac_cv_c_dll_hpux="no"
9072 fi
9073
9074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9075       conftest$ac_exeext conftest.$ac_ext
9076 CFLAGS=$ac_wine_try_cflags_saved
9077 fi
9078 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9079 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9080         if test "$ac_cv_c_dll_hpux" = "yes"
9081         then
9082           LIBEXT="sl"
9083           DLLEXT=".sl"
9084           LDDLLFLAGS="-shared -fPIC"
9085           LDSHARED="\$(CC) -shared"
9086         fi
9087       fi
9088     fi
9089
9090         CROSSTEST=""
9091
9092     if test "$cross_compiling" = "no"
9093     then
9094       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9095 do
9096   # Extract the first word of "$ac_prog", so it can be a program name with args.
9097 set dummy $ac_prog; ac_word=$2
9098 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9100 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9101   echo $ECHO_N "(cached) $ECHO_C" >&6
9102 else
9103   if test -n "$CROSSCC"; then
9104   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9105 else
9106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9107 for as_dir in $PATH
9108 do
9109   IFS=$as_save_IFS
9110   test -z "$as_dir" && as_dir=.
9111   for ac_exec_ext in '' $ac_executable_extensions; do
9112   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9113     ac_cv_prog_CROSSCC="$ac_prog"
9114     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9115     break 2
9116   fi
9117 done
9118 done
9119 IFS=$as_save_IFS
9120
9121 fi
9122 fi
9123 CROSSCC=$ac_cv_prog_CROSSCC
9124 if test -n "$CROSSCC"; then
9125   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9126 echo "${ECHO_T}$CROSSCC" >&6; }
9127 else
9128   { echo "$as_me:$LINENO: result: no" >&5
9129 echo "${ECHO_T}no" >&6; }
9130 fi
9131
9132
9133   test -n "$CROSSCC" && break
9134 done
9135 test -n "$CROSSCC" || CROSSCC="false"
9136
9137       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9138 do
9139   # Extract the first word of "$ac_prog", so it can be a program name with args.
9140 set dummy $ac_prog; ac_word=$2
9141 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9143 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9144   echo $ECHO_N "(cached) $ECHO_C" >&6
9145 else
9146   if test -n "$DLLTOOL"; then
9147   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9148 else
9149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9150 for as_dir in $PATH
9151 do
9152   IFS=$as_save_IFS
9153   test -z "$as_dir" && as_dir=.
9154   for ac_exec_ext in '' $ac_executable_extensions; do
9155   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9156     ac_cv_prog_DLLTOOL="$ac_prog"
9157     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9158     break 2
9159   fi
9160 done
9161 done
9162 IFS=$as_save_IFS
9163
9164 fi
9165 fi
9166 DLLTOOL=$ac_cv_prog_DLLTOOL
9167 if test -n "$DLLTOOL"; then
9168   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9169 echo "${ECHO_T}$DLLTOOL" >&6; }
9170 else
9171   { echo "$as_me:$LINENO: result: no" >&5
9172 echo "${ECHO_T}no" >&6; }
9173 fi
9174
9175
9176   test -n "$DLLTOOL" && break
9177 done
9178 test -n "$DLLTOOL" || DLLTOOL="false"
9179
9180       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9181 do
9182   # Extract the first word of "$ac_prog", so it can be a program name with args.
9183 set dummy $ac_prog; ac_word=$2
9184 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9186 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9187   echo $ECHO_N "(cached) $ECHO_C" >&6
9188 else
9189   if test -n "$CROSSWINDRES"; then
9190   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9191 else
9192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9193 for as_dir in $PATH
9194 do
9195   IFS=$as_save_IFS
9196   test -z "$as_dir" && as_dir=.
9197   for ac_exec_ext in '' $ac_executable_extensions; do
9198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9199     ac_cv_prog_CROSSWINDRES="$ac_prog"
9200     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9201     break 2
9202   fi
9203 done
9204 done
9205 IFS=$as_save_IFS
9206
9207 fi
9208 fi
9209 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9210 if test -n "$CROSSWINDRES"; then
9211   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9212 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9213 else
9214   { echo "$as_me:$LINENO: result: no" >&5
9215 echo "${ECHO_T}no" >&6; }
9216 fi
9217
9218
9219   test -n "$CROSSWINDRES" && break
9220 done
9221 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9222
9223       for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9224 do
9225   # Extract the first word of "$ac_prog", so it can be a program name with args.
9226 set dummy $ac_prog; ac_word=$2
9227 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9228 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9229 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9230   echo $ECHO_N "(cached) $ECHO_C" >&6
9231 else
9232   if test -n "$MINGWAR"; then
9233   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9234 else
9235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9236 for as_dir in $PATH
9237 do
9238   IFS=$as_save_IFS
9239   test -z "$as_dir" && as_dir=.
9240   for ac_exec_ext in '' $ac_executable_extensions; do
9241   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9242     ac_cv_prog_MINGWAR="$ac_prog"
9243     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9244     break 2
9245   fi
9246 done
9247 done
9248 IFS=$as_save_IFS
9249
9250 fi
9251 fi
9252 MINGWAR=$ac_cv_prog_MINGWAR
9253 if test -n "$MINGWAR"; then
9254   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9255 echo "${ECHO_T}$MINGWAR" >&6; }
9256 else
9257   { echo "$as_me:$LINENO: result: no" >&5
9258 echo "${ECHO_T}no" >&6; }
9259 fi
9260
9261
9262   test -n "$MINGWAR" && break
9263 done
9264 test -n "$MINGWAR" || MINGWAR="false"
9265
9266       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9267     fi
9268     ;;
9269 esac
9270
9271 if test "$LIBEXT" = "a"; then
9272   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9273 It is currently not possible to build Wine without shared library
9274 (.so) support to allow transparent switch between .so and .dll files.
9275 If you are using Linux, you will need a newer binutils.
9276 " >&5
9277 echo "$as_me: error: could not find a way to build shared libraries.
9278 It is currently not possible to build Wine without shared library
9279 (.so) support to allow transparent switch between .so and .dll files.
9280 If you are using Linux, you will need a newer binutils.
9281 " >&2;}
9282    { (exit 1); exit 1; }; }
9283 fi
9284
9285
9286 if test "$have_x" = "yes"
9287 then
9288     XLIB="-lXext -lX11"
9289     ac_save_CPPFLAGS="$CPPFLAGS"
9290     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9291
9292     { echo "$as_me:$LINENO: checking for -lX11" >&5
9293 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9294 if test "${ac_cv_lib_soname_X11+set}" = set; then
9295   echo $ECHO_N "(cached) $ECHO_C" >&6
9296 else
9297   ac_check_soname_save_LIBS=$LIBS
9298 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9299   cat >conftest.$ac_ext <<_ACEOF
9300 /* confdefs.h.  */
9301 _ACEOF
9302 cat confdefs.h >>conftest.$ac_ext
9303 cat >>conftest.$ac_ext <<_ACEOF
9304 /* end confdefs.h.  */
9305
9306 /* Override any GCC internal prototype to avoid an error.
9307    Use char because int might match the return type of a GCC
9308    builtin and then its argument prototype would still apply.  */
9309 #ifdef __cplusplus
9310 extern "C"
9311 #endif
9312 char XCreateWindow ();
9313 int
9314 main ()
9315 {
9316 return XCreateWindow ();
9317   ;
9318   return 0;
9319 }
9320 _ACEOF
9321 rm -f conftest.$ac_objext conftest$ac_exeext
9322 if { (ac_try="$ac_link"
9323 case "(($ac_try" in
9324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9325   *) ac_try_echo=$ac_try;;
9326 esac
9327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9328   (eval "$ac_link") 2>conftest.er1
9329   ac_status=$?
9330   grep -v '^ *+' conftest.er1 >conftest.err
9331   rm -f conftest.er1
9332   cat conftest.err >&5
9333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9334   (exit $ac_status); } && {
9335          test -z "$ac_c_werror_flag" ||
9336          test ! -s conftest.err
9337        } && test -s conftest$ac_exeext &&
9338        $as_test_x conftest$ac_exeext; then
9339   case "$LIBEXT" in
9340     dll) ;;
9341     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'` ;;
9342     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9343   esac
9344 else
9345   echo "$as_me: failed program was:" >&5
9346 sed 's/^/| /' conftest.$ac_ext >&5
9347
9348
9349 fi
9350
9351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9352       conftest$ac_exeext conftest.$ac_ext
9353   LIBS=$ac_check_soname_save_LIBS
9354 fi
9355 if test "x$ac_cv_lib_soname_X11" = "x"; then
9356   { echo "$as_me:$LINENO: result: not found" >&5
9357 echo "${ECHO_T}not found" >&6; }
9358
9359 else
9360   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9361 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9362
9363 cat >>confdefs.h <<_ACEOF
9364 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9365 _ACEOF
9366
9367
9368 fi
9369
9370     { echo "$as_me:$LINENO: checking for -lXext" >&5
9371 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9372 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9373   echo $ECHO_N "(cached) $ECHO_C" >&6
9374 else
9375   ac_check_soname_save_LIBS=$LIBS
9376 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9377   cat >conftest.$ac_ext <<_ACEOF
9378 /* confdefs.h.  */
9379 _ACEOF
9380 cat confdefs.h >>conftest.$ac_ext
9381 cat >>conftest.$ac_ext <<_ACEOF
9382 /* end confdefs.h.  */
9383
9384 /* Override any GCC internal prototype to avoid an error.
9385    Use char because int might match the return type of a GCC
9386    builtin and then its argument prototype would still apply.  */
9387 #ifdef __cplusplus
9388 extern "C"
9389 #endif
9390 char XextCreateExtension ();
9391 int
9392 main ()
9393 {
9394 return XextCreateExtension ();
9395   ;
9396   return 0;
9397 }
9398 _ACEOF
9399 rm -f conftest.$ac_objext conftest$ac_exeext
9400 if { (ac_try="$ac_link"
9401 case "(($ac_try" in
9402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9403   *) ac_try_echo=$ac_try;;
9404 esac
9405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9406   (eval "$ac_link") 2>conftest.er1
9407   ac_status=$?
9408   grep -v '^ *+' conftest.er1 >conftest.err
9409   rm -f conftest.er1
9410   cat conftest.err >&5
9411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9412   (exit $ac_status); } && {
9413          test -z "$ac_c_werror_flag" ||
9414          test ! -s conftest.err
9415        } && test -s conftest$ac_exeext &&
9416        $as_test_x conftest$ac_exeext; then
9417   case "$LIBEXT" in
9418     dll) ;;
9419     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'` ;;
9420     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9421   esac
9422 else
9423   echo "$as_me: failed program was:" >&5
9424 sed 's/^/| /' conftest.$ac_ext >&5
9425
9426
9427 fi
9428
9429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9430       conftest$ac_exeext conftest.$ac_ext
9431   LIBS=$ac_check_soname_save_LIBS
9432 fi
9433 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9434   { echo "$as_me:$LINENO: result: not found" >&5
9435 echo "${ECHO_T}not found" >&6; }
9436
9437 else
9438   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9439 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9440
9441 cat >>confdefs.h <<_ACEOF
9442 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9443 _ACEOF
9444
9445
9446 fi
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461 for ac_header in X11/Xlib.h \
9462                       X11/XKBlib.h \
9463                       X11/Xutil.h \
9464                       X11/Xcursor/Xcursor.h \
9465                       X11/extensions/shape.h \
9466                       X11/extensions/XInput.h \
9467                       X11/extensions/XShm.h \
9468                       X11/extensions/Xcomposite.h \
9469                       X11/extensions/Xinerama.h \
9470                       X11/extensions/Xrandr.h \
9471                       X11/extensions/Xrender.h \
9472                       X11/extensions/xf86vmode.h
9473 do
9474 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9475 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9476 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9477 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9478   echo $ECHO_N "(cached) $ECHO_C" >&6
9479 else
9480   cat >conftest.$ac_ext <<_ACEOF
9481 /* confdefs.h.  */
9482 _ACEOF
9483 cat confdefs.h >>conftest.$ac_ext
9484 cat >>conftest.$ac_ext <<_ACEOF
9485 /* end confdefs.h.  */
9486 #ifdef HAVE_X11_XLIB_H
9487 # include <X11/Xlib.h>
9488 #endif
9489 #ifdef HAVE_X11_XUTIL_H
9490 # include <X11/Xutil.h>
9491 #endif
9492
9493 #include <$ac_header>
9494 _ACEOF
9495 rm -f conftest.$ac_objext
9496 if { (ac_try="$ac_compile"
9497 case "(($ac_try" in
9498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9499   *) ac_try_echo=$ac_try;;
9500 esac
9501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9502   (eval "$ac_compile") 2>conftest.er1
9503   ac_status=$?
9504   grep -v '^ *+' conftest.er1 >conftest.err
9505   rm -f conftest.er1
9506   cat conftest.err >&5
9507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9508   (exit $ac_status); } && {
9509          test -z "$ac_c_werror_flag" ||
9510          test ! -s conftest.err
9511        } && test -s conftest.$ac_objext; then
9512   eval "$as_ac_Header=yes"
9513 else
9514   echo "$as_me: failed program was:" >&5
9515 sed 's/^/| /' conftest.$ac_ext >&5
9516
9517         eval "$as_ac_Header=no"
9518 fi
9519
9520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9521 fi
9522 ac_res=`eval echo '${'$as_ac_Header'}'`
9523                { echo "$as_me:$LINENO: result: $ac_res" >&5
9524 echo "${ECHO_T}$ac_res" >&6; }
9525 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9526   cat >>confdefs.h <<_ACEOF
9527 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9528 _ACEOF
9529
9530 fi
9531
9532 done
9533
9534
9535                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9536         then
9537               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9538 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9539 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9540   echo $ECHO_N "(cached) $ECHO_C" >&6
9541 else
9542   ac_check_lib_save_LIBS=$LIBS
9543 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9544 cat >conftest.$ac_ext <<_ACEOF
9545 /* confdefs.h.  */
9546 _ACEOF
9547 cat confdefs.h >>conftest.$ac_ext
9548 cat >>conftest.$ac_ext <<_ACEOF
9549 /* end confdefs.h.  */
9550
9551 /* Override any GCC internal prototype to avoid an error.
9552    Use char because int might match the return type of a GCC
9553    builtin and then its argument prototype would still apply.  */
9554 #ifdef __cplusplus
9555 extern "C"
9556 #endif
9557 char XkbQueryExtension ();
9558 int
9559 main ()
9560 {
9561 return XkbQueryExtension ();
9562   ;
9563   return 0;
9564 }
9565 _ACEOF
9566 rm -f conftest.$ac_objext conftest$ac_exeext
9567 if { (ac_try="$ac_link"
9568 case "(($ac_try" in
9569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9570   *) ac_try_echo=$ac_try;;
9571 esac
9572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9573   (eval "$ac_link") 2>conftest.er1
9574   ac_status=$?
9575   grep -v '^ *+' conftest.er1 >conftest.err
9576   rm -f conftest.er1
9577   cat conftest.err >&5
9578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9579   (exit $ac_status); } && {
9580          test -z "$ac_c_werror_flag" ||
9581          test ! -s conftest.err
9582        } && test -s conftest$ac_exeext &&
9583        $as_test_x conftest$ac_exeext; then
9584   ac_cv_lib_X11_XkbQueryExtension=yes
9585 else
9586   echo "$as_me: failed program was:" >&5
9587 sed 's/^/| /' conftest.$ac_ext >&5
9588
9589         ac_cv_lib_X11_XkbQueryExtension=no
9590 fi
9591
9592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9593       conftest$ac_exeext conftest.$ac_ext
9594 LIBS=$ac_check_lib_save_LIBS
9595 fi
9596 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9597 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9598 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9599
9600 cat >>confdefs.h <<\_ACEOF
9601 #define HAVE_XKB 1
9602 _ACEOF
9603
9604 fi
9605
9606         fi
9607
9608                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9609         then
9610             { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9611 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9612 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9613   echo $ECHO_N "(cached) $ECHO_C" >&6
9614 else
9615   ac_check_soname_save_LIBS=$LIBS
9616 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9617   cat >conftest.$ac_ext <<_ACEOF
9618 /* confdefs.h.  */
9619 _ACEOF
9620 cat confdefs.h >>conftest.$ac_ext
9621 cat >>conftest.$ac_ext <<_ACEOF
9622 /* end confdefs.h.  */
9623
9624 /* Override any GCC internal prototype to avoid an error.
9625    Use char because int might match the return type of a GCC
9626    builtin and then its argument prototype would still apply.  */
9627 #ifdef __cplusplus
9628 extern "C"
9629 #endif
9630 char XcursorImageLoadCursor ();
9631 int
9632 main ()
9633 {
9634 return XcursorImageLoadCursor ();
9635   ;
9636   return 0;
9637 }
9638 _ACEOF
9639 rm -f conftest.$ac_objext conftest$ac_exeext
9640 if { (ac_try="$ac_link"
9641 case "(($ac_try" in
9642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9643   *) ac_try_echo=$ac_try;;
9644 esac
9645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9646   (eval "$ac_link") 2>conftest.er1
9647   ac_status=$?
9648   grep -v '^ *+' conftest.er1 >conftest.err
9649   rm -f conftest.er1
9650   cat conftest.err >&5
9651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9652   (exit $ac_status); } && {
9653          test -z "$ac_c_werror_flag" ||
9654          test ! -s conftest.err
9655        } && test -s conftest$ac_exeext &&
9656        $as_test_x conftest$ac_exeext; then
9657   case "$LIBEXT" in
9658     dll) ;;
9659     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'` ;;
9660     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9661   esac
9662 else
9663   echo "$as_me: failed program was:" >&5
9664 sed 's/^/| /' conftest.$ac_ext >&5
9665
9666
9667 fi
9668
9669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9670       conftest$ac_exeext conftest.$ac_ext
9671   LIBS=$ac_check_soname_save_LIBS
9672 fi
9673 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9674   { echo "$as_me:$LINENO: result: not found" >&5
9675 echo "${ECHO_T}not found" >&6; }
9676
9677 else
9678   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9679 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9680
9681 cat >>confdefs.h <<_ACEOF
9682 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9683 _ACEOF
9684
9685
9686 fi
9687
9688         fi
9689         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9690   case "x$with_xcursor" in
9691   x)   wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9692   xno) ;;
9693   *)   { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9694 This is an error since --with-xcursor was requested." >&5
9695 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9696 This is an error since --with-xcursor was requested." >&2;}
9697    { (exit 1); exit 1; }; } ;;
9698 esac
9699 fi
9700
9701
9702                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9703         then
9704             { echo "$as_me:$LINENO: checking for -lXi" >&5
9705 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9706 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9707   echo $ECHO_N "(cached) $ECHO_C" >&6
9708 else
9709   ac_check_soname_save_LIBS=$LIBS
9710 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9711   cat >conftest.$ac_ext <<_ACEOF
9712 /* confdefs.h.  */
9713 _ACEOF
9714 cat confdefs.h >>conftest.$ac_ext
9715 cat >>conftest.$ac_ext <<_ACEOF
9716 /* end confdefs.h.  */
9717
9718 /* Override any GCC internal prototype to avoid an error.
9719    Use char because int might match the return type of a GCC
9720    builtin and then its argument prototype would still apply.  */
9721 #ifdef __cplusplus
9722 extern "C"
9723 #endif
9724 char XOpenDevice ();
9725 int
9726 main ()
9727 {
9728 return XOpenDevice ();
9729   ;
9730   return 0;
9731 }
9732 _ACEOF
9733 rm -f conftest.$ac_objext conftest$ac_exeext
9734 if { (ac_try="$ac_link"
9735 case "(($ac_try" in
9736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9737   *) ac_try_echo=$ac_try;;
9738 esac
9739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9740   (eval "$ac_link") 2>conftest.er1
9741   ac_status=$?
9742   grep -v '^ *+' conftest.er1 >conftest.err
9743   rm -f conftest.er1
9744   cat conftest.err >&5
9745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9746   (exit $ac_status); } && {
9747          test -z "$ac_c_werror_flag" ||
9748          test ! -s conftest.err
9749        } && test -s conftest$ac_exeext &&
9750        $as_test_x conftest$ac_exeext; then
9751   case "$LIBEXT" in
9752     dll) ;;
9753     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'` ;;
9754     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
9755   esac
9756 else
9757   echo "$as_me: failed program was:" >&5
9758 sed 's/^/| /' conftest.$ac_ext >&5
9759
9760
9761 fi
9762
9763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9764       conftest$ac_exeext conftest.$ac_ext
9765   LIBS=$ac_check_soname_save_LIBS
9766 fi
9767 if test "x$ac_cv_lib_soname_Xi" = "x"; then
9768   { echo "$as_me:$LINENO: result: not found" >&5
9769 echo "${ECHO_T}not found" >&6; }
9770
9771 else
9772   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
9773 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
9774
9775 cat >>confdefs.h <<_ACEOF
9776 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9777 _ACEOF
9778
9779
9780 fi
9781
9782         fi
9783         if test "x$ac_cv_lib_soname_Xi" = "x"; then
9784   case "x$with_xinput" in
9785   x)   wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
9786   xno) ;;
9787   *)   { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
9788 This is an error since --with-xinput was requested." >&5
9789 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
9790 This is an error since --with-xinput was requested." >&2;}
9791    { (exit 1); exit 1; }; } ;;
9792 esac
9793 fi
9794
9795
9796                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9797         then
9798               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
9799 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
9800 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
9801   echo $ECHO_N "(cached) $ECHO_C" >&6
9802 else
9803   ac_check_lib_save_LIBS=$LIBS
9804 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9805 cat >conftest.$ac_ext <<_ACEOF
9806 /* confdefs.h.  */
9807 _ACEOF
9808 cat confdefs.h >>conftest.$ac_ext
9809 cat >>conftest.$ac_ext <<_ACEOF
9810 /* end confdefs.h.  */
9811
9812 /* Override any GCC internal prototype to avoid an error.
9813    Use char because int might match the return type of a GCC
9814    builtin and then its argument prototype would still apply.  */
9815 #ifdef __cplusplus
9816 extern "C"
9817 #endif
9818 char XShmQueryExtension ();
9819 int
9820 main ()
9821 {
9822 return XShmQueryExtension ();
9823   ;
9824   return 0;
9825 }
9826 _ACEOF
9827 rm -f conftest.$ac_objext conftest$ac_exeext
9828 if { (ac_try="$ac_link"
9829 case "(($ac_try" in
9830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9831   *) ac_try_echo=$ac_try;;
9832 esac
9833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9834   (eval "$ac_link") 2>conftest.er1
9835   ac_status=$?
9836   grep -v '^ *+' conftest.er1 >conftest.err
9837   rm -f conftest.er1
9838   cat conftest.err >&5
9839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9840   (exit $ac_status); } && {
9841          test -z "$ac_c_werror_flag" ||
9842          test ! -s conftest.err
9843        } && test -s conftest$ac_exeext &&
9844        $as_test_x conftest$ac_exeext; then
9845   ac_cv_lib_Xext_XShmQueryExtension=yes
9846 else
9847   echo "$as_me: failed program was:" >&5
9848 sed 's/^/| /' conftest.$ac_ext >&5
9849
9850         ac_cv_lib_Xext_XShmQueryExtension=no
9851 fi
9852
9853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9854       conftest$ac_exeext conftest.$ac_ext
9855 LIBS=$ac_check_lib_save_LIBS
9856 fi
9857 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9858 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9859 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
9860
9861 cat >>confdefs.h <<\_ACEOF
9862 #define HAVE_LIBXXSHM 1
9863 _ACEOF
9864
9865 fi
9866
9867         fi
9868         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
9869   case "x$with_xshm" in
9870   x)   wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
9871   xno) ;;
9872   *)   { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
9873 This is an error since --with-xshm was requested." >&5
9874 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
9875 This is an error since --with-xshm was requested." >&2;}
9876    { (exit 1); exit 1; }; } ;;
9877 esac
9878 fi
9879
9880
9881                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9882         then
9883               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
9884 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
9885 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
9886   echo $ECHO_N "(cached) $ECHO_C" >&6
9887 else
9888   ac_check_lib_save_LIBS=$LIBS
9889 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9890 cat >conftest.$ac_ext <<_ACEOF
9891 /* confdefs.h.  */
9892 _ACEOF
9893 cat confdefs.h >>conftest.$ac_ext
9894 cat >>conftest.$ac_ext <<_ACEOF
9895 /* end confdefs.h.  */
9896
9897 /* Override any GCC internal prototype to avoid an error.
9898    Use char because int might match the return type of a GCC
9899    builtin and then its argument prototype would still apply.  */
9900 #ifdef __cplusplus
9901 extern "C"
9902 #endif
9903 char XShapeQueryExtension ();
9904 int
9905 main ()
9906 {
9907 return XShapeQueryExtension ();
9908   ;
9909   return 0;
9910 }
9911 _ACEOF
9912 rm -f conftest.$ac_objext conftest$ac_exeext
9913 if { (ac_try="$ac_link"
9914 case "(($ac_try" in
9915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9916   *) ac_try_echo=$ac_try;;
9917 esac
9918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9919   (eval "$ac_link") 2>conftest.er1
9920   ac_status=$?
9921   grep -v '^ *+' conftest.er1 >conftest.err
9922   rm -f conftest.er1
9923   cat conftest.err >&5
9924   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925   (exit $ac_status); } && {
9926          test -z "$ac_c_werror_flag" ||
9927          test ! -s conftest.err
9928        } && test -s conftest$ac_exeext &&
9929        $as_test_x conftest$ac_exeext; then
9930   ac_cv_lib_Xext_XShapeQueryExtension=yes
9931 else
9932   echo "$as_me: failed program was:" >&5
9933 sed 's/^/| /' conftest.$ac_ext >&5
9934
9935         ac_cv_lib_Xext_XShapeQueryExtension=no
9936 fi
9937
9938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9939       conftest$ac_exeext conftest.$ac_ext
9940 LIBS=$ac_check_lib_save_LIBS
9941 fi
9942 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9943 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9944 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
9945
9946 cat >>confdefs.h <<\_ACEOF
9947 #define HAVE_LIBXSHAPE 1
9948 _ACEOF
9949
9950 fi
9951
9952         fi
9953         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
9954   case "x$with_xshape" in
9955   x)   wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
9956   xno) ;;
9957   *)   { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
9958 This is an error since --with-xshape was requested." >&5
9959 echo "$as_me: error: XShape development files not found, XShape won't be supported.
9960 This is an error since --with-xshape was requested." >&2;}
9961    { (exit 1); exit 1; }; } ;;
9962 esac
9963 fi
9964
9965
9966                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
9967         then
9968                 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
9969 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
9970 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
9971   echo $ECHO_N "(cached) $ECHO_C" >&6
9972 else
9973   ac_check_lib_save_LIBS=$LIBS
9974 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9975 cat >conftest.$ac_ext <<_ACEOF
9976 /* confdefs.h.  */
9977 _ACEOF
9978 cat confdefs.h >>conftest.$ac_ext
9979 cat >>conftest.$ac_ext <<_ACEOF
9980 /* end confdefs.h.  */
9981
9982 /* Override any GCC internal prototype to avoid an error.
9983    Use char because int might match the return type of a GCC
9984    builtin and then its argument prototype would still apply.  */
9985 #ifdef __cplusplus
9986 extern "C"
9987 #endif
9988 char XF86VidModeQueryExtension ();
9989 int
9990 main ()
9991 {
9992 return XF86VidModeQueryExtension ();
9993   ;
9994   return 0;
9995 }
9996 _ACEOF
9997 rm -f conftest.$ac_objext conftest$ac_exeext
9998 if { (ac_try="$ac_link"
9999 case "(($ac_try" in
10000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10001   *) ac_try_echo=$ac_try;;
10002 esac
10003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10004   (eval "$ac_link") 2>conftest.er1
10005   ac_status=$?
10006   grep -v '^ *+' conftest.er1 >conftest.err
10007   rm -f conftest.er1
10008   cat conftest.err >&5
10009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10010   (exit $ac_status); } && {
10011          test -z "$ac_c_werror_flag" ||
10012          test ! -s conftest.err
10013        } && test -s conftest$ac_exeext &&
10014        $as_test_x conftest$ac_exeext; then
10015   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
10016 else
10017   echo "$as_me: failed program was:" >&5
10018 sed 's/^/| /' conftest.$ac_ext >&5
10019
10020         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
10021 fi
10022
10023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10024       conftest$ac_exeext conftest.$ac_ext
10025 LIBS=$ac_check_lib_save_LIBS
10026 fi
10027 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
10028 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
10029 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
10030
10031 cat >>confdefs.h <<\_ACEOF
10032 #define HAVE_LIBXXF86VM 1
10033 _ACEOF
10034
10035                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
10036
10037 fi
10038
10039         fi
10040         if test "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" != "yes"; then
10041   case "x$with_xvidmode" in
10042   x)   wine_notices="$wine_notices|libxxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10043   xno) ;;
10044   *)   { { echo "$as_me:$LINENO: error: libxxf86vm development files not found, XFree86 Vidmode won't be supported.
10045 This is an error since --with-xvidmode was requested." >&5
10046 echo "$as_me: error: libxxf86vm development files not found, XFree86 Vidmode won't be supported.
10047 This is an error since --with-xvidmode was requested." >&2;}
10048    { (exit 1); exit 1; }; } ;;
10049 esac
10050 fi
10051
10052
10053                 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"
10054         then
10055             { echo "$as_me:$LINENO: checking for -lXrender" >&5
10056 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10057 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10058   echo $ECHO_N "(cached) $ECHO_C" >&6
10059 else
10060   ac_check_soname_save_LIBS=$LIBS
10061 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10062   cat >conftest.$ac_ext <<_ACEOF
10063 /* confdefs.h.  */
10064 _ACEOF
10065 cat confdefs.h >>conftest.$ac_ext
10066 cat >>conftest.$ac_ext <<_ACEOF
10067 /* end confdefs.h.  */
10068
10069 /* Override any GCC internal prototype to avoid an error.
10070    Use char because int might match the return type of a GCC
10071    builtin and then its argument prototype would still apply.  */
10072 #ifdef __cplusplus
10073 extern "C"
10074 #endif
10075 char XRenderQueryExtension ();
10076 int
10077 main ()
10078 {
10079 return XRenderQueryExtension ();
10080   ;
10081   return 0;
10082 }
10083 _ACEOF
10084 rm -f conftest.$ac_objext conftest$ac_exeext
10085 if { (ac_try="$ac_link"
10086 case "(($ac_try" in
10087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10088   *) ac_try_echo=$ac_try;;
10089 esac
10090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10091   (eval "$ac_link") 2>conftest.er1
10092   ac_status=$?
10093   grep -v '^ *+' conftest.er1 >conftest.err
10094   rm -f conftest.er1
10095   cat conftest.err >&5
10096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10097   (exit $ac_status); } && {
10098          test -z "$ac_c_werror_flag" ||
10099          test ! -s conftest.err
10100        } && test -s conftest$ac_exeext &&
10101        $as_test_x conftest$ac_exeext; then
10102   case "$LIBEXT" in
10103     dll) ;;
10104     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'` ;;
10105     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10106   esac
10107 else
10108   echo "$as_me: failed program was:" >&5
10109 sed 's/^/| /' conftest.$ac_ext >&5
10110
10111
10112 fi
10113
10114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10115       conftest$ac_exeext conftest.$ac_ext
10116   LIBS=$ac_check_soname_save_LIBS
10117 fi
10118 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10119   { echo "$as_me:$LINENO: result: not found" >&5
10120 echo "${ECHO_T}not found" >&6; }
10121
10122 else
10123   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10124 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10125
10126 cat >>confdefs.h <<_ACEOF
10127 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10128 _ACEOF
10129
10130        { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10131 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10132 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10133   echo $ECHO_N "(cached) $ECHO_C" >&6
10134 else
10135   ac_check_lib_save_LIBS=$LIBS
10136 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10137 cat >conftest.$ac_ext <<_ACEOF
10138 /* confdefs.h.  */
10139 _ACEOF
10140 cat confdefs.h >>conftest.$ac_ext
10141 cat >>conftest.$ac_ext <<_ACEOF
10142 /* end confdefs.h.  */
10143
10144 /* Override any GCC internal prototype to avoid an error.
10145    Use char because int might match the return type of a GCC
10146    builtin and then its argument prototype would still apply.  */
10147 #ifdef __cplusplus
10148 extern "C"
10149 #endif
10150 char XRenderSetPictureTransform ();
10151 int
10152 main ()
10153 {
10154 return XRenderSetPictureTransform ();
10155   ;
10156   return 0;
10157 }
10158 _ACEOF
10159 rm -f conftest.$ac_objext conftest$ac_exeext
10160 if { (ac_try="$ac_link"
10161 case "(($ac_try" in
10162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10163   *) ac_try_echo=$ac_try;;
10164 esac
10165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10166   (eval "$ac_link") 2>conftest.er1
10167   ac_status=$?
10168   grep -v '^ *+' conftest.er1 >conftest.err
10169   rm -f conftest.er1
10170   cat conftest.err >&5
10171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10172   (exit $ac_status); } && {
10173          test -z "$ac_c_werror_flag" ||
10174          test ! -s conftest.err
10175        } && test -s conftest$ac_exeext &&
10176        $as_test_x conftest$ac_exeext; then
10177   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10178 else
10179   echo "$as_me: failed program was:" >&5
10180 sed 's/^/| /' conftest.$ac_ext >&5
10181
10182         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10183 fi
10184
10185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10186       conftest$ac_exeext conftest.$ac_ext
10187 LIBS=$ac_check_lib_save_LIBS
10188 fi
10189 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10190 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10191 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10192
10193 cat >>confdefs.h <<\_ACEOF
10194 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10195 _ACEOF
10196
10197 fi
10198
10199 fi
10200
10201
10202         fi
10203         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10204   case "x$with_xrender" in
10205   x)   wine_notices="$wine_notices|libxrender development files not found, XRender won't be supported." ;;
10206   xno) ;;
10207   *)   { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10208 This is an error since --with-xrender was requested." >&5
10209 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10210 This is an error since --with-xrender was requested." >&2;}
10211    { (exit 1); exit 1; }; } ;;
10212 esac
10213 fi
10214
10215
10216                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10217         then
10218                 cat >conftest.$ac_ext <<_ACEOF
10219 /* confdefs.h.  */
10220 _ACEOF
10221 cat confdefs.h >>conftest.$ac_ext
10222 cat >>conftest.$ac_ext <<_ACEOF
10223 /* end confdefs.h.  */
10224 #include <X11/Xlib.h>
10225 #include <X11/extensions/Xrandr.h>
10226 int
10227 main ()
10228 {
10229 static typeof(XRRSetScreenConfigAndRate) * func;
10230   ;
10231   return 0;
10232 }
10233 _ACEOF
10234 rm -f conftest.$ac_objext
10235 if { (ac_try="$ac_compile"
10236 case "(($ac_try" in
10237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10238   *) ac_try_echo=$ac_try;;
10239 esac
10240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10241   (eval "$ac_compile") 2>conftest.er1
10242   ac_status=$?
10243   grep -v '^ *+' conftest.er1 >conftest.err
10244   rm -f conftest.er1
10245   cat conftest.err >&5
10246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10247   (exit $ac_status); } && {
10248          test -z "$ac_c_werror_flag" ||
10249          test ! -s conftest.err
10250        } && test -s conftest.$ac_objext; then
10251   { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10252 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10253 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10254   echo $ECHO_N "(cached) $ECHO_C" >&6
10255 else
10256   ac_check_soname_save_LIBS=$LIBS
10257 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10258   cat >conftest.$ac_ext <<_ACEOF
10259 /* confdefs.h.  */
10260 _ACEOF
10261 cat confdefs.h >>conftest.$ac_ext
10262 cat >>conftest.$ac_ext <<_ACEOF
10263 /* end confdefs.h.  */
10264
10265 /* Override any GCC internal prototype to avoid an error.
10266    Use char because int might match the return type of a GCC
10267    builtin and then its argument prototype would still apply.  */
10268 #ifdef __cplusplus
10269 extern "C"
10270 #endif
10271 char XRRQueryExtension ();
10272 int
10273 main ()
10274 {
10275 return XRRQueryExtension ();
10276   ;
10277   return 0;
10278 }
10279 _ACEOF
10280 rm -f conftest.$ac_objext conftest$ac_exeext
10281 if { (ac_try="$ac_link"
10282 case "(($ac_try" in
10283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10284   *) ac_try_echo=$ac_try;;
10285 esac
10286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10287   (eval "$ac_link") 2>conftest.er1
10288   ac_status=$?
10289   grep -v '^ *+' conftest.er1 >conftest.err
10290   rm -f conftest.er1
10291   cat conftest.err >&5
10292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10293   (exit $ac_status); } && {
10294          test -z "$ac_c_werror_flag" ||
10295          test ! -s conftest.err
10296        } && test -s conftest$ac_exeext &&
10297        $as_test_x conftest$ac_exeext; then
10298   case "$LIBEXT" in
10299     dll) ;;
10300     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'` ;;
10301     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10302   esac
10303 else
10304   echo "$as_me: failed program was:" >&5
10305 sed 's/^/| /' conftest.$ac_ext >&5
10306
10307
10308 fi
10309
10310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10311       conftest$ac_exeext conftest.$ac_ext
10312   LIBS=$ac_check_soname_save_LIBS
10313 fi
10314 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10315   { echo "$as_me:$LINENO: result: not found" >&5
10316 echo "${ECHO_T}not found" >&6; }
10317
10318 else
10319   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10320 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10321
10322 cat >>confdefs.h <<_ACEOF
10323 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10324 _ACEOF
10325
10326
10327 fi
10328
10329 else
10330   echo "$as_me: failed program was:" >&5
10331 sed 's/^/| /' conftest.$ac_ext >&5
10332
10333
10334 fi
10335
10336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10337         fi
10338         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10339   case "x$with_xrandr" in
10340   x)   wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10341   xno) ;;
10342   *)   { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10343 This is an error since --with-xrandr was requested." >&5
10344 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10345 This is an error since --with-xrandr was requested." >&2;}
10346    { (exit 1); exit 1; }; } ;;
10347 esac
10348 fi
10349
10350
10351                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10352         then
10353                 cat >conftest.$ac_ext <<_ACEOF
10354 /* confdefs.h.  */
10355 _ACEOF
10356 cat confdefs.h >>conftest.$ac_ext
10357 cat >>conftest.$ac_ext <<_ACEOF
10358 /* end confdefs.h.  */
10359 #include <X11/Xlib.h>
10360 #include <X11/extensions/Xinerama.h>
10361 int
10362 main ()
10363 {
10364 static typeof(XineramaQueryScreens) * func;
10365   ;
10366   return 0;
10367 }
10368 _ACEOF
10369 rm -f conftest.$ac_objext
10370 if { (ac_try="$ac_compile"
10371 case "(($ac_try" in
10372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10373   *) ac_try_echo=$ac_try;;
10374 esac
10375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10376   (eval "$ac_compile") 2>conftest.er1
10377   ac_status=$?
10378   grep -v '^ *+' conftest.er1 >conftest.err
10379   rm -f conftest.er1
10380   cat conftest.err >&5
10381   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10382   (exit $ac_status); } && {
10383          test -z "$ac_c_werror_flag" ||
10384          test ! -s conftest.err
10385        } && test -s conftest.$ac_objext; then
10386   { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10387 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10388 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10389   echo $ECHO_N "(cached) $ECHO_C" >&6
10390 else
10391   ac_check_soname_save_LIBS=$LIBS
10392 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10393   cat >conftest.$ac_ext <<_ACEOF
10394 /* confdefs.h.  */
10395 _ACEOF
10396 cat confdefs.h >>conftest.$ac_ext
10397 cat >>conftest.$ac_ext <<_ACEOF
10398 /* end confdefs.h.  */
10399
10400 /* Override any GCC internal prototype to avoid an error.
10401    Use char because int might match the return type of a GCC
10402    builtin and then its argument prototype would still apply.  */
10403 #ifdef __cplusplus
10404 extern "C"
10405 #endif
10406 char XineramaQueryScreens ();
10407 int
10408 main ()
10409 {
10410 return XineramaQueryScreens ();
10411   ;
10412   return 0;
10413 }
10414 _ACEOF
10415 rm -f conftest.$ac_objext conftest$ac_exeext
10416 if { (ac_try="$ac_link"
10417 case "(($ac_try" in
10418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10419   *) ac_try_echo=$ac_try;;
10420 esac
10421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10422   (eval "$ac_link") 2>conftest.er1
10423   ac_status=$?
10424   grep -v '^ *+' conftest.er1 >conftest.err
10425   rm -f conftest.er1
10426   cat conftest.err >&5
10427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10428   (exit $ac_status); } && {
10429          test -z "$ac_c_werror_flag" ||
10430          test ! -s conftest.err
10431        } && test -s conftest$ac_exeext &&
10432        $as_test_x conftest$ac_exeext; then
10433   case "$LIBEXT" in
10434     dll) ;;
10435     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'` ;;
10436     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10437   esac
10438 else
10439   echo "$as_me: failed program was:" >&5
10440 sed 's/^/| /' conftest.$ac_ext >&5
10441
10442
10443 fi
10444
10445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10446       conftest$ac_exeext conftest.$ac_ext
10447   LIBS=$ac_check_soname_save_LIBS
10448 fi
10449 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10450   { echo "$as_me:$LINENO: result: not found" >&5
10451 echo "${ECHO_T}not found" >&6; }
10452
10453 else
10454   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10455 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10456
10457 cat >>confdefs.h <<_ACEOF
10458 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10459 _ACEOF
10460
10461
10462 fi
10463
10464 else
10465   echo "$as_me: failed program was:" >&5
10466 sed 's/^/| /' conftest.$ac_ext >&5
10467
10468
10469 fi
10470
10471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10472         fi
10473         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10474   case "x$with_xinerama" in
10475   x)   wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10476   xno) ;;
10477   *)   { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10478 This is an error since --with-xinerama was requested." >&5
10479 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10480 This is an error since --with-xinerama was requested." >&2;}
10481    { (exit 1); exit 1; }; } ;;
10482 esac
10483 fi
10484
10485
10486                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10487         then
10488             { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10489 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10490 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10491   echo $ECHO_N "(cached) $ECHO_C" >&6
10492 else
10493   ac_check_soname_save_LIBS=$LIBS
10494 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10495   cat >conftest.$ac_ext <<_ACEOF
10496 /* confdefs.h.  */
10497 _ACEOF
10498 cat confdefs.h >>conftest.$ac_ext
10499 cat >>conftest.$ac_ext <<_ACEOF
10500 /* end confdefs.h.  */
10501
10502 /* Override any GCC internal prototype to avoid an error.
10503    Use char because int might match the return type of a GCC
10504    builtin and then its argument prototype would still apply.  */
10505 #ifdef __cplusplus
10506 extern "C"
10507 #endif
10508 char XCompositeRedirectWindow ();
10509 int
10510 main ()
10511 {
10512 return XCompositeRedirectWindow ();
10513   ;
10514   return 0;
10515 }
10516 _ACEOF
10517 rm -f conftest.$ac_objext conftest$ac_exeext
10518 if { (ac_try="$ac_link"
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_link") 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_exeext &&
10534        $as_test_x conftest$ac_exeext; then
10535   case "$LIBEXT" in
10536     dll) ;;
10537     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10538     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10539   esac
10540 else
10541   echo "$as_me: failed program was:" >&5
10542 sed 's/^/| /' conftest.$ac_ext >&5
10543
10544
10545 fi
10546
10547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10548       conftest$ac_exeext conftest.$ac_ext
10549   LIBS=$ac_check_soname_save_LIBS
10550 fi
10551 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10552   { echo "$as_me:$LINENO: result: not found" >&5
10553 echo "${ECHO_T}not found" >&6; }
10554
10555 else
10556   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10557 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10558
10559 cat >>confdefs.h <<_ACEOF
10560 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10561 _ACEOF
10562
10563
10564 fi
10565
10566         fi
10567         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10568   case "x$with_xcomposite" in
10569   x)   wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10570   xno) ;;
10571   *)   { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10572 This is an error since --with-xcomposite was requested." >&5
10573 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10574 This is an error since --with-xcomposite was requested." >&2;}
10575    { (exit 1); exit 1; }; } ;;
10576 esac
10577 fi
10578
10579
10580
10581         opengl_msg=""
10582     if test "x$with_opengl" != "xno"
10583     then
10584
10585
10586
10587
10588 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10589 do
10590 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10591 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10592 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10593 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10594   echo $ECHO_N "(cached) $ECHO_C" >&6
10595 else
10596   cat >conftest.$ac_ext <<_ACEOF
10597 /* confdefs.h.  */
10598 _ACEOF
10599 cat confdefs.h >>conftest.$ac_ext
10600 cat >>conftest.$ac_ext <<_ACEOF
10601 /* end confdefs.h.  */
10602 #ifdef HAVE_GL_GLX_H
10603 # include <GL/glx.h>
10604 #endif
10605
10606 #include <$ac_header>
10607 _ACEOF
10608 rm -f conftest.$ac_objext
10609 if { (ac_try="$ac_compile"
10610 case "(($ac_try" in
10611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10612   *) ac_try_echo=$ac_try;;
10613 esac
10614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10615   (eval "$ac_compile") 2>conftest.er1
10616   ac_status=$?
10617   grep -v '^ *+' conftest.er1 >conftest.err
10618   rm -f conftest.er1
10619   cat conftest.err >&5
10620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10621   (exit $ac_status); } && {
10622          test -z "$ac_c_werror_flag" ||
10623          test ! -s conftest.err
10624        } && test -s conftest.$ac_objext; then
10625   eval "$as_ac_Header=yes"
10626 else
10627   echo "$as_me: failed program was:" >&5
10628 sed 's/^/| /' conftest.$ac_ext >&5
10629
10630         eval "$as_ac_Header=no"
10631 fi
10632
10633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10634 fi
10635 ac_res=`eval echo '${'$as_ac_Header'}'`
10636                { echo "$as_me:$LINENO: result: $ac_res" >&5
10637 echo "${ECHO_T}$ac_res" >&6; }
10638 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10639   cat >>confdefs.h <<_ACEOF
10640 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10641 _ACEOF
10642
10643 fi
10644
10645 done
10646
10647         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
10648         then
10649                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
10650 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
10651 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
10652   echo $ECHO_N "(cached) $ECHO_C" >&6
10653 else
10654   cat >conftest.$ac_ext <<_ACEOF
10655 /* confdefs.h.  */
10656 _ACEOF
10657 cat confdefs.h >>conftest.$ac_ext
10658 cat >>conftest.$ac_ext <<_ACEOF
10659 /* end confdefs.h.  */
10660 #include <GL/gl.h>
10661 int
10662 main ()
10663 {
10664 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
10665   ;
10666   return 0;
10667 }
10668 _ACEOF
10669 rm -f conftest.$ac_objext
10670 if { (ac_try="$ac_compile"
10671 case "(($ac_try" in
10672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10673   *) ac_try_echo=$ac_try;;
10674 esac
10675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10676   (eval "$ac_compile") 2>conftest.er1
10677   ac_status=$?
10678   grep -v '^ *+' conftest.er1 >conftest.err
10679   rm -f conftest.er1
10680   cat conftest.err >&5
10681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10682   (exit $ac_status); } && {
10683          test -z "$ac_c_werror_flag" ||
10684          test ! -s conftest.err
10685        } && test -s conftest.$ac_objext; then
10686   wine_cv_opengl_header_version_OK="yes"
10687 else
10688   echo "$as_me: failed program was:" >&5
10689 sed 's/^/| /' conftest.$ac_ext >&5
10690
10691         wine_cv_opengl_header_version_OK="no"
10692 fi
10693
10694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10695 fi
10696 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
10697 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
10698
10699             if test "$wine_cv_opengl_header_version_OK" = "yes"
10700             then
10701                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
10702 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
10703 if test "${ac_cv_lib_soname_GL+set}" = set; then
10704   echo $ECHO_N "(cached) $ECHO_C" >&6
10705 else
10706   ac_check_soname_save_LIBS=$LIBS
10707 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
10708   cat >conftest.$ac_ext <<_ACEOF
10709 /* confdefs.h.  */
10710 _ACEOF
10711 cat confdefs.h >>conftest.$ac_ext
10712 cat >>conftest.$ac_ext <<_ACEOF
10713 /* end confdefs.h.  */
10714
10715 /* Override any GCC internal prototype to avoid an error.
10716    Use char because int might match the return type of a GCC
10717    builtin and then its argument prototype would still apply.  */
10718 #ifdef __cplusplus
10719 extern "C"
10720 #endif
10721 char glXCreateContext ();
10722 int
10723 main ()
10724 {
10725 return glXCreateContext ();
10726   ;
10727   return 0;
10728 }
10729 _ACEOF
10730 rm -f conftest.$ac_objext conftest$ac_exeext
10731 if { (ac_try="$ac_link"
10732 case "(($ac_try" in
10733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10734   *) ac_try_echo=$ac_try;;
10735 esac
10736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10737   (eval "$ac_link") 2>conftest.er1
10738   ac_status=$?
10739   grep -v '^ *+' conftest.er1 >conftest.err
10740   rm -f conftest.er1
10741   cat conftest.err >&5
10742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743   (exit $ac_status); } && {
10744          test -z "$ac_c_werror_flag" ||
10745          test ! -s conftest.err
10746        } && test -s conftest$ac_exeext &&
10747        $as_test_x conftest$ac_exeext; then
10748   case "$LIBEXT" in
10749     dll) ;;
10750     dylib) ac_cv_lib_soname_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'` ;;
10751     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10752   esac
10753 else
10754   echo "$as_me: failed program was:" >&5
10755 sed 's/^/| /' conftest.$ac_ext >&5
10756
10757
10758 fi
10759
10760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10761       conftest$ac_exeext conftest.$ac_ext
10762   LIBS=$ac_check_soname_save_LIBS
10763 fi
10764 if test "x$ac_cv_lib_soname_GL" = "x"; then
10765   { echo "$as_me:$LINENO: result: not found" >&5
10766 echo "${ECHO_T}not found" >&6; }
10767        { echo "$as_me:$LINENO: checking for -lGL" >&5
10768 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
10769 if test "${ac_cv_lib_soname_GL+set}" = set; then
10770   echo $ECHO_N "(cached) $ECHO_C" >&6
10771 else
10772   ac_check_soname_save_LIBS=$LIBS
10773 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
10774   cat >conftest.$ac_ext <<_ACEOF
10775 /* confdefs.h.  */
10776 _ACEOF
10777 cat confdefs.h >>conftest.$ac_ext
10778 cat >>conftest.$ac_ext <<_ACEOF
10779 /* end confdefs.h.  */
10780
10781 /* Override any GCC internal prototype to avoid an error.
10782    Use char because int might match the return type of a GCC
10783    builtin and then its argument prototype would still apply.  */
10784 #ifdef __cplusplus
10785 extern "C"
10786 #endif
10787 char glXCreateContext ();
10788 int
10789 main ()
10790 {
10791 return glXCreateContext ();
10792   ;
10793   return 0;
10794 }
10795 _ACEOF
10796 rm -f conftest.$ac_objext conftest$ac_exeext
10797 if { (ac_try="$ac_link"
10798 case "(($ac_try" in
10799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10800   *) ac_try_echo=$ac_try;;
10801 esac
10802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10803   (eval "$ac_link") 2>conftest.er1
10804   ac_status=$?
10805   grep -v '^ *+' conftest.er1 >conftest.err
10806   rm -f conftest.er1
10807   cat conftest.err >&5
10808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10809   (exit $ac_status); } && {
10810          test -z "$ac_c_werror_flag" ||
10811          test ! -s conftest.err
10812        } && test -s conftest$ac_exeext &&
10813        $as_test_x conftest$ac_exeext; then
10814   case "$LIBEXT" in
10815     dll) ;;
10816     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'` ;;
10817     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10818   esac
10819 else
10820   echo "$as_me: failed program was:" >&5
10821 sed 's/^/| /' conftest.$ac_ext >&5
10822
10823
10824 fi
10825
10826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10827       conftest$ac_exeext conftest.$ac_ext
10828   LIBS=$ac_check_soname_save_LIBS
10829 fi
10830 if test "x$ac_cv_lib_soname_GL" = "x"; then
10831   { echo "$as_me:$LINENO: result: not found" >&5
10832 echo "${ECHO_T}not found" >&6; }
10833        if test -f /usr/X11R6/lib/libGL.a
10834                                     then
10835                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10836 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10837                                     else
10838                                         opengl_msg="No OpenGL library found on this system."
10839                                     fi
10840 else
10841   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
10842 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
10843
10844 cat >>confdefs.h <<_ACEOF
10845 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10846 _ACEOF
10847
10848        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
10849                                     OPENGLFILES='$(OPENGLFILES)'
10850
10851 cat >>confdefs.h <<\_ACEOF
10852 #define HAVE_OPENGL 1
10853 _ACEOF
10854
10855 fi
10856
10857 else
10858   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
10859 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
10860
10861 cat >>confdefs.h <<_ACEOF
10862 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10863 _ACEOF
10864
10865        OPENGL_LIBS="-lGL"
10866                              OPENGLFILES='$(OPENGLFILES)'
10867
10868 cat >>confdefs.h <<\_ACEOF
10869 #define HAVE_OPENGL 1
10870 _ACEOF
10871
10872 fi
10873
10874
10875                                 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
10876 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
10877 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
10878   echo $ECHO_N "(cached) $ECHO_C" >&6
10879 else
10880   ac_check_lib_save_LIBS=$LIBS
10881 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
10882 cat >conftest.$ac_ext <<_ACEOF
10883 /* confdefs.h.  */
10884 _ACEOF
10885 cat confdefs.h >>conftest.$ac_ext
10886 cat >>conftest.$ac_ext <<_ACEOF
10887 /* end confdefs.h.  */
10888
10889 /* Override any GCC internal prototype to avoid an error.
10890    Use char because int might match the return type of a GCC
10891    builtin and then its argument prototype would still apply.  */
10892 #ifdef __cplusplus
10893 extern "C"
10894 #endif
10895 char gluLookAt ();
10896 int
10897 main ()
10898 {
10899 return gluLookAt ();
10900   ;
10901   return 0;
10902 }
10903 _ACEOF
10904 rm -f conftest.$ac_objext conftest$ac_exeext
10905 if { (ac_try="$ac_link"
10906 case "(($ac_try" in
10907   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10908   *) ac_try_echo=$ac_try;;
10909 esac
10910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10911   (eval "$ac_link") 2>conftest.er1
10912   ac_status=$?
10913   grep -v '^ *+' conftest.er1 >conftest.err
10914   rm -f conftest.er1
10915   cat conftest.err >&5
10916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10917   (exit $ac_status); } && {
10918          test -z "$ac_c_werror_flag" ||
10919          test ! -s conftest.err
10920        } && test -s conftest$ac_exeext &&
10921        $as_test_x conftest$ac_exeext; then
10922   ac_cv_lib_GLU_gluLookAt=yes
10923 else
10924   echo "$as_me: failed program was:" >&5
10925 sed 's/^/| /' conftest.$ac_ext >&5
10926
10927         ac_cv_lib_GLU_gluLookAt=no
10928 fi
10929
10930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10931       conftest$ac_exeext conftest.$ac_ext
10932 LIBS=$ac_check_lib_save_LIBS
10933 fi
10934 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
10935 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
10936 if test $ac_cv_lib_GLU_gluLookAt = yes; then
10937   OPENGL_LIBS="$OPENGL_LIBS -lGLU"
10938                              GLU32FILES='$(GLU32FILES)'
10939
10940 fi
10941
10942              else
10943                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
10944              fi
10945          else
10946              opengl_msg="OpenGL development headers not found."
10947          fi
10948     fi
10949     if test -n "$opengl_msg"; then
10950   case "x$with_opengl" in
10951   x)   wine_warnings="$wine_warnings|$opengl_msg
10952 OpenGL and Direct3D won't be supported." ;;
10953   xno) ;;
10954   *)   { { echo "$as_me:$LINENO: error: $opengl_msg
10955 OpenGL and Direct3D won't be supported.
10956 This is an error since --with-opengl was requested." >&5
10957 echo "$as_me: error: $opengl_msg
10958 OpenGL and Direct3D won't be supported.
10959 This is an error since --with-opengl was requested." >&2;}
10960    { (exit 1); exit 1; }; } ;;
10961 esac
10962 fi
10963
10964
10965         NASLIBS=""
10966
10967
10968 for ac_header in audio/audiolib.h
10969 do
10970 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10971 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10972   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10973 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10974 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10975   echo $ECHO_N "(cached) $ECHO_C" >&6
10976 fi
10977 ac_res=`eval echo '${'$as_ac_Header'}'`
10978                { echo "$as_me:$LINENO: result: $ac_res" >&5
10979 echo "${ECHO_T}$ac_res" >&6; }
10980 else
10981   # Is the header compilable?
10982 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10983 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10984 cat >conftest.$ac_ext <<_ACEOF
10985 /* confdefs.h.  */
10986 _ACEOF
10987 cat confdefs.h >>conftest.$ac_ext
10988 cat >>conftest.$ac_ext <<_ACEOF
10989 /* end confdefs.h.  */
10990 $ac_includes_default
10991 #include <$ac_header>
10992 _ACEOF
10993 rm -f conftest.$ac_objext
10994 if { (ac_try="$ac_compile"
10995 case "(($ac_try" in
10996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10997   *) ac_try_echo=$ac_try;;
10998 esac
10999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11000   (eval "$ac_compile") 2>conftest.er1
11001   ac_status=$?
11002   grep -v '^ *+' conftest.er1 >conftest.err
11003   rm -f conftest.er1
11004   cat conftest.err >&5
11005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11006   (exit $ac_status); } && {
11007          test -z "$ac_c_werror_flag" ||
11008          test ! -s conftest.err
11009        } && test -s conftest.$ac_objext; then
11010   ac_header_compiler=yes
11011 else
11012   echo "$as_me: failed program was:" >&5
11013 sed 's/^/| /' conftest.$ac_ext >&5
11014
11015         ac_header_compiler=no
11016 fi
11017
11018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11019 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11020 echo "${ECHO_T}$ac_header_compiler" >&6; }
11021
11022 # Is the header present?
11023 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11024 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11025 cat >conftest.$ac_ext <<_ACEOF
11026 /* confdefs.h.  */
11027 _ACEOF
11028 cat confdefs.h >>conftest.$ac_ext
11029 cat >>conftest.$ac_ext <<_ACEOF
11030 /* end confdefs.h.  */
11031 #include <$ac_header>
11032 _ACEOF
11033 if { (ac_try="$ac_cpp conftest.$ac_ext"
11034 case "(($ac_try" in
11035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11036   *) ac_try_echo=$ac_try;;
11037 esac
11038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11040   ac_status=$?
11041   grep -v '^ *+' conftest.er1 >conftest.err
11042   rm -f conftest.er1
11043   cat conftest.err >&5
11044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045   (exit $ac_status); } >/dev/null && {
11046          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11047          test ! -s conftest.err
11048        }; then
11049   ac_header_preproc=yes
11050 else
11051   echo "$as_me: failed program was:" >&5
11052 sed 's/^/| /' conftest.$ac_ext >&5
11053
11054   ac_header_preproc=no
11055 fi
11056
11057 rm -f conftest.err conftest.$ac_ext
11058 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11059 echo "${ECHO_T}$ac_header_preproc" >&6; }
11060
11061 # So?  What about this header?
11062 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11063   yes:no: )
11064     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11065 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11066     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11067 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11068     ac_header_preproc=yes
11069     ;;
11070   no:yes:* )
11071     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11072 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11073     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11074 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11075     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11076 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11077     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11078 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11079     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11080 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11081     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11082 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11083     ( cat <<\_ASBOX
11084 ## ------------------------------------ ##
11085 ## Report this to wine-devel@winehq.org ##
11086 ## ------------------------------------ ##
11087 _ASBOX
11088      ) | sed "s/^/$as_me: WARNING:     /" >&2
11089     ;;
11090 esac
11091 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11092 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11093 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11094   echo $ECHO_N "(cached) $ECHO_C" >&6
11095 else
11096   eval "$as_ac_Header=\$ac_header_preproc"
11097 fi
11098 ac_res=`eval echo '${'$as_ac_Header'}'`
11099                { echo "$as_me:$LINENO: result: $ac_res" >&5
11100 echo "${ECHO_T}$ac_res" >&6; }
11101
11102 fi
11103 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11104   cat >>confdefs.h <<_ACEOF
11105 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11106 _ACEOF
11107
11108 for ac_header in audio/soundlib.h
11109 do
11110 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11111 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11114   echo $ECHO_N "(cached) $ECHO_C" >&6
11115 else
11116   cat >conftest.$ac_ext <<_ACEOF
11117 /* confdefs.h.  */
11118 _ACEOF
11119 cat confdefs.h >>conftest.$ac_ext
11120 cat >>conftest.$ac_ext <<_ACEOF
11121 /* end confdefs.h.  */
11122 #include <audio/audiolib.h>
11123
11124 #include <$ac_header>
11125 _ACEOF
11126 rm -f conftest.$ac_objext
11127 if { (ac_try="$ac_compile"
11128 case "(($ac_try" in
11129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11130   *) ac_try_echo=$ac_try;;
11131 esac
11132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11133   (eval "$ac_compile") 2>conftest.er1
11134   ac_status=$?
11135   grep -v '^ *+' conftest.er1 >conftest.err
11136   rm -f conftest.er1
11137   cat conftest.err >&5
11138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11139   (exit $ac_status); } && {
11140          test -z "$ac_c_werror_flag" ||
11141          test ! -s conftest.err
11142        } && test -s conftest.$ac_objext; then
11143   eval "$as_ac_Header=yes"
11144 else
11145   echo "$as_me: failed program was:" >&5
11146 sed 's/^/| /' conftest.$ac_ext >&5
11147
11148         eval "$as_ac_Header=no"
11149 fi
11150
11151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11152 fi
11153 ac_res=`eval echo '${'$as_ac_Header'}'`
11154                { echo "$as_me:$LINENO: result: $ac_res" >&5
11155 echo "${ECHO_T}$ac_res" >&6; }
11156 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11157   cat >>confdefs.h <<_ACEOF
11158 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11159 _ACEOF
11160
11161 fi
11162
11163 done
11164
11165           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11166 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11167 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11168   echo $ECHO_N "(cached) $ECHO_C" >&6
11169 else
11170   ac_check_lib_save_LIBS=$LIBS
11171 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11172 cat >conftest.$ac_ext <<_ACEOF
11173 /* confdefs.h.  */
11174 _ACEOF
11175 cat confdefs.h >>conftest.$ac_ext
11176 cat >>conftest.$ac_ext <<_ACEOF
11177 /* end confdefs.h.  */
11178
11179 /* Override any GCC internal prototype to avoid an error.
11180    Use char because int might match the return type of a GCC
11181    builtin and then its argument prototype would still apply.  */
11182 #ifdef __cplusplus
11183 extern "C"
11184 #endif
11185 char AuCreateFlow ();
11186 int
11187 main ()
11188 {
11189 return AuCreateFlow ();
11190   ;
11191   return 0;
11192 }
11193 _ACEOF
11194 rm -f conftest.$ac_objext conftest$ac_exeext
11195 if { (ac_try="$ac_link"
11196 case "(($ac_try" in
11197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11198   *) ac_try_echo=$ac_try;;
11199 esac
11200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11201   (eval "$ac_link") 2>conftest.er1
11202   ac_status=$?
11203   grep -v '^ *+' conftest.er1 >conftest.err
11204   rm -f conftest.er1
11205   cat conftest.err >&5
11206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11207   (exit $ac_status); } && {
11208          test -z "$ac_c_werror_flag" ||
11209          test ! -s conftest.err
11210        } && test -s conftest$ac_exeext &&
11211        $as_test_x conftest$ac_exeext; then
11212   ac_cv_lib_audio_AuCreateFlow=yes
11213 else
11214   echo "$as_me: failed program was:" >&5
11215 sed 's/^/| /' conftest.$ac_ext >&5
11216
11217         ac_cv_lib_audio_AuCreateFlow=no
11218 fi
11219
11220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11221       conftest$ac_exeext conftest.$ac_ext
11222 LIBS=$ac_check_lib_save_LIBS
11223 fi
11224 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11225 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11226 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11227
11228 cat >>confdefs.h <<\_ACEOF
11229 #define HAVE_NAS 1
11230 _ACEOF
11231
11232                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11233 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11234 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11235   echo $ECHO_N "(cached) $ECHO_C" >&6
11236 else
11237   ac_check_lib_save_LIBS=$LIBS
11238 LIBS="-lXau $X_LIBS $LIBS"
11239 cat >conftest.$ac_ext <<_ACEOF
11240 /* confdefs.h.  */
11241 _ACEOF
11242 cat confdefs.h >>conftest.$ac_ext
11243 cat >>conftest.$ac_ext <<_ACEOF
11244 /* end confdefs.h.  */
11245
11246 /* Override any GCC internal prototype to avoid an error.
11247    Use char because int might match the return type of a GCC
11248    builtin and then its argument prototype would still apply.  */
11249 #ifdef __cplusplus
11250 extern "C"
11251 #endif
11252 char XauGetBestAuthByAddr ();
11253 int
11254 main ()
11255 {
11256 return XauGetBestAuthByAddr ();
11257   ;
11258   return 0;
11259 }
11260 _ACEOF
11261 rm -f conftest.$ac_objext conftest$ac_exeext
11262 if { (ac_try="$ac_link"
11263 case "(($ac_try" in
11264   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11265   *) ac_try_echo=$ac_try;;
11266 esac
11267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11268   (eval "$ac_link") 2>conftest.er1
11269   ac_status=$?
11270   grep -v '^ *+' conftest.er1 >conftest.err
11271   rm -f conftest.er1
11272   cat conftest.err >&5
11273   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11274   (exit $ac_status); } && {
11275          test -z "$ac_c_werror_flag" ||
11276          test ! -s conftest.err
11277        } && test -s conftest$ac_exeext &&
11278        $as_test_x conftest$ac_exeext; then
11279   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11280 else
11281   echo "$as_me: failed program was:" >&5
11282 sed 's/^/| /' conftest.$ac_ext >&5
11283
11284         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11285 fi
11286
11287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11288       conftest$ac_exeext conftest.$ac_ext
11289 LIBS=$ac_check_lib_save_LIBS
11290 fi
11291 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11292 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11293 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11294   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11295 else
11296   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11297 fi
11298
11299
11300 fi
11301
11302 fi
11303
11304 done
11305
11306
11307     CPPFLAGS="$ac_save_CPPFLAGS"
11308     XFILES='$(XFILES)'
11309 else
11310     XLIB=""
11311     X_CFLAGS=""
11312     X_LIBS=""
11313 fi
11314 if test "x$XLIB" = "x"; then
11315   case "x$with_x" in
11316   x)   wine_warnings="$wine_warnings|X development files not found. Wine will be built
11317 without X support, which probably isn't what you want. You will need to install
11318 development packages of Xlib/Xfree86 at the very least." ;;
11319   xno) ;;
11320   *)   { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11321 without X support, which probably isn't what you want. You will need to install
11322 development packages of Xlib/Xfree86 at the very least.
11323 This is an error since --with-x was requested." >&5
11324 echo "$as_me: error: X development files not found. Wine will be built
11325 without X support, which probably isn't what you want. You will need to install
11326 development packages of Xlib/Xfree86 at the very least.
11327 This is an error since --with-x was requested." >&2;}
11328    { (exit 1); exit 1; }; } ;;
11329 esac
11330 fi
11331
11332
11333
11334 XML2LIBS=""
11335
11336 XML2INCL=""
11337
11338 XSLTLIBS=""
11339
11340 XSLTINCL=""
11341
11342 if test "x$with_xml" != "xno"
11343 then
11344     ac_save_CPPFLAGS="$CPPFLAGS"
11345     if test "$PKG_CONFIG" != "false"
11346     then
11347         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11348         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11349     else
11350         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11351         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
11352     fi
11353     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11354
11355 for ac_header in libxml/parser.h
11356 do
11357 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11358 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11359   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11360 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11361 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11362   echo $ECHO_N "(cached) $ECHO_C" >&6
11363 fi
11364 ac_res=`eval echo '${'$as_ac_Header'}'`
11365                { echo "$as_me:$LINENO: result: $ac_res" >&5
11366 echo "${ECHO_T}$ac_res" >&6; }
11367 else
11368   # Is the header compilable?
11369 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11370 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11371 cat >conftest.$ac_ext <<_ACEOF
11372 /* confdefs.h.  */
11373 _ACEOF
11374 cat confdefs.h >>conftest.$ac_ext
11375 cat >>conftest.$ac_ext <<_ACEOF
11376 /* end confdefs.h.  */
11377 $ac_includes_default
11378 #include <$ac_header>
11379 _ACEOF
11380 rm -f conftest.$ac_objext
11381 if { (ac_try="$ac_compile"
11382 case "(($ac_try" in
11383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11384   *) ac_try_echo=$ac_try;;
11385 esac
11386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11387   (eval "$ac_compile") 2>conftest.er1
11388   ac_status=$?
11389   grep -v '^ *+' conftest.er1 >conftest.err
11390   rm -f conftest.er1
11391   cat conftest.err >&5
11392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11393   (exit $ac_status); } && {
11394          test -z "$ac_c_werror_flag" ||
11395          test ! -s conftest.err
11396        } && test -s conftest.$ac_objext; then
11397   ac_header_compiler=yes
11398 else
11399   echo "$as_me: failed program was:" >&5
11400 sed 's/^/| /' conftest.$ac_ext >&5
11401
11402         ac_header_compiler=no
11403 fi
11404
11405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11406 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11407 echo "${ECHO_T}$ac_header_compiler" >&6; }
11408
11409 # Is the header present?
11410 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11411 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11412 cat >conftest.$ac_ext <<_ACEOF
11413 /* confdefs.h.  */
11414 _ACEOF
11415 cat confdefs.h >>conftest.$ac_ext
11416 cat >>conftest.$ac_ext <<_ACEOF
11417 /* end confdefs.h.  */
11418 #include <$ac_header>
11419 _ACEOF
11420 if { (ac_try="$ac_cpp conftest.$ac_ext"
11421 case "(($ac_try" in
11422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11423   *) ac_try_echo=$ac_try;;
11424 esac
11425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11426   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11427   ac_status=$?
11428   grep -v '^ *+' conftest.er1 >conftest.err
11429   rm -f conftest.er1
11430   cat conftest.err >&5
11431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432   (exit $ac_status); } >/dev/null && {
11433          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11434          test ! -s conftest.err
11435        }; then
11436   ac_header_preproc=yes
11437 else
11438   echo "$as_me: failed program was:" >&5
11439 sed 's/^/| /' conftest.$ac_ext >&5
11440
11441   ac_header_preproc=no
11442 fi
11443
11444 rm -f conftest.err conftest.$ac_ext
11445 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11446 echo "${ECHO_T}$ac_header_preproc" >&6; }
11447
11448 # So?  What about this header?
11449 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11450   yes:no: )
11451     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11452 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11453     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11454 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11455     ac_header_preproc=yes
11456     ;;
11457   no:yes:* )
11458     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11459 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11460     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11461 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11462     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11463 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11464     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11465 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11466     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11467 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11468     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11469 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11470     ( cat <<\_ASBOX
11471 ## ------------------------------------ ##
11472 ## Report this to wine-devel@winehq.org ##
11473 ## ------------------------------------ ##
11474 _ASBOX
11475      ) | sed "s/^/$as_me: WARNING:     /" >&2
11476     ;;
11477 esac
11478 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11479 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11480 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11481   echo $ECHO_N "(cached) $ECHO_C" >&6
11482 else
11483   eval "$as_ac_Header=\$ac_header_preproc"
11484 fi
11485 ac_res=`eval echo '${'$as_ac_Header'}'`
11486                { echo "$as_me:$LINENO: result: $ac_res" >&5
11487 echo "${ECHO_T}$ac_res" >&6; }
11488
11489 fi
11490 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11491   cat >>confdefs.h <<_ACEOF
11492 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11493 _ACEOF
11494  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11495 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11496 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11497   echo $ECHO_N "(cached) $ECHO_C" >&6
11498 else
11499   ac_check_lib_save_LIBS=$LIBS
11500 LIBS="-lxml2 $ac_xml_libs $LIBS"
11501 cat >conftest.$ac_ext <<_ACEOF
11502 /* confdefs.h.  */
11503 _ACEOF
11504 cat confdefs.h >>conftest.$ac_ext
11505 cat >>conftest.$ac_ext <<_ACEOF
11506 /* end confdefs.h.  */
11507
11508 /* Override any GCC internal prototype to avoid an error.
11509    Use char because int might match the return type of a GCC
11510    builtin and then its argument prototype would still apply.  */
11511 #ifdef __cplusplus
11512 extern "C"
11513 #endif
11514 char xmlParseMemory ();
11515 int
11516 main ()
11517 {
11518 return xmlParseMemory ();
11519   ;
11520   return 0;
11521 }
11522 _ACEOF
11523 rm -f conftest.$ac_objext conftest$ac_exeext
11524 if { (ac_try="$ac_link"
11525 case "(($ac_try" in
11526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11527   *) ac_try_echo=$ac_try;;
11528 esac
11529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11530   (eval "$ac_link") 2>conftest.er1
11531   ac_status=$?
11532   grep -v '^ *+' conftest.er1 >conftest.err
11533   rm -f conftest.er1
11534   cat conftest.err >&5
11535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11536   (exit $ac_status); } && {
11537          test -z "$ac_c_werror_flag" ||
11538          test ! -s conftest.err
11539        } && test -s conftest$ac_exeext &&
11540        $as_test_x conftest$ac_exeext; then
11541   ac_cv_lib_xml2_xmlParseMemory=yes
11542 else
11543   echo "$as_me: failed program was:" >&5
11544 sed 's/^/| /' conftest.$ac_ext >&5
11545
11546         ac_cv_lib_xml2_xmlParseMemory=no
11547 fi
11548
11549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11550       conftest$ac_exeext conftest.$ac_ext
11551 LIBS=$ac_check_lib_save_LIBS
11552 fi
11553 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11554 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11555 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11556
11557 cat >>confdefs.h <<\_ACEOF
11558 #define HAVE_LIBXML2 1
11559 _ACEOF
11560
11561                  XML2LIBS="$ac_xml_libs"
11562                  XML2INCL="$ac_xml_cflags"
11563 fi
11564
11565              { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11566 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11567 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11568   echo $ECHO_N "(cached) $ECHO_C" >&6
11569 else
11570   ac_check_lib_save_LIBS=$LIBS
11571 LIBS="-lxml2 $ac_xml_libs $LIBS"
11572 cat >conftest.$ac_ext <<_ACEOF
11573 /* confdefs.h.  */
11574 _ACEOF
11575 cat confdefs.h >>conftest.$ac_ext
11576 cat >>conftest.$ac_ext <<_ACEOF
11577 /* end confdefs.h.  */
11578
11579 /* Override any GCC internal prototype to avoid an error.
11580    Use char because int might match the return type of a GCC
11581    builtin and then its argument prototype would still apply.  */
11582 #ifdef __cplusplus
11583 extern "C"
11584 #endif
11585 char xmlReadMemory ();
11586 int
11587 main ()
11588 {
11589 return xmlReadMemory ();
11590   ;
11591   return 0;
11592 }
11593 _ACEOF
11594 rm -f conftest.$ac_objext conftest$ac_exeext
11595 if { (ac_try="$ac_link"
11596 case "(($ac_try" in
11597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11598   *) ac_try_echo=$ac_try;;
11599 esac
11600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11601   (eval "$ac_link") 2>conftest.er1
11602   ac_status=$?
11603   grep -v '^ *+' conftest.er1 >conftest.err
11604   rm -f conftest.er1
11605   cat conftest.err >&5
11606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11607   (exit $ac_status); } && {
11608          test -z "$ac_c_werror_flag" ||
11609          test ! -s conftest.err
11610        } && test -s conftest$ac_exeext &&
11611        $as_test_x conftest$ac_exeext; then
11612   ac_cv_lib_xml2_xmlReadMemory=yes
11613 else
11614   echo "$as_me: failed program was:" >&5
11615 sed 's/^/| /' conftest.$ac_ext >&5
11616
11617         ac_cv_lib_xml2_xmlReadMemory=no
11618 fi
11619
11620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11621       conftest$ac_exeext conftest.$ac_ext
11622 LIBS=$ac_check_lib_save_LIBS
11623 fi
11624 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11625 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11626 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
11627
11628 cat >>confdefs.h <<\_ACEOF
11629 #define HAVE_XMLREADMEMORY 1
11630 _ACEOF
11631
11632 fi
11633
11634              { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
11635 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
11636 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
11637   echo $ECHO_N "(cached) $ECHO_C" >&6
11638 else
11639   ac_check_lib_save_LIBS=$LIBS
11640 LIBS="-lxml2 $ac_xml_libs $LIBS"
11641 cat >conftest.$ac_ext <<_ACEOF
11642 /* confdefs.h.  */
11643 _ACEOF
11644 cat confdefs.h >>conftest.$ac_ext
11645 cat >>conftest.$ac_ext <<_ACEOF
11646 /* end confdefs.h.  */
11647
11648 /* Override any GCC internal prototype to avoid an error.
11649    Use char because int might match the return type of a GCC
11650    builtin and then its argument prototype would still apply.  */
11651 #ifdef __cplusplus
11652 extern "C"
11653 #endif
11654 char xmlNewDocPI ();
11655 int
11656 main ()
11657 {
11658 return xmlNewDocPI ();
11659   ;
11660   return 0;
11661 }
11662 _ACEOF
11663 rm -f conftest.$ac_objext conftest$ac_exeext
11664 if { (ac_try="$ac_link"
11665 case "(($ac_try" in
11666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11667   *) ac_try_echo=$ac_try;;
11668 esac
11669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11670   (eval "$ac_link") 2>conftest.er1
11671   ac_status=$?
11672   grep -v '^ *+' conftest.er1 >conftest.err
11673   rm -f conftest.er1
11674   cat conftest.err >&5
11675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11676   (exit $ac_status); } && {
11677          test -z "$ac_c_werror_flag" ||
11678          test ! -s conftest.err
11679        } && test -s conftest$ac_exeext &&
11680        $as_test_x conftest$ac_exeext; then
11681   ac_cv_lib_xml2_xmlNewDocPI=yes
11682 else
11683   echo "$as_me: failed program was:" >&5
11684 sed 's/^/| /' conftest.$ac_ext >&5
11685
11686         ac_cv_lib_xml2_xmlNewDocPI=no
11687 fi
11688
11689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11690       conftest$ac_exeext conftest.$ac_ext
11691 LIBS=$ac_check_lib_save_LIBS
11692 fi
11693 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11694 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11695 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
11696
11697 cat >>confdefs.h <<\_ACEOF
11698 #define HAVE_XMLNEWDOCPI 1
11699 _ACEOF
11700
11701 fi
11702
11703
11704 fi
11705
11706 done
11707
11708     CPPFLAGS="$ac_save_CPPFLAGS"
11709 fi
11710 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
11711   case "x$with_xml" in
11712   x)   wine_notices="$wine_notices|libxml2 development files not found, XML won't be supported." ;;
11713   xno) ;;
11714   *)   { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
11715 This is an error since --with-xml was requested." >&5
11716 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
11717 This is an error since --with-xml was requested." >&2;}
11718    { (exit 1); exit 1; }; } ;;
11719 esac
11720 fi
11721
11722
11723 if test "x$with_xslt" != "xno"
11724 then
11725     if test "$PKG_CONFIG" != "false"
11726     then
11727         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
11728         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
11729     else
11730         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
11731         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
11732     fi
11733     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
11734
11735
11736 for ac_header in libxslt/pattern.h libxslt/transform.h
11737 do
11738 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11739 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11742   echo $ECHO_N "(cached) $ECHO_C" >&6
11743 else
11744   cat >conftest.$ac_ext <<_ACEOF
11745 /* confdefs.h.  */
11746 _ACEOF
11747 cat confdefs.h >>conftest.$ac_ext
11748 cat >>conftest.$ac_ext <<_ACEOF
11749 /* end confdefs.h.  */
11750 #ifdef HAVE_LIBXSLT_PATTERN_H
11751 # include <libxslt/pattern.h>
11752 #endif
11753
11754 #include <$ac_header>
11755 _ACEOF
11756 rm -f conftest.$ac_objext
11757 if { (ac_try="$ac_compile"
11758 case "(($ac_try" in
11759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11760   *) ac_try_echo=$ac_try;;
11761 esac
11762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11763   (eval "$ac_compile") 2>conftest.er1
11764   ac_status=$?
11765   grep -v '^ *+' conftest.er1 >conftest.err
11766   rm -f conftest.er1
11767   cat conftest.err >&5
11768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11769   (exit $ac_status); } && {
11770          test -z "$ac_c_werror_flag" ||
11771          test ! -s conftest.err
11772        } && test -s conftest.$ac_objext; then
11773   eval "$as_ac_Header=yes"
11774 else
11775   echo "$as_me: failed program was:" >&5
11776 sed 's/^/| /' conftest.$ac_ext >&5
11777
11778         eval "$as_ac_Header=no"
11779 fi
11780
11781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11782 fi
11783 ac_res=`eval echo '${'$as_ac_Header'}'`
11784                { echo "$as_me:$LINENO: result: $ac_res" >&5
11785 echo "${ECHO_T}$ac_res" >&6; }
11786 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11787   cat >>confdefs.h <<_ACEOF
11788 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11789 _ACEOF
11790  { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
11791 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
11792 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
11793   echo $ECHO_N "(cached) $ECHO_C" >&6
11794 else
11795   ac_check_lib_save_LIBS=$LIBS
11796 LIBS="-lxslt $ac_xslt_libs $LIBS"
11797 cat >conftest.$ac_ext <<_ACEOF
11798 /* confdefs.h.  */
11799 _ACEOF
11800 cat confdefs.h >>conftest.$ac_ext
11801 cat >>conftest.$ac_ext <<_ACEOF
11802 /* end confdefs.h.  */
11803
11804 /* Override any GCC internal prototype to avoid an error.
11805    Use char because int might match the return type of a GCC
11806    builtin and then its argument prototype would still apply.  */
11807 #ifdef __cplusplus
11808 extern "C"
11809 #endif
11810 char xsltCompilePattern ();
11811 int
11812 main ()
11813 {
11814 return xsltCompilePattern ();
11815   ;
11816   return 0;
11817 }
11818 _ACEOF
11819 rm -f conftest.$ac_objext conftest$ac_exeext
11820 if { (ac_try="$ac_link"
11821 case "(($ac_try" in
11822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11823   *) ac_try_echo=$ac_try;;
11824 esac
11825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11826   (eval "$ac_link") 2>conftest.er1
11827   ac_status=$?
11828   grep -v '^ *+' conftest.er1 >conftest.err
11829   rm -f conftest.er1
11830   cat conftest.err >&5
11831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11832   (exit $ac_status); } && {
11833          test -z "$ac_c_werror_flag" ||
11834          test ! -s conftest.err
11835        } && test -s conftest$ac_exeext &&
11836        $as_test_x conftest$ac_exeext; then
11837   ac_cv_lib_xslt_xsltCompilePattern=yes
11838 else
11839   echo "$as_me: failed program was:" >&5
11840 sed 's/^/| /' conftest.$ac_ext >&5
11841
11842         ac_cv_lib_xslt_xsltCompilePattern=no
11843 fi
11844
11845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11846       conftest$ac_exeext conftest.$ac_ext
11847 LIBS=$ac_check_lib_save_LIBS
11848 fi
11849 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
11850 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
11851 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
11852
11853 cat >>confdefs.h <<\_ACEOF
11854 #define HAVE_LIBXSLT 1
11855 _ACEOF
11856
11857                  XSLTLIBS="$ac_xslt_libs"
11858                  XSLTINCL="$ac_xslt_cflags"
11859 fi
11860
11861
11862 fi
11863
11864 done
11865
11866     CPPFLAGS="$ac_save_CPPFLAGS"
11867 fi
11868 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
11869   case "x$with_xslt" in
11870   x)   wine_notices="$wine_notices|libxslt development files not found, xslt won't be supported." ;;
11871   xno) ;;
11872   *)   { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
11873 This is an error since --with-xslt was requested." >&5
11874 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
11875 This is an error since --with-xslt was requested." >&2;}
11876    { (exit 1); exit 1; }; } ;;
11877 esac
11878 fi
11879
11880
11881 HALINCL=""
11882
11883 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
11884 then
11885     ac_save_CPPFLAGS="$CPPFLAGS"
11886     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
11887     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
11888     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
11889
11890
11891 for ac_header in dbus/dbus.h hal/libhal.h
11892 do
11893 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11894 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11895   { echo "$as_me:$LINENO: checking for $ac_header" >&5
11896 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11897 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11898   echo $ECHO_N "(cached) $ECHO_C" >&6
11899 fi
11900 ac_res=`eval echo '${'$as_ac_Header'}'`
11901                { echo "$as_me:$LINENO: result: $ac_res" >&5
11902 echo "${ECHO_T}$ac_res" >&6; }
11903 else
11904   # Is the header compilable?
11905 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11906 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11907 cat >conftest.$ac_ext <<_ACEOF
11908 /* confdefs.h.  */
11909 _ACEOF
11910 cat confdefs.h >>conftest.$ac_ext
11911 cat >>conftest.$ac_ext <<_ACEOF
11912 /* end confdefs.h.  */
11913 $ac_includes_default
11914 #include <$ac_header>
11915 _ACEOF
11916 rm -f conftest.$ac_objext
11917 if { (ac_try="$ac_compile"
11918 case "(($ac_try" in
11919   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11920   *) ac_try_echo=$ac_try;;
11921 esac
11922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11923   (eval "$ac_compile") 2>conftest.er1
11924   ac_status=$?
11925   grep -v '^ *+' conftest.er1 >conftest.err
11926   rm -f conftest.er1
11927   cat conftest.err >&5
11928   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11929   (exit $ac_status); } && {
11930          test -z "$ac_c_werror_flag" ||
11931          test ! -s conftest.err
11932        } && test -s conftest.$ac_objext; then
11933   ac_header_compiler=yes
11934 else
11935   echo "$as_me: failed program was:" >&5
11936 sed 's/^/| /' conftest.$ac_ext >&5
11937
11938         ac_header_compiler=no
11939 fi
11940
11941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11942 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11943 echo "${ECHO_T}$ac_header_compiler" >&6; }
11944
11945 # Is the header present?
11946 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11947 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11948 cat >conftest.$ac_ext <<_ACEOF
11949 /* confdefs.h.  */
11950 _ACEOF
11951 cat confdefs.h >>conftest.$ac_ext
11952 cat >>conftest.$ac_ext <<_ACEOF
11953 /* end confdefs.h.  */
11954 #include <$ac_header>
11955 _ACEOF
11956 if { (ac_try="$ac_cpp conftest.$ac_ext"
11957 case "(($ac_try" in
11958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11959   *) ac_try_echo=$ac_try;;
11960 esac
11961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11962   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11963   ac_status=$?
11964   grep -v '^ *+' conftest.er1 >conftest.err
11965   rm -f conftest.er1
11966   cat conftest.err >&5
11967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968   (exit $ac_status); } >/dev/null && {
11969          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11970          test ! -s conftest.err
11971        }; then
11972   ac_header_preproc=yes
11973 else
11974   echo "$as_me: failed program was:" >&5
11975 sed 's/^/| /' conftest.$ac_ext >&5
11976
11977   ac_header_preproc=no
11978 fi
11979
11980 rm -f conftest.err conftest.$ac_ext
11981 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11982 echo "${ECHO_T}$ac_header_preproc" >&6; }
11983
11984 # So?  What about this header?
11985 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11986   yes:no: )
11987     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11988 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11989     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11990 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11991     ac_header_preproc=yes
11992     ;;
11993   no:yes:* )
11994     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11995 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11996     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11997 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11998     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11999 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12000     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12001 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12002     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12003 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12004     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12005 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12006     ( cat <<\_ASBOX
12007 ## ------------------------------------ ##
12008 ## Report this to wine-devel@winehq.org ##
12009 ## ------------------------------------ ##
12010 _ASBOX
12011      ) | sed "s/^/$as_me: WARNING:     /" >&2
12012     ;;
12013 esac
12014 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12015 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12017   echo $ECHO_N "(cached) $ECHO_C" >&6
12018 else
12019   eval "$as_ac_Header=\$ac_header_preproc"
12020 fi
12021 ac_res=`eval echo '${'$as_ac_Header'}'`
12022                { echo "$as_me:$LINENO: result: $ac_res" >&5
12023 echo "${ECHO_T}$ac_res" >&6; }
12024
12025 fi
12026 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12027   cat >>confdefs.h <<_ACEOF
12028 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12029 _ACEOF
12030
12031 fi
12032
12033 done
12034
12035     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12036     then
12037         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12038 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12039 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12040   echo $ECHO_N "(cached) $ECHO_C" >&6
12041 else
12042   ac_check_lib_save_LIBS=$LIBS
12043 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12044 cat >conftest.$ac_ext <<_ACEOF
12045 /* confdefs.h.  */
12046 _ACEOF
12047 cat confdefs.h >>conftest.$ac_ext
12048 cat >>conftest.$ac_ext <<_ACEOF
12049 /* end confdefs.h.  */
12050
12051 /* Override any GCC internal prototype to avoid an error.
12052    Use char because int might match the return type of a GCC
12053    builtin and then its argument prototype would still apply.  */
12054 #ifdef __cplusplus
12055 extern "C"
12056 #endif
12057 char dbus_connection_close ();
12058 int
12059 main ()
12060 {
12061 return dbus_connection_close ();
12062   ;
12063   return 0;
12064 }
12065 _ACEOF
12066 rm -f conftest.$ac_objext conftest$ac_exeext
12067 if { (ac_try="$ac_link"
12068 case "(($ac_try" in
12069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12070   *) ac_try_echo=$ac_try;;
12071 esac
12072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12073   (eval "$ac_link") 2>conftest.er1
12074   ac_status=$?
12075   grep -v '^ *+' conftest.er1 >conftest.err
12076   rm -f conftest.er1
12077   cat conftest.err >&5
12078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12079   (exit $ac_status); } && {
12080          test -z "$ac_c_werror_flag" ||
12081          test ! -s conftest.err
12082        } && test -s conftest$ac_exeext &&
12083        $as_test_x conftest$ac_exeext; then
12084   ac_cv_lib_dbus_1_dbus_connection_close=yes
12085 else
12086   echo "$as_me: failed program was:" >&5
12087 sed 's/^/| /' conftest.$ac_ext >&5
12088
12089         ac_cv_lib_dbus_1_dbus_connection_close=no
12090 fi
12091
12092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12093       conftest$ac_exeext conftest.$ac_ext
12094 LIBS=$ac_check_lib_save_LIBS
12095 fi
12096 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12097 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12098 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12099   { echo "$as_me:$LINENO: checking for -lhal" >&5
12100 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12101 if test "${ac_cv_lib_soname_hal+set}" = set; then
12102   echo $ECHO_N "(cached) $ECHO_C" >&6
12103 else
12104   ac_check_soname_save_LIBS=$LIBS
12105 LIBS="-lhal $ac_hal_libs $LIBS"
12106   cat >conftest.$ac_ext <<_ACEOF
12107 /* confdefs.h.  */
12108 _ACEOF
12109 cat confdefs.h >>conftest.$ac_ext
12110 cat >>conftest.$ac_ext <<_ACEOF
12111 /* end confdefs.h.  */
12112
12113 /* Override any GCC internal prototype to avoid an error.
12114    Use char because int might match the return type of a GCC
12115    builtin and then its argument prototype would still apply.  */
12116 #ifdef __cplusplus
12117 extern "C"
12118 #endif
12119 char libhal_ctx_new ();
12120 int
12121 main ()
12122 {
12123 return libhal_ctx_new ();
12124   ;
12125   return 0;
12126 }
12127 _ACEOF
12128 rm -f conftest.$ac_objext conftest$ac_exeext
12129 if { (ac_try="$ac_link"
12130 case "(($ac_try" in
12131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12132   *) ac_try_echo=$ac_try;;
12133 esac
12134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12135   (eval "$ac_link") 2>conftest.er1
12136   ac_status=$?
12137   grep -v '^ *+' conftest.er1 >conftest.err
12138   rm -f conftest.er1
12139   cat conftest.err >&5
12140   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12141   (exit $ac_status); } && {
12142          test -z "$ac_c_werror_flag" ||
12143          test ! -s conftest.err
12144        } && test -s conftest$ac_exeext &&
12145        $as_test_x conftest$ac_exeext; then
12146   case "$LIBEXT" in
12147     dll) ;;
12148     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'` ;;
12149     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12150   esac
12151 else
12152   echo "$as_me: failed program was:" >&5
12153 sed 's/^/| /' conftest.$ac_ext >&5
12154
12155
12156 fi
12157
12158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12159       conftest$ac_exeext conftest.$ac_ext
12160   LIBS=$ac_check_soname_save_LIBS
12161 fi
12162 if test "x$ac_cv_lib_soname_hal" = "x"; then
12163   { echo "$as_me:$LINENO: result: not found" >&5
12164 echo "${ECHO_T}not found" >&6; }
12165
12166 else
12167   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12168 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12169
12170 cat >>confdefs.h <<_ACEOF
12171 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12172 _ACEOF
12173
12174        HALINCL="$ac_hal_cflags"
12175 fi
12176
12177 fi
12178
12179     fi
12180     CPPFLAGS="$ac_save_CPPFLAGS"
12181 fi
12182 if test "x$ac_cv_lib_soname_hal" = "x"; then
12183   case "x$with_hal" in
12184   x)   wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12185   xno) ;;
12186   *)   { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12187 This is an error since --with-hal was requested." >&5
12188 echo "$as_me: error: libhal development files not found, no dynamic device support.
12189 This is an error since --with-hal was requested." >&2;}
12190    { (exit 1); exit 1; }; } ;;
12191 esac
12192 fi
12193
12194
12195 CURSESLIBS=""
12196 if test "$ac_cv_header_ncurses_h" = "yes"
12197 then
12198     { echo "$as_me:$LINENO: checking for -lncurses" >&5
12199 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12200 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12201   echo $ECHO_N "(cached) $ECHO_C" >&6
12202 else
12203   ac_check_soname_save_LIBS=$LIBS
12204 LIBS="-lncurses  $LIBS"
12205   cat >conftest.$ac_ext <<_ACEOF
12206 /* confdefs.h.  */
12207 _ACEOF
12208 cat confdefs.h >>conftest.$ac_ext
12209 cat >>conftest.$ac_ext <<_ACEOF
12210 /* end confdefs.h.  */
12211
12212 /* Override any GCC internal prototype to avoid an error.
12213    Use char because int might match the return type of a GCC
12214    builtin and then its argument prototype would still apply.  */
12215 #ifdef __cplusplus
12216 extern "C"
12217 #endif
12218 char waddch ();
12219 int
12220 main ()
12221 {
12222 return waddch ();
12223   ;
12224   return 0;
12225 }
12226 _ACEOF
12227 rm -f conftest.$ac_objext conftest$ac_exeext
12228 if { (ac_try="$ac_link"
12229 case "(($ac_try" in
12230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12231   *) ac_try_echo=$ac_try;;
12232 esac
12233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12234   (eval "$ac_link") 2>conftest.er1
12235   ac_status=$?
12236   grep -v '^ *+' conftest.er1 >conftest.err
12237   rm -f conftest.er1
12238   cat conftest.err >&5
12239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12240   (exit $ac_status); } && {
12241          test -z "$ac_c_werror_flag" ||
12242          test ! -s conftest.err
12243        } && test -s conftest$ac_exeext &&
12244        $as_test_x conftest$ac_exeext; then
12245   case "$LIBEXT" in
12246     dll) ;;
12247     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'` ;;
12248     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
12249   esac
12250 else
12251   echo "$as_me: failed program was:" >&5
12252 sed 's/^/| /' conftest.$ac_ext >&5
12253
12254
12255 fi
12256
12257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12258       conftest$ac_exeext conftest.$ac_ext
12259   LIBS=$ac_check_soname_save_LIBS
12260 fi
12261 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12262   { echo "$as_me:$LINENO: result: not found" >&5
12263 echo "${ECHO_T}not found" >&6; }
12264
12265 else
12266   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12267 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12268
12269 cat >>confdefs.h <<_ACEOF
12270 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12271 _ACEOF
12272
12273        CURSESLIBS="-lncurses"
12274 fi
12275
12276 elif test "$ac_cv_header_curses_h" = "yes"
12277 then
12278     { echo "$as_me:$LINENO: checking for -lcurses" >&5
12279 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12280 if test "${ac_cv_lib_soname_curses+set}" = set; then
12281   echo $ECHO_N "(cached) $ECHO_C" >&6
12282 else
12283   ac_check_soname_save_LIBS=$LIBS
12284 LIBS="-lcurses  $LIBS"
12285   cat >conftest.$ac_ext <<_ACEOF
12286 /* confdefs.h.  */
12287 _ACEOF
12288 cat confdefs.h >>conftest.$ac_ext
12289 cat >>conftest.$ac_ext <<_ACEOF
12290 /* end confdefs.h.  */
12291
12292 /* Override any GCC internal prototype to avoid an error.
12293    Use char because int might match the return type of a GCC
12294    builtin and then its argument prototype would still apply.  */
12295 #ifdef __cplusplus
12296 extern "C"
12297 #endif
12298 char waddch ();
12299 int
12300 main ()
12301 {
12302 return waddch ();
12303   ;
12304   return 0;
12305 }
12306 _ACEOF
12307 rm -f conftest.$ac_objext conftest$ac_exeext
12308 if { (ac_try="$ac_link"
12309 case "(($ac_try" in
12310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12311   *) ac_try_echo=$ac_try;;
12312 esac
12313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12314   (eval "$ac_link") 2>conftest.er1
12315   ac_status=$?
12316   grep -v '^ *+' conftest.er1 >conftest.err
12317   rm -f conftest.er1
12318   cat conftest.err >&5
12319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12320   (exit $ac_status); } && {
12321          test -z "$ac_c_werror_flag" ||
12322          test ! -s conftest.err
12323        } && test -s conftest$ac_exeext &&
12324        $as_test_x conftest$ac_exeext; then
12325   case "$LIBEXT" in
12326     dll) ;;
12327     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'` ;;
12328     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
12329   esac
12330 else
12331   echo "$as_me: failed program was:" >&5
12332 sed 's/^/| /' conftest.$ac_ext >&5
12333
12334
12335 fi
12336
12337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12338       conftest$ac_exeext conftest.$ac_ext
12339   LIBS=$ac_check_soname_save_LIBS
12340 fi
12341 if test "x$ac_cv_lib_soname_curses" = "x"; then
12342   { echo "$as_me:$LINENO: result: not found" >&5
12343 echo "${ECHO_T}not found" >&6; }
12344
12345 else
12346   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12347 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12348
12349 cat >>confdefs.h <<_ACEOF
12350 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12351 _ACEOF
12352
12353        CURSESLIBS="-lcurses"
12354 fi
12355
12356 fi
12357 ac_save_LIBS="$LIBS"
12358 LIBS="$LIBS $CURSESLIBS"
12359
12360 for ac_func in mousemask
12361 do
12362 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12363 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12364 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12365 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12366   echo $ECHO_N "(cached) $ECHO_C" >&6
12367 else
12368   cat >conftest.$ac_ext <<_ACEOF
12369 /* confdefs.h.  */
12370 _ACEOF
12371 cat confdefs.h >>conftest.$ac_ext
12372 cat >>conftest.$ac_ext <<_ACEOF
12373 /* end confdefs.h.  */
12374 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12375    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12376 #define $ac_func innocuous_$ac_func
12377
12378 /* System header to define __stub macros and hopefully few prototypes,
12379     which can conflict with char $ac_func (); below.
12380     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12381     <limits.h> exists even on freestanding compilers.  */
12382
12383 #ifdef __STDC__
12384 # include <limits.h>
12385 #else
12386 # include <assert.h>
12387 #endif
12388
12389 #undef $ac_func
12390
12391 /* Override any GCC internal prototype to avoid an error.
12392    Use char because int might match the return type of a GCC
12393    builtin and then its argument prototype would still apply.  */
12394 #ifdef __cplusplus
12395 extern "C"
12396 #endif
12397 char $ac_func ();
12398 /* The GNU C library defines this for functions which it implements
12399     to always fail with ENOSYS.  Some functions are actually named
12400     something starting with __ and the normal name is an alias.  */
12401 #if defined __stub_$ac_func || defined __stub___$ac_func
12402 choke me
12403 #endif
12404
12405 int
12406 main ()
12407 {
12408 return $ac_func ();
12409   ;
12410   return 0;
12411 }
12412 _ACEOF
12413 rm -f conftest.$ac_objext conftest$ac_exeext
12414 if { (ac_try="$ac_link"
12415 case "(($ac_try" in
12416   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12417   *) ac_try_echo=$ac_try;;
12418 esac
12419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12420   (eval "$ac_link") 2>conftest.er1
12421   ac_status=$?
12422   grep -v '^ *+' conftest.er1 >conftest.err
12423   rm -f conftest.er1
12424   cat conftest.err >&5
12425   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12426   (exit $ac_status); } && {
12427          test -z "$ac_c_werror_flag" ||
12428          test ! -s conftest.err
12429        } && test -s conftest$ac_exeext &&
12430        $as_test_x conftest$ac_exeext; then
12431   eval "$as_ac_var=yes"
12432 else
12433   echo "$as_me: failed program was:" >&5
12434 sed 's/^/| /' conftest.$ac_ext >&5
12435
12436         eval "$as_ac_var=no"
12437 fi
12438
12439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12440       conftest$ac_exeext conftest.$ac_ext
12441 fi
12442 ac_res=`eval echo '${'$as_ac_var'}'`
12443                { echo "$as_me:$LINENO: result: $ac_res" >&5
12444 echo "${ECHO_T}$ac_res" >&6; }
12445 if test `eval echo '${'$as_ac_var'}'` = yes; then
12446   cat >>confdefs.h <<_ACEOF
12447 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12448 _ACEOF
12449
12450 fi
12451 done
12452
12453 LIBS="$ac_save_LIBS"
12454 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12455   case "x$with_curses" in
12456   x)   wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12457   xno) ;;
12458   *)   { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12459 This is an error since --with-curses was requested." >&5
12460 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12461 This is an error since --with-curses was requested." >&2;}
12462    { (exit 1); exit 1; }; } ;;
12463 esac
12464 fi
12465
12466
12467 # Extract the first word of "sane-config", so it can be a program name with args.
12468 set dummy sane-config; ac_word=$2
12469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12471 if test "${ac_cv_prog_sane_devel+set}" = set; then
12472   echo $ECHO_N "(cached) $ECHO_C" >&6
12473 else
12474   if test -n "$sane_devel"; then
12475   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
12476 else
12477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12478 for as_dir in $PATH
12479 do
12480   IFS=$as_save_IFS
12481   test -z "$as_dir" && as_dir=.
12482   for ac_exec_ext in '' $ac_executable_extensions; do
12483   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12484     ac_cv_prog_sane_devel="sane-config"
12485     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12486     break 2
12487   fi
12488 done
12489 done
12490 IFS=$as_save_IFS
12491
12492   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
12493 fi
12494 fi
12495 sane_devel=$ac_cv_prog_sane_devel
12496 if test -n "$sane_devel"; then
12497   { echo "$as_me:$LINENO: result: $sane_devel" >&5
12498 echo "${ECHO_T}$sane_devel" >&6; }
12499 else
12500   { echo "$as_me:$LINENO: result: no" >&5
12501 echo "${ECHO_T}no" >&6; }
12502 fi
12503
12504
12505 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
12506 then
12507     ac_sane_incl="`$sane_devel --cflags`"
12508     ac_save_CPPFLAGS="$CPPFLAGS"
12509     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
12510     if test "${ac_cv_header_sane_sane_h+set}" = set; then
12511   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
12512 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
12513 if test "${ac_cv_header_sane_sane_h+set}" = set; then
12514   echo $ECHO_N "(cached) $ECHO_C" >&6
12515 fi
12516 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
12517 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
12518 else
12519   # Is the header compilable?
12520 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
12521 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
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 $ac_includes_default
12529 #include <sane/sane.h>
12530 _ACEOF
12531 rm -f conftest.$ac_objext
12532 if { (ac_try="$ac_compile"
12533 case "(($ac_try" in
12534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12535   *) ac_try_echo=$ac_try;;
12536 esac
12537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12538   (eval "$ac_compile") 2>conftest.er1
12539   ac_status=$?
12540   grep -v '^ *+' conftest.er1 >conftest.err
12541   rm -f conftest.er1
12542   cat conftest.err >&5
12543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544   (exit $ac_status); } && {
12545          test -z "$ac_c_werror_flag" ||
12546          test ! -s conftest.err
12547        } && test -s conftest.$ac_objext; then
12548   ac_header_compiler=yes
12549 else
12550   echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12552
12553         ac_header_compiler=no
12554 fi
12555
12556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12557 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12558 echo "${ECHO_T}$ac_header_compiler" >&6; }
12559
12560 # Is the header present?
12561 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
12562 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
12563 cat >conftest.$ac_ext <<_ACEOF
12564 /* confdefs.h.  */
12565 _ACEOF
12566 cat confdefs.h >>conftest.$ac_ext
12567 cat >>conftest.$ac_ext <<_ACEOF
12568 /* end confdefs.h.  */
12569 #include <sane/sane.h>
12570 _ACEOF
12571 if { (ac_try="$ac_cpp conftest.$ac_ext"
12572 case "(($ac_try" in
12573   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12574   *) ac_try_echo=$ac_try;;
12575 esac
12576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12577   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12578   ac_status=$?
12579   grep -v '^ *+' conftest.er1 >conftest.err
12580   rm -f conftest.er1
12581   cat conftest.err >&5
12582   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12583   (exit $ac_status); } >/dev/null && {
12584          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12585          test ! -s conftest.err
12586        }; then
12587   ac_header_preproc=yes
12588 else
12589   echo "$as_me: failed program was:" >&5
12590 sed 's/^/| /' conftest.$ac_ext >&5
12591
12592   ac_header_preproc=no
12593 fi
12594
12595 rm -f conftest.err conftest.$ac_ext
12596 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12597 echo "${ECHO_T}$ac_header_preproc" >&6; }
12598
12599 # So?  What about this header?
12600 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12601   yes:no: )
12602     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
12603 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12604     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
12605 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
12606     ac_header_preproc=yes
12607     ;;
12608   no:yes:* )
12609     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
12610 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
12611     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
12612 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
12613     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
12614 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
12615     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
12616 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12617     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
12618 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
12619     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
12620 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
12621     ( cat <<\_ASBOX
12622 ## ------------------------------------ ##
12623 ## Report this to wine-devel@winehq.org ##
12624 ## ------------------------------------ ##
12625 _ASBOX
12626      ) | sed "s/^/$as_me: WARNING:     /" >&2
12627     ;;
12628 esac
12629 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
12630 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
12631 if test "${ac_cv_header_sane_sane_h+set}" = set; then
12632   echo $ECHO_N "(cached) $ECHO_C" >&6
12633 else
12634   ac_cv_header_sane_sane_h=$ac_header_preproc
12635 fi
12636 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
12637 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
12638
12639 fi
12640 if test $ac_cv_header_sane_sane_h = yes; then
12641   { echo "$as_me:$LINENO: checking for -lsane" >&5
12642 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
12643 if test "${ac_cv_lib_soname_sane+set}" = set; then
12644   echo $ECHO_N "(cached) $ECHO_C" >&6
12645 else
12646   ac_check_soname_save_LIBS=$LIBS
12647 LIBS="-lsane  $LIBS"
12648   cat >conftest.$ac_ext <<_ACEOF
12649 /* confdefs.h.  */
12650 _ACEOF
12651 cat confdefs.h >>conftest.$ac_ext
12652 cat >>conftest.$ac_ext <<_ACEOF
12653 /* end confdefs.h.  */
12654
12655 /* Override any GCC internal prototype to avoid an error.
12656    Use char because int might match the return type of a GCC
12657    builtin and then its argument prototype would still apply.  */
12658 #ifdef __cplusplus
12659 extern "C"
12660 #endif
12661 char sane_init ();
12662 int
12663 main ()
12664 {
12665 return sane_init ();
12666   ;
12667   return 0;
12668 }
12669 _ACEOF
12670 rm -f conftest.$ac_objext conftest$ac_exeext
12671 if { (ac_try="$ac_link"
12672 case "(($ac_try" in
12673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12674   *) ac_try_echo=$ac_try;;
12675 esac
12676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12677   (eval "$ac_link") 2>conftest.er1
12678   ac_status=$?
12679   grep -v '^ *+' conftest.er1 >conftest.err
12680   rm -f conftest.er1
12681   cat conftest.err >&5
12682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12683   (exit $ac_status); } && {
12684          test -z "$ac_c_werror_flag" ||
12685          test ! -s conftest.err
12686        } && test -s conftest$ac_exeext &&
12687        $as_test_x conftest$ac_exeext; then
12688   case "$LIBEXT" in
12689     dll) ;;
12690     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'` ;;
12691     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12692   esac
12693 else
12694   echo "$as_me: failed program was:" >&5
12695 sed 's/^/| /' conftest.$ac_ext >&5
12696
12697
12698 fi
12699
12700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12701       conftest$ac_exeext conftest.$ac_ext
12702   LIBS=$ac_check_soname_save_LIBS
12703 fi
12704 if test "x$ac_cv_lib_soname_sane" = "x"; then
12705   { echo "$as_me:$LINENO: result: not found" >&5
12706 echo "${ECHO_T}not found" >&6; }
12707
12708 else
12709   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
12710 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
12711
12712 cat >>confdefs.h <<_ACEOF
12713 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12714 _ACEOF
12715
12716        SANEINCL="$ac_sane_incl"
12717
12718 fi
12719
12720 fi
12721
12722
12723     CPPFLAGS="$ac_save_CPPFLAGS"
12724 fi
12725 if test "x$ac_cv_lib_soname_sane" = "x"; then
12726   case "x$with_sane" in
12727   x)   wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
12728   xno) ;;
12729   *)   { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
12730 This is an error since --with-sane was requested." >&5
12731 echo "$as_me: error: libsane development files not found, scanners won't be supported.
12732 This is an error since --with-sane was requested." >&2;}
12733    { (exit 1); exit 1; }; } ;;
12734 esac
12735 fi
12736
12737
12738 # Extract the first word of "gphoto2-config", so it can be a program name with args.
12739 set dummy gphoto2-config; ac_word=$2
12740 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12742 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
12743   echo $ECHO_N "(cached) $ECHO_C" >&6
12744 else
12745   if test -n "$gphoto2_devel"; then
12746   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
12747 else
12748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12749 for as_dir in $PATH
12750 do
12751   IFS=$as_save_IFS
12752   test -z "$as_dir" && as_dir=.
12753   for ac_exec_ext in '' $ac_executable_extensions; do
12754   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12755     ac_cv_prog_gphoto2_devel="gphoto2-config"
12756     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12757     break 2
12758   fi
12759 done
12760 done
12761 IFS=$as_save_IFS
12762
12763   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
12764 fi
12765 fi
12766 gphoto2_devel=$ac_cv_prog_gphoto2_devel
12767 if test -n "$gphoto2_devel"; then
12768   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
12769 echo "${ECHO_T}$gphoto2_devel" >&6; }
12770 else
12771   { echo "$as_me:$LINENO: result: no" >&5
12772 echo "${ECHO_T}no" >&6; }
12773 fi
12774
12775
12776 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
12777 set dummy gphoto2-port-config; ac_word=$2
12778 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12779 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12780 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
12781   echo $ECHO_N "(cached) $ECHO_C" >&6
12782 else
12783   if test -n "$gphoto2port_devel"; then
12784   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
12785 else
12786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12787 for as_dir in $PATH
12788 do
12789   IFS=$as_save_IFS
12790   test -z "$as_dir" && as_dir=.
12791   for ac_exec_ext in '' $ac_executable_extensions; do
12792   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12793     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
12794     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12795     break 2
12796   fi
12797 done
12798 done
12799 IFS=$as_save_IFS
12800
12801   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
12802 fi
12803 fi
12804 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
12805 if test -n "$gphoto2port_devel"; then
12806   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
12807 echo "${ECHO_T}$gphoto2port_devel" >&6; }
12808 else
12809   { echo "$as_me:$LINENO: result: no" >&5
12810 echo "${ECHO_T}no" >&6; }
12811 fi
12812
12813
12814 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
12815 then
12816     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
12817     ac_gphoto2_libs=""
12818     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
12819     do
12820       case "$i" in
12821         -L/usr/lib|-L/usr/lib64) ;;
12822         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
12823       esac
12824     done
12825     ac_save_CPPFLAGS="$CPPFLAGS"
12826     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
12827     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
12828   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
12829 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
12830 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
12831   echo $ECHO_N "(cached) $ECHO_C" >&6
12832 fi
12833 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
12834 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
12835 else
12836   # Is the header compilable?
12837 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
12838 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
12839 cat >conftest.$ac_ext <<_ACEOF
12840 /* confdefs.h.  */
12841 _ACEOF
12842 cat confdefs.h >>conftest.$ac_ext
12843 cat >>conftest.$ac_ext <<_ACEOF
12844 /* end confdefs.h.  */
12845 $ac_includes_default
12846 #include <gphoto2-camera.h>
12847 _ACEOF
12848 rm -f conftest.$ac_objext
12849 if { (ac_try="$ac_compile"
12850 case "(($ac_try" in
12851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12852   *) ac_try_echo=$ac_try;;
12853 esac
12854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12855   (eval "$ac_compile") 2>conftest.er1
12856   ac_status=$?
12857   grep -v '^ *+' conftest.er1 >conftest.err
12858   rm -f conftest.er1
12859   cat conftest.err >&5
12860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12861   (exit $ac_status); } && {
12862          test -z "$ac_c_werror_flag" ||
12863          test ! -s conftest.err
12864        } && test -s conftest.$ac_objext; then
12865   ac_header_compiler=yes
12866 else
12867   echo "$as_me: failed program was:" >&5
12868 sed 's/^/| /' conftest.$ac_ext >&5
12869
12870         ac_header_compiler=no
12871 fi
12872
12873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12874 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12875 echo "${ECHO_T}$ac_header_compiler" >&6; }
12876
12877 # Is the header present?
12878 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
12879 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
12880 cat >conftest.$ac_ext <<_ACEOF
12881 /* confdefs.h.  */
12882 _ACEOF
12883 cat confdefs.h >>conftest.$ac_ext
12884 cat >>conftest.$ac_ext <<_ACEOF
12885 /* end confdefs.h.  */
12886 #include <gphoto2-camera.h>
12887 _ACEOF
12888 if { (ac_try="$ac_cpp conftest.$ac_ext"
12889 case "(($ac_try" in
12890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12891   *) ac_try_echo=$ac_try;;
12892 esac
12893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12894   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12895   ac_status=$?
12896   grep -v '^ *+' conftest.er1 >conftest.err
12897   rm -f conftest.er1
12898   cat conftest.err >&5
12899   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12900   (exit $ac_status); } >/dev/null && {
12901          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12902          test ! -s conftest.err
12903        }; then
12904   ac_header_preproc=yes
12905 else
12906   echo "$as_me: failed program was:" >&5
12907 sed 's/^/| /' conftest.$ac_ext >&5
12908
12909   ac_header_preproc=no
12910 fi
12911
12912 rm -f conftest.err conftest.$ac_ext
12913 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12914 echo "${ECHO_T}$ac_header_preproc" >&6; }
12915
12916 # So?  What about this header?
12917 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12918   yes:no: )
12919     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
12920 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12921     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
12922 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
12923     ac_header_preproc=yes
12924     ;;
12925   no:yes:* )
12926     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
12927 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
12928     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
12929 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
12930     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
12931 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
12932     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
12933 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12934     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
12935 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
12936     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
12937 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
12938     ( cat <<\_ASBOX
12939 ## ------------------------------------ ##
12940 ## Report this to wine-devel@winehq.org ##
12941 ## ------------------------------------ ##
12942 _ASBOX
12943      ) | sed "s/^/$as_me: WARNING:     /" >&2
12944     ;;
12945 esac
12946 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
12947 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
12948 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
12949   echo $ECHO_N "(cached) $ECHO_C" >&6
12950 else
12951   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
12952 fi
12953 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
12954 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
12955
12956 fi
12957 if test $ac_cv_header_gphoto2_camera_h = yes; then
12958   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
12959 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
12960 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
12961   echo $ECHO_N "(cached) $ECHO_C" >&6
12962 else
12963   ac_check_lib_save_LIBS=$LIBS
12964 LIBS="-lgphoto2 $GPHOTO2LIBS $LIBS"
12965 cat >conftest.$ac_ext <<_ACEOF
12966 /* confdefs.h.  */
12967 _ACEOF
12968 cat confdefs.h >>conftest.$ac_ext
12969 cat >>conftest.$ac_ext <<_ACEOF
12970 /* end confdefs.h.  */
12971
12972 /* Override any GCC internal prototype to avoid an error.
12973    Use char because int might match the return type of a GCC
12974    builtin and then its argument prototype would still apply.  */
12975 #ifdef __cplusplus
12976 extern "C"
12977 #endif
12978 char gp_camera_new ();
12979 int
12980 main ()
12981 {
12982 return gp_camera_new ();
12983   ;
12984   return 0;
12985 }
12986 _ACEOF
12987 rm -f conftest.$ac_objext conftest$ac_exeext
12988 if { (ac_try="$ac_link"
12989 case "(($ac_try" in
12990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12991   *) ac_try_echo=$ac_try;;
12992 esac
12993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12994   (eval "$ac_link") 2>conftest.er1
12995   ac_status=$?
12996   grep -v '^ *+' conftest.er1 >conftest.err
12997   rm -f conftest.er1
12998   cat conftest.err >&5
12999   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13000   (exit $ac_status); } && {
13001          test -z "$ac_c_werror_flag" ||
13002          test ! -s conftest.err
13003        } && test -s conftest$ac_exeext &&
13004        $as_test_x conftest$ac_exeext; then
13005   ac_cv_lib_gphoto2_gp_camera_new=yes
13006 else
13007   echo "$as_me: failed program was:" >&5
13008 sed 's/^/| /' conftest.$ac_ext >&5
13009
13010         ac_cv_lib_gphoto2_gp_camera_new=no
13011 fi
13012
13013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13014       conftest$ac_exeext conftest.$ac_ext
13015 LIBS=$ac_check_lib_save_LIBS
13016 fi
13017 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13018 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13019 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13020
13021 cat >>confdefs.h <<\_ACEOF
13022 #define HAVE_GPHOTO2 1
13023 _ACEOF
13024
13025                                    GPHOTO2LIBS="$ac_gphoto2_libs"
13026
13027                                    GPHOTO2INCL="$ac_gphoto2_incl"
13028
13029 fi
13030
13031 fi
13032
13033
13034     CPPFLAGS="$ac_save_CPPFLAGS"
13035 fi
13036 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13037   case "x$with_gphoto" in
13038   x)   wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13039   xno) ;;
13040   *)   { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13041 This is an error since --with-gphoto was requested." >&5
13042 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13043 This is an error since --with-gphoto was requested." >&2;}
13044    { (exit 1); exit 1; }; } ;;
13045 esac
13046 fi
13047
13048
13049
13050 RESOLVLIBS=""
13051
13052 if test "$ac_cv_header_resolv_h" = "yes"
13053 then
13054     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13055 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13056 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13057   echo $ECHO_N "(cached) $ECHO_C" >&6
13058 else
13059   ac_check_lib_save_LIBS=$LIBS
13060 LIBS="-lresolv  $LIBS"
13061 cat >conftest.$ac_ext <<_ACEOF
13062 /* confdefs.h.  */
13063 _ACEOF
13064 cat confdefs.h >>conftest.$ac_ext
13065 cat >>conftest.$ac_ext <<_ACEOF
13066 /* end confdefs.h.  */
13067
13068 /* Override any GCC internal prototype to avoid an error.
13069    Use char because int might match the return type of a GCC
13070    builtin and then its argument prototype would still apply.  */
13071 #ifdef __cplusplus
13072 extern "C"
13073 #endif
13074 char res_query ();
13075 int
13076 main ()
13077 {
13078 return res_query ();
13079   ;
13080   return 0;
13081 }
13082 _ACEOF
13083 rm -f conftest.$ac_objext conftest$ac_exeext
13084 if { (ac_try="$ac_link"
13085 case "(($ac_try" in
13086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13087   *) ac_try_echo=$ac_try;;
13088 esac
13089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13090   (eval "$ac_link") 2>conftest.er1
13091   ac_status=$?
13092   grep -v '^ *+' conftest.er1 >conftest.err
13093   rm -f conftest.er1
13094   cat conftest.err >&5
13095   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13096   (exit $ac_status); } && {
13097          test -z "$ac_c_werror_flag" ||
13098          test ! -s conftest.err
13099        } && test -s conftest$ac_exeext &&
13100        $as_test_x conftest$ac_exeext; then
13101   ac_cv_lib_resolv_res_query=yes
13102 else
13103   echo "$as_me: failed program was:" >&5
13104 sed 's/^/| /' conftest.$ac_ext >&5
13105
13106         ac_cv_lib_resolv_res_query=no
13107 fi
13108
13109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13110       conftest$ac_exeext conftest.$ac_ext
13111 LIBS=$ac_check_lib_save_LIBS
13112 fi
13113 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13114 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13115 if test $ac_cv_lib_resolv_res_query = yes; then
13116
13117 cat >>confdefs.h <<\_ACEOF
13118 #define HAVE_RESOLV 1
13119 _ACEOF
13120
13121          RESOLVLIBS="-lresolv"
13122 fi
13123
13124 fi
13125
13126 LCMSLIBS=""
13127
13128 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13129 then
13130     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13131 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13132 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13133   echo $ECHO_N "(cached) $ECHO_C" >&6
13134 else
13135   ac_check_lib_save_LIBS=$LIBS
13136 LIBS="-llcms  $LIBS"
13137 cat >conftest.$ac_ext <<_ACEOF
13138 /* confdefs.h.  */
13139 _ACEOF
13140 cat confdefs.h >>conftest.$ac_ext
13141 cat >>conftest.$ac_ext <<_ACEOF
13142 /* end confdefs.h.  */
13143
13144 /* Override any GCC internal prototype to avoid an error.
13145    Use char because int might match the return type of a GCC
13146    builtin and then its argument prototype would still apply.  */
13147 #ifdef __cplusplus
13148 extern "C"
13149 #endif
13150 char cmsOpenProfileFromFile ();
13151 int
13152 main ()
13153 {
13154 return cmsOpenProfileFromFile ();
13155   ;
13156   return 0;
13157 }
13158 _ACEOF
13159 rm -f conftest.$ac_objext conftest$ac_exeext
13160 if { (ac_try="$ac_link"
13161 case "(($ac_try" in
13162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13163   *) ac_try_echo=$ac_try;;
13164 esac
13165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13166   (eval "$ac_link") 2>conftest.er1
13167   ac_status=$?
13168   grep -v '^ *+' conftest.er1 >conftest.err
13169   rm -f conftest.er1
13170   cat conftest.err >&5
13171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13172   (exit $ac_status); } && {
13173          test -z "$ac_c_werror_flag" ||
13174          test ! -s conftest.err
13175        } && test -s conftest$ac_exeext &&
13176        $as_test_x conftest$ac_exeext; then
13177   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13178 else
13179   echo "$as_me: failed program was:" >&5
13180 sed 's/^/| /' conftest.$ac_ext >&5
13181
13182         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13183 fi
13184
13185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13186       conftest$ac_exeext conftest.$ac_ext
13187 LIBS=$ac_check_lib_save_LIBS
13188 fi
13189 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13190 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13191 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13192
13193 cat >>confdefs.h <<\_ACEOF
13194 #define HAVE_LCMS 1
13195 _ACEOF
13196
13197          LCMSLIBS="-llcms"
13198 fi
13199
13200 fi
13201 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13202   case "x$with_cms" in
13203   x)   wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13204   xno) ;;
13205   *)   { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13206 This is an error since --with-cms was requested." >&5
13207 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13208 This is an error since --with-cms was requested." >&2;}
13209    { (exit 1); exit 1; }; } ;;
13210 esac
13211 fi
13212
13213
13214 LDAPLIBS=""
13215
13216 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13217 then
13218     { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
13219 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
13220 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
13221   echo $ECHO_N "(cached) $ECHO_C" >&6
13222 else
13223   ac_check_lib_save_LIBS=$LIBS
13224 LIBS="-lldap_r $LIBPTHREAD $LIBS"
13225 cat >conftest.$ac_ext <<_ACEOF
13226 /* confdefs.h.  */
13227 _ACEOF
13228 cat confdefs.h >>conftest.$ac_ext
13229 cat >>conftest.$ac_ext <<_ACEOF
13230 /* end confdefs.h.  */
13231
13232 /* Override any GCC internal prototype to avoid an error.
13233    Use char because int might match the return type of a GCC
13234    builtin and then its argument prototype would still apply.  */
13235 #ifdef __cplusplus
13236 extern "C"
13237 #endif
13238 char ldap_initialize ();
13239 int
13240 main ()
13241 {
13242 return ldap_initialize ();
13243   ;
13244   return 0;
13245 }
13246 _ACEOF
13247 rm -f conftest.$ac_objext conftest$ac_exeext
13248 if { (ac_try="$ac_link"
13249 case "(($ac_try" in
13250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13251   *) ac_try_echo=$ac_try;;
13252 esac
13253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13254   (eval "$ac_link") 2>conftest.er1
13255   ac_status=$?
13256   grep -v '^ *+' conftest.er1 >conftest.err
13257   rm -f conftest.er1
13258   cat conftest.err >&5
13259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260   (exit $ac_status); } && {
13261          test -z "$ac_c_werror_flag" ||
13262          test ! -s conftest.err
13263        } && test -s conftest$ac_exeext &&
13264        $as_test_x conftest$ac_exeext; then
13265   ac_cv_lib_ldap_r_ldap_initialize=yes
13266 else
13267   echo "$as_me: failed program was:" >&5
13268 sed 's/^/| /' conftest.$ac_ext >&5
13269
13270         ac_cv_lib_ldap_r_ldap_initialize=no
13271 fi
13272
13273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13274       conftest$ac_exeext conftest.$ac_ext
13275 LIBS=$ac_check_lib_save_LIBS
13276 fi
13277 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13278 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13279 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
13280   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
13281 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
13282 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
13283   echo $ECHO_N "(cached) $ECHO_C" >&6
13284 else
13285   ac_check_lib_save_LIBS=$LIBS
13286 LIBS="-llber $LIBPTHREAD $LIBS"
13287 cat >conftest.$ac_ext <<_ACEOF
13288 /* confdefs.h.  */
13289 _ACEOF
13290 cat confdefs.h >>conftest.$ac_ext
13291 cat >>conftest.$ac_ext <<_ACEOF
13292 /* end confdefs.h.  */
13293
13294 /* Override any GCC internal prototype to avoid an error.
13295    Use char because int might match the return type of a GCC
13296    builtin and then its argument prototype would still apply.  */
13297 #ifdef __cplusplus
13298 extern "C"
13299 #endif
13300 char ber_init ();
13301 int
13302 main ()
13303 {
13304 return ber_init ();
13305   ;
13306   return 0;
13307 }
13308 _ACEOF
13309 rm -f conftest.$ac_objext conftest$ac_exeext
13310 if { (ac_try="$ac_link"
13311 case "(($ac_try" in
13312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13313   *) ac_try_echo=$ac_try;;
13314 esac
13315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13316   (eval "$ac_link") 2>conftest.er1
13317   ac_status=$?
13318   grep -v '^ *+' conftest.er1 >conftest.err
13319   rm -f conftest.er1
13320   cat conftest.err >&5
13321   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13322   (exit $ac_status); } && {
13323          test -z "$ac_c_werror_flag" ||
13324          test ! -s conftest.err
13325        } && test -s conftest$ac_exeext &&
13326        $as_test_x conftest$ac_exeext; then
13327   ac_cv_lib_lber_ber_init=yes
13328 else
13329   echo "$as_me: failed program was:" >&5
13330 sed 's/^/| /' conftest.$ac_ext >&5
13331
13332         ac_cv_lib_lber_ber_init=no
13333 fi
13334
13335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13336       conftest$ac_exeext conftest.$ac_ext
13337 LIBS=$ac_check_lib_save_LIBS
13338 fi
13339 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
13340 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
13341 if test $ac_cv_lib_lber_ber_init = yes; then
13342
13343 cat >>confdefs.h <<\_ACEOF
13344 #define HAVE_LDAP 1
13345 _ACEOF
13346
13347              LDAPLIBS="-lldap_r -llber"
13348 fi
13349
13350 fi
13351
13352     ac_wine_check_funcs_save_LIBS="$LIBS"
13353 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13354
13355
13356
13357
13358
13359
13360
13361
13362 for ac_func in \
13363         ldap_count_references \
13364         ldap_first_reference \
13365         ldap_next_reference \
13366         ldap_parse_reference \
13367         ldap_parse_sort_control \
13368         ldap_parse_sortresponse_control \
13369         ldap_parse_vlv_control \
13370         ldap_parse_vlvresponse_control
13371 do
13372 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13373 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13374 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13375 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13376   echo $ECHO_N "(cached) $ECHO_C" >&6
13377 else
13378   cat >conftest.$ac_ext <<_ACEOF
13379 /* confdefs.h.  */
13380 _ACEOF
13381 cat confdefs.h >>conftest.$ac_ext
13382 cat >>conftest.$ac_ext <<_ACEOF
13383 /* end confdefs.h.  */
13384 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13385    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13386 #define $ac_func innocuous_$ac_func
13387
13388 /* System header to define __stub macros and hopefully few prototypes,
13389     which can conflict with char $ac_func (); below.
13390     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13391     <limits.h> exists even on freestanding compilers.  */
13392
13393 #ifdef __STDC__
13394 # include <limits.h>
13395 #else
13396 # include <assert.h>
13397 #endif
13398
13399 #undef $ac_func
13400
13401 /* Override any GCC internal prototype to avoid an error.
13402    Use char because int might match the return type of a GCC
13403    builtin and then its argument prototype would still apply.  */
13404 #ifdef __cplusplus
13405 extern "C"
13406 #endif
13407 char $ac_func ();
13408 /* The GNU C library defines this for functions which it implements
13409     to always fail with ENOSYS.  Some functions are actually named
13410     something starting with __ and the normal name is an alias.  */
13411 #if defined __stub_$ac_func || defined __stub___$ac_func
13412 choke me
13413 #endif
13414
13415 int
13416 main ()
13417 {
13418 return $ac_func ();
13419   ;
13420   return 0;
13421 }
13422 _ACEOF
13423 rm -f conftest.$ac_objext conftest$ac_exeext
13424 if { (ac_try="$ac_link"
13425 case "(($ac_try" in
13426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13427   *) ac_try_echo=$ac_try;;
13428 esac
13429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13430   (eval "$ac_link") 2>conftest.er1
13431   ac_status=$?
13432   grep -v '^ *+' conftest.er1 >conftest.err
13433   rm -f conftest.er1
13434   cat conftest.err >&5
13435   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13436   (exit $ac_status); } && {
13437          test -z "$ac_c_werror_flag" ||
13438          test ! -s conftest.err
13439        } && test -s conftest$ac_exeext &&
13440        $as_test_x conftest$ac_exeext; then
13441   eval "$as_ac_var=yes"
13442 else
13443   echo "$as_me: failed program was:" >&5
13444 sed 's/^/| /' conftest.$ac_ext >&5
13445
13446         eval "$as_ac_var=no"
13447 fi
13448
13449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13450       conftest$ac_exeext conftest.$ac_ext
13451 fi
13452 ac_res=`eval echo '${'$as_ac_var'}'`
13453                { echo "$as_me:$LINENO: result: $ac_res" >&5
13454 echo "${ECHO_T}$ac_res" >&6; }
13455 if test `eval echo '${'$as_ac_var'}'` = yes; then
13456   cat >>confdefs.h <<_ACEOF
13457 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13458 _ACEOF
13459
13460 fi
13461 done
13462
13463 LIBS="$ac_wine_check_funcs_save_LIBS"
13464 fi
13465 if test "x$LDAPLIBS" = "x"; then
13466   case "x$with_ldap" in
13467   x)   wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
13468   xno) ;;
13469   *)   { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
13470 This is an error since --with-ldap was requested." >&5
13471 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
13472 This is an error since --with-ldap was requested." >&2;}
13473    { (exit 1); exit 1; }; } ;;
13474 esac
13475 fi
13476
13477
13478 for ac_prog in freetype-config freetype2-config
13479 do
13480   # Extract the first word of "$ac_prog", so it can be a program name with args.
13481 set dummy $ac_prog; ac_word=$2
13482 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13483 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13484 if test "${ac_cv_prog_ft_devel+set}" = set; then
13485   echo $ECHO_N "(cached) $ECHO_C" >&6
13486 else
13487   if test -n "$ft_devel"; then
13488   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13489 else
13490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13491 for as_dir in $PATH
13492 do
13493   IFS=$as_save_IFS
13494   test -z "$as_dir" && as_dir=.
13495   for ac_exec_ext in '' $ac_executable_extensions; do
13496   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13497     ac_cv_prog_ft_devel="$ac_prog"
13498     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13499     break 2
13500   fi
13501 done
13502 done
13503 IFS=$as_save_IFS
13504
13505 fi
13506 fi
13507 ft_devel=$ac_cv_prog_ft_devel
13508 if test -n "$ft_devel"; then
13509   { echo "$as_me:$LINENO: result: $ft_devel" >&5
13510 echo "${ECHO_T}$ft_devel" >&6; }
13511 else
13512   { echo "$as_me:$LINENO: result: no" >&5
13513 echo "${ECHO_T}no" >&6; }
13514 fi
13515
13516
13517   test -n "$ft_devel" && break
13518 done
13519 test -n "$ft_devel" || ft_devel="false"
13520
13521 if test "$ft_devel" != "false"
13522 then
13523     ac_freetype_libs=`$ft_devel --libs`
13524     ac_freetype_incl=`$ft_devel --cflags`
13525     { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13526 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13527 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13528   echo $ECHO_N "(cached) $ECHO_C" >&6
13529 else
13530   ac_check_soname_save_LIBS=$LIBS
13531 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13532   cat >conftest.$ac_ext <<_ACEOF
13533 /* confdefs.h.  */
13534 _ACEOF
13535 cat confdefs.h >>conftest.$ac_ext
13536 cat >>conftest.$ac_ext <<_ACEOF
13537 /* end confdefs.h.  */
13538
13539 /* Override any GCC internal prototype to avoid an error.
13540    Use char because int might match the return type of a GCC
13541    builtin and then its argument prototype would still apply.  */
13542 #ifdef __cplusplus
13543 extern "C"
13544 #endif
13545 char FT_Init_FreeType ();
13546 int
13547 main ()
13548 {
13549 return FT_Init_FreeType ();
13550   ;
13551   return 0;
13552 }
13553 _ACEOF
13554 rm -f conftest.$ac_objext conftest$ac_exeext
13555 if { (ac_try="$ac_link"
13556 case "(($ac_try" in
13557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13558   *) ac_try_echo=$ac_try;;
13559 esac
13560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13561   (eval "$ac_link") 2>conftest.er1
13562   ac_status=$?
13563   grep -v '^ *+' conftest.er1 >conftest.err
13564   rm -f conftest.er1
13565   cat conftest.err >&5
13566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13567   (exit $ac_status); } && {
13568          test -z "$ac_c_werror_flag" ||
13569          test ! -s conftest.err
13570        } && test -s conftest$ac_exeext &&
13571        $as_test_x conftest$ac_exeext; then
13572   case "$LIBEXT" in
13573     dll) ;;
13574     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'` ;;
13575     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
13576   esac
13577 else
13578   echo "$as_me: failed program was:" >&5
13579 sed 's/^/| /' conftest.$ac_ext >&5
13580
13581
13582 fi
13583
13584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13585       conftest$ac_exeext conftest.$ac_ext
13586   LIBS=$ac_check_soname_save_LIBS
13587 fi
13588 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13589   { echo "$as_me:$LINENO: result: not found" >&5
13590 echo "${ECHO_T}not found" >&6; }
13591        ft_lib=no
13592 else
13593   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13594 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13595
13596 cat >>confdefs.h <<_ACEOF
13597 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13598 _ACEOF
13599
13600        ft_lib=yes
13601 fi
13602
13603     if test "$ft_lib" = "yes"
13604     then
13605         ac_save_CPPFLAGS="$CPPFLAGS"
13606         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13607
13608
13609
13610
13611
13612
13613
13614
13615
13616
13617
13618
13619 for ac_header in ft2build.h \
13620                          freetype/freetype.h \
13621                          freetype/ftglyph.h \
13622                          freetype/fttypes.h \
13623                          freetype/tttables.h \
13624                          freetype/ftnames.h \
13625                          freetype/ftsnames.h \
13626                          freetype/ttnameid.h \
13627                          freetype/ftoutln.h \
13628                          freetype/ftwinfnt.h \
13629                          freetype/ftmodapi.h \
13630                          freetype/internal/sfnt.h
13631 do
13632 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13633 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13634 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13635 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13636   echo $ECHO_N "(cached) $ECHO_C" >&6
13637 else
13638   cat >conftest.$ac_ext <<_ACEOF
13639 /* confdefs.h.  */
13640 _ACEOF
13641 cat confdefs.h >>conftest.$ac_ext
13642 cat >>conftest.$ac_ext <<_ACEOF
13643 /* end confdefs.h.  */
13644 #if HAVE_FT2BUILD_H
13645                           #include <ft2build.h>
13646                           #endif
13647
13648 #include <$ac_header>
13649 _ACEOF
13650 rm -f conftest.$ac_objext
13651 if { (ac_try="$ac_compile"
13652 case "(($ac_try" in
13653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13654   *) ac_try_echo=$ac_try;;
13655 esac
13656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13657   (eval "$ac_compile") 2>conftest.er1
13658   ac_status=$?
13659   grep -v '^ *+' conftest.er1 >conftest.err
13660   rm -f conftest.er1
13661   cat conftest.err >&5
13662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13663   (exit $ac_status); } && {
13664          test -z "$ac_c_werror_flag" ||
13665          test ! -s conftest.err
13666        } && test -s conftest.$ac_objext; then
13667   eval "$as_ac_Header=yes"
13668 else
13669   echo "$as_me: failed program was:" >&5
13670 sed 's/^/| /' conftest.$ac_ext >&5
13671
13672         eval "$as_ac_Header=no"
13673 fi
13674
13675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13676 fi
13677 ac_res=`eval echo '${'$as_ac_Header'}'`
13678                { echo "$as_me:$LINENO: result: $ac_res" >&5
13679 echo "${ECHO_T}$ac_res" >&6; }
13680 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13681   cat >>confdefs.h <<_ACEOF
13682 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13683 _ACEOF
13684
13685 fi
13686
13687 done
13688
13689         cat >conftest.$ac_ext <<_ACEOF
13690 /* confdefs.h.  */
13691 _ACEOF
13692 cat confdefs.h >>conftest.$ac_ext
13693 cat >>conftest.$ac_ext <<_ACEOF
13694 /* end confdefs.h.  */
13695 #include <ft2build.h>
13696                     #include <freetype/fttrigon.h>
13697 _ACEOF
13698 if { (ac_try="$ac_cpp conftest.$ac_ext"
13699 case "(($ac_try" in
13700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13701   *) ac_try_echo=$ac_try;;
13702 esac
13703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13704   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13705   ac_status=$?
13706   grep -v '^ *+' conftest.er1 >conftest.err
13707   rm -f conftest.er1
13708   cat conftest.err >&5
13709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710   (exit $ac_status); } >/dev/null && {
13711          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13712          test ! -s conftest.err
13713        }; then
13714
13715 cat >>confdefs.h <<\_ACEOF
13716 #define HAVE_FREETYPE_FTTRIGON_H 1
13717 _ACEOF
13718
13719                     wine_cv_fttrigon=yes
13720 else
13721   echo "$as_me: failed program was:" >&5
13722 sed 's/^/| /' conftest.$ac_ext >&5
13723
13724   wine_cv_fttrigon=no
13725 fi
13726
13727 rm -f conftest.err conftest.$ac_ext
13728         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13729 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13730 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13731   echo $ECHO_N "(cached) $ECHO_C" >&6
13732 else
13733   cat >conftest.$ac_ext <<_ACEOF
13734 /* confdefs.h.  */
13735 _ACEOF
13736 cat confdefs.h >>conftest.$ac_ext
13737 cat >>conftest.$ac_ext <<_ACEOF
13738 /* end confdefs.h.  */
13739 #include <freetype/ftmodapi.h>
13740
13741 typedef FT_TrueTypeEngineType ac__type_new_;
13742 int
13743 main ()
13744 {
13745 if ((ac__type_new_ *) 0)
13746   return 0;
13747 if (sizeof (ac__type_new_))
13748   return 0;
13749   ;
13750   return 0;
13751 }
13752 _ACEOF
13753 rm -f conftest.$ac_objext
13754 if { (ac_try="$ac_compile"
13755 case "(($ac_try" in
13756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13757   *) ac_try_echo=$ac_try;;
13758 esac
13759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13760   (eval "$ac_compile") 2>conftest.er1
13761   ac_status=$?
13762   grep -v '^ *+' conftest.er1 >conftest.err
13763   rm -f conftest.er1
13764   cat conftest.err >&5
13765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13766   (exit $ac_status); } && {
13767          test -z "$ac_c_werror_flag" ||
13768          test ! -s conftest.err
13769        } && test -s conftest.$ac_objext; then
13770   ac_cv_type_FT_TrueTypeEngineType=yes
13771 else
13772   echo "$as_me: failed program was:" >&5
13773 sed 's/^/| /' conftest.$ac_ext >&5
13774
13775         ac_cv_type_FT_TrueTypeEngineType=no
13776 fi
13777
13778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13779 fi
13780 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
13781 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
13782 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
13783
13784 cat >>confdefs.h <<_ACEOF
13785 #define HAVE_FT_TRUETYPEENGINETYPE 1
13786 _ACEOF
13787
13788
13789 fi
13790
13791         ac_save_CFLAGS="$CFLAGS"
13792         CFLAGS="$CFLAGS $ac_freetype_libs"
13793
13794 for ac_func in FT_Load_Sfnt_Table
13795 do
13796 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13797 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13798 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13799 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13800   echo $ECHO_N "(cached) $ECHO_C" >&6
13801 else
13802   cat >conftest.$ac_ext <<_ACEOF
13803 /* confdefs.h.  */
13804 _ACEOF
13805 cat confdefs.h >>conftest.$ac_ext
13806 cat >>conftest.$ac_ext <<_ACEOF
13807 /* end confdefs.h.  */
13808 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13809    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13810 #define $ac_func innocuous_$ac_func
13811
13812 /* System header to define __stub macros and hopefully few prototypes,
13813     which can conflict with char $ac_func (); below.
13814     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13815     <limits.h> exists even on freestanding compilers.  */
13816
13817 #ifdef __STDC__
13818 # include <limits.h>
13819 #else
13820 # include <assert.h>
13821 #endif
13822
13823 #undef $ac_func
13824
13825 /* Override any GCC internal prototype to avoid an error.
13826    Use char because int might match the return type of a GCC
13827    builtin and then its argument prototype would still apply.  */
13828 #ifdef __cplusplus
13829 extern "C"
13830 #endif
13831 char $ac_func ();
13832 /* The GNU C library defines this for functions which it implements
13833     to always fail with ENOSYS.  Some functions are actually named
13834     something starting with __ and the normal name is an alias.  */
13835 #if defined __stub_$ac_func || defined __stub___$ac_func
13836 choke me
13837 #endif
13838
13839 int
13840 main ()
13841 {
13842 return $ac_func ();
13843   ;
13844   return 0;
13845 }
13846 _ACEOF
13847 rm -f conftest.$ac_objext conftest$ac_exeext
13848 if { (ac_try="$ac_link"
13849 case "(($ac_try" in
13850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13851   *) ac_try_echo=$ac_try;;
13852 esac
13853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13854   (eval "$ac_link") 2>conftest.er1
13855   ac_status=$?
13856   grep -v '^ *+' conftest.er1 >conftest.err
13857   rm -f conftest.er1
13858   cat conftest.err >&5
13859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860   (exit $ac_status); } && {
13861          test -z "$ac_c_werror_flag" ||
13862          test ! -s conftest.err
13863        } && test -s conftest$ac_exeext &&
13864        $as_test_x conftest$ac_exeext; then
13865   eval "$as_ac_var=yes"
13866 else
13867   echo "$as_me: failed program was:" >&5
13868 sed 's/^/| /' conftest.$ac_ext >&5
13869
13870         eval "$as_ac_var=no"
13871 fi
13872
13873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13874       conftest$ac_exeext conftest.$ac_ext
13875 fi
13876 ac_res=`eval echo '${'$as_ac_var'}'`
13877                { echo "$as_me:$LINENO: result: $ac_res" >&5
13878 echo "${ECHO_T}$ac_res" >&6; }
13879 if test `eval echo '${'$as_ac_var'}'` = yes; then
13880   cat >>confdefs.h <<_ACEOF
13881 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13882 _ACEOF
13883
13884 fi
13885 done
13886
13887         CFLAGS="$ac_save_CFLAGS"
13888         CPPFLAGS="$ac_save_CPPFLAGS"
13889                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
13890         then
13891
13892 cat >>confdefs.h <<\_ACEOF
13893 #define HAVE_FREETYPE 1
13894 _ACEOF
13895
13896             FREETYPELIBS="$ac_freetype_libs"
13897
13898             FREETYPEINCL="$ac_freetype_incl"
13899
13900         fi
13901     fi
13902 fi
13903
13904 if test "$FONTFORGE" = "false"
13905 then
13906     wine_warnings="$wine_warnings|FontForge is missing.
13907 Fonts will not be built. Dialog text may be invisible or unaligned."
13908 elif test "x$FREETYPELIBS" = "x"
13909 then
13910     wine_warnings="$wine_warnings|FreeType development files not found.
13911 Fonts will not be built. Dialog text may be invisible or unaligned."
13912 else
13913   FONTSSUBDIRS="fonts"
13914
13915 fi
13916
13917 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
13918 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
13919 if test "${ac_cv_c_ppdev+set}" = set; then
13920   echo $ECHO_N "(cached) $ECHO_C" >&6
13921 else
13922   cat >conftest.$ac_ext <<_ACEOF
13923 /* confdefs.h.  */
13924 _ACEOF
13925 cat confdefs.h >>conftest.$ac_ext
13926 cat >>conftest.$ac_ext <<_ACEOF
13927 /* end confdefs.h.  */
13928 #include <linux/ppdev.h>
13929 int
13930 main ()
13931 {
13932 ioctl (1,PPCLAIM,0)
13933   ;
13934   return 0;
13935 }
13936 _ACEOF
13937 rm -f conftest.$ac_objext
13938 if { (ac_try="$ac_compile"
13939 case "(($ac_try" in
13940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13941   *) ac_try_echo=$ac_try;;
13942 esac
13943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13944   (eval "$ac_compile") 2>conftest.er1
13945   ac_status=$?
13946   grep -v '^ *+' conftest.er1 >conftest.err
13947   rm -f conftest.er1
13948   cat conftest.err >&5
13949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13950   (exit $ac_status); } && {
13951          test -z "$ac_c_werror_flag" ||
13952          test ! -s conftest.err
13953        } && test -s conftest.$ac_objext; then
13954   ac_cv_c_ppdev="yes"
13955 else
13956   echo "$as_me: failed program was:" >&5
13957 sed 's/^/| /' conftest.$ac_ext >&5
13958
13959         ac_cv_c_ppdev="no"
13960 fi
13961
13962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13963 fi
13964 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
13965 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
13966 if test "$ac_cv_c_ppdev" = "yes"
13967 then
13968
13969 cat >>confdefs.h <<\_ACEOF
13970 #define HAVE_PPDEV 1
13971 _ACEOF
13972
13973 fi
13974
13975 { echo "$as_me:$LINENO: checking for va_copy" >&5
13976 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
13977 if test "${ac_cv_c_va_copy+set}" = set; then
13978   echo $ECHO_N "(cached) $ECHO_C" >&6
13979 else
13980   cat >conftest.$ac_ext <<_ACEOF
13981 /* confdefs.h.  */
13982 _ACEOF
13983 cat confdefs.h >>conftest.$ac_ext
13984 cat >>conftest.$ac_ext <<_ACEOF
13985 /* end confdefs.h.  */
13986 #include <stdarg.h>
13987 int
13988 main ()
13989 {
13990 va_list ap1, ap2; va_copy(ap1,ap2);
13991   ;
13992   return 0;
13993 }
13994 _ACEOF
13995 rm -f conftest.$ac_objext conftest$ac_exeext
13996 if { (ac_try="$ac_link"
13997 case "(($ac_try" in
13998   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13999   *) ac_try_echo=$ac_try;;
14000 esac
14001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14002   (eval "$ac_link") 2>conftest.er1
14003   ac_status=$?
14004   grep -v '^ *+' conftest.er1 >conftest.err
14005   rm -f conftest.er1
14006   cat conftest.err >&5
14007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14008   (exit $ac_status); } && {
14009          test -z "$ac_c_werror_flag" ||
14010          test ! -s conftest.err
14011        } && test -s conftest$ac_exeext &&
14012        $as_test_x conftest$ac_exeext; then
14013   ac_cv_c_va_copy="yes"
14014 else
14015   echo "$as_me: failed program was:" >&5
14016 sed 's/^/| /' conftest.$ac_ext >&5
14017
14018         ac_cv_c_va_copy="no"
14019 fi
14020
14021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14022       conftest$ac_exeext conftest.$ac_ext
14023
14024 fi
14025 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14026 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14027 if test "$ac_cv_c_va_copy" = "yes"
14028 then
14029
14030 cat >>confdefs.h <<\_ACEOF
14031 #define HAVE_VA_COPY 1
14032 _ACEOF
14033
14034 fi
14035 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14036 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14037 if test "${ac_cv_c___va_copy+set}" = set; then
14038   echo $ECHO_N "(cached) $ECHO_C" >&6
14039 else
14040   cat >conftest.$ac_ext <<_ACEOF
14041 /* confdefs.h.  */
14042 _ACEOF
14043 cat confdefs.h >>conftest.$ac_ext
14044 cat >>conftest.$ac_ext <<_ACEOF
14045 /* end confdefs.h.  */
14046 #include <stdarg.h>
14047 int
14048 main ()
14049 {
14050 va_list ap1, ap2; __va_copy(ap1,ap2);
14051   ;
14052   return 0;
14053 }
14054 _ACEOF
14055 rm -f conftest.$ac_objext conftest$ac_exeext
14056 if { (ac_try="$ac_link"
14057 case "(($ac_try" in
14058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14059   *) ac_try_echo=$ac_try;;
14060 esac
14061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14062   (eval "$ac_link") 2>conftest.er1
14063   ac_status=$?
14064   grep -v '^ *+' conftest.er1 >conftest.err
14065   rm -f conftest.er1
14066   cat conftest.err >&5
14067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14068   (exit $ac_status); } && {
14069          test -z "$ac_c_werror_flag" ||
14070          test ! -s conftest.err
14071        } && test -s conftest$ac_exeext &&
14072        $as_test_x conftest$ac_exeext; then
14073   ac_cv_c___va_copy="yes"
14074 else
14075   echo "$as_me: failed program was:" >&5
14076 sed 's/^/| /' conftest.$ac_ext >&5
14077
14078         ac_cv_c___va_copy="no"
14079 fi
14080
14081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14082       conftest$ac_exeext conftest.$ac_ext
14083
14084 fi
14085 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14086 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14087 if test "$ac_cv_c___va_copy" = "yes"
14088 then
14089
14090 cat >>confdefs.h <<\_ACEOF
14091 #define HAVE___VA_COPY 1
14092 _ACEOF
14093
14094 fi
14095
14096 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
14097 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
14098 if test "${ac_cv_c_sigsetjmp+set}" = set; then
14099   echo $ECHO_N "(cached) $ECHO_C" >&6
14100 else
14101   cat >conftest.$ac_ext <<_ACEOF
14102 /* confdefs.h.  */
14103 _ACEOF
14104 cat confdefs.h >>conftest.$ac_ext
14105 cat >>conftest.$ac_ext <<_ACEOF
14106 /* end confdefs.h.  */
14107 #include <setjmp.h>
14108 int
14109 main ()
14110 {
14111 sigjmp_buf buf;
14112     sigsetjmp( buf, 1 );
14113     siglongjmp( buf, 1 );
14114   ;
14115   return 0;
14116 }
14117 _ACEOF
14118 rm -f conftest.$ac_objext conftest$ac_exeext
14119 if { (ac_try="$ac_link"
14120 case "(($ac_try" in
14121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14122   *) ac_try_echo=$ac_try;;
14123 esac
14124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14125   (eval "$ac_link") 2>conftest.er1
14126   ac_status=$?
14127   grep -v '^ *+' conftest.er1 >conftest.err
14128   rm -f conftest.er1
14129   cat conftest.err >&5
14130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14131   (exit $ac_status); } && {
14132          test -z "$ac_c_werror_flag" ||
14133          test ! -s conftest.err
14134        } && test -s conftest$ac_exeext &&
14135        $as_test_x conftest$ac_exeext; then
14136   ac_cv_c_sigsetjmp="yes"
14137 else
14138   echo "$as_me: failed program was:" >&5
14139 sed 's/^/| /' conftest.$ac_ext >&5
14140
14141         ac_cv_c_sigsetjmp="no"
14142 fi
14143
14144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14145       conftest$ac_exeext conftest.$ac_ext
14146
14147 fi
14148 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
14149 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
14150 if test "$ac_cv_c_sigsetjmp" = "yes"
14151 then
14152
14153 cat >>confdefs.h <<\_ACEOF
14154 #define HAVE_SIGSETJMP 1
14155 _ACEOF
14156
14157 fi
14158
14159 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14160 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14161 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14162   echo $ECHO_N "(cached) $ECHO_C" >&6
14163 else
14164   cat >conftest.$ac_ext <<_ACEOF
14165 /* confdefs.h.  */
14166 _ACEOF
14167 cat confdefs.h >>conftest.$ac_ext
14168 cat >>conftest.$ac_ext <<_ACEOF
14169 /* end confdefs.h.  */
14170 #define _GNU_SOURCE
14171 #include <pthread.h>
14172
14173 typedef pthread_rwlock_t ac__type_new_;
14174 int
14175 main ()
14176 {
14177 if ((ac__type_new_ *) 0)
14178   return 0;
14179 if (sizeof (ac__type_new_))
14180   return 0;
14181   ;
14182   return 0;
14183 }
14184 _ACEOF
14185 rm -f conftest.$ac_objext
14186 if { (ac_try="$ac_compile"
14187 case "(($ac_try" in
14188   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14189   *) ac_try_echo=$ac_try;;
14190 esac
14191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14192   (eval "$ac_compile") 2>conftest.er1
14193   ac_status=$?
14194   grep -v '^ *+' conftest.er1 >conftest.err
14195   rm -f conftest.er1
14196   cat conftest.err >&5
14197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14198   (exit $ac_status); } && {
14199          test -z "$ac_c_werror_flag" ||
14200          test ! -s conftest.err
14201        } && test -s conftest.$ac_objext; then
14202   ac_cv_type_pthread_rwlock_t=yes
14203 else
14204   echo "$as_me: failed program was:" >&5
14205 sed 's/^/| /' conftest.$ac_ext >&5
14206
14207         ac_cv_type_pthread_rwlock_t=no
14208 fi
14209
14210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14211 fi
14212 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14213 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14214 if test $ac_cv_type_pthread_rwlock_t = yes; then
14215
14216 cat >>confdefs.h <<_ACEOF
14217 #define HAVE_PTHREAD_RWLOCK_T 1
14218 _ACEOF
14219
14220
14221 fi
14222 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14223 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14224 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14225   echo $ECHO_N "(cached) $ECHO_C" >&6
14226 else
14227   cat >conftest.$ac_ext <<_ACEOF
14228 /* confdefs.h.  */
14229 _ACEOF
14230 cat confdefs.h >>conftest.$ac_ext
14231 cat >>conftest.$ac_ext <<_ACEOF
14232 /* end confdefs.h.  */
14233 #define _GNU_SOURCE
14234 #include <pthread.h>
14235
14236 typedef pthread_rwlockattr_t ac__type_new_;
14237 int
14238 main ()
14239 {
14240 if ((ac__type_new_ *) 0)
14241   return 0;
14242 if (sizeof (ac__type_new_))
14243   return 0;
14244   ;
14245   return 0;
14246 }
14247 _ACEOF
14248 rm -f conftest.$ac_objext
14249 if { (ac_try="$ac_compile"
14250 case "(($ac_try" in
14251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14252   *) ac_try_echo=$ac_try;;
14253 esac
14254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14255   (eval "$ac_compile") 2>conftest.er1
14256   ac_status=$?
14257   grep -v '^ *+' conftest.er1 >conftest.err
14258   rm -f conftest.er1
14259   cat conftest.err >&5
14260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14261   (exit $ac_status); } && {
14262          test -z "$ac_c_werror_flag" ||
14263          test ! -s conftest.err
14264        } && test -s conftest.$ac_objext; then
14265   ac_cv_type_pthread_rwlockattr_t=yes
14266 else
14267   echo "$as_me: failed program was:" >&5
14268 sed 's/^/| /' conftest.$ac_ext >&5
14269
14270         ac_cv_type_pthread_rwlockattr_t=no
14271 fi
14272
14273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14274 fi
14275 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14276 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14277 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14278
14279 cat >>confdefs.h <<_ACEOF
14280 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14281 _ACEOF
14282
14283
14284 fi
14285
14286
14287 ac_wine_check_funcs_save_LIBS="$LIBS"
14288 LIBS="$LIBS $LIBPTHREAD"
14289
14290
14291
14292
14293 for ac_func in \
14294         pthread_attr_get_np \
14295         pthread_getattr_np \
14296         pthread_get_stackaddr_np \
14297         pthread_get_stacksize_np
14298 do
14299 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14300 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14301 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14302 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14303   echo $ECHO_N "(cached) $ECHO_C" >&6
14304 else
14305   cat >conftest.$ac_ext <<_ACEOF
14306 /* confdefs.h.  */
14307 _ACEOF
14308 cat confdefs.h >>conftest.$ac_ext
14309 cat >>conftest.$ac_ext <<_ACEOF
14310 /* end confdefs.h.  */
14311 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14312    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14313 #define $ac_func innocuous_$ac_func
14314
14315 /* System header to define __stub macros and hopefully few prototypes,
14316     which can conflict with char $ac_func (); below.
14317     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14318     <limits.h> exists even on freestanding compilers.  */
14319
14320 #ifdef __STDC__
14321 # include <limits.h>
14322 #else
14323 # include <assert.h>
14324 #endif
14325
14326 #undef $ac_func
14327
14328 /* Override any GCC internal prototype to avoid an error.
14329    Use char because int might match the return type of a GCC
14330    builtin and then its argument prototype would still apply.  */
14331 #ifdef __cplusplus
14332 extern "C"
14333 #endif
14334 char $ac_func ();
14335 /* The GNU C library defines this for functions which it implements
14336     to always fail with ENOSYS.  Some functions are actually named
14337     something starting with __ and the normal name is an alias.  */
14338 #if defined __stub_$ac_func || defined __stub___$ac_func
14339 choke me
14340 #endif
14341
14342 int
14343 main ()
14344 {
14345 return $ac_func ();
14346   ;
14347   return 0;
14348 }
14349 _ACEOF
14350 rm -f conftest.$ac_objext conftest$ac_exeext
14351 if { (ac_try="$ac_link"
14352 case "(($ac_try" in
14353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14354   *) ac_try_echo=$ac_try;;
14355 esac
14356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14357   (eval "$ac_link") 2>conftest.er1
14358   ac_status=$?
14359   grep -v '^ *+' conftest.er1 >conftest.err
14360   rm -f conftest.er1
14361   cat conftest.err >&5
14362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14363   (exit $ac_status); } && {
14364          test -z "$ac_c_werror_flag" ||
14365          test ! -s conftest.err
14366        } && test -s conftest$ac_exeext &&
14367        $as_test_x conftest$ac_exeext; then
14368   eval "$as_ac_var=yes"
14369 else
14370   echo "$as_me: failed program was:" >&5
14371 sed 's/^/| /' conftest.$ac_ext >&5
14372
14373         eval "$as_ac_var=no"
14374 fi
14375
14376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14377       conftest$ac_exeext conftest.$ac_ext
14378 fi
14379 ac_res=`eval echo '${'$as_ac_var'}'`
14380                { echo "$as_me:$LINENO: result: $ac_res" >&5
14381 echo "${ECHO_T}$ac_res" >&6; }
14382 if test `eval echo '${'$as_ac_var'}'` = yes; then
14383   cat >>confdefs.h <<_ACEOF
14384 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14385 _ACEOF
14386
14387 fi
14388 done
14389
14390 LIBS="$ac_wine_check_funcs_save_LIBS"
14391
14392 # Extract the first word of "esd-config", so it can be a program name with args.
14393 set dummy esd-config; ac_word=$2
14394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14396 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14397   echo $ECHO_N "(cached) $ECHO_C" >&6
14398 else
14399   case $ESDCONFIG in
14400   [\\/]* | ?:[\\/]*)
14401   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14402   ;;
14403   *)
14404   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14405 for as_dir in $PATH
14406 do
14407   IFS=$as_save_IFS
14408   test -z "$as_dir" && as_dir=.
14409   for ac_exec_ext in '' $ac_executable_extensions; do
14410   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14411     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14412     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14413     break 2
14414   fi
14415 done
14416 done
14417 IFS=$as_save_IFS
14418
14419   ;;
14420 esac
14421 fi
14422 ESDCONFIG=$ac_cv_path_ESDCONFIG
14423 if test -n "$ESDCONFIG"; then
14424   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14425 echo "${ECHO_T}$ESDCONFIG" >&6; }
14426 else
14427   { echo "$as_me:$LINENO: result: no" >&5
14428 echo "${ECHO_T}no" >&6; }
14429 fi
14430
14431
14432 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14433 then
14434     ESD_CFLAGS=""
14435     for i in `$ESDCONFIG --cflags`
14436     do
14437       case "$i" in
14438         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
14439       esac
14440     done
14441     ESD_LIBS=`$ESDCONFIG --libs`
14442     save_CFLAGS="$CFLAGS"
14443     CFLAGS="$CFLAGS $ESD_CFLAGS"
14444     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14445 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14446 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14447   echo $ECHO_N "(cached) $ECHO_C" >&6
14448 else
14449   ac_check_lib_save_LIBS=$LIBS
14450 LIBS="-lesd  $LIBS"
14451 cat >conftest.$ac_ext <<_ACEOF
14452 /* confdefs.h.  */
14453 _ACEOF
14454 cat confdefs.h >>conftest.$ac_ext
14455 cat >>conftest.$ac_ext <<_ACEOF
14456 /* end confdefs.h.  */
14457
14458 /* Override any GCC internal prototype to avoid an error.
14459    Use char because int might match the return type of a GCC
14460    builtin and then its argument prototype would still apply.  */
14461 #ifdef __cplusplus
14462 extern "C"
14463 #endif
14464 char esd_open_sound ();
14465 int
14466 main ()
14467 {
14468 return esd_open_sound ();
14469   ;
14470   return 0;
14471 }
14472 _ACEOF
14473 rm -f conftest.$ac_objext conftest$ac_exeext
14474 if { (ac_try="$ac_link"
14475 case "(($ac_try" in
14476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14477   *) ac_try_echo=$ac_try;;
14478 esac
14479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14480   (eval "$ac_link") 2>conftest.er1
14481   ac_status=$?
14482   grep -v '^ *+' conftest.er1 >conftest.err
14483   rm -f conftest.er1
14484   cat conftest.err >&5
14485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14486   (exit $ac_status); } && {
14487          test -z "$ac_c_werror_flag" ||
14488          test ! -s conftest.err
14489        } && test -s conftest$ac_exeext &&
14490        $as_test_x conftest$ac_exeext; then
14491   ac_cv_lib_esd_esd_open_sound=yes
14492 else
14493   echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14495
14496         ac_cv_lib_esd_esd_open_sound=no
14497 fi
14498
14499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14500       conftest$ac_exeext conftest.$ac_ext
14501 LIBS=$ac_check_lib_save_LIBS
14502 fi
14503 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14504 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14505 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14506   ESDLIBS=$ESD_LIBS
14507
14508          ESDINCL=$ESD_CFLAGS
14509
14510
14511 cat >>confdefs.h <<\_ACEOF
14512 #define HAVE_ESD 1
14513 _ACEOF
14514
14515 fi
14516
14517     CFLAGS="$save_CFLAGS"
14518 fi
14519
14520 ALSALIBS=""
14521
14522 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14523 then
14524     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14525 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14526 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14527   echo $ECHO_N "(cached) $ECHO_C" >&6
14528 else
14529   ac_check_lib_save_LIBS=$LIBS
14530 LIBS="-lasound  $LIBS"
14531 cat >conftest.$ac_ext <<_ACEOF
14532 /* confdefs.h.  */
14533 _ACEOF
14534 cat confdefs.h >>conftest.$ac_ext
14535 cat >>conftest.$ac_ext <<_ACEOF
14536 /* end confdefs.h.  */
14537
14538 /* Override any GCC internal prototype to avoid an error.
14539    Use char because int might match the return type of a GCC
14540    builtin and then its argument prototype would still apply.  */
14541 #ifdef __cplusplus
14542 extern "C"
14543 #endif
14544 char snd_pcm_hw_params_get_access ();
14545 int
14546 main ()
14547 {
14548 return snd_pcm_hw_params_get_access ();
14549   ;
14550   return 0;
14551 }
14552 _ACEOF
14553 rm -f conftest.$ac_objext conftest$ac_exeext
14554 if { (ac_try="$ac_link"
14555 case "(($ac_try" in
14556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14557   *) ac_try_echo=$ac_try;;
14558 esac
14559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14560   (eval "$ac_link") 2>conftest.er1
14561   ac_status=$?
14562   grep -v '^ *+' conftest.er1 >conftest.err
14563   rm -f conftest.er1
14564   cat conftest.err >&5
14565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566   (exit $ac_status); } && {
14567          test -z "$ac_c_werror_flag" ||
14568          test ! -s conftest.err
14569        } && test -s conftest$ac_exeext &&
14570        $as_test_x conftest$ac_exeext; then
14571   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14572 else
14573   echo "$as_me: failed program was:" >&5
14574 sed 's/^/| /' conftest.$ac_ext >&5
14575
14576         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14577 fi
14578
14579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14580       conftest$ac_exeext conftest.$ac_ext
14581 LIBS=$ac_check_lib_save_LIBS
14582 fi
14583 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14584 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14585 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
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 #ifdef HAVE_ALSA_ASOUNDLIB_H
14593 #include <alsa/asoundlib.h>
14594 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14595 #include <sys/asoundlib.h>
14596 #endif
14597 int
14598 main ()
14599 {
14600 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14601   ;
14602   return 0;
14603 }
14604 _ACEOF
14605 rm -f conftest.$ac_objext
14606 if { (ac_try="$ac_compile"
14607 case "(($ac_try" in
14608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14609   *) ac_try_echo=$ac_try;;
14610 esac
14611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14612   (eval "$ac_compile") 2>conftest.er1
14613   ac_status=$?
14614   grep -v '^ *+' conftest.er1 >conftest.err
14615   rm -f conftest.er1
14616   cat conftest.err >&5
14617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14618   (exit $ac_status); } && {
14619          test -z "$ac_c_werror_flag" ||
14620          test ! -s conftest.err
14621        } && test -s conftest.$ac_objext; then
14622
14623 cat >>confdefs.h <<\_ACEOF
14624 #define HAVE_ALSA 1
14625 _ACEOF
14626
14627                          ALSALIBS="-lasound"
14628 else
14629   echo "$as_me: failed program was:" >&5
14630 sed 's/^/| /' conftest.$ac_ext >&5
14631
14632
14633 fi
14634
14635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14636 fi
14637
14638 fi
14639
14640 AUDIOIOLIBS=""
14641
14642 if test "$ac_cv_header_libaudioio_h" = "yes"
14643 then
14644     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14645 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14646 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14647   echo $ECHO_N "(cached) $ECHO_C" >&6
14648 else
14649   ac_check_lib_save_LIBS=$LIBS
14650 LIBS="-laudioio  $LIBS"
14651 cat >conftest.$ac_ext <<_ACEOF
14652 /* confdefs.h.  */
14653 _ACEOF
14654 cat confdefs.h >>conftest.$ac_ext
14655 cat >>conftest.$ac_ext <<_ACEOF
14656 /* end confdefs.h.  */
14657
14658 /* Override any GCC internal prototype to avoid an error.
14659    Use char because int might match the return type of a GCC
14660    builtin and then its argument prototype would still apply.  */
14661 #ifdef __cplusplus
14662 extern "C"
14663 #endif
14664 char AudioIOGetVersion ();
14665 int
14666 main ()
14667 {
14668 return AudioIOGetVersion ();
14669   ;
14670   return 0;
14671 }
14672 _ACEOF
14673 rm -f conftest.$ac_objext conftest$ac_exeext
14674 if { (ac_try="$ac_link"
14675 case "(($ac_try" in
14676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14677   *) ac_try_echo=$ac_try;;
14678 esac
14679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14680   (eval "$ac_link") 2>conftest.er1
14681   ac_status=$?
14682   grep -v '^ *+' conftest.er1 >conftest.err
14683   rm -f conftest.er1
14684   cat conftest.err >&5
14685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14686   (exit $ac_status); } && {
14687          test -z "$ac_c_werror_flag" ||
14688          test ! -s conftest.err
14689        } && test -s conftest$ac_exeext &&
14690        $as_test_x conftest$ac_exeext; then
14691   ac_cv_lib_audioio_AudioIOGetVersion=yes
14692 else
14693   echo "$as_me: failed program was:" >&5
14694 sed 's/^/| /' conftest.$ac_ext >&5
14695
14696         ac_cv_lib_audioio_AudioIOGetVersion=no
14697 fi
14698
14699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14700       conftest$ac_exeext conftest.$ac_ext
14701 LIBS=$ac_check_lib_save_LIBS
14702 fi
14703 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14704 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14705 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14706   AUDIOIOLIBS="-laudioio"
14707
14708 cat >>confdefs.h <<\_ACEOF
14709 #define HAVE_LIBAUDIOIO 1
14710 _ACEOF
14711
14712 fi
14713
14714 fi
14715
14716
14717 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14718 then
14719     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14720 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14721 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14722   echo $ECHO_N "(cached) $ECHO_C" >&6
14723 else
14724   ac_check_soname_save_LIBS=$LIBS
14725 LIBS="-lcapi20  $LIBS"
14726   cat >conftest.$ac_ext <<_ACEOF
14727 /* confdefs.h.  */
14728 _ACEOF
14729 cat confdefs.h >>conftest.$ac_ext
14730 cat >>conftest.$ac_ext <<_ACEOF
14731 /* end confdefs.h.  */
14732
14733 /* Override any GCC internal prototype to avoid an error.
14734    Use char because int might match the return type of a GCC
14735    builtin and then its argument prototype would still apply.  */
14736 #ifdef __cplusplus
14737 extern "C"
14738 #endif
14739 char capi20_register ();
14740 int
14741 main ()
14742 {
14743 return capi20_register ();
14744   ;
14745   return 0;
14746 }
14747 _ACEOF
14748 rm -f conftest.$ac_objext conftest$ac_exeext
14749 if { (ac_try="$ac_link"
14750 case "(($ac_try" in
14751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14752   *) ac_try_echo=$ac_try;;
14753 esac
14754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14755   (eval "$ac_link") 2>conftest.er1
14756   ac_status=$?
14757   grep -v '^ *+' conftest.er1 >conftest.err
14758   rm -f conftest.er1
14759   cat conftest.err >&5
14760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14761   (exit $ac_status); } && {
14762          test -z "$ac_c_werror_flag" ||
14763          test ! -s conftest.err
14764        } && test -s conftest$ac_exeext &&
14765        $as_test_x conftest$ac_exeext; then
14766   case "$LIBEXT" in
14767     dll) ;;
14768     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'` ;;
14769     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
14770   esac
14771 else
14772   echo "$as_me: failed program was:" >&5
14773 sed 's/^/| /' conftest.$ac_ext >&5
14774
14775
14776 fi
14777
14778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14779       conftest$ac_exeext conftest.$ac_ext
14780   LIBS=$ac_check_soname_save_LIBS
14781 fi
14782 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14783   { echo "$as_me:$LINENO: result: not found" >&5
14784 echo "${ECHO_T}not found" >&6; }
14785
14786 else
14787   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14788 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14789
14790 cat >>confdefs.h <<_ACEOF
14791 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14792 _ACEOF
14793
14794
14795 fi
14796
14797 fi
14798 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14799   case "x$with_capi" in
14800   x)   wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
14801   xno) ;;
14802   *)   { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
14803 This is an error since --with-capi was requested." >&5
14804 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
14805 This is an error since --with-capi was requested." >&2;}
14806    { (exit 1); exit 1; }; } ;;
14807 esac
14808 fi
14809
14810
14811 if test "$ac_cv_header_cups_cups_h" = "yes"
14812 then
14813     { echo "$as_me:$LINENO: checking for -lcups" >&5
14814 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
14815 if test "${ac_cv_lib_soname_cups+set}" = set; then
14816   echo $ECHO_N "(cached) $ECHO_C" >&6
14817 else
14818   ac_check_soname_save_LIBS=$LIBS
14819 LIBS="-lcups  $LIBS"
14820   cat >conftest.$ac_ext <<_ACEOF
14821 /* confdefs.h.  */
14822 _ACEOF
14823 cat confdefs.h >>conftest.$ac_ext
14824 cat >>conftest.$ac_ext <<_ACEOF
14825 /* end confdefs.h.  */
14826
14827 /* Override any GCC internal prototype to avoid an error.
14828    Use char because int might match the return type of a GCC
14829    builtin and then its argument prototype would still apply.  */
14830 #ifdef __cplusplus
14831 extern "C"
14832 #endif
14833 char cupsGetDefault ();
14834 int
14835 main ()
14836 {
14837 return cupsGetDefault ();
14838   ;
14839   return 0;
14840 }
14841 _ACEOF
14842 rm -f conftest.$ac_objext conftest$ac_exeext
14843 if { (ac_try="$ac_link"
14844 case "(($ac_try" in
14845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14846   *) ac_try_echo=$ac_try;;
14847 esac
14848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14849   (eval "$ac_link") 2>conftest.er1
14850   ac_status=$?
14851   grep -v '^ *+' conftest.er1 >conftest.err
14852   rm -f conftest.er1
14853   cat conftest.err >&5
14854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14855   (exit $ac_status); } && {
14856          test -z "$ac_c_werror_flag" ||
14857          test ! -s conftest.err
14858        } && test -s conftest$ac_exeext &&
14859        $as_test_x conftest$ac_exeext; then
14860   case "$LIBEXT" in
14861     dll) ;;
14862     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'` ;;
14863     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14864   esac
14865 else
14866   echo "$as_me: failed program was:" >&5
14867 sed 's/^/| /' conftest.$ac_ext >&5
14868
14869
14870 fi
14871
14872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14873       conftest$ac_exeext conftest.$ac_ext
14874   LIBS=$ac_check_soname_save_LIBS
14875 fi
14876 if test "x$ac_cv_lib_soname_cups" = "x"; then
14877   { echo "$as_me:$LINENO: result: not found" >&5
14878 echo "${ECHO_T}not found" >&6; }
14879
14880 else
14881   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
14882 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
14883
14884 cat >>confdefs.h <<_ACEOF
14885 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
14886 _ACEOF
14887
14888
14889 fi
14890
14891 fi
14892 if test "x$ac_cv_lib_soname_cups" = "x"; then
14893   case "x$with_cups" in
14894   x)   wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
14895   xno) ;;
14896   *)   { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
14897 This is an error since --with-cups was requested." >&5
14898 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
14899 This is an error since --with-cups was requested." >&2;}
14900    { (exit 1); exit 1; }; } ;;
14901 esac
14902 fi
14903
14904
14905 if test "$ac_cv_header_jack_jack_h" = "yes"
14906 then
14907     { echo "$as_me:$LINENO: checking for -ljack" >&5
14908 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
14909 if test "${ac_cv_lib_soname_jack+set}" = set; then
14910   echo $ECHO_N "(cached) $ECHO_C" >&6
14911 else
14912   ac_check_soname_save_LIBS=$LIBS
14913 LIBS="-ljack  $LIBS"
14914   cat >conftest.$ac_ext <<_ACEOF
14915 /* confdefs.h.  */
14916 _ACEOF
14917 cat confdefs.h >>conftest.$ac_ext
14918 cat >>conftest.$ac_ext <<_ACEOF
14919 /* end confdefs.h.  */
14920
14921 /* Override any GCC internal prototype to avoid an error.
14922    Use char because int might match the return type of a GCC
14923    builtin and then its argument prototype would still apply.  */
14924 #ifdef __cplusplus
14925 extern "C"
14926 #endif
14927 char jack_client_new ();
14928 int
14929 main ()
14930 {
14931 return jack_client_new ();
14932   ;
14933   return 0;
14934 }
14935 _ACEOF
14936 rm -f conftest.$ac_objext conftest$ac_exeext
14937 if { (ac_try="$ac_link"
14938 case "(($ac_try" in
14939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14940   *) ac_try_echo=$ac_try;;
14941 esac
14942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14943   (eval "$ac_link") 2>conftest.er1
14944   ac_status=$?
14945   grep -v '^ *+' conftest.er1 >conftest.err
14946   rm -f conftest.er1
14947   cat conftest.err >&5
14948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949   (exit $ac_status); } && {
14950          test -z "$ac_c_werror_flag" ||
14951          test ! -s conftest.err
14952        } && test -s conftest$ac_exeext &&
14953        $as_test_x conftest$ac_exeext; then
14954   case "$LIBEXT" in
14955     dll) ;;
14956     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'` ;;
14957     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack\\.$LIBEXT" | sed -e "s/^.*\(libjack\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14958   esac
14959 else
14960   echo "$as_me: failed program was:" >&5
14961 sed 's/^/| /' conftest.$ac_ext >&5
14962
14963
14964 fi
14965
14966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14967       conftest$ac_exeext conftest.$ac_ext
14968   LIBS=$ac_check_soname_save_LIBS
14969 fi
14970 if test "x$ac_cv_lib_soname_jack" = "x"; then
14971   { echo "$as_me:$LINENO: result: not found" >&5
14972 echo "${ECHO_T}not found" >&6; }
14973
14974 else
14975   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
14976 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
14977
14978 cat >>confdefs.h <<_ACEOF
14979 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
14980 _ACEOF
14981
14982
14983 fi
14984
14985 fi
14986
14987 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
14988 then
14989     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
14990 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
14991 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
14992   echo $ECHO_N "(cached) $ECHO_C" >&6
14993 else
14994   ac_check_soname_save_LIBS=$LIBS
14995 LIBS="-lfontconfig  $LIBS"
14996   cat >conftest.$ac_ext <<_ACEOF
14997 /* confdefs.h.  */
14998 _ACEOF
14999 cat confdefs.h >>conftest.$ac_ext
15000 cat >>conftest.$ac_ext <<_ACEOF
15001 /* end confdefs.h.  */
15002
15003 /* Override any GCC internal prototype to avoid an error.
15004    Use char because int might match the return type of a GCC
15005    builtin and then its argument prototype would still apply.  */
15006 #ifdef __cplusplus
15007 extern "C"
15008 #endif
15009 char FcInit ();
15010 int
15011 main ()
15012 {
15013 return FcInit ();
15014   ;
15015   return 0;
15016 }
15017 _ACEOF
15018 rm -f conftest.$ac_objext conftest$ac_exeext
15019 if { (ac_try="$ac_link"
15020 case "(($ac_try" in
15021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15022   *) ac_try_echo=$ac_try;;
15023 esac
15024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15025   (eval "$ac_link") 2>conftest.er1
15026   ac_status=$?
15027   grep -v '^ *+' conftest.er1 >conftest.err
15028   rm -f conftest.er1
15029   cat conftest.err >&5
15030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031   (exit $ac_status); } && {
15032          test -z "$ac_c_werror_flag" ||
15033          test ! -s conftest.err
15034        } && test -s conftest$ac_exeext &&
15035        $as_test_x conftest$ac_exeext; then
15036   case "$LIBEXT" in
15037     dll) ;;
15038     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'` ;;
15039     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15040   esac
15041 else
15042   echo "$as_me: failed program was:" >&5
15043 sed 's/^/| /' conftest.$ac_ext >&5
15044
15045
15046 fi
15047
15048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15049       conftest$ac_exeext conftest.$ac_ext
15050   LIBS=$ac_check_soname_save_LIBS
15051 fi
15052 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15053   { echo "$as_me:$LINENO: result: not found" >&5
15054 echo "${ECHO_T}not found" >&6; }
15055
15056 else
15057   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15058 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15059
15060 cat >>confdefs.h <<_ACEOF
15061 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15062 _ACEOF
15063
15064
15065 fi
15066
15067 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15068 then
15069         ac_save_CPPFLAGS="$CPPFLAGS"
15070     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15071     $as_unset ac_cv_header_fontconfig_fontconfig_h
15072
15073 for ac_header in fontconfig/fontconfig.h
15074 do
15075 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15076 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15077   { echo "$as_me:$LINENO: checking for $ac_header" >&5
15078 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15080   echo $ECHO_N "(cached) $ECHO_C" >&6
15081 fi
15082 ac_res=`eval echo '${'$as_ac_Header'}'`
15083                { echo "$as_me:$LINENO: result: $ac_res" >&5
15084 echo "${ECHO_T}$ac_res" >&6; }
15085 else
15086   # Is the header compilable?
15087 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15088 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15089 cat >conftest.$ac_ext <<_ACEOF
15090 /* confdefs.h.  */
15091 _ACEOF
15092 cat confdefs.h >>conftest.$ac_ext
15093 cat >>conftest.$ac_ext <<_ACEOF
15094 /* end confdefs.h.  */
15095 $ac_includes_default
15096 #include <$ac_header>
15097 _ACEOF
15098 rm -f conftest.$ac_objext
15099 if { (ac_try="$ac_compile"
15100 case "(($ac_try" in
15101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15102   *) ac_try_echo=$ac_try;;
15103 esac
15104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15105   (eval "$ac_compile") 2>conftest.er1
15106   ac_status=$?
15107   grep -v '^ *+' conftest.er1 >conftest.err
15108   rm -f conftest.er1
15109   cat conftest.err >&5
15110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15111   (exit $ac_status); } && {
15112          test -z "$ac_c_werror_flag" ||
15113          test ! -s conftest.err
15114        } && test -s conftest.$ac_objext; then
15115   ac_header_compiler=yes
15116 else
15117   echo "$as_me: failed program was:" >&5
15118 sed 's/^/| /' conftest.$ac_ext >&5
15119
15120         ac_header_compiler=no
15121 fi
15122
15123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15124 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15125 echo "${ECHO_T}$ac_header_compiler" >&6; }
15126
15127 # Is the header present?
15128 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15129 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15130 cat >conftest.$ac_ext <<_ACEOF
15131 /* confdefs.h.  */
15132 _ACEOF
15133 cat confdefs.h >>conftest.$ac_ext
15134 cat >>conftest.$ac_ext <<_ACEOF
15135 /* end confdefs.h.  */
15136 #include <$ac_header>
15137 _ACEOF
15138 if { (ac_try="$ac_cpp conftest.$ac_ext"
15139 case "(($ac_try" in
15140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15141   *) ac_try_echo=$ac_try;;
15142 esac
15143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15144   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15145   ac_status=$?
15146   grep -v '^ *+' conftest.er1 >conftest.err
15147   rm -f conftest.er1
15148   cat conftest.err >&5
15149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15150   (exit $ac_status); } >/dev/null && {
15151          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15152          test ! -s conftest.err
15153        }; then
15154   ac_header_preproc=yes
15155 else
15156   echo "$as_me: failed program was:" >&5
15157 sed 's/^/| /' conftest.$ac_ext >&5
15158
15159   ac_header_preproc=no
15160 fi
15161
15162 rm -f conftest.err conftest.$ac_ext
15163 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15164 echo "${ECHO_T}$ac_header_preproc" >&6; }
15165
15166 # So?  What about this header?
15167 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15168   yes:no: )
15169     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15170 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15171     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15172 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15173     ac_header_preproc=yes
15174     ;;
15175   no:yes:* )
15176     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15177 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15178     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15179 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15180     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15181 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15182     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15183 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15184     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15185 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15186     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15187 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15188     ( cat <<\_ASBOX
15189 ## ------------------------------------ ##
15190 ## Report this to wine-devel@winehq.org ##
15191 ## ------------------------------------ ##
15192 _ASBOX
15193      ) | sed "s/^/$as_me: WARNING:     /" >&2
15194     ;;
15195 esac
15196 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15198 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15199   echo $ECHO_N "(cached) $ECHO_C" >&6
15200 else
15201   eval "$as_ac_Header=\$ac_header_preproc"
15202 fi
15203 ac_res=`eval echo '${'$as_ac_Header'}'`
15204                { echo "$as_me:$LINENO: result: $ac_res" >&5
15205 echo "${ECHO_T}$ac_res" >&6; }
15206
15207 fi
15208 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15209   cat >>confdefs.h <<_ACEOF
15210 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15211 _ACEOF
15212
15213 fi
15214
15215 done
15216
15217     CPPFLAGS="$ac_save_CPPFLAGS"
15218     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15219     then
15220         FONTCONFIGINCL="$X_CFLAGS"
15221
15222         { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15223 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15224 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15225   echo $ECHO_N "(cached) $ECHO_C" >&6
15226 else
15227   ac_check_soname_save_LIBS=$LIBS
15228 LIBS="-lfontconfig $X_LIBS $LIBS"
15229   cat >conftest.$ac_ext <<_ACEOF
15230 /* confdefs.h.  */
15231 _ACEOF
15232 cat confdefs.h >>conftest.$ac_ext
15233 cat >>conftest.$ac_ext <<_ACEOF
15234 /* end confdefs.h.  */
15235
15236 /* Override any GCC internal prototype to avoid an error.
15237    Use char because int might match the return type of a GCC
15238    builtin and then its argument prototype would still apply.  */
15239 #ifdef __cplusplus
15240 extern "C"
15241 #endif
15242 char FcInit ();
15243 int
15244 main ()
15245 {
15246 return FcInit ();
15247   ;
15248   return 0;
15249 }
15250 _ACEOF
15251 rm -f conftest.$ac_objext conftest$ac_exeext
15252 if { (ac_try="$ac_link"
15253 case "(($ac_try" in
15254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15255   *) ac_try_echo=$ac_try;;
15256 esac
15257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15258   (eval "$ac_link") 2>conftest.er1
15259   ac_status=$?
15260   grep -v '^ *+' conftest.er1 >conftest.err
15261   rm -f conftest.er1
15262   cat conftest.err >&5
15263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15264   (exit $ac_status); } && {
15265          test -z "$ac_c_werror_flag" ||
15266          test ! -s conftest.err
15267        } && test -s conftest$ac_exeext &&
15268        $as_test_x conftest$ac_exeext; then
15269   case "$LIBEXT" in
15270     dll) ;;
15271     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'` ;;
15272     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15273   esac
15274 else
15275   echo "$as_me: failed program was:" >&5
15276 sed 's/^/| /' conftest.$ac_ext >&5
15277
15278
15279 fi
15280
15281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15282       conftest$ac_exeext conftest.$ac_ext
15283   LIBS=$ac_check_soname_save_LIBS
15284 fi
15285 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15286   { echo "$as_me:$LINENO: result: not found" >&5
15287 echo "${ECHO_T}not found" >&6; }
15288
15289 else
15290   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15291 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15292
15293 cat >>confdefs.h <<_ACEOF
15294 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15295 _ACEOF
15296
15297
15298 fi
15299
15300     fi
15301 fi
15302 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15303   case "x$with_fontconfig" in
15304   x)   wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15305   xno) ;;
15306   *)   { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15307 This is an error since --with-fontconfig was requested." >&5
15308 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15309 This is an error since --with-fontconfig was requested." >&2;}
15310    { (exit 1); exit 1; }; } ;;
15311 esac
15312 fi
15313
15314
15315 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15316 then
15317     { echo "$as_me:$LINENO: checking for -lssl" >&5
15318 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15319 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15320   echo $ECHO_N "(cached) $ECHO_C" >&6
15321 else
15322   ac_check_soname_save_LIBS=$LIBS
15323 LIBS="-lssl  $LIBS"
15324   cat >conftest.$ac_ext <<_ACEOF
15325 /* confdefs.h.  */
15326 _ACEOF
15327 cat confdefs.h >>conftest.$ac_ext
15328 cat >>conftest.$ac_ext <<_ACEOF
15329 /* end confdefs.h.  */
15330
15331 /* Override any GCC internal prototype to avoid an error.
15332    Use char because int might match the return type of a GCC
15333    builtin and then its argument prototype would still apply.  */
15334 #ifdef __cplusplus
15335 extern "C"
15336 #endif
15337 char SSL_library_init ();
15338 int
15339 main ()
15340 {
15341 return SSL_library_init ();
15342   ;
15343   return 0;
15344 }
15345 _ACEOF
15346 rm -f conftest.$ac_objext conftest$ac_exeext
15347 if { (ac_try="$ac_link"
15348 case "(($ac_try" in
15349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15350   *) ac_try_echo=$ac_try;;
15351 esac
15352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15353   (eval "$ac_link") 2>conftest.er1
15354   ac_status=$?
15355   grep -v '^ *+' conftest.er1 >conftest.err
15356   rm -f conftest.er1
15357   cat conftest.err >&5
15358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15359   (exit $ac_status); } && {
15360          test -z "$ac_c_werror_flag" ||
15361          test ! -s conftest.err
15362        } && test -s conftest$ac_exeext &&
15363        $as_test_x conftest$ac_exeext; then
15364   case "$LIBEXT" in
15365     dll) ;;
15366     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'` ;;
15367     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
15368   esac
15369 else
15370   echo "$as_me: failed program was:" >&5
15371 sed 's/^/| /' conftest.$ac_ext >&5
15372
15373
15374 fi
15375
15376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15377       conftest$ac_exeext conftest.$ac_ext
15378   LIBS=$ac_check_soname_save_LIBS
15379 fi
15380 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15381   { echo "$as_me:$LINENO: result: not found" >&5
15382 echo "${ECHO_T}not found" >&6; }
15383
15384 else
15385   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15386 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15387
15388 cat >>confdefs.h <<_ACEOF
15389 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15390 _ACEOF
15391
15392
15393 fi
15394
15395     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15396 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15397 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15398   echo $ECHO_N "(cached) $ECHO_C" >&6
15399 else
15400   ac_check_soname_save_LIBS=$LIBS
15401 LIBS="-lcrypto  $LIBS"
15402   cat >conftest.$ac_ext <<_ACEOF
15403 /* confdefs.h.  */
15404 _ACEOF
15405 cat confdefs.h >>conftest.$ac_ext
15406 cat >>conftest.$ac_ext <<_ACEOF
15407 /* end confdefs.h.  */
15408
15409 /* Override any GCC internal prototype to avoid an error.
15410    Use char because int might match the return type of a GCC
15411    builtin and then its argument prototype would still apply.  */
15412 #ifdef __cplusplus
15413 extern "C"
15414 #endif
15415 char BIO_new_socket ();
15416 int
15417 main ()
15418 {
15419 return BIO_new_socket ();
15420   ;
15421   return 0;
15422 }
15423 _ACEOF
15424 rm -f conftest.$ac_objext conftest$ac_exeext
15425 if { (ac_try="$ac_link"
15426 case "(($ac_try" in
15427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15428   *) ac_try_echo=$ac_try;;
15429 esac
15430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15431   (eval "$ac_link") 2>conftest.er1
15432   ac_status=$?
15433   grep -v '^ *+' conftest.er1 >conftest.err
15434   rm -f conftest.er1
15435   cat conftest.err >&5
15436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15437   (exit $ac_status); } && {
15438          test -z "$ac_c_werror_flag" ||
15439          test ! -s conftest.err
15440        } && test -s conftest$ac_exeext &&
15441        $as_test_x conftest$ac_exeext; then
15442   case "$LIBEXT" in
15443     dll) ;;
15444     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'` ;;
15445     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15446   esac
15447 else
15448   echo "$as_me: failed program was:" >&5
15449 sed 's/^/| /' conftest.$ac_ext >&5
15450
15451
15452 fi
15453
15454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15455       conftest$ac_exeext conftest.$ac_ext
15456   LIBS=$ac_check_soname_save_LIBS
15457 fi
15458 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15459   { echo "$as_me:$LINENO: result: not found" >&5
15460 echo "${ECHO_T}not found" >&6; }
15461
15462 else
15463   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15464 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15465
15466 cat >>confdefs.h <<_ACEOF
15467 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15468 _ACEOF
15469
15470
15471 fi
15472
15473 fi
15474 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15475   case "x$with_openssl" in
15476   x)   wine_notices="$wine_notices|OpenSSL development files not found, SSL won't be supported." ;;
15477   xno) ;;
15478   *)   { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15479 This is an error since --with-openssl was requested." >&5
15480 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15481 This is an error since --with-openssl was requested." >&2;}
15482    { (exit 1); exit 1; }; } ;;
15483 esac
15484 fi
15485
15486
15487 if test "$ac_cv_header_jpeglib_h" = "yes"
15488 then
15489     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15490 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15491 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15492   echo $ECHO_N "(cached) $ECHO_C" >&6
15493 else
15494   ac_check_soname_save_LIBS=$LIBS
15495 LIBS="-ljpeg  $LIBS"
15496   cat >conftest.$ac_ext <<_ACEOF
15497 /* confdefs.h.  */
15498 _ACEOF
15499 cat confdefs.h >>conftest.$ac_ext
15500 cat >>conftest.$ac_ext <<_ACEOF
15501 /* end confdefs.h.  */
15502
15503 /* Override any GCC internal prototype to avoid an error.
15504    Use char because int might match the return type of a GCC
15505    builtin and then its argument prototype would still apply.  */
15506 #ifdef __cplusplus
15507 extern "C"
15508 #endif
15509 char jpeg_start_decompress ();
15510 int
15511 main ()
15512 {
15513 return jpeg_start_decompress ();
15514   ;
15515   return 0;
15516 }
15517 _ACEOF
15518 rm -f conftest.$ac_objext conftest$ac_exeext
15519 if { (ac_try="$ac_link"
15520 case "(($ac_try" in
15521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15522   *) ac_try_echo=$ac_try;;
15523 esac
15524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15525   (eval "$ac_link") 2>conftest.er1
15526   ac_status=$?
15527   grep -v '^ *+' conftest.er1 >conftest.err
15528   rm -f conftest.er1
15529   cat conftest.err >&5
15530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531   (exit $ac_status); } && {
15532          test -z "$ac_c_werror_flag" ||
15533          test ! -s conftest.err
15534        } && test -s conftest$ac_exeext &&
15535        $as_test_x conftest$ac_exeext; then
15536   case "$LIBEXT" in
15537     dll) ;;
15538     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'` ;;
15539     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15540   esac
15541 else
15542   echo "$as_me: failed program was:" >&5
15543 sed 's/^/| /' conftest.$ac_ext >&5
15544
15545
15546 fi
15547
15548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15549       conftest$ac_exeext conftest.$ac_ext
15550   LIBS=$ac_check_soname_save_LIBS
15551 fi
15552 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15553   { echo "$as_me:$LINENO: result: not found" >&5
15554 echo "${ECHO_T}not found" >&6; }
15555
15556 else
15557   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15558 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15559
15560 cat >>confdefs.h <<_ACEOF
15561 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15562 _ACEOF
15563
15564
15565 fi
15566
15567 fi
15568 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15569   case "x$with_jpeg" in
15570   x)   wine_notices="$wine_notices|libjpeg development files not found, JPEG won't be supported." ;;
15571   xno) ;;
15572   *)   { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15573 This is an error since --with-jpeg was requested." >&5
15574 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15575 This is an error since --with-jpeg was requested." >&2;}
15576    { (exit 1); exit 1; }; } ;;
15577 esac
15578 fi
15579
15580
15581 if test "$ac_cv_header_png_h" = "yes"
15582 then
15583     { echo "$as_me:$LINENO: checking for -lpng" >&5
15584 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15585 if test "${ac_cv_lib_soname_png+set}" = set; then
15586   echo $ECHO_N "(cached) $ECHO_C" >&6
15587 else
15588   ac_check_soname_save_LIBS=$LIBS
15589 LIBS="-lpng  $LIBS"
15590   cat >conftest.$ac_ext <<_ACEOF
15591 /* confdefs.h.  */
15592 _ACEOF
15593 cat confdefs.h >>conftest.$ac_ext
15594 cat >>conftest.$ac_ext <<_ACEOF
15595 /* end confdefs.h.  */
15596
15597 /* Override any GCC internal prototype to avoid an error.
15598    Use char because int might match the return type of a GCC
15599    builtin and then its argument prototype would still apply.  */
15600 #ifdef __cplusplus
15601 extern "C"
15602 #endif
15603 char png_create_read_struct ();
15604 int
15605 main ()
15606 {
15607 return png_create_read_struct ();
15608   ;
15609   return 0;
15610 }
15611 _ACEOF
15612 rm -f conftest.$ac_objext conftest$ac_exeext
15613 if { (ac_try="$ac_link"
15614 case "(($ac_try" in
15615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15616   *) ac_try_echo=$ac_try;;
15617 esac
15618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15619   (eval "$ac_link") 2>conftest.er1
15620   ac_status=$?
15621   grep -v '^ *+' conftest.er1 >conftest.err
15622   rm -f conftest.er1
15623   cat conftest.err >&5
15624   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15625   (exit $ac_status); } && {
15626          test -z "$ac_c_werror_flag" ||
15627          test ! -s conftest.err
15628        } && test -s conftest$ac_exeext &&
15629        $as_test_x conftest$ac_exeext; then
15630   case "$LIBEXT" in
15631     dll) ;;
15632     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'` ;;
15633     *) 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'` ;;
15634   esac
15635 else
15636   echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15638
15639
15640 fi
15641
15642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15643       conftest$ac_exeext conftest.$ac_ext
15644   LIBS=$ac_check_soname_save_LIBS
15645 fi
15646 if test "x$ac_cv_lib_soname_png" = "x"; then
15647   { echo "$as_me:$LINENO: result: not found" >&5
15648 echo "${ECHO_T}not found" >&6; }
15649
15650 else
15651   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
15652 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
15653
15654 cat >>confdefs.h <<_ACEOF
15655 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
15656 _ACEOF
15657
15658
15659 fi
15660
15661 fi
15662 if test "x$ac_cv_lib_soname_png" = "x"; then
15663   case "x$with_png" in
15664   x)   wine_notices="$wine_notices|libpng development files not found, PNG won't be supported." ;;
15665   xno) ;;
15666   *)   { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
15667 This is an error since --with-png was requested." >&5
15668 echo "$as_me: error: libpng development files not found, PNG won't be supported.
15669 This is an error since --with-png was requested." >&2;}
15670    { (exit 1); exit 1; }; } ;;
15671 esac
15672 fi
15673
15674
15675 { echo "$as_me:$LINENO: checking for -lodbc" >&5
15676 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
15677 if test "${ac_cv_lib_soname_odbc+set}" = set; then
15678   echo $ECHO_N "(cached) $ECHO_C" >&6
15679 else
15680   ac_check_soname_save_LIBS=$LIBS
15681 LIBS="-lodbc  $LIBS"
15682   cat >conftest.$ac_ext <<_ACEOF
15683 /* confdefs.h.  */
15684 _ACEOF
15685 cat confdefs.h >>conftest.$ac_ext
15686 cat >>conftest.$ac_ext <<_ACEOF
15687 /* end confdefs.h.  */
15688
15689 /* Override any GCC internal prototype to avoid an error.
15690    Use char because int might match the return type of a GCC
15691    builtin and then its argument prototype would still apply.  */
15692 #ifdef __cplusplus
15693 extern "C"
15694 #endif
15695 char SQLConnect ();
15696 int
15697 main ()
15698 {
15699 return SQLConnect ();
15700   ;
15701   return 0;
15702 }
15703 _ACEOF
15704 rm -f conftest.$ac_objext conftest$ac_exeext
15705 if { (ac_try="$ac_link"
15706 case "(($ac_try" in
15707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15708   *) ac_try_echo=$ac_try;;
15709 esac
15710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15711   (eval "$ac_link") 2>conftest.er1
15712   ac_status=$?
15713   grep -v '^ *+' conftest.er1 >conftest.err
15714   rm -f conftest.er1
15715   cat conftest.err >&5
15716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15717   (exit $ac_status); } && {
15718          test -z "$ac_c_werror_flag" ||
15719          test ! -s conftest.err
15720        } && test -s conftest$ac_exeext &&
15721        $as_test_x conftest$ac_exeext; then
15722   case "$LIBEXT" in
15723     dll) ;;
15724     dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15725     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15726   esac
15727 else
15728   echo "$as_me: failed program was:" >&5
15729 sed 's/^/| /' conftest.$ac_ext >&5
15730
15731
15732 fi
15733
15734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15735       conftest$ac_exeext conftest.$ac_ext
15736   LIBS=$ac_check_soname_save_LIBS
15737 fi
15738 if test "x$ac_cv_lib_soname_odbc" = "x"; then
15739   { echo "$as_me:$LINENO: result: not found" >&5
15740 echo "${ECHO_T}not found" >&6; }
15741        cat >>confdefs.h <<_ACEOF
15742 #define SONAME_LIBODBC "libodbc.$LIBEXT"
15743 _ACEOF
15744
15745 else
15746   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
15747 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
15748
15749 cat >>confdefs.h <<_ACEOF
15750 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
15751 _ACEOF
15752
15753
15754 fi
15755
15756
15757 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESD_LIBS$ac_cv_lib_soname_jack" = "x" -a \
15758         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
15759         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
15760         "$ac_cv_header_soundcard_h" != "yes" -a \
15761         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
15762 then
15763     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
15764 fi
15765
15766
15767 EXTRACFLAGS=""
15768
15769 if test "x${GCC}" = "xyes"
15770 then
15771   EXTRACFLAGS="-Wall -pipe"
15772
15773     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
15774 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
15775 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
15776   echo $ECHO_N "(cached) $ECHO_C" >&6
15777 else
15778   if test "$cross_compiling" = yes; then
15779   ac_cv_c_gcc_strength_bug="yes"
15780 else
15781   cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h.  */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h.  */
15787 int L[4] = {0,1,2,3};
15788 int
15789 main ()
15790 {
15791 static int Array[3];
15792   unsigned int B = 3;
15793   int i;
15794   for(i=0; i<B; i++) Array[i] = i - 3;
15795   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
15796   L[i] = 4;
15797   exit( Array[1] != -2 || L[2] != 3)
15798   ;
15799   return 0;
15800 }
15801 _ACEOF
15802 rm -f conftest$ac_exeext
15803 if { (ac_try="$ac_link"
15804 case "(($ac_try" in
15805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15806   *) ac_try_echo=$ac_try;;
15807 esac
15808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15809   (eval "$ac_link") 2>&5
15810   ac_status=$?
15811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15812   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15813   { (case "(($ac_try" in
15814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15815   *) ac_try_echo=$ac_try;;
15816 esac
15817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15818   (eval "$ac_try") 2>&5
15819   ac_status=$?
15820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15821   (exit $ac_status); }; }; then
15822   ac_cv_c_gcc_strength_bug="no"
15823 else
15824   echo "$as_me: program exited with status $ac_status" >&5
15825 echo "$as_me: failed program was:" >&5
15826 sed 's/^/| /' conftest.$ac_ext >&5
15827
15828 ( exit $ac_status )
15829 ac_cv_c_gcc_strength_bug="yes"
15830 fi
15831 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15832 fi
15833
15834
15835 fi
15836 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
15837 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
15838   if test "$ac_cv_c_gcc_strength_bug" = "yes"
15839   then
15840     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
15841   fi
15842
15843
15844   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
15845 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
15846 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
15847   echo $ECHO_N "(cached) $ECHO_C" >&6
15848 else
15849   ac_wine_try_cflags_saved=$CFLAGS
15850 CFLAGS="$CFLAGS -fshort-wchar"
15851 cat >conftest.$ac_ext <<_ACEOF
15852 /* confdefs.h.  */
15853 _ACEOF
15854 cat confdefs.h >>conftest.$ac_ext
15855 cat >>conftest.$ac_ext <<_ACEOF
15856 /* end confdefs.h.  */
15857
15858 int
15859 main ()
15860 {
15861
15862   ;
15863   return 0;
15864 }
15865 _ACEOF
15866 rm -f conftest.$ac_objext conftest$ac_exeext
15867 if { (ac_try="$ac_link"
15868 case "(($ac_try" in
15869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15870   *) ac_try_echo=$ac_try;;
15871 esac
15872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15873   (eval "$ac_link") 2>conftest.er1
15874   ac_status=$?
15875   grep -v '^ *+' conftest.er1 >conftest.err
15876   rm -f conftest.er1
15877   cat conftest.err >&5
15878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15879   (exit $ac_status); } && {
15880          test -z "$ac_c_werror_flag" ||
15881          test ! -s conftest.err
15882        } && test -s conftest$ac_exeext &&
15883        $as_test_x conftest$ac_exeext; then
15884   ac_cv_cflags__fshort_wchar=yes
15885 else
15886   echo "$as_me: failed program was:" >&5
15887 sed 's/^/| /' conftest.$ac_ext >&5
15888
15889         ac_cv_cflags__fshort_wchar=no
15890 fi
15891
15892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15893       conftest$ac_exeext conftest.$ac_ext
15894 CFLAGS=$ac_wine_try_cflags_saved
15895 fi
15896 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
15897 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
15898 if test $ac_cv_cflags__fshort_wchar = yes; then
15899
15900 cat >>confdefs.h <<\_ACEOF
15901 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
15902 _ACEOF
15903
15904 fi
15905
15906   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
15907 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
15908 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
15909   echo $ECHO_N "(cached) $ECHO_C" >&6
15910 else
15911   ac_wine_try_cflags_saved=$CFLAGS
15912 CFLAGS="$CFLAGS -fno-strict-aliasing"
15913 cat >conftest.$ac_ext <<_ACEOF
15914 /* confdefs.h.  */
15915 _ACEOF
15916 cat confdefs.h >>conftest.$ac_ext
15917 cat >>conftest.$ac_ext <<_ACEOF
15918 /* end confdefs.h.  */
15919
15920 int
15921 main ()
15922 {
15923
15924   ;
15925   return 0;
15926 }
15927 _ACEOF
15928 rm -f conftest.$ac_objext conftest$ac_exeext
15929 if { (ac_try="$ac_link"
15930 case "(($ac_try" in
15931   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15932   *) ac_try_echo=$ac_try;;
15933 esac
15934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15935   (eval "$ac_link") 2>conftest.er1
15936   ac_status=$?
15937   grep -v '^ *+' conftest.er1 >conftest.err
15938   rm -f conftest.er1
15939   cat conftest.err >&5
15940   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15941   (exit $ac_status); } && {
15942          test -z "$ac_c_werror_flag" ||
15943          test ! -s conftest.err
15944        } && test -s conftest$ac_exeext &&
15945        $as_test_x conftest$ac_exeext; then
15946   ac_cv_cflags__fno_strict_aliasing=yes
15947 else
15948   echo "$as_me: failed program was:" >&5
15949 sed 's/^/| /' conftest.$ac_ext >&5
15950
15951         ac_cv_cflags__fno_strict_aliasing=no
15952 fi
15953
15954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15955       conftest$ac_exeext conftest.$ac_ext
15956 CFLAGS=$ac_wine_try_cflags_saved
15957 fi
15958 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
15959 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
15960 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
15961   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
15962 fi
15963
15964   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
15965 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
15966 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
15967   echo $ECHO_N "(cached) $ECHO_C" >&6
15968 else
15969   ac_wine_try_cflags_saved=$CFLAGS
15970 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
15971 cat >conftest.$ac_ext <<_ACEOF
15972 /* confdefs.h.  */
15973 _ACEOF
15974 cat confdefs.h >>conftest.$ac_ext
15975 cat >>conftest.$ac_ext <<_ACEOF
15976 /* end confdefs.h.  */
15977
15978 int
15979 main ()
15980 {
15981
15982   ;
15983   return 0;
15984 }
15985 _ACEOF
15986 rm -f conftest.$ac_objext conftest$ac_exeext
15987 if { (ac_try="$ac_link"
15988 case "(($ac_try" in
15989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15990   *) ac_try_echo=$ac_try;;
15991 esac
15992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15993   (eval "$ac_link") 2>conftest.er1
15994   ac_status=$?
15995   grep -v '^ *+' conftest.er1 >conftest.err
15996   rm -f conftest.er1
15997   cat conftest.err >&5
15998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15999   (exit $ac_status); } && {
16000          test -z "$ac_c_werror_flag" ||
16001          test ! -s conftest.err
16002        } && test -s conftest$ac_exeext &&
16003        $as_test_x conftest$ac_exeext; then
16004   ac_cv_cflags__Wdeclaration_after_statement=yes
16005 else
16006   echo "$as_me: failed program was:" >&5
16007 sed 's/^/| /' conftest.$ac_ext >&5
16008
16009         ac_cv_cflags__Wdeclaration_after_statement=no
16010 fi
16011
16012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16013       conftest$ac_exeext conftest.$ac_ext
16014 CFLAGS=$ac_wine_try_cflags_saved
16015 fi
16016 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16017 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16018 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16019   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16020 fi
16021
16022   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16023 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16024 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16025   echo $ECHO_N "(cached) $ECHO_C" >&6
16026 else
16027   ac_wine_try_cflags_saved=$CFLAGS
16028 CFLAGS="$CFLAGS -Wwrite-strings"
16029 cat >conftest.$ac_ext <<_ACEOF
16030 /* confdefs.h.  */
16031 _ACEOF
16032 cat confdefs.h >>conftest.$ac_ext
16033 cat >>conftest.$ac_ext <<_ACEOF
16034 /* end confdefs.h.  */
16035
16036 int
16037 main ()
16038 {
16039
16040   ;
16041   return 0;
16042 }
16043 _ACEOF
16044 rm -f conftest.$ac_objext conftest$ac_exeext
16045 if { (ac_try="$ac_link"
16046 case "(($ac_try" in
16047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16048   *) ac_try_echo=$ac_try;;
16049 esac
16050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16051   (eval "$ac_link") 2>conftest.er1
16052   ac_status=$?
16053   grep -v '^ *+' conftest.er1 >conftest.err
16054   rm -f conftest.er1
16055   cat conftest.err >&5
16056   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16057   (exit $ac_status); } && {
16058          test -z "$ac_c_werror_flag" ||
16059          test ! -s conftest.err
16060        } && test -s conftest$ac_exeext &&
16061        $as_test_x conftest$ac_exeext; then
16062   ac_cv_cflags__Wwrite_strings=yes
16063 else
16064   echo "$as_me: failed program was:" >&5
16065 sed 's/^/| /' conftest.$ac_ext >&5
16066
16067         ac_cv_cflags__Wwrite_strings=no
16068 fi
16069
16070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16071       conftest$ac_exeext conftest.$ac_ext
16072 CFLAGS=$ac_wine_try_cflags_saved
16073 fi
16074 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16075 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16076 if test $ac_cv_cflags__Wwrite_strings = yes; then
16077   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16078 fi
16079
16080
16081     saved_CFLAGS="$CFLAGS"
16082   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16083   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16084 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16085 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16086   echo $ECHO_N "(cached) $ECHO_C" >&6
16087 else
16088   cat >conftest.$ac_ext <<_ACEOF
16089 /* confdefs.h.  */
16090 _ACEOF
16091 cat confdefs.h >>conftest.$ac_ext
16092 cat >>conftest.$ac_ext <<_ACEOF
16093 /* end confdefs.h.  */
16094 #include <string.h>
16095 int
16096 main ()
16097 {
16098
16099   ;
16100   return 0;
16101 }
16102 _ACEOF
16103 rm -f conftest.$ac_objext
16104 if { (ac_try="$ac_compile"
16105 case "(($ac_try" in
16106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16107   *) ac_try_echo=$ac_try;;
16108 esac
16109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16110   (eval "$ac_compile") 2>conftest.er1
16111   ac_status=$?
16112   grep -v '^ *+' conftest.er1 >conftest.err
16113   rm -f conftest.er1
16114   cat conftest.err >&5
16115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16116   (exit $ac_status); } && {
16117          test -z "$ac_c_werror_flag" ||
16118          test ! -s conftest.err
16119        } && test -s conftest.$ac_objext; then
16120   ac_cv_c_string_h_warnings=no
16121 else
16122   echo "$as_me: failed program was:" >&5
16123 sed 's/^/| /' conftest.$ac_ext >&5
16124
16125         ac_cv_c_string_h_warnings=yes
16126 fi
16127
16128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16129 fi
16130 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16131 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16132   CFLAGS="$saved_CFLAGS"
16133   if test "$ac_cv_c_string_h_warnings" = "no"
16134   then
16135     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16136   fi
16137
16138   BUILTINFLAG=""
16139
16140   saved_CFLAGS="$CFLAGS"
16141   CFLAGS="$CFLAGS -Werror"
16142   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16143 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16144 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16145   echo $ECHO_N "(cached) $ECHO_C" >&6
16146 else
16147   cat >conftest.$ac_ext <<_ACEOF
16148 /* confdefs.h.  */
16149 _ACEOF
16150 cat confdefs.h >>conftest.$ac_ext
16151 cat >>conftest.$ac_ext <<_ACEOF
16152 /* end confdefs.h.  */
16153
16154 int
16155 main ()
16156 {
16157 int iswlower(unsigned short);
16158   ;
16159   return 0;
16160 }
16161 _ACEOF
16162 rm -f conftest.$ac_objext
16163 if { (ac_try="$ac_compile"
16164 case "(($ac_try" in
16165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16166   *) ac_try_echo=$ac_try;;
16167 esac
16168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16169   (eval "$ac_compile") 2>conftest.er1
16170   ac_status=$?
16171   grep -v '^ *+' conftest.er1 >conftest.err
16172   rm -f conftest.er1
16173   cat conftest.err >&5
16174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16175   (exit $ac_status); } && {
16176          test -z "$ac_c_werror_flag" ||
16177          test ! -s conftest.err
16178        } && test -s conftest.$ac_objext; then
16179   ac_cv_c_builtin_wchar_ctype=no
16180 else
16181   echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.$ac_ext >&5
16183
16184         ac_cv_c_builtin_wchar_ctype=yes
16185 fi
16186
16187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16188 fi
16189 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16190 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16191   CFLAGS="$saved_CFLAGS"
16192   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16193   then
16194     BUILTINFLAG="-fno-builtin"
16195   fi
16196 fi
16197
16198
16199 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16200 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16201 if test "${ac_cv_asm_func_def+set}" = set; then
16202   echo $ECHO_N "(cached) $ECHO_C" >&6
16203 else
16204   cat >conftest.$ac_ext <<_ACEOF
16205 /* confdefs.h.  */
16206 _ACEOF
16207 cat confdefs.h >>conftest.$ac_ext
16208 cat >>conftest.$ac_ext <<_ACEOF
16209 /* end confdefs.h.  */
16210
16211 int
16212 main ()
16213 {
16214 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16215   ;
16216   return 0;
16217 }
16218 _ACEOF
16219 rm -f conftest.$ac_objext conftest$ac_exeext
16220 if { (ac_try="$ac_link"
16221 case "(($ac_try" in
16222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16223   *) ac_try_echo=$ac_try;;
16224 esac
16225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16226   (eval "$ac_link") 2>conftest.er1
16227   ac_status=$?
16228   grep -v '^ *+' conftest.er1 >conftest.err
16229   rm -f conftest.er1
16230   cat conftest.err >&5
16231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16232   (exit $ac_status); } && {
16233          test -z "$ac_c_werror_flag" ||
16234          test ! -s conftest.err
16235        } && test -s conftest$ac_exeext &&
16236        $as_test_x conftest$ac_exeext; then
16237   ac_cv_asm_func_def=".def"
16238 else
16239   echo "$as_me: failed program was:" >&5
16240 sed 's/^/| /' conftest.$ac_ext >&5
16241
16242         cat >conftest.$ac_ext <<_ACEOF
16243 /* confdefs.h.  */
16244 _ACEOF
16245 cat confdefs.h >>conftest.$ac_ext
16246 cat >>conftest.$ac_ext <<_ACEOF
16247 /* end confdefs.h.  */
16248
16249 int
16250 main ()
16251 {
16252 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16253   ;
16254   return 0;
16255 }
16256 _ACEOF
16257 rm -f conftest.$ac_objext conftest$ac_exeext
16258 if { (ac_try="$ac_link"
16259 case "(($ac_try" in
16260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16261   *) ac_try_echo=$ac_try;;
16262 esac
16263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16264   (eval "$ac_link") 2>conftest.er1
16265   ac_status=$?
16266   grep -v '^ *+' conftest.er1 >conftest.err
16267   rm -f conftest.er1
16268   cat conftest.err >&5
16269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16270   (exit $ac_status); } && {
16271          test -z "$ac_c_werror_flag" ||
16272          test ! -s conftest.err
16273        } && test -s conftest$ac_exeext &&
16274        $as_test_x conftest$ac_exeext; then
16275   ac_cv_asm_func_def=".type @function"
16276 else
16277   echo "$as_me: failed program was:" >&5
16278 sed 's/^/| /' conftest.$ac_ext >&5
16279
16280         cat >conftest.$ac_ext <<_ACEOF
16281 /* confdefs.h.  */
16282 _ACEOF
16283 cat confdefs.h >>conftest.$ac_ext
16284 cat >>conftest.$ac_ext <<_ACEOF
16285 /* end confdefs.h.  */
16286
16287 int
16288 main ()
16289 {
16290 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16291   ;
16292   return 0;
16293 }
16294 _ACEOF
16295 rm -f conftest.$ac_objext conftest$ac_exeext
16296 if { (ac_try="$ac_link"
16297 case "(($ac_try" in
16298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16299   *) ac_try_echo=$ac_try;;
16300 esac
16301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16302   (eval "$ac_link") 2>conftest.er1
16303   ac_status=$?
16304   grep -v '^ *+' conftest.er1 >conftest.err
16305   rm -f conftest.er1
16306   cat conftest.err >&5
16307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16308   (exit $ac_status); } && {
16309          test -z "$ac_c_werror_flag" ||
16310          test ! -s conftest.err
16311        } && test -s conftest$ac_exeext &&
16312        $as_test_x conftest$ac_exeext; then
16313   ac_cv_asm_func_def=".type 2"
16314 else
16315   echo "$as_me: failed program was:" >&5
16316 sed 's/^/| /' conftest.$ac_ext >&5
16317
16318         ac_cv_asm_func_def="unknown"
16319 fi
16320
16321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16322       conftest$ac_exeext conftest.$ac_ext
16323 fi
16324
16325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16326       conftest$ac_exeext conftest.$ac_ext
16327 fi
16328
16329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16330       conftest$ac_exeext conftest.$ac_ext
16331 fi
16332 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16333 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16334
16335
16336
16337 case "$ac_cv_asm_func_def" in
16338   ".def")
16339      cat >>confdefs.h <<\_ACEOF
16340 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16341 _ACEOF
16342  ;;
16343   ".type @function")
16344      cat >>confdefs.h <<\_ACEOF
16345 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16346 _ACEOF
16347  ;;
16348   ".type 2")
16349      cat >>confdefs.h <<\_ACEOF
16350 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16351 _ACEOF
16352  ;;
16353   *)
16354      cat >>confdefs.h <<\_ACEOF
16355 #define __ASM_FUNC(name) ""
16356 _ACEOF
16357  ;;
16358 esac
16359
16360
16361 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16362 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16363 if test "${ac_cv_c_extern_prefix+set}" = set; then
16364   echo $ECHO_N "(cached) $ECHO_C" >&6
16365 else
16366   cat >conftest.$ac_ext <<_ACEOF
16367 /* confdefs.h.  */
16368 _ACEOF
16369 cat confdefs.h >>conftest.$ac_ext
16370 cat >>conftest.$ac_ext <<_ACEOF
16371 /* end confdefs.h.  */
16372 extern int ac_test;
16373 int
16374 main ()
16375 {
16376 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16377   ;
16378   return 0;
16379 }
16380 _ACEOF
16381 rm -f conftest.$ac_objext conftest$ac_exeext
16382 if { (ac_try="$ac_link"
16383 case "(($ac_try" in
16384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16385   *) ac_try_echo=$ac_try;;
16386 esac
16387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16388   (eval "$ac_link") 2>conftest.er1
16389   ac_status=$?
16390   grep -v '^ *+' conftest.er1 >conftest.err
16391   rm -f conftest.er1
16392   cat conftest.err >&5
16393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16394   (exit $ac_status); } && {
16395          test -z "$ac_c_werror_flag" ||
16396          test ! -s conftest.err
16397        } && test -s conftest$ac_exeext &&
16398        $as_test_x conftest$ac_exeext; then
16399   ac_cv_c_extern_prefix="yes"
16400 else
16401   echo "$as_me: failed program was:" >&5
16402 sed 's/^/| /' conftest.$ac_ext >&5
16403
16404         ac_cv_c_extern_prefix="no"
16405 fi
16406
16407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16408       conftest$ac_exeext conftest.$ac_ext
16409 fi
16410 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16411 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16412
16413
16414
16415 if test "$ac_cv_c_extern_prefix" = "yes"
16416 then
16417   cat >>confdefs.h <<\_ACEOF
16418 #define __ASM_NAME(name) "_" name
16419 _ACEOF
16420
16421 else
16422   cat >>confdefs.h <<\_ACEOF
16423 #define __ASM_NAME(name) name
16424 _ACEOF
16425
16426 fi
16427
16428
16429 LDPATH=""
16430
16431 case $build_os in
16432   cygwin*|mingw32*)
16433     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16434     ;;
16435   darwin*|macosx*)
16436     ;;
16437   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
16438     then
16439       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16440     fi
16441     ;;
16442   *)
16443     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16444     ;;
16445 esac
16446
16447 case $host_os in
16448   mingw32*)
16449     CRTLIBS="-lmsvcrt"
16450
16451     SOCKETLIBS="-lws2_32"
16452
16453     ;;
16454 esac
16455
16456 MAIN_BINARY="wine-pthread"
16457   case $host_cpu in
16458   *i[3456789]86*)
16459     case $host_os in
16460       linux* | k*bsd*-gnu)
16461         MAIN_BINARY="wine-glibc"
16462
16463         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16464  ;;
16465       freebsd*)
16466         MAIN_BINARY="wine-freebsd"
16467
16468         EXTRA_BINARIES="wine-pthread"
16469  ;;
16470     esac
16471     ;;
16472 esac
16473
16474
16475
16476
16477
16478
16479
16480
16481
16482
16483
16484
16485
16486
16487
16488
16489
16490
16491
16492
16493
16494
16495
16496
16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
16509
16510
16511
16512
16513
16514
16515
16516
16517
16518
16519
16520
16521
16522
16523
16524
16525
16526
16527
16528
16529
16530
16531
16532
16533
16534
16535
16536
16537
16538
16539
16540 for ac_func in \
16541         _pclose \
16542         _popen \
16543         _snprintf \
16544         _spawnvp \
16545         _strdup \
16546         _stricmp \
16547         _strnicmp \
16548         _vsnprintf \
16549         asctime_r \
16550         chsize \
16551         clone \
16552         dlopen \
16553         epoll_create \
16554         ffs \
16555         finite \
16556         fork \
16557         fpclass \
16558         fstatfs \
16559         fstatvfs \
16560         ftruncate \
16561         futimes \
16562         futimesat \
16563         getdirentries \
16564         getopt_long \
16565         getpagesize \
16566         getpwuid \
16567         gettid \
16568         gettimeofday \
16569         getuid \
16570         inet_pton \
16571         kqueue \
16572         lstat \
16573         memmove \
16574         mmap \
16575         pclose \
16576         poll \
16577         popen \
16578         prctl \
16579         pread \
16580         pwrite \
16581         readlink \
16582         rfork \
16583         sched_yield \
16584         select \
16585         setproctitle \
16586         setrlimit \
16587         settimeofday \
16588         sigaltstack \
16589         sigprocmask \
16590         snprintf \
16591         spawnvp \
16592         statfs \
16593         statvfs \
16594         strcasecmp \
16595         strdup \
16596         strerror \
16597         strncasecmp \
16598         strtold \
16599         tcgetattr \
16600         thr_kill2 \
16601         timegm \
16602         usleep \
16603         vsnprintf \
16604         wait4 \
16605         waitpid \
16606
16607 do
16608 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16609 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16610 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16611 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16612   echo $ECHO_N "(cached) $ECHO_C" >&6
16613 else
16614   cat >conftest.$ac_ext <<_ACEOF
16615 /* confdefs.h.  */
16616 _ACEOF
16617 cat confdefs.h >>conftest.$ac_ext
16618 cat >>conftest.$ac_ext <<_ACEOF
16619 /* end confdefs.h.  */
16620 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16621    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16622 #define $ac_func innocuous_$ac_func
16623
16624 /* System header to define __stub macros and hopefully few prototypes,
16625     which can conflict with char $ac_func (); below.
16626     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16627     <limits.h> exists even on freestanding compilers.  */
16628
16629 #ifdef __STDC__
16630 # include <limits.h>
16631 #else
16632 # include <assert.h>
16633 #endif
16634
16635 #undef $ac_func
16636
16637 /* Override any GCC internal prototype to avoid an error.
16638    Use char because int might match the return type of a GCC
16639    builtin and then its argument prototype would still apply.  */
16640 #ifdef __cplusplus
16641 extern "C"
16642 #endif
16643 char $ac_func ();
16644 /* The GNU C library defines this for functions which it implements
16645     to always fail with ENOSYS.  Some functions are actually named
16646     something starting with __ and the normal name is an alias.  */
16647 #if defined __stub_$ac_func || defined __stub___$ac_func
16648 choke me
16649 #endif
16650
16651 int
16652 main ()
16653 {
16654 return $ac_func ();
16655   ;
16656   return 0;
16657 }
16658 _ACEOF
16659 rm -f conftest.$ac_objext conftest$ac_exeext
16660 if { (ac_try="$ac_link"
16661 case "(($ac_try" in
16662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16663   *) ac_try_echo=$ac_try;;
16664 esac
16665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16666   (eval "$ac_link") 2>conftest.er1
16667   ac_status=$?
16668   grep -v '^ *+' conftest.er1 >conftest.err
16669   rm -f conftest.er1
16670   cat conftest.err >&5
16671   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672   (exit $ac_status); } && {
16673          test -z "$ac_c_werror_flag" ||
16674          test ! -s conftest.err
16675        } && test -s conftest$ac_exeext &&
16676        $as_test_x conftest$ac_exeext; then
16677   eval "$as_ac_var=yes"
16678 else
16679   echo "$as_me: failed program was:" >&5
16680 sed 's/^/| /' conftest.$ac_ext >&5
16681
16682         eval "$as_ac_var=no"
16683 fi
16684
16685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16686       conftest$ac_exeext conftest.$ac_ext
16687 fi
16688 ac_res=`eval echo '${'$as_ac_var'}'`
16689                { echo "$as_me:$LINENO: result: $ac_res" >&5
16690 echo "${ECHO_T}$ac_res" >&6; }
16691 if test `eval echo '${'$as_ac_var'}'` = yes; then
16692   cat >>confdefs.h <<_ACEOF
16693 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16694 _ACEOF
16695
16696 fi
16697 done
16698
16699
16700 if test "$ac_cv_func_dlopen" = no
16701 then
16702     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
16703 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
16704 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
16705   echo $ECHO_N "(cached) $ECHO_C" >&6
16706 else
16707   ac_check_lib_save_LIBS=$LIBS
16708 LIBS="-ldl  $LIBS"
16709 cat >conftest.$ac_ext <<_ACEOF
16710 /* confdefs.h.  */
16711 _ACEOF
16712 cat confdefs.h >>conftest.$ac_ext
16713 cat >>conftest.$ac_ext <<_ACEOF
16714 /* end confdefs.h.  */
16715
16716 /* Override any GCC internal prototype to avoid an error.
16717    Use char because int might match the return type of a GCC
16718    builtin and then its argument prototype would still apply.  */
16719 #ifdef __cplusplus
16720 extern "C"
16721 #endif
16722 char dlopen ();
16723 int
16724 main ()
16725 {
16726 return dlopen ();
16727   ;
16728   return 0;
16729 }
16730 _ACEOF
16731 rm -f conftest.$ac_objext conftest$ac_exeext
16732 if { (ac_try="$ac_link"
16733 case "(($ac_try" in
16734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16735   *) ac_try_echo=$ac_try;;
16736 esac
16737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16738   (eval "$ac_link") 2>conftest.er1
16739   ac_status=$?
16740   grep -v '^ *+' conftest.er1 >conftest.err
16741   rm -f conftest.er1
16742   cat conftest.err >&5
16743   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16744   (exit $ac_status); } && {
16745          test -z "$ac_c_werror_flag" ||
16746          test ! -s conftest.err
16747        } && test -s conftest$ac_exeext &&
16748        $as_test_x conftest$ac_exeext; then
16749   ac_cv_lib_dl_dlopen=yes
16750 else
16751   echo "$as_me: failed program was:" >&5
16752 sed 's/^/| /' conftest.$ac_ext >&5
16753
16754         ac_cv_lib_dl_dlopen=no
16755 fi
16756
16757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16758       conftest$ac_exeext conftest.$ac_ext
16759 LIBS=$ac_check_lib_save_LIBS
16760 fi
16761 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
16762 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
16763 if test $ac_cv_lib_dl_dlopen = yes; then
16764   cat >>confdefs.h <<\_ACEOF
16765 #define HAVE_DLOPEN 1
16766 _ACEOF
16767  LIBDL="-ldl"
16768
16769 fi
16770
16771 fi
16772 ac_wine_check_funcs_save_LIBS="$LIBS"
16773 LIBS="$LIBS $LIBDL"
16774
16775 for ac_func in dladdr
16776 do
16777 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16778 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16779 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16780 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16781   echo $ECHO_N "(cached) $ECHO_C" >&6
16782 else
16783   cat >conftest.$ac_ext <<_ACEOF
16784 /* confdefs.h.  */
16785 _ACEOF
16786 cat confdefs.h >>conftest.$ac_ext
16787 cat >>conftest.$ac_ext <<_ACEOF
16788 /* end confdefs.h.  */
16789 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16790    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16791 #define $ac_func innocuous_$ac_func
16792
16793 /* System header to define __stub macros and hopefully few prototypes,
16794     which can conflict with char $ac_func (); below.
16795     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16796     <limits.h> exists even on freestanding compilers.  */
16797
16798 #ifdef __STDC__
16799 # include <limits.h>
16800 #else
16801 # include <assert.h>
16802 #endif
16803
16804 #undef $ac_func
16805
16806 /* Override any GCC internal prototype to avoid an error.
16807    Use char because int might match the return type of a GCC
16808    builtin and then its argument prototype would still apply.  */
16809 #ifdef __cplusplus
16810 extern "C"
16811 #endif
16812 char $ac_func ();
16813 /* The GNU C library defines this for functions which it implements
16814     to always fail with ENOSYS.  Some functions are actually named
16815     something starting with __ and the normal name is an alias.  */
16816 #if defined __stub_$ac_func || defined __stub___$ac_func
16817 choke me
16818 #endif
16819
16820 int
16821 main ()
16822 {
16823 return $ac_func ();
16824   ;
16825   return 0;
16826 }
16827 _ACEOF
16828 rm -f conftest.$ac_objext conftest$ac_exeext
16829 if { (ac_try="$ac_link"
16830 case "(($ac_try" in
16831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16832   *) ac_try_echo=$ac_try;;
16833 esac
16834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16835   (eval "$ac_link") 2>conftest.er1
16836   ac_status=$?
16837   grep -v '^ *+' conftest.er1 >conftest.err
16838   rm -f conftest.er1
16839   cat conftest.err >&5
16840   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16841   (exit $ac_status); } && {
16842          test -z "$ac_c_werror_flag" ||
16843          test ! -s conftest.err
16844        } && test -s conftest$ac_exeext &&
16845        $as_test_x conftest$ac_exeext; then
16846   eval "$as_ac_var=yes"
16847 else
16848   echo "$as_me: failed program was:" >&5
16849 sed 's/^/| /' conftest.$ac_ext >&5
16850
16851         eval "$as_ac_var=no"
16852 fi
16853
16854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16855       conftest$ac_exeext conftest.$ac_ext
16856 fi
16857 ac_res=`eval echo '${'$as_ac_var'}'`
16858                { echo "$as_me:$LINENO: result: $ac_res" >&5
16859 echo "${ECHO_T}$ac_res" >&6; }
16860 if test `eval echo '${'$as_ac_var'}'` = yes; then
16861   cat >>confdefs.h <<_ACEOF
16862 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16863 _ACEOF
16864
16865 fi
16866 done
16867
16868 LIBS="$ac_wine_check_funcs_save_LIBS"
16869
16870 if test "$ac_cv_func_poll" = no
16871 then
16872     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
16873 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
16874 if test "${ac_cv_lib_poll_poll+set}" = set; then
16875   echo $ECHO_N "(cached) $ECHO_C" >&6
16876 else
16877   ac_check_lib_save_LIBS=$LIBS
16878 LIBS="-lpoll  $LIBS"
16879 cat >conftest.$ac_ext <<_ACEOF
16880 /* confdefs.h.  */
16881 _ACEOF
16882 cat confdefs.h >>conftest.$ac_ext
16883 cat >>conftest.$ac_ext <<_ACEOF
16884 /* end confdefs.h.  */
16885
16886 /* Override any GCC internal prototype to avoid an error.
16887    Use char because int might match the return type of a GCC
16888    builtin and then its argument prototype would still apply.  */
16889 #ifdef __cplusplus
16890 extern "C"
16891 #endif
16892 char poll ();
16893 int
16894 main ()
16895 {
16896 return poll ();
16897   ;
16898   return 0;
16899 }
16900 _ACEOF
16901 rm -f conftest.$ac_objext conftest$ac_exeext
16902 if { (ac_try="$ac_link"
16903 case "(($ac_try" in
16904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16905   *) ac_try_echo=$ac_try;;
16906 esac
16907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16908   (eval "$ac_link") 2>conftest.er1
16909   ac_status=$?
16910   grep -v '^ *+' conftest.er1 >conftest.err
16911   rm -f conftest.er1
16912   cat conftest.err >&5
16913   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16914   (exit $ac_status); } && {
16915          test -z "$ac_c_werror_flag" ||
16916          test ! -s conftest.err
16917        } && test -s conftest$ac_exeext &&
16918        $as_test_x conftest$ac_exeext; then
16919   ac_cv_lib_poll_poll=yes
16920 else
16921   echo "$as_me: failed program was:" >&5
16922 sed 's/^/| /' conftest.$ac_ext >&5
16923
16924         ac_cv_lib_poll_poll=no
16925 fi
16926
16927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16928       conftest$ac_exeext conftest.$ac_ext
16929 LIBS=$ac_check_lib_save_LIBS
16930 fi
16931 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
16932 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
16933 if test $ac_cv_lib_poll_poll = yes; then
16934   cat >>confdefs.h <<\_ACEOF
16935 #define HAVE_POLL 1
16936 _ACEOF
16937  LIBPOLL="-lpoll"
16938
16939 fi
16940
16941 fi
16942
16943 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
16944 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
16945 if test "${ac_cv_search_gethostbyname+set}" = set; then
16946   echo $ECHO_N "(cached) $ECHO_C" >&6
16947 else
16948   ac_func_search_save_LIBS=$LIBS
16949 cat >conftest.$ac_ext <<_ACEOF
16950 /* confdefs.h.  */
16951 _ACEOF
16952 cat confdefs.h >>conftest.$ac_ext
16953 cat >>conftest.$ac_ext <<_ACEOF
16954 /* end confdefs.h.  */
16955
16956 /* Override any GCC internal prototype to avoid an error.
16957    Use char because int might match the return type of a GCC
16958    builtin and then its argument prototype would still apply.  */
16959 #ifdef __cplusplus
16960 extern "C"
16961 #endif
16962 char gethostbyname ();
16963 int
16964 main ()
16965 {
16966 return gethostbyname ();
16967   ;
16968   return 0;
16969 }
16970 _ACEOF
16971 for ac_lib in '' nsl; do
16972   if test -z "$ac_lib"; then
16973     ac_res="none required"
16974   else
16975     ac_res=-l$ac_lib
16976     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16977   fi
16978   rm -f conftest.$ac_objext conftest$ac_exeext
16979 if { (ac_try="$ac_link"
16980 case "(($ac_try" in
16981   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16982   *) ac_try_echo=$ac_try;;
16983 esac
16984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16985   (eval "$ac_link") 2>conftest.er1
16986   ac_status=$?
16987   grep -v '^ *+' conftest.er1 >conftest.err
16988   rm -f conftest.er1
16989   cat conftest.err >&5
16990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16991   (exit $ac_status); } && {
16992          test -z "$ac_c_werror_flag" ||
16993          test ! -s conftest.err
16994        } && test -s conftest$ac_exeext &&
16995        $as_test_x conftest$ac_exeext; then
16996   ac_cv_search_gethostbyname=$ac_res
16997 else
16998   echo "$as_me: failed program was:" >&5
16999 sed 's/^/| /' conftest.$ac_ext >&5
17000
17001
17002 fi
17003
17004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17005       conftest$ac_exeext
17006   if test "${ac_cv_search_gethostbyname+set}" = set; then
17007   break
17008 fi
17009 done
17010 if test "${ac_cv_search_gethostbyname+set}" = set; then
17011   :
17012 else
17013   ac_cv_search_gethostbyname=no
17014 fi
17015 rm conftest.$ac_ext
17016 LIBS=$ac_func_search_save_LIBS
17017 fi
17018 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17019 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17020 ac_res=$ac_cv_search_gethostbyname
17021 if test "$ac_res" != no; then
17022   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17023
17024 fi
17025
17026
17027 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17028 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17029 if test "${ac_cv_search_connect+set}" = set; then
17030   echo $ECHO_N "(cached) $ECHO_C" >&6
17031 else
17032   ac_func_search_save_LIBS=$LIBS
17033 cat >conftest.$ac_ext <<_ACEOF
17034 /* confdefs.h.  */
17035 _ACEOF
17036 cat confdefs.h >>conftest.$ac_ext
17037 cat >>conftest.$ac_ext <<_ACEOF
17038 /* end confdefs.h.  */
17039
17040 /* Override any GCC internal prototype to avoid an error.
17041    Use char because int might match the return type of a GCC
17042    builtin and then its argument prototype would still apply.  */
17043 #ifdef __cplusplus
17044 extern "C"
17045 #endif
17046 char connect ();
17047 int
17048 main ()
17049 {
17050 return connect ();
17051   ;
17052   return 0;
17053 }
17054 _ACEOF
17055 for ac_lib in '' socket; do
17056   if test -z "$ac_lib"; then
17057     ac_res="none required"
17058   else
17059     ac_res=-l$ac_lib
17060     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17061   fi
17062   rm -f conftest.$ac_objext conftest$ac_exeext
17063 if { (ac_try="$ac_link"
17064 case "(($ac_try" in
17065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17066   *) ac_try_echo=$ac_try;;
17067 esac
17068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17069   (eval "$ac_link") 2>conftest.er1
17070   ac_status=$?
17071   grep -v '^ *+' conftest.er1 >conftest.err
17072   rm -f conftest.er1
17073   cat conftest.err >&5
17074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17075   (exit $ac_status); } && {
17076          test -z "$ac_c_werror_flag" ||
17077          test ! -s conftest.err
17078        } && test -s conftest$ac_exeext &&
17079        $as_test_x conftest$ac_exeext; then
17080   ac_cv_search_connect=$ac_res
17081 else
17082   echo "$as_me: failed program was:" >&5
17083 sed 's/^/| /' conftest.$ac_ext >&5
17084
17085
17086 fi
17087
17088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17089       conftest$ac_exeext
17090   if test "${ac_cv_search_connect+set}" = set; then
17091   break
17092 fi
17093 done
17094 if test "${ac_cv_search_connect+set}" = set; then
17095   :
17096 else
17097   ac_cv_search_connect=no
17098 fi
17099 rm conftest.$ac_ext
17100 LIBS=$ac_func_search_save_LIBS
17101 fi
17102 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17103 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17104 ac_res=$ac_cv_search_connect
17105 if test "$ac_res" != no; then
17106   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17107
17108 fi
17109
17110
17111 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17112 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17113 if test "${ac_cv_search_inet_aton+set}" = set; then
17114   echo $ECHO_N "(cached) $ECHO_C" >&6
17115 else
17116   ac_func_search_save_LIBS=$LIBS
17117 cat >conftest.$ac_ext <<_ACEOF
17118 /* confdefs.h.  */
17119 _ACEOF
17120 cat confdefs.h >>conftest.$ac_ext
17121 cat >>conftest.$ac_ext <<_ACEOF
17122 /* end confdefs.h.  */
17123
17124 /* Override any GCC internal prototype to avoid an error.
17125    Use char because int might match the return type of a GCC
17126    builtin and then its argument prototype would still apply.  */
17127 #ifdef __cplusplus
17128 extern "C"
17129 #endif
17130 char inet_aton ();
17131 int
17132 main ()
17133 {
17134 return inet_aton ();
17135   ;
17136   return 0;
17137 }
17138 _ACEOF
17139 for ac_lib in '' resolv; do
17140   if test -z "$ac_lib"; then
17141     ac_res="none required"
17142   else
17143     ac_res=-l$ac_lib
17144     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
17145   fi
17146   rm -f conftest.$ac_objext conftest$ac_exeext
17147 if { (ac_try="$ac_link"
17148 case "(($ac_try" in
17149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17150   *) ac_try_echo=$ac_try;;
17151 esac
17152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17153   (eval "$ac_link") 2>conftest.er1
17154   ac_status=$?
17155   grep -v '^ *+' conftest.er1 >conftest.err
17156   rm -f conftest.er1
17157   cat conftest.err >&5
17158   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17159   (exit $ac_status); } && {
17160          test -z "$ac_c_werror_flag" ||
17161          test ! -s conftest.err
17162        } && test -s conftest$ac_exeext &&
17163        $as_test_x conftest$ac_exeext; then
17164   ac_cv_search_inet_aton=$ac_res
17165 else
17166   echo "$as_me: failed program was:" >&5
17167 sed 's/^/| /' conftest.$ac_ext >&5
17168
17169
17170 fi
17171
17172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17173       conftest$ac_exeext
17174   if test "${ac_cv_search_inet_aton+set}" = set; then
17175   break
17176 fi
17177 done
17178 if test "${ac_cv_search_inet_aton+set}" = set; then
17179   :
17180 else
17181   ac_cv_search_inet_aton=no
17182 fi
17183 rm conftest.$ac_ext
17184 LIBS=$ac_func_search_save_LIBS
17185 fi
17186 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17187 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17188 ac_res=$ac_cv_search_inet_aton
17189 if test "$ac_res" != no; then
17190   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17191
17192 fi
17193
17194
17195
17196
17197
17198
17199
17200
17201
17202
17203 for ac_func in \
17204         getaddrinfo \
17205         getnameinfo \
17206         getnetbyname \
17207         getprotobyname \
17208         getprotobynumber \
17209         getservbyport \
17210         inet_network \
17211         sendmsg \
17212
17213 do
17214 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17215 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17216 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17217 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17218   echo $ECHO_N "(cached) $ECHO_C" >&6
17219 else
17220   cat >conftest.$ac_ext <<_ACEOF
17221 /* confdefs.h.  */
17222 _ACEOF
17223 cat confdefs.h >>conftest.$ac_ext
17224 cat >>conftest.$ac_ext <<_ACEOF
17225 /* end confdefs.h.  */
17226 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17227    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17228 #define $ac_func innocuous_$ac_func
17229
17230 /* System header to define __stub macros and hopefully few prototypes,
17231     which can conflict with char $ac_func (); below.
17232     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17233     <limits.h> exists even on freestanding compilers.  */
17234
17235 #ifdef __STDC__
17236 # include <limits.h>
17237 #else
17238 # include <assert.h>
17239 #endif
17240
17241 #undef $ac_func
17242
17243 /* Override any GCC internal prototype to avoid an error.
17244    Use char because int might match the return type of a GCC
17245    builtin and then its argument prototype would still apply.  */
17246 #ifdef __cplusplus
17247 extern "C"
17248 #endif
17249 char $ac_func ();
17250 /* The GNU C library defines this for functions which it implements
17251     to always fail with ENOSYS.  Some functions are actually named
17252     something starting with __ and the normal name is an alias.  */
17253 #if defined __stub_$ac_func || defined __stub___$ac_func
17254 choke me
17255 #endif
17256
17257 int
17258 main ()
17259 {
17260 return $ac_func ();
17261   ;
17262   return 0;
17263 }
17264 _ACEOF
17265 rm -f conftest.$ac_objext conftest$ac_exeext
17266 if { (ac_try="$ac_link"
17267 case "(($ac_try" in
17268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17269   *) ac_try_echo=$ac_try;;
17270 esac
17271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17272   (eval "$ac_link") 2>conftest.er1
17273   ac_status=$?
17274   grep -v '^ *+' conftest.er1 >conftest.err
17275   rm -f conftest.er1
17276   cat conftest.err >&5
17277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17278   (exit $ac_status); } && {
17279          test -z "$ac_c_werror_flag" ||
17280          test ! -s conftest.err
17281        } && test -s conftest$ac_exeext &&
17282        $as_test_x conftest$ac_exeext; then
17283   eval "$as_ac_var=yes"
17284 else
17285   echo "$as_me: failed program was:" >&5
17286 sed 's/^/| /' conftest.$ac_ext >&5
17287
17288         eval "$as_ac_var=no"
17289 fi
17290
17291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17292       conftest$ac_exeext conftest.$ac_ext
17293 fi
17294 ac_res=`eval echo '${'$as_ac_var'}'`
17295                { echo "$as_me:$LINENO: result: $ac_res" >&5
17296 echo "${ECHO_T}$ac_res" >&6; }
17297 if test `eval echo '${'$as_ac_var'}'` = yes; then
17298   cat >>confdefs.h <<_ACEOF
17299 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17300 _ACEOF
17301
17302 fi
17303 done
17304
17305
17306
17307 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
17308 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
17309 if test "${ac_cv_c_const+set}" = set; then
17310   echo $ECHO_N "(cached) $ECHO_C" >&6
17311 else
17312   cat >conftest.$ac_ext <<_ACEOF
17313 /* confdefs.h.  */
17314 _ACEOF
17315 cat confdefs.h >>conftest.$ac_ext
17316 cat >>conftest.$ac_ext <<_ACEOF
17317 /* end confdefs.h.  */
17318
17319 int
17320 main ()
17321 {
17322 /* FIXME: Include the comments suggested by Paul. */
17323 #ifndef __cplusplus
17324   /* Ultrix mips cc rejects this.  */
17325   typedef int charset[2];
17326   const charset cs;
17327   /* SunOS 4.1.1 cc rejects this.  */
17328   char const *const *pcpcc;
17329   char **ppc;
17330   /* NEC SVR4.0.2 mips cc rejects this.  */
17331   struct point {int x, y;};
17332   static struct point const zero = {0,0};
17333   /* AIX XL C 1.02.0.0 rejects this.
17334      It does not let you subtract one const X* pointer from another in
17335      an arm of an if-expression whose if-part is not a constant
17336      expression */
17337   const char *g = "string";
17338   pcpcc = &g + (g ? g-g : 0);
17339   /* HPUX 7.0 cc rejects these. */
17340   ++pcpcc;
17341   ppc = (char**) pcpcc;
17342   pcpcc = (char const *const *) ppc;
17343   { /* SCO 3.2v4 cc rejects this.  */
17344     char *t;
17345     char const *s = 0 ? (char *) 0 : (char const *) 0;
17346
17347     *t++ = 0;
17348     if (s) return 0;
17349   }
17350   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
17351     int x[] = {25, 17};
17352     const int *foo = &x[0];
17353     ++foo;
17354   }
17355   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
17356     typedef const int *iptr;
17357     iptr p = 0;
17358     ++p;
17359   }
17360   { /* AIX XL C 1.02.0.0 rejects this saying
17361        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
17362     struct s { int j; const int *ap[3]; };
17363     struct s *b; b->j = 5;
17364   }
17365   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
17366     const int foo = 10;
17367     if (!foo) return 0;
17368   }
17369   return !cs[0] && !zero.x;
17370 #endif
17371
17372   ;
17373   return 0;
17374 }
17375 _ACEOF
17376 rm -f conftest.$ac_objext
17377 if { (ac_try="$ac_compile"
17378 case "(($ac_try" in
17379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17380   *) ac_try_echo=$ac_try;;
17381 esac
17382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17383   (eval "$ac_compile") 2>conftest.er1
17384   ac_status=$?
17385   grep -v '^ *+' conftest.er1 >conftest.err
17386   rm -f conftest.er1
17387   cat conftest.err >&5
17388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17389   (exit $ac_status); } && {
17390          test -z "$ac_c_werror_flag" ||
17391          test ! -s conftest.err
17392        } && test -s conftest.$ac_objext; then
17393   ac_cv_c_const=yes
17394 else
17395   echo "$as_me: failed program was:" >&5
17396 sed 's/^/| /' conftest.$ac_ext >&5
17397
17398         ac_cv_c_const=no
17399 fi
17400
17401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17402 fi
17403 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
17404 echo "${ECHO_T}$ac_cv_c_const" >&6; }
17405 if test $ac_cv_c_const = no; then
17406
17407 cat >>confdefs.h <<\_ACEOF
17408 #define const
17409 _ACEOF
17410
17411 fi
17412
17413 { echo "$as_me:$LINENO: checking for inline" >&5
17414 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
17415 if test "${ac_cv_c_inline+set}" = set; then
17416   echo $ECHO_N "(cached) $ECHO_C" >&6
17417 else
17418   ac_cv_c_inline=no
17419 for ac_kw in inline __inline__ __inline; do
17420   cat >conftest.$ac_ext <<_ACEOF
17421 /* confdefs.h.  */
17422 _ACEOF
17423 cat confdefs.h >>conftest.$ac_ext
17424 cat >>conftest.$ac_ext <<_ACEOF
17425 /* end confdefs.h.  */
17426 #ifndef __cplusplus
17427 typedef int foo_t;
17428 static $ac_kw foo_t static_foo () {return 0; }
17429 $ac_kw foo_t foo () {return 0; }
17430 #endif
17431
17432 _ACEOF
17433 rm -f conftest.$ac_objext
17434 if { (ac_try="$ac_compile"
17435 case "(($ac_try" in
17436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17437   *) ac_try_echo=$ac_try;;
17438 esac
17439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17440   (eval "$ac_compile") 2>conftest.er1
17441   ac_status=$?
17442   grep -v '^ *+' conftest.er1 >conftest.err
17443   rm -f conftest.er1
17444   cat conftest.err >&5
17445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17446   (exit $ac_status); } && {
17447          test -z "$ac_c_werror_flag" ||
17448          test ! -s conftest.err
17449        } && test -s conftest.$ac_objext; then
17450   ac_cv_c_inline=$ac_kw
17451 else
17452   echo "$as_me: failed program was:" >&5
17453 sed 's/^/| /' conftest.$ac_ext >&5
17454
17455
17456 fi
17457
17458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17459   test "$ac_cv_c_inline" != no && break
17460 done
17461
17462 fi
17463 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
17464 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
17465
17466
17467 case $ac_cv_c_inline in
17468   inline | yes) ;;
17469   *)
17470     case $ac_cv_c_inline in
17471       no) ac_val=;;
17472       *) ac_val=$ac_cv_c_inline;;
17473     esac
17474     cat >>confdefs.h <<_ACEOF
17475 #ifndef __cplusplus
17476 #define inline $ac_val
17477 #endif
17478 _ACEOF
17479     ;;
17480 esac
17481
17482 { echo "$as_me:$LINENO: checking for mode_t" >&5
17483 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
17484 if test "${ac_cv_type_mode_t+set}" = set; then
17485   echo $ECHO_N "(cached) $ECHO_C" >&6
17486 else
17487   cat >conftest.$ac_ext <<_ACEOF
17488 /* confdefs.h.  */
17489 _ACEOF
17490 cat confdefs.h >>conftest.$ac_ext
17491 cat >>conftest.$ac_ext <<_ACEOF
17492 /* end confdefs.h.  */
17493 $ac_includes_default
17494 typedef mode_t ac__type_new_;
17495 int
17496 main ()
17497 {
17498 if ((ac__type_new_ *) 0)
17499   return 0;
17500 if (sizeof (ac__type_new_))
17501   return 0;
17502   ;
17503   return 0;
17504 }
17505 _ACEOF
17506 rm -f conftest.$ac_objext
17507 if { (ac_try="$ac_compile"
17508 case "(($ac_try" in
17509   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17510   *) ac_try_echo=$ac_try;;
17511 esac
17512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17513   (eval "$ac_compile") 2>conftest.er1
17514   ac_status=$?
17515   grep -v '^ *+' conftest.er1 >conftest.err
17516   rm -f conftest.er1
17517   cat conftest.err >&5
17518   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17519   (exit $ac_status); } && {
17520          test -z "$ac_c_werror_flag" ||
17521          test ! -s conftest.err
17522        } && test -s conftest.$ac_objext; then
17523   ac_cv_type_mode_t=yes
17524 else
17525   echo "$as_me: failed program was:" >&5
17526 sed 's/^/| /' conftest.$ac_ext >&5
17527
17528         ac_cv_type_mode_t=no
17529 fi
17530
17531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17532 fi
17533 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
17534 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
17535 if test $ac_cv_type_mode_t = yes; then
17536
17537 cat >>confdefs.h <<_ACEOF
17538 #define HAVE_MODE_T 1
17539 _ACEOF
17540
17541
17542 fi
17543 { echo "$as_me:$LINENO: checking for off_t" >&5
17544 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
17545 if test "${ac_cv_type_off_t+set}" = set; then
17546   echo $ECHO_N "(cached) $ECHO_C" >&6
17547 else
17548   cat >conftest.$ac_ext <<_ACEOF
17549 /* confdefs.h.  */
17550 _ACEOF
17551 cat confdefs.h >>conftest.$ac_ext
17552 cat >>conftest.$ac_ext <<_ACEOF
17553 /* end confdefs.h.  */
17554 $ac_includes_default
17555 typedef off_t ac__type_new_;
17556 int
17557 main ()
17558 {
17559 if ((ac__type_new_ *) 0)
17560   return 0;
17561 if (sizeof (ac__type_new_))
17562   return 0;
17563   ;
17564   return 0;
17565 }
17566 _ACEOF
17567 rm -f conftest.$ac_objext
17568 if { (ac_try="$ac_compile"
17569 case "(($ac_try" in
17570   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17571   *) ac_try_echo=$ac_try;;
17572 esac
17573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17574   (eval "$ac_compile") 2>conftest.er1
17575   ac_status=$?
17576   grep -v '^ *+' conftest.er1 >conftest.err
17577   rm -f conftest.er1
17578   cat conftest.err >&5
17579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17580   (exit $ac_status); } && {
17581          test -z "$ac_c_werror_flag" ||
17582          test ! -s conftest.err
17583        } && test -s conftest.$ac_objext; then
17584   ac_cv_type_off_t=yes
17585 else
17586   echo "$as_me: failed program was:" >&5
17587 sed 's/^/| /' conftest.$ac_ext >&5
17588
17589         ac_cv_type_off_t=no
17590 fi
17591
17592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17593 fi
17594 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
17595 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
17596 if test $ac_cv_type_off_t = yes; then
17597
17598 cat >>confdefs.h <<_ACEOF
17599 #define HAVE_OFF_T 1
17600 _ACEOF
17601
17602
17603 fi
17604 { echo "$as_me:$LINENO: checking for pid_t" >&5
17605 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
17606 if test "${ac_cv_type_pid_t+set}" = set; then
17607   echo $ECHO_N "(cached) $ECHO_C" >&6
17608 else
17609   cat >conftest.$ac_ext <<_ACEOF
17610 /* confdefs.h.  */
17611 _ACEOF
17612 cat confdefs.h >>conftest.$ac_ext
17613 cat >>conftest.$ac_ext <<_ACEOF
17614 /* end confdefs.h.  */
17615 $ac_includes_default
17616 typedef pid_t ac__type_new_;
17617 int
17618 main ()
17619 {
17620 if ((ac__type_new_ *) 0)
17621   return 0;
17622 if (sizeof (ac__type_new_))
17623   return 0;
17624   ;
17625   return 0;
17626 }
17627 _ACEOF
17628 rm -f conftest.$ac_objext
17629 if { (ac_try="$ac_compile"
17630 case "(($ac_try" in
17631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17632   *) ac_try_echo=$ac_try;;
17633 esac
17634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17635   (eval "$ac_compile") 2>conftest.er1
17636   ac_status=$?
17637   grep -v '^ *+' conftest.er1 >conftest.err
17638   rm -f conftest.er1
17639   cat conftest.err >&5
17640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17641   (exit $ac_status); } && {
17642          test -z "$ac_c_werror_flag" ||
17643          test ! -s conftest.err
17644        } && test -s conftest.$ac_objext; then
17645   ac_cv_type_pid_t=yes
17646 else
17647   echo "$as_me: failed program was:" >&5
17648 sed 's/^/| /' conftest.$ac_ext >&5
17649
17650         ac_cv_type_pid_t=no
17651 fi
17652
17653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17654 fi
17655 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
17656 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
17657 if test $ac_cv_type_pid_t = yes; then
17658
17659 cat >>confdefs.h <<_ACEOF
17660 #define HAVE_PID_T 1
17661 _ACEOF
17662
17663
17664 fi
17665 { echo "$as_me:$LINENO: checking for size_t" >&5
17666 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
17667 if test "${ac_cv_type_size_t+set}" = set; then
17668   echo $ECHO_N "(cached) $ECHO_C" >&6
17669 else
17670   cat >conftest.$ac_ext <<_ACEOF
17671 /* confdefs.h.  */
17672 _ACEOF
17673 cat confdefs.h >>conftest.$ac_ext
17674 cat >>conftest.$ac_ext <<_ACEOF
17675 /* end confdefs.h.  */
17676 $ac_includes_default
17677 typedef size_t ac__type_new_;
17678 int
17679 main ()
17680 {
17681 if ((ac__type_new_ *) 0)
17682   return 0;
17683 if (sizeof (ac__type_new_))
17684   return 0;
17685   ;
17686   return 0;
17687 }
17688 _ACEOF
17689 rm -f conftest.$ac_objext
17690 if { (ac_try="$ac_compile"
17691 case "(($ac_try" in
17692   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17693   *) ac_try_echo=$ac_try;;
17694 esac
17695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17696   (eval "$ac_compile") 2>conftest.er1
17697   ac_status=$?
17698   grep -v '^ *+' conftest.er1 >conftest.err
17699   rm -f conftest.er1
17700   cat conftest.err >&5
17701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17702   (exit $ac_status); } && {
17703          test -z "$ac_c_werror_flag" ||
17704          test ! -s conftest.err
17705        } && test -s conftest.$ac_objext; then
17706   ac_cv_type_size_t=yes
17707 else
17708   echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.$ac_ext >&5
17710
17711         ac_cv_type_size_t=no
17712 fi
17713
17714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17715 fi
17716 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17717 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
17718 if test $ac_cv_type_size_t = yes; then
17719
17720 cat >>confdefs.h <<_ACEOF
17721 #define HAVE_SIZE_T 1
17722 _ACEOF
17723
17724
17725 fi
17726 { echo "$as_me:$LINENO: checking for ssize_t" >&5
17727 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
17728 if test "${ac_cv_type_ssize_t+set}" = set; then
17729   echo $ECHO_N "(cached) $ECHO_C" >&6
17730 else
17731   cat >conftest.$ac_ext <<_ACEOF
17732 /* confdefs.h.  */
17733 _ACEOF
17734 cat confdefs.h >>conftest.$ac_ext
17735 cat >>conftest.$ac_ext <<_ACEOF
17736 /* end confdefs.h.  */
17737 $ac_includes_default
17738 typedef ssize_t ac__type_new_;
17739 int
17740 main ()
17741 {
17742 if ((ac__type_new_ *) 0)
17743   return 0;
17744 if (sizeof (ac__type_new_))
17745   return 0;
17746   ;
17747   return 0;
17748 }
17749 _ACEOF
17750 rm -f conftest.$ac_objext
17751 if { (ac_try="$ac_compile"
17752 case "(($ac_try" in
17753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17754   *) ac_try_echo=$ac_try;;
17755 esac
17756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17757   (eval "$ac_compile") 2>conftest.er1
17758   ac_status=$?
17759   grep -v '^ *+' conftest.er1 >conftest.err
17760   rm -f conftest.er1
17761   cat conftest.err >&5
17762   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17763   (exit $ac_status); } && {
17764          test -z "$ac_c_werror_flag" ||
17765          test ! -s conftest.err
17766        } && test -s conftest.$ac_objext; then
17767   ac_cv_type_ssize_t=yes
17768 else
17769   echo "$as_me: failed program was:" >&5
17770 sed 's/^/| /' conftest.$ac_ext >&5
17771
17772         ac_cv_type_ssize_t=no
17773 fi
17774
17775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17776 fi
17777 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
17778 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
17779 if test $ac_cv_type_ssize_t = yes; then
17780
17781 cat >>confdefs.h <<_ACEOF
17782 #define HAVE_SSIZE_T 1
17783 _ACEOF
17784
17785
17786 fi
17787 { echo "$as_me:$LINENO: checking for long long" >&5
17788 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
17789 if test "${ac_cv_type_long_long+set}" = set; then
17790   echo $ECHO_N "(cached) $ECHO_C" >&6
17791 else
17792   cat >conftest.$ac_ext <<_ACEOF
17793 /* confdefs.h.  */
17794 _ACEOF
17795 cat confdefs.h >>conftest.$ac_ext
17796 cat >>conftest.$ac_ext <<_ACEOF
17797 /* end confdefs.h.  */
17798 $ac_includes_default
17799 typedef long long ac__type_new_;
17800 int
17801 main ()
17802 {
17803 if ((ac__type_new_ *) 0)
17804   return 0;
17805 if (sizeof (ac__type_new_))
17806   return 0;
17807   ;
17808   return 0;
17809 }
17810 _ACEOF
17811 rm -f conftest.$ac_objext
17812 if { (ac_try="$ac_compile"
17813 case "(($ac_try" in
17814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17815   *) ac_try_echo=$ac_try;;
17816 esac
17817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17818   (eval "$ac_compile") 2>conftest.er1
17819   ac_status=$?
17820   grep -v '^ *+' conftest.er1 >conftest.err
17821   rm -f conftest.er1
17822   cat conftest.err >&5
17823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17824   (exit $ac_status); } && {
17825          test -z "$ac_c_werror_flag" ||
17826          test ! -s conftest.err
17827        } && test -s conftest.$ac_objext; then
17828   ac_cv_type_long_long=yes
17829 else
17830   echo "$as_me: failed program was:" >&5
17831 sed 's/^/| /' conftest.$ac_ext >&5
17832
17833         ac_cv_type_long_long=no
17834 fi
17835
17836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17837 fi
17838 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17839 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
17840 if test $ac_cv_type_long_long = yes; then
17841
17842 cat >>confdefs.h <<_ACEOF
17843 #define HAVE_LONG_LONG 1
17844 _ACEOF
17845
17846
17847 fi
17848 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
17849 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
17850 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
17851   echo $ECHO_N "(cached) $ECHO_C" >&6
17852 else
17853   cat >conftest.$ac_ext <<_ACEOF
17854 /* confdefs.h.  */
17855 _ACEOF
17856 cat confdefs.h >>conftest.$ac_ext
17857 cat >>conftest.$ac_ext <<_ACEOF
17858 /* end confdefs.h.  */
17859 $ac_includes_default
17860 typedef fsblkcnt_t ac__type_new_;
17861 int
17862 main ()
17863 {
17864 if ((ac__type_new_ *) 0)
17865   return 0;
17866 if (sizeof (ac__type_new_))
17867   return 0;
17868   ;
17869   return 0;
17870 }
17871 _ACEOF
17872 rm -f conftest.$ac_objext
17873 if { (ac_try="$ac_compile"
17874 case "(($ac_try" in
17875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17876   *) ac_try_echo=$ac_try;;
17877 esac
17878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17879   (eval "$ac_compile") 2>conftest.er1
17880   ac_status=$?
17881   grep -v '^ *+' conftest.er1 >conftest.err
17882   rm -f conftest.er1
17883   cat conftest.err >&5
17884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17885   (exit $ac_status); } && {
17886          test -z "$ac_c_werror_flag" ||
17887          test ! -s conftest.err
17888        } && test -s conftest.$ac_objext; then
17889   ac_cv_type_fsblkcnt_t=yes
17890 else
17891   echo "$as_me: failed program was:" >&5
17892 sed 's/^/| /' conftest.$ac_ext >&5
17893
17894         ac_cv_type_fsblkcnt_t=no
17895 fi
17896
17897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17898 fi
17899 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
17900 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
17901 if test $ac_cv_type_fsblkcnt_t = yes; then
17902
17903 cat >>confdefs.h <<_ACEOF
17904 #define HAVE_FSBLKCNT_T 1
17905 _ACEOF
17906
17907
17908 fi
17909 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
17910 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
17911 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
17912   echo $ECHO_N "(cached) $ECHO_C" >&6
17913 else
17914   cat >conftest.$ac_ext <<_ACEOF
17915 /* confdefs.h.  */
17916 _ACEOF
17917 cat confdefs.h >>conftest.$ac_ext
17918 cat >>conftest.$ac_ext <<_ACEOF
17919 /* end confdefs.h.  */
17920 $ac_includes_default
17921 typedef fsfilcnt_t ac__type_new_;
17922 int
17923 main ()
17924 {
17925 if ((ac__type_new_ *) 0)
17926   return 0;
17927 if (sizeof (ac__type_new_))
17928   return 0;
17929   ;
17930   return 0;
17931 }
17932 _ACEOF
17933 rm -f conftest.$ac_objext
17934 if { (ac_try="$ac_compile"
17935 case "(($ac_try" in
17936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17937   *) ac_try_echo=$ac_try;;
17938 esac
17939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17940   (eval "$ac_compile") 2>conftest.er1
17941   ac_status=$?
17942   grep -v '^ *+' conftest.er1 >conftest.err
17943   rm -f conftest.er1
17944   cat conftest.err >&5
17945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17946   (exit $ac_status); } && {
17947          test -z "$ac_c_werror_flag" ||
17948          test ! -s conftest.err
17949        } && test -s conftest.$ac_objext; then
17950   ac_cv_type_fsfilcnt_t=yes
17951 else
17952   echo "$as_me: failed program was:" >&5
17953 sed 's/^/| /' conftest.$ac_ext >&5
17954
17955         ac_cv_type_fsfilcnt_t=no
17956 fi
17957
17958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17959 fi
17960 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
17961 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
17962 if test $ac_cv_type_fsfilcnt_t = yes; then
17963
17964 cat >>confdefs.h <<_ACEOF
17965 #define HAVE_FSFILCNT_T 1
17966 _ACEOF
17967
17968
17969 fi
17970
17971 { echo "$as_me:$LINENO: checking for sigset_t" >&5
17972 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
17973 if test "${ac_cv_type_sigset_t+set}" = set; then
17974   echo $ECHO_N "(cached) $ECHO_C" >&6
17975 else
17976   cat >conftest.$ac_ext <<_ACEOF
17977 /* confdefs.h.  */
17978 _ACEOF
17979 cat confdefs.h >>conftest.$ac_ext
17980 cat >>conftest.$ac_ext <<_ACEOF
17981 /* end confdefs.h.  */
17982 #include <signal.h>
17983
17984 typedef sigset_t ac__type_new_;
17985 int
17986 main ()
17987 {
17988 if ((ac__type_new_ *) 0)
17989   return 0;
17990 if (sizeof (ac__type_new_))
17991   return 0;
17992   ;
17993   return 0;
17994 }
17995 _ACEOF
17996 rm -f conftest.$ac_objext
17997 if { (ac_try="$ac_compile"
17998 case "(($ac_try" in
17999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18000   *) ac_try_echo=$ac_try;;
18001 esac
18002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18003   (eval "$ac_compile") 2>conftest.er1
18004   ac_status=$?
18005   grep -v '^ *+' conftest.er1 >conftest.err
18006   rm -f conftest.er1
18007   cat conftest.err >&5
18008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18009   (exit $ac_status); } && {
18010          test -z "$ac_c_werror_flag" ||
18011          test ! -s conftest.err
18012        } && test -s conftest.$ac_objext; then
18013   ac_cv_type_sigset_t=yes
18014 else
18015   echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.$ac_ext >&5
18017
18018         ac_cv_type_sigset_t=no
18019 fi
18020
18021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18022 fi
18023 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18024 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18025 if test $ac_cv_type_sigset_t = yes; then
18026
18027 cat >>confdefs.h <<_ACEOF
18028 #define HAVE_SIGSET_T 1
18029 _ACEOF
18030
18031
18032 fi
18033
18034 { echo "$as_me:$LINENO: checking for request_sense" >&5
18035 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18036 if test "${ac_cv_type_request_sense+set}" = set; then
18037   echo $ECHO_N "(cached) $ECHO_C" >&6
18038 else
18039   cat >conftest.$ac_ext <<_ACEOF
18040 /* confdefs.h.  */
18041 _ACEOF
18042 cat confdefs.h >>conftest.$ac_ext
18043 cat >>conftest.$ac_ext <<_ACEOF
18044 /* end confdefs.h.  */
18045 #include <linux/cdrom.h>
18046
18047 typedef request_sense ac__type_new_;
18048 int
18049 main ()
18050 {
18051 if ((ac__type_new_ *) 0)
18052   return 0;
18053 if (sizeof (ac__type_new_))
18054   return 0;
18055   ;
18056   return 0;
18057 }
18058 _ACEOF
18059 rm -f conftest.$ac_objext
18060 if { (ac_try="$ac_compile"
18061 case "(($ac_try" in
18062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18063   *) ac_try_echo=$ac_try;;
18064 esac
18065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18066   (eval "$ac_compile") 2>conftest.er1
18067   ac_status=$?
18068   grep -v '^ *+' conftest.er1 >conftest.err
18069   rm -f conftest.er1
18070   cat conftest.err >&5
18071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18072   (exit $ac_status); } && {
18073          test -z "$ac_c_werror_flag" ||
18074          test ! -s conftest.err
18075        } && test -s conftest.$ac_objext; then
18076   ac_cv_type_request_sense=yes
18077 else
18078   echo "$as_me: failed program was:" >&5
18079 sed 's/^/| /' conftest.$ac_ext >&5
18080
18081         ac_cv_type_request_sense=no
18082 fi
18083
18084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18085 fi
18086 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18087 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18088 if test $ac_cv_type_request_sense = yes; then
18089
18090 cat >>confdefs.h <<_ACEOF
18091 #define HAVE_REQUEST_SENSE 1
18092 _ACEOF
18093
18094
18095 fi
18096
18097
18098 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18099 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18100 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18101   echo $ECHO_N "(cached) $ECHO_C" >&6
18102 else
18103   cat >conftest.$ac_ext <<_ACEOF
18104 /* confdefs.h.  */
18105 _ACEOF
18106 cat confdefs.h >>conftest.$ac_ext
18107 cat >>conftest.$ac_ext <<_ACEOF
18108 /* end confdefs.h.  */
18109 #ifdef HAVE_LINUX_INPUT_H
18110 #include <linux/input.h>
18111 #endif
18112
18113 int
18114 main ()
18115 {
18116 static struct ff_effect ac_aggr;
18117 if (ac_aggr.direction)
18118 return 0;
18119   ;
18120   return 0;
18121 }
18122 _ACEOF
18123 rm -f conftest.$ac_objext
18124 if { (ac_try="$ac_compile"
18125 case "(($ac_try" in
18126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18127   *) ac_try_echo=$ac_try;;
18128 esac
18129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18130   (eval "$ac_compile") 2>conftest.er1
18131   ac_status=$?
18132   grep -v '^ *+' conftest.er1 >conftest.err
18133   rm -f conftest.er1
18134   cat conftest.err >&5
18135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18136   (exit $ac_status); } && {
18137          test -z "$ac_c_werror_flag" ||
18138          test ! -s conftest.err
18139        } && test -s conftest.$ac_objext; then
18140   ac_cv_member_struct_ff_effect_direction=yes
18141 else
18142   echo "$as_me: failed program was:" >&5
18143 sed 's/^/| /' conftest.$ac_ext >&5
18144
18145         cat >conftest.$ac_ext <<_ACEOF
18146 /* confdefs.h.  */
18147 _ACEOF
18148 cat confdefs.h >>conftest.$ac_ext
18149 cat >>conftest.$ac_ext <<_ACEOF
18150 /* end confdefs.h.  */
18151 #ifdef HAVE_LINUX_INPUT_H
18152 #include <linux/input.h>
18153 #endif
18154
18155 int
18156 main ()
18157 {
18158 static struct ff_effect ac_aggr;
18159 if (sizeof ac_aggr.direction)
18160 return 0;
18161   ;
18162   return 0;
18163 }
18164 _ACEOF
18165 rm -f conftest.$ac_objext
18166 if { (ac_try="$ac_compile"
18167 case "(($ac_try" in
18168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18169   *) ac_try_echo=$ac_try;;
18170 esac
18171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18172   (eval "$ac_compile") 2>conftest.er1
18173   ac_status=$?
18174   grep -v '^ *+' conftest.er1 >conftest.err
18175   rm -f conftest.er1
18176   cat conftest.err >&5
18177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18178   (exit $ac_status); } && {
18179          test -z "$ac_c_werror_flag" ||
18180          test ! -s conftest.err
18181        } && test -s conftest.$ac_objext; then
18182   ac_cv_member_struct_ff_effect_direction=yes
18183 else
18184   echo "$as_me: failed program was:" >&5
18185 sed 's/^/| /' conftest.$ac_ext >&5
18186
18187         ac_cv_member_struct_ff_effect_direction=no
18188 fi
18189
18190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18191 fi
18192
18193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18194 fi
18195 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18196 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18197 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18198
18199 cat >>confdefs.h <<_ACEOF
18200 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18201 _ACEOF
18202
18203
18204 fi
18205
18206
18207 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18208 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18209 if test "${wine_cv_have_sigaddset+set}" = set; then
18210   echo $ECHO_N "(cached) $ECHO_C" >&6
18211 else
18212   cat >conftest.$ac_ext <<_ACEOF
18213 /* confdefs.h.  */
18214 _ACEOF
18215 cat confdefs.h >>conftest.$ac_ext
18216 cat >>conftest.$ac_ext <<_ACEOF
18217 /* end confdefs.h.  */
18218 #include <signal.h>
18219 int
18220 main ()
18221 {
18222 sigset_t set; sigaddset(&set,SIGTERM);
18223   ;
18224   return 0;
18225 }
18226 _ACEOF
18227 rm -f conftest.$ac_objext conftest$ac_exeext
18228 if { (ac_try="$ac_link"
18229 case "(($ac_try" in
18230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18231   *) ac_try_echo=$ac_try;;
18232 esac
18233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18234   (eval "$ac_link") 2>conftest.er1
18235   ac_status=$?
18236   grep -v '^ *+' conftest.er1 >conftest.err
18237   rm -f conftest.er1
18238   cat conftest.err >&5
18239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18240   (exit $ac_status); } && {
18241          test -z "$ac_c_werror_flag" ||
18242          test ! -s conftest.err
18243        } && test -s conftest$ac_exeext &&
18244        $as_test_x conftest$ac_exeext; then
18245   wine_cv_have_sigaddset=yes
18246 else
18247   echo "$as_me: failed program was:" >&5
18248 sed 's/^/| /' conftest.$ac_ext >&5
18249
18250         wine_cv_have_sigaddset=no
18251 fi
18252
18253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18254       conftest$ac_exeext conftest.$ac_ext
18255 fi
18256 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
18257 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
18258 if test "$wine_cv_have_sigaddset" = "yes"
18259 then
18260
18261 cat >>confdefs.h <<\_ACEOF
18262 #define HAVE_SIGADDSET 1
18263 _ACEOF
18264
18265 fi
18266
18267
18268 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18269 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
18270 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
18271   echo $ECHO_N "(cached) $ECHO_C" >&6
18272 else
18273   cat >conftest.$ac_ext <<_ACEOF
18274 /* confdefs.h.  */
18275 _ACEOF
18276 cat confdefs.h >>conftest.$ac_ext
18277 cat >>conftest.$ac_ext <<_ACEOF
18278 /* end confdefs.h.  */
18279 #include <netdb.h>
18280 int
18281 main ()
18282 {
18283
18284     char *name=0;
18285     struct hostent he;
18286     struct hostent *result;
18287     char *buf=0;
18288     int bufsize=0;
18289     int res,errnr;
18290     char *addr=0;
18291     int addrlen=0;
18292     int addrtype=0;
18293     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18294     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18295
18296   ;
18297   return 0;
18298 }
18299 _ACEOF
18300 rm -f conftest.$ac_objext conftest$ac_exeext
18301 if { (ac_try="$ac_link"
18302 case "(($ac_try" in
18303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18304   *) ac_try_echo=$ac_try;;
18305 esac
18306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18307   (eval "$ac_link") 2>conftest.er1
18308   ac_status=$?
18309   grep -v '^ *+' conftest.er1 >conftest.err
18310   rm -f conftest.er1
18311   cat conftest.err >&5
18312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313   (exit $ac_status); } && {
18314          test -z "$ac_c_werror_flag" ||
18315          test ! -s conftest.err
18316        } && test -s conftest$ac_exeext &&
18317        $as_test_x conftest$ac_exeext; then
18318   wine_cv_linux_gethostbyname_r_6=yes
18319 else
18320   echo "$as_me: failed program was:" >&5
18321 sed 's/^/| /' conftest.$ac_ext >&5
18322
18323         wine_cv_linux_gethostbyname_r_6=no
18324
18325 fi
18326
18327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18328       conftest$ac_exeext conftest.$ac_ext
18329
18330 fi
18331 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
18332 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
18333    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18334    then
18335
18336 cat >>confdefs.h <<\_ACEOF
18337 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
18338 _ACEOF
18339
18340    fi
18341
18342 if test "$ac_cv_header_linux_joystick_h" = "yes"
18343 then
18344    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18345 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
18346 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
18347   echo $ECHO_N "(cached) $ECHO_C" >&6
18348 else
18349   cat >conftest.$ac_ext <<_ACEOF
18350 /* confdefs.h.  */
18351 _ACEOF
18352 cat confdefs.h >>conftest.$ac_ext
18353 cat >>conftest.$ac_ext <<_ACEOF
18354 /* end confdefs.h.  */
18355
18356         #include <sys/ioctl.h>
18357         #include <sys/types.h>
18358         #include <linux/joystick.h>
18359
18360         struct js_event blub;
18361         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18362         #error "no 2.2 header"
18363         #endif
18364
18365 int
18366 main ()
18367 {
18368 /*empty*/
18369   ;
18370   return 0;
18371 }
18372 _ACEOF
18373 rm -f conftest.$ac_objext
18374 if { (ac_try="$ac_compile"
18375 case "(($ac_try" in
18376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18377   *) ac_try_echo=$ac_try;;
18378 esac
18379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18380   (eval "$ac_compile") 2>conftest.er1
18381   ac_status=$?
18382   grep -v '^ *+' conftest.er1 >conftest.err
18383   rm -f conftest.er1
18384   cat conftest.err >&5
18385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18386   (exit $ac_status); } && {
18387          test -z "$ac_c_werror_flag" ||
18388          test ! -s conftest.err
18389        } && test -s conftest.$ac_objext; then
18390   wine_cv_linux_joystick_22_api=yes
18391 else
18392   echo "$as_me: failed program was:" >&5
18393 sed 's/^/| /' conftest.$ac_ext >&5
18394
18395         wine_cv_linux_joystick_22_api=no
18396 fi
18397
18398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18399
18400 fi
18401 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
18402 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
18403    if test "$wine_cv_linux_joystick_22_api" = "yes"
18404    then
18405
18406 cat >>confdefs.h <<\_ACEOF
18407 #define HAVE_LINUX_22_JOYSTICK_API 1
18408 _ACEOF
18409
18410    fi
18411 fi
18412
18413
18414 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
18415 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
18416 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
18417   echo $ECHO_N "(cached) $ECHO_C" >&6
18418 else
18419   cat >conftest.$ac_ext <<_ACEOF
18420 /* confdefs.h.  */
18421 _ACEOF
18422 cat confdefs.h >>conftest.$ac_ext
18423 cat >>conftest.$ac_ext <<_ACEOF
18424 /* end confdefs.h.  */
18425 #include <sys/types.h>
18426 #ifdef HAVE_SYS_PARAM_H
18427 # include <sys/param.h>
18428 #endif
18429 #ifdef HAVE_SYS_MOUNT_H
18430 # include <sys/mount.h>
18431 #endif
18432 #ifdef HAVE_SYS_VFS_H
18433 # include <sys/vfs.h>
18434 #endif
18435 #ifdef HAVE_SYS_STATFS_H
18436 # include <sys/statfs.h>
18437 #endif
18438
18439 int
18440 main ()
18441 {
18442 static struct statfs ac_aggr;
18443 if (ac_aggr.f_bfree)
18444 return 0;
18445   ;
18446   return 0;
18447 }
18448 _ACEOF
18449 rm -f conftest.$ac_objext
18450 if { (ac_try="$ac_compile"
18451 case "(($ac_try" in
18452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18453   *) ac_try_echo=$ac_try;;
18454 esac
18455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18456   (eval "$ac_compile") 2>conftest.er1
18457   ac_status=$?
18458   grep -v '^ *+' conftest.er1 >conftest.err
18459   rm -f conftest.er1
18460   cat conftest.err >&5
18461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18462   (exit $ac_status); } && {
18463          test -z "$ac_c_werror_flag" ||
18464          test ! -s conftest.err
18465        } && test -s conftest.$ac_objext; then
18466   ac_cv_member_struct_statfs_f_bfree=yes
18467 else
18468   echo "$as_me: failed program was:" >&5
18469 sed 's/^/| /' conftest.$ac_ext >&5
18470
18471         cat >conftest.$ac_ext <<_ACEOF
18472 /* confdefs.h.  */
18473 _ACEOF
18474 cat confdefs.h >>conftest.$ac_ext
18475 cat >>conftest.$ac_ext <<_ACEOF
18476 /* end confdefs.h.  */
18477 #include <sys/types.h>
18478 #ifdef HAVE_SYS_PARAM_H
18479 # include <sys/param.h>
18480 #endif
18481 #ifdef HAVE_SYS_MOUNT_H
18482 # include <sys/mount.h>
18483 #endif
18484 #ifdef HAVE_SYS_VFS_H
18485 # include <sys/vfs.h>
18486 #endif
18487 #ifdef HAVE_SYS_STATFS_H
18488 # include <sys/statfs.h>
18489 #endif
18490
18491 int
18492 main ()
18493 {
18494 static struct statfs ac_aggr;
18495 if (sizeof ac_aggr.f_bfree)
18496 return 0;
18497   ;
18498   return 0;
18499 }
18500 _ACEOF
18501 rm -f conftest.$ac_objext
18502 if { (ac_try="$ac_compile"
18503 case "(($ac_try" in
18504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18505   *) ac_try_echo=$ac_try;;
18506 esac
18507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18508   (eval "$ac_compile") 2>conftest.er1
18509   ac_status=$?
18510   grep -v '^ *+' conftest.er1 >conftest.err
18511   rm -f conftest.er1
18512   cat conftest.err >&5
18513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18514   (exit $ac_status); } && {
18515          test -z "$ac_c_werror_flag" ||
18516          test ! -s conftest.err
18517        } && test -s conftest.$ac_objext; then
18518   ac_cv_member_struct_statfs_f_bfree=yes
18519 else
18520   echo "$as_me: failed program was:" >&5
18521 sed 's/^/| /' conftest.$ac_ext >&5
18522
18523         ac_cv_member_struct_statfs_f_bfree=no
18524 fi
18525
18526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18527 fi
18528
18529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18530 fi
18531 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
18532 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
18533 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
18534
18535 cat >>confdefs.h <<_ACEOF
18536 #define HAVE_STRUCT_STATFS_F_BFREE 1
18537 _ACEOF
18538
18539
18540 fi
18541 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
18542 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
18543 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
18544   echo $ECHO_N "(cached) $ECHO_C" >&6
18545 else
18546   cat >conftest.$ac_ext <<_ACEOF
18547 /* confdefs.h.  */
18548 _ACEOF
18549 cat confdefs.h >>conftest.$ac_ext
18550 cat >>conftest.$ac_ext <<_ACEOF
18551 /* end confdefs.h.  */
18552 #include <sys/types.h>
18553 #ifdef HAVE_SYS_PARAM_H
18554 # include <sys/param.h>
18555 #endif
18556 #ifdef HAVE_SYS_MOUNT_H
18557 # include <sys/mount.h>
18558 #endif
18559 #ifdef HAVE_SYS_VFS_H
18560 # include <sys/vfs.h>
18561 #endif
18562 #ifdef HAVE_SYS_STATFS_H
18563 # include <sys/statfs.h>
18564 #endif
18565
18566 int
18567 main ()
18568 {
18569 static struct statfs ac_aggr;
18570 if (ac_aggr.f_bavail)
18571 return 0;
18572   ;
18573   return 0;
18574 }
18575 _ACEOF
18576 rm -f conftest.$ac_objext
18577 if { (ac_try="$ac_compile"
18578 case "(($ac_try" in
18579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18580   *) ac_try_echo=$ac_try;;
18581 esac
18582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18583   (eval "$ac_compile") 2>conftest.er1
18584   ac_status=$?
18585   grep -v '^ *+' conftest.er1 >conftest.err
18586   rm -f conftest.er1
18587   cat conftest.err >&5
18588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18589   (exit $ac_status); } && {
18590          test -z "$ac_c_werror_flag" ||
18591          test ! -s conftest.err
18592        } && test -s conftest.$ac_objext; then
18593   ac_cv_member_struct_statfs_f_bavail=yes
18594 else
18595   echo "$as_me: failed program was:" >&5
18596 sed 's/^/| /' conftest.$ac_ext >&5
18597
18598         cat >conftest.$ac_ext <<_ACEOF
18599 /* confdefs.h.  */
18600 _ACEOF
18601 cat confdefs.h >>conftest.$ac_ext
18602 cat >>conftest.$ac_ext <<_ACEOF
18603 /* end confdefs.h.  */
18604 #include <sys/types.h>
18605 #ifdef HAVE_SYS_PARAM_H
18606 # include <sys/param.h>
18607 #endif
18608 #ifdef HAVE_SYS_MOUNT_H
18609 # include <sys/mount.h>
18610 #endif
18611 #ifdef HAVE_SYS_VFS_H
18612 # include <sys/vfs.h>
18613 #endif
18614 #ifdef HAVE_SYS_STATFS_H
18615 # include <sys/statfs.h>
18616 #endif
18617
18618 int
18619 main ()
18620 {
18621 static struct statfs ac_aggr;
18622 if (sizeof ac_aggr.f_bavail)
18623 return 0;
18624   ;
18625   return 0;
18626 }
18627 _ACEOF
18628 rm -f conftest.$ac_objext
18629 if { (ac_try="$ac_compile"
18630 case "(($ac_try" in
18631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18632   *) ac_try_echo=$ac_try;;
18633 esac
18634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18635   (eval "$ac_compile") 2>conftest.er1
18636   ac_status=$?
18637   grep -v '^ *+' conftest.er1 >conftest.err
18638   rm -f conftest.er1
18639   cat conftest.err >&5
18640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18641   (exit $ac_status); } && {
18642          test -z "$ac_c_werror_flag" ||
18643          test ! -s conftest.err
18644        } && test -s conftest.$ac_objext; then
18645   ac_cv_member_struct_statfs_f_bavail=yes
18646 else
18647   echo "$as_me: failed program was:" >&5
18648 sed 's/^/| /' conftest.$ac_ext >&5
18649
18650         ac_cv_member_struct_statfs_f_bavail=no
18651 fi
18652
18653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18654 fi
18655
18656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18657 fi
18658 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
18659 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
18660 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
18661
18662 cat >>confdefs.h <<_ACEOF
18663 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
18664 _ACEOF
18665
18666
18667 fi
18668 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
18669 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
18670 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
18671   echo $ECHO_N "(cached) $ECHO_C" >&6
18672 else
18673   cat >conftest.$ac_ext <<_ACEOF
18674 /* confdefs.h.  */
18675 _ACEOF
18676 cat confdefs.h >>conftest.$ac_ext
18677 cat >>conftest.$ac_ext <<_ACEOF
18678 /* end confdefs.h.  */
18679 #include <sys/types.h>
18680 #ifdef HAVE_SYS_PARAM_H
18681 # include <sys/param.h>
18682 #endif
18683 #ifdef HAVE_SYS_MOUNT_H
18684 # include <sys/mount.h>
18685 #endif
18686 #ifdef HAVE_SYS_VFS_H
18687 # include <sys/vfs.h>
18688 #endif
18689 #ifdef HAVE_SYS_STATFS_H
18690 # include <sys/statfs.h>
18691 #endif
18692
18693 int
18694 main ()
18695 {
18696 static struct statfs ac_aggr;
18697 if (ac_aggr.f_frsize)
18698 return 0;
18699   ;
18700   return 0;
18701 }
18702 _ACEOF
18703 rm -f conftest.$ac_objext
18704 if { (ac_try="$ac_compile"
18705 case "(($ac_try" in
18706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18707   *) ac_try_echo=$ac_try;;
18708 esac
18709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18710   (eval "$ac_compile") 2>conftest.er1
18711   ac_status=$?
18712   grep -v '^ *+' conftest.er1 >conftest.err
18713   rm -f conftest.er1
18714   cat conftest.err >&5
18715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18716   (exit $ac_status); } && {
18717          test -z "$ac_c_werror_flag" ||
18718          test ! -s conftest.err
18719        } && test -s conftest.$ac_objext; then
18720   ac_cv_member_struct_statfs_f_frsize=yes
18721 else
18722   echo "$as_me: failed program was:" >&5
18723 sed 's/^/| /' conftest.$ac_ext >&5
18724
18725         cat >conftest.$ac_ext <<_ACEOF
18726 /* confdefs.h.  */
18727 _ACEOF
18728 cat confdefs.h >>conftest.$ac_ext
18729 cat >>conftest.$ac_ext <<_ACEOF
18730 /* end confdefs.h.  */
18731 #include <sys/types.h>
18732 #ifdef HAVE_SYS_PARAM_H
18733 # include <sys/param.h>
18734 #endif
18735 #ifdef HAVE_SYS_MOUNT_H
18736 # include <sys/mount.h>
18737 #endif
18738 #ifdef HAVE_SYS_VFS_H
18739 # include <sys/vfs.h>
18740 #endif
18741 #ifdef HAVE_SYS_STATFS_H
18742 # include <sys/statfs.h>
18743 #endif
18744
18745 int
18746 main ()
18747 {
18748 static struct statfs ac_aggr;
18749 if (sizeof ac_aggr.f_frsize)
18750 return 0;
18751   ;
18752   return 0;
18753 }
18754 _ACEOF
18755 rm -f conftest.$ac_objext
18756 if { (ac_try="$ac_compile"
18757 case "(($ac_try" in
18758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18759   *) ac_try_echo=$ac_try;;
18760 esac
18761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18762   (eval "$ac_compile") 2>conftest.er1
18763   ac_status=$?
18764   grep -v '^ *+' conftest.er1 >conftest.err
18765   rm -f conftest.er1
18766   cat conftest.err >&5
18767   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768   (exit $ac_status); } && {
18769          test -z "$ac_c_werror_flag" ||
18770          test ! -s conftest.err
18771        } && test -s conftest.$ac_objext; then
18772   ac_cv_member_struct_statfs_f_frsize=yes
18773 else
18774   echo "$as_me: failed program was:" >&5
18775 sed 's/^/| /' conftest.$ac_ext >&5
18776
18777         ac_cv_member_struct_statfs_f_frsize=no
18778 fi
18779
18780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18781 fi
18782
18783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18784 fi
18785 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
18786 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
18787 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
18788
18789 cat >>confdefs.h <<_ACEOF
18790 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
18791 _ACEOF
18792
18793
18794 fi
18795 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
18796 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
18797 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
18798   echo $ECHO_N "(cached) $ECHO_C" >&6
18799 else
18800   cat >conftest.$ac_ext <<_ACEOF
18801 /* confdefs.h.  */
18802 _ACEOF
18803 cat confdefs.h >>conftest.$ac_ext
18804 cat >>conftest.$ac_ext <<_ACEOF
18805 /* end confdefs.h.  */
18806 #include <sys/types.h>
18807 #ifdef HAVE_SYS_PARAM_H
18808 # include <sys/param.h>
18809 #endif
18810 #ifdef HAVE_SYS_MOUNT_H
18811 # include <sys/mount.h>
18812 #endif
18813 #ifdef HAVE_SYS_VFS_H
18814 # include <sys/vfs.h>
18815 #endif
18816 #ifdef HAVE_SYS_STATFS_H
18817 # include <sys/statfs.h>
18818 #endif
18819
18820 int
18821 main ()
18822 {
18823 static struct statfs ac_aggr;
18824 if (ac_aggr.f_ffree)
18825 return 0;
18826   ;
18827   return 0;
18828 }
18829 _ACEOF
18830 rm -f conftest.$ac_objext
18831 if { (ac_try="$ac_compile"
18832 case "(($ac_try" in
18833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18834   *) ac_try_echo=$ac_try;;
18835 esac
18836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18837   (eval "$ac_compile") 2>conftest.er1
18838   ac_status=$?
18839   grep -v '^ *+' conftest.er1 >conftest.err
18840   rm -f conftest.er1
18841   cat conftest.err >&5
18842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18843   (exit $ac_status); } && {
18844          test -z "$ac_c_werror_flag" ||
18845          test ! -s conftest.err
18846        } && test -s conftest.$ac_objext; then
18847   ac_cv_member_struct_statfs_f_ffree=yes
18848 else
18849   echo "$as_me: failed program was:" >&5
18850 sed 's/^/| /' conftest.$ac_ext >&5
18851
18852         cat >conftest.$ac_ext <<_ACEOF
18853 /* confdefs.h.  */
18854 _ACEOF
18855 cat confdefs.h >>conftest.$ac_ext
18856 cat >>conftest.$ac_ext <<_ACEOF
18857 /* end confdefs.h.  */
18858 #include <sys/types.h>
18859 #ifdef HAVE_SYS_PARAM_H
18860 # include <sys/param.h>
18861 #endif
18862 #ifdef HAVE_SYS_MOUNT_H
18863 # include <sys/mount.h>
18864 #endif
18865 #ifdef HAVE_SYS_VFS_H
18866 # include <sys/vfs.h>
18867 #endif
18868 #ifdef HAVE_SYS_STATFS_H
18869 # include <sys/statfs.h>
18870 #endif
18871
18872 int
18873 main ()
18874 {
18875 static struct statfs ac_aggr;
18876 if (sizeof ac_aggr.f_ffree)
18877 return 0;
18878   ;
18879   return 0;
18880 }
18881 _ACEOF
18882 rm -f conftest.$ac_objext
18883 if { (ac_try="$ac_compile"
18884 case "(($ac_try" in
18885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18886   *) ac_try_echo=$ac_try;;
18887 esac
18888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18889   (eval "$ac_compile") 2>conftest.er1
18890   ac_status=$?
18891   grep -v '^ *+' conftest.er1 >conftest.err
18892   rm -f conftest.er1
18893   cat conftest.err >&5
18894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895   (exit $ac_status); } && {
18896          test -z "$ac_c_werror_flag" ||
18897          test ! -s conftest.err
18898        } && test -s conftest.$ac_objext; then
18899   ac_cv_member_struct_statfs_f_ffree=yes
18900 else
18901   echo "$as_me: failed program was:" >&5
18902 sed 's/^/| /' conftest.$ac_ext >&5
18903
18904         ac_cv_member_struct_statfs_f_ffree=no
18905 fi
18906
18907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18908 fi
18909
18910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18911 fi
18912 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
18913 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
18914 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
18915
18916 cat >>confdefs.h <<_ACEOF
18917 #define HAVE_STRUCT_STATFS_F_FFREE 1
18918 _ACEOF
18919
18920
18921 fi
18922 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
18923 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
18924 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
18925   echo $ECHO_N "(cached) $ECHO_C" >&6
18926 else
18927   cat >conftest.$ac_ext <<_ACEOF
18928 /* confdefs.h.  */
18929 _ACEOF
18930 cat confdefs.h >>conftest.$ac_ext
18931 cat >>conftest.$ac_ext <<_ACEOF
18932 /* end confdefs.h.  */
18933 #include <sys/types.h>
18934 #ifdef HAVE_SYS_PARAM_H
18935 # include <sys/param.h>
18936 #endif
18937 #ifdef HAVE_SYS_MOUNT_H
18938 # include <sys/mount.h>
18939 #endif
18940 #ifdef HAVE_SYS_VFS_H
18941 # include <sys/vfs.h>
18942 #endif
18943 #ifdef HAVE_SYS_STATFS_H
18944 # include <sys/statfs.h>
18945 #endif
18946
18947 int
18948 main ()
18949 {
18950 static struct statfs ac_aggr;
18951 if (ac_aggr.f_favail)
18952 return 0;
18953   ;
18954   return 0;
18955 }
18956 _ACEOF
18957 rm -f conftest.$ac_objext
18958 if { (ac_try="$ac_compile"
18959 case "(($ac_try" in
18960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18961   *) ac_try_echo=$ac_try;;
18962 esac
18963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18964   (eval "$ac_compile") 2>conftest.er1
18965   ac_status=$?
18966   grep -v '^ *+' conftest.er1 >conftest.err
18967   rm -f conftest.er1
18968   cat conftest.err >&5
18969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18970   (exit $ac_status); } && {
18971          test -z "$ac_c_werror_flag" ||
18972          test ! -s conftest.err
18973        } && test -s conftest.$ac_objext; then
18974   ac_cv_member_struct_statfs_f_favail=yes
18975 else
18976   echo "$as_me: failed program was:" >&5
18977 sed 's/^/| /' conftest.$ac_ext >&5
18978
18979         cat >conftest.$ac_ext <<_ACEOF
18980 /* confdefs.h.  */
18981 _ACEOF
18982 cat confdefs.h >>conftest.$ac_ext
18983 cat >>conftest.$ac_ext <<_ACEOF
18984 /* end confdefs.h.  */
18985 #include <sys/types.h>
18986 #ifdef HAVE_SYS_PARAM_H
18987 # include <sys/param.h>
18988 #endif
18989 #ifdef HAVE_SYS_MOUNT_H
18990 # include <sys/mount.h>
18991 #endif
18992 #ifdef HAVE_SYS_VFS_H
18993 # include <sys/vfs.h>
18994 #endif
18995 #ifdef HAVE_SYS_STATFS_H
18996 # include <sys/statfs.h>
18997 #endif
18998
18999 int
19000 main ()
19001 {
19002 static struct statfs ac_aggr;
19003 if (sizeof ac_aggr.f_favail)
19004 return 0;
19005   ;
19006   return 0;
19007 }
19008 _ACEOF
19009 rm -f conftest.$ac_objext
19010 if { (ac_try="$ac_compile"
19011 case "(($ac_try" in
19012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19013   *) ac_try_echo=$ac_try;;
19014 esac
19015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19016   (eval "$ac_compile") 2>conftest.er1
19017   ac_status=$?
19018   grep -v '^ *+' conftest.er1 >conftest.err
19019   rm -f conftest.er1
19020   cat conftest.err >&5
19021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19022   (exit $ac_status); } && {
19023          test -z "$ac_c_werror_flag" ||
19024          test ! -s conftest.err
19025        } && test -s conftest.$ac_objext; then
19026   ac_cv_member_struct_statfs_f_favail=yes
19027 else
19028   echo "$as_me: failed program was:" >&5
19029 sed 's/^/| /' conftest.$ac_ext >&5
19030
19031         ac_cv_member_struct_statfs_f_favail=no
19032 fi
19033
19034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19035 fi
19036
19037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19038 fi
19039 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19040 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19041 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19042
19043 cat >>confdefs.h <<_ACEOF
19044 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19045 _ACEOF
19046
19047
19048 fi
19049 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19050 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19051 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19052   echo $ECHO_N "(cached) $ECHO_C" >&6
19053 else
19054   cat >conftest.$ac_ext <<_ACEOF
19055 /* confdefs.h.  */
19056 _ACEOF
19057 cat confdefs.h >>conftest.$ac_ext
19058 cat >>conftest.$ac_ext <<_ACEOF
19059 /* end confdefs.h.  */
19060 #include <sys/types.h>
19061 #ifdef HAVE_SYS_PARAM_H
19062 # include <sys/param.h>
19063 #endif
19064 #ifdef HAVE_SYS_MOUNT_H
19065 # include <sys/mount.h>
19066 #endif
19067 #ifdef HAVE_SYS_VFS_H
19068 # include <sys/vfs.h>
19069 #endif
19070 #ifdef HAVE_SYS_STATFS_H
19071 # include <sys/statfs.h>
19072 #endif
19073
19074 int
19075 main ()
19076 {
19077 static struct statfs ac_aggr;
19078 if (ac_aggr.f_namelen)
19079 return 0;
19080   ;
19081   return 0;
19082 }
19083 _ACEOF
19084 rm -f conftest.$ac_objext
19085 if { (ac_try="$ac_compile"
19086 case "(($ac_try" in
19087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19088   *) ac_try_echo=$ac_try;;
19089 esac
19090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19091   (eval "$ac_compile") 2>conftest.er1
19092   ac_status=$?
19093   grep -v '^ *+' conftest.er1 >conftest.err
19094   rm -f conftest.er1
19095   cat conftest.err >&5
19096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19097   (exit $ac_status); } && {
19098          test -z "$ac_c_werror_flag" ||
19099          test ! -s conftest.err
19100        } && test -s conftest.$ac_objext; then
19101   ac_cv_member_struct_statfs_f_namelen=yes
19102 else
19103   echo "$as_me: failed program was:" >&5
19104 sed 's/^/| /' conftest.$ac_ext >&5
19105
19106         cat >conftest.$ac_ext <<_ACEOF
19107 /* confdefs.h.  */
19108 _ACEOF
19109 cat confdefs.h >>conftest.$ac_ext
19110 cat >>conftest.$ac_ext <<_ACEOF
19111 /* end confdefs.h.  */
19112 #include <sys/types.h>
19113 #ifdef HAVE_SYS_PARAM_H
19114 # include <sys/param.h>
19115 #endif
19116 #ifdef HAVE_SYS_MOUNT_H
19117 # include <sys/mount.h>
19118 #endif
19119 #ifdef HAVE_SYS_VFS_H
19120 # include <sys/vfs.h>
19121 #endif
19122 #ifdef HAVE_SYS_STATFS_H
19123 # include <sys/statfs.h>
19124 #endif
19125
19126 int
19127 main ()
19128 {
19129 static struct statfs ac_aggr;
19130 if (sizeof ac_aggr.f_namelen)
19131 return 0;
19132   ;
19133   return 0;
19134 }
19135 _ACEOF
19136 rm -f conftest.$ac_objext
19137 if { (ac_try="$ac_compile"
19138 case "(($ac_try" in
19139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19140   *) ac_try_echo=$ac_try;;
19141 esac
19142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19143   (eval "$ac_compile") 2>conftest.er1
19144   ac_status=$?
19145   grep -v '^ *+' conftest.er1 >conftest.err
19146   rm -f conftest.er1
19147   cat conftest.err >&5
19148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19149   (exit $ac_status); } && {
19150          test -z "$ac_c_werror_flag" ||
19151          test ! -s conftest.err
19152        } && test -s conftest.$ac_objext; then
19153   ac_cv_member_struct_statfs_f_namelen=yes
19154 else
19155   echo "$as_me: failed program was:" >&5
19156 sed 's/^/| /' conftest.$ac_ext >&5
19157
19158         ac_cv_member_struct_statfs_f_namelen=no
19159 fi
19160
19161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19162 fi
19163
19164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19165 fi
19166 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19167 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19168 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19169
19170 cat >>confdefs.h <<_ACEOF
19171 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19172 _ACEOF
19173
19174
19175 fi
19176
19177
19178 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19179 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19180 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19181   echo $ECHO_N "(cached) $ECHO_C" >&6
19182 else
19183   cat >conftest.$ac_ext <<_ACEOF
19184 /* confdefs.h.  */
19185 _ACEOF
19186 cat confdefs.h >>conftest.$ac_ext
19187 cat >>conftest.$ac_ext <<_ACEOF
19188 /* end confdefs.h.  */
19189 #ifdef HAVE_SYS_STATVFS_H
19190 #include <sys/statvfs.h>
19191 #endif
19192
19193 int
19194 main ()
19195 {
19196 static struct statvfs ac_aggr;
19197 if (ac_aggr.f_blocks)
19198 return 0;
19199   ;
19200   return 0;
19201 }
19202 _ACEOF
19203 rm -f conftest.$ac_objext
19204 if { (ac_try="$ac_compile"
19205 case "(($ac_try" in
19206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19207   *) ac_try_echo=$ac_try;;
19208 esac
19209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19210   (eval "$ac_compile") 2>conftest.er1
19211   ac_status=$?
19212   grep -v '^ *+' conftest.er1 >conftest.err
19213   rm -f conftest.er1
19214   cat conftest.err >&5
19215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19216   (exit $ac_status); } && {
19217          test -z "$ac_c_werror_flag" ||
19218          test ! -s conftest.err
19219        } && test -s conftest.$ac_objext; then
19220   ac_cv_member_struct_statvfs_f_blocks=yes
19221 else
19222   echo "$as_me: failed program was:" >&5
19223 sed 's/^/| /' conftest.$ac_ext >&5
19224
19225         cat >conftest.$ac_ext <<_ACEOF
19226 /* confdefs.h.  */
19227 _ACEOF
19228 cat confdefs.h >>conftest.$ac_ext
19229 cat >>conftest.$ac_ext <<_ACEOF
19230 /* end confdefs.h.  */
19231 #ifdef HAVE_SYS_STATVFS_H
19232 #include <sys/statvfs.h>
19233 #endif
19234
19235 int
19236 main ()
19237 {
19238 static struct statvfs ac_aggr;
19239 if (sizeof ac_aggr.f_blocks)
19240 return 0;
19241   ;
19242   return 0;
19243 }
19244 _ACEOF
19245 rm -f conftest.$ac_objext
19246 if { (ac_try="$ac_compile"
19247 case "(($ac_try" in
19248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19249   *) ac_try_echo=$ac_try;;
19250 esac
19251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19252   (eval "$ac_compile") 2>conftest.er1
19253   ac_status=$?
19254   grep -v '^ *+' conftest.er1 >conftest.err
19255   rm -f conftest.er1
19256   cat conftest.err >&5
19257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19258   (exit $ac_status); } && {
19259          test -z "$ac_c_werror_flag" ||
19260          test ! -s conftest.err
19261        } && test -s conftest.$ac_objext; then
19262   ac_cv_member_struct_statvfs_f_blocks=yes
19263 else
19264   echo "$as_me: failed program was:" >&5
19265 sed 's/^/| /' conftest.$ac_ext >&5
19266
19267         ac_cv_member_struct_statvfs_f_blocks=no
19268 fi
19269
19270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19271 fi
19272
19273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19274 fi
19275 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
19276 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
19277 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
19278
19279 cat >>confdefs.h <<_ACEOF
19280 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
19281 _ACEOF
19282
19283
19284 fi
19285
19286
19287 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
19288 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
19289 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
19290   echo $ECHO_N "(cached) $ECHO_C" >&6
19291 else
19292   cat >conftest.$ac_ext <<_ACEOF
19293 /* confdefs.h.  */
19294 _ACEOF
19295 cat confdefs.h >>conftest.$ac_ext
19296 cat >>conftest.$ac_ext <<_ACEOF
19297 /* end confdefs.h.  */
19298 #include <sys/types.h>
19299 #ifdef HAVE_SYS_SOCKET_H
19300 # include <sys/socket.h>
19301 #endif
19302 #ifdef HAVE_SYS_UN_H
19303 # include <sys/un.h>
19304 #endif
19305
19306 int
19307 main ()
19308 {
19309 static struct msghdr ac_aggr;
19310 if (ac_aggr.msg_accrights)
19311 return 0;
19312   ;
19313   return 0;
19314 }
19315 _ACEOF
19316 rm -f conftest.$ac_objext
19317 if { (ac_try="$ac_compile"
19318 case "(($ac_try" in
19319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19320   *) ac_try_echo=$ac_try;;
19321 esac
19322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19323   (eval "$ac_compile") 2>conftest.er1
19324   ac_status=$?
19325   grep -v '^ *+' conftest.er1 >conftest.err
19326   rm -f conftest.er1
19327   cat conftest.err >&5
19328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329   (exit $ac_status); } && {
19330          test -z "$ac_c_werror_flag" ||
19331          test ! -s conftest.err
19332        } && test -s conftest.$ac_objext; then
19333   ac_cv_member_struct_msghdr_msg_accrights=yes
19334 else
19335   echo "$as_me: failed program was:" >&5
19336 sed 's/^/| /' conftest.$ac_ext >&5
19337
19338         cat >conftest.$ac_ext <<_ACEOF
19339 /* confdefs.h.  */
19340 _ACEOF
19341 cat confdefs.h >>conftest.$ac_ext
19342 cat >>conftest.$ac_ext <<_ACEOF
19343 /* end confdefs.h.  */
19344 #include <sys/types.h>
19345 #ifdef HAVE_SYS_SOCKET_H
19346 # include <sys/socket.h>
19347 #endif
19348 #ifdef HAVE_SYS_UN_H
19349 # include <sys/un.h>
19350 #endif
19351
19352 int
19353 main ()
19354 {
19355 static struct msghdr ac_aggr;
19356 if (sizeof ac_aggr.msg_accrights)
19357 return 0;
19358   ;
19359   return 0;
19360 }
19361 _ACEOF
19362 rm -f conftest.$ac_objext
19363 if { (ac_try="$ac_compile"
19364 case "(($ac_try" in
19365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19366   *) ac_try_echo=$ac_try;;
19367 esac
19368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19369   (eval "$ac_compile") 2>conftest.er1
19370   ac_status=$?
19371   grep -v '^ *+' conftest.er1 >conftest.err
19372   rm -f conftest.er1
19373   cat conftest.err >&5
19374   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19375   (exit $ac_status); } && {
19376          test -z "$ac_c_werror_flag" ||
19377          test ! -s conftest.err
19378        } && test -s conftest.$ac_objext; then
19379   ac_cv_member_struct_msghdr_msg_accrights=yes
19380 else
19381   echo "$as_me: failed program was:" >&5
19382 sed 's/^/| /' conftest.$ac_ext >&5
19383
19384         ac_cv_member_struct_msghdr_msg_accrights=no
19385 fi
19386
19387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19388 fi
19389
19390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19391 fi
19392 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
19393 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
19394 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
19395
19396 cat >>confdefs.h <<_ACEOF
19397 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
19398 _ACEOF
19399
19400
19401 fi
19402 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
19403 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
19404 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
19405   echo $ECHO_N "(cached) $ECHO_C" >&6
19406 else
19407   cat >conftest.$ac_ext <<_ACEOF
19408 /* confdefs.h.  */
19409 _ACEOF
19410 cat confdefs.h >>conftest.$ac_ext
19411 cat >>conftest.$ac_ext <<_ACEOF
19412 /* end confdefs.h.  */
19413 #include <sys/types.h>
19414 #ifdef HAVE_SYS_SOCKET_H
19415 # include <sys/socket.h>
19416 #endif
19417 #ifdef HAVE_SYS_UN_H
19418 # include <sys/un.h>
19419 #endif
19420
19421 int
19422 main ()
19423 {
19424 static struct sockaddr ac_aggr;
19425 if (ac_aggr.sa_len)
19426 return 0;
19427   ;
19428   return 0;
19429 }
19430 _ACEOF
19431 rm -f conftest.$ac_objext
19432 if { (ac_try="$ac_compile"
19433 case "(($ac_try" in
19434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19435   *) ac_try_echo=$ac_try;;
19436 esac
19437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19438   (eval "$ac_compile") 2>conftest.er1
19439   ac_status=$?
19440   grep -v '^ *+' conftest.er1 >conftest.err
19441   rm -f conftest.er1
19442   cat conftest.err >&5
19443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19444   (exit $ac_status); } && {
19445          test -z "$ac_c_werror_flag" ||
19446          test ! -s conftest.err
19447        } && test -s conftest.$ac_objext; then
19448   ac_cv_member_struct_sockaddr_sa_len=yes
19449 else
19450   echo "$as_me: failed program was:" >&5
19451 sed 's/^/| /' conftest.$ac_ext >&5
19452
19453         cat >conftest.$ac_ext <<_ACEOF
19454 /* confdefs.h.  */
19455 _ACEOF
19456 cat confdefs.h >>conftest.$ac_ext
19457 cat >>conftest.$ac_ext <<_ACEOF
19458 /* end confdefs.h.  */
19459 #include <sys/types.h>
19460 #ifdef HAVE_SYS_SOCKET_H
19461 # include <sys/socket.h>
19462 #endif
19463 #ifdef HAVE_SYS_UN_H
19464 # include <sys/un.h>
19465 #endif
19466
19467 int
19468 main ()
19469 {
19470 static struct sockaddr ac_aggr;
19471 if (sizeof ac_aggr.sa_len)
19472 return 0;
19473   ;
19474   return 0;
19475 }
19476 _ACEOF
19477 rm -f conftest.$ac_objext
19478 if { (ac_try="$ac_compile"
19479 case "(($ac_try" in
19480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19481   *) ac_try_echo=$ac_try;;
19482 esac
19483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19484   (eval "$ac_compile") 2>conftest.er1
19485   ac_status=$?
19486   grep -v '^ *+' conftest.er1 >conftest.err
19487   rm -f conftest.er1
19488   cat conftest.err >&5
19489   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19490   (exit $ac_status); } && {
19491          test -z "$ac_c_werror_flag" ||
19492          test ! -s conftest.err
19493        } && test -s conftest.$ac_objext; then
19494   ac_cv_member_struct_sockaddr_sa_len=yes
19495 else
19496   echo "$as_me: failed program was:" >&5
19497 sed 's/^/| /' conftest.$ac_ext >&5
19498
19499         ac_cv_member_struct_sockaddr_sa_len=no
19500 fi
19501
19502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19503 fi
19504
19505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19506 fi
19507 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
19508 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
19509 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
19510
19511 cat >>confdefs.h <<_ACEOF
19512 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
19513 _ACEOF
19514
19515
19516 fi
19517 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
19518 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
19519 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
19520   echo $ECHO_N "(cached) $ECHO_C" >&6
19521 else
19522   cat >conftest.$ac_ext <<_ACEOF
19523 /* confdefs.h.  */
19524 _ACEOF
19525 cat confdefs.h >>conftest.$ac_ext
19526 cat >>conftest.$ac_ext <<_ACEOF
19527 /* end confdefs.h.  */
19528 #include <sys/types.h>
19529 #ifdef HAVE_SYS_SOCKET_H
19530 # include <sys/socket.h>
19531 #endif
19532 #ifdef HAVE_SYS_UN_H
19533 # include <sys/un.h>
19534 #endif
19535
19536 int
19537 main ()
19538 {
19539 static struct sockaddr_un ac_aggr;
19540 if (ac_aggr.sun_len)
19541 return 0;
19542   ;
19543   return 0;
19544 }
19545 _ACEOF
19546 rm -f conftest.$ac_objext
19547 if { (ac_try="$ac_compile"
19548 case "(($ac_try" in
19549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19550   *) ac_try_echo=$ac_try;;
19551 esac
19552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19553   (eval "$ac_compile") 2>conftest.er1
19554   ac_status=$?
19555   grep -v '^ *+' conftest.er1 >conftest.err
19556   rm -f conftest.er1
19557   cat conftest.err >&5
19558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19559   (exit $ac_status); } && {
19560          test -z "$ac_c_werror_flag" ||
19561          test ! -s conftest.err
19562        } && test -s conftest.$ac_objext; then
19563   ac_cv_member_struct_sockaddr_un_sun_len=yes
19564 else
19565   echo "$as_me: failed program was:" >&5
19566 sed 's/^/| /' conftest.$ac_ext >&5
19567
19568         cat >conftest.$ac_ext <<_ACEOF
19569 /* confdefs.h.  */
19570 _ACEOF
19571 cat confdefs.h >>conftest.$ac_ext
19572 cat >>conftest.$ac_ext <<_ACEOF
19573 /* end confdefs.h.  */
19574 #include <sys/types.h>
19575 #ifdef HAVE_SYS_SOCKET_H
19576 # include <sys/socket.h>
19577 #endif
19578 #ifdef HAVE_SYS_UN_H
19579 # include <sys/un.h>
19580 #endif
19581
19582 int
19583 main ()
19584 {
19585 static struct sockaddr_un ac_aggr;
19586 if (sizeof ac_aggr.sun_len)
19587 return 0;
19588   ;
19589   return 0;
19590 }
19591 _ACEOF
19592 rm -f conftest.$ac_objext
19593 if { (ac_try="$ac_compile"
19594 case "(($ac_try" in
19595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19596   *) ac_try_echo=$ac_try;;
19597 esac
19598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19599   (eval "$ac_compile") 2>conftest.er1
19600   ac_status=$?
19601   grep -v '^ *+' conftest.er1 >conftest.err
19602   rm -f conftest.er1
19603   cat conftest.err >&5
19604   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19605   (exit $ac_status); } && {
19606          test -z "$ac_c_werror_flag" ||
19607          test ! -s conftest.err
19608        } && test -s conftest.$ac_objext; then
19609   ac_cv_member_struct_sockaddr_un_sun_len=yes
19610 else
19611   echo "$as_me: failed program was:" >&5
19612 sed 's/^/| /' conftest.$ac_ext >&5
19613
19614         ac_cv_member_struct_sockaddr_un_sun_len=no
19615 fi
19616
19617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19618 fi
19619
19620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19621 fi
19622 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
19623 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
19624 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
19625
19626 cat >>confdefs.h <<_ACEOF
19627 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
19628 _ACEOF
19629
19630
19631 fi
19632
19633
19634 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
19635 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
19636 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
19637   echo $ECHO_N "(cached) $ECHO_C" >&6
19638 else
19639   cat >conftest.$ac_ext <<_ACEOF
19640 /* confdefs.h.  */
19641 _ACEOF
19642 cat confdefs.h >>conftest.$ac_ext
19643 cat >>conftest.$ac_ext <<_ACEOF
19644 /* end confdefs.h.  */
19645 #include <sys/types.h>
19646 #ifdef HAVE_SCSI_SG_H
19647 #include <scsi/sg.h>
19648 #endif
19649
19650 int
19651 main ()
19652 {
19653 static scsireq_t ac_aggr;
19654 if (ac_aggr.cmd)
19655 return 0;
19656   ;
19657   return 0;
19658 }
19659 _ACEOF
19660 rm -f conftest.$ac_objext
19661 if { (ac_try="$ac_compile"
19662 case "(($ac_try" in
19663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19664   *) ac_try_echo=$ac_try;;
19665 esac
19666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19667   (eval "$ac_compile") 2>conftest.er1
19668   ac_status=$?
19669   grep -v '^ *+' conftest.er1 >conftest.err
19670   rm -f conftest.er1
19671   cat conftest.err >&5
19672   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19673   (exit $ac_status); } && {
19674          test -z "$ac_c_werror_flag" ||
19675          test ! -s conftest.err
19676        } && test -s conftest.$ac_objext; then
19677   ac_cv_member_scsireq_t_cmd=yes
19678 else
19679   echo "$as_me: failed program was:" >&5
19680 sed 's/^/| /' conftest.$ac_ext >&5
19681
19682         cat >conftest.$ac_ext <<_ACEOF
19683 /* confdefs.h.  */
19684 _ACEOF
19685 cat confdefs.h >>conftest.$ac_ext
19686 cat >>conftest.$ac_ext <<_ACEOF
19687 /* end confdefs.h.  */
19688 #include <sys/types.h>
19689 #ifdef HAVE_SCSI_SG_H
19690 #include <scsi/sg.h>
19691 #endif
19692
19693 int
19694 main ()
19695 {
19696 static scsireq_t ac_aggr;
19697 if (sizeof ac_aggr.cmd)
19698 return 0;
19699   ;
19700   return 0;
19701 }
19702 _ACEOF
19703 rm -f conftest.$ac_objext
19704 if { (ac_try="$ac_compile"
19705 case "(($ac_try" in
19706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19707   *) ac_try_echo=$ac_try;;
19708 esac
19709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19710   (eval "$ac_compile") 2>conftest.er1
19711   ac_status=$?
19712   grep -v '^ *+' conftest.er1 >conftest.err
19713   rm -f conftest.er1
19714   cat conftest.err >&5
19715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19716   (exit $ac_status); } && {
19717          test -z "$ac_c_werror_flag" ||
19718          test ! -s conftest.err
19719        } && test -s conftest.$ac_objext; then
19720   ac_cv_member_scsireq_t_cmd=yes
19721 else
19722   echo "$as_me: failed program was:" >&5
19723 sed 's/^/| /' conftest.$ac_ext >&5
19724
19725         ac_cv_member_scsireq_t_cmd=no
19726 fi
19727
19728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19729 fi
19730
19731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19732 fi
19733 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
19734 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
19735 if test $ac_cv_member_scsireq_t_cmd = yes; then
19736
19737 cat >>confdefs.h <<_ACEOF
19738 #define HAVE_SCSIREQ_T_CMD 1
19739 _ACEOF
19740
19741
19742 fi
19743 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
19744 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
19745 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
19746   echo $ECHO_N "(cached) $ECHO_C" >&6
19747 else
19748   cat >conftest.$ac_ext <<_ACEOF
19749 /* confdefs.h.  */
19750 _ACEOF
19751 cat confdefs.h >>conftest.$ac_ext
19752 cat >>conftest.$ac_ext <<_ACEOF
19753 /* end confdefs.h.  */
19754 #include <sys/types.h>
19755 #ifdef HAVE_SCSI_SG_H
19756 #include <scsi/sg.h>
19757 #endif
19758
19759 int
19760 main ()
19761 {
19762 static sg_io_hdr_t ac_aggr;
19763 if (ac_aggr.interface_id)
19764 return 0;
19765   ;
19766   return 0;
19767 }
19768 _ACEOF
19769 rm -f conftest.$ac_objext
19770 if { (ac_try="$ac_compile"
19771 case "(($ac_try" in
19772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19773   *) ac_try_echo=$ac_try;;
19774 esac
19775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19776   (eval "$ac_compile") 2>conftest.er1
19777   ac_status=$?
19778   grep -v '^ *+' conftest.er1 >conftest.err
19779   rm -f conftest.er1
19780   cat conftest.err >&5
19781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19782   (exit $ac_status); } && {
19783          test -z "$ac_c_werror_flag" ||
19784          test ! -s conftest.err
19785        } && test -s conftest.$ac_objext; then
19786   ac_cv_member_sg_io_hdr_t_interface_id=yes
19787 else
19788   echo "$as_me: failed program was:" >&5
19789 sed 's/^/| /' conftest.$ac_ext >&5
19790
19791         cat >conftest.$ac_ext <<_ACEOF
19792 /* confdefs.h.  */
19793 _ACEOF
19794 cat confdefs.h >>conftest.$ac_ext
19795 cat >>conftest.$ac_ext <<_ACEOF
19796 /* end confdefs.h.  */
19797 #include <sys/types.h>
19798 #ifdef HAVE_SCSI_SG_H
19799 #include <scsi/sg.h>
19800 #endif
19801
19802 int
19803 main ()
19804 {
19805 static sg_io_hdr_t ac_aggr;
19806 if (sizeof ac_aggr.interface_id)
19807 return 0;
19808   ;
19809   return 0;
19810 }
19811 _ACEOF
19812 rm -f conftest.$ac_objext
19813 if { (ac_try="$ac_compile"
19814 case "(($ac_try" in
19815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19816   *) ac_try_echo=$ac_try;;
19817 esac
19818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19819   (eval "$ac_compile") 2>conftest.er1
19820   ac_status=$?
19821   grep -v '^ *+' conftest.er1 >conftest.err
19822   rm -f conftest.er1
19823   cat conftest.err >&5
19824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825   (exit $ac_status); } && {
19826          test -z "$ac_c_werror_flag" ||
19827          test ! -s conftest.err
19828        } && test -s conftest.$ac_objext; then
19829   ac_cv_member_sg_io_hdr_t_interface_id=yes
19830 else
19831   echo "$as_me: failed program was:" >&5
19832 sed 's/^/| /' conftest.$ac_ext >&5
19833
19834         ac_cv_member_sg_io_hdr_t_interface_id=no
19835 fi
19836
19837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19838 fi
19839
19840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19841 fi
19842 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
19843 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
19844 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
19845
19846 cat >>confdefs.h <<_ACEOF
19847 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
19848 _ACEOF
19849
19850
19851 fi
19852
19853
19854 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
19855 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
19856 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
19857   echo $ECHO_N "(cached) $ECHO_C" >&6
19858 else
19859   cat >conftest.$ac_ext <<_ACEOF
19860 /* confdefs.h.  */
19861 _ACEOF
19862 cat confdefs.h >>conftest.$ac_ext
19863 cat >>conftest.$ac_ext <<_ACEOF
19864 /* end confdefs.h.  */
19865 #include <signal.h>
19866
19867 int
19868 main ()
19869 {
19870 static siginfo_t ac_aggr;
19871 if (ac_aggr.si_fd)
19872 return 0;
19873   ;
19874   return 0;
19875 }
19876 _ACEOF
19877 rm -f conftest.$ac_objext
19878 if { (ac_try="$ac_compile"
19879 case "(($ac_try" in
19880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19881   *) ac_try_echo=$ac_try;;
19882 esac
19883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19884   (eval "$ac_compile") 2>conftest.er1
19885   ac_status=$?
19886   grep -v '^ *+' conftest.er1 >conftest.err
19887   rm -f conftest.er1
19888   cat conftest.err >&5
19889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19890   (exit $ac_status); } && {
19891          test -z "$ac_c_werror_flag" ||
19892          test ! -s conftest.err
19893        } && test -s conftest.$ac_objext; then
19894   ac_cv_member_siginfo_t_si_fd=yes
19895 else
19896   echo "$as_me: failed program was:" >&5
19897 sed 's/^/| /' conftest.$ac_ext >&5
19898
19899         cat >conftest.$ac_ext <<_ACEOF
19900 /* confdefs.h.  */
19901 _ACEOF
19902 cat confdefs.h >>conftest.$ac_ext
19903 cat >>conftest.$ac_ext <<_ACEOF
19904 /* end confdefs.h.  */
19905 #include <signal.h>
19906
19907 int
19908 main ()
19909 {
19910 static siginfo_t ac_aggr;
19911 if (sizeof ac_aggr.si_fd)
19912 return 0;
19913   ;
19914   return 0;
19915 }
19916 _ACEOF
19917 rm -f conftest.$ac_objext
19918 if { (ac_try="$ac_compile"
19919 case "(($ac_try" in
19920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19921   *) ac_try_echo=$ac_try;;
19922 esac
19923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19924   (eval "$ac_compile") 2>conftest.er1
19925   ac_status=$?
19926   grep -v '^ *+' conftest.er1 >conftest.err
19927   rm -f conftest.er1
19928   cat conftest.err >&5
19929   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19930   (exit $ac_status); } && {
19931          test -z "$ac_c_werror_flag" ||
19932          test ! -s conftest.err
19933        } && test -s conftest.$ac_objext; then
19934   ac_cv_member_siginfo_t_si_fd=yes
19935 else
19936   echo "$as_me: failed program was:" >&5
19937 sed 's/^/| /' conftest.$ac_ext >&5
19938
19939         ac_cv_member_siginfo_t_si_fd=no
19940 fi
19941
19942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19943 fi
19944
19945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19946 fi
19947 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
19948 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
19949 if test $ac_cv_member_siginfo_t_si_fd = yes; then
19950
19951 cat >>confdefs.h <<_ACEOF
19952 #define HAVE_SIGINFO_T_SI_FD 1
19953 _ACEOF
19954
19955
19956 fi
19957
19958
19959 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
19960 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
19961 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
19962   echo $ECHO_N "(cached) $ECHO_C" >&6
19963 else
19964   cat >conftest.$ac_ext <<_ACEOF
19965 /* confdefs.h.  */
19966 _ACEOF
19967 cat confdefs.h >>conftest.$ac_ext
19968 cat >>conftest.$ac_ext <<_ACEOF
19969 /* end confdefs.h.  */
19970 #include <sys/types.h>
19971 #ifdef HAVE_SYS_MTIO_H
19972 #include <sys/mtio.h>
19973 #endif
19974
19975 int
19976 main ()
19977 {
19978 static struct mtget ac_aggr;
19979 if (ac_aggr.mt_blksiz)
19980 return 0;
19981   ;
19982   return 0;
19983 }
19984 _ACEOF
19985 rm -f conftest.$ac_objext
19986 if { (ac_try="$ac_compile"
19987 case "(($ac_try" in
19988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19989   *) ac_try_echo=$ac_try;;
19990 esac
19991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19992   (eval "$ac_compile") 2>conftest.er1
19993   ac_status=$?
19994   grep -v '^ *+' conftest.er1 >conftest.err
19995   rm -f conftest.er1
19996   cat conftest.err >&5
19997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998   (exit $ac_status); } && {
19999          test -z "$ac_c_werror_flag" ||
20000          test ! -s conftest.err
20001        } && test -s conftest.$ac_objext; then
20002   ac_cv_member_struct_mtget_mt_blksiz=yes
20003 else
20004   echo "$as_me: failed program was:" >&5
20005 sed 's/^/| /' conftest.$ac_ext >&5
20006
20007         cat >conftest.$ac_ext <<_ACEOF
20008 /* confdefs.h.  */
20009 _ACEOF
20010 cat confdefs.h >>conftest.$ac_ext
20011 cat >>conftest.$ac_ext <<_ACEOF
20012 /* end confdefs.h.  */
20013 #include <sys/types.h>
20014 #ifdef HAVE_SYS_MTIO_H
20015 #include <sys/mtio.h>
20016 #endif
20017
20018 int
20019 main ()
20020 {
20021 static struct mtget ac_aggr;
20022 if (sizeof ac_aggr.mt_blksiz)
20023 return 0;
20024   ;
20025   return 0;
20026 }
20027 _ACEOF
20028 rm -f conftest.$ac_objext
20029 if { (ac_try="$ac_compile"
20030 case "(($ac_try" in
20031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20032   *) ac_try_echo=$ac_try;;
20033 esac
20034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20035   (eval "$ac_compile") 2>conftest.er1
20036   ac_status=$?
20037   grep -v '^ *+' conftest.er1 >conftest.err
20038   rm -f conftest.er1
20039   cat conftest.err >&5
20040   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20041   (exit $ac_status); } && {
20042          test -z "$ac_c_werror_flag" ||
20043          test ! -s conftest.err
20044        } && test -s conftest.$ac_objext; then
20045   ac_cv_member_struct_mtget_mt_blksiz=yes
20046 else
20047   echo "$as_me: failed program was:" >&5
20048 sed 's/^/| /' conftest.$ac_ext >&5
20049
20050         ac_cv_member_struct_mtget_mt_blksiz=no
20051 fi
20052
20053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20054 fi
20055
20056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20057 fi
20058 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20059 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20060 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20061
20062 cat >>confdefs.h <<_ACEOF
20063 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20064 _ACEOF
20065
20066
20067 fi
20068 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20069 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20070 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20071   echo $ECHO_N "(cached) $ECHO_C" >&6
20072 else
20073   cat >conftest.$ac_ext <<_ACEOF
20074 /* confdefs.h.  */
20075 _ACEOF
20076 cat confdefs.h >>conftest.$ac_ext
20077 cat >>conftest.$ac_ext <<_ACEOF
20078 /* end confdefs.h.  */
20079 #include <sys/types.h>
20080 #ifdef HAVE_SYS_MTIO_H
20081 #include <sys/mtio.h>
20082 #endif
20083
20084 int
20085 main ()
20086 {
20087 static struct mtget ac_aggr;
20088 if (ac_aggr.mt_gstat)
20089 return 0;
20090   ;
20091   return 0;
20092 }
20093 _ACEOF
20094 rm -f conftest.$ac_objext
20095 if { (ac_try="$ac_compile"
20096 case "(($ac_try" in
20097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20098   *) ac_try_echo=$ac_try;;
20099 esac
20100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20101   (eval "$ac_compile") 2>conftest.er1
20102   ac_status=$?
20103   grep -v '^ *+' conftest.er1 >conftest.err
20104   rm -f conftest.er1
20105   cat conftest.err >&5
20106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20107   (exit $ac_status); } && {
20108          test -z "$ac_c_werror_flag" ||
20109          test ! -s conftest.err
20110        } && test -s conftest.$ac_objext; then
20111   ac_cv_member_struct_mtget_mt_gstat=yes
20112 else
20113   echo "$as_me: failed program was:" >&5
20114 sed 's/^/| /' conftest.$ac_ext >&5
20115
20116         cat >conftest.$ac_ext <<_ACEOF
20117 /* confdefs.h.  */
20118 _ACEOF
20119 cat confdefs.h >>conftest.$ac_ext
20120 cat >>conftest.$ac_ext <<_ACEOF
20121 /* end confdefs.h.  */
20122 #include <sys/types.h>
20123 #ifdef HAVE_SYS_MTIO_H
20124 #include <sys/mtio.h>
20125 #endif
20126
20127 int
20128 main ()
20129 {
20130 static struct mtget ac_aggr;
20131 if (sizeof ac_aggr.mt_gstat)
20132 return 0;
20133   ;
20134   return 0;
20135 }
20136 _ACEOF
20137 rm -f conftest.$ac_objext
20138 if { (ac_try="$ac_compile"
20139 case "(($ac_try" in
20140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20141   *) ac_try_echo=$ac_try;;
20142 esac
20143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20144   (eval "$ac_compile") 2>conftest.er1
20145   ac_status=$?
20146   grep -v '^ *+' conftest.er1 >conftest.err
20147   rm -f conftest.er1
20148   cat conftest.err >&5
20149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150   (exit $ac_status); } && {
20151          test -z "$ac_c_werror_flag" ||
20152          test ! -s conftest.err
20153        } && test -s conftest.$ac_objext; then
20154   ac_cv_member_struct_mtget_mt_gstat=yes
20155 else
20156   echo "$as_me: failed program was:" >&5
20157 sed 's/^/| /' conftest.$ac_ext >&5
20158
20159         ac_cv_member_struct_mtget_mt_gstat=no
20160 fi
20161
20162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20163 fi
20164
20165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20166 fi
20167 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20168 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20169 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20170
20171 cat >>confdefs.h <<_ACEOF
20172 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20173 _ACEOF
20174
20175
20176 fi
20177 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20178 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20179 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20180   echo $ECHO_N "(cached) $ECHO_C" >&6
20181 else
20182   cat >conftest.$ac_ext <<_ACEOF
20183 /* confdefs.h.  */
20184 _ACEOF
20185 cat confdefs.h >>conftest.$ac_ext
20186 cat >>conftest.$ac_ext <<_ACEOF
20187 /* end confdefs.h.  */
20188 #include <sys/types.h>
20189 #ifdef HAVE_SYS_MTIO_H
20190 #include <sys/mtio.h>
20191 #endif
20192
20193 int
20194 main ()
20195 {
20196 static struct mtget ac_aggr;
20197 if (ac_aggr.mt_blkno)
20198 return 0;
20199   ;
20200   return 0;
20201 }
20202 _ACEOF
20203 rm -f conftest.$ac_objext
20204 if { (ac_try="$ac_compile"
20205 case "(($ac_try" in
20206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20207   *) ac_try_echo=$ac_try;;
20208 esac
20209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20210   (eval "$ac_compile") 2>conftest.er1
20211   ac_status=$?
20212   grep -v '^ *+' conftest.er1 >conftest.err
20213   rm -f conftest.er1
20214   cat conftest.err >&5
20215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216   (exit $ac_status); } && {
20217          test -z "$ac_c_werror_flag" ||
20218          test ! -s conftest.err
20219        } && test -s conftest.$ac_objext; then
20220   ac_cv_member_struct_mtget_mt_blkno=yes
20221 else
20222   echo "$as_me: failed program was:" >&5
20223 sed 's/^/| /' conftest.$ac_ext >&5
20224
20225         cat >conftest.$ac_ext <<_ACEOF
20226 /* confdefs.h.  */
20227 _ACEOF
20228 cat confdefs.h >>conftest.$ac_ext
20229 cat >>conftest.$ac_ext <<_ACEOF
20230 /* end confdefs.h.  */
20231 #include <sys/types.h>
20232 #ifdef HAVE_SYS_MTIO_H
20233 #include <sys/mtio.h>
20234 #endif
20235
20236 int
20237 main ()
20238 {
20239 static struct mtget ac_aggr;
20240 if (sizeof ac_aggr.mt_blkno)
20241 return 0;
20242   ;
20243   return 0;
20244 }
20245 _ACEOF
20246 rm -f conftest.$ac_objext
20247 if { (ac_try="$ac_compile"
20248 case "(($ac_try" in
20249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20250   *) ac_try_echo=$ac_try;;
20251 esac
20252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20253   (eval "$ac_compile") 2>conftest.er1
20254   ac_status=$?
20255   grep -v '^ *+' conftest.er1 >conftest.err
20256   rm -f conftest.er1
20257   cat conftest.err >&5
20258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20259   (exit $ac_status); } && {
20260          test -z "$ac_c_werror_flag" ||
20261          test ! -s conftest.err
20262        } && test -s conftest.$ac_objext; then
20263   ac_cv_member_struct_mtget_mt_blkno=yes
20264 else
20265   echo "$as_me: failed program was:" >&5
20266 sed 's/^/| /' conftest.$ac_ext >&5
20267
20268         ac_cv_member_struct_mtget_mt_blkno=no
20269 fi
20270
20271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20272 fi
20273
20274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20275 fi
20276 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
20277 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
20278 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
20279
20280 cat >>confdefs.h <<_ACEOF
20281 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
20282 _ACEOF
20283
20284
20285 fi
20286
20287
20288 { echo "$as_me:$LINENO: checking for struct option.name" >&5
20289 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
20290 if test "${ac_cv_member_struct_option_name+set}" = set; then
20291   echo $ECHO_N "(cached) $ECHO_C" >&6
20292 else
20293   cat >conftest.$ac_ext <<_ACEOF
20294 /* confdefs.h.  */
20295 _ACEOF
20296 cat confdefs.h >>conftest.$ac_ext
20297 cat >>conftest.$ac_ext <<_ACEOF
20298 /* end confdefs.h.  */
20299 #ifdef HAVE_GETOPT_H
20300 #include <getopt.h>
20301 #endif
20302
20303 int
20304 main ()
20305 {
20306 static struct option ac_aggr;
20307 if (ac_aggr.name)
20308 return 0;
20309   ;
20310   return 0;
20311 }
20312 _ACEOF
20313 rm -f conftest.$ac_objext
20314 if { (ac_try="$ac_compile"
20315 case "(($ac_try" in
20316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20317   *) ac_try_echo=$ac_try;;
20318 esac
20319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20320   (eval "$ac_compile") 2>conftest.er1
20321   ac_status=$?
20322   grep -v '^ *+' conftest.er1 >conftest.err
20323   rm -f conftest.er1
20324   cat conftest.err >&5
20325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20326   (exit $ac_status); } && {
20327          test -z "$ac_c_werror_flag" ||
20328          test ! -s conftest.err
20329        } && test -s conftest.$ac_objext; then
20330   ac_cv_member_struct_option_name=yes
20331 else
20332   echo "$as_me: failed program was:" >&5
20333 sed 's/^/| /' conftest.$ac_ext >&5
20334
20335         cat >conftest.$ac_ext <<_ACEOF
20336 /* confdefs.h.  */
20337 _ACEOF
20338 cat confdefs.h >>conftest.$ac_ext
20339 cat >>conftest.$ac_ext <<_ACEOF
20340 /* end confdefs.h.  */
20341 #ifdef HAVE_GETOPT_H
20342 #include <getopt.h>
20343 #endif
20344
20345 int
20346 main ()
20347 {
20348 static struct option ac_aggr;
20349 if (sizeof ac_aggr.name)
20350 return 0;
20351   ;
20352   return 0;
20353 }
20354 _ACEOF
20355 rm -f conftest.$ac_objext
20356 if { (ac_try="$ac_compile"
20357 case "(($ac_try" in
20358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20359   *) ac_try_echo=$ac_try;;
20360 esac
20361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20362   (eval "$ac_compile") 2>conftest.er1
20363   ac_status=$?
20364   grep -v '^ *+' conftest.er1 >conftest.err
20365   rm -f conftest.er1
20366   cat conftest.err >&5
20367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20368   (exit $ac_status); } && {
20369          test -z "$ac_c_werror_flag" ||
20370          test ! -s conftest.err
20371        } && test -s conftest.$ac_objext; then
20372   ac_cv_member_struct_option_name=yes
20373 else
20374   echo "$as_me: failed program was:" >&5
20375 sed 's/^/| /' conftest.$ac_ext >&5
20376
20377         ac_cv_member_struct_option_name=no
20378 fi
20379
20380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20381 fi
20382
20383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20384 fi
20385 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
20386 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
20387 if test $ac_cv_member_struct_option_name = yes; then
20388
20389 cat >>confdefs.h <<_ACEOF
20390 #define HAVE_STRUCT_OPTION_NAME 1
20391 _ACEOF
20392
20393
20394 fi
20395
20396
20397 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
20398 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
20399 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
20400   echo $ECHO_N "(cached) $ECHO_C" >&6
20401 else
20402   cat >conftest.$ac_ext <<_ACEOF
20403 /* confdefs.h.  */
20404 _ACEOF
20405 cat confdefs.h >>conftest.$ac_ext
20406 cat >>conftest.$ac_ext <<_ACEOF
20407 /* end confdefs.h.  */
20408 $ac_includes_default
20409 int
20410 main ()
20411 {
20412 static struct stat ac_aggr;
20413 if (ac_aggr.st_blocks)
20414 return 0;
20415   ;
20416   return 0;
20417 }
20418 _ACEOF
20419 rm -f conftest.$ac_objext
20420 if { (ac_try="$ac_compile"
20421 case "(($ac_try" in
20422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20423   *) ac_try_echo=$ac_try;;
20424 esac
20425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20426   (eval "$ac_compile") 2>conftest.er1
20427   ac_status=$?
20428   grep -v '^ *+' conftest.er1 >conftest.err
20429   rm -f conftest.er1
20430   cat conftest.err >&5
20431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20432   (exit $ac_status); } && {
20433          test -z "$ac_c_werror_flag" ||
20434          test ! -s conftest.err
20435        } && test -s conftest.$ac_objext; then
20436   ac_cv_member_struct_stat_st_blocks=yes
20437 else
20438   echo "$as_me: failed program was:" >&5
20439 sed 's/^/| /' conftest.$ac_ext >&5
20440
20441         cat >conftest.$ac_ext <<_ACEOF
20442 /* confdefs.h.  */
20443 _ACEOF
20444 cat confdefs.h >>conftest.$ac_ext
20445 cat >>conftest.$ac_ext <<_ACEOF
20446 /* end confdefs.h.  */
20447 $ac_includes_default
20448 int
20449 main ()
20450 {
20451 static struct stat ac_aggr;
20452 if (sizeof ac_aggr.st_blocks)
20453 return 0;
20454   ;
20455   return 0;
20456 }
20457 _ACEOF
20458 rm -f conftest.$ac_objext
20459 if { (ac_try="$ac_compile"
20460 case "(($ac_try" in
20461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20462   *) ac_try_echo=$ac_try;;
20463 esac
20464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20465   (eval "$ac_compile") 2>conftest.er1
20466   ac_status=$?
20467   grep -v '^ *+' conftest.er1 >conftest.err
20468   rm -f conftest.er1
20469   cat conftest.err >&5
20470   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20471   (exit $ac_status); } && {
20472          test -z "$ac_c_werror_flag" ||
20473          test ! -s conftest.err
20474        } && test -s conftest.$ac_objext; then
20475   ac_cv_member_struct_stat_st_blocks=yes
20476 else
20477   echo "$as_me: failed program was:" >&5
20478 sed 's/^/| /' conftest.$ac_ext >&5
20479
20480         ac_cv_member_struct_stat_st_blocks=no
20481 fi
20482
20483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20484 fi
20485
20486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20487 fi
20488 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
20489 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
20490 if test $ac_cv_member_struct_stat_st_blocks = yes; then
20491
20492 cat >>confdefs.h <<_ACEOF
20493 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
20494 _ACEOF
20495
20496
20497 fi
20498
20499
20500 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
20501 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
20502 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
20503   echo $ECHO_N "(cached) $ECHO_C" >&6
20504 else
20505   cat >conftest.$ac_ext <<_ACEOF
20506 /* confdefs.h.  */
20507 _ACEOF
20508 cat confdefs.h >>conftest.$ac_ext
20509 cat >>conftest.$ac_ext <<_ACEOF
20510 /* end confdefs.h.  */
20511 #ifdef HAVE_SYS_TYPES_H
20512 #include <sys/types.h>
20513 #endif
20514 #ifdef HAVE_NETINET_IN_H
20515 #include <netinet/in.h>
20516 #endif
20517
20518 int
20519 main ()
20520 {
20521 static struct sockaddr_in6 ac_aggr;
20522 if (ac_aggr.sin6_scope_id)
20523 return 0;
20524   ;
20525   return 0;
20526 }
20527 _ACEOF
20528 rm -f conftest.$ac_objext
20529 if { (ac_try="$ac_compile"
20530 case "(($ac_try" in
20531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20532   *) ac_try_echo=$ac_try;;
20533 esac
20534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20535   (eval "$ac_compile") 2>conftest.er1
20536   ac_status=$?
20537   grep -v '^ *+' conftest.er1 >conftest.err
20538   rm -f conftest.er1
20539   cat conftest.err >&5
20540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541   (exit $ac_status); } && {
20542          test -z "$ac_c_werror_flag" ||
20543          test ! -s conftest.err
20544        } && test -s conftest.$ac_objext; then
20545   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
20546 else
20547   echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.$ac_ext >&5
20549
20550         cat >conftest.$ac_ext <<_ACEOF
20551 /* confdefs.h.  */
20552 _ACEOF
20553 cat confdefs.h >>conftest.$ac_ext
20554 cat >>conftest.$ac_ext <<_ACEOF
20555 /* end confdefs.h.  */
20556 #ifdef HAVE_SYS_TYPES_H
20557 #include <sys/types.h>
20558 #endif
20559 #ifdef HAVE_NETINET_IN_H
20560 #include <netinet/in.h>
20561 #endif
20562
20563 int
20564 main ()
20565 {
20566 static struct sockaddr_in6 ac_aggr;
20567 if (sizeof ac_aggr.sin6_scope_id)
20568 return 0;
20569   ;
20570   return 0;
20571 }
20572 _ACEOF
20573 rm -f conftest.$ac_objext
20574 if { (ac_try="$ac_compile"
20575 case "(($ac_try" in
20576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20577   *) ac_try_echo=$ac_try;;
20578 esac
20579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20580   (eval "$ac_compile") 2>conftest.er1
20581   ac_status=$?
20582   grep -v '^ *+' conftest.er1 >conftest.err
20583   rm -f conftest.er1
20584   cat conftest.err >&5
20585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20586   (exit $ac_status); } && {
20587          test -z "$ac_c_werror_flag" ||
20588          test ! -s conftest.err
20589        } && test -s conftest.$ac_objext; then
20590   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
20591 else
20592   echo "$as_me: failed program was:" >&5
20593 sed 's/^/| /' conftest.$ac_ext >&5
20594
20595         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
20596 fi
20597
20598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20599 fi
20600
20601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20602 fi
20603 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
20604 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
20605 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
20606
20607 cat >>confdefs.h <<_ACEOF
20608 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
20609 _ACEOF
20610
20611
20612 fi
20613
20614
20615 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
20616 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
20617 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
20618   echo $ECHO_N "(cached) $ECHO_C" >&6
20619 else
20620   cat >conftest.$ac_ext <<_ACEOF
20621 /* confdefs.h.  */
20622 _ACEOF
20623 cat confdefs.h >>conftest.$ac_ext
20624 cat >>conftest.$ac_ext <<_ACEOF
20625 /* end confdefs.h.  */
20626 #ifdef HAVE_SYS_TYPES_H
20627 #include <sys/types.h>
20628 #endif
20629 #ifdef HAVE_NETINET_IN_H
20630 # include <netinet/in.h>
20631 #endif
20632 #ifdef HAVE_ARPA_NAMESER_H
20633 # include <arpa/nameser.h>
20634 #endif
20635
20636 int
20637 main ()
20638 {
20639 static ns_msg ac_aggr;
20640 if (ac_aggr._msg_ptr)
20641 return 0;
20642   ;
20643   return 0;
20644 }
20645 _ACEOF
20646 rm -f conftest.$ac_objext
20647 if { (ac_try="$ac_compile"
20648 case "(($ac_try" in
20649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20650   *) ac_try_echo=$ac_try;;
20651 esac
20652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20653   (eval "$ac_compile") 2>conftest.er1
20654   ac_status=$?
20655   grep -v '^ *+' conftest.er1 >conftest.err
20656   rm -f conftest.er1
20657   cat conftest.err >&5
20658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20659   (exit $ac_status); } && {
20660          test -z "$ac_c_werror_flag" ||
20661          test ! -s conftest.err
20662        } && test -s conftest.$ac_objext; then
20663   ac_cv_member_ns_msg__msg_ptr=yes
20664 else
20665   echo "$as_me: failed program was:" >&5
20666 sed 's/^/| /' conftest.$ac_ext >&5
20667
20668         cat >conftest.$ac_ext <<_ACEOF
20669 /* confdefs.h.  */
20670 _ACEOF
20671 cat confdefs.h >>conftest.$ac_ext
20672 cat >>conftest.$ac_ext <<_ACEOF
20673 /* end confdefs.h.  */
20674 #ifdef HAVE_SYS_TYPES_H
20675 #include <sys/types.h>
20676 #endif
20677 #ifdef HAVE_NETINET_IN_H
20678 # include <netinet/in.h>
20679 #endif
20680 #ifdef HAVE_ARPA_NAMESER_H
20681 # include <arpa/nameser.h>
20682 #endif
20683
20684 int
20685 main ()
20686 {
20687 static ns_msg ac_aggr;
20688 if (sizeof ac_aggr._msg_ptr)
20689 return 0;
20690   ;
20691   return 0;
20692 }
20693 _ACEOF
20694 rm -f conftest.$ac_objext
20695 if { (ac_try="$ac_compile"
20696 case "(($ac_try" in
20697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20698   *) ac_try_echo=$ac_try;;
20699 esac
20700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20701   (eval "$ac_compile") 2>conftest.er1
20702   ac_status=$?
20703   grep -v '^ *+' conftest.er1 >conftest.err
20704   rm -f conftest.er1
20705   cat conftest.err >&5
20706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20707   (exit $ac_status); } && {
20708          test -z "$ac_c_werror_flag" ||
20709          test ! -s conftest.err
20710        } && test -s conftest.$ac_objext; then
20711   ac_cv_member_ns_msg__msg_ptr=yes
20712 else
20713   echo "$as_me: failed program was:" >&5
20714 sed 's/^/| /' conftest.$ac_ext >&5
20715
20716         ac_cv_member_ns_msg__msg_ptr=no
20717 fi
20718
20719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20720 fi
20721
20722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20723 fi
20724 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
20725 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
20726 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
20727
20728 cat >>confdefs.h <<_ACEOF
20729 #define HAVE_NS_MSG__MSG_PTR 1
20730 _ACEOF
20731
20732
20733 fi
20734
20735
20736 { echo "$as_me:$LINENO: checking for timezone variable" >&5
20737 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
20738 if test "${ac_cv_have_timezone+set}" = set; then
20739   echo $ECHO_N "(cached) $ECHO_C" >&6
20740 else
20741   cat >conftest.$ac_ext <<_ACEOF
20742 /* confdefs.h.  */
20743 _ACEOF
20744 cat confdefs.h >>conftest.$ac_ext
20745 cat >>conftest.$ac_ext <<_ACEOF
20746 /* end confdefs.h.  */
20747 #include <time.h>
20748 int
20749 main ()
20750 {
20751 timezone = 1
20752   ;
20753   return 0;
20754 }
20755 _ACEOF
20756 rm -f conftest.$ac_objext conftest$ac_exeext
20757 if { (ac_try="$ac_link"
20758 case "(($ac_try" in
20759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20760   *) ac_try_echo=$ac_try;;
20761 esac
20762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20763   (eval "$ac_link") 2>conftest.er1
20764   ac_status=$?
20765   grep -v '^ *+' conftest.er1 >conftest.err
20766   rm -f conftest.er1
20767   cat conftest.err >&5
20768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20769   (exit $ac_status); } && {
20770          test -z "$ac_c_werror_flag" ||
20771          test ! -s conftest.err
20772        } && test -s conftest$ac_exeext &&
20773        $as_test_x conftest$ac_exeext; then
20774   ac_cv_have_timezone="yes"
20775 else
20776   echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.$ac_ext >&5
20778
20779         ac_cv_have_timezone="no"
20780 fi
20781
20782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20783       conftest$ac_exeext conftest.$ac_ext
20784 fi
20785 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
20786 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
20787 if test "$ac_cv_have_timezone" = "yes"
20788 then
20789
20790 cat >>confdefs.h <<\_ACEOF
20791 #define HAVE_TIMEZONE 1
20792 _ACEOF
20793
20794 fi
20795 { echo "$as_me:$LINENO: checking for daylight variable" >&5
20796 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
20797 if test "${ac_cv_have_daylight+set}" = set; then
20798   echo $ECHO_N "(cached) $ECHO_C" >&6
20799 else
20800   cat >conftest.$ac_ext <<_ACEOF
20801 /* confdefs.h.  */
20802 _ACEOF
20803 cat confdefs.h >>conftest.$ac_ext
20804 cat >>conftest.$ac_ext <<_ACEOF
20805 /* end confdefs.h.  */
20806 #include <time.h>
20807 int
20808 main ()
20809 {
20810 daylight = 1
20811   ;
20812   return 0;
20813 }
20814 _ACEOF
20815 rm -f conftest.$ac_objext conftest$ac_exeext
20816 if { (ac_try="$ac_link"
20817 case "(($ac_try" in
20818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20819   *) ac_try_echo=$ac_try;;
20820 esac
20821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20822   (eval "$ac_link") 2>conftest.er1
20823   ac_status=$?
20824   grep -v '^ *+' conftest.er1 >conftest.err
20825   rm -f conftest.er1
20826   cat conftest.err >&5
20827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20828   (exit $ac_status); } && {
20829          test -z "$ac_c_werror_flag" ||
20830          test ! -s conftest.err
20831        } && test -s conftest$ac_exeext &&
20832        $as_test_x conftest$ac_exeext; then
20833   ac_cv_have_daylight="yes"
20834 else
20835   echo "$as_me: failed program was:" >&5
20836 sed 's/^/| /' conftest.$ac_ext >&5
20837
20838         ac_cv_have_daylight="no"
20839 fi
20840
20841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20842       conftest$ac_exeext conftest.$ac_ext
20843 fi
20844 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
20845 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
20846 if test "$ac_cv_have_daylight" = "yes"
20847 then
20848
20849 cat >>confdefs.h <<\_ACEOF
20850 #define HAVE_DAYLIGHT 1
20851 _ACEOF
20852
20853 fi
20854
20855
20856 case $host_cpu in
20857   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
20858 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
20859 if test "${ac_cv_cpp_def___i386__+set}" = set; then
20860   echo $ECHO_N "(cached) $ECHO_C" >&6
20861 else
20862   cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h.  */
20864 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF
20867 /* end confdefs.h.  */
20868 #ifndef __i386__
20869 yes
20870 #endif
20871 _ACEOF
20872 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20873   $EGREP "yes" >/dev/null 2>&1; then
20874   ac_cv_cpp_def___i386__=yes
20875 else
20876   ac_cv_cpp_def___i386__=no
20877 fi
20878 rm -f conftest*
20879
20880 fi
20881 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
20882 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
20883 if test $ac_cv_cpp_def___i386__ = yes; then
20884   CFLAGS="$CFLAGS -D__i386__"
20885   LINTFLAGS="$LINTFLAGS -D__i386__"
20886 fi
20887  ;;
20888   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
20889 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
20890 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
20891   echo $ECHO_N "(cached) $ECHO_C" >&6
20892 else
20893   cat >conftest.$ac_ext <<_ACEOF
20894 /* confdefs.h.  */
20895 _ACEOF
20896 cat confdefs.h >>conftest.$ac_ext
20897 cat >>conftest.$ac_ext <<_ACEOF
20898 /* end confdefs.h.  */
20899 #ifndef __x86_64__
20900 yes
20901 #endif
20902 _ACEOF
20903 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20904   $EGREP "yes" >/dev/null 2>&1; then
20905   ac_cv_cpp_def___x86_64__=yes
20906 else
20907   ac_cv_cpp_def___x86_64__=no
20908 fi
20909 rm -f conftest*
20910
20911 fi
20912 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
20913 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
20914 if test $ac_cv_cpp_def___x86_64__ = yes; then
20915   CFLAGS="$CFLAGS -D__x86_64__"
20916   LINTFLAGS="$LINTFLAGS -D__x86_64__"
20917 fi
20918  ;;
20919   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
20920 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
20921 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
20922   echo $ECHO_N "(cached) $ECHO_C" >&6
20923 else
20924   cat >conftest.$ac_ext <<_ACEOF
20925 /* confdefs.h.  */
20926 _ACEOF
20927 cat confdefs.h >>conftest.$ac_ext
20928 cat >>conftest.$ac_ext <<_ACEOF
20929 /* end confdefs.h.  */
20930 #ifndef __ALPHA__
20931 yes
20932 #endif
20933 _ACEOF
20934 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20935   $EGREP "yes" >/dev/null 2>&1; then
20936   ac_cv_cpp_def___ALPHA__=yes
20937 else
20938   ac_cv_cpp_def___ALPHA__=no
20939 fi
20940 rm -f conftest*
20941
20942 fi
20943 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
20944 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
20945 if test $ac_cv_cpp_def___ALPHA__ = yes; then
20946   CFLAGS="$CFLAGS -D__ALPHA__"
20947   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
20948 fi
20949  ;;
20950   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
20951 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
20952 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
20953   echo $ECHO_N "(cached) $ECHO_C" >&6
20954 else
20955   cat >conftest.$ac_ext <<_ACEOF
20956 /* confdefs.h.  */
20957 _ACEOF
20958 cat confdefs.h >>conftest.$ac_ext
20959 cat >>conftest.$ac_ext <<_ACEOF
20960 /* end confdefs.h.  */
20961 #ifndef __sparc__
20962 yes
20963 #endif
20964 _ACEOF
20965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20966   $EGREP "yes" >/dev/null 2>&1; then
20967   ac_cv_cpp_def___sparc__=yes
20968 else
20969   ac_cv_cpp_def___sparc__=no
20970 fi
20971 rm -f conftest*
20972
20973 fi
20974 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
20975 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
20976 if test $ac_cv_cpp_def___sparc__ = yes; then
20977   CFLAGS="$CFLAGS -D__sparc__"
20978   LINTFLAGS="$LINTFLAGS -D__sparc__"
20979 fi
20980  ;;
20981   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
20982 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
20983 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
20984   echo $ECHO_N "(cached) $ECHO_C" >&6
20985 else
20986   cat >conftest.$ac_ext <<_ACEOF
20987 /* confdefs.h.  */
20988 _ACEOF
20989 cat confdefs.h >>conftest.$ac_ext
20990 cat >>conftest.$ac_ext <<_ACEOF
20991 /* end confdefs.h.  */
20992 #ifndef __powerpc__
20993 yes
20994 #endif
20995 _ACEOF
20996 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20997   $EGREP "yes" >/dev/null 2>&1; then
20998   ac_cv_cpp_def___powerpc__=yes
20999 else
21000   ac_cv_cpp_def___powerpc__=no
21001 fi
21002 rm -f conftest*
21003
21004 fi
21005 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
21006 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
21007 if test $ac_cv_cpp_def___powerpc__ = yes; then
21008   CFLAGS="$CFLAGS -D__powerpc__"
21009   LINTFLAGS="$LINTFLAGS -D__powerpc__"
21010 fi
21011  ;;
21012 esac
21013
21014 case $host_vendor in
21015   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
21016 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
21017 if test "${ac_cv_cpp_def___sun__+set}" = set; then
21018   echo $ECHO_N "(cached) $ECHO_C" >&6
21019 else
21020   cat >conftest.$ac_ext <<_ACEOF
21021 /* confdefs.h.  */
21022 _ACEOF
21023 cat confdefs.h >>conftest.$ac_ext
21024 cat >>conftest.$ac_ext <<_ACEOF
21025 /* end confdefs.h.  */
21026 #ifndef __sun__
21027 yes
21028 #endif
21029 _ACEOF
21030 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21031   $EGREP "yes" >/dev/null 2>&1; then
21032   ac_cv_cpp_def___sun__=yes
21033 else
21034   ac_cv_cpp_def___sun__=no
21035 fi
21036 rm -f conftest*
21037
21038 fi
21039 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
21040 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
21041 if test $ac_cv_cpp_def___sun__ = yes; then
21042   CFLAGS="$CFLAGS -D__sun__"
21043   LINTFLAGS="$LINTFLAGS -D__sun__"
21044 fi
21045  ;;
21046 esac
21047
21048
21049 DEPENDENCIES="### Dependencies:
21050
21051 .INIT: Makefile
21052 .BEGIN: Makefile
21053 Makefile: dummy
21054         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
21055
21056 \$(OBJS): \$(IDL_GEN_HEADERS)
21057 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
21058 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
21059 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
21060
21061
21062
21063
21064
21065 ac_config_commands="$ac_config_commands include/stamp-h"
21066
21067
21068 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
21069
21070 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
21071
21072 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
21073
21074 ac_config_commands="$ac_config_commands dlls/user32/resources"
21075
21076 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
21077
21078 ac_config_commands="$ac_config_commands include/wine"
21079
21080
21081 MAKE_RULES=Make.rules
21082
21083
21084 MAKE_DLL_RULES=dlls/Makedll.rules
21085
21086
21087 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
21088
21089
21090 MAKE_TEST_RULES=dlls/Maketest.rules
21091
21092
21093 MAKE_PROG_RULES=programs/Makeprog.rules
21094
21095
21096 ac_config_files="$ac_config_files Make.rules"
21097
21098 ac_config_files="$ac_config_files dlls/Makedll.rules"
21099
21100 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
21101
21102 ac_config_files="$ac_config_files dlls/Maketest.rules"
21103
21104 ac_config_files="$ac_config_files programs/Makeprog.rules"
21105
21106 ac_config_files="$ac_config_files Makefile"
21107
21108 ac_config_files="$ac_config_files dlls/Makefile"
21109
21110 ac_config_files="$ac_config_files dlls/acledit/Makefile"
21111
21112 ac_config_files="$ac_config_files dlls/activeds/Makefile"
21113
21114 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
21115
21116 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
21117
21118 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
21119
21120 ac_config_files="$ac_config_files dlls/advpack/Makefile"
21121
21122 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
21123
21124 ac_config_files="$ac_config_files dlls/amstream/Makefile"
21125
21126 ac_config_files="$ac_config_files dlls/atl/Makefile"
21127
21128 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
21129
21130 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
21131
21132 ac_config_files="$ac_config_files dlls/browseui/Makefile"
21133
21134 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
21135
21136 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
21137
21138 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
21139
21140 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
21141
21142 ac_config_files="$ac_config_files dlls/cards/Makefile"
21143
21144 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
21145
21146 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
21147
21148 ac_config_files="$ac_config_files dlls/comcat/Makefile"
21149
21150 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
21151
21152 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
21153
21154 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
21155
21156 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
21157
21158 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
21159
21160 ac_config_files="$ac_config_files dlls/compstui/Makefile"
21161
21162 ac_config_files="$ac_config_files dlls/credui/Makefile"
21163
21164 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
21165
21166 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
21167
21168 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
21169
21170 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
21171
21172 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
21173
21174 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
21175
21176 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
21177
21178 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
21179
21180 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
21181
21182 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
21183
21184 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
21185
21186 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
21187
21188 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
21189
21190 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
21191
21192 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
21193
21194 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
21195
21196 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
21197
21198 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
21199
21200 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
21201
21202 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
21203
21204 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
21205
21206 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
21207
21208 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
21209
21210 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
21211
21212 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
21213
21214 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
21215
21216 ac_config_files="$ac_config_files dlls/devenum/Makefile"
21217
21218 ac_config_files="$ac_config_files dlls/dinput/Makefile"
21219
21220 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
21221
21222 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
21223
21224 ac_config_files="$ac_config_files dlls/dmband/Makefile"
21225
21226 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
21227
21228 ac_config_files="$ac_config_files dlls/dmime/Makefile"
21229
21230 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
21231
21232 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
21233
21234 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
21235
21236 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
21237
21238 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
21239
21240 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
21241
21242 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
21243
21244 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
21245
21246 ac_config_files="$ac_config_files dlls/dplay/Makefile"
21247
21248 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
21249
21250 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
21251
21252 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
21253
21254 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
21255
21256 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
21257
21258 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
21259
21260 ac_config_files="$ac_config_files dlls/dsound/Makefile"
21261
21262 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
21263
21264 ac_config_files="$ac_config_files dlls/dswave/Makefile"
21265
21266 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
21267
21268 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
21269
21270 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
21271
21272 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
21273
21274 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
21275
21276 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
21277
21278 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
21279
21280 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
21281
21282 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
21283
21284 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
21285
21286 ac_config_files="$ac_config_files dlls/glu32/Makefile"
21287
21288 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
21289
21290 ac_config_files="$ac_config_files dlls/hal/Makefile"
21291
21292 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
21293
21294 ac_config_files="$ac_config_files dlls/hid/Makefile"
21295
21296 ac_config_files="$ac_config_files dlls/hlink/Makefile"
21297
21298 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
21299
21300 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
21301
21302 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
21303
21304 ac_config_files="$ac_config_files dlls/icmp/Makefile"
21305
21306 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
21307
21308 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
21309
21310 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
21311
21312 ac_config_files="$ac_config_files dlls/imm32/Makefile"
21313
21314 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
21315
21316 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
21317
21318 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
21319
21320 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
21321
21322 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
21323
21324 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
21325
21326 ac_config_files="$ac_config_files dlls/inseng/Makefile"
21327
21328 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
21329
21330 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
21331
21332 ac_config_files="$ac_config_files dlls/itss/Makefile"
21333
21334 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
21335
21336 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
21337
21338 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
21339
21340 ac_config_files="$ac_config_files dlls/localspl/Makefile"
21341
21342 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
21343
21344 ac_config_files="$ac_config_files dlls/localui/Makefile"
21345
21346 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
21347
21348 ac_config_files="$ac_config_files dlls/lz32/Makefile"
21349
21350 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
21351
21352 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
21353
21354 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
21355
21356 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
21357
21358 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
21359
21360 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
21361
21362 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
21363
21364 ac_config_files="$ac_config_files dlls/midimap/Makefile"
21365
21366 ac_config_files="$ac_config_files dlls/mlang/Makefile"
21367
21368 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
21369
21370 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
21371
21372 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
21373
21374 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
21375
21376 ac_config_files="$ac_config_files dlls/mpr/Makefile"
21377
21378 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
21379
21380 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
21381
21382 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
21383
21384 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
21385
21386 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
21387
21388 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
21389
21390 ac_config_files="$ac_config_files dlls/mscms/Makefile"
21391
21392 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
21393
21394 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
21395
21396 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
21397
21398 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
21399
21400 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
21401
21402 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
21403
21404 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
21405
21406 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
21407
21408 ac_config_files="$ac_config_files dlls/msi/Makefile"
21409
21410 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
21411
21412 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
21413
21414 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
21415
21416 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
21417
21418 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
21419
21420 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
21421
21422 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
21423
21424 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
21425
21426 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
21427
21428 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
21429
21430 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
21431
21432 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
21433
21434 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
21435
21436 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
21437
21438 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
21439
21440 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
21441
21442 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
21443
21444 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
21445
21446 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
21447
21448 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
21449
21450 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
21451
21452 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
21453
21454 ac_config_files="$ac_config_files dlls/newdev/Makefile"
21455
21456 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
21457
21458 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
21459
21460 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
21461
21462 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
21463
21464 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
21465
21466 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
21467
21468 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
21469
21470 ac_config_files="$ac_config_files dlls/objsel/Makefile"
21471
21472 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
21473
21474 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
21475
21476 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
21477
21478 ac_config_files="$ac_config_files dlls/ole32/Makefile"
21479
21480 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
21481
21482 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
21483
21484 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
21485
21486 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
21487
21488 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
21489
21490 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
21491
21492 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
21493
21494 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
21495
21496 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
21497
21498 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
21499
21500 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
21501
21502 ac_config_files="$ac_config_files dlls/pdh/Makefile"
21503
21504 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
21505
21506 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
21507
21508 ac_config_files="$ac_config_files dlls/printui/Makefile"
21509
21510 ac_config_files="$ac_config_files dlls/propsys/Makefile"
21511
21512 ac_config_files="$ac_config_files dlls/psapi/Makefile"
21513
21514 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
21515
21516 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
21517
21518 ac_config_files="$ac_config_files dlls/qcap/Makefile"
21519
21520 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
21521
21522 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
21523
21524 ac_config_files="$ac_config_files dlls/quartz/Makefile"
21525
21526 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
21527
21528 ac_config_files="$ac_config_files dlls/query/Makefile"
21529
21530 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
21531
21532 ac_config_files="$ac_config_files dlls/resutils/Makefile"
21533
21534 ac_config_files="$ac_config_files dlls/riched20/Makefile"
21535
21536 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
21537
21538 ac_config_files="$ac_config_files dlls/riched32/Makefile"
21539
21540 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
21541
21542 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
21543
21544 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
21545
21546 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
21547
21548 ac_config_files="$ac_config_files dlls/rsabase/tests/Makefile"
21549
21550 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
21551
21552 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
21553
21554 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
21555
21556 ac_config_files="$ac_config_files dlls/schannel/Makefile"
21557
21558 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
21559
21560 ac_config_files="$ac_config_files dlls/secur32/Makefile"
21561
21562 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
21563
21564 ac_config_files="$ac_config_files dlls/security/Makefile"
21565
21566 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
21567
21568 ac_config_files="$ac_config_files dlls/serialui/Makefile"
21569
21570 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
21571
21572 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
21573
21574 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
21575
21576 ac_config_files="$ac_config_files dlls/sfc/Makefile"
21577
21578 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
21579
21580 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
21581
21582 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
21583
21584 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
21585
21586 ac_config_files="$ac_config_files dlls/shell32/Makefile"
21587
21588 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
21589
21590 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
21591
21592 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
21593
21594 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
21595
21596 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
21597
21598 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
21599
21600 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
21601
21602 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
21603
21604 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
21605
21606 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
21607
21608 ac_config_files="$ac_config_files dlls/sti/Makefile"
21609
21610 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
21611
21612 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
21613
21614 ac_config_files="$ac_config_files dlls/sxs/Makefile"
21615
21616 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
21617
21618 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
21619
21620 ac_config_files="$ac_config_files dlls/unicows/Makefile"
21621
21622 ac_config_files="$ac_config_files dlls/url/Makefile"
21623
21624 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
21625
21626 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
21627
21628 ac_config_files="$ac_config_files dlls/user32/Makefile"
21629
21630 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
21631
21632 ac_config_files="$ac_config_files dlls/userenv/Makefile"
21633
21634 ac_config_files="$ac_config_files dlls/usp10/Makefile"
21635
21636 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
21637
21638 ac_config_files="$ac_config_files dlls/uuid/Makefile"
21639
21640 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
21641
21642 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
21643
21644 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
21645
21646 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
21647
21648 ac_config_files="$ac_config_files dlls/version/Makefile"
21649
21650 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
21651
21652 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
21653
21654 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
21655
21656 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
21657
21658 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
21659
21660 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
21661
21662 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
21663
21664 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
21665
21666 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
21667
21668 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
21669
21670 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
21671
21672 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
21673
21674 ac_config_files="$ac_config_files dlls/winedos/Makefile"
21675
21676 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
21677
21678 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
21679
21680 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
21681
21682 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
21683
21684 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
21685
21686 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
21687
21688 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
21689
21690 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
21691
21692 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
21693
21694 ac_config_files="$ac_config_files dlls/wing32/Makefile"
21695
21696 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
21697
21698 ac_config_files="$ac_config_files dlls/wininet/Makefile"
21699
21700 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
21701
21702 ac_config_files="$ac_config_files dlls/winmm/Makefile"
21703
21704 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
21705
21706 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
21707
21708 ac_config_files="$ac_config_files dlls/winscard/Makefile"
21709
21710 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
21711
21712 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
21713
21714 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
21715
21716 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
21717
21718 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
21719
21720 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
21721
21722 ac_config_files="$ac_config_files dlls/wmi/Makefile"
21723
21724 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
21725
21726 ac_config_files="$ac_config_files dlls/wow32/Makefile"
21727
21728 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
21729
21730 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
21731
21732 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
21733
21734 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
21735
21736 ac_config_files="$ac_config_files documentation/Makefile"
21737
21738 ac_config_files="$ac_config_files fonts/Makefile"
21739
21740 ac_config_files="$ac_config_files include/Makefile"
21741
21742 ac_config_files="$ac_config_files libs/Makefile"
21743
21744 ac_config_files="$ac_config_files libs/port/Makefile"
21745
21746 ac_config_files="$ac_config_files libs/wine/Makefile"
21747
21748 ac_config_files="$ac_config_files libs/wpp/Makefile"
21749
21750 ac_config_files="$ac_config_files loader/Makefile"
21751
21752 ac_config_files="$ac_config_files programs/Makefile"
21753
21754 ac_config_files="$ac_config_files programs/clock/Makefile"
21755
21756 ac_config_files="$ac_config_files programs/cmd/Makefile"
21757
21758 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
21759
21760 ac_config_files="$ac_config_files programs/control/Makefile"
21761
21762 ac_config_files="$ac_config_files programs/eject/Makefile"
21763
21764 ac_config_files="$ac_config_files programs/expand/Makefile"
21765
21766 ac_config_files="$ac_config_files programs/explorer/Makefile"
21767
21768 ac_config_files="$ac_config_files programs/hh/Makefile"
21769
21770 ac_config_files="$ac_config_files programs/icinfo/Makefile"
21771
21772 ac_config_files="$ac_config_files programs/iexplore/Makefile"
21773
21774 ac_config_files="$ac_config_files programs/msiexec/Makefile"
21775
21776 ac_config_files="$ac_config_files programs/net/Makefile"
21777
21778 ac_config_files="$ac_config_files programs/notepad/Makefile"
21779
21780 ac_config_files="$ac_config_files programs/oleview/Makefile"
21781
21782 ac_config_files="$ac_config_files programs/progman/Makefile"
21783
21784 ac_config_files="$ac_config_files programs/regedit/Makefile"
21785
21786 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
21787
21788 ac_config_files="$ac_config_files programs/rpcss/Makefile"
21789
21790 ac_config_files="$ac_config_files programs/rundll32/Makefile"
21791
21792 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
21793
21794 ac_config_files="$ac_config_files programs/start/Makefile"
21795
21796 ac_config_files="$ac_config_files programs/svchost/Makefile"
21797
21798 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
21799
21800 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
21801
21802 ac_config_files="$ac_config_files programs/view/Makefile"
21803
21804 ac_config_files="$ac_config_files programs/wineboot/Makefile"
21805
21806 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
21807
21808 ac_config_files="$ac_config_files programs/winecfg/Makefile"
21809
21810 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
21811
21812 ac_config_files="$ac_config_files programs/winedbg/Makefile"
21813
21814 ac_config_files="$ac_config_files programs/winedevice/Makefile"
21815
21816 ac_config_files="$ac_config_files programs/winefile/Makefile"
21817
21818 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
21819
21820 ac_config_files="$ac_config_files programs/winemine/Makefile"
21821
21822 ac_config_files="$ac_config_files programs/winepath/Makefile"
21823
21824 ac_config_files="$ac_config_files programs/winetest/Makefile"
21825
21826 ac_config_files="$ac_config_files programs/winevdm/Makefile"
21827
21828 ac_config_files="$ac_config_files programs/winhelp/Makefile"
21829
21830 ac_config_files="$ac_config_files programs/winver/Makefile"
21831
21832 ac_config_files="$ac_config_files programs/wordpad/Makefile"
21833
21834 ac_config_files="$ac_config_files programs/write/Makefile"
21835
21836 ac_config_files="$ac_config_files programs/xcopy/Makefile"
21837
21838 ac_config_files="$ac_config_files server/Makefile"
21839
21840 ac_config_files="$ac_config_files tools/Makefile"
21841
21842 ac_config_files="$ac_config_files tools/widl/Makefile"
21843
21844 ac_config_files="$ac_config_files tools/winebuild/Makefile"
21845
21846 ac_config_files="$ac_config_files tools/winedump/Makefile"
21847
21848 ac_config_files="$ac_config_files tools/winegcc/Makefile"
21849
21850 ac_config_files="$ac_config_files tools/wmc/Makefile"
21851
21852 ac_config_files="$ac_config_files tools/wrc/Makefile"
21853
21854
21855 cat >confcache <<\_ACEOF
21856 # This file is a shell script that caches the results of configure
21857 # tests run on this system so they can be shared between configure
21858 # scripts and configure runs, see configure's option --config-cache.
21859 # It is not useful on other systems.  If it contains results you don't
21860 # want to keep, you may remove or edit it.
21861 #
21862 # config.status only pays attention to the cache file if you give it
21863 # the --recheck option to rerun configure.
21864 #
21865 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21866 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21867 # following values.
21868
21869 _ACEOF
21870
21871 # The following way of writing the cache mishandles newlines in values,
21872 # but we know of no workaround that is simple, portable, and efficient.
21873 # So, we kill variables containing newlines.
21874 # Ultrix sh set writes to stderr and can't be redirected directly,
21875 # and sets the high bit in the cache file unless we assign to the vars.
21876 (
21877   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21878     eval ac_val=\$$ac_var
21879     case $ac_val in #(
21880     *${as_nl}*)
21881       case $ac_var in #(
21882       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
21883 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
21884       esac
21885       case $ac_var in #(
21886       _ | IFS | as_nl) ;; #(
21887       *) $as_unset $ac_var ;;
21888       esac ;;
21889     esac
21890   done
21891
21892   (set) 2>&1 |
21893     case $as_nl`(ac_space=' '; set) 2>&1` in #(
21894     *${as_nl}ac_space=\ *)
21895       # `set' does not quote correctly, so add quotes (double-quote
21896       # substitution turns \\\\ into \\, and sed turns \\ into \).
21897       sed -n \
21898         "s/'/'\\\\''/g;
21899           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21900       ;; #(
21901     *)
21902       # `set' quotes correctly as required by POSIX, so do not add quotes.
21903       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21904       ;;
21905     esac |
21906     sort
21907 ) |
21908   sed '
21909      /^ac_cv_env_/b end
21910      t clear
21911      :clear
21912      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21913      t end
21914      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21915      :end' >>confcache
21916 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21917   if test -w "$cache_file"; then
21918     test "x$cache_file" != "x/dev/null" &&
21919       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
21920 echo "$as_me: updating cache $cache_file" >&6;}
21921     cat confcache >$cache_file
21922   else
21923     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
21924 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21925   fi
21926 fi
21927 rm -f confcache
21928
21929 test "x$prefix" = xNONE && prefix=$ac_default_prefix
21930 # Let make expand exec_prefix.
21931 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21932
21933 DEFS=-DHAVE_CONFIG_H
21934
21935 ac_libobjs=
21936 ac_ltlibobjs=
21937 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21938   # 1. Remove the extension, and $U if already installed.
21939   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21940   ac_i=`echo "$ac_i" | sed "$ac_script"`
21941   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
21942   #    will be set to the directory where LIBOBJS objects are built.
21943   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21944   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
21945 done
21946 LIBOBJS=$ac_libobjs
21947
21948 LTLIBOBJS=$ac_ltlibobjs
21949
21950
21951
21952 : ${CONFIG_STATUS=./config.status}
21953 ac_clean_files_save=$ac_clean_files
21954 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
21955 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
21956 echo "$as_me: creating $CONFIG_STATUS" >&6;}
21957 cat >$CONFIG_STATUS <<_ACEOF
21958 #! $SHELL
21959 # Generated by $as_me.
21960 # Run this file to recreate the current configuration.
21961 # Compiler output produced by configure, useful for debugging
21962 # configure, is in config.log if it exists.
21963
21964 debug=false
21965 ac_cs_recheck=false
21966 ac_cs_silent=false
21967 SHELL=\${CONFIG_SHELL-$SHELL}
21968 _ACEOF
21969
21970 cat >>$CONFIG_STATUS <<\_ACEOF
21971 ## --------------------- ##
21972 ## M4sh Initialization.  ##
21973 ## --------------------- ##
21974
21975 # Be more Bourne compatible
21976 DUALCASE=1; export DUALCASE # for MKS sh
21977 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21978   emulate sh
21979   NULLCMD=:
21980   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21981   # is contrary to our usage.  Disable this feature.
21982   alias -g '${1+"$@"}'='"$@"'
21983   setopt NO_GLOB_SUBST
21984 else
21985   case `(set -o) 2>/dev/null` in
21986   *posix*) set -o posix ;;
21987 esac
21988
21989 fi
21990
21991
21992
21993
21994 # PATH needs CR
21995 # Avoid depending upon Character Ranges.
21996 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21997 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21998 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21999 as_cr_digits='0123456789'
22000 as_cr_alnum=$as_cr_Letters$as_cr_digits
22001
22002 # The user is always right.
22003 if test "${PATH_SEPARATOR+set}" != set; then
22004   echo "#! /bin/sh" >conf$$.sh
22005   echo  "exit 0"   >>conf$$.sh
22006   chmod +x conf$$.sh
22007   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
22008     PATH_SEPARATOR=';'
22009   else
22010     PATH_SEPARATOR=:
22011   fi
22012   rm -f conf$$.sh
22013 fi
22014
22015 # Support unset when possible.
22016 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
22017   as_unset=unset
22018 else
22019   as_unset=false
22020 fi
22021
22022
22023 # IFS
22024 # We need space, tab and new line, in precisely that order.  Quoting is
22025 # there to prevent editors from complaining about space-tab.
22026 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
22027 # splitting by setting IFS to empty value.)
22028 as_nl='
22029 '
22030 IFS=" ""        $as_nl"
22031
22032 # Find who we are.  Look in the path if we contain no directory separator.
22033 case $0 in
22034   *[\\/]* ) as_myself=$0 ;;
22035   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22036 for as_dir in $PATH
22037 do
22038   IFS=$as_save_IFS
22039   test -z "$as_dir" && as_dir=.
22040   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
22041 done
22042 IFS=$as_save_IFS
22043
22044      ;;
22045 esac
22046 # We did not find ourselves, most probably we were run as `sh COMMAND'
22047 # in which case we are not to be found in the path.
22048 if test "x$as_myself" = x; then
22049   as_myself=$0
22050 fi
22051 if test ! -f "$as_myself"; then
22052   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
22053   { (exit 1); exit 1; }
22054 fi
22055
22056 # Work around bugs in pre-3.0 UWIN ksh.
22057 for as_var in ENV MAIL MAILPATH
22058 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
22059 done
22060 PS1='$ '
22061 PS2='> '
22062 PS4='+ '
22063
22064 # NLS nuisances.
22065 for as_var in \
22066   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
22067   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
22068   LC_TELEPHONE LC_TIME
22069 do
22070   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
22071     eval $as_var=C; export $as_var
22072   else
22073     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
22074   fi
22075 done
22076
22077 # Required to use basename.
22078 if expr a : '\(a\)' >/dev/null 2>&1 &&
22079    test "X`expr 00001 : '.*\(...\)'`" = X001; then
22080   as_expr=expr
22081 else
22082   as_expr=false
22083 fi
22084
22085 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
22086   as_basename=basename
22087 else
22088   as_basename=false
22089 fi
22090
22091
22092 # Name of the executable.
22093 as_me=`$as_basename -- "$0" ||
22094 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22095          X"$0" : 'X\(//\)$' \| \
22096          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
22097 echo X/"$0" |
22098     sed '/^.*\/\([^/][^/]*\)\/*$/{
22099             s//\1/
22100             q
22101           }
22102           /^X\/\(\/\/\)$/{
22103             s//\1/
22104             q
22105           }
22106           /^X\/\(\/\).*/{
22107             s//\1/
22108             q
22109           }
22110           s/.*/./; q'`
22111
22112 # CDPATH.
22113 $as_unset CDPATH
22114
22115
22116
22117   as_lineno_1=$LINENO
22118   as_lineno_2=$LINENO
22119   test "x$as_lineno_1" != "x$as_lineno_2" &&
22120   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
22121
22122   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
22123   # uniformly replaced by the line number.  The first 'sed' inserts a
22124   # line-number line after each line using $LINENO; the second 'sed'
22125   # does the real work.  The second script uses 'N' to pair each
22126   # line-number line with the line containing $LINENO, and appends
22127   # trailing '-' during substitution so that $LINENO is not a special
22128   # case at line end.
22129   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
22130   # scripts with optimization help from Paolo Bonzini.  Blame Lee
22131   # E. McMahon (1931-1989) for sed's syntax.  :-)
22132   sed -n '
22133     p
22134     /[$]LINENO/=
22135   ' <$as_myself |
22136     sed '
22137       s/[$]LINENO.*/&-/
22138       t lineno
22139       b
22140       :lineno
22141       N
22142       :loop
22143       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
22144       t loop
22145       s/-\n.*//
22146     ' >$as_me.lineno &&
22147   chmod +x "$as_me.lineno" ||
22148     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
22149    { (exit 1); exit 1; }; }
22150
22151   # Don't try to exec as it changes $[0], causing all sort of problems
22152   # (the dirname of $[0] is not the place where we might find the
22153   # original and so on.  Autoconf is especially sensitive to this).
22154   . "./$as_me.lineno"
22155   # Exit status is that of the last command.
22156   exit
22157 }
22158
22159
22160 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
22161   as_dirname=dirname
22162 else
22163   as_dirname=false
22164 fi
22165
22166 ECHO_C= ECHO_N= ECHO_T=
22167 case `echo -n x` in
22168 -n*)
22169   case `echo 'x\c'` in
22170   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
22171   *)   ECHO_C='\c';;
22172   esac;;
22173 *)
22174   ECHO_N='-n';;
22175 esac
22176
22177 if expr a : '\(a\)' >/dev/null 2>&1 &&
22178    test "X`expr 00001 : '.*\(...\)'`" = X001; then
22179   as_expr=expr
22180 else
22181   as_expr=false
22182 fi
22183
22184 rm -f conf$$ conf$$.exe conf$$.file
22185 if test -d conf$$.dir; then
22186   rm -f conf$$.dir/conf$$.file
22187 else
22188   rm -f conf$$.dir
22189   mkdir conf$$.dir
22190 fi
22191 echo >conf$$.file
22192 if ln -s conf$$.file conf$$ 2>/dev/null; then
22193   as_ln_s='ln -s'
22194   # ... but there are two gotchas:
22195   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22196   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22197   # In both cases, we have to default to `cp -p'.
22198   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22199     as_ln_s='cp -p'
22200 elif ln conf$$.file conf$$ 2>/dev/null; then
22201   as_ln_s=ln
22202 else
22203   as_ln_s='cp -p'
22204 fi
22205 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
22206 rmdir conf$$.dir 2>/dev/null
22207
22208 if mkdir -p . 2>/dev/null; then
22209   as_mkdir_p=:
22210 else
22211   test -d ./-p && rmdir ./-p
22212   as_mkdir_p=false
22213 fi
22214
22215 if test -x / >/dev/null 2>&1; then
22216   as_test_x='test -x'
22217 else
22218   if ls -dL / >/dev/null 2>&1; then
22219     as_ls_L_option=L
22220   else
22221     as_ls_L_option=
22222   fi
22223   as_test_x='
22224     eval sh -c '\''
22225       if test -d "$1"; then
22226         test -d "$1/.";
22227       else
22228         case $1 in
22229         -*)set "./$1";;
22230         esac;
22231         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
22232         ???[sx]*):;;*)false;;esac;fi
22233     '\'' sh
22234   '
22235 fi
22236 as_executable_p=$as_test_x
22237
22238 # Sed expression to map a string onto a valid CPP name.
22239 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22240
22241 # Sed expression to map a string onto a valid variable name.
22242 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22243
22244
22245 exec 6>&1
22246
22247 # Save the log message, to keep $[0] and so on meaningful, and to
22248 # report actual input values of CONFIG_FILES etc. instead of their
22249 # values after options handling.
22250 ac_log="
22251 This file was extended by Wine $as_me 0.9.53, which was
22252 generated by GNU Autoconf 2.61.  Invocation command line was
22253
22254   CONFIG_FILES    = $CONFIG_FILES
22255   CONFIG_HEADERS  = $CONFIG_HEADERS
22256   CONFIG_LINKS    = $CONFIG_LINKS
22257   CONFIG_COMMANDS = $CONFIG_COMMANDS
22258   $ $0 $@
22259
22260 on `(hostname || uname -n) 2>/dev/null | sed 1q`
22261 "
22262
22263 _ACEOF
22264
22265 cat >>$CONFIG_STATUS <<_ACEOF
22266 # Files that config.status was made for.
22267 config_files="$ac_config_files"
22268 config_headers="$ac_config_headers"
22269 config_commands="$ac_config_commands"
22270
22271 _ACEOF
22272
22273 cat >>$CONFIG_STATUS <<\_ACEOF
22274 ac_cs_usage="\
22275 \`$as_me' instantiates files from templates according to the
22276 current configuration.
22277
22278 Usage: $0 [OPTIONS] [FILE]...
22279
22280   -h, --help       print this help, then exit
22281   -V, --version    print version number and configuration settings, then exit
22282   -q, --quiet      do not print progress messages
22283   -d, --debug      don't remove temporary files
22284       --recheck    update $as_me by reconfiguring in the same conditions
22285   --file=FILE[:TEMPLATE]
22286                    instantiate the configuration file FILE
22287   --header=FILE[:TEMPLATE]
22288                    instantiate the configuration header FILE
22289
22290 Configuration files:
22291 $config_files
22292
22293 Configuration headers:
22294 $config_headers
22295
22296 Configuration commands:
22297 $config_commands
22298
22299 Report bugs to <bug-autoconf@gnu.org>."
22300
22301 _ACEOF
22302 cat >>$CONFIG_STATUS <<_ACEOF
22303 ac_cs_version="\\
22304 Wine config.status 0.9.53
22305 configured by $0, generated by GNU Autoconf 2.61,
22306   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22307
22308 Copyright (C) 2006 Free Software Foundation, Inc.
22309 This config.status script is free software; the Free Software Foundation
22310 gives unlimited permission to copy, distribute and modify it."
22311
22312 ac_pwd='$ac_pwd'
22313 srcdir='$srcdir'
22314 INSTALL='$INSTALL'
22315 _ACEOF
22316
22317 cat >>$CONFIG_STATUS <<\_ACEOF
22318 # If no file are specified by the user, then we need to provide default
22319 # value.  By we need to know if files were specified by the user.
22320 ac_need_defaults=:
22321 while test $# != 0
22322 do
22323   case $1 in
22324   --*=*)
22325     ac_option=`expr "X$1" : 'X\([^=]*\)='`
22326     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
22327     ac_shift=:
22328     ;;
22329   *)
22330     ac_option=$1
22331     ac_optarg=$2
22332     ac_shift=shift
22333     ;;
22334   esac
22335
22336   case $ac_option in
22337   # Handling of the options.
22338   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22339     ac_cs_recheck=: ;;
22340   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
22341     echo "$ac_cs_version"; exit ;;
22342   --debug | --debu | --deb | --de | --d | -d )
22343     debug=: ;;
22344   --file | --fil | --fi | --f )
22345     $ac_shift
22346     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
22347     ac_need_defaults=false;;
22348   --header | --heade | --head | --hea )
22349     $ac_shift
22350     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
22351     ac_need_defaults=false;;
22352   --he | --h)
22353     # Conflict between --help and --header
22354     { echo "$as_me: error: ambiguous option: $1
22355 Try \`$0 --help' for more information." >&2
22356    { (exit 1); exit 1; }; };;
22357   --help | --hel | -h )
22358     echo "$ac_cs_usage"; exit ;;
22359   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
22360   | -silent | --silent | --silen | --sile | --sil | --si | --s)
22361     ac_cs_silent=: ;;
22362
22363   # This is an error.
22364   -*) { echo "$as_me: error: unrecognized option: $1
22365 Try \`$0 --help' for more information." >&2
22366    { (exit 1); exit 1; }; } ;;
22367
22368   *) ac_config_targets="$ac_config_targets $1"
22369      ac_need_defaults=false ;;
22370
22371   esac
22372   shift
22373 done
22374
22375 ac_configure_extra_args=
22376
22377 if $ac_cs_silent; then
22378   exec 6>/dev/null
22379   ac_configure_extra_args="$ac_configure_extra_args --silent"
22380 fi
22381
22382 _ACEOF
22383 cat >>$CONFIG_STATUS <<_ACEOF
22384 if \$ac_cs_recheck; then
22385   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
22386   CONFIG_SHELL=$SHELL
22387   export CONFIG_SHELL
22388   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22389 fi
22390
22391 _ACEOF
22392 cat >>$CONFIG_STATUS <<\_ACEOF
22393 exec 5>>config.log
22394 {
22395   echo
22396   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22397 ## Running $as_me. ##
22398 _ASBOX
22399   echo "$ac_log"
22400 } >&5
22401
22402 _ACEOF
22403 cat >>$CONFIG_STATUS <<_ACEOF
22404 _ACEOF
22405
22406 cat >>$CONFIG_STATUS <<\_ACEOF
22407
22408 # Handling of arguments.
22409 for ac_config_target in $ac_config_targets
22410 do
22411   case $ac_config_target in
22412     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
22413     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
22414     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
22415     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
22416     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
22417     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
22418     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
22419     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
22420     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
22421     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
22422     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
22423     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
22424     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
22425     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22426     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
22427     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
22428     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
22429     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
22430     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
22431     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
22432     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
22433     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
22434     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
22435     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
22436     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
22437     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
22438     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
22439     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
22440     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
22441     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
22442     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
22443     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
22444     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
22445     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
22446     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
22447     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
22448     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
22449     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
22450     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
22451     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
22452     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
22453     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
22454     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
22455     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
22456     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
22457     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
22458     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
22459     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
22460     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
22461     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
22462     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
22463     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
22464     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
22465     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
22466     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
22467     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
22468     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
22469     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
22470     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
22471     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
22472     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
22473     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
22474     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
22475     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
22476     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
22477     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
22478     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
22479     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
22480     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
22481     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
22482     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
22483     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
22484     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
22485     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
22486     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
22487     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
22488     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
22489     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
22490     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
22491     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
22492     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
22493     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
22494     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
22495     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
22496     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
22497     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
22498     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
22499     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
22500     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
22501     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
22502     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
22503     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
22504     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
22505     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
22506     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
22507     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
22508     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
22509     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
22510     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
22511     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
22512     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
22513     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
22514     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
22515     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
22516     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
22517     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
22518     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
22519     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
22520     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
22521     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
22522     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
22523     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
22524     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
22525     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
22526     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
22527     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
22528     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
22529     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
22530     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
22531     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
22532     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
22533     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
22534     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
22535     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
22536     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
22537     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
22538     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
22539     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
22540     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
22541     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
22542     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
22543     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
22544     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
22545     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
22546     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
22547     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
22548     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
22549     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
22550     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
22551     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
22552     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
22553     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
22554     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
22555     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
22556     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
22557     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
22558     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
22559     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
22560     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
22561     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
22562     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
22563     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
22564     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
22565     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
22566     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
22567     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
22568     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
22569     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
22570     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
22571     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
22572     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
22573     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
22574     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
22575     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
22576     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
22577     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
22578     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
22579     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
22580     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
22581     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
22582     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
22583     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
22584     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
22585     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
22586     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
22587     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
22588     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
22589     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
22590     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
22591     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
22592     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
22593     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
22594     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
22595     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
22596     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
22597     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
22598     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
22599     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
22600     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
22601     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
22602     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
22603     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
22604     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
22605     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
22606     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
22607     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
22608     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
22609     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
22610     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
22611     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
22612     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
22613     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
22614     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
22615     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
22616     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
22617     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
22618     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
22619     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
22620     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
22621     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
22622     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
22623     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
22624     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
22625     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
22626     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
22627     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
22628     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
22629     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
22630     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
22631     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
22632     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
22633     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
22634     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
22635     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
22636     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
22637     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
22638     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
22639     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
22640     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
22641     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
22642     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
22643     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
22644     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
22645     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
22646     "dlls/rsabase/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
22647     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
22648     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
22649     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
22650     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
22651     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
22652     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
22653     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
22654     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
22655     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
22656     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
22657     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
22658     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
22659     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
22660     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
22661     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
22662     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
22663     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
22664     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
22665     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
22666     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
22667     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
22668     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
22669     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
22670     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
22671     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
22672     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
22673     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
22674     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
22675     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
22676     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
22677     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
22678     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
22679     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
22680     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
22681     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
22682     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
22683     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
22684     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
22685     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
22686     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
22687     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
22688     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
22689     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
22690     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
22691     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
22692     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
22693     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
22694     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
22695     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
22696     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
22697     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
22698     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
22699     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
22700     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
22701     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
22702     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
22703     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
22704     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
22705     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
22706     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
22707     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
22708     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
22709     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
22710     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
22711     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
22712     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
22713     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
22714     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
22715     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
22716     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
22717     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
22718     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
22719     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
22720     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
22721     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
22722     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
22723     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
22724     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
22725     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
22726     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
22727     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
22728     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
22729     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
22730     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
22731     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
22732     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
22733     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
22734     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
22735     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
22736     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
22737     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
22738     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
22739     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
22740     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
22741     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
22742     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
22743     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
22744     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
22745     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
22746     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
22747     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
22748     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
22749     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
22750     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
22751     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
22752     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
22753     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
22754     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
22755     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
22756     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
22757     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
22758     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
22759     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
22760     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
22761     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
22762     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
22763     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
22764     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
22765     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
22766     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
22767     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
22768     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
22769     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
22770     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
22771     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
22772     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
22773     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
22774     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
22775     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
22776     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
22777     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
22778     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
22779     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
22780     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
22781     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
22782     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
22783     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
22784     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
22785     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
22786     "programs/winhelp/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
22787     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
22788     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
22789     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
22790     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
22791     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
22792     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
22793     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
22794     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
22795     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
22796     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
22797     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
22798     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
22799
22800   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22801 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22802    { (exit 1); exit 1; }; };;
22803   esac
22804 done
22805
22806
22807 # If the user did not use the arguments to specify the items to instantiate,
22808 # then the envvar interface is used.  Set only those that are not.
22809 # We use the long form for the default assignment because of an extremely
22810 # bizarre bug on SunOS 4.1.3.
22811 if $ac_need_defaults; then
22812   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22813   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
22814   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
22815 fi
22816
22817 # Have a temporary directory for convenience.  Make it in the build tree
22818 # simply because there is no reason against having it here, and in addition,
22819 # creating and moving files from /tmp can sometimes cause problems.
22820 # Hook for its removal unless debugging.
22821 # Note that there is a small window in which the directory will not be cleaned:
22822 # after its creation but before its name has been assigned to `$tmp'.
22823 $debug ||
22824 {
22825   tmp=
22826   trap 'exit_status=$?
22827   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
22828 ' 0
22829   trap '{ (exit 1); exit 1; }' 1 2 13 15
22830 }
22831 # Create a (secure) tmp directory for tmp files.
22832
22833 {
22834   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22835   test -n "$tmp" && test -d "$tmp"
22836 }  ||
22837 {
22838   tmp=./conf$$-$RANDOM
22839   (umask 077 && mkdir "$tmp")
22840 } ||
22841 {
22842    echo "$me: cannot create a temporary directory in ." >&2
22843    { (exit 1); exit 1; }
22844 }
22845
22846 #
22847 # Set up the sed scripts for CONFIG_FILES section.
22848 #
22849
22850 # No need to generate the scripts if there are no CONFIG_FILES.
22851 # This happens for instance when ./config.status config.h
22852 if test -n "$CONFIG_FILES"; then
22853
22854 _ACEOF
22855
22856 # Create sed commands to just substitute file output variables.
22857
22858 # Remaining file output variables are in a fragment that also has non-file
22859 # output varibles.
22860
22861
22862
22863 ac_delim='%!_!# '
22864 for ac_last_try in false false false false false :; do
22865   cat >conf$$subs.sed <<_ACEOF
22866 SHELL!$SHELL$ac_delim
22867 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
22868 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
22869 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
22870 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
22871 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
22872 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
22873 exec_prefix!$exec_prefix$ac_delim
22874 prefix!$prefix$ac_delim
22875 program_transform_name!$program_transform_name$ac_delim
22876 bindir!$bindir$ac_delim
22877 sbindir!$sbindir$ac_delim
22878 libexecdir!$libexecdir$ac_delim
22879 datarootdir!$datarootdir$ac_delim
22880 datadir!$datadir$ac_delim
22881 sysconfdir!$sysconfdir$ac_delim
22882 sharedstatedir!$sharedstatedir$ac_delim
22883 localstatedir!$localstatedir$ac_delim
22884 includedir!$includedir$ac_delim
22885 oldincludedir!$oldincludedir$ac_delim
22886 docdir!$docdir$ac_delim
22887 infodir!$infodir$ac_delim
22888 htmldir!$htmldir$ac_delim
22889 dvidir!$dvidir$ac_delim
22890 pdfdir!$pdfdir$ac_delim
22891 psdir!$psdir$ac_delim
22892 libdir!$libdir$ac_delim
22893 localedir!$localedir$ac_delim
22894 mandir!$mandir$ac_delim
22895 DEFS!$DEFS$ac_delim
22896 ECHO_C!$ECHO_C$ac_delim
22897 ECHO_N!$ECHO_N$ac_delim
22898 ECHO_T!$ECHO_T$ac_delim
22899 LIBS!$LIBS$ac_delim
22900 build_alias!$build_alias$ac_delim
22901 host_alias!$host_alias$ac_delim
22902 target_alias!$target_alias$ac_delim
22903 build!$build$ac_delim
22904 build_cpu!$build_cpu$ac_delim
22905 build_vendor!$build_vendor$ac_delim
22906 build_os!$build_os$ac_delim
22907 host!$host$ac_delim
22908 host_cpu!$host_cpu$ac_delim
22909 host_vendor!$host_vendor$ac_delim
22910 host_os!$host_os$ac_delim
22911 WIN16_FILES!$WIN16_FILES$ac_delim
22912 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
22913 SET_MAKE!$SET_MAKE$ac_delim
22914 CC!$CC$ac_delim
22915 CFLAGS!$CFLAGS$ac_delim
22916 LDFLAGS!$LDFLAGS$ac_delim
22917 CPPFLAGS!$CPPFLAGS$ac_delim
22918 ac_ct_CC!$ac_ct_CC$ac_delim
22919 EXEEXT!$EXEEXT$ac_delim
22920 OBJEXT!$OBJEXT$ac_delim
22921 CXX!$CXX$ac_delim
22922 CXXFLAGS!$CXXFLAGS$ac_delim
22923 ac_ct_CXX!$ac_ct_CXX$ac_delim
22924 CPPBIN!$CPPBIN$ac_delim
22925 TOOLSDIR!$TOOLSDIR$ac_delim
22926 XMKMF!$XMKMF$ac_delim
22927 CPP!$CPP$ac_delim
22928 X_CFLAGS!$X_CFLAGS$ac_delim
22929 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
22930 X_LIBS!$X_LIBS$ac_delim
22931 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
22932 FLEX!$FLEX$ac_delim
22933 BISON!$BISON$ac_delim
22934 AS!$AS$ac_delim
22935 ac_ct_AS!$ac_ct_AS$ac_delim
22936 LD!$LD$ac_delim
22937 AR!$AR$ac_delim
22938 RANLIB!$RANLIB$ac_delim
22939 STRIP!$STRIP$ac_delim
22940 WINDRES!$WINDRES$ac_delim
22941 LN_S!$LN_S$ac_delim
22942 LN!$LN$ac_delim
22943 GREP!$GREP$ac_delim
22944 EGREP!$EGREP$ac_delim
22945 LDCONFIG!$LDCONFIG$ac_delim
22946 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
22947 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
22948 _ACEOF
22949
22950   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
22951     break
22952   elif $ac_last_try; then
22953     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22954 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22955    { (exit 1); exit 1; }; }
22956   else
22957     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22958   fi
22959 done
22960
22961 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22962 if test -n "$ac_eof"; then
22963   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22964   ac_eof=`expr $ac_eof + 1`
22965 fi
22966
22967 cat >>$CONFIG_STATUS <<_ACEOF
22968 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
22969 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22970 /^[      ]*@MAKE_RULES@[         ]*$/{
22971 r $MAKE_RULES
22972 d
22973 }
22974 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
22975 r $MAKE_DLL_RULES
22976 d
22977 }
22978 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
22979 r $MAKE_IMPLIB_RULES
22980 d
22981 }
22982 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
22983 r $MAKE_TEST_RULES
22984 d
22985 }
22986 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
22987 r $MAKE_PROG_RULES
22988 d
22989 }
22990 _ACEOF
22991 sed '
22992 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22993 s/^/s,@/; s/!/@,|#_!!_#|/
22994 :n
22995 t n
22996 s/'"$ac_delim"'$/,g/; t
22997 s/$/\\/; p
22998 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22999 ' >>$CONFIG_STATUS <conf$$subs.sed
23000 rm -f conf$$subs.sed
23001 cat >>$CONFIG_STATUS <<_ACEOF
23002 CEOF$ac_eof
23003 _ACEOF
23004
23005
23006 ac_delim='%!_!# '
23007 for ac_last_try in false false false false false :; do
23008   cat >conf$$subs.sed <<_ACEOF
23009 INSTALL_DATA!$INSTALL_DATA$ac_delim
23010 LINT!$LINT$ac_delim
23011 LINTFLAGS!$LINTFLAGS$ac_delim
23012 FONTFORGE!$FONTFORGE$ac_delim
23013 PKG_CONFIG!$PKG_CONFIG$ac_delim
23014 PRELINK!$PRELINK$ac_delim
23015 LIBPTHREAD!$LIBPTHREAD$ac_delim
23016 XLIB!$XLIB$ac_delim
23017 XFILES!$XFILES$ac_delim
23018 OPENGLFILES!$OPENGLFILES$ac_delim
23019 GLU32FILES!$GLU32FILES$ac_delim
23020 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
23021 QUARTZFILES!$QUARTZFILES$ac_delim
23022 DLLEXT!$DLLEXT$ac_delim
23023 DLLFLAGS!$DLLFLAGS$ac_delim
23024 LDSHARED!$LDSHARED$ac_delim
23025 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
23026 LIBEXT!$LIBEXT$ac_delim
23027 IMPLIBEXT!$IMPLIBEXT$ac_delim
23028 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
23029 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
23030 LDD!$LDD$ac_delim
23031 DLLTOOL!$DLLTOOL$ac_delim
23032 DLLWRAP!$DLLWRAP$ac_delim
23033 MINGWAR!$MINGWAR$ac_delim
23034 SECURITYLIB!$SECURITYLIB$ac_delim
23035 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
23036 IOKITLIB!$IOKITLIB$ac_delim
23037 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
23038 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
23039 COREAUDIO!$COREAUDIO$ac_delim
23040 CARBONLIB!$CARBONLIB$ac_delim
23041 CROSSTEST!$CROSSTEST$ac_delim
23042 CROSSCC!$CROSSCC$ac_delim
23043 CROSSWINDRES!$CROSSWINDRES$ac_delim
23044 NASLIBS!$NASLIBS$ac_delim
23045 XML2LIBS!$XML2LIBS$ac_delim
23046 XML2INCL!$XML2INCL$ac_delim
23047 XSLTLIBS!$XSLTLIBS$ac_delim
23048 XSLTINCL!$XSLTINCL$ac_delim
23049 HALINCL!$HALINCL$ac_delim
23050 sane_devel!$sane_devel$ac_delim
23051 SANEINCL!$SANEINCL$ac_delim
23052 gphoto2_devel!$gphoto2_devel$ac_delim
23053 gphoto2port_devel!$gphoto2port_devel$ac_delim
23054 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
23055 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
23056 RESOLVLIBS!$RESOLVLIBS$ac_delim
23057 LCMSLIBS!$LCMSLIBS$ac_delim
23058 LDAPLIBS!$LDAPLIBS$ac_delim
23059 ft_devel!$ft_devel$ac_delim
23060 FREETYPELIBS!$FREETYPELIBS$ac_delim
23061 FREETYPEINCL!$FREETYPEINCL$ac_delim
23062 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
23063 ESDCONFIG!$ESDCONFIG$ac_delim
23064 ESDLIBS!$ESDLIBS$ac_delim
23065 ESDINCL!$ESDINCL$ac_delim
23066 ALSALIBS!$ALSALIBS$ac_delim
23067 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
23068 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
23069 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
23070 BUILTINFLAG!$BUILTINFLAG$ac_delim
23071 LDPATH!$LDPATH$ac_delim
23072 CRTLIBS!$CRTLIBS$ac_delim
23073 SOCKETLIBS!$SOCKETLIBS$ac_delim
23074 MAIN_BINARY!$MAIN_BINARY$ac_delim
23075 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
23076 LIBDL!$LIBDL$ac_delim
23077 LIBPOLL!$LIBPOLL$ac_delim
23078 DEPENDENCIES!$DEPENDENCIES$ac_delim
23079 LIBOBJS!$LIBOBJS$ac_delim
23080 LTLIBOBJS!$LTLIBOBJS$ac_delim
23081 _ACEOF
23082
23083   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
23084     break
23085   elif $ac_last_try; then
23086     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23087 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23088    { (exit 1); exit 1; }; }
23089   else
23090     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
23091   fi
23092 done
23093
23094 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23095 if test -n "$ac_eof"; then
23096   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23097   ac_eof=`expr $ac_eof + 1`
23098 fi
23099
23100 cat >>$CONFIG_STATUS <<_ACEOF
23101 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
23102 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
23103 _ACEOF
23104 sed '
23105 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23106 s/^/s,@/; s/!/@,|#_!!_#|/
23107 :n
23108 t n
23109 s/'"$ac_delim"'$/,g/; t
23110 s/$/\\/; p
23111 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23112 ' >>$CONFIG_STATUS <conf$$subs.sed
23113 rm -f conf$$subs.sed
23114 cat >>$CONFIG_STATUS <<_ACEOF
23115 :end
23116 s/|#_!!_#|//g
23117 CEOF$ac_eof
23118 _ACEOF
23119
23120
23121 # VPATH may cause trouble with some makes, so we remove $(srcdir),
23122 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23123 # trailing colons and then remove the whole line if VPATH becomes empty
23124 # (actually we leave an empty line to preserve line numbers).
23125 if test "x$srcdir" = x.; then
23126   ac_vpsub='/^[  ]*VPATH[        ]*=/{
23127 s/:*\$(srcdir):*/:/
23128 s/:*\${srcdir}:*/:/
23129 s/:*@srcdir@:*/:/
23130 s/^\([^=]*=[     ]*\):*/\1/
23131 s/:*$//
23132 s/^[^=]*=[       ]*$//
23133 }'
23134 fi
23135
23136 cat >>$CONFIG_STATUS <<\_ACEOF
23137 fi # test -n "$CONFIG_FILES"
23138
23139
23140 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
23141 do
23142   case $ac_tag in
23143   :[FHLC]) ac_mode=$ac_tag; continue;;
23144   esac
23145   case $ac_mode$ac_tag in
23146   :[FHL]*:*);;
23147   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
23148 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
23149    { (exit 1); exit 1; }; };;
23150   :[FH]-) ac_tag=-:-;;
23151   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23152   esac
23153   ac_save_IFS=$IFS
23154   IFS=:
23155   set x $ac_tag
23156   IFS=$ac_save_IFS
23157   shift
23158   ac_file=$1
23159   shift
23160
23161   case $ac_mode in
23162   :L) ac_source=$1;;
23163   :[FH])
23164     ac_file_inputs=
23165     for ac_f
23166     do
23167       case $ac_f in
23168       -) ac_f="$tmp/stdin";;
23169       *) # Look for the file first in the build tree, then in the source tree
23170          # (if the path is not absolute).  The absolute path cannot be DOS-style,
23171          # because $ac_f cannot contain `:'.
23172          test -f "$ac_f" ||
23173            case $ac_f in
23174            [\\/$]*) false;;
23175            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
23176            esac ||
23177            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
23178 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
23179    { (exit 1); exit 1; }; };;
23180       esac
23181       ac_file_inputs="$ac_file_inputs $ac_f"
23182     done
23183
23184     # Let's still pretend it is `configure' which instantiates (i.e., don't
23185     # use $as_me), people would be surprised to read:
23186     #    /* config.h.  Generated by config.status.  */
23187     configure_input="Generated from "`IFS=:
23188           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
23189     if test x"$ac_file" != x-; then
23190       configure_input="$ac_file.  $configure_input"
23191       { echo "$as_me:$LINENO: creating $ac_file" >&5
23192 echo "$as_me: creating $ac_file" >&6;}
23193     fi
23194
23195     case $ac_tag in
23196     *:-:* | *:-) cat >"$tmp/stdin";;
23197     esac
23198     ;;
23199   esac
23200
23201   ac_dir=`$as_dirname -- "$ac_file" ||
23202 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23203          X"$ac_file" : 'X\(//\)[^/]' \| \
23204          X"$ac_file" : 'X\(//\)$' \| \
23205          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23206 echo X"$ac_file" |
23207     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23208             s//\1/
23209             q
23210           }
23211           /^X\(\/\/\)[^/].*/{
23212             s//\1/
23213             q
23214           }
23215           /^X\(\/\/\)$/{
23216             s//\1/
23217             q
23218           }
23219           /^X\(\/\).*/{
23220             s//\1/
23221             q
23222           }
23223           s/.*/./; q'`
23224   { as_dir="$ac_dir"
23225   case $as_dir in #(
23226   -*) as_dir=./$as_dir;;
23227   esac
23228   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23229     as_dirs=
23230     while :; do
23231       case $as_dir in #(
23232       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
23233       *) as_qdir=$as_dir;;
23234       esac
23235       as_dirs="'$as_qdir' $as_dirs"
23236       as_dir=`$as_dirname -- "$as_dir" ||
23237 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23238          X"$as_dir" : 'X\(//\)[^/]' \| \
23239          X"$as_dir" : 'X\(//\)$' \| \
23240          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23241 echo X"$as_dir" |
23242     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23243             s//\1/
23244             q
23245           }
23246           /^X\(\/\/\)[^/].*/{
23247             s//\1/
23248             q
23249           }
23250           /^X\(\/\/\)$/{
23251             s//\1/
23252             q
23253           }
23254           /^X\(\/\).*/{
23255             s//\1/
23256             q
23257           }
23258           s/.*/./; q'`
23259       test -d "$as_dir" && break
23260     done
23261     test -z "$as_dirs" || eval "mkdir $as_dirs"
23262   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23263 echo "$as_me: error: cannot create directory $as_dir" >&2;}
23264    { (exit 1); exit 1; }; }; }
23265   ac_builddir=.
23266
23267 case "$ac_dir" in
23268 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
23269 *)
23270   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
23271   # A ".." for each directory in $ac_dir_suffix.
23272   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
23273   case $ac_top_builddir_sub in
23274   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
23275   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
23276   esac ;;
23277 esac
23278 ac_abs_top_builddir=$ac_pwd
23279 ac_abs_builddir=$ac_pwd$ac_dir_suffix
23280 # for backward compatibility:
23281 ac_top_builddir=$ac_top_build_prefix
23282
23283 case $srcdir in
23284   .)  # We are building in place.
23285     ac_srcdir=.
23286     ac_top_srcdir=$ac_top_builddir_sub
23287     ac_abs_top_srcdir=$ac_pwd ;;
23288   [\\/]* | ?:[\\/]* )  # Absolute name.
23289     ac_srcdir=$srcdir$ac_dir_suffix;
23290     ac_top_srcdir=$srcdir
23291     ac_abs_top_srcdir=$srcdir ;;
23292   *) # Relative name.
23293     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
23294     ac_top_srcdir=$ac_top_build_prefix$srcdir
23295     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
23296 esac
23297 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
23298
23299
23300   case $ac_mode in
23301   :F)
23302   #
23303   # CONFIG_FILE
23304   #
23305
23306   case $INSTALL in
23307   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
23308   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
23309   esac
23310 _ACEOF
23311
23312 cat >>$CONFIG_STATUS <<\_ACEOF
23313 # If the template does not know about datarootdir, expand it.
23314 # FIXME: This hack should be removed a few years after 2.60.
23315 ac_datarootdir_hack=; ac_datarootdir_seen=
23316
23317 case `sed -n '/datarootdir/ {
23318   p
23319   q
23320 }
23321 /@datadir@/p
23322 /@docdir@/p
23323 /@infodir@/p
23324 /@localedir@/p
23325 /@mandir@/p
23326 ' $ac_file_inputs` in
23327 *datarootdir*) ac_datarootdir_seen=yes;;
23328 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
23329   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
23330 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
23331 _ACEOF
23332 cat >>$CONFIG_STATUS <<_ACEOF
23333   ac_datarootdir_hack='
23334   s&@datadir@&$datadir&g
23335   s&@docdir@&$docdir&g
23336   s&@infodir@&$infodir&g
23337   s&@localedir@&$localedir&g
23338   s&@mandir@&$mandir&g
23339     s&\\\${datarootdir}&$datarootdir&g' ;;
23340 esac
23341 _ACEOF
23342
23343 # Neutralize VPATH when `$srcdir' = `.'.
23344 # Shell code in configure.ac might set extrasub.
23345 # FIXME: do we really want to maintain this feature?
23346 cat >>$CONFIG_STATUS <<_ACEOF
23347   sed "$ac_vpsub
23348 $extrasub
23349 _ACEOF
23350 cat >>$CONFIG_STATUS <<\_ACEOF
23351 :t
23352 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23353 s&@configure_input@&$configure_input&;t t
23354 s&@top_builddir@&$ac_top_builddir_sub&;t t
23355 s&@srcdir@&$ac_srcdir&;t t
23356 s&@abs_srcdir@&$ac_abs_srcdir&;t t
23357 s&@top_srcdir@&$ac_top_srcdir&;t t
23358 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
23359 s&@builddir@&$ac_builddir&;t t
23360 s&@abs_builddir@&$ac_abs_builddir&;t t
23361 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
23362 s&@INSTALL@&$ac_INSTALL&;t t
23363 $ac_datarootdir_hack
23364 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
23365
23366 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
23367   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
23368   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
23369   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23370 which seems to be undefined.  Please make sure it is defined." >&5
23371 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23372 which seems to be undefined.  Please make sure it is defined." >&2;}
23373
23374   rm -f "$tmp/stdin"
23375   case $ac_file in
23376   -) cat "$tmp/out"; rm -f "$tmp/out";;
23377   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
23378   esac
23379  ;;
23380   :H)
23381   #
23382   # CONFIG_HEADER
23383   #
23384 _ACEOF
23385
23386 # Transform confdefs.h into a sed script `conftest.defines', that
23387 # substitutes the proper values into config.h.in to produce config.h.
23388 rm -f conftest.defines conftest.tail
23389 # First, append a space to every undef/define line, to ease matching.
23390 echo 's/$/ /' >conftest.defines
23391 # Then, protect against being on the right side of a sed subst, or in
23392 # an unquoted here document, in config.status.  If some macros were
23393 # called several times there might be several #defines for the same
23394 # symbol, which is useless.  But do not sort them, since the last
23395 # AC_DEFINE must be honored.
23396 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
23397 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
23398 # NAME is the cpp macro being defined, VALUE is the value it is being given.
23399 # PARAMS is the parameter list in the macro definition--in most cases, it's
23400 # just an empty string.
23401 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
23402 ac_dB='\\)[      (].*,\\1define\\2'
23403 ac_dC=' '
23404 ac_dD=' ,'
23405
23406 uniq confdefs.h |
23407   sed -n '
23408         t rset
23409         :rset
23410         s/^[     ]*#[    ]*define[       ][      ]*//
23411         t ok
23412         d
23413         :ok
23414         s/[\\&,]/\\&/g
23415         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
23416         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
23417   ' >>conftest.defines
23418
23419 # Remove the space that was appended to ease matching.
23420 # Then replace #undef with comments.  This is necessary, for
23421 # example, in the case of _POSIX_SOURCE, which is predefined and required
23422 # on some systems where configure will not decide to define it.
23423 # (The regexp can be short, since the line contains either #define or #undef.)
23424 echo 's/ $//
23425 s,^[     #]*u.*,/* & */,' >>conftest.defines
23426
23427 # Break up conftest.defines:
23428 ac_max_sed_lines=50
23429
23430 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
23431 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
23432 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
23433 # et cetera.
23434 ac_in='$ac_file_inputs'
23435 ac_out='"$tmp/out1"'
23436 ac_nxt='"$tmp/out2"'
23437
23438 while :
23439 do
23440   # Write a here document:
23441     cat >>$CONFIG_STATUS <<_ACEOF
23442     # First, check the format of the line:
23443     cat >"\$tmp/defines.sed" <<\\CEOF
23444 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
23445 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
23446 b
23447 :def
23448 _ACEOF
23449   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
23450   echo 'CEOF
23451     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
23452   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
23453   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
23454   grep . conftest.tail >/dev/null || break
23455   rm -f conftest.defines
23456   mv conftest.tail conftest.defines
23457 done
23458 rm -f conftest.defines conftest.tail
23459
23460 echo "ac_result=$ac_in" >>$CONFIG_STATUS
23461 cat >>$CONFIG_STATUS <<\_ACEOF
23462   if test x"$ac_file" != x-; then
23463     echo "/* $configure_input  */" >"$tmp/config.h"
23464     cat "$ac_result" >>"$tmp/config.h"
23465     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
23466       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
23467 echo "$as_me: $ac_file is unchanged" >&6;}
23468     else
23469       rm -f $ac_file
23470       mv "$tmp/config.h" $ac_file
23471     fi
23472   else
23473     echo "/* $configure_input  */"
23474     cat "$ac_result"
23475   fi
23476   rm -f "$tmp/out12"
23477  ;;
23478
23479   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
23480 echo "$as_me: executing $ac_file commands" >&6;}
23481  ;;
23482   esac
23483
23484
23485   case $ac_file$ac_mode in
23486     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
23487     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
23488 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
23489     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
23490 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
23491     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
23492 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
23493     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
23494 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
23495     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
23496 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
23497     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
23498 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
23499
23500   esac
23501 done # for ac_tag
23502
23503
23504 { (exit 0); exit 0; }
23505 _ACEOF
23506 chmod +x $CONFIG_STATUS
23507 ac_clean_files=$ac_clean_files_save
23508
23509
23510 # configure is writing to config.log, and then calls config.status.
23511 # config.status does its own redirection, appending to config.log.
23512 # Unfortunately, on DOS this fails, as config.log is still kept open
23513 # by configure, so config.status won't be able to write to it; its
23514 # output is simply discarded.  So we exec the FD to /dev/null,
23515 # effectively closing config.log, so it can be properly (re)opened and
23516 # appended to by config.status.  When coming back to configure, we
23517 # need to make the FD available again.
23518 if test "$no_create" != yes; then
23519   ac_cs_success=:
23520   ac_config_status_args=
23521   test "$silent" = yes &&
23522     ac_config_status_args="$ac_config_status_args --quiet"
23523   exec 5>/dev/null
23524   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
23525   exec 5>>config.log
23526   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23527   # would make configure fail if this is the last instruction.
23528   $ac_cs_success || { (exit 1); exit 1; }
23529 fi
23530
23531
23532 if test "$no_create" = "yes"
23533 then
23534   exit 0
23535 fi
23536
23537 ac_save_IFS="$IFS"
23538 IFS="|"
23539 if test "x$wine_notices != "x; then
23540     echo >&6
23541     for msg in $wine_notices; do
23542         if test -n "$msg"; then
23543             { echo "$as_me:$LINENO: $msg" >&5
23544 echo "$as_me: $msg" >&6;}
23545         fi
23546     done
23547 fi
23548 for msg in $wine_warnings; do
23549     if test -n "$msg"; then
23550         echo >&2
23551         { echo "$as_me:$LINENO: WARNING: $msg" >&5
23552 echo "$as_me: WARNING: $msg" >&2;}
23553     fi
23554 done
23555 IFS="$ac_save_IFS"
23556
23557 echo "
23558 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
23559 " >&6
23560